1 2014-02-25 Glenn Morris <rgm@gnu.org>
3 * org-version.el (org-odt-data-dir):
4 Remove incorrect, duplicate definition. (Bug#16734)
6 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
9 * org-irc.el (org-irc-ellipsify-description): Rename from
10 org-irc-elipsify-description. All uses changed.
12 2013-01-07 Bastien Guerry <bzg@gnu.org>
14 * org-clock.el (org-clock-cancel-hook)
15 (org-clock-leftover-time): Fix typo in docstring.
17 * ox-odt.el (org-odt--frame): Add a draw:name property to the
19 (org-odt-format-label): Don't use short-caption at all.
21 * org-rmail.el (org-rmail-follow-link): Don't raise an error when
22 no article is matched.
24 * org.el (org-set-tags): Ignore invisible text when restoring
26 (org-refile-get-location): Check for a refile position when the
27 position is not nil, otherwise allow to create the parent node if
29 (org-refile-allow-creating-parent-nodes): Fix typo in
31 (org-entry-get): Minor docstring enhancement.
32 (org-set-startup-visibility): Bugfix.
33 (org-shiftcontrolup, org-shiftcontroldown): When
34 `org-support-shift-select' is not `nil', let-bind it to nil if
35 point is on a clock log. Otherwise throw an error.
37 * ob-lob.el (org-babel-lob-files): Fix custom type.
38 (org-babel-lob-ingest): Small docstring fix.
40 * org-agenda.el (org-cmp-ts): Fix bug: interpret `late' as
41 `later than any date' instead of `later than today'.
43 * org.el (org-do-emphasis-faces): Handle false positives by
44 restarting the re-search one char after the beginning of the
45 match, not one char before its ending.
46 (org-entry-put): Check that the value provided is a string. If it
47 is nil, convert it to the empty string.
49 * ob-latex.el (org-babel-latex-htlatex-packages): Use repeat
50 instead of list as the defcustom type.
52 * ox.el (org-export-with-creator):
53 * org.el (org-loop-over-headlines-in-active-region)
54 (org-mouse-1-follows-link, org-provide-todo-statistics):
55 * org-agenda.el (org-agenda-custom-commands-local-options)
56 (org-agenda-start-with-log-mode)
57 (org-agenda-show-inherited-tags): Don't quote const values.
59 * ox-texinfo.el (org-texinfo-def-table-markup):
60 * org-inlinetask.el (org-inlinetask-show-first-star):
61 * ob-maxima.el (org-babel-maxima-command): Add type.
63 * org-table.el (org-table-fix-formulas): Handle multiple
66 * ox.el (org-export-to-file): Fix typo in docstring.
68 * org.el (org-self-insert-command)
69 (orgtbl-self-insert-command): Change the value of the
70 `delete-selection' property to allow other commands like
71 `electric-pair-will-use-region' to be run before deletion.
73 * org-attach.el (vc-git): Require.
74 (org-attach-commit): Check whether git is installed.
76 2013-01-07 Nicolas Goaziou <n.goaziou@gmail.com>
78 * ox-icalendar.el (org-icalendar--combine-files): Make sure
79 anniversaries do not end up in *Message* buffer instead of the ICS
82 * ox-html.el: Clean up "FIXME" comments.
84 * ox-publish.el (org-publish-resolve-external-fuzzy-link): Fix
87 * ox.el (org-export-smart-quotes-regexps): Fix smart quote
88 detection when it is followed by an open parenthesis syntax class.
90 * org-element.el (org-element-inline-babel-call-successor): Use
91 original regexp to stay up-to-date with Babel changes.
92 (org-element--affiliated-re): Fix affiliated keyword regexp.
94 * ox-org.el (org-org-identity): Since back-end specific keywords
95 are stripped from output, also remove attr_backend keywords.
96 (org-babel-exp-process-buffer): Fix duplicate evaluation with
98 (org-babel-exp-non-block-elements): Removed function.
100 2013-01-07 Ted Wiles <thewiles@wharton.upenn.edu> (tiny change)
102 * org-habit.el (org-habit-parse-todo): Match all TODO keywords,
105 2013-01-07 U-usuario <rbenit68@yahoo.es> (tiny change)
107 * ob-gnuplot.el (org-babel-gnuplot-quote-tsv-field): Fix code
110 2013-01-07 Vladimir Lomov <lomov.vl@gmail.com> (tiny change)
112 * ox-html.el (org-html-style-default): New classes caption.t-above
113 and caption.t-bottom.
114 (org-html-table): Use new classes.
116 2013-12-23 Chong Yidong <cyd@gnu.org>
118 * org.el (orgstruct-make-binding): Call set-transient-map instead
119 of old name set-temporary-overlay-map.
121 2013-12-06 Achim Gratz <Stromeko@Stromeko.DE>
123 * org-crypt.el: Declare `epg-context´.
124 (org-encrypt-string): Correct indentation.
126 * org.el (org-version): Replace `_version´ by `version1´.
128 2013-12-06 Alexander Vorobiev <alexander.vorobiev@gmail.com> (tiny change)
130 * org-compat.el (org-get-x-clipboard): Use w32-get-clipboard-data
131 to get the clipboard data under Windows.
133 2013-12-06 Bastien Guerry <bzg@gnu.org>
135 * ox.el (org-export-with-sub-superscripts):
136 * org.el (org-use-sub-superscripts): Fix version and enhance
139 * ox.el (org-export-with-sub-superscripts):
140 * org.el (org-use-sub-superscripts): Enhance docstrings.
142 * org-macs.el (org-autoload): Delete.
144 * org-docview.el ("docview"): Fix declarations and require
147 * org-id.el (org-id-copy)
148 (org-id-get-with-outline-path-completion)
149 (org-id-get-with-outline-drilling, org-id-new):
152 (org-colview-initial-truncate-line-value)
153 (org-columns-open-link, org-string-to-number):
155 (org-clock-put-overlay, org-count-quarter, org-clock-loaded):
156 * org-archive.el (org-get-local-archive-location):
157 * org-agenda.el (org-agenda-todo-custom-ignore-p):
160 * org.el (org-return-follows-link):
161 * ob-python.el (org-babel-python-command): Don't use :set.
163 * ox-odt.el (org-odt-content-template-file): Fix version.
165 * ox-texinfo.el (org-texinfo-filename): Fix default value.
166 (org-texinfo-format-headline-function): Use 'ignore as the
168 (org-texinfo-format-drawer-function): Use a function as the
169 default value. Update docstring.
170 (org-texinfo-drawer): Always use
171 `org-texinfo-format-drawer-function' as it is now a function
173 (org-texinfo-headline): Compare
174 `org-texinfo-format-headline-function' against 'ignore.
175 (org-texinfo-inlinetask): Compare
176 `org-texinfo-format-inlinetask-function' against 'ignore.
178 * ox-odt.el (org-odt-format-drawer-function): Use a function as
179 the default value. Update docstring.
180 (org-odt-format-headline-function)
181 (org-odt-format-inlinetask-function): Fix default value.
182 (org-odt-drawer): Always use `org-odt-format-drawer-function'
183 as it is now a function by default.
184 (org-odt-format-headline--wrap): Compare
185 `org-odt-format-headline-function' against 'ignore.
187 * ox-latex.el (org-latex-format-drawer-function): Use a function
188 as the default value. Update docstring.
189 (org-latex-format-inlinetask-function): Fix default value.
190 (org-latex-drawer): Always use
191 `org-latex-format-drawer-function' as it is now a function by
193 (org-latex-inlinetask): Compare
194 `org-latex-format-inlinetask-function' against 'ignore.
196 * ox-html.el (org-html-format-drawer-function): Use a function as
197 the default value. Update docstring.
198 (org-html-format-headline-function)
199 (org-html-format-inlinetask-function): Fix default value.
200 (org-html--format-toc-headline)
201 (org-html-format-headline--wrap): Compare
202 `org-html-format-headline-function' against 'ignore.
203 (org-html-inlinetask): Compare
204 `org-html-format-inlinetask-function' against 'ignore.
206 * ox-ascii.el (org-ascii-format-drawer-function): Use a
207 function as the default value. Update docstring.
208 (org-ascii-drawer): Always use
209 `org-ascii-format-drawer-function' as it is now a function by
211 (org-ascii-format-inlinetask-default): New function.
212 (org-ascii-format-inlinetask-function): Use
213 `org-ascii-format-inlinetask-default' as the default.
215 * org.el (org-mouse-1-follows-link): Use :set to set the default
216 value. Update custom type.
217 (org-log-note-headings): Fix order or list items in the custom
219 (orgstruct-heading-prefix-regexp): Use an empty string as the
220 default value. Use 'regexp as the custom type.
221 (orgstruct-make-binding): Tiny docstring enhancement. Assume
222 `orgstruct-heading-prefix-regexp' is a string.
224 * org-agenda.el (org-agenda-search-view-max-outline-level): Set
225 default value to 0. Update docstring.
226 (org-agenda-deadline-leaders): Fix custom type.
227 (org-search-view): Assume
228 `org-agenda-search-view-max-outline-level' is a number.
230 * ob-ruby.el (org-babel-ruby-nil-to): Fix custom type.
232 * ob-python.el (org-babel-python-mode): Use :set to set the
234 (org-babel-python-None-to): Fix custom type.
236 * ob-plantuml.el (org-plantuml-jar-path): Fix default value.
237 (org-babel-execute:plantuml): Assume `org-plantuml-jar-path' is a
240 * ob-latex.el (org-babel-latex-htlatex): Fix default value.
241 (org-babel-latex-htlatex-packages): Fix custom type.
242 (org-babel-execute:latex): Assume `org-babel-latex-htlatex' is a
245 * ox-odt.el (org-odt-display-outline-level): Fix version.
247 * ox-odt.el (org-odt-inline-formula-rules)
248 (org-odt-inline-image-rules, org-odt-use-date-fields): Add version
251 * ox-html.el (org-html-format-drawer-function)
252 (org-html-format-headline-function)
253 (org-html-format-inlinetask-function)
254 (org-html-creator-string): Add version and package-version.
256 * ox-html.el (org-html-text-markup-alist): Fix version.
258 * org-agenda.el (org-agenda-set-restriction-lock): Autoload.
260 * ob-calc.el (org--var-syms): Rename from `var-syms'.
262 * ob-lilypond.el (ly-compile-lilyfile): Remove redundant
265 * ob-table.el (sbe): Move debug declaration.
267 * org-clock.el (org--msg-extra): Rename from `msg-extra'.
269 2013-12-06 Nicolas Goaziou <n.goaziou@gmail.com>
271 * org.el (org-ctrl-c-ctrl-c): When point is on an unsupported
272 object, look for something to do at a higher level instead of
275 * ox-html.el (org-html-format-latex): Add an argument. Ensure
276 latex header is the same as specified in the original buffer when
277 exporting a LaTeX fragment or environment.
278 (org-html-latex-environment, org-html-latex-fragment): Apply
281 * ox-publish.el (org-publish-cache-ctime-of-src): Return an error
282 when publishing a non-existent file.
284 * org-element.el (org-element-paragraph-separate): More accurate
287 * org.el (org-entry-get): Widen buffer in order to retrieve
288 properties, as `org-entry-properties' and
289 `org-entry-get-with-inheritance' already do.
291 * ox-html.el (org-html--format-toc-headline): Add missing headline
292 number in TOC entries.
294 * org.el (org-entry-properties): Ignore narrowing when retrieving
295 current headline properties.
297 2013-12-06 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
299 * org-crypt.el (org-encrypt-string, org-encrypt-entry)
300 (org-decrypt-entry): Fix warning.
302 2013-11-17 Paul Eggert <eggert@cs.ucla.edu>
305 * ob-python.el (org-babel-python-with-earmuffs):
306 Rename from org-babel-python-with-earmufs. All uses changed.
307 (org-babel-python-without-earmuffs):
308 Rename from org-babel-python-without-earmufs. All uses changed.
310 2013-11-12 Bastien Guerry <bzg@gnu.org>
312 * org-agenda.el (org-agenda-set-restriction-lock): Autoload.
314 2013-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
316 Address some byte-compiler warnings.
317 * ob-calc.el (org--var-syms): Rename from `var-syms'.
318 * ob-lilypond.el (ly-compile-lilyfile): Remove redundant let-binding.
319 * ob-table.el (sbe): Move debug declaration.
320 * org-clock.el (org--msg-extra): Rename from `msg-extra'.
321 * org.el (org-version): Avoid var name starting with _.
322 (org-inhibit-startup, org-called-with-limited-levels)
323 (org-link-search-inhibit-query, org-time-was-given)
324 (org-end-time-was-given, org-def, org-defdecode, org-with-time):
325 * org-colview.el (org-agenda-overriding-columns-format):
326 * org-agenda.el (org-agenda-multi, org-depend-tag-blocked)
327 (org-agenda-show-log-scoped):
328 * ob-python.el (py-which-bufname, python-shell-buffer-name):
329 * ob-haskell.el (org-export-copy-to-kill-ring):
330 * ob-exp.el (org-link-search-inhibit-query):
331 * ob-R.el (ess-eval-visibly-p):
332 * ob-core.el (org-src-window-setup): Declare before use.
333 (org-babel-expand-noweb-references): Remove unused `blocks-in-buffer'.
334 * ox-odt.el (org-odt-hfy-face-to-css):
335 * org-src.el (org-src-associate-babel-session, org-src-get-lang-mode):
336 * org-bibtex.el (org-bibtex-get, org-bibtex-ask, org-bibtex)
338 * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string)
339 (org-babel-tangle-single-block, org-babel-tangle-comment-links):
341 * ob-sqlite.el (org-babel-sqlite-expand-vars):
342 * ob-sql.el (org-babel-sql-expand-vars):
343 * ob-shen.el (org-babel-execute:shen):
344 * ob-sh.el (org-babel-execute:sh, org-babel-sh-evaluate):
345 * ob-scala.el (org-babel-scala-evaluate):
346 * ob-ruby.el (org-babel-ruby-table-or-string)
347 (org-babel-ruby-evaluate):
348 * ob-python.el (org-babel-python-table-or-string)
349 (org-babel-python-evaluate-external-process)
350 (org-babel-python-evaluate-session):
351 * ob-picolisp.el (org-babel-execute:picolisp):
352 * ob-perl.el (org-babel-perl-evaluate):
353 * ob-maxima.el (org-babel-execute:maxima):
354 * ob-lisp.el (org-babel-execute:lisp):
355 * ob-java.el (org-babel-execute:java):
356 * ob-io.el (org-babel-io-evaluate):
357 * ob-haskell.el (org-babel-execute:haskell):
358 * ob-fortran.el (org-babel-execute:fortran):
359 * ob-exp.el (org-babel-exp-code):
360 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp):
361 * ob-ditaa.el (org-babel-execute:ditaa):
362 * ob-core.el (org-babel-execute-src-block, org-babel-sha1-hash)
363 (org-babel-parse-header-arguments, org-babel-reassemble-table)
364 (org-babel-goto-src-block-head, org-babel-mark-block)
365 (org-babel-expand-noweb-references, org-babel-script-escape)
366 (org-babel-process-file-name):
367 * ob-clojure.el (org-babel-execute:clojure):
368 * ob-calc.el (org-babel-execute:calc):
369 * ob-awk.el (org-babel-execute:awk):
370 * ob-R.el (org-babel-expand-body:R):
371 * ob-C.el (org-babel-C-execute): Avoid deprecated ((lambda) ...).
373 2013-11-12 Glenn Morris <rgm@gnu.org>
375 * ox-html.el (org-html-scripts): Add 2013 to copyright years.
376 (org-html-infojs-template): Copyright holder to FSF.
378 2013-11-12 Aaron Ecay <aaronecay@gmail.com>
380 * ox-latex.el (org-latex-inline-image-rules): Add "svg" to
382 (org-latex--inline-image): Implement SVG files inclusion.
383 (org-latex-headline): Don’t insert alternate title if identical to
386 * ob-python.el: Update the arglist passed to `declare-function'
389 * ob-tangle.el (org-babel-tangle): Use `light' argument to
390 `org-babel-get-src-block-info'.
392 * ob-core.el (org-babel-execute-src-block): Return nil in case of
393 `:results none'. Also run `org-babel-after-execute-hook' in this
396 * org-id.el (org-id-locations-save): Bind print-(level,length) to
397 nil in this function.
399 * ob-R.el (org-babel-R-graphics-devices): New defvar.
400 (org-babel-R-construct-graphics-device-call): Use it instead of a
401 hard-coded list of graphics devices.
403 * ob-core.el (org-babel-when-in-src-block): New macro.
404 (org-babel-execute-src-block-maybe)
405 (org-babel-expand-src-block-maybe)
406 (org-babel-load-in-session-maybe, org-babel-pop-to-session-maybe):
408 (org-babel-execute-src-block): Use `copy-tree' to prevent setf
409 from modifying users variables withing let-bound `info' variable.
411 * ob-exp.el (org-export-babel-evaluate): Add a 'inline-only
413 (org-babel-exp-results): Implement 'inline-only for
414 `org-export-babel-evaluate'.
416 * org.el (org-edit-special): Use prefix arg.
418 * ob-awk.el (org-babel-expand-body:awk, ob-picolisp.el)
419 (org-babel-expand-body:picolisp): Remove optional arg.
421 * ob-R.el (org-babel-R-initiate-session): Handle case where the
422 session buffer exists, but does not have a live process.
423 (org-babel-R-construct-graphics-device-call): Change file
424 extension of tikz graphics files to .tikz.
426 * org-src.el (org-edit-src-exit): Don't modify the undo list when
429 * ox-latex.el (org-latex-plain-text): Properly escape "~" for
431 (org-latex-image-default-option): Change default value to "".
432 (org-latex-image-default-width, org-latex-image-default-height):
434 (org-latex-inline-image-rules): Make .tikz files as exportable
436 (org-latex--inline-image): Support tikz images. Also support
437 separate :width and :height parameters for images.
439 * org-bibtex.el (org-bibtex-ask): Use `visual-line-mode' instead
442 2013-11-12 Abdó Roig-Maranges <abdo.roig@gmail.com>
444 * org.el (org-format-latex): Do not re-generate a LaTeX preview if
445 the image already exists.
447 * org-agenda.el (org-agenda-search-view-max-outline-level): New
448 option to define the max level for the entries shown by the search
449 view. A value of 1 means to show the top parent of the entries.
451 * org.el (org-create-formula-image-with-dvipng): Fix bug that made
452 this function fail with no :foreground and :background attributes
453 set, due to bad handling of "Transparent" color. Fix bug when
454 colors are not `default'.
455 (org-format-latex-options): Add `auto' to docstring.
456 (org-format-latex): Get face colors at point and put them inside
458 (org-create-formula-image-with-imagemagick): Fix bug when handling
459 "Transparent" bg color.
460 (org-dvipng-color-format): Same as `org-latex-color-format' for
461 dvipng-style color specification.
463 2013-11-12 Achim Gratz <Stromeko@Stromeko.DE>
465 * ob-core.el (org-babel-check-confirm-evaluate): Return result of
466 evaluating the function pointed to by `org-confirm-babel-evaluate'
467 when it is a functionp and its value as a variable otherwise.
468 (org-babel-get-rownames, org-table.el)
469 (org-table-transpose-table-at-point): Replace the inadvertent use
470 of mapcar* (from cl) by plain mapcar and direct cons manipulation.
471 (org-babel-params-from-properties): Use
472 `org-babel-current-src-block-location' for evaluating new-style
473 header-argument properties. Remove superfluous save-match-data
474 clauses. Comment which properties get evaluated where.
475 (org-babel-insert-header-arg, org-babel-parse-src-block-match):
476 Replace `if' with empty else part by `when' for readability.
477 (org-babel-params-from-properties): Inquire for language specific
478 and default header properties. Language specific header
479 properties take precedence over default header properties and
480 old-style header property specifications.
482 * org.el (org-re-property): Re-implement using full regex for
483 `org-re-property'. Add optional argument LITERAL to flag when
484 PROPERTY should to be regex-quoted. Move before definition of
486 (org-re-property-keyword): Remove, functionality is subsumed by
488 (org-property-re): Define using `org-re-property'. Improve
489 definition so that this regex can be
490 (org-entry-get, org-property-values): Adjust match number for
491 PROPVAL. (org-entry-put): Use `org-re-property' instead of
492 `org-re-property-keyword'.
493 used in all situations. Extend docstring with explanation of
495 (org-at-property-p): Implement using `org-element-at-point'.
496 (org-entry-properties, org-buffer-property-keys, org-indent-line):
497 Use `org-property-re' and adjust match group numbers accordingly.
499 * org-compat.el (define-obsolete-variable-alias)
500 (define-obsolete-function-alias): Actually remove the third (and
501 any following) argument from the argument list before calling the
502 advised function. Extend eval-and-compile clause and add advices
503 for functions that have different parameter lists in XEmacs. Add
504 variable definitions that XEmacs lacks .
506 * ob-fortran.el (org-every): Declare.
508 * org-element.el (org-element-node-property-parser): Use
509 `org-property-re' and adjust match group numbers accordingly.
510 Move `looking-at' out of the let clause to not rely on the
511 unspecified evaluation order inside the let.
513 * ob-eval.el, ob.el, org-macro.el, org-mhe.el: Require org-macs
514 and org-compat as necessary.
516 * ob-tangle.el (org-edit-special, org-store-link)
517 (org-open-link-from-string): Declare functions.
519 * org-macs.el (declare-function): Define macro to use autoload
522 * ox-html.el, ox-odt.el: XEmacs does not have table.el, so use
523 'noerror on the require form.
525 * ox-texinfo.el (org-texinfo-table-column-widths): Fix spliced
526 argument list that XEmacs complains about by adding parenthesis.
528 * ob-octave.el (org-babel-octave-initiate-session): If octave-inf
529 can't be loaded, try octave instead before giving up. Emacs
530 24.3.50 and upwards replaces octave-inf with just plain octave.
532 * org-id.el (org-id-update-id-locations): Autoload interactive
535 * ob-core.el (org-babel-parse-inline-src-block-match):
536 * ob-exp.el (org-babel-exp-src-block): Give header arguments from
537 properties priority over default header arguments.
539 * ob-sh.el (org-babel-sh-var-to-sh): When detecting a table, the
540 first line could be the symbol `hline' rather than a list of table
541 cells, so check for that as well.
543 * org.el (org-table-clean-did-remove-column):
544 * org-table.el (org-table-clean-did-remove-column): Move defvar,
545 this dynamic variable is only used in org-table.
547 * org-table.el (org-table-colgroup-info): Remove unused defvar for
548 `org-table-colgroup-info'.
549 (org-table-clean-before-export): Let-bind regular expression
550 strings and remove unused matching group. Use
551 `org-table-clean-did-remove-column' in cond statement rather than
552 branching via if to avoid code duplication. Remove the code
553 associated with the removed `org-table-colgroup-info'.
554 (orgtbl-export): Remove unused internal function.
556 * org-macro.el (org-macro-expand): Do not try to interpret the
557 macro replacement text as a regex so that escaped backslashes and
558 commas in macro arguments will be interpreted correctly.
560 * ob-perl.el (org-babel-perl-wrapper-method): Select output handle
561 only after evaluation so that output is not mixed into results
563 (org-babel-perl-evaluate): Fix the handling of results for
564 ":results output" to also parse tables. Use the same lambda
565 construction as in ob-sh.el to avoid code duplication.
567 * ob-exp.el (org-babel-exp-results, org-babel-lob-execute):
568 Suppress user confirmation of the emacs-lisp wrapper execution
571 * ob-perl.el (org-babel-perl-wrapper-method): Use TAB as separator
572 for table results as expected by
573 `org-babel-import-elisp-from-file´.
575 * ob-core.el (org-babel-number-p): String match for any number
576 moved first so that the match data for the length check does not
578 (org-babel-confirm-evaluate-answer-no): Dynamically scoped
579 variable, if bound non-nil the confirmation dialog will not be
580 initiated and denial of evaluation is assumed.
581 (org-babel-check-confirm-evaluate): New macro to establish
582 bindings based on INFO.
583 (org-babel-check-evaluate): New defsubst that checks if the
584 evaluation of a code block is disabled. Refactors the first part
585 of the original function `org-babel-confirm-evaluate´.
586 (org-babel-confirm-evaluate): New defsubst that checks if the user
587 should be queried and returns the answer. Keeps the second part
588 of the original function `org-babel-confirm-evaluate´.
589 Re-implement using bindings for common subexpressions.
590 (org-babel-execute-src-block): Do not ask for confirmation if the
591 cached result is current.
592 (org-babel-call-process-region-original): Change declaration into
593 definition with nil initial value at the beginning of the file and
594 drop the later definition. Add comment that the dynamic scoping
595 of this variable is done for tramp.
597 * org-table.el (org-table-eval-formula): The condition-case to
598 check for must be "error", not "user-error".
600 * ob-perl.el (org-babel-execute:perl): Pass `result-params´
601 through to `org-babel-perl-evaluate´.
602 (org-babel-variable-assignments:perl): Add "my" to variable
603 declaration so that it becomes compatible with "use strict;". Use
604 new internal formatting function `org-babel-perl--var-to-perl´.
605 (org-babel-perl--var-to-perl): New internal function, uses Perl
606 non-interpolating quoting on the string that defines the variable
607 to suppress spurious interpretation of it as Perl syntax.
608 (org-babel-perl-wrapper-method): Use a block and declare all
609 variables as "my", also use Perl quoting throughout. Redirect
610 STDOUT to the temporary file so that simply "print" will put the
611 results there. Check the return value and output in table form if
612 it is an ARRAY ref, otherwise print it without a final newline.
613 (org-babel-perl-preface): Content of this variable is prepended to
614 body before invocation of perl. Rename input parameter body to
615 ibody and let-bind body to concatentation of
616 `org-babel-perl-preface' and ibody. Implement results
617 interpretation so that tables are easier to produce.
619 * ob-eval.el (org-babel-eval): Use simplified version of
620 `org-babel--shell-command-on-region´, we are the only caller of
622 (org-babel--shell-command-on-region): Replace
623 `org-babel-shell-command-on-region´ with a much more simplified
624 internal version, remove superfluous DOCSTRING and interactive
625 clause, strip out all conditionals which were never used. Prevent
626 deletion of temporary input file to aid debugging when the symbol
627 `org-babel--debug-input´ is bound and has non-nil value.
629 * ob-tangle.el (org-babel-tangle): Do not change signature, a nil
630 arg is even documented in the manual.
632 * org-src.el: Change declaration of `org-babel-tangle´ to "arg"
635 * ob-core.el (org-babel-execute-src-block): Add binding for
636 merged-params to avoid multiple evaluation of
637 `org-babel-merge-params´. Rename cache? to cache-p, add binding
638 for cache-current-p and use it. Do not run
639 `org-babel-confirm-evaluate´ if source block has a cache and the
640 cache value is current (there is no evaluation involved in this
643 * org.el (org-current-time): Replace call to obsolete function
644 `time-to-seconds´ with a call to compatibility function
647 * org-compat.el (user-emacs-directory): If not bound, define as an
648 alias to `user-init-directory´ so that XEmacs continues to be
651 * org-macs.el: New macro to allow the 5-argument form of load to
652 be used where possible without breaking compatibility with XEmacs.
654 * org.el (org-version, org-reload): Use
655 `org-load-noerror-mustsuffix´ instead of adding a fifth argument
656 to load directly. Guard against undefined variable load-suffixes,
657 which doesn't exist in XEmacs.
660 `org-define-obsolete-{function,variable}-alias´instead of
661 `define-obsolate{function,variable}-alias´.
663 * org-compat.el (user-error): Defalias to `error´ for Emacsen that
666 * ob-python.el (org-babel-python-hline-to)
667 (org-babel-python-None-to): Specify customize group as 'org-babel
668 and widget type as 'string.
670 * ob.el (org-babel-result-cond): Macro expansion needs to unquote
671 formal parameter `result-params´.
673 * org.el (org-reload): Major rewrite.
675 * org.el (org-clock-get-last-clock-out-time): Declare function.
677 2013-11-12 Alan Schmitt <alan.schmitt@polytechnique.org>
679 * ob-ocaml.el (org-babel-prep-session:ocaml): Use
680 `save-window-excursion' around the code starting the tuareg
682 (org-babel-ocaml-command): New option to specify the name of the
684 (org-babel-prep-session:ocaml): Directly call
685 `tuareg-run-process-if-needed' with `org-babel-ocaml-command' as
687 (org-babel-execute:ocaml): Always append ";;" at the end of the
688 expression before sending it to the toplevel. Do not remove the
689 type information if "verbatim" is a results parameter of the code
691 (org-babel-ocaml-parse-output): Make sure the complete type is
692 taken into account when matching against known types.
694 * org-faces.el (org-footnote): Fix docstring.
696 2013-11-12 Andreas Leha <andreas@lehas.net>
698 * ob-latex.el (org-babel-execute:latex): Add a tizk option that
699 copies the body of the block into a tikz file.
701 2013-11-12 Arun Persaud <apersaud@lbl.gov>
703 * org-agenda.el (org-agenda-prefix-format): Add documentation for
705 (org-prefix-has-breadcrumbs): Add flag, `t' when %b is set.
706 (org-agenda-format-item): Add breadcrumbs if requested.
707 (org-compile-prefix-format): Add compiled information for
708 breadcrumbs, add %b option.
710 2013-11-12 Aurélien Aptel <aurelien.aptel@gmail.com> (tiny change)
712 * ox-html.el (org-html-code, org-html-verbatim): Remove fancy
713 string replacements for code and verbatim text when exporting to
716 2013-11-12 Bastien Guerry <bzg@gnu.org>
718 * org.el (org-align-tags-here): Fix bug: move to the correct
720 (org-agenda-prepare-buffers): Restore the point position.
721 (org-insert-link): Don't remove brackets when they belong to a
722 timestamp in a headline.
724 * org-capture.el (org-capture-refile): Don't finalize prematurely.
725 (org-capture): Store :return-to-wconf earlier.
726 (org-capture-place-template): Don't store :return-to-wconf when
727 called from a capture template using `function', rely on the early
728 :return-to-wconf value store from `org-capture'.
730 * org-compat.el (org-move-to-column): New argument
731 `ignore-invisible' to turn on `buffer-invisibility-spec'.
733 * org-agenda.el (org-agenda-show-new-time): Ignore invisible text
734 when inserting the new time as a text property.
735 (org-agenda-filter-make-matcher): When filtering tags and hitting
736 space, filter out entries with tags, only keep those without tags.
737 (org-agenda-drag-line-forward, org-agenda-drag-line-backward): Fix
738 bugs: don't drag lines without text and don't drag lines
739 before/after hidden lines.
741 * ox-odt.el (org-odt-table-style-format): Use %s for inserting the
742 rel-width property as a string.
743 (org-odt-template): Fall back on a string for :rel-width.
745 * org.el (org-directory, org-default-notes-file)
746 (org-reverse-note-order): Don't use the `org-remember'
748 (org-require-autoloaded-modules): Don't require
751 * org-capture.el: Update commentary section to reflect the fact
752 that org-remember.el is not used anymore.
754 * org.el (org-babel-load-file): Set `exported-file' correctly, in
755 case the file as been tangled using a buffer-local value.
757 * ob-tangle.el (org-babel-tangle-file): Return the list of tangled
760 * ox-org.el (org-org-publish-to-org): When htmlizing an .org file,
761 ensure to show all headings and all blocks before fontifying.
763 * ob-shen.el (org-babel-ruby-var-to-ruby): Declare.
765 * ox.el: Fix comment: remove reference to the obsolete variable
766 `org-export-language-setup'.
768 * org.el (org-set-regexps-and-options-for-tags): Fix concatenation
771 * ox-odt.el (org-odt-pixels-per-inch): Use 96.0 as the default.
773 * org.el (org-refile): With a numeric prefix argument of `3',
774 emulate (setq org-refile-keep t) and copy the subtree to the
775 target location, don't delete it.
776 (org-set-regexps-and-options-for-tags): Fix the setting of tag
777 groups when relying on `org-tag-alist', not on tags directly set
778 in the buffer with the #+TAGS option.
780 * org-agenda.el (org-agenda-archive-with): Save window excursion.
782 * org.el (org-forward-element, org-backward-element): Throw a
783 message instead of an error when trying to move from a position
784 where there is no element.
785 (org-clock-is-active): Fix docstring.
787 * org-list.el (org-sort-list): Use `x' instead of `c' for sorting
788 plain list by checked status.
790 * org.el (org-structure-template-alist): Fix custom type and
792 (org-set-regexps-and-options-for-tags): Enhance docstring.
793 (org-set-regexps-and-options): Make sure not to add
794 `org-tag-alist' twice when setting this variable through et
795 #+setupfile: directive.
796 (org-tags-expand): Use `with-syntax-table'.
798 * org-list.el (org-sort-list): Implement sorting by "checked"
799 status for check lists.
801 * org-table.el (org-table-sum): Fix rounding error when summing
804 * ob-scheme.el (org-babel-scheme-execute-with-geiser): Fix code
805 typo. Add declarations.
807 * ox-html.el (org-html-link-use-abs-url): New option.
808 (org-html-link): Use it to prepend relative links with the value
809 of HTML_LINK_HOME, when defined.
811 * org.el (org-refile): Fix refiling the active region within an
812 list. Don't store the last refiled subtree in the kill ring.
814 * org.el (org-mode-map): Remap `forward-paragraph' and
815 `backward-paragraph' to `org-forward-element' and
816 `org-backward-element'.
818 * ox-html.el (org-html-begin-plain-list): New parameter
819 `ordered-num' to tell whether the list is ordered numerically.
820 (org-html-plain-list): Handle alphabetical ordered list.
822 * org-agenda.el (org-batch-agenda): Let-bind `org-agenda-sticky'
823 to nil during batch export.
825 * org.el (org-copy-subtree): Fix typo in docstring.
826 (org-scan-tags): Don't disable `case-fold-search' too early.
828 * org-agenda.el (org-agenda-skip-eval): Fix typo in docstring.
830 * org-capture.el (org-capture-set-target-location): Don't throw an
831 error when `org-time-was-given' is not bound.
833 * org-clock.el (org-clock-modify-effort-estimate): Clarify
836 * org.el (org-set-regexps-and-options-for-tags): Return a list
837 with tag-related variables.
838 (org-set-regexps-and-options): Append tags from a setup file to
839 the local tags of the file.
840 (org-agenda-prepare-buffers): Set tags from a setup file by
841 calling `org-set-regexps-and-options' when necessary.
842 (org-set-regexps-and-options): Fix `org-deadline-time-hour-regexp'
843 and `org-scheduled-time-hour-regexp'.
845 * org-table.el (org-table-TBLFM-begin-regexp): Rename from
846 `org-TBLFM-begin-regexp'.
847 (org-table-calc-current-TBLFM): Rename from
848 `org-calc-current-TBLFM'.
850 * org.el (org-ctrl-c-ctrl-c): Require org-table if needed.
851 (org-refresh-properties): Put the text property on the whole
852 subtree, not just on the headline.
853 (org-get-outline-path): Remove statistical and checkboxes cookies.
855 * org-agenda.el (org-agenda, org-search-view, org-tags-view)
856 (org-agenda-get-day-entries, org-agenda-set-restriction-lock): Use
857 (current-buffer) as the value of `org-agenda-restrict'. Fix a bug
858 about narrowing to wrong region boundaries when
859 `org-agenda-restrict' is non-nil.
861 * org.el (org-agenda-text-search-extra-files): Fix typos in
863 (org-insert-heading): Fix case when there the first heading starts
864 at the beginning of the buffer.
866 * ob-core.el (org-babel-expand-src-block): Use
867 `org-called-interactively-p'.
869 * org.el (org-agenda-prepare-buffers): Avoid duplicates in
870 `org-tag-alist-for-agenda' correctly.
871 (org-read-date-minibuffer-local-map): Check if we are at the
872 beginning of the prompt, not if we are after a whitespace. Bind
873 C-. to `calendar-goto-today'.
875 * org-clock.el (org-clock-in): Don't forward by one character when
876 setting the marker in the clock history.
878 * org.el (org-read-date-minibuffer-local-map): Call
879 `calendar-goto-today' only if there is a space before point in the
881 (org-insert-heading): Reveal context when called interactively.
882 Fix bug about wrong conversion of lines with :END: or #+end_ into
884 (org-in-drawer-p): New function.
885 (org-meta-return): Use `org-catch-invisible-edits' and the
886 `org-in-drawer-p' to check whether we are within a drawer.
888 * org-list.el (org-sort-list): Fix infloop.
890 * org.el (org-clone-subtree-with-time-shift): Unconditionally ask
891 for a time shift if there is a time-stamp. Don't ask for a time
892 shift when called with a universal prefix argument.
894 * ob-core.el (org-babel-insert-result): Fix bug when inserting
895 results as a list: ensure we split a string containing "\n".
897 * ox-html.el: Fix copyright header.
899 * org.el (org-store-link): Don't add a search string when storing
900 a link from a radio target.
901 (org-open-at-point): Jump to the radio link (<<<radio>>>), not to
902 the simple target (<<target>>).
904 * org-table.el (org-table-get-remote-range): Fix typo.
906 * org-datetree.el (org-datetree-find-month-create)
907 (org-datetree-find-day-create): Add a docstring.
908 (org-datetree-find-year-create): Only match headlines with a
909 year or a year and one or more tags.
911 * org-crypt.el (org-crypt-check-auto-save)
912 (org-crypt-use-before-save-magic): Use `org-add-hook' when the
913 hooks are local hooks.
915 * org-agenda.el (org-agenda-mode): Use `org-add-hook' and merge
916 upstream change from Emacs 2013-04-18T00:12:33Z!monnier@iro.umontreal.ca.
918 * ob-core.el (org-babel-pop-to-session-maybe): Fix docstring.
919 (org-babel-pop-to-session-maybe): Use true function's name,
922 * org-agenda.el (org-agenda-drag-line-forward)
923 (org-agenda-drag-line-backward): New commands.
924 (org-agenda-mode-map): Bind the new commands to M-<down> and
927 * org.el (org-insert-heading): Fix insertion of items.
929 * org-capture.el (org-capture-use-agenda-date): Fix docstring.
931 * org-agenda.el (org-agenda-bulk-toggle): Fix docstring.
932 (org-agenda-bulk-toggle-all): New command.
933 (org-agenda-mode-map): Bind `org-agenda-bulk-toggle' to `M-m'
934 and `org-agenda-bulk-toggle-all' to `M-*'.
935 (org-agenda-menu): Add `org-agenda-bulk-toggle' and
936 `org-agenda-bulk-toggle-all'.
937 (org-agenda-bulk-mark, org-agenda-bulk-unmark): Jump to the
938 next headline, not the next line.
940 * org-capture.el (org-mks): Fix bug: let-bind `case-fold-search'
941 to nil while matching the first letter of a multi-letters
944 * org.el (org-store-link): When a bracket link is found in a
945 headline, use the link description or the link path.
946 (org-flag-drawer, org-hide-block-toggle)
947 (org-goto-left, org-goto-right, org-promote)
948 (org-paste-subtree, org-narrow-to-block, org-sort-entries)
949 (org-insert-link, org-offer-links-in-entry, org-open-file)
950 (org-refile, org-refile-get-location)
951 (org-refile-check-position, org-prepare-dblock, org-todo)
952 (org-auto-repeat-maybe, org-show-todo-tree, org-sparse-tree)
953 (org-occur, org-priority, org-scan-tags)
954 (org-get-tags-string, org-property-action, org-set-effort)
955 (org-entry-put, org-insert-drawer)
956 (org-compute-property-at-point)
957 (org-property-next-allowed-value, org-evaluate-time-range)
958 (org-closest-date, org-timestamp-change)
959 (org-revert-all-org-buffers, org-cycle-agenda-files)
960 (org-agenda-file-to-front, org-remove-file)
961 (org-preview-latex-fragment, org-format-latex)
962 (org-create-math-formula, org-create-formula-image)
963 (org-speed-command-help, org-check-before-invisible-edit)
964 (org-modifier-cursor-error, org-hidden-tree-error)
965 (org-mark-subtree, org-kill-line, org-first-sibling-p)
966 (org-up-element, org-down-element)
967 (org-drag-element-backward, org-drag-element-forward)
968 (org-unindent-buffer, org-speedbar-set-agenda-restriction): Use
969 `user-error' instead of `error'.
971 * ox-latex.el (latex): Don't force exporting with smart quotes.
973 * ox.el (org-export-with-smart-quotes): Mention the need to use
974 the relevant Babel package when setting this option to non-nil.
976 * org-src.el (org-edit-src-turn-on-auto-save): New option.
977 (org-edit-src-code): Use it.
978 (org-edit-src-auto-save-idle-delay): Enhance docstring.
980 * org-capture.el (org-mks): Make cursor invisible.
982 * org.el (org-link-expand-abbrev): Save match data before before
983 calling the replacement function.
985 * org-list.el (org-sort-list): Don't move point when matching time
988 * org.el (org-shifttab): Show the correct number of empty
989 headlines when called with a numeric prefix argument. Enhance
991 (org-uniquify): Use `copy-sequence'.
992 (org-adaptive-fill-function, org-fill-paragraph): Throw a useful
993 error message when parse an element fails in the current buffer.
995 * ox.el (org-export-with-planning): Enhance docstring.
997 * org.el (org-closed-keep-when-no-todo): New option.
998 (org-todo): Use the new option.
999 (org-open-line): Rename from `org-ctrl-o'.
1000 (org-mode-map): Use `remap'.
1001 (org-cycle-emulate-tab, org-file-apps)
1002 (org-set-font-lock-defaults)
1003 (org-translate-link-from-planner, org-link-search)
1004 (org-refile-get-targets, org-read-date-get-relative): Minor
1005 code clean-up: fix dangling parentheses.
1007 * org-agenda.el (org-agenda-entry-text-mode): Also check against
1009 (org-timeline): Handle `org-agenda-show-log'.
1011 * org-clock.el (org-clock-select-task): Remove successive
1012 duplicates in the clock history to consider.
1014 * org.el (org-uniquify-alist): Improve docstring.
1015 (org-make-tags-matcher, org-change-tag-in-region): Add buffer's
1016 tags to the tags completion table.
1017 (org-tags-expand): Prevent circular replacement of group tags.
1018 Tiny docstring formatting.
1019 (org-uniquify): Make a defsubst. Use `delete-dups' instead of
1021 (org-todo): Also remove the CLOSED planning information when
1022 removing the TODO keyword.
1023 (org-forward-heading-same-level): Fix bug when forwarding
1024 to a hidden subtree of the same level.
1025 (org-tags-expand): Use word delimiters when building the tag
1028 * org-clock.el (org-clock-insert-selection-line): Don't display
1031 * org.el (org-emphasis-regexp-components): Make a defvar.
1032 (org-emphasis-alist): New default value: don't set HTML tags.
1033 (org-emphasize, org-set-emph-re): Use the new value of
1034 `org-emphasis-alist'.
1036 * org-mobile.el (org-mobile-edit): Insert new headings at the end
1037 of the parent subtree. Use `org-at-heading-p' instead of the
1038 obsolete `org-on-heading-p'.
1040 * org.el (org-insert-heading): When called from a list item and
1041 `org-insert-heading-respect-content' is non-nil, insert a heading,
1043 (org-insert-heading-respect-content): Fix docstring.
1044 (org-insert-heading): When in a non-empty non-headline line,
1045 convert the current line into a headline.
1047 * org-table.el (org-table-copy-down): Don't move cursor when
1050 * ox-icalendar.el (org-icalendar-export-current-agenda): Do not
1051 evaluate babel code blocks.
1053 * ox-html.el (html): Add more options.
1055 * ox-publish.el (org-publish-project-alist): Add :with-planning in
1058 * ob-exp.el (org-babel-exp-src-block): Tiny docstring fix.
1060 * ox-icalendar.el (org-icalendar--combine-files): Fix typo.
1062 * org-mouse.el (org-mouse-agenda-context-menu): Fix a function's
1065 * ox.el (org-export-options-alist, org-export--skip-p): Use
1066 `:with-planning' instead of `:with-plannings', to keep in sync
1067 with the corresponding option's name.
1069 * ob-core.el (org-babel-confirm-evaluate): Fix typo in docstring.
1071 * org-agenda.el (org-agenda-undo, org-agenda)
1072 (org-agenda-append-agenda)
1073 (org-agenda-get-restriction-and-command, org-agenda-write)
1074 (org-agenda-clock-cancel)
1075 (org-agenda-diary-entry-in-org-file, org-agenda-diary-entry)
1076 (org-agenda-execute-calendar-command)
1077 (org-agenda-goto-calendar, org-agenda-convert-date)
1078 (org-agenda-bulk-mark, org-agenda-bulk-action)
1079 (org-agenda-show-the-flagging-note): Use `user-error' instead of
1082 * org-macs.el (org-with-remote-undo): Normalize argument names.
1084 * org.el (org-store-log-note): Fix `buffer-undo-list' when called
1085 after `org-agenda-todo'.
1086 (org-add-log-note): Minor formatting fix.
1088 * org-agenda.el (org-agenda-append-agenda): Set buffer read only.
1090 * org-clock.el (org-clock-select-task): Throw a user error when
1091 the clock history is empty.
1093 * org-table.el (org-table-get-remote-range): Fix docstring: use
1094 #+NAME instead of #+TBLNAME.
1096 * ob-ref.el: Use #+NAME instead of #+TBLNAME in comment.
1098 * ox-html.el (org-html-table-row-tags): Better example.
1100 * org-clock.el (org-clock-select-task): Fix window to buffer.
1102 (org-clock-insert-selection-line): Add the clock-out time.
1104 * ox-html.el (org-html-table-row-tags): Allow new dynamically
1105 bound value `row-number'.
1106 (org-html-table-row): Bind `row-number' to the number of the
1107 row (first row is 0).
1109 * org.el (org-minutes-to-clocksum-string): Round fractions of
1112 * ox-html.el (org-html-table-row-tags): Fix example in docstring.
1114 * org-agenda.el (org-agenda-span-to-ndays): Enhance docstring.
1115 (org-agenda-goto-date): Fix bug when going to a date in month
1117 (org-agenda-goto-date): Put the cursor on the agenda line with the
1119 (scheduled/deadline items with hour spec) then redo an agenda*.
1121 * org-clock.el (org-clock-resolve): Enhance the content of the
1124 * org-footnote.el (org-footnote-auto-label): Minor docstring fix.
1126 * ox-odt.el (org-odt-link): Fix bug: convert & to & in
1129 * ox-html.el (org-html-table-row): Dynamically bind
1130 `rowgroup-number', `start-rowgroup-p', `end-rowgroup-p',
1131 `top-row-p', `bottom-row-p'.
1132 (org-html-table-row-tags): Update docstring: tell what variables
1133 are dynamically bound.
1135 * org-src.el (org-edit-src-code): Don't set
1136 `buffer-auto-save-file-name' unless `auto-save-default' is
1139 * ox.el (org-export-table-row-group): Fix typo in docstring.
1141 * org-table.el (orgtbl-apply-fmt): Enhance docstring.
1143 * org.el (org-file-contents): Make the message more prominent.
1145 * ox.el (org-export-replace-region-by): New function.
1147 * ox-texinfo.el (org-texinfo-convert-region-to-texinfo),
1148 * ox-md.el (org-md-convert-region-to-md),
1149 * ox-latex.el (org-latex-convert-region-to-latex),
1150 * ox-html.el (org-html-convert-region-to-html): New functions to
1151 replace the active region by its export into various backends.
1153 * org-faces.el (org-agenda-restriction-lock): Use less flashy
1157 (org-agenda-restriction-lock-highlight-subtree): New option.
1158 (org-agenda-top-headline-filter): Rename from
1159 `org-agenda-top-headline-filter'.
1160 (org-find-top-headline): Rename from `org-find-top-category'.
1162 (org-agenda-filtered-by-top-headline): Rename from
1163 `org-agenda-filtered-by-top-category'.
1164 (org-agenda-filter-by-top-headline): Rename from
1165 `org-agenda-filter-by-top-category'. Fix docstring.
1166 (org-agenda-filter-top-headline-apply): Rename from
1167 `org-agenda-filter-top-category-apply'. Fix docstring.
1168 (org-agenda-mode-map): Update binding.
1169 (org-agenda-get-todos): Set `todo-state' earlier so that we can
1170 skip false-positives in time.
1172 * org.el (org-get-todo-state): Add a docstring.
1173 (org-ctrl-o): New command to insert a new row in tables
1174 (like `M-S-<down>' does) and open a line elsewhere.
1175 (org-mode-map): Bind the new command to `C-o'.
1176 (org-set-regexps-and-options): Process tags from an external setup
1179 * org-agenda.el (org-agenda-dim-blocked-tasks): Enhance docstring.
1180 (org-agenda-finalize-entries): Conditionally apply limits so
1181 that we don't manipulate big lists uselessly.
1182 (org-agenda-limit-entries): Limit exclusively. E.g., when
1183 limiting to a maximum of "2 tags", don't limit among tagged
1184 entries only, but limit among all entries.
1185 (org-agenda-limit-interactively): New command.
1186 (org-agenda-mode-map): Bind the new command to "~".
1187 (org-agenda-redo): Small fix: don't use `eval'.
1189 * org.el (org-ctrl-c-ctrl-c): Fix bug wrt updating checkboxes: the
1190 list beginning should be stored using a marker so that updating
1191 [%0] to [%50] will not throw an error.
1192 (org-babel-load-file): Move `org-babel-load-file' from
1193 ob-tangle.el to here so that it is correctly autoloaded by Emacs
1194 before Org is required.
1196 * org-mac-message.el: Delete.
1198 * org.el (org-modules): org-mac-message.el is not a core package
1201 * org-table.el (orgtbl-to-generic): Fix bug when exporting the
1202 cells of radio tables with 'hline.
1204 * org.el (org-speed-commands-default): Use ?s for
1205 `org-narrow-to-subtree'.
1207 * org-agenda.el (org-agenda-start-on-weekday): Fix typo.
1208 (org-agenda-start-day): Enhance docstring.
1210 * org-src.el (org-src-native-tab-command-maybe): Check that we are
1211 in a source code block.
1213 * org-mobile.el: Remove useless defvar.
1215 * org.el (org-indent-line): A line just below a line with a list
1216 item is now indented depending on the indentation of this list
1219 * org.el (org-options-keywords): Add #+TARGET.
1221 * org-clock.el (org-resolve-clocks-if-idle): Only try to resolve
1222 last clock if the clock buffer still exists.
1223 (org-clock-out, org-clock-cancel): Set markers to nil.
1225 * ox-org.el (org-org-publish-to-org):
1226 * ox-html.el (org-html-publish-to-html): Use the custom extension.
1228 * org.el (org-cycle-internal-local): Fix invalid search bound when
1229 `org-cycle-include-plain-lists' is set to 'integrate.
1231 * org.el (org-sparse-tree-default-date-type): Add an option for
1233 (org-sparse-tree): Allow to check against closed time-stamps.
1234 (org-re-timestamp): Handle closed time-stamps.
1235 (org-closed-in-range): Delete.
1237 * org-capture.el (org-capture-import-remember-templates): Take
1238 care of adding :jump-to-captured option if needed.
1240 * org.el (org-toggle-pretty-entities): Enhance messages.
1241 (org-raise-scripts): Handle scripts like "a_b^c".
1243 * org-capture.el (org-capture-templates): Document new option
1244 :jump-to-captured in the docstring. Offer the complete list of
1245 options when customizing.
1246 (org-capture-finalize): Handle :jump-to-captured.
1248 * org.el (org-agenda-prepare-buffers): Fix bugs: don't let-bind
1249 `org-tag-alist' to nil and don't append duplicate tags to
1250 `org-tag-alist-for-agenda'.
1251 (org-store-link): Storing multiple links in the active region now
1252 requires a triple prefix argument.
1253 (org-store-link, org-link-search): Fix handling of links to #+NAME
1254 and #+TARGET keywords.
1256 * org-compat.el (org-ignore-region): Tiny docstring fix.
1258 * org-capture.el (org-capture): Don't store multiple links over
1259 lines in the active region.
1261 * ox-odt.el (org-odt-special-block): Don't wrap annotations into
1262 <text:p>...</text:p> at all.
1263 (org-odt--fix-annotations): New function.
1264 (org-odt--export-wrap): Use the new function to fix annotations
1265 insertion in content.xml.
1267 * org.el (org-mode-flyspell-verify): Require 'org-element so that
1268 `org-element-affiliated-keywords' is defined.
1270 * ox-odt.el (org-odt-special-block): Don't insert annotations
1271 using style "Text_20_body".
1273 * org.el (org-toggle-tags-groups): Correctly highlight group tags.
1274 (org-tags-expand): Expand tags as words, with characters ?@
1275 and ?_ being considered words constituents.
1276 (org-set-regexps-and-options): Don't read setup files from
1278 (org-file-contents): When no-error is non-nil, throw a less
1281 * org-agenda.el (org-agenda-scheduled-leaders)
1282 (org-agenda-deadline-leaders): Re-align leaders to the left,
1283 back to a 11 characters width.
1285 * org.el (org-refile-cache-check-set): More informative message.
1287 * org-agenda.el (org-tags-view): Set the matcher after preparing
1288 the agenda, as `org-tag-groups-alist-for-agenda' might be needed.
1289 (org-agenda-filter-make-matcher): New parameter `filter' and
1290 `type'. Handle group tags.
1291 (org-agenda-filter-expand-tags): New function.
1292 (org-agenda-filter-apply): Handle group tags.
1294 * org.el (org-blank-before-new-entry): Tiny docstring fix.
1295 (org-tag-alist-for-agenda): Add docstring.
1296 (org-tag-groups-alist-for-agenda): New global variable.
1297 (org-tag-groups-alist): New buffer-local variable.
1298 (org-tag-alist, org-tag-persistent-alist): Handle :grouptags.
1299 (org-group-tags): New option.
1300 (org-toggle-group-tags): New command.
1301 (org-mode-map): Bind `org-toggle-group-tags' to `C-c C-x q'.
1302 (org-set-regexps-and-options-for-tags): New function, factored
1303 out from `org-set-regexps-and-options'.
1304 (org-set-regexps-and-options): Don't handle tags, they are now
1305 handled separately by `org-set-regexps-and-options-for-tags'.
1306 (org-assign-fast-keys): Handle :grouptags.
1307 (org-mode): Use `org-set-regexps-and-options-for-tags' on top
1308 of `org-set-regexps-and-options'.
1309 (org-fontify-meta-lines-and-blocks-1): Fontify group tags.
1310 (org-make-tags-matcher): Expand group tags in the matcher.
1311 (org-tags-expand): New function.
1312 (org-tags-completion-function): Tiny code clean up.
1313 (org-set-current-tags-overlay): Add a docstring.
1314 (org-fast-tag-selection): Highlight group tags.
1315 (org-agenda-prepare-buffers): Set `org-tag-alist-for-agenda'
1316 and `org-tag-groups-alist-for-agenda'. Don't uniquify
1317 `org-tag-alist-for-agenda' as we may need the grouping
1318 information for filtering in the agenda buffer.
1319 (org-uniquify-alist): New function.
1321 * org-pcomplete.el (pcomplete/org-mode/file-option/tags): Handle
1324 * org-faces.el (mode-line): New face for group tags.
1326 * ob-core.el (org-babel-hash-show-time): Tiny docstring
1329 * org-element.el (org-element-paragraph-separate): Use new name
1330 `org-list-allow-alphabetical'.
1332 * org-list.el (org-list-allow-alphabetical): Rename from
1333 `org-alphabetical-lists'.
1334 (org-list-empty-line-terminates-plain-lists): Rename from
1335 `org-empty-line-terminates-plain-lists'.
1336 (org-checkbox-hierarchical-statistics): Rename from
1337 `org-hierarchical-checkbox-statistics'.
1339 * org.el (org-image-actual-width): Update docstring.
1340 (org-display-inline-images): Use the #+attr_html: :width syntax.
1341 (org-modules): Remove deleted libraries, add new ones.
1343 * ox-html.el (org-html-indent): Default to nil, as non-nil can
1344 break indentation of source code blocks.
1345 (org-html-link): Don't insert nil if there is no attributes.
1346 (org-html-link--inline-image): Use the correct syntax for image
1347 attributes. Allow :width :height and :alt as predefined
1348 attributes for inline images.
1349 (org-html-link, org-html-table): Use the standard syntax---
1350 e.g. "#+attr_html: :options ..."--- to get attributes.
1352 * ox.el (org-export-table-cell-alignment): Treat an empty cell as
1353 a number if it follows a number.
1355 * ox.el (org-export-as): Allow user functions in
1356 `org-export-before-parsing-hook' to modify the point.
1358 * org.el (org-entry-add-to-multivalued-property): Add the new
1359 value by appending it at the end of the line.
1361 * org-table.el (orgtbl-to-generic): New parameter `backend' to
1362 export cells content using a specific backend.
1363 (orgtbl-to-latex, orgtbl-to-texinfo): Export cells to LaTeX
1364 and Texinfo before sending the table.
1366 * ox.el (org-export-define-backend)
1367 (org-export-define-derived-backend): Make defuns and update
1370 * ox-texinfo.el (texinfo):
1375 * ox-latex.el (latex):
1376 * ox-icalendar.el (icalendar):
1377 * ox-html.el (html):
1378 * ox-beamer.el (beamer):
1379 * ox-ascii.el (ascii): Use `org-export-define-backend' and
1380 `org-export-define-derived-backend' as defuns, not macros.
1382 * org.el (org-set-regexps-and-options): Use
1383 `org-table-set-constants'.
1385 * org-table.el (org-table-set-constants): New function.
1386 (orgtbl-ctrl-c-ctrl-c): Use it.
1389 (pcomplete/org-mode/block-option/clocktable): Add parameters.
1391 * org.el (org-options-keywords): Remove "INFOJS_OPT": it is added
1392 through ox-html.el now.
1394 * org-agenda.el (org-agenda-redo): Set filters after agenda has
1397 * org.el (org-store-link): When there is an active region, store
1398 each line as a separate link.
1399 (org-insert-all-links): Use a default description when links
1400 do not have one already.
1402 * org-agenda.el (org-agenda-redo): Fix code typo.
1404 * org.el (org-link-display-format): Fix docstring.
1406 * ox-publish.el (org-publish-org-to)
1407 (org-publish-org-sitemap, org-publish-find-title)
1408 (org-publish-find-date)
1409 (org-publish-cache-file-needs-publishing): Set
1410 `org-inhibit-startup' to t when visiting files for
1413 * ox-org.el (org-org-publish-to-org): Kill buffers not visited at
1416 * org.el (org-set-font-lock-defaults): Set font-lock keywords
1417 correctly for plain links.
1419 * ox-texinfo.el (org-texinfo-logfiles-extensions)
1420 (org-texinfo-remove-logfiles): New options.
1421 (org-texinfo-compile): Use the new options to remove files
1422 after compiling a Texinfo file.
1424 * ox-texinfo.el (org-texinfo-coding-system): New option.
1425 (org-texinfo-template): Add @documentlanguage and
1427 (org-texinfo-headline): Add a space before tags.
1428 (org-texinfo-export-to-texinfo, org-texinfo-export-to-info):
1429 Use `org-texinfo-coding-system' as the coding system for
1431 (org-texinfo-publish-to-texinfo): New function.
1433 * ox-texinfo.el (org-texinfo-filename)
1434 (org-texinfo-info-process, org-texinfo-max-toc-depth)
1435 (org-texinfo--sanitize-menu): Docstrings tiny fixes.
1437 * org-agenda.el (org-agenda-dim-blocked-tasks): Only throw a
1438 message when called interactively. Fix docstring position in the
1441 * ox-html.el (org-html--build-meta-info): Fix setting of
1442 http-equiv="Content-Type".
1444 * org-agenda.el (org-agenda-mode-map): Use ?= for filtering by
1445 regexp and ?| for removing all filters.
1446 (org-agenda-filter-remove-all): New command.
1447 (org-agenda-filter-show-all-re): Rename from
1448 `org-agenda-filter-show-all-regexp'.
1449 (org-agenda-filter-by-regexp): Call
1450 `org-agenda-filter-show-all-re'.
1452 * org-list.el (org-insert-item): Don't ask for a definition term
1453 when insert an item in a description list.
1455 * org-agenda.el (org-agenda-Quit): Set `org-agenda-buffer' to nil.
1456 This prevents bugs when calling e.g., `org-diary' after quitting
1458 (org-agenda-entry-types): Move earlier in the file.
1459 (org-agenda-custom-commands-local-options, org-diary)
1460 (org-agenda-get-day-entries): Don't hardcode the default agenda
1461 entry types, use `org-agenda-entry-types'.
1462 (org-agenda-custom-commands): Fix default setting so that the
1463 customize interface does not complain about a mismatch.
1465 * org.el (org-export-backends): Add new backends.
1467 * ox-html.el (org-html-indent): New option.
1468 (org-html-use-unicode-chars): New option.
1469 (org-html-pretty-output): Delete.
1470 (org-html-final-function): Use the new options.
1472 * ox-html.el (org-html-link): Fix handling of abbreviated links
1473 which include a file: protocol.
1474 (org-html--build-postamble): Default to today's date.
1475 (org-html--build-meta-info): When #+DATE contains a time stamp,
1476 parse it as a RFC 822 time string, otherwise simply insert the
1479 * ox.el (org-export--copy-to-kill-ring-p): New function.
1480 (org-export-copy-to-kill-ring): Use 'if-interactive as the
1482 (org-export-to-buffer, org-export-to-file): Use
1483 `org-export--copy-to-kill-ring-p' and fix docstrings.
1485 * ox-odt.el (org-odt-export-as-odf): Use
1486 `org-export--copy-to-kill-ring-p'.
1488 * org.el (org-set-font-lock-defaults): Fontify macros.
1490 * org-faces.el (org-macro): New face.
1492 * org.el (org-clone-subtree-with-time-shift): Only prompt for a
1493 time shift when the entry at point has a time stamp and when the
1494 command is called with a universal prefix argument.
1495 (org-execute-file-search-functions): Docstring fix.
1497 * org-compat.el (org-defvaralias): Fix declare form.
1499 * org-clock.el (org-clocktable-defaults): Add :mstart parameter.
1500 (org-clock-special-range): New argument mstart.
1501 (org-dblock-write:clocktable, org-dblock-write:clocktable)
1502 (org-clocktable-write-default, org-clocktable-steps)
1503 (org-clock-get-table-data): Handle the :mstart parameter.
1505 * org.el (org-map-entries): Use `save-window-excursion'.
1507 * org-compat.el (org-defvaralias): New compatibility function.
1509 * org-list.el (org-cycle-include-plain-lists): Also add to the
1510 'org-cycle customization group.
1511 (org-list-allow-alphabetical)
1512 (org-checkbox-hierarchical-statistics)
1513 (org-list-empty-line-terminates-plain-lists)
1514 (org-list-description-max-indent): Rename and add aliases to old
1517 * org-element.el (org-element-context): Prevent an error when
1518 getting the context of a table rule.
1520 * org.el (org-deadline-time-hour-regexp)
1521 (org-scheduled-time-hour-regexp): New buffer local variables.
1522 (org-set-regexps-and-options): Set the new variables.
1524 * org-agenda.el (org-agenda-custom-commands-local-options): Add
1525 :deadline* and :scheduled* to the list of possible agenda entry
1527 (org-agenda): Implement a new agenda type agenda* with :scheduled*
1528 and :deadline* replacing :scheduled and :deadline respectively in
1529 agenda entry types. In such agenda, only scheduled and deadline
1530 items with a time specification [h]h:mm will be considered.
1531 (org-agenda-entry-types): Document the new agenda entry types
1532 :scheduled* and :deadline*.
1533 (org-agenda-list): New parameter `with-hour'. Use :scheduled* and
1535 (org-agenda-get-day-entries): Handle :scheduled* and :deadline*.
1536 (org-agenda-get-deadlines, org-agenda-get-scheduled): New
1537 parameter `with-hour'. Use `org-deadline-time-hour-regexp' or
1538 `org-scheduled-time-hour-regexp' as the search string if needed.
1539 (org-agenda-to-appt): Use :scheduled* and :deadline* by default,
1540 as other scheduled and deadline items don't have a time spec and
1541 cannot be turned into appointments. Trim bracket links and use
1542 only the description as the appointment text.
1543 (org-agenda-get-restriction-and-command): Add
1544 default description for the agenda* view.
1545 (org-agenda-run-series): Handle agenda* views.
1547 * org-faces.el (org-agenda-filter-tags)
1548 (org-agenda-diary, org-agenda-calendar-event)
1549 (org-agenda-calendar-sexp): Minor code clean up.
1550 (org-agenda-filter-category): Docstring fix.
1551 (org-agenda-filter-category): New face.
1553 * org-agenda.el (org-agenda-local-vars): Add
1554 `org-agenda-re-filter-overlays' and `org-agenda-regexp-filter'.
1555 (org-agenda-mode-map): Use "|" for
1556 `org-agenda-filtered-by-regexp'.
1557 (org-agenda-re-filter-overlays): New variable.
1558 (org-agenda-mark-filtered-text): Use
1559 `org-agenda-re-filter-overlays'.
1560 (org-agenda-finalize, org-agenda-redo): Allow regexp filtering.
1561 (org-agenda-filter-by-category): Set `org-agenda-category-filter'
1562 here instead of within `org-agenda-apply-filter'.
1563 (org-agenda-regexp-filter): New variable.
1564 (org-agenda-filter-by-regexp): New function to filter agenda
1566 (org-agenda-filter-make-matcher): Make matcher for regexp filters.
1567 (org-agenda-filter-apply): Don't set `org-agenda-tag-filter' and
1568 `org-agenda-category-filter'. Maybe apply regexp filter.
1569 (org-agenda-filter-hide-line): Add docstring. Hide
1570 regexp-filtered lines.
1571 (org-agenda-filter-show-all-tag, org-agenda-filter-show-all-cat):
1573 (org-agenda-filter-show-all-regexp): New function.
1574 (org-agenda-set-mode-name): Add regexp-filter information.
1575 (org-agenda-custom-commands-local-options): Add regexp filter.
1576 (org-agenda-regexp-filter-preset): New variable.
1577 (org-agenda-prepare): Use the new variable.
1579 * ox-odt.el (org-odt-code, org-odt-verbatim): Use
1580 `org-odt--encode-plain-text'.
1582 * ox-html.el (org-html-link): Minor code clean-up.
1584 * org.el (org-insert-heading): DTRT when in a narrowed region.
1586 * org-compat.el (org-buffer-narrowed-p): New compatibility
1589 * ox-html.el (org-html-format-inline-image): Fix missing string in
1592 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
1593 New allowed value `repeated-after-deadline' which will prevent the
1594 display of scheduled items when repeated after the current
1596 (org-agenda-get-scheduled): Handle the new value.
1598 * org.el (org-time-string-to-absolute): Tiny docstring fix.
1600 * ox-html.el (org-html-style-default): New classes `footpara' and
1601 `footdef' for the footnotes paragraphs and definitions.
1602 (org-html-format-footnote-definition): Wrap the footnote
1603 defintions into their own div.
1604 (org-html-paragraph): Don't add extra <br/> after a paragraph in a
1606 (org-html-container-element, org-html-divs): Mention that
1607 org-info.js will not work when changing the defaults.
1609 * ox-md.el (md): Export underlined text as verbatim.
1611 * ox-html.el (org-html-style-default): New CSS .underline and
1612 #org-div-home-and-up.
1613 (org-html-text-markup-alist): Don't hardcode the style, use the
1614 new class .underline.
1615 (org-html-home/up-format): Don't hardcode the style, use
1616 #org-div-home-and-up.
1617 (org-html-center-block): Use the .center class.
1619 * ox-md.el (org-md-underline): New function.
1621 * org-agenda.el (org-sorting-choice): Fix default value.
1623 * ox-html.el (org-html-format-footnote-definition)
1624 (org-html-footnote-section): Don't wrap footnote definitions into
1626 (org-html-paragraph): Add HTML style and class parameter when the
1627 paragraph is in a footnote definition. Also allow to add an extra
1628 string after the paragraph. Further parameters can be added for
1629 paragraphs in other environments.
1630 (org-html-template): Always include the title as <h1
1631 class="title"></h1>, even when there is no title, as org-info.js
1634 * org-element.el (org-element-map): Fix tiny typo in docstring.
1636 * org-agenda.el (org-agenda-day-view): Fix parameter's name.
1638 * ox-html.el (org-html-format-inline-image): Don't add superfluous
1639 <p></p> when there is an empty caption.
1641 * org-agenda.el (org-agenda-refile): Enhance docstring. Allow to
1642 clear the refile cache with C-0 or C-u C-u C-u.
1644 * ox-md.el (org-md-export-as-markdown): Tiny docstring fix. Fix a
1645 library keyword in the comment section.
1647 * org.el (org-toggle-item): Convert all normal lines as items when
1648 there is a region, and only convert the first line when called
1649 with a universal prefix argument. This is consistent with the
1650 behavior of `org-toggle-heading'.
1651 (org-toggle-heading): When the region contains only normal lines,
1652 a universal prefix arg will only convert the first line. This is
1653 more consistent with `org-toggle-item'.
1654 (orgstruct-setup): Add `org-ctrl-c-minus' and `org-ctrl-c-star'.
1655 (customize-package-emacs-version-alist): Update
1656 `customize-package-emacs-version-alist'.
1658 * ox-texinfo.el (org-export-texinfo)
1659 (org-texinfo-filename, org-texinfo-classes)
1660 (org-texinfo-format-headline-function)
1661 (org-texinfo-node-description-column)
1662 (org-texinfo-active-timestamp-format)
1663 (org-texinfo-link-with-unknown-path-format)
1664 (org-texinfo-tables-verbatim)
1665 (org-texinfo-table-scientific-notation)
1666 (org-texinfo-text-markup-alist)
1667 (org-texinfo-format-drawer-function)
1668 (org-texinfo-format-inlinetask-function)
1669 (org-texinfo-info-process):
1670 * ox-odt.el (org-odt-format-drawer-function)
1671 (org-odt-format-headline-function)
1672 (org-odt-format-inlinetask-function):
1673 * ox-md.el (org-export-md, org-md-headline-style): Fix :version
1674 and :package-version keywords.
1676 * org.el (org-time-clocksum-use-effort-durations): Don't set to t
1677 by default as it will change many clocktables out there. Let the
1678 user decides whether she wants to turn this on.
1680 * org.el (org-agenda-inhibit-startup): Revert to nil as the default.
1682 * org-agenda.el (org-agenda-dim-blocked-tasks): Revert to t as the
1685 * ox-html.el (org-html-style-default): More cosmetic tweaks.
1686 (org-html-head-include-default-style): Minor docstring update.
1688 * ox.el (org-export-snippet-translation-alist)
1689 (org-export-coding-system, org-export-in-background)
1690 (org-export-async-init-file, org-export-invisible-backends)
1691 (org-export-dispatch-use-expert-ui):
1692 * ox-texinfo.el (org-texinfo-filename, org-texinfo-classes)
1693 (org-texinfo-format-headline-function)
1694 (org-texinfo-node-description-column)
1695 (org-texinfo-active-timestamp-format)
1696 (org-texinfo-link-with-unknown-path-format)
1697 (org-texinfo-tables-verbatim)
1698 (org-texinfo-table-scientific-notation)
1699 (org-texinfo-text-markup-alist)
1700 (org-texinfo-format-drawer-function)
1701 (org-texinfo-format-inlinetask-function)
1702 (org-texinfo-info-process):
1703 * ox-man.el (org-man-tables-centered)
1704 (org-man-table-scientific-notation)
1705 (org-man-source-highlight, org-man-source-highlight-langs)
1706 (org-man-pdf-process, org-man-logfiles-extensions):
1707 * ox-html.el (org-html-allow-name-attribute-in-anchors)
1708 (org-html-coding-system, org-html-divs):
1709 * ox-ascii.el (org-ascii-text-width)
1710 (org-ascii-headline-spacing, org-ascii-indented-line-width)
1711 (org-ascii-paragraph-spacing, org-ascii-charset)
1712 (org-ascii-underline, org-ascii-bullets)
1713 (org-ascii-links-to-notes)
1714 (org-ascii-table-keep-all-vertical-lines)
1715 (org-ascii-table-widen-columns)
1716 (org-ascii-table-use-ascii-art)
1717 (org-ascii-format-drawer-function)
1718 (org-ascii-format-inlinetask-function):
1719 * org.el (org-modules, org-export-backends)
1720 (org-highlight-latex-and-related, orgstruct-setup-hook):
1721 * org-attach.el (org-attach-git-annex-cutoff):
1722 * org-archive.el (org-archive-file-header-format):
1723 * org-agenda.el (org-agenda-todo-ignore-time-comparison-use-seconds):
1724 * ob-python.el (org-babel-python-hline-to)
1725 (org-babel-python-None-to):
1726 * ob-ditaa.el (org-ditaa-eps-jar-path):
1727 * ob-core.el (org-babel-results-keyword): Add :version and
1730 * ox-ascii.el: Use utf-8-emacs as the file coding system.
1732 * org-capture.el (org-capture-templates, org-capture-string)
1733 (org-capture-steal-local-variables)
1734 (org-capture-empty-lines-before)
1735 (org-capture-empty-lines-after)
1736 (org-capture-insert-template-here)
1737 (org-capture-import-remember-templates): Fix or add docstring.
1739 * ox-html.el (org-html-style-default): Cosmetic changes.
1740 (org-html-postamble, org-html-preamble)
1741 (org-html-preamble-format): Update docstring.
1743 * org-agenda.el (org-agenda-format-date-aligned)
1744 (org-agenda-time-of-day-to-ampm-maybe)
1745 (org-scheduled-past-days)
1746 (org-agenda-normalize-custom-commands)
1747 (org-agenda-run-series, org-store-agenda-views): Fix or add
1751 (org-latex-table-scientific-notation, org-latex-verse-block): Fix
1752 typos in docstrings.
1754 * ox-html.el (org-html-text-markup-alist)
1755 (org-html-pretty-output, org-html-link-org-files-as-html)
1756 (org-html-postamble, org-html-preamble)
1757 (org-html-format-inline-image, org-html-splice-attributes)
1758 (org-export-splice-style, org-html-htmlize-region-for-paste)
1759 (org-html-fix-class-name)
1760 (org-html-format-footnote-reference)
1761 (org-html-format-footnotes-section)
1762 (org-html-footnote-section, org-html--anchor)
1763 (org-html--todo, org-html--tags, org-html-format-headline)
1764 (org-html-toc, org-html-format-section, org-html-checkbox)
1765 (org-html-format-list-item, org-html-format-latex)
1766 (org-html-encode-plain-text)
1767 (org-html-table-first-row-data-cells)
1768 (org-html-table--table.el-table, org-html-final-function): Fix
1771 * org.el (org-insert-heading): If the current item has a checkbox,
1772 insert the new item with a checkbox.
1774 * org.el (org-insert-heading): Don't delete spaces in empty
1777 * ox-odt.el (org-odt-keyword): Fix typo.
1779 * ox-latex.el (org-latex-toc-command): Cosmetic docstring change.
1781 * ox-html.el (org-html-encode-plain-text): Fix typo in docstring.
1783 * org-faces.el (org-column): Update docstring.
1785 * org-colview.el: Update error message.
1787 * org.el (org-modules): Do not include org-mew.el, org-vm.el,
1788 org-w3m.el, org-wl.el as these files are now part of contrib/.
1793 * org-wl.el: Delete (moved to Org's contrib/ directory.)
1795 * org-capture.el (org-mks): Move from org-mks.el.
1797 * org-mks.el: Delete.
1799 * ox-html.el (html): Update HTML options names.
1801 * org.el (org-show-context): Don't try to fix ellipsis when
1802 showing a subtree in agenda.
1804 * ox-html.el (html): Reintroduce #+HTML_HEAD_EXTRA, previously
1805 known as HTML_STYLE_EXTRA.
1806 (org-html-head): Enhance docstring.
1807 (org-html-head-extra): Reintroduce. Was `org-html-style-extra'.
1808 (org-html--build-head): Rename from `org-html--build-head'. Add
1809 information from `org-html-head-extra'.
1810 (org-html-template): Use `org-html--build-head'.
1812 * ox-html.el (org-html-display-buffer-mode): Delete.
1813 (org-html-export-as-html): Use `set-auto-mode' instead of
1814 `org-html-display-buffer-mode'.
1816 * org-agenda.el (org-agenda-write): Overwrite file when called
1819 * org-mobile.el (org-mobile-edit): Workaround a
1820 `org-insert-heading-respect-content' bug which prevents correct
1821 insertion when point is invisible
1823 * org.el (org-previous-line-empty-p): New parameter to allow
1824 checking next line. Add a docstring.
1825 (org-insert-heading): Handle two universal prefix arguments as
1826 advertised in the docstring. Don't insert new lines when
1827 creating a heading after the first heading in the current
1829 (org-insert-heading-respect-content): New optional argument
1830 arg, passed to `org-insert-heading'.
1832 * org.el (org-mode): Remove syntax entries. Use
1833 `org-backward-element' and `org-forward-element' for
1834 `beginning-of-defun-function' and `end-of-defun-function': this
1835 allows using C-M-a and C-M-e before the first headline.
1837 * ox-html.el (html): Remove :html-htmlized-css-url :options-alist.
1839 * ox-org.el (org-org-htmlized-css-url): Rename from
1840 `org-html-htmlized-org-css-url' and moved here from ox-html.el.
1841 (org-org-publish-to-org): Handle :htmlized-source in
1842 publishing projects.
1844 * ox-html.el (org-html-style-default): Update docstring.
1845 (org-html-infojs-install-script, org-html--build-style): Update
1847 (org-html-head-include-scripts)
1848 (org-html-head-include-default-style, org-html-head):
1849 Respectively rename from `org-html-style-include-scripts',
1850 `org-html-style-include-default' and `org-html-style', now
1852 (org-html-style-extra): Delete.
1854 * org-clock.el (org-clock-out): Fix bug: if a closing note needs
1855 to be stored in the drawer where clocks are stored, let's
1856 temporarily remove `org-clock-remove-empty-clock-drawer' from
1857 `org-clock-out-hook'.
1859 * ob-tangle.el (org-babel-tangle): Remove unused attempt of
1860 prompting the user of the tangle file name since :tangle is always
1861 set. Don't prompt for a tangle file name when called with two
1862 universal prefix arg outside of a src block. Use
1863 `org-babel-tangle-single-block'.
1864 (org-babel-tangle-single-block): New function.
1865 (org-babel-tangle-collect-blocks): Use the new function.
1867 * org-table.el (org-table-convert-region, org-table-export)
1868 (org-table-align, org-table-beginning-of-field)
1869 (org-table-copy-down, org-table-check-inside-data-field)
1870 (org-table-insert-column, org-table-find-dataline)
1871 (org-table-delete-column, org-table-move-column)
1872 (org-table-insert-row, org-table-insert-hline)
1873 (org-table-kill-row, org-table-paste-rectangle)
1874 (org-table-wrap-region, org-table-sum, org-table-get-formula)
1875 (org-table-get-formula, org-table-get-stored-formulas)
1876 (org-table-fix-formulas, org-table-maybe-eval-formula)
1877 (org-table-rotate-recalc-marks, org-table-eval-formula)
1878 (org-table-get-range, org-table-get-descriptor-line)
1879 (org-table-find-row-type, org-table-recalculate)
1880 (org-table-iterate, org-table-iterate-buffer-tables)
1881 (org-table-formula-handle-first/last-rc)
1882 (org-table-edit-formulas, org-table-fedit-shift-reference)
1883 (org-rematch-and-replace, org-table-shift-refpart)
1884 (org-table-fedit-finish, org-table-fedit-lisp-indent)
1885 (org-table-show-reference, org-table-show-reference)
1886 (org-table-show-reference, org-table-show-reference)
1887 (org-table-force-dataline, orgtbl-error, orgtbl-export)
1888 (orgtbl-send-replace-tbl, org-table-to-lisp)
1889 (orgtbl-send-table, orgtbl-send-table, orgtbl-send-table)
1890 (orgtbl-toggle-comment, orgtbl-insert-radio-table)
1891 (orgtbl-to-unicode, org-table-get-remote-range)
1892 (org-table-get-remote-range, org-table-copy-dow)
1893 (org-table-check-inside-data-field, org-table-insert-colum)
1894 (org-table-find-dataline, org-table-delete-colum)
1895 (org-table-move-column, org-table-insert-ro)
1896 (org-table-insert-hline, org-table-kill-ro)
1897 (org-table-paste-rectangle, org-table-wrap-regio)
1898 (org-table-sum, org-table-get-formul)
1899 (org-table-get-stored-formulas, org-table-fix-formula)
1900 (org-table-maybe-eval-formul, org-table-rotate-recalc-marks)
1901 (org-table-eval-formul, org-table-get-range)
1902 (org-table-get-descriptor-lin, org-table-find-row-type)
1903 (org-table-recalculat, org-table-iterate)
1904 (org-table-iterate-buffer-table)
1905 (org-table-formula-handle-first/last-r)
1906 (org-table-edit-formulas, org-table-fedit-shift-referenc)
1907 (org-rematch-and-replace, org-table-shift-refpar)
1908 (org-table-fedit-finish, org-table-fedit-lisp-inden)
1909 (org-table-show-reference, org-table-force-datalin)
1910 (orgtbl-error, orgtbl-export, orgtbl-send-replace-tb)
1911 (org-table-to-lisp, orgtbl-send-tabl, orgtbl-toggle-comment)
1912 (orgtbl-insert-radio-tabl, orgtbl-to-unicode)
1913 (org-table-get-remote-range): Use `user-error' instead of
1914 `error' for user errors.
1916 * ob-core.el (org-babel-load-in-session): Throw a useful error
1917 when there is no code block at point.
1919 * ob-tangle.el (org-babel-tangle): Rename the ONLY-THIS-BLOCK
1920 parameter to ARG. Allow two universal prefix arguments to tangle
1921 by the target file of the block at point.
1922 (org-babel-tangle-collect-blocks): New parameter TANGLE-FILE
1923 to restrict the collection of blocks to those who will be
1924 tangled in TARGET-FILE.
1926 * org-src.el (org-edit-src-auto-save-idle-delay): Use a delay of 0
1927 by default (i.e., deactivate auto-saving.)
1928 (org-edit-src-code): Set `buffer-auto-save-file-name' for
1929 auto-saving with `auto-save-mode'.
1931 * org.el (org-deadline, org-schedule): When called with two
1932 universal prefix arguments, set the warning time or the delay
1933 relatively to the current timestamp, not to today's date.
1935 * org-agenda.el (org-agenda-filter-apply): Deactive
1936 `org-agenda-entry-text-mode' when filtering.
1937 (org-agenda-entry-text-mode): Don't allow in filtered views.
1938 Don't show the maximum number of lines when turning off.
1940 * ox-html.el (org-html-headline): Add comment.
1942 * org.el (org-mode): Set `paragraph-start'.
1944 * org-agenda.el (org-agenda-entry-text-leaders): New option.
1945 (org-agenda-entry-text-show-here): Use it.
1947 * ox-html.el (org-html-link--inline-image): Always retrieve
1948 attributes for inline images.
1949 (org-html-link): Fix trailing whitespace at the end of the opening
1951 (org-html-headline): For headlines whose first element is a
1952 headline and not a section, pretend there is an empty section (as
1953 "") for the correct HTML div to be inserted.
1955 * org-agenda.el (org-agenda-collect-markers)
1956 (org-create-marker-find-array): Move to ox-icalendar.el.
1957 (org-agenda-marker-table, org-check-agenda-marker-table):
1960 * ox-icalendar.el (org-icalendar-create-uid): New parameter
1961 H-MARKERS to only update some headlines, not the whole file.
1962 (org-icalendar--combine-files): When exporting to an .ics file
1963 only add UID to the headlines shown in the agenda buffer.
1964 (org-agenda-collect-markers, org-create-marker-find-array):
1967 * org-agenda.el (org-agenda-write): Ask before overwriting an
1970 * org-pcomplete.el (pcomplete/org-mode/file-option/infojs_opt):
1971 Use `org-html-infojs-opts-table'.
1973 * ox-html.el (org-html-infojs-opts-table):
1974 (org-html-use-infojs, org-html-infojs-options)
1975 (org-html-infojs-template): Move from ox-jsinfo.el. Rename using
1976 the org-html- prefix.
1977 (org-html-infojs-install-script): Move from ox-jsinfo.el.
1979 * ox-jsinfo.el: Delete.
1981 * ox-html.el (org-html-section): Fix indentation.
1982 (org-html-inner-template): Add the document title here, within the
1983 "content" class, as the org-info.js needs it.
1984 (org-html-template): Don't include the document's title here.
1985 (org-html-format-inlinetask-function): Remove wrong example.
1987 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't collect
1988 blocks in commented out headings.
1990 * ox-latex.el (org-latex-logfiles-extensions)
1991 (org-latex-remove-logfiles): Improve docstrings.
1993 * org-capture.el (org-capture): Cosmetic fix.
1995 * org-protocol.el (org-protocol-create-for-org)
1996 (org-protocol-create): Small docstrings enhancements.
1998 * org-protocol.el (org-protocol-capture): Small docstring fix.
2000 * org.el (org-speed-command-activate): Only forbid in src code
2004 (org-indent-add-properties): Bugfix: prevent negative value for
2005 `added-ind-per-lvl'.
2007 * org.el (org-mode): Add `org-fix-ellipsis-at-bol' to
2008 `isearch-mode-end-hook' so that any isearch fixes the problem with
2009 ellipsis on the first line.
2010 (org-fix-ellipsis-at-bol): New defsubst.
2011 (org-show-context, org-isearch-end): Use it.
2013 * org-agenda.el (org-agenda-deadline-leaders): New formatting
2014 string for past deadlines.
2015 (org-agenda-scheduled-leaders): Small change.
2016 (org-agenda-get-deadlines): Use the new formatting string.
2018 * ob-lob.el (org-babel-lob-execute): Rename cache? to cache-p.
2020 * org.el (org-speed-command-activate): Don't activate speed
2021 commands within blocks.
2023 * org.el (org-show-context): Remove useless catch. Make sure the
2024 top of the window is a visible headline.
2025 (org-activate-plain-links): Remove unused catch.
2027 * org-macs.el (org-get-alist-option): Return nil, not (nil), so
2028 that `org-show-context' DTRT.
2030 * org.el (org-imenu-get-tree): Fix bug when matching against empty
2032 (org-overview): Stay on current line.
2033 (org-map-entries): Fix docstring.
2035 * org-macs.el (org-unmodified): Update comment. Don't define
2036 `with-silent-modifications' for emacsen that don't have it.
2038 * org-compat.el (org-with-silent-modifications): New
2039 compatibility macro.
2041 * org.el (org-refresh-category-properties)
2042 (org-refresh-properties, org-entry-blocked-p)
2043 (org-agenda-prepare-buffers):
2045 * org-indent.el (org-indent-remove-properties)
2046 (org-indent-add-properties):
2048 * org-colview.el (org-columns-display-here)
2049 (org-columns-remove-overlays, org-columns-quit)
2050 (org-columns-edit-value, org-columns-compute-all)
2051 (org-columns-compute, org-agenda-colview-compute):
2053 * org-clock.el (org-clock-sum): Use the compatibility macro
2054 `org-with-silent-modifications' instead of
2055 `with-silent-modifications'.
2057 * org.el (org-sort-remove-invisible): Remove emphasis markers.
2059 * org.el (org-sort-remove-invisible): Use defsust. Do not only
2060 check against invisible links, truly returns the visible part of
2062 (org-sort-remove-invisible): Add a docstring.
2063 (org-sort-entries): Remove hidden links when comparing entries.
2065 * org-list.el (org-sort-list): Remove hidden links when comparing
2068 * ox-html.el (org-html-headline): Fix typo.
2069 (org-html-format-headline--wrap): Cosmetic change.
2071 * org.el (org-at-clock-log-p): Delete.
2073 * org-clock.el (org-at-clock-log-p): Move here.
2075 * ox-html.el (org-html-format-headline-function): Fix docstring.
2077 * ob-sql.el (org-babel-execute:sql): Add header row delimiter for
2078 both mysql and postgresql.
2080 * org.el (org-agenda-prepare-buffers): Don't use
2081 `with-silent-modifications' too early.
2083 * org-macs.el: Add a comment on when to use `org-unmodified' and
2084 when to use `with-silent-modifications'.
2086 * org-colview.el (org-columns-display-here)
2087 (org-columns-remove-overlays, org-columns-quit)
2088 (org-columns-edit-value, org-columns-compute-all)
2089 (org-columns-compute, org-agenda-colview-compute):
2090 * org-clock.el (org-clock-sum):
2091 * org.el (org-refresh-category-properties)
2092 (org-refresh-properties, org-entry-blocked-p)
2093 (org-agenda-prepare-buffers): Use `with-silent-modifications'
2094 instead of `org-unmodified'.
2096 * ox-publish.el (org-publish-sitemap-date-format): Small docstring
2099 * ox-latex.el (org-latex-format-headline-default-function): New
2101 (org-latex-format-headline-function): Use the new option as
2103 (org-latex-toc-command): Don't add vertical space after the table
2106 * org.el (org-entry-blocked-p): Use `org-unmodified' instead of
2107 `org-with-buffer-modified-unmodified'.
2108 (org-agenda-prepare-buffers): Fix indentation.
2110 * org-macs.el (org-unmodified): Rename from
2111 `org-with-buffer-modified-unmodified'.
2112 (org-with-buffer-modified-unmodified): Delete.
2114 * ob-python.el (org-babel-python-command): Use a defcustom.
2115 (org-babel-python-mode): Use a defcustom and default to
2116 'python-mode when featured.
2118 * org-agenda.el (org-agenda-start-day): Refer to `org-read-date'
2121 * ox-org.el (org-org-publish-to-org): Autoload.
2124 * org-bibtex.el: Remove remember support.
2126 * org-clock.el (org-clock-heading-for-remember): Delete.
2127 (org-clock-in): Do not set the heading for remember.
2129 * org.el (org-move-subtree-down, org-forward-element)
2130 (org-backward-element):
2132 * org-table.el (org-table-previous-field)
2133 (org-table-move-column, org-table-move-row):
2135 * org-list.el (org-move-item-down, org-move-item-up)
2136 (org-cycle-item-indentation): Use `user-error' when moving or
2137 modifying the element at point is not possible.
2139 * ox-html.el (org-html-table-header-tags)
2140 (org-html-table-data-tags, org-html-table-row-tags)
2141 (org-html-table-align-individual-fields): Use the
2142 org-export-html group.
2143 (org-html-inline-src-block, org-html-link): Fix error messages.
2144 (org-html-begin-plain-list): Fix formatting, better FIXME
2147 * org.el (org-fill-paragraph): Fill using
2148 `org-mode-transpose-word-syntax-table'.
2150 * ox-org.el (org-org-publish-to-org): New defun.
2152 * ox-html.el (org-export-htmlize): Delete group.
2153 (org-html-htmlize-output-type)
2154 (org-html-htmlized-org-css-url)
2155 (org-html-htmlize-region-for-paste): Rename from
2156 org-export-htmlize-*.
2157 (org-html-htmlize-generate-css, org-html-fontify-code): Use
2160 * org-compat.el (org-file-equal-p): New compatibility function.
2162 * ox.el (org-export-output-file-name): Use the new function.
2164 * org-clock.el (org-clock-set-current)
2165 (org-clock-delete-current): Delete.
2166 (org-clock-in, org-clock-out): Set and delete
2167 `org-clock-current-task'. Minor code clean-up.
2169 * org-clock.el (org-clock-in, org-clock-in-last): Tell
2170 `org-current-time' to always return a past time.
2172 * org.el (org-current-time): New argument `past' to force
2173 returning a past time when rounding.
2175 * org-agenda.el (org-agenda-unmark-clocking-task): New function.
2176 (org-agenda-mark-clocking-task): Use it.
2177 (org-agenda-clock-in): Let the cursor where it is.
2178 (org-agenda-clock-out): Ditto. Also remove the
2179 `org-agenda-clocking' overlay.
2181 * org-agenda.el (org-agenda-set-restriction-lock): Fix restriction
2182 so that it ends at the beginning of the next headline at the same
2185 * org.el (org-set-effort, org-property-next-allowed-value):
2186 When needed, update the current clock effort time.
2187 (org-next-link): New parameter `search-backward'. Fix bug when at
2188 a link with no 'org-link face, e.g., in a DONE headline. Throw a
2189 message instead of an error.
2190 (org-previous-link): Use `org-next-link'.
2192 * org-agenda.el (org-agenda-format-item): Only set the breadcrumbs
2193 when `org-prefix-has-breadcrumbs' is non-nil.
2195 * org.el (org-mode): Don't make characters from
2196 `org-emphasis-alist' word constituents.
2197 (org-mode-transpose-word-syntax-table): Rename from
2199 (org-transpose-words): Use
2200 `org-mode-transpose-word-syntax-table'.
2202 * ox.el (org-export--dispatch-ui)
2203 (org-export--dispatch-action): Use integers for control chars.
2205 * org-agenda.el (org-agenda-set-restriction-lock): Put the
2206 overlay until the end of the subtree, not the end of the
2209 * org.el (org-entry-delete, org-delete-property): New optional
2210 arg delete-empty-drawer, a string, to delete any empty drawer
2212 (org-toggle-ordered-property): Delete the drawer "PROPERTIES"
2215 * org-src.el (org-src-mode-map, org-edit-src-code)
2216 (org-edit-fixed-width-region, org-edit-src-save): Use C-c C-k
2217 for `org-edit-src-abort'.
2219 * org.el (org-mode): Use org-unmodified during startup
2220 initialization for functions that may be inhibited.
2222 * org-table.el (org-table-align): Only set the window start
2223 when table alignment is performed in the selected window.
2225 * org-src.el (org-edit-src-auto-save-idle-delay): New option.
2226 (org-src-ask-before-returning-to-edit-buffer): Make a defcustom.
2227 (org-edit-src-code-timer): New timer variable.
2228 (org-edit-src-code): Run the timer.
2229 (org-edit-fixed-width-region): Enhance message.
2230 (org-edit-src-exit): Cancel the timer.
2231 (org-edit-src-save): Prevent saving when editing fixed-width
2232 buffer, exiting will save already.
2233 (org-edit-src-exit): Inconditionally kill the src/example
2236 * org-pcomplete.el (pcomplete/org-mode/file-option): Require
2237 'org-element. This fixes a bug about unbound variable
2238 `org-element-affiliated-keywords' when trying to complete a
2239 keyword before 'org-element was required.
2241 * org-list.el (org-list-bullet-string): Replace match when there
2242 is a match, otherwise just return the bullet.
2244 * org-src.el (org-src-mode-map): New binding C-c k to abort
2246 (org-edit-src-code): Mention the keybinding to abort editing
2247 and go back to the correct position.
2248 (org-edit-src-abort): New command to abort editing.
2250 * ox-html.el (org-html--build-meta-info): Add a newline before
2251 the title meta information.
2253 * org.el (org-return-follows-link): Mention that this does not
2254 affect the behavior of RET in tables.
2256 * ox-html.el (org-html--build-mathjax-config): Only include
2257 MathJax configuration if the resulting HTML contains LaTeX
2260 * org.el (org-syntax-table, org-transpose-words): Delete.
2261 (org-mode): Syntactically Define {} and <> as parentheses.
2262 (org-drag-line-forward, org-drag-line-backward): New
2264 (org-shiftmetaup, org-shiftmetadown): Fall back on the new
2265 functions instead of throwing an error.
2266 (org-make-org-heading-search-string): Don't use statistic or [x/y]
2267 cookies when creating a link.
2269 * ox-html.el (org-html-table): Append #+attr_html attributes.
2271 * org.el (org-emphasis-alist, org-protecting-blocks):
2272 * org-src.el (org-edit-src-find-region-and-lang):
2273 * org-list.el (org-list-forbidden-blocks):
2274 * org-footnote.el (org-footnote-forbidden-blocks): Remove
2275 references to the deleted DocBook exporter.
2277 * org.el (org-end-of-line): Don't throw an error outside elements.
2279 * ox-html.el (org-html-link): Don't throw an error if the value
2280 of the :ID: property has not been generated by uuidgen.
2282 * org-pcomplete.el (pcomplete/org-mode/file-option/x):
2283 Resurrect. Use `org-default-options' to initialize completion
2284 fonctions for the most important keywords.
2286 * org-macs.el (org-default-options): Rename and adapt from
2287 `org-get-current-options'.
2289 * org.el (org-options-keywords): Add keywords.
2291 * ox-odt.el (org-odt-convert-read-params): Fix typo in prompt.
2293 * ox-latex.el (org-latex-horizontal-rule): Fix typo in docstring.
2295 * ox-html.el (org-html-display-buffer-mode): New option.
2296 (org-html-export-as-html): Use it.
2298 * ob-core.el (org-babel-insert-result): Fix bug when inserting
2299 an empty string as the result.
2301 * org.el (org-timestamp-change): New optional parameter
2302 `suppress-tmp-delay' to suppress temporary delay like "--2d".
2303 (org-auto-repeat-maybe): Suppress temporary delays.
2305 * org-agenda.el (org-agenda-get-scheduled): When the delay is
2306 of the form "--2d" and there is a repeater, ignore the delay
2307 for further repeated occurrences.
2309 * org-agenda.el (org-agenda-get-deadlines)
2310 (org-agenda-get-scheduled): Minor refactoring.
2312 * org.el (org-time-string-to-absolute): Tiny docstring enhancement.
2313 (org-edit-special): Don't allow to edit when buffer is read only.
2315 * ox-html.el (org-html-format-latex): Don't set `cache-relpath'
2316 and `cache-dir' when `processing-type' is 'mathjax.
2317 (org-html-format-latex): Fix conversion in non-file buffers.
2319 * org.el (org-speed-commands-default): Bind `B' and `F' to
2320 `org-previous-block' and `org-next-block'.
2321 (org-read-date-minibuffer-local-map): Use "!" instead of "?" to
2322 see today's diary as "?" is already bounded by Calendar.
2323 (org-read-date-minibuffer-local-map): Use "." to go to today's
2326 * ob-core.el (org-babel-next-src-block)
2327 (org-babel-previous-src-block): Rewrite using
2330 * org.el (org-next-block, org-previous-block): New navigation
2332 (org-mode-map): Bind the new commands to C-c C-F and C-c C-B
2335 * org-agenda.el (org-agenda-write): Don't copy headlines' subtrees
2336 when writing to an .org file.
2338 * org.el (org-copy-subtree): New parameter `nosubtrees'.
2340 * org-agenda.el (org-agenda-write): Allow writing to an .org file.
2342 * org.el (org-paste-subtree): Fix typo in docstring.
2344 * org-agenda.el (org-agenda-get-todos)
2345 (org-agenda-get-timestamps): Use nil as `ts-date' for diary
2347 (org-agenda-get-todos): Skip diary sexps when trying to sort by
2349 (org-agenda-max-entries, org-agenda-max-todos)
2350 (org-agenda-max-tags, org-agenda-max-effort): New options.
2351 (org-timeline, org-agenda-list, org-search-view)
2352 (org-todo-list, org-tags-view): Tell `org-agenda-finalize-entries'
2353 what agenda type we are currently finalizing for.
2354 (org-agenda-finalize-entries): Limit the number of entries
2355 depending on the new options.
2356 (org-agenda-limit-entries): New function.
2358 * org.el (org-deadline): Allow a double universal prefix argument
2359 to insert/update a warning cookie.
2360 (org-deadline): Allow a double universal prefix argument to
2361 insert/update a delay cookie.
2363 * org-agenda.el (org-agenda-skip-scheduled-delay-if-deadline):
2364 New option. The structure of the possible values is copied
2365 from `org-agenda-skip-deadline-prewarning-if-scheduled'.
2366 (org-agenda-get-scheduled): Honor the two new option,
2367 `org-scheduled-delay-days' and
2368 `org-agenda-skip-deadline-prewarning-if-scheduled'. I.e. if a
2369 scheduled entry has a delay cookie like "-2d" (similar to the
2370 prewarning cookie for deadline), don't show the entry until
2373 * org.el (org-deadline-warning-days): Small docstring fix.
2374 (org-scheduled-delay-days): New option (see
2375 `org-deadline-warning-days'.)
2376 (org-get-wdays): Use the new option.
2378 * org-agenda.el (org-agenda-sorting-strategy): Document the
2379 new sorting strategies.
2380 (org-agenda-get-todos, org-agenda-get-timestamps)
2381 (org-agenda-get-deadlines, org-agenda-get-scheduled): Add a
2382 `ts-date' text property with scheduled, deadline or timetamp
2384 (org-cmp-ts): New function to compare timestamps.
2385 (org-em): Add a docstring.
2386 (org-entries-lessp): Use `org-cmp-ts' to compare timestamps.
2387 Implement the following sorting strategies: timestamp-up/down,
2388 scheduled-up/down, deadline-up/down, ts-up/down (for active
2389 timestamps) and tsia-up/down (for inactive timestamps.)
2391 * ob-lilypond.el (ly-process-basic): Bugfix, don't use `pcase'.
2393 * org.el (org-contextualize-validate-key): Check against two new
2394 context predicates [not-]in-buffer.
2396 * org-agenda.el (org-agenda-custom-commands-contexts):
2397 Document the new [not-]in-buffer context predicates.
2399 * ob-core.el (org-ts-regexp): Remove duplicate defconst'ing.
2400 (org-babel-result-regexp): Don't use `org-ts-regexp', use a regexp
2403 * ob-lilypond.el (ly-process-basic): Don't use `ly-gen-png' and
2404 friends, rely on the extension of the output file.
2406 * org-archive.el (org-archive-file-header-format): New option.
2407 (org-archive-subtree): Use it.
2409 * ob-lilypond.el (ly-process-basic): Rely on ly-gen-png/pdf/eps to
2410 set the output type.
2412 * org.el (org-read-date-minibuffer-local-map): New variable.
2413 (org-read-date): Use it.
2414 (org-read-date-minibuffer-setup-hook): Mark as obsolete.
2415 (org-read-date): Bind `!' to `diary-view-entries' in order to
2416 check diary entries while setting an Org date.
2418 * org-agenda.el (org-diary): Only keep the descriptions of the
2419 links since Org links are not active in the diary buffer.
2421 * org-faces.el (org-priority): New face.
2423 * org.el (org-font-lock-add-priority-faces): Use the new face.
2425 * org-agenda.el (org-agenda-fontify-priorities): Use the
2426 org-priority face and add specific agenda face on top of it.
2428 * org-agenda.el (org-agenda-show-clocking-issues)
2429 (org-agenda-format-item): Let-bind
2430 `org-time-clocksum-use-effort-durations' to nil.
2432 * org.el (org-ctrl-c-ctrl-c): Only throw a message when using two
2433 universal prefix arguments on a list where all items are already
2434 in a transitory state. Refine the error when the checkbox cannot
2437 * org.el ("org-loaddefs.el"): Load org-loaddefs.el before
2438 requiring any org library. Also use `load', not
2439 `org-load-noerror-mustsuffix'.
2440 (org-effort-durations): Move up to fix a compiler warning.
2441 (org-edit-special): Fix typo in docstring.
2442 (org-time-clocksum-format): Add a version tag and add to the
2444 (org-time-clocksum-use-fractional): Ditto.
2445 (org-time-clocksum-use-effort-durations): New option to allow
2446 using `org-effort-durations' when computing clocksum durations.
2447 (org-minutes-to-clocksum-string): Use the new option.
2449 * org-clock.el (org-clocktable-write-default): Let-bind
2450 `org-time-clocksum-use-effort-durations' to a new clocktable
2451 parameter ":effort-durations".
2453 * org-entities.el (org-entities): "neg" should be used in LaTeX
2454 math mode. Add the "neg" entity.
2456 * org-mobile.el (org-mobile-allpriorities): New option.
2457 (org-mobile-create-index-file): Use the new option.
2459 * org-latex.el (org-export-latex-inline-images): New option.
2461 * org.el (org-forward-heading-same-level): Before the first
2462 headline, go to the first headline.
2463 (org-backward-heading-same-level): Before the first headline,
2464 go to the beginning of the buffer, like
2465 `outline-previous-visible-heading' does.
2467 * org-exp.el (org-export-plist-vars): Don't use
2468 `org-export-html-inline-images' to set the :inline-images
2469 property, use distinct properties for the various backends.
2471 * org-publish.el (org-publish-project-alist): Ditto.
2473 * org-latex.el (org-export-latex-links): Use :latex-inline-images
2474 instead of :inline-images.
2476 * org-odt.el (org-compat): Require.
2478 * org.el (org-parse-time-string): Allow strings supported by
2479 tags/properties matcher (eg <now>, <yesterday>, <-7d>).
2481 * org-clock.el (org-clock-rounding-minutes): New option to round
2482 the time by N minutes in the past when clocking in or out.
2483 (org-clock-in, org-clock-in-last, org-clock-out): Use the new
2486 * org.el (org-current-time): New optional parameter
2487 `rounding-minutes' to override the use of
2488 `org-time-stamp-rounding-minutes' for rounding.
2490 * org-clock.el (org-clock-special-range): Small docstring fix.
2491 New parameter 'weekstart to define the week start day.
2492 (org-clock-special-range, org-dblock-write:clocktable)
2493 (org-dblock-write:clocktable, org-clocktable-write-default)
2494 (org-clocktable-steps, org-clock-get-table-data): Use the new
2496 (org-clocktable-defaults): Set monday as the starting day of the
2497 week by setting :wstart to 1.
2499 * org.el (org-store-link): Fix the naming of internal links to
2500 lines starting with a keyword.
2502 * org-agenda.el (org-agenda-Quit, org-agenda-quit)
2503 (org-agenda-exit, org-agenda-kill-all-agenda-buffers):
2506 * org.el (org-last-set-property-value): New variable.
2507 (org-read-property-name): Fix dangling parentheses.
2508 (org-set-property-and-value): New command to manually set
2509 both the property and the value. A prefix arg will use the
2510 last property-value pair set without prompting the user.
2511 (org-set-property): Set `org-last-set-property-value'.
2512 (org-mode-map): Bind the new command to `C-c C-x P'.
2513 (org-find-invisible-foreground): Delete.
2514 (org-mode): Use `face-background' instead of
2515 `org-find-invisible-foreground'.
2516 (org-startup-options): New startup keywords.
2517 (org-log-into-drawer): Update docstring to explain how to set this
2518 variable through the startup keyword "logdrawer" and "nologdrawer".
2519 (org-log-states-order-reversed): Document the new startup keywords
2520 "logstatesreversed" and "nologstatesreversed".
2521 (org-mode-map): Use `org-remap' instead of binding `M-t' to
2522 `org-transpose-words' directly.
2523 (org-syntax-table): New variable.
2524 (org-transpose-words): New command, simply wrapping the new
2525 syntax table around `transpose-words'.
2526 (org-mode-map): Bind `org-transpose-words' to `M-t'.
2527 (org-store-link): Use keyword at point as the search string. Use
2528 `delq nil' instead of `delete nil'.
2529 (org-make-org-heading-search-string): Rewrite using
2530 org-element.el. Not an interactive function anymore.
2532 * org-pcomplete.el (pcomplete/org-mode/drawer): Ditto.
2534 * org-mobile.el (org-mobile-files-alist): Ditto.
2536 * org.el (org-store-link): When creating a link to a heading with
2537 a bracket link, don't escape this link with curly braces as the
2538 escaped link is not active anyway; use the description instead.
2539 If the headline only consists of a bracket link, add a star to the
2540 description so that the user knows this is an internal link.
2542 * org-w3m.el (org-w3m-store-link): New function.
2544 * org.el (org-store-link): Update the error message when no method
2545 is available for storing a link. Use `user-error' for this.
2546 Remove handling w3m links from this function.
2547 (org-insert-heading, org-insert-todo-heading): A double prefix arg
2548 force the insertion of the subtree at the end of the parent
2550 (org-store-link): A double prefix argument now skips module
2551 store-link functions to only use Org's core functions. Also, when
2552 several modular store-link functions match, ask for which one to
2554 (org-cycle, org-cycle-internal-global)
2555 (org-cycle-internal-local, org-display-outline-path): Let-bind
2556 `message-log-max' to nil so that messages don't populate the
2559 * org-table.el (org-table-eval-formula): Handle localized
2560 time-stamps by internally converting them to english during
2561 formulas evaluation.
2563 * org.el (org-clock-timestamps-up): Fix declarations.
2565 * ob-core.el (org-split-string): Declare function.
2567 * org-html.el (org-html-export-list-line): Add CSS classes to
2568 these list HTML tags: <ul> <dl> and <ol>.
2570 * org-clock.el (org-clock-timestamps-up)
2571 (org-clock-timestamps-down, org-clock-timestamps-change): Add
2572 an optional argument N to change timestamps by several units.
2574 * org.el (org-shiftcontrolup, org-shiftcontroldown): Ditto.
2576 * org-exp.el (org-export-copy-to-kill-ring): Add a new choice
2577 'if-interactive and use it as the default.
2578 (org-export-push-to-kill-ring): Use the new choice.
2580 * org.el (org-block-entry-blocking): New variable.
2581 (org-todo): Use it. Also use `user-error' when a TODO state
2583 (org-block-todo-from-children-or-siblings-or-parent): Display
2584 `org-block-entry-blocking' in the user-error message.
2586 * org.el (org-get-cursor-date): New optional argument WITH-TIME to
2587 add the time of the day.
2589 * org-capture.el (org-capture): When capturing from the agenda and
2590 with a non-nil value for `org-capture-use-agenda-date', a `C-1'
2591 prefix will set the capture time to the HH:MM of the current line
2592 or the current HH:MM.
2594 * org-agenda.el (org-agenda-capture): New optional argument
2595 WITH-TIME: when set to 1, the capture time will be set to the
2596 HH:MM time of the current line, or the current HH:MM time.
2598 * org.el (org-latex-preview-ltxpng-directory): Fix docstring
2600 (org-deadline-close): Use `org-time-stamp-to-now'.
2601 (org-time-stamp-to-now): Use `org-float-time' instead of the
2602 obsolete `time-to-seconds' function.
2603 (org-format-outline-path): Fix bug: add the separator string after
2605 (org-display-inline-images): Search for #+ATTR within the current
2607 (org-days-to-time): Make obsolete.
2608 (org-time-stamp-to-now): Rename from `org-days-to-time'.
2609 Allow to compare time-stamps based on seconds.
2611 * org-agenda.el (org-agenda-todo-ignore-time-comparison-use-seconds):
2612 New option to compare time stamps using seconds, not days.
2613 (org-agenda-todo-custom-ignore-p)
2614 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2615 Use the new function's name and the new option.
2617 * org-clock.el (org-clock-sound): Enhance docstring.
2618 (org-notify): Use the parameter `play-sound' as argument for
2619 `org-clock-play-sound'.
2620 (org-clock-play-sound): New optional argument `clock-sound' to
2621 override `org-clock-sound'.
2623 * org-agenda.el (org-agenda-format-item): Fix initialization
2624 of the level text property.
2626 * org.el (org-format-outline-path): Small docstring
2628 (org-display-outline-path): Fix order or arguments.
2630 * org.el (org-activate-plain-links)
2631 (org-activate-bracket-links): Add a new 'htmlize-link text
2632 property, so that htmlize (> version 1.42) can linkify the
2634 (org-display-outline-path): Allow a string value for the
2635 `as-string' parameter. Such a value will replace the "/"
2636 separator in the output. New argument `as-string'.
2637 (org-refile-keep): New variable.
2638 (org-copy): New command to copy notes.
2639 (org-refile): New parameter msg to override the "Refile" string in
2641 (org-mode-map): Bind "C-c M-w" to `org-copy'.
2642 (org-refile-get-location): Use the current file name as the
2643 default target when there is no refile history.
2644 (org-cycle-hide-inline-tasks): New function to hide inline tasks
2646 (org-cycle-hook): Use the new function.
2647 (org-entry-put): Fix bug when updating the last clock.
2648 (org-use-last-clock-out-time-as-effective-time): New option.
2649 (org-current-effective-time): Use the new option.
2651 * org-clock.el (org-clock-get-last-clock-out-time): New
2654 * org.el (org-toggle-inline-images): Only send a message when
2655 called interactively.
2656 (org-scan-tags): Fix the declaration and the use of
2657 `org-agenda-format-item'.
2659 * org-agenda.el (org-agenda-add-time-grid-maybe): Use the
2660 correct number of parameters for `org-agenda-format-item'.
2663 * org.el (org-outline-level): Go at the beginning of the
2664 headline first to always return a sensible result.
2666 * org-agenda.el (org-search-view, org-agenda-get-todos)
2667 (org-agenda-get-timestamps, org-agenda-get-sexps)
2668 (org-agenda-get-progress, org-agenda-get-deadlines)
2669 (org-agenda-get-scheduled, org-agenda-get-blocks): Return the
2670 correct level depending on `org-odd-levels-only'.
2671 (org-agenda-prefix-format): A new specifier `%l' allows to insert
2672 X spaces when the item is of level X.
2673 (org-search-view, org-get-entries-from-diary)
2674 (org-agenda-get-todos, org-agenda-get-timestamps)
2675 (org-agenda-get-sexps, org-agenda-get-progress)
2676 (org-agenda-get-deadlines, org-agenda-get-scheduled)
2677 (org-agenda-get-blocks, org-agenda-change-all-lines): Add a
2678 new text property 'level, a string with as many whitespaces as
2679 the level of the item.
2680 (org-agenda-format-item, org-compile-prefix-format): Handle
2681 the new `%l' specifier.
2683 * org-colview.el (org-columns-next-allowed-value): Add the
2684 CLOCKSUM property to the list of properties that can be
2685 changed interactively from the column view.
2687 * org.el (org-entry-put): Allow to set the CLOCKSUM property
2688 by updating the most recent clock. This is useful in the
2689 column view when you want to use S-<left/right> to update the
2690 last clock of the entry at point.
2691 (org-image-actual-width): New choice: use #+ATTR* or fall back on
2693 (org-display-inline-images): Implement the new choice.
2694 (org-image-actual-width): Rename from `org-image-fixed-width'.
2695 Update the docstring. Give more choice.
2696 (org-display-inline-images): Use the option new choices.
2697 (org-image-fixed-width): New option to set a fixed width for
2699 (org-display-inline-images): Use the new option.
2701 * org-agenda.el (org-class): Allow to use holiday strings for
2702 the `skip-weeks' arguments.
2704 * org.el (org-mode): Set the syntax of the " character to "string
2707 * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
2708 check whether we are in `org-agenda-mode'.
2709 (org-agenda): Set `org-agenda-buffer-name' correctly with sticky
2710 agendas and non-custom commands.
2712 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com>
2714 * org-src.el (org-edit-src-exit): Let overlay survive after the
2715 buffer has been saved.
2717 * ox-texinfo.el (org-texinfo-export-to-texinfo): Use new style
2719 (org-texinfo-export-to-info): Use new style backquoting.
2721 * ob-latex.el (org-babel-execute:latex): Call `file-name-sans-extension'
2722 instead of `file-base-name'.
2724 * org.el (org-insert-heading): Improve whitespace behavior at
2726 (org-latex-default-packages-alist): Add the `rotating' package to
2727 the list of default packages. Improve docstring.
2728 (org-insert-property-drawer): Insert only after space in current
2730 (org-forward-paragraph, org-backward-paragraph): Do not deactivate
2732 (org-special-ctrl-o): New option.
2733 (org-open-line): Don't do anything special unless `org-special-ctrl-o'
2736 * org-agenda.el (org-agenda-custom-commands-local-options):
2737 (org-agenda-span, org-agenda-ndays-to-span)
2738 (org-agenda-span-to-ndays, org-agenda-list, org-agenda-later)
2739 (org-agenda-change-time-span, org-agenda-compute-starting-span): Add
2740 support for fortnight view.
2741 (org-agenda-menu): Add fortnight view command.
2742 (org-agenda-fortnight-view): New command.
2744 * org-timer.el (org-clock-sound): Silence compiler.
2746 * org.el (org-beginning-of-line, org-end-of-line): Bind
2747 deactivate-mark to avoid that this command deactivates it.
2748 (org-make-tags-matcher): Do not interpret / in property value as
2749 starter of TODO match.
2750 (org-overview): Preserve point.
2751 (org-read-date-minibuffer-local-map): Don't replace disputed keys
2752 when defining this keymap.
2753 (org-read-date): Remove unnecessary binding of
2754 `org-replace-disputed-keys'.
2755 (org-insert-heading): Allow to remove blank lines if the user does
2757 (org-unlogged-message): Fix typo in dostring.
2759 * ob-ruby.el: New customizations `org-babel-ruby-hline-to' and
2760 `org-babel-ruby-nil-to'
2761 (org-babel-ruby-var-to-ruby): Convert incoming 'hlines.
2762 (org-babel-ruby-table-or-string): Convert outgoing nils.
2764 * org.el (org-file-apps-defaults-gnu): Use `xdg-open' to open
2765 files where available.
2767 * org-table.el (orgtbl-radio-table-templates): Improve docstring.
2769 * org.el (org-unlogged-message): New function.
2770 (org-cycle, org-cycle-internal-global, org-cycle-internal-local)
2771 (org-global-cycle, org-display-outline-path): Use
2772 `org-unlogged-message'.
2774 * org-pcomplete.el (org-make-org-heading-search-string): Fix
2775 function declaration.
2776 (pcomplete/org-mode/searchhead): Remove incorrect second arguments
2777 to `org-make-org-heading-search-string'.
2779 * org.el (org-read-date): Turn off replacing disputed keys when
2780 defining the minibuffer keys during date selection.
2781 (org-insert-heading): Improve the empty line insertion behavior.
2782 Basically, never remove empty lines, only add them.
2784 * org-attach.el (org-attach-commit): Use vc-git to find the git
2787 * org-compat.el (org-move-to-column): Turn off invisibility stuff
2788 for moving the cursor to a column.
2790 * org.el (org-modules): Update with the new module org-mac-link.
2791 (org-display-outline-path): Do not log outline path in Message
2793 (org-agenda-ignore-drawer-properties): New option.
2794 (org-agenda-prepare-buffers): Honour
2795 `org-agenda-ignore-drawer-properties'.
2797 * org-clock.el (org-clock-goto): Recenter to thrd line
2799 * org-table.el (orgtbl-send-replace-tbl): Allow multiple spaces
2800 between keywords in RECEIVE ORGTBL lines.
2802 * org.el (org-bookmark-names-plist): New user option.
2803 (org-set-regexps-and-options-for-tags): Use `org-bookmark-names-plist'.
2804 (org-refile): Use `org-bookmark-names-plist'.
2806 * org-capture.el (org-capture-bookmark-last-stored-position): Use
2807 `org-bookmark-names-plist'.
2809 * org.el (org-insert-heading): Rewritten from scratch.
2810 (org-N-empty-lines-before-current): New function
2811 (org-insert-heading-respect-content): Set the correct argument to
2812 force a heading even in lists.
2814 * org-colview.el (org-columns-display-here): Enforce fixed width
2817 * org-faces.el (org-column): Setting font width has been shifted
2820 * org.el (org-mode-flyspell-verify): Check for src block.
2822 * org-table.el (org-table-convert-region): Fix interactive
2825 * org-ctags.el (org-ctags-path-to-ctags): Avoid usine `case'.
2827 * org.el (org-beginning-of-line, org-end-of-line): Set
2828 disable-point-adjustment when the command ends next to invisible
2831 * ob-lob.el (org-babel-lob-files): Fix custom type.
2833 * org-agenda.el (org-agenda-export-html-style, org-agenda-ndays)
2834 (org-agenda-inactive-leader, org-agenda-day-face-function)
2835 (org-agenda-auto-exclude-function): Fix custom type.
2837 * org-bibtex.el (org-bibtex-prefix): Fix custom type.
2839 * org-clock.el (org-clock-heading-function):
2840 (org-show-notification-handler): Fix custom type.
2842 * org-footnote.el (org-footnote-auto-adjust): Fix custom type.
2844 * org-protocol.el (org-protocol-default-template-key): Fix custom
2847 * org.el (org-make-link-description-function):
2848 (org-link-translation-function):
2849 (org-link-frame-setup):
2850 (org-refile-target-verify-function):
2851 (org-get-priority-function):
2852 (org-use-fast-tag-selection):
2853 (org-columns-modify-value-for-display-function):
2854 (org-sparse-tree-default-date-type):
2855 * ox-html.el (org-html-postamble):
2856 (org-html-postamble-format):
2857 (org-html-preamble-format):
2858 * ox-odt.el (org-odt-content-template-file):
2859 * ox.el (org-export-with-archived-trees):
2860 (org-export-initial-scope): Fix custom type.
2862 * org.el (org-insert-heading): Fix problem with inserting heading.
2863 Check for checkbox at the beginning of the item, not just at the
2864 beginning of the line.
2865 (org-small-year-to-year): Fix docstring typo.
2866 (org-show-siblings): By default, also show siblings from a
2869 * org-agenda.el (org-agenda-set-restriction-lock): Highlight only
2870 the headline when agenda is restricted to a subtree. Do not
2871 highlight the entire subtree.
2873 * org-table.el (org-table-eval-formula): Work-around for calc-eval
2876 * ox.el (org-export-dispatch): Make sure the last position marker
2877 uses the base buffer if there is one.
2878 (org-export-dispatch-last-position): New variable.
2879 (org-export-dispatch): Save position of cursor at the moment when
2880 the export command is called. Restore that position temporarily
2881 when repeating the previous export command.
2883 * org.el (org-insert-heading): Shrink whitespace at end of subtree
2884 when `org-insert-heading-respect-content' is on.
2886 * org-list.el (org-sort-list): Respect sorting-type and
2887 getkey-func when they are specified in the call.
2889 * org.el (org-sort-entries): Respect sorting-type and getkey-func
2890 when they are specified in the call.
2891 (org-format-outline-path): New argument SEPARATOR to specify a
2892 string that is inserted between parts of the outline path.
2893 (org-display-outline-path): New argument SEPARATOR, to specify a
2894 string that is inserted between parts of the outline path.
2896 * org-colview.el (org-dblock-write:columnview): Change the capture
2897 of pos to after inserting the original content
2899 2013-11-12 Christian Moe <mail@christianmoe.com>
2901 * ox-odt.el (org-odt-line-break, org-odt-plain-text): Remove
2902 newline after line-break tag.
2904 2013-11-12 Christophe Junke <christophe.junke@inria.fr> (tiny change)
2906 * org.el (org-set-font-lock-defaults): Let footnote fontifications
2907 be done before other links' fontification. This allows links
2908 appearing inside footnotes to be both visible and active.
2910 2013-11-12 Christopher Schmidt <christopher@ch.ristopher.com>
2912 * org.el (orgstruct-setup): Major rewrite.
2913 (orgstruct++-mode): Overwrite local non-org vars again.
2914 (orgstruct-mode): Simplify implementation. Emulate outline's
2915 buffer-invisiblity-spec.
2916 (orgstruct-heading-prefix-regexp): Change default value to nil.
2917 (orgstruct-error): Use `user-error' if available.
2918 {pro,de}motion commands if `orgstruct-heading-prefix-regexp' is
2919 non-nil. Always use `org-outline-level'. Bind org-shift*.
2920 (orgstruct-make-binding): Major rewrite.
2921 (org-cycle-global-status, org-cycle-subtree-status): Set state
2923 (org-heading-components): Use `org-heading-regexp' in
2925 (orgstruct-heading-prefix-regexp, orgstruct-setup-hook): New
2927 (orgstruct-initialized): New variable.
2928 (org-get-local-variables): Honour state property.
2929 (org-run-like-in-org-mode): Use `let' instead of `progv'. Do not
2930 override variables with non-default values.
2931 (org-forward-heading-same-level): Do not skip to headlines on
2932 another level. Handle negative prefix argument correctly.
2933 (org-backward-heading-same-level): Use
2934 `org-forward-heading-same-level'.
2936 2013-11-12 Craig Tanis <craig-tanis@utc.edu> (tiny change)
2938 * ox-latex.el (org-latex-src-block): Change format string to position
2939 caption after figure content.
2941 2013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
2943 * org.el (org-ctrl-c-ctrl-c): `C-c C-c' on a link is usually a
2944 no-op. If that link is in a headline, act as if the `C-c C-c' was
2945 called on the headline, not the link.
2947 * ox-html.el (org-html-doctype-alist): New variable holding an
2948 alist of (X)HTML doctypes
2949 (org-html-xhtml-p, org-html-html5-p, org-html-close-tag): New
2951 (org-html-html5-fancy): New export option, determining whether or
2952 not to use HTML5-specific elements.
2953 (org-html-html5-elements): New variable, new HTML5 elements.
2954 (org-html-special-block): Export special blocks to new HTML5
2956 (org-html-format-inline-image): Use <figure> and <figcaption> for
2958 (org-html-format-inline-image, org-html--build-meta-info)
2959 (org-html--build-head, org-html--build-pre/postable)
2960 (org-html-template, org-html-horizontal-rule)
2961 (org-html-format-list-item, org-html-line-break, org-html-table)
2962 (org-html-verse-block): Changes to allow flavored export.
2964 * ox-latex.el (org-latex--org-table, org-latex-table-row): Allow
2965 use of the "tabu" and "longtabu" table environments. New table
2966 attribute :spread handles the width specification syntax of "tabu"
2967 and "longtabu" table environments.
2969 2013-11-12 Eric Schulte <eric.schulte@gmx.com>
2971 * org-bibtex.el (org-bibtex-read-buffer): Reads all bibtex entries
2973 (org-bibtex-read-file): Read all bibtex entries in a file.
2974 (org-bibtex-import-from-file): Import all bibtex entries from a
2975 file into the current buffer.
2977 * ob-tangle.el (org-babel-load-file): When called with a prefix
2978 argument the tangled emacs-lisp file will be byte compiled.
2980 * ob-tangle.el (org-babel-tangle): Tangled files should not be
2983 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Better about
2984 when to fully escape the results or just print them close to
2987 * ob.el (org-babel-result-cond): This function should now be used
2988 by all language backends to handle the processing of raw code
2989 block output into scalar results, table results, or ignored
2990 results depending on the value of result-params.
2992 * ob-C.el (org-babel-C-execute): Use org-babel-result-cond.
2994 * ob-R.el (org-babel-R-evaluate-external-process)
2995 (org-babel-R-evaluate-session):
2996 * ob-awk.el (org-babel-execute:awk):
2997 * ob-clojure.el (org-babel-execute:clojure):
2998 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp):
2999 * ob-fortran.el (org-babel-execute:fortran):
3000 * ob-io.el (org-babel-io-evaluate):
3001 * ob-java.el (org-babel-execute:java):
3002 * ob-lisp.el (org-babel-execute:lisp):
3003 * ob-maxima.el (org-babel-execute:maxima):
3004 * ob-picolisp.el (org-babel-execute:picolisp):
3005 * ob-python.el (org-babel-python-evaluate-external-process):
3006 (org-babel-python-evaluate-session):
3007 * ob-scala.el (org-babel-scala-evaluate):
3008 * ob-sh.el (org-babel-sh-evaluate):
3009 * ob-shen.el (org-babel-execute:shen):
3010 * ob-sql.el (org-babel-execute:sql):
3011 * ob-sqlite.el (org-babel-execute:sqlite): Use
3012 `org-babel-result-cond'.
3014 * ob.el (org-babel-common-header-args-w-values): Add a new "none"
3016 (org-babel-execute-src-block): Don't do *any* result processing if
3017 the "none" header argument has been specified.
3018 (org-babel-sha1-hash): Remove the none header argument from header
3019 arg lists when calculating cache sums.
3020 (org-babel-insert-result): Flesh out some documentation.
3022 * ob.el (org-babel-insert-result): Don't escape results in
3025 * ob-python.el (org-babel-python-hline-to): Customize hline
3026 conversion to python.
3027 (org-babel-python-None-to): Customize none conversion from python.
3028 (org-babel-python-var-to-python): Use new variable.
3029 (org-babel-python-table-or-string): Use new variable.
3031 * org.el (org-babel-load-languages): Add ob-makefile to
3032 `org-babel-load-languages'.
3034 * ob-makefile.el: New file.
3036 * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
3038 * org.el (org-format-latex): Simplify and now make use of the new
3039 `org-create-formula-image' function.
3040 (org-create-formula-image): Provides a simpler interface to the
3041 two backend-specific functions.
3043 * ob-core.el (org-babel-default-header-args): It is likely that
3044 someone meant to set :padlines to "yes", but accidentally set
3045 :padnewlines to "yes". Either way lets just remove this which
3046 shouldn't have any functional effect.
3048 * ob-haskell.el (org-babel-default-header-args:haskell): Set
3049 :padlines to "no" by default.
3051 * ob-exp.el (org-babel-exp-non-block-elements): Ignore inline
3052 source block on #+ prefixed lines.
3054 * ob-core.el (org-babel-merge-params): Replace `remove-if' with
3055 `org-remove-if'. More careful to check that the colname- and
3056 rowname-names header arguments exist during merge. When merging
3057 parameters, if a variable is replaced with a new value, then
3058 delete colnames/rownames for the original value of that variable.
3060 * ob-ditaa.el (org-babel-ditaa-java-cmd): Make java executable
3061 configurable for ditaa blocks.
3063 * ob-sh.el (org-babel-sh-var-to-string): Fix bug in ob-sh when
3064 dealing with list variables.
3066 * ob-core.el (org-babel-demarcate-block): Include
3067 `org-src-lang-modes' in block demarcation options.
3069 * ob-C.el: Don't modify `org-babel-load-languages' from ob-*
3072 * ob-latex.el (org-babel-latex-htlatex): Set this variable to
3073 "htlatex" (or path to said) to enable svg generation from latex
3075 (org-babel-latex-htlatex-packages): Libraries required for
3076 automatic svg generation.
3077 (org-babel-execute:latex): Generate SVG images directly from latex
3078 code blocks (assumes tikz).
3080 * ob-exp.el (org-babel-exp-non-block-elements): Use lob call name
3083 * ob-scheme.el (org-babel-scheme-get-repl)
3084 (org-babel-scheme-make-session-name)
3085 (org-babel-scheme-execute-with-geiser, org-babel-execute:scheme):
3086 Fix whitespace and indentation.
3088 * ob-core.el (org-babel-set-current-result-hash): Update the
3089 match-string holding the hash data, and correct overlay
3091 (org-babel-find-named-result): Call lines are not results.
3092 (org-babel-where-is-src-block-result): Don't implicitly name the
3093 results of call lines.
3094 (org-babel-exp-non-block-elements): There is now another element
3095 on the call line info list.
3097 * ob-lob.el (org-babel-lob-get-info): Return the name (if any) at
3098 the end of the info list.
3099 (org-babel-lob-execute): Pass the name through to execution.
3101 * ob-core.el (org-babel-execute-src-block): Ensure that the
3102 location is set before anything else is done.
3104 * ob-ref.el (org-babel-ref-parse): Evaluate Emacs Lisp values in
3105 header arguments at the location of the original code block.
3107 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use new header
3110 * ob-core.el (org-babel-common-header-args-w-values): Mention new
3112 (org-babel-expand-body:generic): Use new header arguments.
3113 (org-babel-read-result): More robust matching of examplized
3115 (org-babel-result-end): More robust matching of examplized ranges.
3117 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Gnuplot, close
3118 output terminal when opened.
3119 (org-babel-gnuplot-prefix): Customization variable prefix gnuplot
3121 (org-babel-expand-body:gnuplot): Customization variable prefix
3122 gnuplot code blocks.
3124 * ob-core.el (org-babel-params-from-properties): Now returns a
3125 list of alists and does *not* call `org-babel-merge-params'.
3126 (org-babel-parse-src-block-match):
3127 (org-babel-parse-inline-src-block-match):
3128 * ob-exp.el (org-babel-exp-src-block):
3129 (org-babel-exp-non-block-elements):
3130 * ob-lob.el (org-babel-lob-execute): Handle new list of lists
3131 output of `org-babel-params-from-properties'.
3133 * ob-gnuplot.el (org-babel-header-args:gnuplot): Term is a gnuplot
3136 * ob-tangle.el (org-babel-tangle): Fixed bug in tangle-file.
3137 Collect tangle modes, and only apply them to the file after all
3138 tangling has completed, including the post-tangle-hook.
3140 * ob-core.el (org-babel-read): Do not read #-prefix header-arg
3141 value as emacs lisp.
3143 * ob-core.el (org-babel-current-src-block-location):
3144 (org-babel-execute-src-block):
3145 * ob-exp.el (org-babel-exp-results):
3146 * ob-lob.el (org-babel-lob-execute): Rename
3147 `org-babel-current-exec-src-block-head' to
3148 `org-babel-current-src-block-location'.
3150 * ob-core.el (org-babel-common-header-args-w-values): Adding the
3151 new :tangle-mode header argument.
3152 (org-babel-read): Read values starting with a "#" character as
3155 * ob-tangle.el (org-babel-tangle): Use the new :tangle-mode header
3158 * org-pcomplete.el (pcomplete/org-mode/block-option/src): Use the
3159 new :tangle-mode header argument.
3161 * ob-exp.el (org-babel-exp-results): Save the code block location
3162 into `org-babel-current-exec-src-block-head' during export.
3164 * ob-comint.el (org-babel-comint-with-output): More robust edebug
3167 * ob-lob.el (org-babel-lob-execute): Set the
3168 `org-babel-current-exec-src-block-head' variable when executing
3169 inline or lob style code.
3171 * ob-core.el (org-babel-execute-src-block): The
3172 `org-babel-current-exec-src-block-head' variable should point to
3173 the outermost code block.
3175 * org.el (org-some): An org-mode version of the cl some function.
3177 * ob-fortran.el (org-babel-fortran-var-to-fortran): More careful
3178 check if values are matrices.
3180 * org.el (org-every): An Org-mode version of the cl every
3183 * ob-tangle.el (org-babel-tangle-jump-to-org): Use
3184 `org-src-switch-to-buffer' to jump from src to org. Use the
3185 existing `org-edit-src' functionality to jump back to the correct
3186 point in the code block in the original Org-mode buffer.
3188 * ob-gnuplot.el (org-babel-gnuplot-quote-tsv-field): Only wrap
3189 gnuplot data values in " when necessary. Replace missing values
3190 with blank space in gnuplot.
3191 (org-babel-expand-body:gnuplot):
3192 (org-babel-gnuplot-quote-timestamp-field): Fix indentation.
3193 (org-babel-header-args:gnuplot): Declare the.
3194 (org-babel-expand-body:gnuplot): Params is an alist not a plist.
3195 (org-babel-header-args:gnuplot): Declare gnuplot-specific header
3197 (*org-babel-gnuplot-missing*): Dynamic variable used to hold the
3198 value of the missing header argument.
3199 (org-babel-gnuplot-process-vars): Wrap in local binding for
3201 (org-babel-gnuplot-quote-tsv-field): Replace missing value with
3202 the missing header argument value when present.
3204 * ob-org.el (org-babel-expand-body:org): Allow insertion of
3205 non-strings into Org code blocks.
3206 (org-babel-inline-result-wrap): New option controlling the
3207 wrapping of inline results.
3208 (org-babel-examplize-region): Use the new defcustom.
3210 * ox-beamer.el (org-beamer--format-frame): If contents is nil,
3211 then replace it with an empty string.
3213 * ob-core.el (org-babel-read): More restrictive elisp eval of
3216 * ob-lob.el (org-babel-lob-execute): Include default elisp header
3219 * ob-core.el (org-babel-result-cond): Don't over-evaluate
3220 result-params in macro.
3222 * ob-ruby.el (org-babel-execute:ruby): Use `org-babel-result-cond'
3223 in Ruby code blocks.
3224 (org-babel-ruby-evaluate): Delay table processing.
3226 * ob-js.el (org-babel-execute:js): Use `org-babel-result-cond' in
3227 JavaScript code blocks.
3229 * ob-scheme.el (org-babel-execute:scheme): Use
3230 `org-babel-result-cond' in scheme code blocks.
3232 * ob-ocaml.el (org-babel-execute:ocaml): Use
3233 `org-babel-result-cond' in OCaml code blocks.
3235 * ob-haskell.el (org-babel-execute:haskell): Use
3236 `org-babel-result-cond' in Haskell code blocks.
3238 * ob-core.el (org-babel-result-cond): The "raw", "org" and
3239 "drawer" :results header argument values preclude table processing
3240 unless the "table" argument is given as well.
3241 (org-babel-execute-src-block): Make sure we process file results
3242 before they are passed to the post-processing code block, and not
3243 afterwards. Tangles these two header arguments in the code, but
3244 makes for more intuitive behavior and enables important use cases.
3245 (org-babel-read): Read code block values with earmuffs as Emacs
3247 (org-babel-common-header-args-w-values): Add :post to the list of
3249 (org-babel-execute-src-block): Post process results when the :post
3250 header argument has been supplied.
3252 * ob-R.el (org-babel-R-initiate-session): Remove unnecessary
3253 save-excursion nested inside a save-window-excursion.
3255 * ob-core.el (org-babel-src-name-w-name-regexp): Update the regexp
3256 used to match code block names.
3257 (org-babel-get-src-block-info): Remove the code used to parse this
3258 alternate variable specification syntax.
3259 (org-babel-insert-result): Cycle tables for :results org and
3262 * ob-python.el (org-babel-python-initiate-session-by-key): Fixed a
3263 bug pointed out by Gary Oberbrunner.
3264 (org-babel-python-initiate-session-by-key): Add "-i" to the python
3265 command on windows sessions. Actually setting new session names.
3266 Pass Python buffer names to the new `run-python' command.
3267 (org-babel-python-with-earmufs): Add earmufs to a buffer name.
3268 (org-babel-python-without-earmufs): Remove earmufs from a buffer name.
3269 (org-babel-python-initiate-session-by-key): Set the buffer name in
3270 a way which is understandable by the new python.el
3271 (org-babel-python-buffers): Change the default python buffer name.
3273 * ob-core.el (org-babel-number-p): Don't interpret single "-" as a
3276 * ob-perl.el (org-babel-perl--var-to-perl): Print Perl variables
3277 with a format string.
3279 * ob-core.el (org-babel-where-is-src-block-result): Allow comments
3280 between code blocks and un-named results.
3282 * ob-sqlite.el (org-babel-sqlite-table-or-scalar): Don't read
3283 sqlite output as lisp.
3285 * ob-core.el (org-babel-check-confirm-evaluate): Refactoring.
3286 (org-babel-confirm-evaluate): Fix whitespaces.
3287 (org-babel-execute-src-block): A cond makes it more clear that we
3288 definitely do not execute without user confirmation.
3289 (org-babel-call-process-region-original): Fixed line over 80 chars
3292 * ob-tangle.el (org-babel-tangle-collect-blocks): Update comment
3293 to reflect changed variable name.
3295 * ob-core.el (org-babel-expand-src-block): Return value of
3296 expanded code block on non-interactive calls.
3298 * ob-perl.el (org-babel-perl-var-wrap): Customizable wrapper for
3299 variables in perl code.
3300 (org-babel-perl-var-to-perl): Use said wrapper.
3302 * ob-sql.el (org-babel-execute:sql): Use the org-babel-eval
3303 command instead of shell-command.
3305 * ob-ocaml.el (org-babel-prep-session:ocaml): Check that
3306 `tuareg-run-caml' is defined before use.
3307 (tuareg-run-ocaml): Declare for compiler.
3309 * ob-core.el (org-babel-result-regexp): Simplify regexp given new
3311 (org-babel-current-result-hash): New match string.
3312 (org-babel-hide-hash): New match string.
3313 (org-babel-where-is-src-block-result): New match string, and
3314 insert hashes in the new format.
3316 * ob-core.el (org-ts-regexp): Declare.
3317 (org-babel-result-regexp): Now matching time stamp as well.
3318 (org-babel-hash-show-time): New variable controlling the display
3320 (org-babel-current-result-hash):
3321 (org-babel-hide-all-hashes):
3322 (org-babel-where-is-src-block-result): Use hash time stamps.
3324 * ob-core.el: New file.
3326 * org-macs.el: `org-load-noerror-mustsuffix' requires an autoload.
3328 2013-11-12 Feng Shu <tumashu@gmail.com>
3330 * ox-odt.el (org-odt--translate-latex-fragments):
3331 * ox-html.el (org-html-latex-environment)
3332 (org-html-latex-fragment): Fix imagemagick support.
3334 * org.el (org-create-formula-image-with-imagemagick): Generate
3335 correct size formula image.
3336 (org-format-latex-header): Change pagestyle command position.
3338 * ox-latex.el (org-latex--caption/label-string): Allow to build a
3339 caption string from `:caption' attribute of #+ATTR_LATEX.
3341 * ox.el (org-export-dictionary): Add Simplified Chinese
3342 translations for `org-export-dictionary'.
3344 2013-11-12 Florian Beck <fb@miszellen.de> (tiny change)
3346 * org.el (org-activate-bracket-links): Remove escapes from the
3349 2013-11-12 Francesco Pizzolante <xxx@public.gmane.org> (tiny change)
3351 * ox-html.el (org-html-headline): Normalize the construction of
3352 outline-container DIVs by always using the inner headline ID.
3354 * org.el (org-agenda-prepare-buffers): Protect with
3357 2013-11-12 Gregor Kappler <gregor@alcedo.(none)> (tiny change)
3359 * ox.el (org-export-as): Make sure org-export-babel-evaluate is
3360 not nil before calling `org-export-execute-babel-code'.
3362 2013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com>
3364 * org.el (org-reftex-citation): Fix contrib package name in the
3366 (org-preview-latex-fragment, org-display-inline-images): Detect
3367 whether a graphic display is available before inlining images to
3369 (org-startup-with-latex-preview): New option.
3370 (org-startup-options): New startup keywords for the new option.
3371 (org-mode): Turn on/off LaTeX preview depending on the new option.
3372 (org-reverse-string): Add `org-reverse-string' to reverse a
3375 * org-id.el (org-id-new, org-id-decode): Replace
3376 `org-id-reverse-string' by `org-reverse-string'.
3378 * ob-core.el (org-babel-trim): Replace `org-babel-reverse-string'
3379 by `org-reverse-string' and declare it.
3381 2013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change)
3383 * org-agenda.el (org-agenda-filter-by-category): Display all
3384 filtered out categories.
3386 2013-11-12 Ilya Zonov <izonov@gmail.com> (tiny change)
3388 * org-mouse.el (org-mouse-context-menu): Add a correct newtext
3389 parameter for "All Set" and "All Clear" menu items.
3391 2013-11-12 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
3393 * org.el (org-insert-todo-heading-respect-content): Pass correct
3394 prefix arg to always insert heading.
3397 (org-agenda-propertize-selected-todo-keywords): New function to
3398 highlight the current agenda todo keywords depending on
3399 `org-todo-keyword-faces'.
3400 (org-todo-list): Use the new function.
3402 2013-11-12 Ippei FURUHASHI <top.tuna+orgmode@gmail.com>
3404 * org-table.el (org-calc-current-TBLFM): New function to
3405 re-calculate the table by applying the #+TBLFM in the line where
3406 the point is. Ensure to remove the currently inserted TBLFM line,
3407 when calling `org-table-recalculate' returns an error and the
3410 * org.el (org-ctrl-c-ctrl-c): Call `org-calc-current-TBLFM' when
3411 point is in the #+TBLFM line.
3413 * org-table.el (org-TBLFM-begin): New function.
3414 (org-TBLFM-begin-regexp): New variable.
3416 * org.el (org-at-TBLFM-p): New function.
3417 (org-TBLFM-regexp): New defconst.
3419 2013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change)
3421 * org-clock.el (org-clock-get-table-data): Pass tstart and tend
3422 time strings through `org-matcher-time' to allow relative times
3423 besides absolute ones, convert result to encoded time.
3425 2013-11-12 Jambunathan K <kjambunathan@gmail.com>
3427 * ox-html.el (org-html-code, org-html-verbatim): Transcode value.
3428 (org-html--tags, org-html-format-headline)
3429 (org-html--format-toc-headline, org-html-checkbox)
3430 (org-html-table-cell, org-html-timestamp)
3431 (org-html-verse-block, org-html-special-string-regexps): Replace
3432 named HTML entities with their numeric counterparts. This keeps
3433 Freemind backend happy.
3435 * org-odt.el (org-export-odt-schema-dir): Modify to accommodate
3436 change in rnc file names.
3438 * org-lparse.el (org-lparse-and-open)
3439 (org-lparse-do-convert): Open exported files with system-specific
3442 * org-odt.el: Don't meddle with `org-file-apps'.
3444 2013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi>
3446 * org-table.el (org-define-lookup-function): New macro. Call it
3447 to generate new lookup functions `org-lookup-first',
3448 `org-lookup-last' and `org-lookup-all'.
3450 * org-gnus.el (org-gnus-no-server): New option to start Gnus using
3452 (org-gnus-no-new-news): Use the new option.
3454 2013-11-12 Jonas Hoersch <coroa@online.de> (tiny change)
3456 * org.el (org-cycle-hide-inline-tasks): Re-hide inline tasks when
3457 switching to 'children visibility state.
3459 * org-inlinetask.el (org-inlinetask-toggle-visibility): Don't use
3460 `org-show-entry' as it cannot unfold an inlinetask properly.
3462 2013-11-12 Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com>
3464 * ox-texinfo.el: New file.
3466 2013-11-12 Joost Diepenmaat <joost@zeekat.nl> (tiny change)
3468 * org.el (org-indent-region): BEGIN_SRC and END_SRC lines should
3469 not be considered part of the source block for the purposes of
3472 2013-11-12 Justus Piater <justus-dev@piater.name>
3475 (org-agenda-skip-deadline-prewarning-if-scheduled): Add an option
3476 to skip the deadline prewarning if the scheduled date is in the
3479 2013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
3481 * ox-html.el (org-html-toc): Use <nav> instead of <div> for the
3482 root element when appropriate.
3483 (org-html-paragraph): Wrap "Figure %d:" in <span
3484 class="figure-number">.
3485 (org-html-list-of-tables, org-html-table): Wrap "Table %d:" in
3486 <span class="table-number">.
3487 (org-html-list-of-listings): Wrap "Listing %d:" in
3488 <span class="listing-number">.
3489 (org-html-table): For HTML5, omit :html-table-attributes but not
3491 (org-html--build-meta-info): Insert no timestamp when
3492 :time-stamp-file is nil.
3494 2013-11-12 Lawrence Mitchell <wence@gmx.li>
3496 * ox-html.el (org-html-close-tag): Add space before attr.
3498 * ox.el (org-export-resolve-fuzzy-link): Look for fuzzy link in a
3499 cache before trying to resolve it in the parse tree.
3501 2013-11-12 Le Wang <le.wang@agworld.com.au>
3503 * org-src.el (org-edit-src-code): Use marker with insertion type t
3504 to track end and remove hack requiring delete from beg to (1-
3507 2013-11-12 Max Mikhanosha <max@openchat.com>
3509 * org-habit.el (org-habit-get-faces): Add show done days green
3512 * org-agenda.el (org-agenda-format-item): Ensure effort is "" when
3515 2013-11-12 Michael Brand <michael.ch.brand@gmail.com>
3517 * org-table.el (org-table-eval-formula): Align the arrow pointing
3518 to the error in a Calc formula to the other fomula debugger logs.
3520 * org.el (org-link-escape-chars-browser): Add char double quote.
3521 (org-open-at-point): Use the constant
3522 `org-link-escape-chars-browser'.
3524 * org-table.el (org-table-get-remote-range): Extend regexp to
3525 match "#+NAME: table" additionally to "#+TBLNAME: table".
3527 * org-table.el (org-table-eval-formula): Use `keep-empty' in more
3528 places. Keep empty fields during preprocessing.
3529 (org-table-make-reference): Use nan (not a number) for empty
3530 fields in Calc formulas. A range with only empty fields should
3531 not always return 0 but also empty string, consistent with field
3532 reference of an empty field. Use future design for nan but
3533 replicate current behavior.
3534 (org-table-number-regexp): Extend 0x hex to fixed-point number,
3535 add <radix>#<number>, add Calc infinite numbers uinf, -inf and
3538 2013-11-12 Muchenxuan Tong <demon386@gmail.com> (tiny change)
3540 * org-mobile.el (org-mobile-push): Add `save-restriction'.
3542 2013-11-12 Nicolas Goaziou <n.goaziou@gmail.com>
3544 * ox-latex.el (org-latex-compile): Remove all numbered temporary
3545 files after compiling.
3547 * org-element.el (org-element-headline-interpreter): Take into
3548 consideration `org-odd-levels-only' when building a headline.
3550 * ox-org.el (org-org-headline): Correctly set transcoded headline
3551 level during subtree export.
3553 * ox-html.el (org-html--format-toc-headline): TOC entries are
3554 closer to regular headline formatting.
3556 * org-element.el (org-element-context): Fix error when parsing
3557 affiliated keywords, e.g. "caption".
3559 * org.el (org-do-emphasis-faces): Look for verbatim status at
3561 (org-open-at-point): Check if link is non-nil before matching it.
3562 (org-export-insert-default-template): Make sure strings are
3563 properly quoted when inserting a template. Specifically, default
3564 value for drawers should be d:(not "LOGBOOK"), not d:(not
3566 (org-insert-heading): Do not error out when inserting is to be
3567 done at one of the buffer's boundaries.
3569 * ox-latex.el (org-latex-listings-options): Use correct number of
3570 backslash characters in the example.
3572 * org-element.el (org-element-latex-or-entity-successor)
3573 (org-element-latex-fragment-parser): Use `org-latex-regexps'
3574 instead of `org-format-latex-options'.
3580 * ox-md.el: Remove comments at the beginning of the file since
3581 the library is documented in Org manual.
3583 * org-element.el (org-element--list-struct): Use
3584 `org-match-string-no-properties'. Fix block parsing in lists.
3586 * ox-publish.el (org-publish-all): Fix compilation problem.
3588 * org-element.el (org-element-timestamp-interpreter): Correctly
3589 interpret timestamps with delays.
3590 (org-element-timestamp-parser)
3591 (org-element-timestamp-interpreter): Parse warning delays.
3593 * ox-beamer.el (org-beamer--format-section): Fix regression which
3594 prevents frames from being propely exported.
3596 * ox.el (org-export-with-backend): Ensure function will use
3599 * org-list.el (org-list-allow-alphabetical): Remove reference to
3602 * ox-beamer.el (org-beamer--format-section): Protect fragile
3603 commands in sections.
3605 * org.el (org-ctrl-c-ctrl-c): When using C-c C-c at an item with
3606 point on a link, make sure checkbox, if any, is toggled.
3608 * ox-beamer.el (org-beamer--format-block): Return an error message
3609 when using a special environment as a block type. Also check for
3610 incomplete environment definitions.
3612 * org-element.el (org-element-at-point): If point is at the end of
3613 the buffer, and that buffer ends with a list, and there's no final
3614 newline, return last element in last item instead of plain list.
3615 Fix infloop when called on a blank line at the end of the buffer
3618 * org.el (org-forward-paragraph, org-backward-paragraph): New
3621 * org.el (org-meta-return): Allow M-RET to insert items within
3622 drawers. Rewrite function.
3624 * org-element.el (org-element-footnote-definition-parser): Fix
3625 value for :contents-begin when first line of footnote definition
3626 is empty besides the label.
3627 (org-element-at-point): Return correct element when point is on a
3628 blank line just below a headline.
3629 (org-element-paragraph-parser): Use
3630 `org-match-string-no-properties'. Small fixes to paragraph
3633 * org.el (org-adaptive-fill-function): Do not handle
3634 `adaptive-fill-regexp' in comments as the behavior is not
3637 * org-list.el (org-list-struct-apply-struct): Do not move item's
3638 contents within a child above when repairing indentation.
3640 * ox-html.el (org-html--build-meta-info): Fix output of meta tags
3641 when properties are present.
3643 * ox.el (org-export-collect-headlines): Do not build TOC for
3644 headlines below H value.
3646 * org-element.el (org-element-context): Modify misleading
3648 (org-element-text-markup-successor)
3649 (org-element-latex-or-entity-successor)
3650 (org-element-export-snippet-successor)
3651 (org-element-footnote-reference-successor)
3652 (org-element-inline-babel-call-successor)
3653 (org-element-inline-src-block-successor)
3654 (org-element-line-break-successor, org-element-link-successor)
3655 (org-element-plain-link-successor, org-element-macro-successor)
3656 (org-element-radio-target-successor)
3657 (org-element-statistics-cookie-successor)
3658 (org-element-sub/superscript-successor)
3659 (org-element-table-cell-successor, org-element-target-successor)
3660 (org-element-timestamp-successor): Remove LIMIT argument.
3661 (org-element--parse-objects, org-element--get-next-object-candidates):
3662 Apply signature change to successors.
3663 (org-element-context): Narrow buffer around object containers so
3664 parsing of objects when using this function is done under the same
3665 restrictions as in buffer parsing.
3667 * ox.el (org-export-table-cell-alignment): Ensure required
3668 variables are available. Use correct :test.
3669 (org-export-table-cell-width): Modify key (now an element) and
3670 value structure (now a vector) of cache so it can use `eq' as
3671 test. Elements are circular lists so `equal' cannot apply on them.
3673 * ox-publish.el (project-plist): Remove variable.
3675 * ox.el (org-export-to-buffer, org-export-to-file): Fix
3678 * ox-org.el (org-export-as-org): Add missing BODY-ONLY argument,
3679 which is always nil in this back-end.
3681 * org.el (org-adaptive-fill-function): Look for a fill prefix at
3682 the beginning of the paragraph and subsquently on its second line
3683 instead of the current line.
3685 * ob-core.el (org-babel-get-src-block-info): Look for indentation
3686 value at the correct location.
3688 * ox.el (org-export-data-with-backend): Set temporary back-end as
3689 the new back-end in local communication channel.
3690 (org-export-filter-apply-functions): Handle corner case where
3691 back-end is nil. Only provide back-end name (a symbol) as second
3692 argument of filters, not the full back-end (a vector).
3694 * ox-publish.el (org-publish-find-title): Fix title when no
3695 #+TITLE property is provided.
3697 * ox.el (org-export-store-default-title): Remove-function.
3698 (org-export--default-title): Remove variable.
3699 (org-export-options-alist): Do not use a default value.
3700 (org-export--get-buffer-attributes): Store a default title.
3701 (org-export-as): Apply function removal.
3702 (org-export--get-global-options): Do not set a property with an
3703 explicitly nil value.
3705 * ox-publish.el (org-publish-sitemap-sort-files)
3706 (org-publish-sitemap-sort-folders)
3707 (org-publish-sitemap-ignore-case, org-publish-sitemap-requested)
3708 (org-publish-sitemap-date-format)
3709 (org-publish-sitemap-file-entry-format): Set prefix to
3710 "org-publish-sitemap" instead of "org-sitemap".
3711 (org-publish-compare-directory-files)
3712 (org-publish-get-base-files-1, org-publish-projects)
3713 (org-publish-format-file-entry): Use new prefix.
3715 * org-clock.el (org-clock-total-time-cell-format)
3716 (org-clock-file-time-cell-format): Use correct type.
3719 * ox-ascii.el (org-ascii-export-as-ascii)
3720 (org-ascii-export-to-ascii):
3721 * ox-beamer.el (org-beamer-export-as-latex)
3722 (org-beamer-export-to-latex, org-beamer-export-to-pdf):
3723 * ox-html.el (org-html-export-as-html, org-html-export-to-html):
3724 * ox-icalendar.el (org-icalendar-export-to-ics):
3725 * ox-latex.el (org-latex-export-as-latex)
3726 (org-latex-export-to-pdf):
3727 * ox-man.el (org-man-export-to-man, org-man-export-to-pdf):
3728 * ox-md.el (org-md-export-as-markdown, org-md-export-to-markdown):
3729 * ox-odt.el (org-odt-export-to-odt):
3730 * ox-org.el (org-org-export-as-org, org-org-export-to-org):
3731 * ox-publish.el (org-publish-org-to):
3732 * ox-texinfo.el (org-texinfo-export-to-texinfo)
3733 (org-texinfo-export-to-info):
3734 * ox.el (org-export-to-buffer): Add two arguments: one to trigger
3735 asynchronous export and the other to do extra processing from
3737 (org-export-to-file): Add two arguments: one to trigger
3738 asynchronous export and the other to do extra processing on the
3740 (org-export-async-start): Small clean up.
3742 * ox.el (org-export-as): Use new back-end structure.
3743 (org-export-current-backend): New variable.
3744 (org-export-as): Use new variable.
3746 * ox-ascii.el (org-ascii-table): Remove spurious new line between
3747 a table and the caption below.
3749 * ox.el (org-export-to-file): Preserve coding system when writing
3751 (org-export-stack-mode-map): Fix compilation error with Emacs <
3753 (org-export--dispatch-action): Maintain compatibility with Emacs
3756 * org.el (org-adaptive-fill-function, org-fill-paragraph): Add
3757 support for `adaptive-fill-regexp' in paragraphs and comments.
3758 (org-indent-line): Fix indentation after a list.
3760 * ox.el (org-export--get-inbuffer-options): Multiple options can
3761 now be set through the same buffer keyword.
3763 * org-element.el (org-element-plain-list-parser): Fix infloop when
3764 parsing a list at the end of buffer, if buffer doesn't end at a
3766 (org-element-link-parser): Do not url-decode parsed links.
3768 * org-pcomplete.el (pcomplete/org-mode/file-option): Remove
3769 spurious white spaces, excepted for source blocks' opening string.
3771 (pcomplete/org-mode/file-option): Remove spurious colons from
3774 * ox-publish.el (org-publish-find-date): Also return date for
3776 (org-publish-get-base-files-1): Fix :recursive parameter ignoring
3777 extension restriction.
3779 * ox-beamer.el: Remove strange indentation in default header.
3780 (org-beamer-template): Fix missing newlines in header.
3782 * ox-latex.el (org-latex-template): Fix missing newlines in
3785 * ox.el (org-export-insert-default-template): Fix
3786 "wrong-type-argument" error in template insertion.
3788 * org.el (org-fill-paragraph): Use empty commented lines as
3789 separators when filling comments. This mimics default behavior
3790 from "newcomment.el", which is not used in Org.
3792 * ox-html.el (org-html-link): Add image attributes to "img" tag,
3793 not to the "a" container. Also fix spacing for attributes.
3795 * org.el (org-fill-paragraph): Do not mix consecutive comments
3796 when filling any of them.
3798 * ox-html.el (org-html-format-headline--wrap): Fix number of
3799 arguments when setting `org-html-format-headline-function'.
3801 * org-element.el (org-element-item-interpreter): This patch fixes
3802 "(wrong-type-argument arrayp nil)" error when trying to interpret
3803 empty items. Correctly interpret back plain lists with "*" items.
3804 This fixes "This is not a list" error returned in this case.
3806 * ox-latex.el (org-latex-listings): Update docstring.
3808 * org-pcomplete.el (pcomplete/org-mode/file-option/options): Apply
3809 changes to export back-end definiton.
3811 * org.el (org-get-export-keywords): Apply changes to export
3814 * ox-html.el (org-html--format-toc-headline): Make use of
3815 anonymous back-ends.
3817 * ox-odt.el (org-odt-footnote-reference): Make use of anonymous
3819 (org-odt-format-label, org-odt-toc)
3820 (org-odt-format-headline--wrap): Use `org-export-with-backend'
3821 instead of `org-export-with-translations'.
3823 * ox.el (org-export--registered-backends): Renamed from
3824 `org-export-registered-backends'.
3825 (org-export-invisible-backends): Removed variable.
3826 (org-export-get-backend, org-export-get-all-transcoders
3827 org-export-get-all-options, org-export-get-all-filters): New
3828 functions. It replaces `org-export-backend-translate-table'.
3829 (org-export-barf-if-invalid-backend, org-export-derived-backend-p,
3830 org-export-define-backend, org-export-define-derived-backend):
3831 Rewrite functions using new representation.
3832 (org-export-backend-translate-table): Remove function.
3833 (org-export-get-environment): Use new function.
3834 (org-export--get-subtree-options, org-export--parse-option-keyword,
3835 org-export--get-inbuffer-options, org-export--get-global-options,
3836 org-export-to-buffer org-export-to-file, org-export-string-as
3837 org-export-replace-region-by): Update docstring.
3838 (org-export-data-with-translations): Remove function. Use
3839 `org-export-data-with-backend' with a temporary back-end instead.
3840 (org-export-data-with-backend, org-export-as): Reflect new definition
3842 (org-export--dispatch-action, org-export--dispatch-ui): Reflect new
3843 definition for back-ends and variable removal. Refactoring.
3844 (org-export-filter-apply-functions): Call functions with
3845 current back-end's name, not full back-end.
3847 * org.el (org-export-backends, org-create-formula--latex-header):
3848 Use new structure and variables.
3850 * ox-html.el (org-html-inline-images): Change default value and
3852 (org-html-format-inline-image): Remove functions.
3853 (org-html--wrap-image, org-html--format-image)
3854 (org-html-inline-image-p): New functions.
3855 (org-html-latex-environment, org-html-latex-fragment): Use new
3857 (org-html-standalone-image-p): Use new functions. Also remove an
3858 unused optional argument.
3859 (org-html-link, org-html-paragraph): Correctly export hyperlinked
3862 * ox.el (org-export-dictionary): Update some translations.
3864 * ox-odt.el (org-odt-label-styles, org-odt-category-map-alist):
3866 (org-odt-format-label): Add docstring. Internationalize prefix.
3868 * ox.el (org-export-dictionary): Add entry for colons.
3870 * ox-odt.el (org-odt--suppress-some-translators): Remove function.
3872 * ox-html.el (org-html-link): Remove left-over binding.
3874 * ox-beamer.el (org-beamer-environments-extra): Allow to add raw
3875 title in environment definition.
3876 (org-beamer--format-block): Handle new placeholders.
3878 * ox-html.el (org-html-link): Small refactoring.
3880 * org-element.el (org-element--current-element): Fix
3881 org-meta-return error at the end of buffer.
3883 * ox-odt.el (org-odt-category-map-alist): Fix internationalization
3884 of "Table" and "Listing".
3886 * ox.el (org-export-dictionary): Remove useless dictionary
3889 * ox-ascii.el (org-ascii--build-caption): Apply removal.
3891 * ox.el (org-export-dictionary): Add spanish and german
3894 * ox-odt.el (org-odt-link): Fuzzy links to an headline with a
3895 description always use that description, even if the description
3896 is the same as the headline title.
3897 (org-odt-plain-text): Allow to turn smart quotes off.
3899 * ox-latex.el (org-latex--get-footnote-counter): Remove function.
3901 * org.el (org-setup-filling): Set `paragraph-start' and
3902 `paragraph-separate'.
3903 (org-fill-paragraph-separate-nobreak-p): Remove function.
3904 (org-mode): Do not set `paragraph-start'.
3906 * ox-html.el (html): Replace "HTML_HTML5_FANCY",
3907 "HTML_INCLUDE_STYLE" and "HTML_INCLUDE_SCRIPTS" with,
3908 respectively, ":html5-fancy", "html-style" and "html-scripts"
3910 (org-html-html5-fancy): Reformat docstring.
3911 (org-html-template): Fix typo preventing insertion of link up/link
3914 * org.el (org-create-formula--latex-header): Replace AUTO with
3915 appropriate language when previewing snippets.
3917 * ox-latex.el (org-latex-item): Allow hyperref and footnotemark in
3918 items description tags. Also remove a unnecessary hack allowing
3919 footnotemark with an optional argument in the tag.
3921 * ox.el (org-export-resolve-fuzzy-link): Fix link resolution when
3922 link lives before the first headline.
3924 * org-element.el (org-element-special-block-parser): Fix typo in
3925 regexp matching block type. Also quote the type so it can contain
3928 * ox-latex.el (org-latex-pdf-process): This argument can cause
3929 problem with links with a relative path, since compilation happens
3930 in a different directory.
3932 * org.el (org-latex-default-packages-alist): Load "ulem" package
3933 by default. Use "[normalem]" option to preserve \emph definition.
3935 * ox-latex.el (org-latex-text-markup-alist): Use "\uline" and
3936 "\sout" commands from "ulem" package.
3938 * org.el (org-latex-default-packages-alist): Document need for
3941 * ox-latex.el (org-latex-text-markup-alist): Use \ul (from "soul"
3942 package) instead of \underline for underline text.
3944 * ox.el (org-export-read-attribute): Fix "Wrong argument type"
3945 error when attributes start with :key "".
3947 * org.el (org-fill-paragraph-separate-nobreak-p)
3948 (org-fill-line-break-nobreak-p)
3949 (org-fill-paragraph-with-timestamp-nobreak-p): Fix docstrings.
3951 * org-element.el (org-element--list-struct): Fix failing
3952 "plain-list-parser" test.
3954 * ox-latex.el (org-latex-src-block): Handle :float attribute.
3955 Its value can be set to "t", "multicolumn" or "nil". Also remove
3956 :long-listing attribute, which is now replaced with :float nil.
3957 (org-latex--org-table): Replace :float table with :float t.
3958 (org-latex--inline-image): Replace :float figure with :float t.
3959 (org-latex-long-listings): Remove variable.
3961 * org-element.el (org-element--list-struct): New function.
3962 (org-element-plain-list-parser, org-element--current-element): Use
3965 * ox-man.el (org-man-compile):
3966 * ox-texinfo.el (org-texinfo-compile): Use appropriate argument.
3968 * ox-latex.el (org-latex-compile):
3969 * ox-man.el (org-man-compile):
3970 * ox-texinfo.el (org-texinfo-compile): Properly set working
3973 * ox-latex.el (org-latex-compile):
3974 * ox-texinfo.el (org-texinfo-compile): Make sure generated file
3975 can be found by `file-exists-p'.
3977 * ox-md.el (md): Delegate underscore transcoding to HTML back-end.
3979 * org-element.el (org-element--remove-indentation): Small
3981 (org-element--remove-indentation): New function.
3982 (org-element-example-block-parser, org-element-src-block-parser):
3984 (org-element-src-block-interpreter): Update function according to
3987 * ox.el (org-export-unravel-code): Do not remove any indentation
3988 since it now happens at the parser level.
3989 (org-export-table-cell-width): Be sure to use cache even when
3990 stored value is nil.
3991 (org-export--default-title): Fix "Symbol's value as variable is
3992 void: org-export--default-title".
3994 * ox-ascii.el (org-ascii--table-cell-width): Cache results of this
3995 internal function since it is called at each cell, though its
3996 value only change column wise.
3998 * ox.el (org-export-resolve-fuzzy-link): Change property name
4000 (org-export-table-has-header-p, org-export-table-row-group)
4001 (org-export-table-cell-width, org-export-table-cell-alignment):
4003 (org-export-table-cell-address): Refactor.
4004 (org-export-get-parent): Inline function.
4005 (org-export-options-alist): Change default value for :title
4007 (org-export--default-title): New dynamically scoped variable.
4008 (org-export-store-default-title): New function.
4009 (org-export--get-buffer-attributes): Remove title handling.
4010 (org-export--get-global-options): Revert "ox: Fix default title".
4013 * ox-html.el (org-html-format-latex): Provide a prefix for
4014 temporary file when using dvipng, even if the current buffer isn't
4015 associated to a file.
4017 * ox.el (org-export-resolve-radio-link): Ignore whitespace
4018 differences when resolving a radio link.
4019 (org-export-resolve-radio-link): Fix radio target resolution.
4021 * org-element.el (org-element--current-element): Be stricter when
4022 matching arguments in LaTeX environments. In particular, do not
4023 allow anything else than options and arguments in the opening
4026 * ox-html.el (org-html-inner-template): Remove code relative to
4028 (org-html-bibliography): Remove function.
4030 * ox-latex.el (org-latex-plain-text): Protect ^ char with \^{},
4031 not only \^, so it doesn't become a diacritic.
4033 * ox-html.el (org-html--build-meta-info): Fix code typo.
4035 * ox.el (org-export-expand-include-keyword): Avoid using `read' to
4036 determine file name.
4037 (org-export--get-global-options): Properly set default title,
4038 i.e. when to TITLE keyword is provided.
4040 * org-element.el (org-element--parse-elements): Also parse visible
4041 headlines within an otherwise compacted headline.
4043 * ox.el (org-export-expand-include-keyword): Tolerate included
4044 file names without double quotes.
4045 (org-export-resolve-fuzzy-link): Fix caching process.
4047 * ox-publish.el (org-publish-find-date): Fix "Invalid time
4048 specification" error with timestamps in DATE.
4050 * org-element.el (org-element--current-element): Allow the opening
4051 string of a LaTeX environment to contain additional arguments.
4053 * org.el (org-insert-heading): Refactor to use `org-in-item-p'
4056 * ox.el (org-export-expand): Optionally add affiliated keywords to
4059 * ox-org.el (org-org-identity): Use new argument for
4060 `org-export-expand'.
4062 * org.el (org-fill-paragraph): Move to table beginning before
4063 aligning the table when M-q is called from an affiliated keyword.
4065 * org-list.el (org-list-allow-alphabetical): Properly update
4066 `org-list-allow-alphabetical' when changed after org.el has been
4069 * org-element.el (org-element-fixed-width-interpreter): Fix
4070 interpretation of fixed-width elements with a nil or empty string
4073 * ox-html.el (org-html-link): Don't skip the link description when
4074 it matches the name of the headline it targets.
4076 * ox-html.el (org-html-link): Don't skip the link description when
4077 it matches the name of the headline it targets.
4079 * ox-ascii.el (ascii): Remove inexistant function.
4081 * ox-icalendar.el (icalendar): Ignore footnotes.
4082 (org-icalendar--combine-files): Small refactoring.
4084 * ox.el (org-export--skip-p, org-export--interpret-p): When
4085 `org-export-with-footnotes' is nil, ignore completely footnotes
4086 references and definitions instead of exporting them verbatim.
4088 * ox-beamer.el (org-beamer--frame-level): Small refactoring.
4089 (org-beamer--format-block, org-beamer-headline): Do not systematically
4090 downcase environment names as some require upper case in their
4091 names (e.g. noteNH and CJK).
4093 * ox.el (org-export-with-timestamps): Only applies to isolated
4094 timestamps, i.e. timestamps in a paragraph containing only
4095 timestamps and empty strings.
4096 (org-export--skip-p): Skip timestamps according to new behavior.
4098 * ox-latex.el (org-latex--script-size): Handle consecutive
4099 alterning sub and superscript.
4101 * ox-org.el (org-org-identity): Fix docstring. Tiny refactoring.
4102 (org-org-headline, org-org-keyword): Fix docstring.
4104 * ox-latex.el (org-latex--script-size): Use \text command for
4105 subscript and superscript. This is far superior to \mathrm, but
4106 it requires "amstext" package. In particular, accented characters
4107 are now allowed within sub/superscript.
4109 * org.el (org-latex-default-packages-alist): Add "amstext"
4112 * ox-latex.el (org-latex--script-size): Fix error when using
4113 sub/superscript within sub/superscript.
4115 * ox-latex.el (org-latex--script-size): New function.
4116 (org-latex-subscript, org-latex-superscript): Use new function.
4117 Remove instructions since everything is documented in Org manual.
4119 * ox.el (org-export-with-smart-quotes): Use LATEX instead of LaTeX
4120 for keywords, the latter being hard to type, somewhat difficult to
4121 read, and overall just pedantic.
4123 * ox-latex.el (org-latex-classes): Be more explicit about
4126 * ox-html.el (org-html--build-meta-info): Fix invalid characters
4129 * ox.el (org-export-filters-alist): Remove macro filter.
4130 (org-export-filter-macro-functions): Remove variable.
4132 * ox-beamer.el (beamer): Install a default class set-up when
4135 * ox-latex.el (org-latex-classes): Update docstring.
4137 * ox-latex.el (org-latex--inline-image): Remove specific default
4138 image width for floats. If no width nor height is provided, it
4139 should default to `org-latex-image-default-width' value.
4141 * org.el (org-extract-attributes-from-string)
4142 (org-attributes-to-string): Remove functions.
4144 * ox-html.el (html): Rename :html-table-tag property into
4145 :org-table-attributes.
4146 (org-html-table-default-attributes): New variable.
4147 (org-html-table-tag): Removed variable.
4148 (org-html--make-attribute-string): New function.
4149 (org-html-link--inline-image, org-html-table): Use new function.
4150 (org-html-splice-attributes, org-export-splice-style): Remove
4152 (org-html-inline-image-rules): Remove out of context part of the
4155 * ox.el (org-export-read-attribute): Allow to use empty strings in
4158 * ox-html.el (org-html-metadata-timestamp-format): New variable,
4159 renamed from `org-html--timestamp-format'.
4160 (org-html--build-meta-info, org-html-format-spec,
4161 org-html--build-pre/postamble): Use new variable.
4163 * ox.el (org-export-table-row-number): New function.
4164 (org-export-table-cell-address): Use new function.
4166 * org-element.el (org-element-table-cell-successor): Parse table
4167 cells with missing ending space.
4169 * ox-latex.el (org-latex--math-table): Fix inline-math table
4172 * ox-html.el (org-html-doctype): Make value fit on a single line
4173 so `org-export-insert-default-template' can handle it.
4174 (org-html-creator-string): Change default value.
4176 * ox.el (org-export-creator-string): Change default value.
4178 * ox-html.el (org-html-postamble-format)
4179 (org-html-preamble-format): Allow last modification time of source
4180 in template. Fix docstrings.
4181 (org-html-format-spec): Produce last modification time when the source
4184 * ox.el (org-export-with-archived-trees, org-export-with-author)
4185 (org-export-with-clocks, org-export-with-date)
4186 (org-export-creator-string, org-export-with-drawers)
4187 (org-export-with-email, org-export-with-emphasize)
4188 (org-export-exclude-tags, org-export-with-fixed-width)
4189 (org-export-with-footnotes, org-export-with-latex)
4190 (org-export-headline-levels, org-export-default-language)
4191 (org-export-preserve-breaks, org-export-with-entities)
4192 (org-export-with-inlinetasks, org-export-with-planning)
4193 (org-export-with-priority, org-export-with-section-numbers)
4194 (org-export-select-tags, org-export-with-smart-quotes)
4195 (org-export-with-special-strings)
4196 (org-export-with-statistics-cookies)
4197 (org-export-with-sub-superscripts, org-export-with-toc)
4198 (org-export-with-tables, org-export-with-tags)
4199 (org-export-with-tasks, org-export-time-stamp-file)
4200 (org-export-with-timestamps, org-export-with-todo-keywords): Fix
4203 * ox-html.el (org-html-postamble-format): Slightly change default
4204 value so "Generated by" string doesn't get duplicated.
4205 (org-html-creator-string): Fix docstring.
4207 * ox.el (org-export--get-inbuffer-options)
4208 (org-export--list-bound-variables)
4209 (org-export--generate-copy-script, org-export-string-as)
4210 (org-export-expand-include-keyword)
4211 (org-export--prepare-file-contents): Inhibit startup process when
4214 * ox-publish.el (org-publish-find-date): Fix "bad timestamp" error
4215 with some DATE values: :date property in communication channel is
4218 * ox.el (org-export-insert-default-template): New function.
4219 (org-export--dispatch-ui, org-export--dispatch-action): Access to
4220 the function through the dispatcher.
4222 * ox-icalendar.el (org-icalendar-convert-timestamp): Update
4224 (org-icalendar-dtstamp): New function.
4225 (org-icalendar--vevent, org-icalendar--vtodo): Use new function.
4227 * ox-ascii.el (org-ascii-link):
4228 * ox-html.el (org-html-keyword):
4229 * ox-latex.el (org-latex-keyword, org-latex-link):
4230 * ox-man.el (org-man-keyword):
4231 * ox-md.el (org-md-link):
4232 * ox-odt.el (org-odt-keyword):
4233 * org.el (org-store-link, org-link-search, org-options-keywords):
4234 Remove reference to TARGET keyword.
4236 * ox.el (org-export-resolve-fuzzy-link, org-export-get-ordinal):
4237 Do not use TARGET as a destination for links anymore.
4239 * ox-org.el (org): Add a menu entry for the back-end.
4240 (org-org-export-as-org, org-org-export-to-org): New functions.
4242 * org.el (org-export-backends): Accept `org' as a loadable
4245 * ox-ascii.el (org-ascii-template--document-title): Use new function.
4247 * ox-beamer.el (org-beamer-template): Use new function.
4249 * ox-html.el (org-html-format-spec): Use new function.
4251 * ox-latex.el (org-latex-template): Use new function.
4252 (org-latex-date-timestamp-format): Remove variable.
4254 * ox.el (org-export-date-timestamp-format): New variable.
4255 (org-export-get-date): New function.
4257 * ox-odt.el (org-odt--format-paragraph): New function.
4258 (org-odt-paragraph): Use new function to limit code duplication.
4259 (org-odt-footnote-reference): Change default style for paragraphs
4260 when transcoding a footnote definition.
4262 * org-macro.el (org-macro--collect-macros): Fix a bug where
4263 reading a macro in a setup file would remove other macros read so
4264 far from template. Change function signature.
4265 (org-macro-initialize-templates): Apply signature change from function
4268 * ox.el (org-export--list-bound-variables): Renamed from
4269 `org-export--install-letbind-maybe'. Though, only return list of
4270 bound variables instead of installing them as buffer-local
4272 (org-export-get-environment): Use new function. Take care of the
4273 installation of bound variables.
4274 (org-export--generate-copy-script): Make sure non-Org variables are
4275 also installed in buffer copy.
4277 * ox.el (org-export-get-environment): Update comment.
4278 (org-export--install-letbind-maybe): Go into SETUPFILE files and
4279 handle BIND keywords there.
4281 * ox-latex.el (org-latex-link): Do not prefix relative paths with
4284 * org.el (org-link-search): Preserve priority of #+TARGET over
4285 #+NAME when resolving a link.
4287 * ox-latex.el (org-latex-long-listings): New variable.
4288 (org-latex-src-block): Use new variable.
4290 * ox.el (org-export-data): White spaces after export snippets are
4293 * org-element.el (org-element-macro-parser): Allow to escape
4294 escaping character before a comma. Also do not trim spaces at
4295 argument boundaries.
4297 * ox.el (org-export-async-start): Use correct coding system so
4298 unibyte characters do not appear in the resulting buffer or file.
4299 (org-export--copy-to-kill-ring-p): Move function elsewhere in the
4302 * ox-latex.el (org-latex--inline-image): Fix error when no default
4303 width, height and option are provided and no attribute is set for
4306 * org.el (org-comment-or-uncomment-region): Fix commenting lines
4307 beginning with a link.
4308 (org-delete-char): Fix "Invalid use of `\\' in replacement text"
4309 when deleting a character in a cell which contains "\"
4310 (org-export-backends): Remove duplicates. Reorder alphabetically.
4312 * ox-texinfo.el (org-texinfo-plain-list): Use `member' instead of
4313 `memq' when matching strings.
4315 * ox.el (org-export-read-attribute): Do not use `read' to read
4316 attributes. Instead, extract keywords and values from it, which
4317 means each value will be a string when non-nil.
4319 * ox-beamer.el (org-beamer-plain-list): Use new attribute syntax.
4321 * ox-html.el (org-html--textarea-block): Use new attribute syntax.
4323 * ox-latex.el (org-latex--inline-image, org-latex--org-table)
4324 (org-latex--math-table): Use new attribute syntax.
4326 * ox-man.el (org-man-table--org-table): Use new attribute syntax.
4329 * ox-odt.el (org-odt-link--inline-image, org-odt-table-cell): Use
4330 new attribute syntax.
4332 * ox.el (org-export-async-start): Remove code evaluation queries
4333 from asynchronous export.
4335 * ox-latex.el (latex): Activate smart quotes by default.
4336 (org-latex--inline-image): Don't insert a default width when
4337 height is provided in a figure environment.
4338 (org-latex--inline-image): Do not use default width
4339 (resp. height) when an user height (resp. width) is provided.
4340 Also, default height is only used when image is not wrapped within
4341 a figure or wrapfigure environment, in order to preserve ratio.
4342 (org-latex-image-default-width, org-latex-image-default-height):
4345 * ox-icalendar.el (org-icalendar-create-uid): Fix error when
4346 `org-icalendar-store-UID' is non-nil.
4348 * ox-latex.el (latex): Introduce new buffer keyword.
4349 (org-latex-template): Use new keyword.
4351 * ox-beamer.el (org-beamer-template): Use new keyword.
4353 * org.el (org-create-formula--latex-header): Use new keyword.
4355 * ox-beamer.el (org-beamer-column-view-format, org-beamer-theme)
4356 (org-beamer-environments-extra): Add :version and
4359 * ox-html.el (org-html-with-latex, org-html-inline-image-rules):
4360 Add :version and :package-version.
4362 * ox-latex.el (org-latex-inline-image-rules)
4363 (org-latex-default-table-environment)
4364 (org-latex-default-table-mode, org-latex-tables-booktabs)
4365 (org-latex-table-scientific-notation, org-latex-known-errors): Add
4366 :version and :package-version.
4368 * ox-md.el (org-md-headline-style): Add :version and
4371 * ox-odt.el (org-odt-with-latex): Add :version
4372 and :package-version.
4374 * ox.el (org-export-with-drawers, org-export-with-latex)
4375 (org-export-with-inlinetasks, org-export-with-planning)
4376 (org-export-with-smart-quotes, org-export-with-statistics-cookies)
4377 (org-export-allow-bind-keywords, org-export-async-init-file): Add
4378 :version and :package-version.
4380 * ox-icalendar.el (org-icalendar-export-to-ics): Change back-end
4381 name from `e-ascii' to `ascii'.
4383 * ox.el (org-export--generate-copy-script): Call `org-mode' when
4384 duplicating a buffer. It will properly set every variable, like
4386 (org-export-async-start): Do not call `org-mode' since this is done
4387 already in the previous function.
4389 * ox-beamer.el (org-beamer-keyword): Remove frame arount toc when
4390 generated from a TOC keyword.
4392 * org.el (org-export-backends): Do not reset list of loaded
4393 back-ends to variable's value after a reload.
4395 * ox-latex.el (org-latex-src-block): Do not overwrite provided
4396 numbering options in minted and listings.
4397 (org-latex-headline): Don't add optional title on unnumbered
4400 * ox-html.el (html): Fix "HTML_HEAD" and "HTML_HEAD_EXTRA"
4401 keywords. Allow multiple #+LATEX_HEAD and #+LATEX_HEAD_EXTRA
4404 * org.el (org-fill-paragraph): Small refactoring to
4405 `org-fill-paragraph'. Do not look for table cells in a paragraph.
4407 * org-element.el (org-element-object-restrictions): Simplify
4408 restrictions within secondary strings and objects.
4410 * org-list.el (org-list-send-list): Do not rely on
4411 `org-list-parse-list'.
4412 (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Use
4413 appropriate export back-end instead of using
4414 `org-list-to-generic'.
4416 * ox-html.el (org-html-inner-template): Remove contents div and
4418 (org-html-template): Add contents div and title.
4419 (org-html-infojs-install-script): Can't activate jsinfo script
4420 during a body-only export.
4422 * ox.el (org-export-as): Store export options in :export-options
4423 porperty within communication channel.
4425 * ox-latex.el (org-latex-item): Fix wrong behavior when a counter
4426 is set in an ordered list while its parent is not ordered.
4428 * ox.el (org-export-format-code-default): Handle empty source
4429 blocks more gracefully.
4431 * ox-ascii.el (org-ascii-src-block): Handle empty blocks more
4434 * org.el (org-export-backends): Update variable. `infojs' was
4435 merged into ox-html and `freemind' was added.
4437 * ox.el (org-export--selected-trees): Also mark inlinetasks with a
4439 (org-export--skip-p): Skip inlinetasks with a :noexport: tag.
4441 * ob-tangle.el (org-babel-spec-to-string): Use dedicated function
4442 for unescaping code.
4444 * ox-html.el (org-html-link): Silence byte-compiler.
4445 (html): Add infojs installation script in options filter.
4446 (org-html-infojs-install-script): Remove check for back-end as we
4447 can safely assume the function will be called from `html' back-end
4448 or one of its derivative.
4450 * ox-icalendar.el (org-agenda-collect-markers)
4451 (org-create-marker-find-array): Remove functions.
4452 (org-icalendar-export-current-agenda): Integrate previous
4455 * ox-latex.el (org-latex-format-headline-default-function): Use
4456 declarative shape to nest makup for TODO keywords. Previous
4457 syntax generated errors during export.
4459 * ox.el (org-export-async-start): Ignore `org-mode-hook' and
4460 `kill-emacs-hook'. The first one has been run in the original
4461 buffer. The second is not necessary and can pollute output to a
4462 temporary buffer (e.g. with `org-clock-persistence-insinuate').
4464 * ox-html.el (org-html-inner-template): Remove title.
4465 (org-html-template): Add title.
4467 * ox.el (org-export--get-min-level): Ignore footnote section when
4468 computing minimal headline level.
4470 * org.el (org-do-latex-and-related): Fix infloop when user
4471 provides a wrong value for `org-highlight-latex-and-related'. In
4472 this case, `org-latex-and-related-regexp' is the empty string and
4473 generates an infloop since matching it doesn't move point.
4475 * org-element.el (org-element-headline-parser): Rename
4476 :optional-title into :alt-title.
4478 * ox.el (org-export-get-alt-title): Renamed from
4479 `org-export-get-optional-title'.
4481 * ox-ascii.el (org-ascii--build-title):
4482 * ox-html.el (org-html--format-toc-headline):
4483 * ox-latex.el (org-latex-headline):
4484 * ox-texinfo.el (org-texinfo--get-node)
4485 (org-texinfo--generate-menu-items): Apply name change.
4487 * ox.el (org-export--get-inbuffer-options): Remove an optional
4488 argument. Rewrite function. Properties read from a setupfile do
4489 not overwrite anymore previously computed properties.
4490 (org-export-get-environment): Apply changes to previous function.
4492 * org.el (org-create-formula--latex-header): Apply arity change
4493 from `org-export--get-inbuffer-options'.
4495 * ox-latex.el (org-latex-compile): Add an optional argument for
4496 latex snippet previewing.
4498 * org.el (org-create-formula-image-with-imagemagick): Use
4499 `org-latex-compile' instead of rewriting it.
4501 * ox-html.el (org-html-fontify-code): Do not use [^\000] in
4502 regexps that may match large strings.
4504 * org.el (org-create-formula--latex-header): New function.
4505 (org-create-formula-image-with-dvipng)
4506 (org-create-formula-image-with-imagemagick): Use new function.
4508 * ox.el (org-export-get-previous-element): Change order of retured
4509 elements in `org-export-get-previous-element'.
4511 * org-element.el (org-element-all-successors): Add `plain-link'
4513 (org-element-object-restrictions): Remove `link' within `link'.
4514 Allow `plain-link' instead.
4515 (org-element-plain-link-successor): New function.
4517 * org.el (org-match-substring-regexp)
4518 (org-match-substring-with-braces-regexp): Update regexp. A
4519 sub/superscript cannot start anymore at the beginning of the line
4522 * org-element.el (org-element--get-next-object-candidates):
4523 Rewrite function to simplify algorithm.
4524 (org-element-context, org-element--parse-elements): Apply changes.
4526 * org.el (org-fill-paragraph): Apply changes.
4528 * ox-html.el (org-html-link, org-html-link--inline-image):
4529 Attributes specified to a paragraph only apply to first link
4532 * ox-latex.el (org-latex-headline): Do not add optional section
4533 name when section is unnumbered.
4535 * org.el (org-in-verbatim-emphasis): Fix false positive when point
4536 is just after the closing emphasis marker.
4537 (org-fill-paragraph): Do not move point when filling a table.
4539 * ox-ascii.el (ascii): Add new filter.
4540 (org-ascii-filter-comment-spacing): New function.
4541 (org-latex-keyword): Remove "figures" value.
4543 * ox-ascii.el (org-ascii--list-tables): Fix docstring.
4545 * ox-html.el (org-html--format-toc-headline): Fix function name.
4546 (org-html-toc, org-html--toc-text): Change to docstring.
4547 (org-html-list-of-listings, org-html-list-of-tables): New
4549 (org-html-keyword): Use new functions.
4550 (org-html-src-block): Add an ID attribute when a name is given.
4552 * org-element.el (org-element-footnote-definition-parser): Require
4553 2 blank lines to separate footnote definition.
4555 * org-footnote.el (org-footnote-at-definition-p): Require 2 blank
4556 lines to separate footnote definition.
4558 * ox.el (org-export-stack): Rewrite.
4559 (org-export-stack-refresh): Refactor.
4560 (org-export-stack-remove, org-export-stack-view): Apply renaming.
4561 (org-export-stack-mode-map): Use tabulated list map as a basis.
4562 (org-export-stack--generate, org-export-stack--num-predicate): New
4564 (org-export-get-optional-title): Return regular title when no
4565 optional title is found.
4567 * ox-ascii.el (org-ascii--build-title): Apply change to
4568 `org-export-get-optional-title'.
4570 * ox-html.el (org-html--format-toc-headline): Apply change to
4571 `org-export-get-optional-title'.
4573 * ox-latex.el (org-latex-headline): Apply change to
4574 `org-export-get-optional-title'.
4576 * ox-ascii.el (org-ascii--build-title): Add an argument. Use
4577 optional title when building a toc line.
4578 (org-ascii--build-toc): Call `org-ascii--build-title' with
4579 appropriate arguments.
4581 * ox-latex.el (org-latex-headline): Use optional title for table
4584 * ox-html.el (org-html--toc-text): Renamed from
4585 `org-html-toc-text'. Add docstring.
4586 (org-html--format-toc-headline): Renamed from
4587 `org-html-format-toc-headline'. Add docstring. Use optional
4589 (org-html-toc): Add docstring.
4591 * org-element.el (org-element-headline-parser): Node property
4592 :OPTIONAL_TITLE: in a headline will be parsed and stored under
4593 :optional-title property.
4595 * ox.el (org-export-get-optional-title): New function.
4597 * ox-latex.el (org-latex-format-headline-default-function): Make
4598 the variable a function.
4600 * ox-publish.el (org-publish-resolve-external-fuzzy-link): No
4601 error when resolving external fuzzy links outside publishing.
4602 Though search option for these links will not be resolved.
4604 * ox-latex.el (org-latex-guess-inputenc): Set inputenc option
4605 according to `org-export-coding-system'.
4607 * ox.el (org-export--generate-copy-script): Clone
4608 `buffer-file-coding-system' when creating a buffer copy.
4610 * ox-html.el (org-html-link): Resolve external links with search
4611 options like [[file.org::#custom-id]] or
4612 [[file.org::*headline-search]].
4614 * ox-publish.el (org-publish-collect-numbering)
4615 (org-publish-resolve-external-fuzzy-link): New functions.
4616 (org-publish-org-to): Add new collecting function to final output
4617 filter. Move index collecting function to the same filter.
4618 (org-publish-collect-index): Called from final output filter.
4620 * ox-html.el (org-html-format-headline--wrap, org-html-headline):
4621 Use :CUSTOM_ID, not :custom-id.
4623 * org-element.el (org-element-latex-environment-parser): Fix wrong
4624 value for :post-affiliated property when parsing a latex
4627 * ox-latex.el (org-latex-property-drawer): Remove function.
4629 * ox-ascii.el (org-ascii-filter-paragraph-spacing): Remove
4630 reference to now renamed `e-ascii' back-end.
4632 * ox-beamer.el (org-beamer-template): Allow to span documentclass
4633 options accross multiple lines in template.
4635 * ox-latex.el (org-latex-template): Allow to span documentclass
4636 options accross multiple lines in template.
4638 * ox-texinfo.el (org-texinfo--get-node): Upcase property name.
4639 (org-texinfo--get-node): New function.
4640 (org-texinfo-headline, org-texinfo-link): Use new function.
4642 * ox-ascii.el (org-ascii-quote-block): Do not fill quote block
4643 contents. Just indent them.
4645 * ox-publish.el (org-publish-index-generate-theindex): Do not
4646 create an "* Index" headline in "theindex.inc". Though, create an
4647 "Index" title in fallback "theindex.org".
4649 * ox-publish.el (org-publish-projects): Publish "theindex.org"
4650 last, so that "theindex.inc" can be completed.
4652 * ox-publish.el (org-publish-project-alist): Fix docstring.
4653 (org-publish-collect-index): Fix typo.
4655 * ox.el (org-export--dispatch-ui): Prevent invisible cursor from
4656 highlighting brackets in UI
4658 * org-element.el (org-element-headline-parser)
4659 (org-element-inlinetask-parser): Fix docstring.
4661 * org.el (org-export-backends): Add new back-end in customize
4664 * ox-beamer.el (org-beamer--get-label, org-beamer--frame-level)
4665 (org-beamer--format-section, org-beamer--format-frame)
4666 (org-beamer--format-block, org-beamer-headline): Apply changes to
4669 * ox-html.el (org-html-headline, org-html-link, org-html-section):
4670 Apply changes to properties.
4672 * ox-icalendar.el (org-icalendar-create-uid)
4673 (org-icalendar-blocked-headline-p, org-icalendar-entry)
4674 (org-icalendar--valarm): Apply changes to properties.
4676 * ox-odt.el (org-odt-headline): Apply changes
4678 * ox-publish.el (org-publish-collect-index): Apply changes to
4681 * ox-texinfo.el (org-texinfo--generate-menu-list)
4682 (org-texinfo--generate-menu-items, org-texinfo-template)
4683 (org-texinfo-headline, org-texinfo-link): Apply changes to
4686 * ox.el (org-export-resolve-id-link, org-export-get-category):
4687 Apply changes to properties.
4688 (org-export-get-node-property): Update docstring.
4690 * org-element.el (org-element-headline-parser)
4691 (org-element-inlinetask-parser): Upcase properties. This is done
4692 to avoid confusion between properties from parser (e.g. `:end')
4693 and properties from the property drawer (e.g. :END:).
4695 * ox-publish.el (org-publish-index-generate-theindex): Preserve
4696 order in file. Fix error when two index entries were identical.
4697 Create again theindex.inc.
4699 * org-element.el (org-element-map): Allow to map over any list.
4700 Do not restrict mapping to object types.
4702 * org-faces.el (org-latex-and-related): Renamed from
4703 `org-latex-and-export-specials', which wasn't appropriate anymore.
4705 * org.el (org-highlight-latex-and-related)
4706 (org-latex-and-related-regexp): New variables.
4707 (org-compute-latex-and-related-regexp, org-do-latex-and-related): New
4708 function, revived from a previous commit.
4709 (org-set-regexps-and-options, org-set-font-lock-defaults): Use new
4711 (org-set-regexps-and-options): Remove reference to LATEX_CLASS and
4714 * ox-publish.el (org-publish-org-to): Small refactoring.
4716 * ox.el (org-export-install-filters): Properly install filters
4717 send through ext-plist mechanism.
4719 * ox-publish.el (org-publish-org-to): Small refactoring.
4721 * ox-html.el (org-html-keyword): Remove INDEX keyword handling.
4722 ox-publish.el takes care of it already.
4724 * org-macro.el: New file.
4726 * org.el: Remove macro code.
4728 * ox.el: Require new library
4730 * ox.el (org-export-resolve-fuzzy-link): Ignore statistics cookies
4731 when matching an headline.
4732 (org-export--dispatch-ui): Display a help message in header line
4733 for scrolling dispatcher's buffer
4734 (org-export-resolve-radio-link): Radio targets are
4737 * ox-icalendar.el (org-export-icalendar): Fix docstring.
4739 * ox.el (org-export-dispatch): Fix docstring.
4740 (org-export--dispatch-action): Small improvement to line by line
4742 (org-export-resolve-fuzzy-link): Refactor. Whitespaces are not
4743 significant when matching a fuzzy link.
4745 * org-element.el (org-element-link-parser): Do not remove newlines
4746 characters in paths anymore, since this is not required.
4748 * ox.el (org-export--dispatch-ui): Renamed from
4749 `org-export-dispatch-ui'. Handle scrolling.
4750 (org-export--dispatch-action): Renamed from
4751 `org-export-dispatch-action'. Implement scrolling.
4752 (org-export-dispatch): Apply renaming.
4754 * org.el (org-ctrl-c-ctrl-c): Do nothing when at a blank line,
4755 but still run `org-ctrl-c-ctrl-c-final-hook'.
4756 (org-end-of-line): Remove `ignore-error'.
4758 * org-element.el (org-element-at-point): Return nil when in the
4759 first empty lines of the buffer. Return headline when in empty
4760 lines just after the headline.
4762 * ox.el (org-export-output-file-name): Add a protection when
4763 output file name is the same as the original org.
4765 * ox-beamer.el (org-beamer-template): Add missing `class' argument
4766 for `format-string'.
4768 * ox-latex.el (org-latex-template): Add missing `class' argument
4769 for `format-string'.
4771 * ox.el (org-export-stack-mode): Fix docstring.
4773 * org-pcomplete.el (pcomplete/org-mode/file-option): Allow
4774 completion for ATTR_ prefixed keywords.
4776 * org.el (org-options-keywords): Add missing colons.
4778 * org-macs.el (org-default-options): Removed function.
4780 * org-pcomplete.el (org-command-at-point): Fix bug with some file
4782 (pcomplete/org-mode/file-option/x): Removed macro.
4783 (pcomplete/org-mode/file-option): Refactor code.
4784 (pcomplete/org-mode/file-option/author)
4785 (pcomplete/org-mode/file-option/date)
4786 (pcomplete/org-mode/file-option/title)
4787 (pcomplete/org-mode/file-option/tags)
4788 (pcomplete/org-mode/file-option/select_tags)
4789 (pcomplete/org-mode/file-option/priorities)
4790 (pcomplete/org-mode/file-option/language)
4791 (pcomplete/org-mode/file-option/filetags)
4792 (pcomplete/org-mode/file-option/exclude_tags)
4793 (pcomplete/org-mode/file-option/email): New functions.
4795 * ox.el (org-export--collect-headline-numbering): Remove footnote
4797 (org-export-collect-headlines): Do not count footnote section when
4798 numbering a headline.
4800 * ox-beamer.el (org-beamer-plain-list): Also read #+attr_latex
4801 attributes in order to determine list's options.
4803 * ox-ascii.el (org-ascii-inner-template): New function.
4804 (org-ascii-template): Use new function.
4805 (org-ascii-export-as-ascii, org-ascii-export-to-ascii): Update
4808 * org-element.el (org-element-link-parser): Take into
4809 consideration links filled and indented.
4811 * org-element.el (org-element-link-parser): Remove all newline
4812 characters in path property.
4814 * ox.el (org-export-as): Call `inner-template' function, if
4817 * ox-html.el (org-html-inner-template): New function.
4818 (org-html-template): Move all parts that should be inserted even
4819 in a body-only export into `org-html-inner-template'.
4821 * org.el (org-forward-element, org-backward-element): When no
4822 headline is found at the same level, still move forward or
4825 * org-element.el (org-element--current-element): Add a limit
4827 (org-element--collect-affiliated-keywords): Fix parsing of orphaned
4828 keyword at the end of an element.
4830 * ox-texinfo.el (org-texinfo-src-block): Remove spurious newline
4831 character as `org-export-format-code-default' already makes sure
4832 the string returned will end with a single one.
4834 * ox-latex.el (org-latex-headline): When a function returns a
4835 sectioning command, only one placeholder should be required.
4837 * org-element.el (org-element-nested-p): Do not inline function.
4839 * ox.el (org-export-copy-buffer, org-export-with-buffer-copy)
4840 (org-export--generate-copy-script): Moved earlier in the file.
4842 * ox-texinfo.el (org-texinfo-link): Do not transform path part of
4845 * org.el (org-org-menu): Small refactoring.
4847 * ox-beamer.el (require):
4848 * ox-icalendar.el (require):
4849 * ox-jsinfo.el (require):
4850 * ox-md.el (require): Require cl when compiling.
4852 * org.el (org-export-backends):
4853 * ox.el (org-export-dispatch): Fix docstring.
4855 * ox.el (org-export-dispatch-ui): Widen UI by 2 characters.
4857 * ox-latex.el (org-latex-special-block): Add :options attribute to
4858 special blocks to specify options.
4860 * ox-beamer.el (org-beamer-template): Add BEAMER_HEADER keywords
4863 * ox-latex.el (org-latex-format-headline-function): Fix missing
4864 parens in the docstring.
4866 * org.el (org-export-backends): Remove `:initialize' function.
4868 * org.el (org-reload): Also reload export back-ends in use.
4870 * ox-latex.el (org-latex-example-block, org-latex-src-block):
4871 Ignore element if it's empty. This fixes error "apply: Wrong
4872 number of arguments: max, 0".
4874 * ox-beamer.el (org-beamer-template): Provide an error when LaTeX
4877 * ox-latex.el (org-latex-template): Provide an error when LaTeX
4880 * org.el (org-modules): Remove export back-ends from the list.
4882 (org-export-backends): New variable.
4884 * ox.el (org-export-async-start): Make sure export framework is
4885 required in the external process.
4887 * org.el (org-format-latex-header-extra, org-export-have-math):
4889 (org-latex-default-packages-alist): Renamed from
4890 `org-export-latex-default-packages-alist'.
4891 (org-latex-packages-alist): Renamed from
4892 `org-export-latex-packages-alist'.
4893 (org-try-cdlatex-tab, org-cdlatex-underscore-caret,
4894 org-cdlatex-math-modify): Reorder in file.
4895 (org-format-latex): Remove `org-format-latex-header-extra'.
4896 (org-create-formula-image-with-dvipng,
4897 org-create-formula-image-with-imagemagick): Apply variables renaming
4900 * org-entities.el (org-entities-user): Update docstring.
4902 * ox-latex.el (org-latex-classes, org-latex-listings): Update
4904 (org-latex-guess-inputenc): Renamed from `org-latex--guess-inputenc'.
4905 (org-latex-guess-babel-language): Renamed from
4906 `org-latex--guess-babel-language'.
4907 (org-latex-template): Apply renaming.
4909 * ox-beamer.el (org-beamer-template): Apply renaming.
4911 * ob-latex.el (org-babel-execute:latex): Apply variable renaming
4913 (org-babel-latex-tex-to-pdf): Call `org-latex-compile' instead of
4916 * org-macs.el (org-if-unprotected, org-if-unprotected-1)
4917 (org-if-unprotected-at): Removed macros.
4918 (org-re-search-forward-unprotected): Removed function.
4920 * org.el (org-format-latex):
4921 * org-list.el (org-list-struct):
4922 * org-footnote.el (org-footnote-at-reference-p):
4923 * org-capture.el (org-capture-fill-template): Remove reference to
4926 * ob-exp.el (org-babel-exp-process-buffer): Renamed from
4927 `org-export-blocks-preprocess'.
4929 * ox.el (org-export-execute-babel-code): Apply previous renaming.
4931 * org-pcomplete.el (pcomplete/org-mode/file-option): Collect valid
4932 keywords for completion without requiring the whole export
4934 (pcomplete/org-mode/file-option/options): Rewrite using new export
4935 framework. Only complete up to the colon.
4936 (pcomplete/org-mode/file-option/x): Removed macro.
4937 (pcomplete/org-mode/file-option/title)
4938 (pcomplete/org-mode/file-option/author)
4939 (pcomplete/org-mode/file-option/email)
4940 (pcomplete/org-mode/file-option/date): Removed functions.
4941 (pcomplete/org-mode/file-option/infojs_opt): New function.
4943 * org-clock.el (org-clocktable-defaults)
4944 (org-clocktable-write-default): Avoid requiring the whole export
4945 framework just to check one variable.
4947 * org-footnote.el (org-footnote-section): Update docstring.
4948 (org-footnote-normalize): Remove all export related part from the
4951 * org-inlinetask.el (org-inlinetask-export)
4952 (org-inlinetask-export-templates): Removed variables.
4953 (org-inlinetask-export-handler): Removed function.
4955 * org-plot.el: Remove dependency on `org-exp' library.
4957 * org.el (org-additional-option-like-keywords): Remove variable.
4958 (org-get-export-keywords): New function.
4959 (org-options-keywords): Update default list of keywords.
4960 (org-remove-flyspell-overlays-in): Apply changes to keywords
4962 (org-highlight-latex-fragments-and-specials)
4963 (org-latex-and-specials-regexp)
4964 (org-export-html-special-string-regexps): Remove variables.
4965 (org-compute-latex-and-specials-regexp)
4966 (org-do-latex-and-special-faces, org-remove-file-link-modifiers):
4968 (org-set-regexps-and-options, org-set-font-lock-defaults): Apply all
4970 (org-use-sub-superscripts): Fix docstring. Remove unused group.
4971 (org-match-sexp-depth): Make it a defconst instead of a defcustom
4972 in order to remove `org-export-translation' group completely.
4974 * ob-haskell.el (org-babel-haskell-export-to-lhs): Use new
4977 * ob-latex.el (org-babel-execute:latex): Use new exporter.
4979 * ob-org.el (org-babel-execute:org): Use new exporter.
4981 * org-agenda.el (org-agenda-menu, org-agenda-write): Use new
4982 iCalendar export back-end.
4984 * org-table.el (org-table-export, orgtbl-export): Remove
4985 dependency on `org-exp' library.
4986 (org-table-clean-before-export): New function.
4987 (org-table-colgroup-info): New variable.
4988 (orgtbl-to-html): Use to new HTML export back-end.
4990 * org.el (org-modules): Remove modules relative to obsolete export
4991 framework and add those relative to the new one.
4992 (org-create-formula-image-with-dvipng, org-format-latex
4993 org-create-formula-image-with-imagemagick): Use new exporter.
4994 (org-indent-line): INCLUDE keywords are indented like regular
4996 (org-mode-map): Bind C-c C-e to new export dispatcher.
4997 (org-menu): Install new exporter in menu.
5002 * org-exp-blocks.el:
5012 * org-special-blocks.el:
5013 * org-taskjuggler.el:
5014 * org-xoxo.el: Remove
5029 * ob-exp.el (org-export-blocks-preprocess): Do not use
5030 `indent-code-rigidly' as it doesn't indent contents of strings.
5032 * org-element.el (org-element-map): Change to function
5033 indentation. Also complete docstring.
5035 * org.el (org-ctrl-c-ctrl-c): Major rewrite function using
5038 * org-element.el (org-element-at-point): When point is before any
5039 element, in the first blank lines of the buffer, return nil. When
5040 point is within blank lines just after a headline, return that
5042 (org-element-context): Return nil when point is within the blank at
5043 the beginning of the buffer.
5045 * org.el (org-edit-special): Fix regression.
5046 (org-timestamp-has-time-p, org-timestamp-format)
5047 (org-timestamp-split-range, org-timestamp-translate): New
5050 * org-element.el (org-element-timestamp-interpreter): Interpret
5051 timestamps ranges with repeaters.
5053 * org.el (org-edit-special): Rewrite `org-edit-special' using Org
5054 Elements tools. Behavior should be unchanged.
5056 * org-element.el (org-element-context): Add an optional argument
5057 so that (org-element-context) and (org-element-context
5058 (org-element-at-point)) are equivalent.
5060 * ob.el: Only use the :wrap argument up to the first space when
5061 creating the #+END_ directive.
5063 * org-element.el (org-element-object-variables): New variable.
5064 (org-element-parse-secondary-string): Copy some buffer-local
5065 variables to the temporary buffer created to parse the string so
5066 links can still be properly expanded.
5067 (org-element-link-parser): Link expansion and translation are applied
5068 transparently for the parser.
5070 * org-element.el (org-element-line-break-parser): Line break
5071 includes the newline character following the backslashes.
5072 (org-element-line-break-interpreter): Apply changes to line break
5075 * org.el (org-all-targets): Fix radio targets detection when
5076 object is directly followed by a non-whitespace character.
5078 * ob.el (org-babel-use-quick-and-dirty-noweb-expansion): Renamed
5079 from `org-babel-use-quick-and-dirty-noweb-expansion'.
5080 (org-babel-expand-noweb-references): Use new variable name.
5082 * org-element.el (org-element-timestamp-interpreter): Fix
5083 timestamp interpreter when raw value isn't available.
5085 * ob-exp.el (org-babel-exp-non-block-elements): Make sure to parse
5086 inline babel call or inline src block instead of the following
5089 * org-element.el (org-element-timestamp-parser): Timestamp with
5090 time range has active/inactive-range type.
5091 (org-element-block-name-alist): Do not reset
5092 `org-element-block-name-alist' at each reload.
5093 (org-element-object-restrictions): Allow timestamps in parsed
5094 keywords (i.e. DATE).
5096 * org-agenda.el (org-agenda-show-clocking-issues)
5097 (org-agenda-format-item): Silence byte compiler.
5099 * org-colview.el (org-agenda-columns): Silence byte compiler.
5101 * org.el (org-properties-postprocess-alist): Silence byte
5104 * org-element.el (org-element-timestamp-parser): Return nil for
5105 unspecified :hour-end and :minute-end properties.
5106 (org-element-object-restrictions): Add footnote references objects
5108 (org-element-interpret-data): Clear text properties when
5109 interpreting a string .
5111 * org-capture.el (org-capture--expand-keyword-in-embedded-elisp):
5114 * org.el (org-adaptive-fill-function): Items do not have
5115 a :post-affiliated property. Use :begin property instead.
5117 * org-element.el (org-element-headline-parser)
5118 (org-element-inlinetask-parser): Remove :clockedp property.
5120 * org.el (org-adaptive-fill-function): All elements do not have a
5121 :post-affiliated property.
5122 (org-macro-replace-all): Signal an error when a circular macro
5124 (org-macro-initialize-templates): Fix docstring.
5126 * org-element.el (org-element-map): Fix docstring.
5127 (org-element-contents, org-element-set-contents)
5128 (org-element-adopt-elements): Fix accessors and setters wrt
5130 (org-element-headline-parser)
5131 (org-element-inlinetask-parser): Fix void-function
5132 `org-clocking-buffer' error.
5133 (org-element-context): Fix org-element-context on parsed keywords.
5134 (org-element-context): Find objects in document and parsable
5135 affiliated keywords.
5136 (org-element-center-block-parser)
5137 (org-element-drawer-parser, org-element-dynamic-block-parser)
5138 (org-element-footnote-definition-parser)
5139 (org-element-plain-list-parser)
5140 (org-element-property-drawer-parser)
5141 (org-element-quote-block-parser, org-element-special-block-parser)
5142 (org-element-babel-call-parser, org-element-comment-parser)
5143 (org-element-comment-block-parser, org-element-diary-sexp-parser)
5144 (org-element-example-block-parser)
5145 (org-element-export-block-parser, org-element-fixed-width-parser)
5146 (org-element-horizontal-rule-parser, org-element-keyword-parser)
5147 (org-element-latex-environment-parser)
5148 (org-element-paragraph-parser, org-element-src-block-parser)
5149 (org-element-table-parser, org-element-verse-block-parser): Add
5150 `:post-affiliated' property to elements.
5151 (org-element-inlinetask-parser): Remove affilated keywords.
5153 * org.el (org-adaptive-fill-function): Use new property.
5155 * org-element.el (org-element--collect-affiliated-keywords):
5156 Allow duals keywords with only secondary value.
5157 (org-element-timestamp-parser): Modify timestamp objects
5159 (org-element-headline-parser, org-element-inlinetask-parser): Remove
5160 `:timestamp' and `:clock' property. Add `:clockedp' property. Also,
5161 set `:closed', `:deadline' and `:scheduled' values to timestamp
5162 objects, not strings. Small refactoring.
5163 (org-element-clock-parser): Rename `:time' property into `:duration'.
5164 Also, set `:value' value as a timestamp object, not a string.
5165 (org-element-planning-parser): Set `:closed', `:deadline' and
5166 `:scheduled' values to timestamp objects, not strings.
5167 (org-element-clock-interpreter, org-element-planning-interpreter)
5168 (org-element-timestamp-interpreter): Update interpreters.
5169 (org-element--current-element): Tiny refactoring.
5171 * ob.el (org-babel-where-is-src-block-result): Insert new results
5172 keyword in current narrowed part of buffer, if necessary. Small
5174 (org-babel-insert-result): Do not widen buffer when new results have
5175 to be inserted. Therefore, results inserted after the last block of
5176 a narrowed buffer still belong to the narrowed part of the buffer.
5178 * org-agenda.el (org-agenda-get-deadlines): Tiny stylistic change.
5180 * org-element.el (org-element-paragraph-separate): Diary-sexp
5181 elements can separate paragraphs.
5182 (org-element-all-elements): Install new `diary-sexp' type.
5183 (org-element--current-element): Recognize new `diary-sexp' elements.
5184 (org-element-diary-sexp-parser)
5185 (org-element-diary-sexp-interpreter): New functions.
5186 (org-element-horizontal-rule-parser)
5187 (org-element-keyword-parser, org-element--current-element): Small
5189 (org-element-property): Access to text properties when argument is
5191 (org-element-put-property): Correctly set property when target is
5193 (org-element-adopt-elements): Also put :parent properties on
5196 * ob-exp.el (org-babel-exp-code): Escape code when re-creating a
5198 (org-export-blocks-preprocess): Pos can sometimes be set to a
5199 value greater than start, because of indentation, and lead to a
5201 (org-babel-exp-code): Remove comma-escaping special rule for Org
5203 (org-export-blocks-preprocess): Results of an evaluated code block
5204 can be inserted within the blank lines after the block. Hence, if
5205 the block has to be removed, delete everything down to the first
5206 non-blank line after the end of block closing string, instead of
5207 removing everything down to the very end of the block.
5209 * org.el (org-all-targets): Make sure the regexp really matched a
5211 (org-macro-expand, org-macro-replace-all): Change signature. The
5212 function now accepts an alist of templates so it doesn't have to
5213 rely only on `org-macro-templates'.
5214 (org-macro-initialize-templates): {{{date}}} is not anymore an
5215 alias for {{{time}}}. During export, it will provide the value
5216 stored in DATE keyword instead.
5218 * org-element.el (org-element-object-restrictions): Allow links in
5219 caption. Also allow inline-src-blocks and inline-babel-calls.
5220 (org-element-map): Change signature.
5221 (org-element-parsed-keywords): Remove document properties from the
5223 (org-element-dual-keywords): Fix docstring.
5224 (org-element-document-properties): New variable
5225 (org-element-all-elements): Add `node-property' as a new element
5227 (org-element-greater-elements): Add property-drawer element to
5228 greater elements since they now contain node-property elements.
5229 (org-element-drawer-parser): Small refactoring.
5230 (org-element-property-drawer-parser): Move into Greater Elements
5232 (org-element-node-property-parser,
5233 org-element-node-property-interpreter): New functions.
5234 (org-element--current-element, org-element-at-point)
5235 (org-element--parse-elements): Handle new element type.
5236 (org-element--collect-affiliated-keywords): Fix return value.
5237 (org-element-center-block-parser)
5238 (org-element-drawer-parser, org-element-dynamic-block-parser)
5239 (org-element-footnote-definition-parser)
5240 (org-element-plain-list-parser, org-element-quote-block-parser)
5241 (org-element-special-block-parser, org-element-babel-call-parser)
5242 (org-element-comment-parser, org-element-comment-block-parser)
5243 (org-element-example-block-parser)
5244 (org-element-export-block-parser, org-element-fixed-width-parser)
5245 (org-element-horizontal-rule-parser, org-element-keyword-parser)
5246 (org-element-latex-environment-parser)
5247 (org-element-paragraph-parser, org-element-property-drawer-parser)
5248 (org-element-src-block-parser, org-element-table-parser)
5249 (org-element-verse-block-parser): Change signature. Now use an
5250 additional argument: affiliated.
5251 (org-element--current-element): Skip affiliated keywords and pass
5252 them as an argument to parsers. It prevents to walk through these
5253 keywords twice: the first time to get to the first line of the
5254 element, and a second time to collect the affiliated keywords.
5256 * ob-exp.el (org-babel-exp-non-block-elements): More accurate
5257 white space handling when evaluating inline-src-block, babel-call
5258 and inline-babel-call elements or objects. Also removed use of
5259 `org-babel-examplize-region' since it would never be called
5260 anyway; return value from `org-babel-exp-do-export' is never nil.
5261 (org-export-blocks-preprocess): Preserve affiliated keywords when
5262 replacing a code block.
5264 * org-element.el (org-element-multiple-keywords): Allow multiple
5267 * ob-exp.el (org-export-blocks-preprocess): Fix block evaluation
5268 when results are before the block.
5269 (org-export-blocks-preprocess): Improve blank lines handling in
5270 function. Add comments. Remove `org-export-blocks-postblock-hook'
5271 since it's defined nowhere now (and doesn't need to, there's
5272 `org-export-before-parsing-hook' already).
5274 * org-exp-blocks.el: Delete.
5276 * ob-exp.el (org-export-blocks-preprocess):
5277 * ob-ditaa.el (org-ditaa-jar-path): Moved from
5278 "org-export-blocks.el".
5280 * ob-exp.el (org-babel-exp-src-block): Remove unused argument.
5281 (org-babel-exp-non-block-elements): Rewrite function using Org
5284 * org-exp-blocks.el (org-export-blocks-preprocess): Rewrite
5285 function using Org Element.
5287 * org-element.el (org-element-recursive-objects)
5288 (org-element-object-restrictions): Remove `macro' from recursive
5291 * org.el (org-macro-initialize-templates): Small refactoring.
5292 (org-mode): Initialize macros templates.
5293 (org-macro-templates): New variable.
5294 (org-macro-expand, org-macro-replace-all)
5295 (org-macro-initialize-templates): New functions.
5297 * org-element.el (org-element-link-type-is-file): New variable.
5298 (org-element-link-parser): Extract search option and application
5299 in "file"-type links.
5301 * org.el (org-mode): Set back comment-start-skip so comment-dwin
5302 can tell a keyword from a comment.
5304 2013-11-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
5306 * org.el (org-time-stamp): When INACTIVE is non-nil, insert an
5307 inactive timestamp also with double universal argument.
5308 (org-set-regexps-and-options): Don't set font-lock defaults here.
5309 (org-mode): Set font-lock defaults here.
5310 (org-insert-link): Call `org-link-try-special-completion' from the
5313 2013-11-12 Oleh <oleh.krehel@gmail.com>
5315 * org.el (org-open-at-point): The new code is being run in the
5316 same spot as `org-open-link-functions'. In case they failed,
5317 check if link matches "^id:" and if so, load the id interface and
5320 2013-11-12 Rasmus <rasmus@gmx.us> (tiny change)
5322 * ox-latex.el (org-latex--inline-image): The pgf format is
5323 associated to an inline image and treated like tikz files.
5325 2013-11-12 Richard Lawrence <richard.lawrence@berkeley.edu> (tiny change)
5327 * org-agenda.el (org-cmp-ts): Avoid error when trying to
5328 `string-match' against nil.
5330 2013-11-12 Rick Frankel <rick@rickster.com>
5332 * ox-html.el (org-html-doctype): New function.
5333 (org-html-template): Use `org-html-doctype' instead of inline
5335 (org-html-headline): Use the new
5336 `org-html--container' function to set container element.
5337 (org-html--container): Returns appropriate element for headline
5339 (org-html-divs): Extra character in doc string.
5340 (org-babel-execute:sql): Unquote cmdline argument in
5341 format string, dbish requires three separate arguments. Add dbi
5342 to the list of engines with automatically added header separator.
5343 (org-html--build-pre/postamble): Add css class to wrapper div
5344 (defaults to `org-pre/postamble-class'). Move spec building to
5345 separate function (`org-html-format-spec').
5346 (org-html-format-spec): New function.
5347 (org-pre/postamble-class): New variable.
5348 (org-html--timestamp-format): New variable used in the metadata
5349 and the pre/postamble.
5350 (org-html-style-default): Make the preamble and postamble use the
5351 same style. Make all anchors font-size %100. Remove margin from
5352 the content section.
5353 (org-html-container-element): Fix docstring.
5354 (org-html-postamble-format, org-html-preamble-format): Update
5356 (org-html-template): Use `org-html--build-pre/postamble'.
5357 (org-html--build-pre/postamble): New function, combining the
5358 pre/postamble generator. Merge lists of formatters from the
5359 preamble and postamble. Fix bug, using :time-stamp-file instead
5360 of :with-date for auto display of date: this brings usage in-line
5361 with the latex and beamer exporter.
5362 (org-html--build-postamble, org-html--build-postamble): Delete.
5363 (define-backend): Add :html-doctype and :html-container
5365 (org-html-doctype): New option for doctype declaration.
5366 (org-html-container-elemnt): New option for specifying the wrapper
5368 (org-html-divs): Change to alist of three entries each containing
5369 a key ('preamble, 'content, 'postamble), an HTML element type and
5370 an id to allow setting container elements.
5371 (org-html--build-preamble, org-html--build-postamble): Modified to
5372 use `org-html-divs'.
5373 (org-html-template): Modified to use doctype and container-element
5375 (org-export-define-backend): Add css url option.
5376 (org-export-htmlized-org-css-url): Modify docstring and options.
5377 (org-html--build-style): Include css-url if specified.
5379 2013-11-12 Roberto Huelga Díaz <rhuelga@gmail.com> (tiny change)
5381 * org-timer.el (org-timer-set-timer): Use the variable
5382 `org-clock-sound' when calling `org-notify'.
5384 2013-11-12 Ryo TAKAISHI <ryo.takaishi.0@gmail.com>
5386 * org-capture.el (org-capture--expand-keyword-in-embedded-elisp):
5388 (org-capture-expand-embedded-elisp): Use the new function.
5390 * ob-tangle.el (org-babel-tangle-collect-blocks): Change argument
5391 name collid `org-babel-map-src-blocks' variable 'lang'.
5393 * org-protocol.el (org-protocol-convert-query-to-plist): New
5395 (org-protocol-do-capture): Use new function.
5396 (org-protocol-data-separator): Change default separator.
5398 2013-11-12 Rémi Vanicat <vanicat@debian.org> (tiny change)
5400 * org-table.el (orgtbl-format-line): Fix bug when formatting line.
5402 2013-11-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5404 * ox-latex.el (org-latex-listings): Don't quote const value.
5406 * ob-C.el (org-babel-C-var-to-C): Add list support
5407 (org-babel-C-val-to-C-list-type, org-babel-C-val-to-C-type)
5408 (org-babel-C-format-val): New functions.
5409 (org-babel-C-ensure-main-wrap, org-babel-execute:C)
5410 (org-babel-execute:C++, rg-babel-execute:cpp)
5411 (org-babel-C++-compiler, org-babel-C-compiler): Improve docstring.
5413 * org-entities.el (org-entities): Add support for hbar.
5415 2013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change)
5417 * org.el (org-read-date-get-relative): Handle positive and
5418 negative weekday specifications so that they don't return today.
5419 If today is Friday, "fri" should mean next Friday. This changes
5420 the previous behavior, which required you to specify "+2fri" in
5421 order to mean next Friday if today was Friday. If you want to
5422 schedule something for today, you can use ".".
5424 2013-11-12 Samuel Loury <konubinix@gmail.com> (tiny change)
5426 * org.el (org-open-at-point): Open a plain link even if the cursor
5427 is before it, which is consistent with the behavior with respect
5428 to bracket and angle links.
5430 2013-11-12 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
5432 * ob.el (org-babel-expand-noweb-references): Capture current noweb
5433 start and end patterns then use them to set buffer locals in a
5434 (with-temp-buffer ...) form.
5436 2013-11-12 Sebastien Vauban <xxx@public.gmane.org>
5438 * ox-latex.el (org-latex-listings-langs): Update custom variable.
5440 * ob-core.el (org-babel-parse-src-block-match): Fix order of list
5441 of header arguments.
5443 * org-clock.el (org-clock-goto-before-context): New option.
5444 (org-clock-goto): Use the new option.
5445 (org-clocktable-write-default): Insert the summary as a standard
5446 #+CAPTION keyword for the (clock) table.
5448 2013-11-12 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
5450 * org-agenda.el (org-agenda-prefix-format): Small docstring
5453 2013-11-12 Suhail Shergill <suhailshergill@gmail.com> (tiny change)
5455 * ob-core.el (org-babel-temp-file): For remote hosts, modify the
5456 prefix and leave `temporary-file-directory' unchanged.
5458 2013-11-12 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5460 * org.el (org-speed-commands-default): Change default binding for
5461 org-mark-subtree from "." to "@" to be more consistent with "C-c
5464 2013-11-12 Tim Burt <tcburt@rochester.rr.com> (tiny change)
5466 * org-datetree.el (org-datetree-find-year-create): Also match
5467 headlines with tags.
5469 2013-11-12 Toby S. Cubitt <tsc25@cantab.net>
5471 * org.el (org-time-clocksum-format)
5472 (org-time-clocksum-fractional-format): In addition to a single
5473 format string, the clocksum formats can now be plists specifying
5474 separate formats for different time units.
5475 (org-minutes-to-clocksum-string): New function to replace
5476 `org-minutes-to-hh:mm-string', which converts a number of minutes
5477 to a string according to the customization options.
5479 * org-colview.el (org-columns-number-to-string): Use the new
5480 `org-minutes-to-clocksum-string' function to format clocksum
5483 * org-clock.el: Always call new `org-minutes-to-clocksum-string'
5484 function when formatting time durations, instead of calling
5485 `org-minutes-to-hh:mm-string' or passing
5486 `org-time-clocksum-format' directly to format.
5488 2013-11-12 Tokuya Kameshima <kametoku@gmail.com>
5490 * org-mew.el (org-mew-inbox-folder, org-mew-use-id-db)
5491 (org-mew-subject-alist, org-mew-capture-inbox-folders)
5492 (org-mew-capture-guess-alist): New options.
5493 (org-mew-store-link, org-mew-open): Rewrite.
5494 (org-mew-folder-name, org-mew-follow-link)
5495 (org-mew-folder-eixsts-p, org-mew-get-msgnum)
5496 (org-mew-open-by-message-id, org-mew-search, org-mew-capture)
5497 (org-mew-capture-guess-selection-keys): New functions.
5499 2013-11-12 Trevor Murphy <trevor.m.murphy@gmail.com> (tiny change)
5501 * org.el (org-get-compact-tod): Always pad minutes to two places.
5503 2013-11-12 Viktor Rosenfeld <listuser36@gmail.com> (tiny change)
5505 * org.el (org-agenda-prepare-buffers): Add tags defined in
5506 `org-tag-persistent-alist' to `org-tag-alist-for-agenda'.
5508 2013-11-12 Vitalie Spinu <spinuvit@gmail.com>
5510 * ob-tangle.el (org-babel-find-file-noselect-refresh): Call
5511 `find-file-noselect' with 'nowarn argument to surpress
5512 `yes-or-no-p' reversion message.
5514 * ob-core.el (org-babel-where-is-src-block-head): Return
5515 `point-marker' instead of `point'.
5517 2013-11-12 Yann Hodique <yann.hodique@gmail.com>
5519 * org-publish.el (org-publish-org-to-taskjuggler): New function to
5520 publish taskjuggler projects.
5522 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com>
5524 * org-clock.el (org-clock-x11idle-program-name): New option.
5525 (org-x11idle-exists-p, org-x11-idle-seconds): Use it.
5527 2013-11-12 Yoshinari Nomura <nom@quickhack.net>
5529 * ox-html.el (org-html--has-caption-p): New function.
5530 (org-html-link--inline-image, org-html-table): Prepend ordinal
5532 (org-html-link): Make numbered link by counting captioned figures
5535 * ox.el (org-export-dictionary): Add Japanese translations for
5536 figures and tables. Add "Figure %d:" entry in the same manner
5539 2013-11-12 Nicolas Richard <nrichard@ulb.ac.be>
5541 * ob.el (org-babel-edit-distance): When insertion or deletion are
5542 needed, make sure the distance is incremented. In addition, the
5543 now obsolete mmin function was removed.
5545 2013-11-12 Oleh Krehel <wave@mail.ua>
5547 * org-capture.el (org-capture-expand-embedded-elisp): Throw error
5548 if result is not a string and not nil. If the result is nil,
5549 treat it as if it was the empty string.
5551 * org-clock.el (org-clock-notify-once-if-expired): Honor
5554 2013-11-12 Rasmus Pank <rasmus.pank@gmail.com>
5556 * org.el (org-format-latex-header): Remove eucal and amsmath.
5557 (org-latex-default-packages-alist): Remove amstext and add
5560 * ox-latex.el (org-latex-item): Use square as unchecked symbol.
5562 * org.el (org-latex-default-packages-alist): Remove latexsym.
5564 * org-entities.el (org-entities): Add support for ell, imath,
5565 jmath, varphi, varpi, aleph, gimel, beth, dalet, cdots, S (§),
5566 dag, ddag, colon, therefore, because, triangleq, leq, geq,
5567 lessgtr, lesseqgtr, ll, lll, gg, ggg, prec, preceq, preccurlyeq,
5568 succ, succeq, succurlyeq, setminus, nexist(s), mho, check, frown,
5569 diamond. Changes loz, vert, checkmark, smile and tilde.
5571 * ob-C.el: Added C++ to `org-babel-load-languages' automatically
5574 * org-src.el (org-src-lang-modes): Added association between
5575 language C++ and `c++-mode'.
5577 * ox.el (org-export-smart-quotes-alist): Added ("da" "no" "nb"
5579 (org-export-dictionary): Added some entries ("da" "no" "nb" "nn"
5581 (org-export-default-language): Mention other variables affected by
5584 * ox-latex.el (org-latex-babel-language-alist): Added 'nb', 'nn',
5585 and 'no' for Norwegian. Removed 'no-no'.
5586 (org-latex-pdf-process): let `latexmk' be a preconfigured choice
5587 and change the wording of the docstring.
5588 (org-latex-guess-babel-language): Replace AUTO with language if
5589 AUTO is the option of the LaTeX package Babel.
5590 (org-latex-classes): Updated documentation with respect
5591 to `org-latex-guess-babel-language'.
5593 2013-11-12 Дядов Васил Стоянов <vdyadov@elvees.com> (tiny change)
5595 * org-docview.el (org-docview-export): New function to export
5598 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5600 * org-agenda.el (org-agenda-mode):
5601 * org-indent.el (org-indent-mode): Use the `local' arg of
5602 add-hook/remove-hook.
5604 2013-03-08 Bastien Guerry <bzg@gnu.org>
5606 * org-exp.el (org-export-normalize-links): Fix critical bug: do
5607 not rely on `org-context' to guess where to prevent links
5610 2013-02-28 Achim Gratz <Stromeko@Stromeko.DE>
5612 * org.el (org-org-menu): Use correct key "C-u C-c C-x !" to do
5613 org-reload uncompiled in the menu.
5615 2013-02-28 Bastien Guerry <bzg@gnu.org>
5617 * org-indent.el (org-indent-add-properties): Bugfix: prevent
5618 negative value for `added-ind-per-lvl'.
5620 * org.el (org-mode): Add `org-fix-ellipsis-at-bol' to
5621 `isearch-mode-end-hook' so that any isearch fixes the problem with
5622 ellipsis on the first line.
5623 (org-fix-ellipsis-at-bol): New defsubst.
5624 (org-show-context, org-isearch-end): Use it.
5626 * org.el (org-show-context): Remove useless catch.
5627 Make sure the top of the window is a visible headline.
5628 (org-activate-plain-links): Remove unused catch.
5630 * org-macs.el (org-get-alist-option): Return nil, not (nil),
5631 so that `org-show-context' DTRT.
5633 * org.el (org-imenu-get-tree): Fix bug when matching against empty
5636 * org.el (org-overview): Stay on current line.
5637 (org-map-entries): Fix docstring.
5638 (org-at-clock-log-p): Delete.
5639 * org-clock.el (org-at-clock-log-p): Move here.
5641 * org.el (org-tsr-regexp-both): Don't activate dates in links.
5642 (org-activate-dates): Change match boundaries according to the new
5643 value of `org-tsr-regexp-both'.
5645 * org-agenda.el (org-agenda-to-appt): Fix typos.
5647 * org-agenda.el (org-agenda-local-vars): Don't include
5648 `org-agenda-show-window' as it needs to be checked outside of the
5651 * org.el (org-set-tags-command): Fix bug when setting tags for
5652 multiple headlines in an active region.
5654 * org-mobile.el (org-mobile-edit): DTRT when inserting a heading
5655 in an invisible region.
5657 * org.el (org-insert-heading-respect-content): Add docstring.
5658 New `invisible-ok' parameter.
5659 (org-insert-todo-heading-respect-content): Add docstring.
5661 * ob-tangle.el (org-babel-tangle-collect-blocks):
5662 Bugfix: remove code references from blocks.
5664 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
5666 (org-agenda-show-new-time): Fix bug when displaying a temporary
5667 overlay with the scheduled/deadline information.
5669 * org.el (org-fill-paragraph-with-timestamp-nobreak-p): New function.
5670 (org-setup-filling): Use it to prevent breaking a timestamp when
5671 filling a paragraph.
5673 * org-id.el (org-id-get-with-outline-path-completion): Fix docstring.
5675 2013-02-28 Tim Burt <tcburt@rochester.rr.com> (tiny change)
5677 * org-datetree.el (org-datetree-find-year-create):
5678 Match headlines with tags.
5680 2013-02-07 Bastien Guerry <bzg@gnu.org>
5682 * org-agenda.el (org-agenda-get-deadlines)
5683 (org-agenda-get-scheduled): Fix bug: use text properties for the
5684 headline text since we rely on properties to get e.g. the effort.
5686 * org-exp.el (org-export-normalize-links): Don't match links
5689 * org-html.el (org-export-html-preamble-format)
5690 (org-export-html-postamble-format): Mention that
5691 org-export-html-preamble/postamble need to be `t' in order for
5692 these variables to have any effect.
5694 * org-html.el (org-html-handle-links): When the link description
5695 is an image and the attribute is "width", pass the attribute to
5698 * org.el (org-mode): Always honor `org-startup-indented', even
5699 when `org-inhibit-startup' is non-nil.
5701 * org-indent.el (org-indent-mode): Don't check
5702 `org-inhibit-startup'.
5704 * org.el (org-fontify-meta-lines-and-blocks-1): Don't try to add
5705 text properties outside of the buffer.
5707 * org.el (org-agenda-inhibit-startup): Rename from
5708 `org-agenda-inhibit-startup-visibility-cycling'.
5709 (org-agenda-prepare-buffers): Bind `org-inhibit-startup' to
5710 `org-agenda-inhibit-startup'.
5712 * org.el (org-mode): Don't initialize `org-beamer-mode' when
5713 `org-inhibit-startup' is non-nil.
5715 * org-footnote.el (org-footnote-create-definition): Prevent
5716 `electric-indent-mode' from inserting the definition at the wrong
5719 * org-agenda.el (org-agenda-no-heading-message): Delete.
5720 (org-agenda-get-timestamps, org-agenda-get-progress)
5721 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5722 (org-agenda-get-blocks): Don't use
5723 `org-agenda-no-heading-message', skip the entry.
5725 * org.el (org-agenda-inhibit-startup-visibility-cycling):
5727 (org-agenda-prepare-buffers): Use it to speed up the agenda
5730 * org-agenda.el (org-agenda-skip): Fix bug by correctly skipping
5731 commented scheduled/deadline lines.
5733 * org-clock.el (org-clock-in): Fix bug when fetching the effort
5736 * ob-python.el (org-babel-python-command): Fix docstring.
5737 (org-babel-python-initiate-session-by-key): Fix bug: `run-python'
5738 from Emacs >24.1 requires a python command as an argument.
5740 * org-element.el (org-element-at-point): Fix typo in docstring.
5742 * org-agenda.el (org-agenda-get-deadlines): Fix bug: use
5743 `org-agenda-show-inherited-tags'.
5745 * org-agenda.el (org-agenda-skip): Correctly handle commented out
5746 scheduled/deadline lines. Refactor.
5748 * org-install.el: Do not warn users.
5750 * org.el (org-adaptive-fill-function): In message-mode, don't
5751 lines in the message header, nor table lines in the body.
5752 Correctly fill lines starting with `org-outline-regexp' in the
5755 * org-agenda.el (org-agenda-open-link): Fix bug with opening all
5758 2013-02-07 Francesco Pizzolante <fpz-djc/iPCCuDYQheJpep6IedvLeJWuRmrY@public.gmane.org> (tiny change)
5760 * org-clock.el (org-clock-sum): Protect with `org-unmodified'.
5762 * org-macs.el (org-unmodified): Inhibit modification hooks.
5764 2013-02-07 John K. Luebs <jkluebs@luebsphoto.com> (tiny change)
5766 * org.el (org-get-wdays): Handle matching a lead time specified in
5769 2013-02-07 Muchenxuan Tong <demon386@gmail.com> (tiny change)
5771 * org-agenda.el (org-agenda-quit): Delete indirect buffer's window
5772 only when it exists.
5774 2013-02-07 Nicolas Goaziou <n.goaziou@gmail.com>
5776 * org-element.el (org-element-macro-parser): Fix error when last
5777 argument ends with a protected comma.
5779 * org-element.el (org-element-parse-buffer, org-element-map)
5780 (org-element-at-point, org-element-context): Be more verbose in
5781 docstrings. Also fix typos.
5783 * org-list.el (org-list-struct-fix-box): When a checkbox has to be
5784 resetted because of a non-nil ORDERED property value, make sure it
5785 had a checkbox already.
5787 2013-02-07 Tokuya Kameshima <kametoku@gmail.com> (tiny change)
5789 * org-agenda.el (org-search-view): Fix checking
5790 `org-agenda-show-inherited-tags'.
5792 2013-02-07 racin <racin@free.fr> (tiny change)
5794 * org-bibtex.el (org-bibtex-search): Don't throw an error when
5795 `org-bibtex-prefix' is nil.
5797 2013-01-13 Bastien Guerry <bzg@gnu.org>
5799 * org-compat.el (org-condition-case-unless-debug): Delete.
5801 * org-odt.el (org-odt-cleanup-xml-buffers):
5802 Use `condition-case' instead of `org-condition-case-unless-debug',
5803 which is now deleted.
5805 * org-capture.el (org-capture-templates-contexts):
5806 * org-agenda.el (org-agenda-custom-commands-contexts):
5809 * org.el (org-get-tags-at): Remove duplicate inherited tags.
5811 * org-agenda.el (org-agenda-show-inherited-tags): Allow to be set
5812 to 'always or to a list of agenda types.
5813 (org-agenda-finalize): Rework conditions under which inherited
5814 tags should be made available even when not displayed.
5815 (org-search-view, org-agenda-get-todos)
5816 (org-agenda-get-timestamps, org-agenda-get-sexps)
5817 (org-agenda-get-progress, org-agenda-get-scheduled)
5818 (org-agenda-get-blocks): Use new possible values of
5819 `org-agenda-show-inherited-tags'.
5821 * org.el (org-open-at-point): Fix opening all links at point.
5823 * org-agenda.el (org-get-entries-from-diary): Turn off
5824 `diary-file-name-prefix' instead of
5825 `diary-file-name-prefix-function', the former is checked before
5828 * org.el (org-edit-special): Check for table.el before checking
5831 2013-01-13 Michael Albinus <michael.albinus@gmx.de>
5833 * ob-eval.el (org-babel-shell-command-on-region):
5834 Use `executable-find' for local `shell-file-name'.
5836 2013-01-09 Achim Gratz <Stromeko@Stromeko.de>
5838 * org-faces.el: Define face alias mode-line for XEmacs (it's
5839 called modeline there).
5841 * org-compat.el (org-no-popups): New wrapper macro which let-binds
5842 the correct variables to suppress popup windows depending on the
5843 Emacs version in use. This is a compile-time decision when
5846 * org.el (org-get-location, org-switch-to-buffer-other-window):
5847 Use the wrapper `org-no-popups' to let-bind the correct variables
5848 for suppression of popup windows.
5850 * org-compat.el (user-error): Defalias to `error' for Emacsen that
5853 * org-agenda.el (org-agenda-write): Use org-called-interactively-p
5854 instead of called-interactively-p.
5856 * org.el (org-find-invisible-foreground): Do not use the value of
5857 variables `default-frame-alist', `initial-frame-alist' and
5858 `window-system-default-frame-alist' when their symbol is not bound.
5860 2013-01-09 Bastien Guerry <bzg@gnu.org>
5862 * org-src.el (org-edit-src-code): Fix bug when trying to edit a
5865 * org-agenda.el (org-agenda-finalize): Inhibit readonly for the
5868 * org.el (org-entry-get): Speed up by let-binding some variables
5869 only if needed. Also fix a bug: consider an empty drawer as no drawer.
5871 * org-agenda.el (org-search-view, org-agenda-get-todos)
5872 (org-agenda-get-timestamps, org-agenda-get-sexps)
5873 (org-agenda-get-progress, org-agenda-get-deadlines)
5874 (org-agenda-get-scheduled, org-agenda-get-blocks)
5875 (org-agenda-change-all-lines): Get local tags only.
5876 (org-agenda-use-tag-inheritance): New option.
5877 (org-agenda-finalize): When `org-agenda-use-tag-inheritance'
5878 is non-nil, possibly reset tags in the agenda buffer.
5879 (org-agenda-check-type): Enhance docstring.
5881 * org.el (org-use-tag-inheritance): Fix typo in docstring.
5883 * org-agenda.el (org-float): Don't alias `org-float'.
5885 * org.el (org-scan-tags): The skipper already checks for archived
5888 * org.el (org-refresh-properties): Rename from
5889 `org-refresh-effort-properties' and use two new parameters.
5890 (org-agenda-prepare-buffers): Use `org-refresh-properties'.
5891 Also refresh the 'org-appt-warntime text property.
5893 * org-clock.el (org-clock-in): Use the renamed defun.
5895 * org-icalendar.el (org-icalendar-print-entries):
5896 Refresh the 'org-appt-warntime property.
5897 (org-icalendar-print-entries):
5898 * org-agenda.el (org-agenda-get-timestamps)
5899 (org-agenda-get-sexps, org-agenda-get-deadlines)
5900 (org-agenda-get-scheduled): Do not use `org-entry-get' to get the
5901 "APPT_WARNTIME" property value.
5903 * org.el (org-id-link-to-org-use-id): Fix compiler warning.
5905 * org-agenda.el (org-agenda-format-item): Do not use
5906 `org-get-effort' to get the effort text property.
5907 (org-agenda-get-sexps): Use `org-back-to-heading' when setting tags.
5909 * org-clock.el (org-clock-in): Refresh effort properties.
5911 * org.el (org-refresh-effort-properties): New defun.
5912 (org-get-effort): Delete.
5914 (org-property-next-allowed-value): Set the 'org-effort text property.
5915 (org-agenda-prepare-buffers): Refresh effort properties.
5917 * org.el (org-read-date): Let-bind `mouse-autoselect-window' to
5918 nil so that the mouse doesn't jump when the option is set to t globally.
5920 * org-agenda.el (org-agenda-dim-blocked-tasks): Default to nil.
5921 (org-agenda-dim-blocked-tasks): Make interactive and allow an
5922 optional parameter 'invisible to hide blocked tasks instead of
5924 (org-agenda-mode-map): Bind `org-agenda-dim-blocked-tasks' to "#".
5926 * org-agenda.el (org-agenda-finalize): Don't try to align tags
5927 when there are no tags. Only try to draw the habit consistency
5928 graph when there is a habit in the buffer. Only mark clocking
5929 task when there is one.
5931 * org.el (org-adaptive-fill-function): DTRT in `message-mode'.
5933 * org.el (org-get-priority): Save match data even when using
5934 `org-get-priority-function'.
5936 * org-mobile.el (org-mobile-create-index-file):
5937 Possibly normalize `org-todo-keywords'.
5939 * org-mobile.el (org-mobile-push): Use the correct agenda buffer names.
5941 * org.el (org-store-link): Use `org-id-link-to-org-use-id' instead
5942 of the obsolete variable name.
5944 * org.el (org-fontify-meta-lines-and-blocks-1):
5945 Fix bug when fontifying keywords with no value.
5947 * org.el (org-goto-auto-isearch): Enhance docstring.
5948 (org-goto-map): Make a defun, so that the customized value of
5949 org-goto-auto-isearch is correctly initialized.
5950 (org-goto): Initialize the keymap with `org-goto-map'.
5951 (org-get-location): Use *Org Help* as a temporary buffer.
5952 Tell whether auto-isearch is on or off.
5954 * org-exp.el (org-export-as-org): Remove useless argument.
5956 * org-docbook.el (org-export-as-docbook-batch)
5957 (org-export-region-as-docbook, org-export-as-docbook-pdf):
5958 Fix the number of arguments.
5959 (org-export-as-docbook): Remove useless argument.
5961 * org.el (org-speed-commands-default): Use ":" instead of ";" for
5962 `org-set-tags-command', which is consistent with ":" in agenda
5963 view. Use "=" for `org-columns".
5965 * org.el (org-sparse-tree): Fix redundant information in prompt.
5967 * org-exp.el (org-export-string): Fix number of arguments passed
5968 to the org-export-as-* functions.
5970 * org-latex.el (org-export-as-latex): Fix typo in docstring.
5972 * org-list.el (org-cycle-include-plain-lists): Docstring enhancement.
5974 * org.el (org-fontify-meta-lines-and-blocks-1): Fix fontification
5975 bug when fontifying a keyword with no associated value.
5976 (org-cycle-internal-local): Don't run hooks when cycling a plain
5977 list before first headline.
5978 (org-ctrl-c-ctrl-c): Throw a user error when trying to toggle a
5980 (org-indent-line): Fix table formulas indenting.
5982 * org-agenda.el (org-agenda-open-link): Fix bug when no link is
5983 matched. Return a message instead of an error.
5984 (org-agenda-priority): Remove useless parameter and fix showing
5985 priority in agenda buffers.
5987 * org-macs.el (org-with-buffer-modified-unmodified): New macro.
5989 * org.el (org-entry-blocked-p): Use the new macro.
5991 * org-src.el (org-edit-src-exit): Don't comma-escape the content
5992 of a fixed width region.
5994 * org.el (org-blocker-hook): Update the docstring to mention that
5995 functions in this hook should not modify the buffer.
5996 (org-trigger-hook): Small docstring fix.
5997 (org-entry-blocked-p): Use `with-buffer-modified-unmodified'
5998 so that the function never modifies the buffer.
6000 * org-agenda.el (org-agenda-open-link): Allow to open an internal
6001 link by using the new `org-offer-links-in-entry' function.
6003 * org.el (org-offer-links-in-entry): Do not open the link directly
6004 through `org-open-link-from-string', only offer to select a link
6005 and return a cons with the link (as a string) and the end of entry.
6006 (org-open-at-point): Use `org-offer-links-in-entry' correctly.
6008 * org.el (org-cycle-internal-local):
6009 Fix bug: allow headings with leading blank characters.
6011 * org-clock.el (org-clock-persist):
6012 Docstring fix: document the 'history value.
6014 * org.el (org-insert-link): Fix bug when inserting links to
6015 headlines containing the ">" character.
6017 * org-crypt.el (org-at-encrypted-entry-p): Fix search boundary.
6019 * org-compat.el (org-delete-directory): New compatibility function
6020 for Emacs 22, where `delete-directory' does not support recursive
6023 * org-odt.el (org-odt-cleanup-xml-buffers):
6024 Use the new compatibility function.
6026 * org.el (org-table-map-tables): Fix allowed blocks.
6028 * org.el (org-edit-special):
6029 * org-src.el (org-edit-src-code): Fix regression: allow editing
6030 HTML and LaTeX source blocks again.
6032 * org.el (org-nonsticky-props): Add `htmlize-link'.
6033 (org-nonsticky-props): Add `htmlize-link'.
6035 * org.el (org-edit-special):
6036 * org-src.el (org-edit-src-code): Don't edit in verbatim blocks.
6038 * org-table.el (org-table-fedit-lisp-indent)
6039 (orgtbl-self-insert-command): Use `org-delete-backward-char'
6040 instead of `backward-delete-char'.
6042 * org-src.el (org-edit-src-code): Fix another bug about editing
6043 special blocks "example" and "verbatim".
6045 * org.el (org-structure-template-alist): Add verbatim.
6046 (org-edit-special): Fix bug about editing special blocks
6047 "example" and "verbatim".
6049 * org.el (org-delete-backward-char, org-delete-char):
6050 Save match data, `delete-backward-char' and `delete-char' don't.
6052 * org.el (org-enable-table-editor, org-insert-heading)
6053 (org-remove-timestamp-with-keyword, org-self-insert-command):
6054 * org-table.el (org-table-fedit-lisp-indent)
6055 (orgtbl-self-insert-command):
6056 * org-latex.el (org-export-latex-subcontent):
6057 * org-clock.el (org-clocktable-write-default):
6058 * org-ascii.el (org-export-ascii-preprocess):
6059 Use `delete-backward-char' instead of `backward-delete-char'.
6061 * org.el (org-todo): Ignore the comment string when changing the
6062 TODO state of a headline.
6063 (org-edit-special): Fix docstring.
6064 (org-in-src-block-p): Small enhancement.
6066 * org-publish.el (org-publish-org-to): Call `org-export-as-*'
6067 functions with the correct list of arguments.
6069 * org-html.el (org-export-as-html): Delete obsolete arg `hidden'.
6070 (org-export-as-html-and-open, org-export-as-html-batch)
6071 (org-export-region-as-html): Don't use obsolete arg.
6073 * org-ascii.el (org-export-as-ascii): Delete obsolete arg `hidden'.
6074 (org-export-as-ascii-to-buffer): Don't use obsolete arg.
6076 * org.el (org-in-fixed-width-region-p): Save match data.
6077 (org-in-src-block-p): Use case-folding for searching the block
6079 (org-activate-plain-links, org-activate-angle-links)
6080 (org-activate-bracket-links): Prevent link activation in
6083 * org-odt.el (org-odt-cleanup-xml-buffers): Fix Emacs Bug#13197 by
6084 setting the correct buffer before marking it unmodified to
6087 * org.el (org-set-font-lock-defaults): Don't activate links in
6088 source code blocks and fixed-width regions.
6090 * org-agenda.el (org-agenda-finalize): Fix links activation.
6092 * org.el (org-open-at-point): Throw the correct error on
6093 non-links. Use `user-error' instead of `error'.
6095 * org.el (org-in-fixed-width-region-p): Define before use.
6097 * org-src.el (org-in-src-block-p): Declare function.
6099 * org-compat.el: Fix bug: don't use `eval-when-compile' when
6100 aliasing `user-error'.
6102 * org-agenda.el (org-agenda-skip): Only check if point is
6103 inside a code block, not at a code block.
6105 * org.el (org-in-fixed-width-region-p):
6106 Rewrite using org-element.el.
6108 * org.el (org-fill-paragraph): Fill correctly in source code block.
6110 * org.el (org-in-fixed-width-region-p): New function.
6111 (org-edit-special): Fix bug: make sure to DTRT in every
6112 special environment. Also use the new function to check
6113 against fixed-width environment.
6115 * org-src.el (org-edit-src-code): Check if we are in a source code
6116 block with `org-in-src-block-p'. Slightly reformat the docstring.
6118 * org.el (org-in-src-block-p): Return t when point is at the
6119 #+BEGIN_SRC/#+END_SRC lines unless the new optional parameter
6120 'inside is set to t.
6122 * ob-exp.el (obe-marker): Delete useless var.
6124 * org-src.el (org-edit-src-code): Fix bug triggered by the sexp
6125 (copy-marker nil) on Emacs <24.1.
6127 2013-01-09 Dmitry Antipov <dmantipov@yandex.ru>
6129 * org-agenda.el (org-agenda-get-restriction-and-command):
6130 * org-capture.el (org-capture-place-template):
6131 * org-colview.el (org-dblock-write:columnview):
6132 * org-mobile.el (org-mobile-locate-entry):
6133 * org-table.el (org-table-convert-region):
6134 * org.el (org-update-statistics-cookies): Use `point-marker'.
6136 2013-01-09 Eric Schulte <eric.schulte@gmx.com>
6138 * org-exp.el (org-export-string): Pass the dir option on through
6139 to any subsequent export functions.
6141 2013-01-09 Henning Weiss <hdweiss@gmail.com> (tiny change)
6143 * org-mobile.el (org-mobile-sumo-agenda-command): Remove match
6144 description from block agendas when they have a title.
6146 2013-01-09 Jambunathan K <kjambunathan@gmail.com>
6148 * org-odt.el (org-export-as-odt-batch): Init `org-odt-zip-dir'.
6149 Fix Emacs Bug#13254.
6151 * org-odt.el (org-odt-format-org-link): Add check for presence of
6152 description in headline links.
6154 2013-01-09 Michael Gauland <mike_gauland@stanfordalumni.org> (tiny change)
6156 * org-src.el: Create a marker to pass to copy-marker.
6158 2013-01-09 Nicolas Goaziou <n.goaziou@gmail.com>
6160 * org.el (org-setup-filling): Set `auto-fill-inhibit-regexp' to
6161 nil because `org-adaptive-fill-function' already determines which
6162 lines should be filled.
6164 * org.el (org-fill-paragraph): Small refactoring.
6166 * org-element.el (org-element--parse-elements)
6167 (org-element-at-point): Fix parsing of a list in a block in a list.
6169 2013-01-09 Sebastien Vauban <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
6171 * org.el (org-copy-subtree, org-paste-subtree):
6172 Fix whitespace handling when copying/pasting a subtree.
6174 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
6176 * ob.el (org-babel-temp-file): Fix setting of
6177 `temporary-file-directory' on remote hosts.
6179 * ob-eval.el (org-babel-shell-command-on-region):
6180 Use `process-file' instead of `call-process-region'. The latter one
6181 does not work on remote hosts.
6183 2012-12-13 Bastien Guerry <bzg@gnu.org>
6185 * org-latex.el (org-export-latex-links): Escape raw path when
6186 exporting links to files.
6188 * org-src.el (org-src-native-tab-command-maybe): Fix bug: the
6189 S-TAB key should not trigger a native TAB command.
6191 * org.el (org-open-at-point): Allow to open any link within
6192 footnotes definition, not only bracket links.
6194 * org.el (org-sort-entries): Bugfix: keep track of the clock
6195 marker when sorting entries. Enhance the docstring.
6197 * org-clock.el (org-clock-out): Use `user-error' when the user
6198 tries to clock out while there is no running clock.
6200 * org-table.el (org-table-sort-lines): Ensure coordinates are
6201 correctly displayed when sorting.
6203 * org.el (org-do-sort): Enhance prompt.
6205 * org-agenda.el (org-agenda-finalize): Also activate plain links.
6207 * org-timer.el (org-timer-stop): Add message.
6209 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
6210 Fix redundant messages.
6212 * org-agenda.el (org-agenda-finalize): Fix clock highlighting.
6214 * org.el (org-additional-option-like-keywords): Add "INDEX:".
6216 * org-install.el: Enhance warning.
6218 2012-12-13 Erik Hetzner <egh@e6h.org> (tiny change)
6220 * org.el (org-log-into-drawer): Honor the nil value for the
6221 :LOG_INTO_DRAWER: property.
6223 2012-12-13 Le Wang <l26wang@gmail.com> (tiny change)
6225 * org-src.el (org-edit-src-exit): Fix editing source section with
6228 2012-12-13 Le Wang <le.wang@agworld.com.au>
6230 * org-src.el (org-edit-src-code): Use marker with insertion type
6231 t to track end and remove hack requiring delete from beg to (1- end).
6233 2012-12-13 Nicolas Goaziou <n.goaziou@gmail.com>
6235 * org-element.el (org-element-context): When point is between two
6236 objects, be sure to return the second one.
6238 * org-list.el (org-list-separating-blank-lines-number):
6239 When computing number of blank lines separating items, also count those
6240 in unparsed blocks, like example blocks.
6242 * org.el (org-end-of-line): When visual line mode is on, really
6243 move by visual lines. Small refactoring.
6245 * org.el (org-end-of-line): On a hidden block make sure to
6246 delegate motion to `end-of-line' instead of `move-end-of-line' in
6247 order to stay on the current line.
6249 2012-12-13 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
6251 * org-bibtex.el: In the documentation section of the file, fix the
6252 broken URL to Andrew Roberts' document on BibTeX entries.
6254 * org-remember.el (org-remember-handler): Correctly strip the
6255 comment lines in the temporary buffer *Remember* when handling a
6258 * org-remember.el (org-remember-apply-template): Start the
6259 commented lines in the Remember temporary buffer with the
6260 appropriate characters.
6262 2012-12-13 Toby S. Cubitt <tsc25@cantab.net>
6264 * org.el (org-beginning-of-line): Check `visual-line-mode' instead
6265 of `line-visual-mode' to determine whether to move by visual lines.
6267 * org.el (org-kill-line): Use the `org-bound-and-true-p' macro.
6269 2012-12-04 Chong Yidong <cyd@gnu.org>
6271 * org-bibtex.el (org-bibtex-ask): Use visual-line-mode instead of
6274 2012-10-26 Achim Gratz <stromeko@stromeko.de>
6276 * ob-ditaa.el: Needs to (require 'org-compat) for
6277 org-find-library-dir.
6279 * org.el: Remove utf-8 codepoints in docstrings, bytecode doesn't
6280 work when loaded from compressed files.
6282 * org-compat.el: Make sure that file-name-directory is getting a
6283 stringp. This avoids a possible " (wrong-type-argument stringp
6284 nil)" error when the library in question does not exist.
6286 * org-odt.el: Replace arc-mode.el by arc-mode.
6288 * org.el: Replace org-macs.el by org-macs.
6290 * org-install.el: Provide an empty file that prints a warning
6291 about an outdated configuration.
6293 2012-10-26 Bastien Guerry <bzg@gnu.org>
6295 * org-latex.el (org-export-as-latex): Remove obsolete argument
6296 `hidden'. Also fix the docstring: using 'string as the value
6297 for `to-buffer' outputs a string with no LaTeX header.
6298 (org-export-as-latex-batch)
6299 (org-export-as-latex-to-buffer, org-export-region-as-latex)
6300 (org-export-as-pdf): Don't use the obsoleted argument.
6302 * ob-haskell.el (org-export-as-latex): Don't use the obsoleted
6305 * org.el (org-refile): Run within `with-demoted-errors' so that a
6306 corrupted bookmark file does not stop the refile process.
6308 * org-capture.el (org-capture-bookmark-last-stored-position):
6309 Ditto for the capture process.
6311 * org-src.el (org-edit-src-exit): Fix bug when saving an empty
6314 * org-lparse.el (org-lparse): Fix bug by returning the output
6317 * org.el (org-refile-check-position): Throw an error when the
6318 refile target is the current buffer and is not a file.
6319 (org-agenda-file-to-front, org-remove-file): Throw an error
6320 when the current buffer is not a file.
6321 (org-check-agenda-file): Enhance the message.
6322 (org-element-type): Autoload.
6323 (org-element-context, org-element-paragraph-parser):
6324 Don't declare as these two functions are not used in org.el.
6326 * org-lparse.el (browse-url-file-url): Declare.
6328 * org.el (org-refile-check-position): Fix typo in docstring.
6330 * org-clock.el (org-clock-modeline-total): Make obsolete.
6331 (org-clock-mode-line-total): Rename from
6332 `org-clock-modeline-total'.
6333 (org-clock-get-sum-start): Fix references to
6334 `org-clock-modeline-total'.
6336 * org-faces.el (org-agenda-filter-tags)
6337 (org-agenda-filter-category, mode-line): Use the 'mode-line
6338 face instead of the obsolete 'modeline.
6340 * org-odt.el (org-odt-styles-dir): Try more directories.
6341 Don't throw an error, just send a message.
6343 * org-odt.el (org-odt-lib-dir, org-odt-data-dir)
6344 (org-odt-schema-dir-list, org-odt-styles-dir-list): Delete.
6345 (org-export-odt-schema-dir, org-odt-styles-dir): Infer the
6346 correct directories without requiring other variables.
6348 * org-loaddefs.el: New file.
6350 * org.el ("org-loaddefs.el"): Don't throw an error if the file
6352 (org-version): Use org-loaddefs.el instead of org-install.el.
6354 * org.el: Don't dynamically autoload already autoloaded
6356 (org-clock-update-time-maybe): Move to org-clock.el.
6358 * org-exp.el (org-insert-export-options-template):
6359 Remove autoload cookie.
6361 * org-clock.el (org-resolve-clocks, org-clock-in)
6362 (org-clock-out, org-clock-cancel, org-clock-goto)
6363 (org-clock-sum, org-clock-display, org-clock-report)
6364 (org-dblock-write:clocktable): Add autoload cookie.
6365 (org-clock-update-time-maybe): Move from org.el.
6367 * org-beamer.el (org-beamer-sectioning, org-beamer-mode): Ditto.
6369 * org-ascii.el (org-export-ascii-preprocess): Ditto.
6371 * org-archive.el (org-archive-subtree)
6372 (org-archive-to-archive-sibling, org-toggle-archive-tag):
6373 Add autoload cookie.
6375 * org-colview.el (org-columns, org-dblock-write:columnview)
6376 (org-insert-columns-dblock, org-agenda-columns): Ditto.
6378 * org-table.el (org-table-create-with-table.el)
6379 (org-table-create-or-convert-from-region, org-table-create)
6380 (org-table-convert-region, org-table-import)
6381 (org-table-export, org-table-align)
6382 (org-table-justify-field-maybe, org-table-next-field)
6383 (org-table-previous-field, org-table-next-row)
6384 (org-table-copy-down, org-table-field-info)
6385 (org-table-current-dline, org-table-goto-column)
6386 (org-table-insert-column, org-table-delete-column)
6387 (org-table-move-column-right, org-table-move-column-left)
6388 (org-table-move-column, org-table-move-row-down)
6389 (org-table-move-row-up, org-table-move-row)
6390 (org-table-insert-row, org-table-insert-hline)
6391 (org-table-hline-and-move, org-table-kill-row)
6392 (org-table-sort-lines, org-table-cut-region)
6393 (org-table-copy-region, org-table-paste-rectangle)
6394 (org-table-convert, org-table-wrap-region)
6395 (org-table-edit-field, org-table-sum)
6396 (org-table-get-stored-formulas)
6397 (org-table-maybe-eval-formula)
6398 (org-table-rotate-recalc-marks)
6399 (org-table-maybe-recalculate-line, org-table-eval-formula)
6400 (org-table-recalculate, org-table-iterate)
6401 (org-table-edit-formulas)
6402 (org-table-toggle-coordinate-overlays)
6403 (org-table-toggle-formula-debugger, orgtbl-to-generic)
6404 (orgtbl-to-tsv, orgtbl-to-csv, orgtbl-to-latex)
6405 (orgtbl-to-html, orgtbl-to-texinfo, orgtbl-to-orgtbl): Ditto.
6407 * org.el (turn-on-orgtbl): Move here from org-table.el.
6408 (org-clock-persistence-insinuate): Move here from org-clock.el.
6409 (org-update-all-dblocks, org-map-entries)
6410 (org-require-autoloaded-modules, org-forward-element)
6411 (org-backward-element, org-up-element)
6412 (org-element-greater-elements, org-drag-element-backward)
6413 (org-drag-element-forward, org-mark-element)
6414 (org-narrow-to-element, org-transpose-element)
6415 (org-unindent-buffer): Don't autoload.
6417 * org-clock.el (org-clock-get-clocktable): Rename from
6418 `org-get-clocktable'.
6419 (org-clock-persistence-insinuate): Move to org.el.
6421 * org-capture.el: Do no set `generated-autoload-file' locally.
6422 Minor code clean up.
6424 * org-agenda.el (org-agenda-list):
6425 Use `org-clock-get-clocktable'. Do no set
6426 `generated-autoload-file' locally.
6428 * org-table.el (org-table-iterate-buffer-tables):
6430 (turn-on-orgtbl): Move to org.el.
6432 * org-html.el (org-export-htmlize-generate-css): Don't autoload.
6434 * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
6437 * ob-tangle.el (org-babel-tangle-lang-exts): Ditto.
6439 * ob-lob.el (org-babel-lob-ingest): Ditto.
6441 * org-id.el (org-id-copy)
6442 (org-id-get-with-outline-path-completion)
6443 (org-id-get-with-outline-drilling): Ditto.
6445 * org-lparse.el (org-lparse-and-open, org-lparse-batch)
6446 (org-lparse-to-buffer, org-replace-region-by)
6447 (org-lparse-region): Ditto.
6449 * org-mobile.el (org-mobile-create-sumo-agenda): Ditto.
6451 * org.el (org-cycle): Fix misplaced autoload cookie.
6453 * org-agenda.el (org-agenda-get-timestamps): Check if the item
6454 is an habit when formatting it with `org-agenda-format-item'.
6455 (org-agenda-get-blocks): Fix bug: don't assume the item is an
6456 habit when formatting with `org-agenda-format-item'.
6458 * org.el (org-calendar-agenda-action-key): Delete an option.
6459 (org-mode-map): Delete its keybinding.
6460 (org-agenda-action-marker, org-mark-entry-for-agenda-action):
6463 * org-agenda.el (org-agenda-diary-entry): Don't prevent from
6464 being used outside of Org agendas, as it can be used in
6465 calendar buffers too.
6467 2012-10-26 Caio Tiago Oliveira <asrail@gmail.com> (tiny change)
6469 * ob-scala.el (org-babel-scala-wrapper-method): Use a Scala
6470 block enclosing the submitted code.
6472 2012-10-26 Myles English <mylesenglish@gmail.com> (tiny change)
6474 * org-clock.el (org-clock-in): Move the call to
6475 org-clock-in-prepare-hook until the task's properties
6478 2012-10-26 Nicolas Goaziou <n.goaziou@gmail.com>
6480 * org.el (org-auto-fill-function): Make sure `adaptive-fill-mode'
6481 mode is nil when pre-computed `fill-prefix' is the empty string.
6482 Otherwise filling functions from fill.el think it has to be computed
6483 again and overwrite it.
6485 * org.el: Make `org-closest-date' aware of hours repeaters.
6487 * org.el (org-end-of-line): Do not call `end-of-visual-line' when
6488 moving to the end of line. Also improve behavior on elements that
6491 * org.el (org-sparse-tree): Allow to call `org-show-todo-tree'
6494 * org-element.el (org-element--get-next-object-candidates):
6495 Fix parsing of objects of the same type in a single paragraph.
6497 * org-element.el (org-element-sub/superscript-successor):
6498 Fix parsing of sub/superscript at beginning of item.
6499 (org-element-latex-or-entity-successor): Fix parsing of latex
6500 fragments at beginning of item.
6502 * org-agenda.el (org-agenda-later): Fix function when span is
6503 a number and an argument was provided. Also fix typo in docstring.
6505 * org.el (org-read-date-analyze): Fix analyzing for dates like
6508 * org-element.el (org-element-center-block-parser)
6509 (org-element-drawer-parser, org-element-footnote-definition-parser)
6510 (org-element-inlinetask-parser, org-element-plain-list-parser)
6511 (org-element-quote-block-parser, org-element-special-block-parser)
6512 (org-element-babel-call-parser, org-element-clock-parser)
6513 (org-element-comment-parser, org-element-comment-block-parser)
6514 (org-element-example-block-parser, org-element-export-block-parser)
6515 (org-element-fixed-width-parser, org-element-horizontal-rule-parser)
6516 (org-element-keyword-parser, org-element-latex-environment-parser)
6517 (org-element-paragraph-parser, org-element-planning-parser)
6518 (org-element-property-drawer-parser, org-element-src-block-parser)
6519 (org-element-table-parser)
6520 (org-element-verse-block-parserorg-element-dynamic-block-parser):
6521 Make sure element never ends at the end of a blank non-empty line.
6523 * org-element.el (org-element-context)
6524 (org-element--get-next-object-candidates): Fix `org-element-context'.
6525 In particular, the restrictions for an object may be different from
6526 those of its container (i.e. table rows and table cells).
6528 * org-element.el (org-element-example-block-parser)
6529 (org-element-src-block-parser): Store value of example-blocks and
6530 src-blocks unescaped.
6531 (org-element-example-block-interpreter)
6532 (org-element-src-block-interpreter): Escape value again when storing
6535 * org-src.el (org-escape-code-in-string)
6536 (org-unescape-code-in-string, org-escape-code-in-region)
6537 (org-unescape-code-in-region): New functions.
6538 (org-edit-src-code, org-edit-src-exit): Use new functions.
6540 * org.el (org-strip-protective-commas): Remove function.
6542 * org-exp.el (org-export-select-backend-specific-text): Use new
6545 * ob.el (org-babel-parse-src-block-match)
6546 (org-babel-parse-inline-src-block-match, org-babel-insert-result):
6547 Always escape produced blocks, independently on the language of the
6548 block, if any. Use new functions.
6550 * org-element.el (org-element-paragraph-parser): Fix regexp
6553 * org-element.el (org-element-center-block-parser):
6554 (org-element-drawer-parser, org-element-dynamic-block-parser)
6555 (org-element-example-block-parser, org-element-export-block-parser)
6556 (org-element-latex-environment-parser, org-element-paragraph-parser)
6557 (org-element-property-drawer-parser, org-element-src-block-parser)
6558 (org-element-verse-block-parser): Use stricter regexps for boundaries
6561 2012-10-26 Toby S. Cubitt <tsc25@cantab.net>
6563 * org-agenda.el (org-agenda-get-sexps): Reset `extra' to nil at
6564 beginning of re-search-forward loop, otherwise next iteration picks up
6565 `extra' value from previous entry.
6567 2012-09-30 Abdó Roig-Maranges <abdo.roig@gmail.com>
6569 * org-html.el (org-export-html-preprocess)
6570 (org-export-html-format-image):
6571 Use `org-latex-preview-ltxpng-directory'.
6573 * org-odt.el (org-export-odt-do-preprocess-latex-fragments):
6576 * org.el (org-latex-preview-ltxpng-directory): New option.
6577 (org-preview-latex-fragment): Store LaTeX preview images in
6578 `org-latex-preview-ltxpng-directory'.
6580 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
6582 * ob-R.el (org-babel-R-initiate-session): Protect against use of
6583 unbound variable `ess-ask-for-ess-directory´. The default for this
6584 variable is true, so act accordingly if it is found unbound.
6586 * ob-R.el: Remove initialization with `nil´ from
6587 `ess-ask-for-ess-directory´ and `ess-local-process-name´.
6588 Remove second declaration for `ess-local-process-name´.
6590 * org-gnus.el: Add a missing require for gnus-util.
6592 * org-compat.el: Rename utils to make throughout.
6594 * org.el: Move check for outline-mode-keymap after (require
6597 * org-element.el: New file. Do not (require 'org).
6599 * org-agenda.el: Remove duplicate requires.
6601 * org.el (org-mode-map): Add keybindings to
6602 `org-element-transpose' and `org-narrow-to-element'.
6603 (org-metaup): Fall back on `org-element-drag-backward'.
6604 (org-metadown): Fall back on `org-element-drag-forward'.
6605 Also move chunks of declarations and require statements to get rid of
6608 * org-exp-blocks.el (org): Don't require org. Add declarations.
6610 * org-clock.el (org): Don't require org.
6612 * ob-exp.el (org-list-forbidden-blocks): Add declarations.
6614 * ob.el (org-babel-exeext): New defconst to hold extension for
6615 executables or nil if none. Should be ".exe" for both Windows and
6618 * ob-C.el (org-babel-C-execute): Use org-babel-exeext when
6619 constructing the target file name for the compiled executable.
6621 * ob-fortran.el (org-babel-execute:fortran): Add org-babel-exeext
6622 when constructing the target file name for the compiled
6625 * org-version.el: New file.
6627 * org-compat.el (org-check-version): New macro. Check if
6628 org-version.el exists and provide autoloads to that. Otherwise
6629 check if org-fixup.el exists and use it to provide definitions.
6630 Finally if nothing worked, complain about a botched installation
6631 and provide fallback definitions.
6633 * org.el: Use org-check-version.
6635 * org.el: Fix a subtle error resulting in version functions
6636 sometimes not being defined and byte-compiling failing.
6637 Always compile in fallback definitions into org.elc -- org-fixup either
6638 provides re-definitions at compile-time or checks org-version.el
6639 and then the git work tree when run uncompiled. So the fallback
6640 definitions will only come into effect when org-fixup is not
6643 * org.el (org-version): Make org-version more robust, e.g. when
6644 byte-compiling single files with 'make compile-dirty'.
6646 * org.el (org-reload): Revert an undesirable change in org-reload.
6647 Do not prepend org-dir to babel-files, which prevents the files
6648 from being found in load-path.
6650 * org.el (org-version): Add optional parameters 'full and 'message
6651 to optionally return the full version string and echo to message
6652 area in non-interactive calls.
6654 * org.el (org-submit-bug-report): Add optional parameter 'full to
6655 call of (org-version) so that the bug report has all version
6658 * org.el (org-reload): Simplify file-re (orgtbl-*.el files do not
6659 exist anymore). Keep org-*.el at the end of the files list.
6660 Explicitly load org-version.el (since it doesn't provide feature
6661 'org-version) at the very end, but ignore errors when it doesn't
6662 exist. Add parameters 'full and 'message to the call of
6663 (org-version) so that after reload the full version information is
6664 displayed in the message area again.
6666 * org-agenda.el: Replace with-no-warnings with org-no-warnings
6667 (defined in org-macs.el).
6669 * org-bbdb.el: Replace with-no-warnings with org-no-warnings
6670 (defined in org-macs.el).
6672 * org-clock.el: Replace with-no-warnings with org-no-warnings
6673 (defined in org-macs.el).
6675 * org.el: Replace with-no-warnings with org-no-warnings (defined
6678 * org.el: Add with-not-warnings around call of (org-fixup).
6680 * org-compat.el (org-find-library-dir):
6681 Rename org-find-library-name (misleading) and implement with a function
6682 that exists identically in Emacs/XEmacs.
6684 * org-exp-blocks.el: Change calls to org-find-library-dir.
6686 * org.el: change calls to org-find-library-dir. Make require for
6687 noutline fail silently because it is missing from XEmacs.
6689 * org.el (org-version): Use functions instead of global variables
6690 to get the version strings and remove the defvaralias to
6691 org-version. Warn when encountering a mixed installation (org and
6692 org-install.el should be found in the same directory).
6694 * org.el: Add with-no-warning to defvar for two unprefixed global
6695 variables from calendar.el (there's nothing else we can do inside
6696 org until it is fixed in calendar.el).
6698 * org.el: Require find-func and remove declare-function for
6699 find-library-name, otherwise autoloaded org-version doesn't show
6702 * org.el (org-version): Show the full path to org-install.el in
6703 the version string to avoid confusion if multiple installations
6704 exist or a previously loaded org-install.el has already defined a
6705 version string that is now out of date.
6707 * org.el (org-version): Remove determination of version
6708 information, show "N/A" if the information is not provided via
6711 * org.el (org-git-version): Placeholder for recording the Git
6712 version of org during install
6714 * org.el (org-version): Initialize local git-version with
6715 placeholder and fall through using it when org is not installed in
6718 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
6720 * org-html.el: Add hyperlink to http://orgmode.org/ from export
6723 * org-clock.el (org-clock-modify-effort-estimate): Display a
6724 message when no clock is currently active.
6726 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
6728 * org-archive.el (org-archive-subtree): Allow archiving to a
6731 * org.el (org-archive-location): Ditto.
6733 2012-09-30 Bastien Guerry <bzg@gnu.org>
6735 * ob-io.el: New file.
6737 * ob-scala.el: New file.
6739 * org.el (org-url-hexify-p, org-doi-server-url)
6740 (org-latex-preview-ltxpng-directory, org-custom-properties)
6741 (org-sparse-tree-default-date-type): Add :version "24.3".
6743 * org-agenda.el (org-agenda-sticky)
6744 (org-agenda-custom-commands-contexts): Ditto.
6746 * org-capture.el (org-capture-bookmark)
6747 (org-capture-templates-contexts) (org-capture-use-agenda-date):
6750 * org-latex.el (org-export-latex-hyperref-options-format)
6751 (org-export-latex-link-with-unknown-path-format): Ditto.
6753 * org-id.el (org-id-link-to-org-use-id): Ditto.
6755 * org-datetree.el (org-datetree-add-timestamp): Ditto.
6757 * org.el (org-make-link-description-function): Enhance docstring.
6758 (org-insert-link): Fall back on interactive prompt when
6759 `org-make-link-description-function' fails.
6761 * org-agenda.el (org-todo-list): Fix redoing of todo agenda when
6762 `org-agenda-sticky' is non-nil.
6764 * org-agenda.el (org-agenda-quit): Delete last indirect buffer.
6765 (org-agenda-pre-follow-window-conf): New variable.
6766 (org-agenda-tree-to-indirect-buffer): Fix bug: don't split agenda
6767 window when there an indirect buffer is already displayed.
6769 * org-agenda.el (org-agenda-manipulate-query)
6770 (org-agenda-goto-date, org-agenda-goto-today)
6771 (org-agenda-find-same-or-today-or-agenda, )
6772 (org-agenda-later, org-agenda-change-time-span)
6773 (org-agenda-change-all-lines)
6774 (org-agenda-execute-calendar-command)
6775 (org-agenda-goto-calendar, org-agenda-convert-date): Make sure to
6776 get a property from (1- (point-max)), not (point-max)).
6778 * ob-dot.el (org-babel-execute:dot): Throw an error when there is
6781 * org-table.el (org-table-eval-formula): Convert time-stamps to
6782 inactive time-stamp so that Calc can handle them correctly.
6784 * org-table.el (org-table-fix-formulas): Warn with a message when
6785 formulas have been updated.
6787 * org-publish.el (org-publish-cache-ctime-of-src): Delete the
6788 base-dir argument and use (file-name-directory file) to get the
6790 (org-publish-update-timestamp)
6791 (org-publish-cache-file-needs-publishing):
6792 Call `org-publish-cache-ctime-of-src' with only one argument.
6794 * org.el (org-follow-timestamp-link): Fix bug when using sticky
6795 agenda. Add a docstring.
6797 * org-agenda.el (org-agenda-sticky): Don't use a function to set.
6798 Add a :version string.
6800 * org.el (org-priority): Use a new argument to show priority
6801 instead of setting it.
6802 (org-show-priority): New function to show priority both in normal
6803 Org buffers and in Org Agenda buffers.
6804 (org-speed-commands-default): Use "," as a speed command for
6807 * org-agenda.el (org-agenda-mode-map): Bind `org-agenda-priority'
6808 to `C-c ,' as it was before.
6809 (org-agenda-show-priority): Delete.
6810 (org-agenda-priority): Use a new argument to show priority instead
6813 * org.el (org-font-lock-hook, org-set-font-lock-defaults): Add a
6815 (org-display-inline-remove-overlay): Rename from
6816 `org-display-inline-modification-hook'.
6817 (org-speed-command-activate): Rename from
6818 `org-speed-command-default-hook'.
6819 (org-babel-speed-command-hook): Rename from
6820 `org-babel-speed-command-activate'.
6822 * org-agenda.el (org-agenda-update-agenda-type): Rename from
6823 `org-agenda-post-command-hook'.
6824 (org-agenda-mode): Use the new name.
6825 (org-agenda-post-command-hook): Define as obsolete function.
6827 * org-lparse.el (org-lparse): Temporarily activate the hooks
6828 needed for the ODT conversion.
6829 (org-lparse-preprocess-after-blockquote): Rename from
6830 `org-lparse-preprocess-after-blockquote-hook'.
6831 (org-lparse-strip-experimental-blocks-maybe): Rename from
6832 `org-lparse-strip-experimental-blocks-maybe'.
6833 (org-lparse-preprocess-after-blockquote-hook)
6834 (org-lparse-strip-experimental-blocks-maybe-hook): Define as
6837 * ob.el (org-babel-insert-result): Comma-escape results inserted
6838 with ":results org".
6840 * org-src.el (org-edit-src-code, org-edit-src-exit): Fix bug about
6841 saving the source editing window with the default value for
6842 `org-src-window-setup' (i.e. 'reorganize-frame).
6844 * org-src.el (org-src-font-lock-fontify-block): Fix bug: don't
6845 fontify the last character.
6847 * org.el (org-open-at-point): Don't follow timestamp within
6850 * org-capture.el (org-capture-templates): Fix typo in docstring.
6852 * org-agenda.el (org-agenda-skip): Skip information retrieved from
6855 * ob.el (org-babel-common-header-args-w-values)
6856 (org-babel-insert-result): Reintroduce ":results org" but using
6857 "#+BEGIN_SRC org", not "#+BEGIN_ORG".
6859 * ob.el (org-babel-common-header-args-w-values): Remove "org" the
6860 list of predefined values for the ":results" parameter.
6862 * ob.el (org-babel-insert-result): Remove support for ":results
6865 * ob.el (org-babel-common-header-args-w-values)
6866 (org-babel-insert-result): Deprecate ":results wrap" in favor of
6869 * org-crypt.el (org-at-encrypted-entry-p): Fix bug when the check
6870 happens before the first headline.
6872 * org-capture.el (org-at-encrypted-entry-p)
6873 (org-encrypt-entry, org-decrypt-entry): Declare.
6874 (org-capture-set-target-location): Check whether `org-crypt' has
6877 * org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in
6880 * org-capture.el (org-capture-finalize): Maybe re-encrypt the
6881 target headline if it was decrypted.
6882 (org-capture-set-target-location): Maybe decrypt the target
6885 * org-crypt.el (org-at-encrypted-entry-p): New function.
6887 * org.el (org-options-keywords): Add "STYLE:".
6889 * org-agenda.el (org-agenda-ndays): Don't make an alias, as
6890 `org-agenda-span' is defined separately.
6892 * org.el (org-in-subtree-not-table-p): New utility function for
6894 (org-org-menu): Add an item for refiling. Check more contexts
6895 when activating items.
6896 (org-tree-to-indirect-buffer): Use `org-up-heading-safe'.
6898 * org-agenda.el (org-agenda-tree-to-indirect-buffer)
6899 (org-agenda-do-tree-to-indirect-buffer): Use argument `arg'.
6901 * org-capture.el (org-capture-set-target-location): Set a correct
6902 time value when storing a note in a datetree and prompting the
6905 * org-capture.el (org-capture-mode): Fix bug: don't run the mode's
6908 * org-agenda.el (org-agenda-menu-two-column)
6909 (org-finalize-agenda-hook, org-agenda-ndays):
6910 Use `define-obsolete-variable-alias' instead of
6911 `make-obsolete-variable'.
6913 * org.el (org-link-to-org-use-id): Move to org-id.el.
6915 * org-id.el (org-id-link-to-org-use-id): Rename from
6916 `org-link-to-org-use-id'. Use `nil' as the default value.
6917 (org-link-to-org-use-id): Alias and define as obsolete.
6919 * org-agenda.el (org-search-view, org-agenda-get-todos)
6920 (org-agenda-get-timestamps, org-agenda-get-blocks): Use the dotime
6921 parameter of `org-agenda-format-item' so that 'time-up and
6922 'time-down agenda sorting strategies are handled correctly.
6924 * org-capture.el (org-capture-fill-template): Fix checking of
6925 protected template entries.
6927 * org.el (org-cycle-global-at-bob): Fix typo in docstring.
6929 * org.el (org-insert-drawer): Deactivate the mark before trying to
6930 indent the :END: of the drawer.
6932 * org-agenda.el (org-agenda-export-html-style): Default to nil as
6933 any string value will replace the htmlize style.
6935 * org.el (org-cycle-hook): Fix tiny typo in docstring.
6937 * org.el (org-time-string-to-time)
6938 (org-time-string-to-seconds, org-end-of-subtree): Add a dosctring.
6940 * org-freemind.el (org-freemind-write-node): Enhance links
6941 conversion in nodes.
6943 * org-freemind.el (org-freemind-write-node): Convert links in
6946 * org.el (org-link-to-org-use-id, org-directory)
6947 (org-default-notes-file, org-reverse-note-order)
6948 (org-extend-today-until, org-finish-function)
6949 (org-store-link-functions): Use "capture" instead of "remember" in
6950 docstrings. Also use the `org-capture' group when it makes sense.
6952 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Find the
6953 correct agenda buffer. Don't split the agenda window when the
6954 indirect buffer is displayed in another frame.
6956 * org.el (org-mode): Try to set the org-hide face correctly.
6958 * org-exp.el (org-export): Set the mark correctly when exporting a
6961 * org-agenda.el (org-agenda-get-restriction-and-command): Fix the
6962 display of the number of commands for block agendas.
6964 * org-agenda.el (org-agenda-before-write-hook)
6965 (org-agenda-add-entry-text-maxlines): Enhance phrasing.
6966 (org-agenda-finalize-hook, org-agenda-mode-hook): Tell that the
6967 buffer is writable when the hook is called.
6968 (org-agenda-finalize): Allow org-agenda-finalize-hook to modify
6971 * org-agenda.el (org-habit-show-all-today): Only use defvar to
6972 silent the byte-compiler.
6973 (org-agenda-get-scheduled): Check whether some org-habit.el
6974 options have been defined.
6976 * org-capture.el (org-capture-entry): New variable.
6977 (org-capture-string, org-capture): Use it to possibly skip the
6978 interactive prompt for a capture template.
6980 * org.el (org-activate-plain-links): Don't try to check if we are
6981 in a bracket link already.
6983 * org.el (org-read-date-analyze): Fix bug introduced in commit
6984 cc5f9f: adding a time should not prevent relative answers to be
6987 * org-agenda.el (org-agenda-bulk-action): Always read the date
6988 through `org-read-date'. When possible, use the date at point as
6991 * org-agenda.el (org-agenda-bulk-action): Fix bug when
6992 bulk-shifting timestamps.
6994 * org.el (org-version): New constant.
6996 * org-compat.el (org-random): New compatibility function.
6998 * org-id.el (org-id-uuid): Use it.
7000 * org-capture.el (org-capture-use-agenda-date): New option.
7001 (org-capture): Use it.
7003 * org-agenda.el (org-agenda-capture): New command.
7004 (org-agenda-mode-map): Bind it to `k'.
7005 (org-agenda-menu): Add it to the menu.
7007 * org-capture.el (org-capture): Update docstring.
7009 * org-capture.el (org-capture): When called from an agenda buffer,
7010 use the cursor date at the default date.
7012 * org-agenda.el (org-agenda-bulk-action): Use the let-bound
7013 `entries' instead the variable.
7015 * org-agenda.el (org-agenda-bulk-action): Fix bug: don't remove
7016 persistent marks too early.
7018 * org-agenda.el (org-agenda-bulk-action): Possibly use the day at
7019 point to reset the scheduled or deadline cookie. On date headers,
7020 use it without prompting the user. On an item, use the item's
7021 date as the default prompt for `org-read-date'.
7023 * org.el (org-read-date): Docstring fix.
7025 * org-agenda.el (org-agenda-bulk-action): Reorder possible actions
7028 * org-agenda.el (org-agenda-action, org-agenda-do-action): Delete.
7029 (org-agenda-mode-map): Delete related keys.
7031 * org-agenda.el (org-agenda-menu): Fix a keybinding.
7033 * org-colview.el (org-columns-goto-top-level): Correctly move the
7034 marker `org-columns-top-level-marker'.
7035 (org-agenda-columns): Don't set
7036 `org-agenda-overriding-columns-format' as a buffer variable, as we
7037 only need it dynamically.
7038 (org-agenda-colview-summarize): Fix a bug in returning the match
7041 * org-agenda.el (org-agenda-span-to-ndays): Make the second
7042 argument `starting-day' optional.
7043 (org-agenda-goto-date): Keep parameters of custom agendas.
7045 * org-agenda.el (org-agenda-list): Allow setting the agenda buffer
7046 name through a temporary variable.
7047 (org-agenda-buffer-tmp-name): New variable to temporary store the
7050 * org-agenda.el (org-agenda-goto-date): Fix behavior when using
7053 * org-agenda.el (org-diary): Don't check whether there is an
7054 agenda buffer when trying to compile the prefix format.
7055 (org-compile-prefix-format): Check if there is an agenda buffer.
7056 If not, use the current buffer.
7058 * org-agenda.el (org-agenda-get-day-entries): Set the agenda
7059 buffer inconditionnally.
7061 * ob.el (org-babel-named-src-block-regexp-for-name): Generate a
7062 more general regexp.
7064 * ob.el (org-babel-where-is-src-block-head): Find a src block head
7065 correctly when #+header(s) is before #+name.
7067 * org-agenda.el (org-agenda-finalize-hook)
7068 (org-agenda-finalize, org-agenda-finalize-entries): Rename from
7069 org-finalize-agenda-*.
7070 (org-agenda-run-series, org-agenda-finalize, org-timeline)
7071 (org-agenda-list, org-search-view, org-todo-list)
7072 (org-tags-view, org-diary, org-agenda-finalize-entries)
7073 (org-agenda-change-all-lines): Use the new names.
7075 * org-agenda.el (org-agenda-local-vars):
7076 Remove ̀org-agenda-last-arguments' from the list of local variables.
7077 (org-agenda-mode-map): `g' does the same than `r' in buffers with
7078 only one agenda view, but its behavior differs when there are
7079 several views. In manually appended agendas (with `A'), `g'
7080 displays only the agenda under the point. With multiple agenda
7081 blocks, `g' reinitializes the view by discarding any temporary
7082 changes (e.g. with ̀f' or `w'), while ̀r' keeps those temporary
7083 changes for the agenda view under the point.
7084 (org-agenda-run-series, org-agenda-redo): Implement the above
7086 (org-agenda-mark-header-line): Don't set useless properties.
7087 (org-agenda-list, org-todo-only, org-search-view)
7088 (org-todo-list, org-tags-view, org-agenda-list-stuck-projects)
7089 (org-agenda-manipulate-query, org-agenda-goto-today)
7090 (org-agenda-later, org-agenda-change-time-span): Use text
7091 properties for storing the last command and the last arguments for
7093 (org-unhighlight-once): Delete.
7095 * org-agenda.el (org-agenda-append-agenda): Fit agenda window to
7098 * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
7099 check whether we are in org-agenda-mode.
7101 * org-agenda.el (org-agenda-pre-window-conf): Rename from
7102 `org-pre-agenda-window-conf'.
7103 (org-agenda-local-vars, org-agenda-prepare-window)
7104 (org-agenda-Quit, org-agenda-quit): Use the new name.
7106 * org-agenda.el (org-keys, org-match): New variable, dynamically
7107 scoped in `org-agenda'.
7108 (org-agenda, org-agenda-list, org-search-view, org-todo-list)
7109 (org-tags-view): Use the new variables.
7110 (org-batch-store-agenda-views): Let-bind `match'.
7112 * org-agenda.el (org-search-view, org-todo-list)
7113 (org-tags-view): Do not let `org-agenda-sticky' prevent the use of
7114 these functions programmatically. Also use the sticky agenda
7117 * org-agenda.el (org-agenda): Set `org-agenda-buffer-name'
7118 correctly with sticky agendas and non-custom commands.
7120 * org-agenda.el (org-agenda-fit-window-to-buffer): Rename from
7121 `org-fit-agenda-window'.
7122 (org-agenda-run-series, org-agenda-prepare, org-agenda-list)
7123 (org-search-view, org-todo-list, org-tags-view): Use the new name.
7125 * org-agenda.el (org-agenda-prepare): Let `throw' display an
7128 * org-agenda.el (org-agenda-list): Fix bug: don't throw an error
7129 when called from programs as (org-agenda-list).
7131 * org-agenda.el (org-todo-list): Make arg optional.
7133 * org.el (org-agenda-prepare-buffers): Rename from
7134 `org-prepare-agenda-buffers'.
7135 (org-match-sparse-tree, org-map-entries): Use the new names.
7137 * org-agenda.el (org-agenda-prepare-window): Rename from
7138 `org-prepare-agenda-window'.
7139 (org-agenda-prepare): Rename from `org-prepare-agenda'.
7140 (org-agenda-run-series, org-agenda-prepare, org-timeline)
7141 (org-agenda-list, org-search-view, org-todo-list)
7142 (org-tags-view, org-agenda-list-stuck-projects, org-diary)
7143 (org-agenda-to-appt): Use the new names.
7145 * org-mobile.el (org-mobile-create-index-file): Ditto.
7147 * org-icalendar.el (org-export-icalendar): Ditto.
7149 * org-clock.el (org-dblock-write:clocktable)
7150 (org-dblock-write:clocktable): Ditto.
7152 * org-agenda.el (org-agenda): In sticky agendas, use the current
7153 command's match to set the buffer name. This gives more
7154 information to the user and allows to distinguish various agendas
7155 triggered by the same key.
7156 (org-batch-store-agenda-views): Handle the new sticky agenda
7159 * org-agenda.el (org-agenda)
7160 (org-agenda-get-restriction-and-command): Use `S' as a key for
7161 searching words in TODO-only entries.
7163 * org-agenda.el (org-prepare-agenda): Fit agenda window when
7164 displaying a sticky agenda.
7166 * org-table.el (org-table-number-regexp): Allow the user to set it
7167 to a new regexp, which allows commas as decimal mark. The default
7168 is to not use this setting, but the one before commit 7ff8c1,
7169 which has ben reverted.
7171 * org-agenda.el (org-agenda-overriding-cmd)
7172 (org-agenda-multi-current-cmd)
7173 (org-agenda-multi-overriding-arguments): New variables.
7174 (org-agenda-run-series): `org-agenda-overriding-arguments'
7175 defaults to the last agenda block arguments, so don't use it
7177 (org-agenda-mark-header-line): Add properties needed so that
7178 `org-agenda-overriding-arguments', `org-agenda-current-span' and
7179 `org-agenda-last-arguments' can be set to their correct contextual
7181 (org-agenda-multi-back-to-pos): New variable.
7182 (org-agenda-later): Retrieve `org-agenda-current-span' and
7183 `org-agenda-overriding-arguments' from text properties.
7184 Also handle numeric span.
7185 (org-agenda-later, org-agenda-change-time-span):
7186 Set `org-agenda-overriding-cmd' so that we to take overriding
7187 arguments into account for this command only.
7189 * org-agenda.el (org-agenda-kill, org-agenda-archive-with):
7190 Fix bug when called with a non-nil value of `org-agenda-stick'.
7192 * org-agenda.el (org-agenda-refile): Fix bug when refiling an
7193 entry from a sticky agenda.
7195 * org-agenda.el (org-prepare-agenda-window):
7196 Use `org-pre-agenda-window-conf' if already set.
7197 (org-agenda-Quit): Set `org-pre-agenda-window-conf' to nil when
7199 (org-agenda-quit): Ditto.
7201 * org-capture.el (org-capture-fill-template): Protect the text
7202 used for replacement from being further replaced.
7204 * org.el (org-contextualize-validate-key): Fix the check against a
7207 * org.el (org-contextualize-keys): Rename from
7208 `org-contextualize-agenda-or-capture'. Fix normalization to
7209 handle empty key replacement string.
7210 (org-contextualize-validate-key): Rename from
7211 `org-contexts-validate'. Allow checking against a custom
7214 * org-agenda.el (org-agenda-custom-commands-contexts): Update.
7215 (org-agenda): Use `org-contextualize-keys'.
7217 * org-capture.el (org-capture-templates-contexts): Ditto.
7219 * org.el (org-contextualize-agenda-or-capture):
7222 * org.el (org-contextualize-agenda-or-capture): Handle key
7223 replacement depending on the contexts.
7225 * org-capture.el (org-capture-templates-contexts): Allow to use
7226 the context as a way to replace one capture template by another
7229 * org-agenda.el (org-agenda-custom-commands-contexts): Allow to
7230 use the context as a way to replace one agenda custom command by
7233 * org.el (org-contextualize-agenda-or-capture)
7234 (org-rule-validate): New functions, implement context filtering
7235 for agenda commands and capture templates.
7237 * org-agenda.el (org-agenda-custom-commands-contexts): New option.
7238 (org-agenda): Use it.
7240 * org-capture.el (org-capture-templates-contexts): New option.
7241 (org-capture-select-template): Use it.
7243 * org.el (org-beginning-of-defun, org-end-of-defun): Delete.
7244 (org-mode): Set `beginning-of-defun-function' and
7245 `end-of-defun-function' directly.
7247 * org.el (org-insert-link): Fix bug: include links abbreviations
7250 * org-icalendar.el (org-icalendar-print-entries): Fix bug: when
7251 `org-icalendar-use-plain-timestamp' is nil, scheduled and deadline
7252 items should not be ignored.
7254 * org.el (org-ds-keyword-length, org-make-tags-matcher):
7257 * org-freemind.el (org-freemind-convert-links-from-org): Replace
7258 literally to prevent errors when replacing with string containing
7261 * org-pcomplete.el (org-thing-at-point): Allow to match (and then
7262 complete) a "thing" containing dashes.
7264 * org-table.el (org-table-toggle-coordinate-overlays):
7265 Better message when interactively toggling.
7267 * org-table.el (org-table-number-regexp): Update the docstring to
7268 show an example of a decimal number using the comma as a
7271 * org-agenda.el (org-prepare-agenda): Minor code clean-up.
7272 (org-agenda-filter-by-category): Filtering must be turned off only
7273 when a category filter has been set and this filter is not empty.
7275 * org-agenda.el (org-search-view, org-agenda-get-todos)
7276 (org-agenda-get-timestamps, org-agenda-get-sexps)
7277 (org-agenda-get-progress, org-agenda-get-deadlines)
7278 (org-agenda-get-scheduled, org-agenda-get-blocks):
7279 Use `category-pos' instead of `org-category-pos'.
7281 * ob-fortran.el (org-babel-fortran-transform-list): Rename from
7282 `ob-fortran-transform-list'.
7283 (org-babel-fortran-var-to-fortran): Use the new function's name.
7285 * ob-calc.el (org-babel-calc-maybe-resolve-var): Rename from
7286 `ob-calc-maybe-resolve-var'.
7287 (org-babel-execute:calc): Use the new function's name.
7289 * org-jsinfo.el (org-infojs-template): Add a license.
7290 (org-infojs-handle-options): Replace all template elements.
7292 * org-html.el (org-export-html-scripts): Add a license.
7293 (org-export-html-mathjax-config): Replace all template elements.
7294 (org-export-html-mathjax-template): Add a license.
7295 (org-export-as-html): Minor code clean-up.
7297 * org.el (org-options-keywords): Add "#+MATHJAX" and
7298 "#+INFOJS_OPT" to the list of keywords for completion.
7300 * org.el (org-src-prevent-auto-filling): Remove unused and useless
7303 * org.el (org-element-at-point): Autoload.
7304 (org-element-up): Remove useless declaration.
7305 (org-fill-context-prefix, org-fill-paragraph)
7306 (org-mark-element, org-narrow-to-element)
7307 (org-transpose-element, org-unindent-buffer): Do not require
7310 * org.el (org-fill-paragraph): Require org-element.
7312 * org-agenda.el (org-agenda-persistent-marks): Minor docstring
7315 * org.el (org-create-math-formula): Use the compatibility function
7316 `org-region-active-p'.
7318 * org-odt.el (org-export-as-odf): Ditto.
7320 * ob.el (org-babel-demarcate-block): Ditto.
7322 * org.el (org-mark-subtree): Maybe call `org-mark-element'
7324 (org-mark-element): Only mark further elements when called
7327 * org.el (org-mark-element, org-narrow-to-element)
7328 (org-transpose-element): Require org-element.
7330 * org-agenda.el (org-agenda-get-timestamps)
7331 (org-agenda-get-sexps, org-agenda-get-deadlines)
7332 (org-agenda-get-scheduled): Add the 'warntime as a text property,
7333 getting its value from the APPT_WARNTIME property.
7334 (org-agenda-to-appt): Use the 'warntime text property.
7336 * org-capture.el (org-capture-place-table-line): Fix bug.
7338 * org.el (org-activate-plain-links): Don't activate a plain link
7339 when it is part of a bracketed link, unless bracketed links are
7340 not enlisted in `org-activate-links'.
7341 (org-open-at-point): Don't consider the text immediately after a
7342 bracketed link is part of a plain link.
7344 * org.el (org-compute-latex-and-specials-regexp)
7345 (org-paste-subtree, org-sort-entries, org-store-link)
7346 (org-open-at-point, org-file-remote-p, org-add-log-setup)
7347 (org-set-tags-to, org-fast-tag-selection)
7348 (org-diary-sexp-entry): Ditto.
7350 * org-agenda.el (org-agenda-get-blocks, org-cmp-priority)
7351 (org-cmp-effort, org-cmp-todo-state, org-cmp-alpha)
7352 (org-cmp-tag, org-cmp-time): Remove useless (t nil) sexps at the
7353 end of (cond ...) constructs.
7355 * org-mobile.el (org-mobile-create-index-file): Ditto.
7357 * org-lparse.el (org-lparse-format-table-row): Ditto.
7359 * org-list.el (org-sort-list): Ditto.
7361 * org-id.el (org-id-get): Ditto.
7363 * org-html.el (org-export-html-preprocess): Ditto.
7365 * org-exp.el (org-default-export-plist)
7366 (org-table-clean-before-export): Ditto.
7368 * org.el (org-options-keywords): Add "TODO".
7369 (org-make-options-regexp): Make the hashtag mandatory for options
7370 and don't allow whitespaces between the hashtag and the plus sign.
7372 * org.el (org-refresh-category-properties)
7373 (org-find-dblock, org-dblock-start-re, org-dblock-end-re):
7374 Allow lowercase "#+category" and "#+begin:" dynamic blocks.
7376 * org.el (org-context): Use case-folding when trying to match
7377 clocktables and source blocks contexts.
7379 * org-clock.el (org-clock-put-overlay): Put the overlay on the
7380 whole headline, not only on the last character. This fixes a bug
7381 with overlays on headlines ending with a bracketed link.
7383 * org-html.el (org-export-as-html): Make sure we always process a
7386 * org-exp.el (org-export-cleanup-toc-line): Always return a
7389 * org.el (org-fontify-meta-lines-and-blocks-1): Correctly handle
7390 metalines with #+results[...]:.
7392 * org-exp.el (org-export-handle-metalines): Rename from
7393 `org-export-handle-table-metalines'. Now also handle source block
7395 (org-export-res/src-name-cleanup): Delete.
7396 (org-export-preprocess-string): Use `org-export-handle-metalines'.
7397 Don't use `org-export-res/src-name-cleanup' anymore.
7399 * org-html.el (org-format-org-table-html): Don't include the
7400 caption tag for empty captions in HTML export. Keep it in the
7401 DocBook export so that it produces valid DocBook XML.
7403 * org.el (org-read-date-analyze): Allow both "8am Wed" and "Wed
7404 8am" to be parsed correctly with respect to possible values of
7405 `org-read-date-prefer-future'.
7406 (org-read-date-prefer-future): Update docstring to remove the
7407 restriction about inserting only the time. The user can now
7408 insert the time and the day.
7410 * org-icalendar.el (org-icalendar-print-entries): Rename from
7411 `org-print-icalendar-entries'.
7412 (org-icalendar-start-file): Rename from
7413 `org-start-icalendar-file'.
7414 (org-icalendar-finish-file): Rename from
7415 `org-finish-icalendar-file'.
7416 (org-icalendar-ts-to-string): Rename from `org-ical-ts-to-string'.
7417 (org-export-icalendar): Use the correct functions.
7419 * ob-ref.el (org-babel-ref-index-list): Fix bug introduced by
7422 * org.el (org-fill-context-prefix): Require org-element.
7423 (org-timestamp-change): Fix bug by saving excursion when adjusting
7426 * org.el (org-read-date-prefer-future): Fix docstring formatting.
7427 (org-read-date-analyze): Fix the interpretation of
7428 `org-read-date-prefer-future'.
7430 * org-agenda.el (org-agenda-menu-two-column): Rename to
7431 `org-agenda-menu-two-columns'.
7433 * ob.el (org-babel-sha1-hash, org-babel-noweb-p):
7434 Replace `org-labels' by `let*'.
7436 * org-bibtex.el (org-bibtex-headline): Ditto.
7438 * org-compat.el: Delete `org-labels'.
7440 * ob.el (org-babel-get-src-block-info)
7441 (org-babel-check-src-block, org-babel-current-result-hash)
7442 (org-babel-parse-src-block-match, org-babel-read-link)
7443 (org-babel-insert-result, org-babel-clean-text-properties):
7444 Use ̀org-no-properties' instead of `org-babel-clean-text-properties'.
7445 (org-babel-clean-text-properties): Delete redundant function
7446 `org-babel-clean-text-properties'.
7448 * ob-tangle.el (org-babel-tangle-collect-blocks)
7449 (org-babel-tangle-comment-links): Ditto.
7451 * ob-table.el (sbe): Ditto.
7453 * ob-lob.el (org-babel-lob-get-info)
7454 (org-babel-lob-execute): Ditto.
7456 * ob-exp.el (org-babel-exp-non-block-elements): Ditto.
7458 * org-macs.el (org-no-properties): Allow a new parameter
7459 `restricted' to restrict the properties removal to those in
7460 `org-rm-props'. The default is now to remove all properties.
7462 * org-compat.el (org-substring-no-properties): Remove unused
7465 * org-remember.el (org-remember-apply-template): Remove redundant
7466 removal of text properties.
7467 (org-remember-apply-template): Use `org-no-properties'.
7469 * org-capture.el (org-capture-fill-template): Remove redundant
7470 removal of text properties.
7471 (org-capture-fill-template): Use `org-no-properties'.
7473 * org-gnus.el (org-gnus-open, org-gnus-follow-link):
7474 Use `org-no-properties'.
7476 * org-colview.el (org-columns-display-here): Ditto.
7478 * org-table.el (org-table-eval-formula): Ditto.
7480 * org.el (org-entry-properties): Ditto.
7482 * org-icalendar.el (org-print-icalendar-entries): Fix bug about
7483 handling `alarm-time'.
7485 * ob-R.el (org-babel-edit-prep:R): Don't set the session.
7487 * org.el (org-store-log-note): Only skip comments starting with "#
7488 " when storing a note.
7490 * org.el (org-custom-properties): New option.
7491 (org-custom-properties-overlays): New variable.
7492 (org-toggle-custom-properties-visibility): New command to toggle
7493 the visibility of custom properties.
7494 (org-check-before-invisible-edit): Also prevent errors when trying
7495 to edit invisible properties.
7497 * org-datetree.el (org-datetree-add-timestamp): New option.
7498 (org-datetree-insert-line): Use it.
7500 * org.el (org-fill-template): Fix bug when filling template for a
7501 key associated to the nil value.
7503 * org-agenda.el (org-diary): Fix tiny typo.
7505 * org.el (message-in-body-p): Move declaration up to fix compiler
7508 * org.el (org-fill-context-prefix): Fix auto-filling in
7511 * org.el (org-fill-paragraph): Correctly fill paragraph in
7513 (org-indent-line): Correctly indent according to mode when
7514 `orgstruct++-mode' is on.
7515 (orgstruct++-mode): Add `fill-prefix' to the variable temporarily
7516 stored in `org-fb-vars'.
7518 * org.el (org-fill-paragraph): Make a command. Fix bug about
7519 filling message headers and citations.
7521 * org.el (org-redisplay-inline-images): New command.
7522 (org-mode-map): Bind it to C-c C-x C-M-v.
7524 * org-colview.el (org-columns-get-format-and-top-level): Fix bug.
7525 (org-columns-get-format): Fix compiler warning.
7527 * org-feed.el: Add declarations.
7529 * org-agenda.el (org-agenda-get-sexps): Use `org-get-tags-at' to
7530 allow tag inheritance.
7532 * org-capture.el (org-capture): Fix bug introduced by commit
7535 * org-publish.el (org-publish-needed-p)
7536 (org-publish-update-timestamp, org-publish-file)
7537 (org-publish-cache-file-needs-publishing): New argument
7539 (org-publish-cache-ctime-of-src): Use the new argument to make
7540 sure we find the file according to :base-directory.
7542 * org-capture.el (org-capture-string): New command to prompt for
7543 the interactive text interactively. This can also be used in
7544 Elisp programs to use ̀org-capture' with some initial text.
7545 (org-capture-initial): New variable to store the initial text.
7546 (org-capture): Use `org-capture-initial'.
7548 * org.el (org-emph-re): Tiny docstring formatting fix.
7550 * org-compat.el (org-labels): Remove.
7552 * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
7554 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
7556 * org.el (org-emph-re): Tiny formatting fix.
7558 * org.el (orgstruct-setup): Require `org-element'.
7560 * org.el (org-store-link, org-open-at-point): New link type
7563 * org-compat.el (org-flet): Remove alias.
7565 * ob.el (org-babel-edit-distance, org-babel-sha1-hash)
7566 (org-babel-get-rownames, org-babel-insert-result)
7567 (org-babel-merge-params)
7568 (org-babel-expand-noweb-references): Don't use `org-flet'.
7569 Also indent some functions correctly.
7571 * ob.el (org-babel-execute-src-block)
7572 (org-babel-join-splits-near-ch, org-babel-format-result)
7573 (org-babel-examplize-region): Don't use `org-flet'.
7574 (org-babel-tramp-handle-call-process-region): Fix typo.
7576 * ob-awk.el (org-babel-awk-var-to-awk): Don't use `org-flet'.
7578 * ob-sh.el (org-babel-sh-var-to-string): Ditto.
7580 * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string):
7581 Don't use `org-flet'.
7583 * org-pcomplete.el (org-compat): Require.
7585 * ob-tangle.el (org-babel-load-file): Don't use `org-flet'.
7587 * org-bibtex.el (org-bibtex-write): Use let*.
7589 * org-plot.el (org-plot/gnuplot-script): Don't use `org-flet'.
7591 * org-bibtex.el (org-bibtex-headline, org-bibtex-fleshout)
7592 (org-bibtex-read, org-bibtex-write): Don't use `org-flet'.
7594 * org-clock.el (org-clock-cancel): Use `org-looking-back'.
7596 * org-pcomplete.el (org-thing-at-point): Ditto.
7598 * org.el (org-timestamp-change): Ditto.
7600 * org-mouse.el (org-mouse-timestamp-today)
7601 (org-mouse-set-priority, org-mouse-popup-global-menu)
7602 (org-mouse-context-menu): Don't use ̀org-flet'.
7604 * org.el (org-priority): Fix docstring.
7606 * org-publish.el (org-publish-write-cache-file)
7607 (org-publish-initialize-cache)
7608 (org-publish-cache-file-needs-publishing)
7609 (org-publish-cache-get): Small code clean-up.
7611 * org-publish.el (org-publish-cache-ctime-of-src): Simplify.
7613 * org-agenda.el (org-agenda-get-sexps): Add a 'tags property for
7614 agenda entries created from sexps.
7616 * org-capture.el (org-capture-templates): Docstring clean up.
7617 (org-capture-place-entry, org-capture-place-item)
7618 (org-capture-place-plain-text, org-capture-place-table-line):
7619 Ensure to always position the point according to %?.
7621 * org-table.el (org-table-convert-refs-to-rc): Fix bug when
7622 converting remote table references.
7624 * org-agenda.el (org-agenda-switch-to): Run hooks in
7625 ̀org-agenda-after-show-hook'.
7627 * ob-ref.el (org-babel-ref-index-list): Use let* and rename the
7628 variable `length' to `lgth'.
7630 * org-plot.el (org-plot/gnuplot-to-grid-data): Don't use
7633 * org-exp.el (org-export-format-source-code-or-example): Ditto.
7635 * org-exp-blocks.el (org-export-blocks-preprocess): Ditto.
7637 * ob.el (org-babel-view-src-block-info)
7638 (org-babel-execute-src-block, org-babel-edit-distance)
7639 (org-babel-switch-to-session-with-code)
7640 (org-babel-balanced-split, org-babel-insert-result): Ditto.
7642 * ob-ref.el (org-babel-ref-index-list): Ditto.
7644 * ob-python.el (org-babel-python-evaluate-session): Ditto.
7646 * ob-lob.el (org-babel-lob-get-info): Ditto.
7648 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Ditto.
7650 * ob-exp.el (org-babel-exp-do-export): Ditto.
7652 * org-table.el (orgtbl-to-generic): Fix docstring.
7654 * org-clock.el (org-clock-in): Call `org-clock-out' with the new
7655 argument `switch-to-state' set to nil. Fix docstring.
7656 (org-clock-in-last): Prompt for a todo state to switch to when
7657 called with three universal prefix arguments. Don't display a
7658 message when the clock is already running. Update docstring.
7659 (org-clock-out): New argument `switch-to-state'. When this
7660 argument is non-nil, prompt for a state to switch the clocked out
7661 task to, overriding `org-clock-out-switch-to-state'.
7663 * org.el (org-entry-get): Don't use `org-flet'.
7665 * org.el (org-forward-heading-same-level): Rename from
7666 `org-forward-same-level'.
7667 (org-backward-heading-same-level): Rename from
7668 `org-backward-same-level'.
7670 * org.el (org-forward-element): Rename from `org-element-forward'.
7671 (org-backward-element): Rename from `org-element-backward'.
7672 (org-up-element): Rename from `org-element-up'.
7673 (org-down-element): Rename from `org-element-down'.
7674 (org-drag-element-backward): Rename from
7675 `org-element-drag-backward'.
7676 (org-drag-element-forward): Rename from
7677 `org-element-drag-forward'.
7678 (org-mark-element): Rename from `org-element-mark-element'.
7679 (org-transpose-element): Rename from `org-element-transpose'.
7680 (org-unindent-buffer): Rename from `org-element-unindent-buffer'.
7681 (org-mode-map): Update the names of a commands. Remove useless
7684 * org-element.el (org-element-forward, org-element-backward)
7685 (org-element-up, org-element-down)
7686 (org-element-drag-backward, org-element-drag-forward)
7687 (org-element-mark-element, org-narrow-to-element)
7688 (org-element-transpose, org-element-unindent-buffer): Move to
7691 * org.el (org-forward-same-level): Fix typo in docstring.
7693 * org-agenda.el (org-agenda-mode-map):
7694 Bind `org-agenda-show-priority' to `C-c,' instead of `P'.
7695 (org-agenda-next-item, org-agenda-previous-item): New commands to
7696 move by one item down/up in the agenda.
7697 (org-agenda-mode-map): Bind `org-agenda-next-item' and
7698 `org-agenda-previous-item' to `N' and `P' respectively.
7700 * org-rmail.el (org-rmail-store-link, org-rmail-follow-link):
7701 Toggle headers when necessary.
7703 * org-element.el (org-narrow-to-element): Autoload.
7705 * org.el (org-mode-map): Use `M-h' for `org-element-mark-element'.
7706 (org-mark-subtree): Allow a numeric prefix argument to move up
7707 into the hierarchy of headlines.
7709 * org-element.el (org-element-up, org-element-down): Autoload.
7711 * org.el: Declare functions and don't require org-element.
7713 * org-element.el (org-element-at-point, org-element-forward)
7714 (org-element-backward, org-element-drag-backward)
7715 (org-element-drag-forward, org-element-mark-element)
7716 (org-element-transpose, org-element-unindent-buffer): Autoload.
7717 Require 'org and remove all declarations.
7719 * org.el (org-outline-regexp-bol, org-heading-regexp):
7720 Use variables instead of constants.
7722 * org-archive.el (org-datetree-find-date-create): Declare.
7724 * org.el (org-open-at-point): Only set
7725 `clean-buffer-list-kill-buffer-names' when the feature 'midnight
7728 * org-icalendar.el (org-print-icalendar-entries):
7729 Let APPT_WARNTIME take precedence over ̀org-icalendar-alarm-time'.
7731 * org.el (org-special-properties): New special property
7733 (org-entry-properties): Handle the new special property.
7735 * org-colview.el (org-columns): Handle a new special property
7737 (org-agenda-colview-summarize, org-agenda-colview-compute): Ditto.
7739 * org-clock.el (org-clock-sum-today): New function.
7740 (org-clock-sum): New argument PROPNAME to set a custom text
7741 property instead of :org-clock-minutes.
7743 * org-agenda.el (org-agenda-check-type): Throw a more appropriate
7744 error message when no agenda is currently being displayed.
7746 * org.el (org-get-property-block): Find blocks before the first
7748 (org-entry-properties): Minor code cleanup.
7749 (org-entry-get, org-entry-get-with-inheritance): Get property
7750 before the first headline.
7752 * org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
7754 * org.el (org-make-link): Delete.
7755 (org-store-link, org-insert-link)
7756 (org-file-complete-link): Don't use `org-make-link'.
7758 * org-wl.el (org-wl-store-link-folder)
7759 (org-wl-store-link-message): Ditto.
7761 * org-vm.el (org-vm-store-link): Ditto.
7763 * org-rmail.el (org-rmail-store-link): Ditto.
7765 * org-mhe.el (org-mhe-store-link): Ditto.
7767 * org-mew.el (org-mew-store-link): Ditto.
7769 * org-irc.el (org-irc-erc-store-link): Ditto.
7771 * org-info.el (org-info-store-link): Ditto.
7773 * org-id.el (org-id-store-link): Ditto.
7775 * org-gnus.el (org-gnus-group-link, org-gnus-article-link): Ditto.
7777 * org-eshell.el (org-eshell-store-link): Ditto.
7779 * org-bbdb.el (org-bbdb-store-link): Ditto.
7781 * org.el (org-url-hexify-p): New option. When non-nil (the
7782 default), hexify URLs when creating a link.
7784 * org.el (org-insert-link): Make sure point is at the beginning of
7787 * org.el (clean-buffer-list-kill-buffer-names): Declare.
7788 (org-open-at-point): Allow opening multiple shell links by
7789 creating a new output buffer for each shell process. The new
7790 buffer is added to `clean-buffer-list-kill-buffer-names'.
7792 * org-mobile.el (org-mobile-create-index-file):
7793 Use `org-global-tags-completion-table' instead of
7794 `org-tag-alist-for-agenda' to get the tags for the index file.
7796 * org.el (org-global-tags-completion-table): Fix typo in
7799 * org.el (org-link-to-org-use-id): Use `org-capture' instead of
7800 `org-remember' in the docstring.
7801 (org-link-fontify-links-to-this-file): New function to fontify
7802 links to the current buffer in `org-stored-links'.
7803 (org-store-link): Small code simplification.
7804 (org-link-prettify): Enclose literal links into <...> instead of
7806 (org-insert-link): Use `org-link-fontify-links-to-this-file'.
7807 Also allow completion over links' descriptions, as well as links
7808 destinations. When the user uses the description for completion,
7809 don't prompt again for a description.
7811 * org-capture.el (org-capture-templates): Fix docstring by adding
7812 Gnus to the list of mail clients.
7814 * org.el (org-log-repeat): Enhance docstring.
7816 * org.el (org-mode-map): Don't bind C-<up> and C-<down> to
7817 `org-element-backward/forward' as these functions stops when there
7818 is no element of the same type before/after point. It is useful
7819 to navigate with `forward/backward-paragraph' with no stop in most
7822 * org-capture.el (org-capture-templates): New template %l to
7823 insert the literal link pointing at the current buffer.
7825 * org.el (org-todo-keywords): Ditto.
7827 * org.el (org-fill-paragraph): Falls back on
7828 `message-fill-paragraph' if required in `message-mode'.
7830 * org-pcomplete.el (pcomplete/org-mode/file-option/x): New macro.
7831 (pcomplete/org-mode/file-option/options)
7832 (pcomplete/org-mode/file-option/title)
7833 (pcomplete/org-mode/file-option/author)
7834 (pcomplete/org-mode/file-option/email)
7835 (pcomplete/org-mode/file-option/date): Use the new macro to offer
7836 completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
7839 * org-agenda.el (org-agenda-write): Fix bug when writing agenda to
7840 an external file while `org-agenda-sticky' is non-nil.
7842 * org.el (org-speed-commands-default): New speedy command to
7843 quickly add the :APPT_WARNTIME: property.
7845 * org-agenda.el (org-agenda-to-appt): Use the :APPT_WARNTIME:
7846 property to override `appt-message-warning-time' when adding an
7847 appointment from an entry.
7849 * org.el (org-version): Improve docstring.
7850 (org-self-insert-cluster-for-undo): The default value should be
7851 nil for Emacs >=24.1. See bug#11774.
7853 * org.el (org-fontify-meta-lines-and-blocks-1): Fix previous
7856 * org.el (org-options-keywords): New constant.
7857 (org-additional-option-like-keywords): Remove duplicates with
7858 keywords in the new constant.
7859 (org-additional-option-like-keywords-for-flyspell): Use the new
7861 (org-mode-flyspell-verify): Exclude keywords from the new
7864 * org-pcomplete.el (pcomplete/org-mode/file-option):
7865 Use `org-options-keywords'.
7867 * org.el (org-toggle-heading): Bugfix: use
7868 `org-element-mark-element' instead of `org-mark-list'.
7870 * org-list.el (org-mark-list): Delete.
7872 * org.el: Update a few keybindings.
7874 * org-element.el (org-element-down): Throw an error when the
7875 element has no content.
7877 * org-table.el (orgtbl-radio-table-templates): Add a template for
7879 (orgtbl-to-orgtbl): Complete and align the table created with
7880 orgtbl-to-orgtbl, in case the user use the function for radio
7882 (orgtbl-to-table.el): New function to export a table to another
7883 one using the table.el format.
7884 (orgtbl-to-unicode): New function to export a table using unicode
7887 * org-exp.el (org-export-language-setup): Use "Sommaire" for the
7888 french translation of "Table of contents", to avoid a possible bug
7889 when exporting to ODT.
7891 * org.el (org-additional-option-like-keywords): Add keywords.
7892 (org-additional-option-like-keywords-for-flyspell): New constant
7893 to use with flyspell.
7894 (org-mode-flyspell-verify): Use the dedicated constant and don't
7895 check `org-startup-options'.
7897 * org-agenda.el (org-batch-store-agenda-views): Use the sticky
7898 agenda buffer name, if required.
7899 (org-agenda-write): New parameter `agenda-bufname' to allow
7900 setting the agenda buffer name.
7902 * org.el (org-mode-map): Add keybindings for
7903 `org-element-forward', `org-element-backward', `org-element-up'
7904 and `org-element-down'.
7906 * org.el (org-auto-fill-function): Don't call `do-auto-fill'
7907 within (org-let org-fb-vars ...) as `do-auto-fill' should do the
7908 right thing whether orgstruct++-mode is turned on or off.
7910 * org.el (org-sparse-tree-default-date-type): New option.
7911 (org-ts-type): New variable.
7912 (org-sparse-tree): New argument `type'. Use the new option
7913 `org-sparse-tree-default-date-type' as the default value for
7914 `type'. Fix docstring.
7915 (org-re-timestamp): New function.
7916 (org-check-before-date, org-check-after-date)
7917 (org-check-dates-range): Use `org-ts-type' and `org-re-timestamp'
7918 to tell compute the date regexp.
7920 * org.el (orgstruct++-mode, org-get-local-variables): Also set
7921 `normal-auto-fill-function' when turning on/off orgstruct++-mode.
7923 * org-agenda.el (org-agenda-start-with-log-mode): Add relevant
7924 customization types.
7926 * org-faces.el (org-document-title): Use the normal height.
7928 * org-clock.el (org-x11idle-exists-p): New variable.
7929 (org-user-idle-seconds): Use it.
7931 * org.el (org-mode-map): Rebind `org-insert-all-links' to `C-c
7934 * org.el (org-insert-all-links): New command.
7935 (org-insert-link): `org-keep-stored-link-after-insertion' is now
7936 checked when the link to insert has been defined, regardless on
7937 how it has been defined. Also don't read the description
7938 interactively when the `default-description' parameter was given.
7939 (org-mode-map): Bind `org-insert-all-links' to `C-c C-L'.
7941 * org.el (org-inc-effort): New command to increment the effort
7943 (org-set-effort): Use it.
7944 (org-mode-map): Bind it to `C-c C-x E'.
7945 (org-speed-commands-default): Use `E' as a speed command for it.
7947 * org.el (org-re-property-keyword): New function.
7948 (org-entry-put): Use it to fix a bug with respect to setting the
7949 value of a property when a property line with no value already
7952 * org.el (org-timestamp-change): Adjust clock in other org files
7955 * org-clock.el (org-user-idle-seconds): Simplify.
7957 * org.el (org-mode-map): Bind `org-resolve-clocks' to `C-c C-x
7960 * org.el (org-mode-map): Add keybindings to
7961 `org-element-transpose' and `org-narrow-to-element'.
7962 (org-metaup): Fall back on `org-element-drag-backward'.
7963 (org-metadown): Fall back on `org-element-drag-forward'.
7964 Also move chunks of declarations and require statements to get rid of
7967 * org-exp-blocks.el (org): Don't require org. Add declarations.
7969 * org-clock.el (org): Don't require org.
7971 * ob-exp.el (org-list-forbidden-blocks): Add declarations.
7973 * org.el (org-timestamp-change): Don't use the `position'.
7975 * org.el (org-clock-history, org-clock-adjust-closest):
7977 (org-timestamp-change): Maybe adjust the next or previous clock in
7978 `org-clock-history'.
7979 (org-shiftmetaup, org-shiftmetadown): On clock logs, update the
7980 timestamp at point and adjust the next or previous clock in
7981 `org-clock-history', when possible.
7983 * org-clock.el (org-clock-in): Set the marker for
7984 `org-clock-history' at a safer position.
7986 * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
7989 * org-mobile.el (org-mobile-post-pull-hook): Fix docstring.
7991 * org.el (org-indent-line): Fix indentation of a property line
7992 starting at the beginning of a line.
7994 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
7996 * org-compat.el: Alias `org-condition-case-unless-debug' to
7997 `condition-case-unless-debug' or `condition-case-no-debug'.
7999 * org.el (org-todo-keywords): Ditto.
8001 * org.el (org-use-fast-todo-selection): Reformat docstring.
8003 * org.el (org-flag-drawer): Add a docstring.
8004 (org-mode-map): Bind ̀org-clock-cancel' to "C-cC-xC-q" and
8005 `org-clock-in-last' to "C-cC-xC-x". This fixes a bug in the
8006 previous keybinding for `org-clock-in-last', which would override
8007 the one for `org-clock-in'.
8009 * org-clock.el (org-clock-in-last): Prevent errors when there is
8010 no clocking history.
8011 (org-clock-cancel): Fix bug when checking against a clock log in a
8014 * org.el (org-link-expand-abbrev): Implement "%(my-function)" as a
8015 new specifier. Update the docstring.
8017 * org.el (org-startup-options): Fix docstring formatting.
8019 * org.el (org-use-sub-superscripts): Fix typo in docstring.
8021 * org.el (org-refile): Fix bug: prevent looping when calling
8022 `org-set-tags' internally.
8024 * org.el (org-mode-map): Add `C-c C-x C-I' as a keybinding for
8025 `org-clock-in-last'.
8027 * org-clock.el (org-clock-continuously): New option.
8028 (org-clock-in): Three universal prefix arguments set
8029 `org-clock-continuously' to `t' temporarily.
8030 (org-clock-in-last): Fix call to `org-clock-select-task' and
8031 support continuous clocking.
8032 (org-clock-out-time): New variable.
8033 (org-clock-out): Set `org-clock-out-time' when clocking out.
8034 Small docstring rewriting.
8035 (org-clock-remove-empty-clock-drawer): Fix "invalid search bound"
8036 bug when trying to delete empty logbook drawer.
8037 (org-clock-cancel): If the clock log is gone, send a warning
8038 instead of deleting the region that is supposed to contain it.
8040 * org.el (org-move-line-down, org-move-line-up): Remove.
8041 (org-metaup, org-metadown): When the region is active, move it
8042 up/down by one line, with no regard to the context.
8044 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
8046 * org-compat.el: Alias `org-condition-case-unless-debug' to
8047 `condition-case-unless-debug' or `condition-case-no-debug'.
8049 * org-pcomplete.el (org-thing-at-point): Ignore trailing
8050 whitespaces while looking-back at properties.
8052 * org.el (org-mode): Set `indent-region-function'.
8053 (org-indent-region): New function.
8054 (org-fill-paragraph): When in a src block, use `indent-region' to
8055 indent the whole source code instead of falling back on
8056 `fill-paragraph', as this function messes up the code.
8058 * org-src.el (org-edit-src-code): Fix docstring formatting.
8060 * ob.el (org-babel-do-key-sequence-in-edit-buffer): Ditto.
8062 * org.el (org-mode, org-add-log-setup)
8063 (org-get-property-block, org-entry-put)
8064 (org-property-next-allowed-value, org-return)
8065 (org-indent-line): Rename `org-indent-line-function' to
8068 * org-timer.el (org-timer-item): Ditto.
8070 * org-table.el (org-table-store-formulas): Ditto.
8072 * org-clock.el (org-clock-in, org-clock-find-position): Ditto.
8074 * org-src.el (org-src-font-lock-fontify-block)
8075 (org-src-strip-leading-and-trailing-blank-lines)
8076 (org-src-ask-before-returning-to-edit-buffer)
8077 (org-edit-src-code, org-edit-src-continue)
8078 (org-edit-fixed-width-region)
8079 (org-src-do-key-sequence-at-code-block)
8080 (org-src-font-lock-fontify-block, org-src-fontify-buffer):
8081 Fix typos in docstrings.
8083 * org-docbook.el (org-export-docbook-emphasis-alist): Fix typo:
8084 use "format string" instead of "formatting string".
8086 * org-latex.el (org-export-latex-emphasis-alist)
8087 (org-export-latex-title-command, org-export-latex-tables): Ditto.
8089 * org-html.el (org-export-html-postamble): Ditto.
8091 * org-latex.el (org-export-latex-hyperref-options-format):
8093 (org-export-latex-make-header): Use it.
8095 * ob.el (org-babel-confirm-evaluate): Prevent errors when
8096 `org-current-export-file' is void.
8098 * org-table.el (org-table-export): Use the file name extension to
8099 suggest the right conversion format. Also amend the docstring.
8101 * org.el (org-speed-commands-default): Two new speed commands.
8102 Use `:' for `org-columns' and ̀#' for `org-toggle-comment'.
8104 * org.el (org-time-stamp): With two universal arguments, insert an
8105 active timestamp with the current time without prompting the user.
8107 * org-clock.el (org-clock-in-last): New command.
8109 * org-clock.el (org-clock-in): Fix typo in docstring.
8111 * org-mobile.el (org-mobile-edit): Fix reference to a free
8114 * org.el (org-doi-server-url): Update :group.
8116 * ob-lob.el (org-babel-lob-execute): Fix reference to non-existent
8119 * org.el (org-doi-server-url): New option.
8120 (org-open-at-point): Use it.
8122 * org.el (org-at-comment-p): New function.
8123 (org-toggle-heading): Use `org-at-comment-p' to skip comments.
8125 * org-html.el (org-export-as-html): Add links to the Org mode and
8126 GNU Emacs websites When :html-postamble is set to 't.
8128 * org-export.el (org-export-creator-string): Add links to the Org
8129 mode and GNU Emacs websites.
8131 * org-special-blocks.el
8132 (org-special-blocks-convert-html-special-cookies): Prevent errors
8133 by first checking `org-line' is not nil.
8135 * org-clock.el (org-clock-string-limit)
8136 (org-clock-modeline-total, org-clock-task-overrun-text)
8137 (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
8139 * org.el (org-at-timestamp-p): Set ̀org-ts-what' to 'after when the
8140 point is right after the timestamp. `org-at-timestamp-p' still
8141 returns `t' in this case, as this is more practical.
8142 (org-return): Check against ̀org-ts-what' to verify that point is
8143 really within the timestamp (if any).
8145 * org.el (org-return): Follow time-stamp links when point is an a
8148 * org-capture.el (org-capture-bookmark): New option.
8149 (org-capture-finalize): Use it.
8151 * org-publish.el (org-publish-cache-file-needs-publishing):
8152 Make the column mandatory after #+include:.
8154 * org-exp.el (org-export-handle-include-files): Ditto.
8156 * org-bibtex.el (org-bibtex-entries): Rename from
8157 (org-bibtex-read, org-bibtex-write): Use the new name.
8159 * org-exp.el (org-export-handle-include-files): Allow to use
8160 #+include with no column.
8162 * org-publish.el (org-publish-cache-file-needs-publishing):
8163 Make quotes mandatory around the file name and allow spaces in it.
8165 * org-html.el (org-export-as-html): Add link to Org's and Emacs's
8169 (org-export-latex-link-with-unknown-path-format): New option.
8170 (org-export-latex-links): Use it.
8172 * org-agenda.el (org-agenda-get-timestamps): Remove any active
8173 timestamp from the headline text, not only those for the current
8176 * org.el (org-set-tags): Allow setting tags for headlines in the
8177 region when `org-loop-over-headlines-in-active-region' is non-nil.
8179 * org.el (org-allow-promoting-top-level-subtree): New option to
8180 allow promoting a top-level subtree.
8181 (org-called-with-limited-levels): New variable, dynamically bound
8182 within the `org-with-limited-levels' macro.
8183 (org-promote): Use the new option to allow promoting a top-level
8186 * org-macs.el (org-with-limited-levels): Let-bind
8187 `org-called-interactively-p' to t.
8189 * org.el (org-create-formula-image-with-dvipng)
8190 (org-create-formula-image-with-imagemagick): Make sure a file
8191 exists before trying to delete it.
8193 * org.el (org-scan-tags): Correctly match TODO keywords.
8195 * org-agenda.el (org-agenda-bulk-action): Fix bug: use
8196 `org-agenda-bulk-unmark-all'.
8198 * org.el (orgstruct++-mode): Fix docstring.
8199 (org-fill-paragraph): Use the 'justify parameter when falling back
8200 on `fill-paragraph'.
8202 * org.el (org-indent-line-function): Use `org-let' instead of
8203 `orgstruct++-ignore-org-filling'.
8204 (org-fill-paragraph, org-auto-fill-function): Ditto.
8206 * org-macs.el (orgstruct++-ignore-org-filling): Delete.
8208 * org-table.el (org-table-time-string-to-seconds): Return the
8209 empty string if provided.
8210 (org-table-eval-formula): When assigning a duration string, handle
8211 it correctly -- i.e. don't make any computation on it, except the
8212 one to insert it using the correct duration format.
8214 * org.el (org-indent-line-function): Fix bug.
8216 * org-clock.el (org-frame-title-format-backup): New variable to
8217 store the value of `frame-title-format' before `org-clock' might
8218 replace it by `org-clock-frame-title-format'.
8219 (org-clock-frame-title-format): New option.
8220 (org-frame-title-string): Delete.
8221 (org-clock-update-mode-line): Minor code reformatting.
8222 (org-clock-in, org-clock-out, org-clock-cancel):
8223 Use `org-clock-frame-title-format'.
8225 * org-clock.el (org-clock-get-clock-string): Add a space.
8227 * org-list.el (org-mark-list): Return an error when there is no
8230 * org.el (org-toggle-heading): Allow `C-u C-c *' to mark the list
8231 at point before converting items to headings. With a simple
8232 universal-argument, set `current-prefix-arg' to 1, otherwise keep
8235 * org-agenda.el (org-agenda-view-mode-dispatch): Make the message
8238 * org-agenda.el (org-agenda-mode-map): New keybinding ̀*' to mark
8239 all entries for bulk action.
8240 (org-agenda-menu): New menu item for marking all entries.
8241 (org-agenda-bulk-mark-all): New function to mark all entries.
8242 (org-agenda-bulk-mark-regexp): Minor docstring fix.
8243 (org-agenda-bulk-unmark): With a prefix argument, unmark all.
8244 Also send a better message.
8245 (org-agenda-bulk-remove-all-marks): Rename to
8246 `org-agenda-bulk-unmark-all'. Check against
8247 `org-agenda-bulk-marked-entries' before trying to unmark entries.
8248 Minor docstring fix.
8249 (org-agenda-bulk-unmark-all): Rename from
8250 ̀org-agenda-bulk-remove-all-marks'.
8252 * org-agenda.el (org-agenda-bulk-mark-char): New option.
8253 (org-agenda-bulk-mark): Use the new option.
8255 * org.el (org-src-prevent-auto-filling): New option to prevent
8256 auto-filling in src blocks. This defaults to nil to avoid people
8257 being surprised that no auto-fill occurs in Org buffers where they
8258 use `auto-fill-mode'.
8259 (org-auto-fill-function): Use the new option.
8261 * org.el (org-properties-postprocess-alist): Better customization
8263 (org-set-property): Fix the check against
8264 `org-properties-postprocess-alist'.
8266 * org-macs.el (orgstruct++-ignore-org-filling):
8267 Set `def-edebug-spec' correctly.
8269 * org-colview.el (org-columns-string-to-number): When computing
8270 the values for the colview, match durations and convert them to
8273 * org.el (org-duration-string-to-minutes): Match non-round
8274 numbers. Add a new optional parameter to allow returning the
8277 * org.el (org-auto-fill-fallback-function)
8278 (org-indent-line-fallback-function)
8279 (org-fill-paragraph-fallback-function)
8280 (org-auto-fill-fallback-function)
8281 (org-indent-line-fallback-function)
8282 (org-fill-paragraph-fallback-function): Remove.
8283 (org-fb-vars): New buffer-local variable.
8284 (orgstruct++-mode): Use the fallback variable `org-fb-vars' to
8285 store, use and restore variables if needed.
8286 (org-fill-paragraph): Ignore `orgstruct++-mode' filling variables
8288 (org-auto-fill-function, org-indent-line-function): Ditto.
8290 * org-macs.el (orgstruct++-ignore-org-filling): New macro.
8292 * org-exp-blocks.el: Use `org-find-library-name' instead of
8293 `find-library-name'.
8295 * org-compat.el (org-find-library-name): Convert into a macro to
8296 avoid compilation of a function from XEmacs in Emacs and vice
8299 * org-table.el (org-table-store-formulas): Fix typo.
8300 (org-table-maybe-eval-formula): Fix the regexp to only match
8301 formulas, which never end with the `=' character. If the field
8302 only contain this character, don't eval either.
8304 * org.el (org-set-property): Perform the correct check against
8305 `org-properties-postprocess-alist'.
8307 * org-bbdb.el (org-bbdb-anniversary-format-alist): Update the
8309 (name): Suppress (defvar 'name) as name is not eval'ed when
8310 setting `org-bbdb-anniversary-format-alist'.
8312 * org.el (org-version): When called non-interactively, insert the
8313 short version string, otherwise send a message with the complete
8316 * org-odt.el (org-odt-update-meta-file): Use (org-version) and
8317 delegate checking whether `org-version' is known as a variable
8320 * org-html.el (org-export-as-html): Use (org-version).
8322 * org-docbook.el (org-export-as-docbook): Ditto.
8324 * org-latex.el (org-export-latex-make-header): Ditto.
8326 * org-clock.el (org-clocktable-write-default): Temporarily disable
8327 `delete-active-region' so that we don't accidently delete an
8328 active region when exporting a subtree/region.
8330 * org-clock.el (org-program-exists): Remove.
8331 (org-show-notification, org-clock-play-sound):
8332 Use `executable-find' instead of `org-program-exists'.
8334 * org-agenda.el (org-diary): Prevent failure from
8335 `org-compile-prefix-format' when there is no agenda buffer.
8337 * org-agenda.el (org-agenda-mode): Replace obsolete variable
8338 `buffer-substring-filters'.
8340 * org-indent.el (org-indent-mode): Ditto.
8342 * org-compat.el (org-find-library-name): Silent the byte-compiler
8343 about a warning related to XEmacs support.
8345 * org-special-blocks.el
8346 (org-special-blocks-convert-html-special-cookies): Use `org-line'
8349 * org-html.el (org-html-handle-links, org-export-as-html)
8350 (org-format-org-table-html, org-format-table-table-html)
8351 (org-html-export-list-line): Use `org-line' instead of `line' as
8352 the free variable name.
8354 * org-latex.el (org-export-latex-tables): Let-bind `hfmt'.
8356 * org-faces.el (org-list-dt): New face.
8358 * org.el (org-set-font-lock-defaults): Use `org-list-dt' as the
8359 face for definition terms in definition lists.
8361 * org.el (org-fill-paragraph): Pass the `justify' argument to
8362 `org-fill-paragraph-fallback-function'.
8364 * org.el (org-eval-in-calendar): Fix docstring to mention the
8367 * org.el (org-refresh-category-properties): Let-bind
8368 `inhibit-read-only' to t.
8370 * org.el (org-auto-fill-fallback-function)
8371 (org-indent-line-fallback-function)
8372 (org-fill-paragraph-fallback-function): New variables to store
8373 some fall-back functions when turning `orgstruct++-mode' on.
8374 (orgstruct++-mode): Set the new variables.
8375 (org-indent-line-function, org-fill-paragraph)
8376 (org-auto-fill-function): Use them.
8378 * org.el (org-read-date): Bugfix: call `org-eval-in-calendar' with
8379 the 'keepdate parameter set to t when setting the cursor type.
8381 * org-agenda.el (org-agenda-persistent-marks): New option to keep
8382 marks after a bulk action. The option defaults to nil.
8383 (org-agenda-bulk-action): Use the new option.
8385 * org-capture.el (org-capture-fill-template): Use %\n instead of
8386 %n as a template element to be replaced with the nth prompted
8388 (org-capture-templates): Update docstring.
8390 * org.el (org-goto): Fix docstring and document what C-u does.
8392 * org-publish.el (org-publish-cache-file-needs-publishing):
8393 Use (case-fold-search t) when looking for #+INCLUDE:.
8395 * org.el: Use (case-fold-search t).
8396 (org-edit-special, org-ctrl-c-ctrl-c): Ditto.
8399 (org-table-store-formulas, org-table-get-stored-formulas)
8400 (org-table-fix-formulas, org-table-edit-formulas)
8401 (org-old-auto-fill-inhibit-regexp, orgtbl-ctrl-c-ctrl-c)
8402 (orgtbl-toggle-comment, org-table-get-remote-range): Ditto.
8405 (org-footnote-goto-local-insertion-point): Ditto.
8407 * org-exp.el: Ditto.
8410 (org-dblock-write:columnview, org-dblock-write:columnview): Ditto.
8412 * org-clock.el (org-clocktable-write-default): Ditto.
8414 * org-capture.el (org-capture-place-table-line): Ditto.
8416 * ob.el (org-babel-data-names, org-babel-goto-named-src-block)
8417 (org-babel-src-block-names)
8418 (org-babel-where-is-src-block-result, org-babel-result-end)
8419 (org-babel-where-is-src-block-head)
8420 (org-babel-find-named-result, org-babel-result-names): Ditto.
8422 * org-table.el (orgtbl-send-table): Escape special characters.
8423 Introduce a new parameter :no-escape to prevent escaping.
8425 * org-agenda.el (org-toggle-sticky-agenda): Only shout a message
8426 when called interactively.
8427 (org-agenda-get-restriction-and-command):
8428 Call `org-toggle-sticky-agenda' interactively.
8430 * org-agenda.el (org-agenda-top-category-filter): New variable for
8431 storing the current top-category filter.
8432 (org-agenda-redo): Apply a top-category filter, if any.
8433 (org-agenda-filter-by-top-category)
8434 (org-agenda-filter-top-category-apply):
8435 Set `org-agenda-top-category-filter' to the right value.
8437 * org-clock.el (org-clock-out, org-clock-cancel)
8438 (org-clock-in): Don't modify `frame-title-format' if it is a
8441 * org-latex.el (org-export-latex-special-chars): Fix bug when
8442 escaping special characters in a table.
8444 * org.el (org-read-date): Set cursor-type to nil in the calendar.
8446 * org-faces.el (org-date-selected): Use inverse video.
8447 Don't explicitly set bold to nil as it causes `customize-face' to show
8448 the weight property and thus encourage the user to change it.
8449 Warn in the docstring that using bold might cause problems when
8450 displaying the calendar.
8452 * org-id.el (org-id-update-id-locations): New parameter to silent
8454 (org-id-find): Use the new parameter.
8456 * org.el (org-show-hierarchy-above, org-cycle)
8457 (org-global-cycle, org-files-list, org-store-link)
8458 (org-link-search, org-open-file, org-display-outline-path)
8459 (org-refile-get-location, org-update-all-dblocks)
8460 (org-change-tag-in-region, org-entry-properties)
8461 (org-save-all-org-buffers, org-revert-all-org-buffers)
8462 (org-buffer-list, org-cdlatex-mode)
8463 (org-install-agenda-files-menu, org-end-of-subtree)
8464 (org-speedbar-set-agenda-restriction): Use (derived-mode-p
8465 'org-mode) instead of (eq major-mode 'org-mode).
8467 * org-timer.el (org-timer-set-timer): Ditto.
8469 * org-table.el (orgtbl-mode, org-table-align, orgtbl-mode): Ditto.
8471 * org-src.el (org-edit-src-exit, org-edit-src-code)
8472 (org-edit-fixed-width-region, org-edit-src-exit): Ditto.
8474 * org-remember.el (org-remember-handler): Ditto.
8476 * org-mouse.el (dnd-open-file, org-mouse-insert-item): Ditto.
8478 * org-macs.el (org-get-limited-outline-regexp): Ditto.
8480 * org-lparse.el (org-replace-region-by): Ditto.
8482 * org-latex.el (org-latex-to-pdf-process)
8483 (org-replace-region-by-latex): Ditto.
8485 * org-indent.el (org-indent-indent-buffer): Ditto.
8487 * org-id.el (org-id-store-link, org-id-update-id-locations)
8488 (org-id-store-link): Ditto.
8490 * org-html.el (org-export-html-preprocess)
8491 (org-replace-region-by-html): Ditto.
8493 * org-footnote.el (org-footnote-normalize)
8494 (org-footnote-goto-definition)
8495 (org-footnote-create-definition, org-footnote-normalize): Ditto.
8497 * org-docbook.el (org-replace-region-by-docbook): Ditto.
8499 * org-ctags.el (find-tag): Ditto.
8501 * org-colview.el (org-columns-redo)
8502 (org-columns-display-here, org-columns-edit-value)
8503 (org-columns-redo): Ditto.
8505 * org-capture.el (org-capture-insert-template-here)
8506 (org-capture, org-capture-finalize)
8507 (org-capture-set-target-location)
8508 (org-capture-insert-template-here): Ditto.
8510 * org-ascii.el (org-replace-region-by-ascii): Ditto.
8512 * org-archive.el (org-archive-subtree): Ditto.
8514 * org-agenda.el (org-agenda)
8515 (org-agenda-get-restriction-and-command)
8516 (org-agenda-get-some-entry-text, org-search-view)
8517 (org-tags-view, org-agenda-get-day-entries)
8518 (org-agenda-format-item, org-agenda-goto, org-agenda-kill)
8519 (org-agenda-archive-with, org-agenda-switch-to): Ditto.
8521 * org.el (org-repeat-re)
8522 (org-clone-subtree-with-time-shift, org-auto-repeat-maybe)
8523 (org-deadline, org-schedule, org-matcher-time)
8524 (org-time-stamp, org-read-date, org-read-date-get-relative)
8525 (org-display-custom-time, org-get-wdays)
8526 (org-time-string-to-absolute, org-closest-date)
8527 (org-timestamp-change): Allow to set hourly repeat cookie.
8528 Send an error when an hourly repeat cookie is set and no hour is
8529 specified in the timestamp.
8531 * org-icalendar.el (org-print-icalendar-entries): Handle hourly
8534 * org-clock.el (org-program-exists): Fix docstring.
8536 * org-clock.el (org-clock-file-time-cell-format): New option.
8537 (org-clocktable-write-default): Use it.
8539 * org-faces.el (org-date-selected): New face.
8541 * org.el (org-date-ovl): Use `org-date-selected'.
8543 * org.el (org-mode): Don't use `buffer-face-mode' by default.
8545 * org-agenda.el (org-agenda-mode-map): Bind `^' to
8546 `org-agenda-filter-by-top-category'.
8548 * org-ascii.el (org-export-ascii-underline): Change the default
8549 underlining characters for headlines of level 1 and 2.
8550 Also introduce \. as the underline character for headlines of level 5.
8552 * org-table.el (org-table-recalculate-buffer-tables)
8553 (org-table-iterate-buffer-tables): Add autoload cookie.
8555 * org.el (org-table-map-tables): Exclude tables in src and example
8558 * org.el (org-fill-paragraph): Leave scheduled/deadline lines
8559 untouched when filling an adjacent paragraph.
8561 * org-html.el (org-export-html-preamble-format)
8562 (org-export-html-postamble-format): Improve the docstring.
8564 * org.el (org-todo): Fix regression: rename `state' to
8567 * org-clock.el (org-show-notification): Use `fboundp' instead of
8568 `featurep' and the additional `require'.
8570 * org-clock.el (org-clock-in-prepare-hook): New option to format
8571 the total time cells.
8572 (org-clocktable-write-default): Use the new option.
8574 * org.el (org-open-at-point): Allow to open the agenda from an
8575 active or inactive timestamp in a headline.
8577 * org-html.el (org-export-html-date-format-string): Make a
8580 * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
8582 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
8584 * org-table.el (org-table-expand-lhs-ranges): Allow hline
8585 references to be expanded correctly in LHS of formulas.
8587 * org-beamer.el (org-beamer-inherited-properties): New option.
8588 (org-beamer-after-initial-vars): Use new option to look for
8589 inherited properties.
8591 * org.el (org-ts-regexp0): Allow time stamps without name of day.
8593 * org-agenda.el (org-toggle-sticky-agenda):
8594 (org-agenda-sticky): Improve :set property.
8596 * org-agenda.el (org-agenda-local-vars): Clean up the variable
8598 (org-agenda-get-restriction-and-command): Add a key for toggling
8599 sticky agenda views.
8601 * org-agenda.el (org-agenda-local-vars): Final decisions about
8604 * org-agenda.el (org-agenda-force-single-file): Variable removed.
8605 (org-prepare-agenda-window): Store pre-agenda window config
8607 (org-timeline): Introduce a scoped version of
8608 `org-agenda-show-log'.
8609 (org-agenda-list): Introduce a scoped version of
8610 `org-agenda-show-log'.
8611 (org-agenda-get-progress): Use the scoped version of
8612 `org-agenda-show-log'.
8613 (org-agenda-local-vars): Write the analysis result as a comment -
8614 to be cleaned up in the next iteration.
8616 * org-agenda.el (org-toggle-sticky-agenda): Kill all agenda
8617 buffers when toggling sticky-agendas.
8618 (org-agenda-get-restriction-and-command): Add `C-c a C-k' as a key
8619 to explicitly kill all agenda buffers.
8620 (org-agenda-run-series): Remove any old agenda markers in the
8621 buffer that is going to take the new block agenda.
8622 (org-prepare-agenda): Reset markers before erasing the buffer anc
8623 running `org-agenda-mode', because after that the local variable
8624 `org-agenda-markers' will have gone away.
8626 (org-finalize-agenda): Install the marker resetter into the
8628 (org-agenda-save-markers-for-cut-and-paste): Look for markers in
8630 (org-agenda-kill-all-agenda-buffers): New function.
8632 2012-09-30 Chris Gray <chrismgray@gmail.com>
8634 * org-html.el (org-export-as-html): Remove the check for body-only
8635 in the code for generating tables of contents.
8637 2012-09-30 Christoph Dittmann <github@christoph-d.de> (tiny change)
8639 * org-beamer.el (org-beamer-auto-fragile-frames):
8640 Make [fragile] work with overlay specifications.
8642 2012-09-30 Christophe Junke <christophe.junke@inria.fr> (tiny change)
8644 * org-agenda.el (org-agenda-list): Ensures that the list returned
8645 by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before
8646 checking if the latter is empty.
8648 2012-09-30 Christophe Rhodes <csr21@cantab.net> (tiny change)
8650 * org-latex.el (org-export-latex-tables): Support setting the
8651 :hfmt parameter from #+ATTR_LaTeX.
8653 2012-09-30 Daniel Dehennin <daniel.dehennin@baby-gnu.org> (tiny change)
8655 * org-exp.el (org-export-handle-include-files)
8656 (org-get-file-contents): Handle new parameter :addlevel.
8658 2012-09-30 Dave Abrahams <dave@boostpro.com> (tiny change)
8660 * org.el (org-link-prettify): New function to prettify links while
8661 displaying them with `org-insert-link'.
8662 (org-insert-link): Use the new function.
8664 2012-09-30 David Maus <dmaus@ictsoc.de>
8666 * org-exp.el (org-export-language-setup): Use numeric character
8667 entities for proper rendering of non-UTF8 documents.
8669 * org-exp.el (org-export-language-setup): Add japanese
8672 2012-09-30 Eric Schulte <eric.schulte@gmx.com>
8674 * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
8676 * ob.el (org-babel-insert-result): Replace key sequence with
8677 function call. Use a more informative flag to the local function.
8678 (org-add-protective-commas): Declare a new external function.
8680 * org-src.el (org-add-protective-commas): This should be its own
8682 (org-edit-src-exit): Use the new function.
8684 * org-compat.el (org-labels): Remove.
8686 * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
8688 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
8690 * ob.el (org-babel-string-read): Don't automatically evaluate code
8691 block results which look like elisp.
8692 (org-babel-import-elisp-from-file): Raise a warning message when
8693 the process of reading code block results raises an error.
8695 * ob-tangle.el (org-babel-with-temp-filebuffer): Don't execute
8696 macro argument multiple times.
8698 * org.el (org-compat): Require org-compat before we first use one
8699 of its functions (a macro actually).
8701 * ob-comint.el (org-babel-comint-with-output): Don't name the
8702 filter function, but rather pass through the anonymous lambda
8705 * org.el (org-babel-load-languages): Common lisp should be
8706 mentioned as a supported babel language.
8708 * org-clock.el (org-clock-special-range): "concat 'string" ->
8710 (org-clocktable-shift): "concat 'string" -> "concat"
8712 * org-bibtex.el (org-bibtex-headline): Replacing org-flet with
8715 * ob-calc.el (org-babel-execute:calc): Strip single quotes from
8716 calc internal representations.
8718 * org-clock.el (org-clock-special-range): Replacing cl concatenate
8720 (org-clocktable-shift): Replacing cl concatenate with concat.
8722 * ob.el (org-babel-edit-distance): Remove use of map at runtime.
8724 * org-compat.el (org-flet): Compatibility function now that flet
8725 has been removed from cl-macs.
8726 (org-labels): Compatibility function now that labels has been
8727 removed from cl-macs.
8729 * ob-R.el (org-compat): Require org-compat.
8731 * ob-comint.el: Require org-compat.
8733 * ob-exp.el (org-babel-exp-do-export): Switch to compatibility
8736 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Switch to
8737 compatibility function.
8739 * ob-lob.el (org-babel-lob-get-info): Switch to compatibility
8741 (org-babel-lob-execute): Switch to compatibility function.
8743 * ob-python.el (org-babel-python-evaluate-session): Switch to
8744 compatibility function.
8746 * ob-ref.el (org-babel-ref-index-list): Switch to compatibility
8749 * ob-sh.el (org-babel-sh-var-to-string): Switch to compatibility
8752 * ob-tangle.el (org-babel-load-file): Switch to compatibility
8754 (org-babel-tangle): Switch to compatibility function.
8755 (org-babel-spec-to-string): Switch to compatibility function.
8757 * ob.el (org-babel-view-src-block-info): Switch to compatibility
8759 (org-babel-execute-src-block): Switch to compatibility function.
8760 (org-babel-edit-distance): Switch to compatibility function.
8761 (org-babel-switch-to-session-with-code): Switch to compatibility
8763 (org-babel-sha1-hash): Switch to compatibility function.
8764 (org-babel-balanced-split): Switch to compatibility function.
8765 (org-babel-join-splits-near-ch): Switch to compatibility function.
8766 (org-babel-get-rownames): Switch to compatibility function.
8767 (org-babel-format-result): Switch to compatibility function.
8768 (org-babel-insert-result): Switch to compatibility function.
8769 (org-babel-examplize-region): Switch to compatibility function.
8770 (org-babel-merge-params): Switch to compatibility function.
8771 (org-babel-noweb-p): Switch to compatibility function.
8772 (org-babel-expand-noweb-references): Switch to compatibility
8775 * org-bibtex.el (org-bibtex-headline): Switch to compatibility
8777 (org-bibtex-fleshout): Switch to compatibility function.
8778 (org-bibtex-read): Switch to compatibility function.
8779 (org-bibtex-write): Switch to compatibility function.
8781 * org-exp-blocks.el (org-export-blocks-preprocess): Switch to
8782 compatibility function.
8784 * org-exp.el (org-export-format-source-code-or-example): Switch to
8785 compatibility function.
8787 * org-macs.el (org-called-interactively-p): Indentation fix.
8789 * org-mouse.el (org-mouse-timestamp-today): Switch to
8790 compatibility function.
8791 (org-mouse-set-priority): Switch to compatibility function.
8792 (org-mouse-popup-global-menu): Switch to compatibility function.
8793 (org-mouse-context-menu): Switch to compatibility function.
8795 * org-plot.el (org-plot/gnuplot-to-grid-data): Switch to
8796 compatibility function.
8797 (org-plot/gnuplot-script): Switch to compatibility function.
8799 * org.el (org-entry-get): Switch to compatibility function.
8800 (org-fill-paragraph): Switch to compatibility function.
8801 (org-auto-fill-function): Switch to compatibility function.
8803 * ob-lob.el (org-babel-lob-execute): Only try to insert extant
8806 * ob-R.el (org-babel-R-command): From a defvar to a defcustom.
8808 * ob.el (org-babel-set-current-result-hash): Change the hash of
8809 the results for the current code block.
8810 (org-babel-current-result-hash): Fix documentation.
8812 * ob-lob.el (org-babel-lob-execute): Don't re-execute the called
8813 function if the current call line hash matches that in its
8816 * ob-R.el (org-babel-R-assign-elisp): Can't assume every entry in
8817 a table is a sequence.
8819 * ob-R.el (org-babel-R-assign-elisp): Clean up the code
8820 implementing reads of irregular data into R.
8822 * ob.el (org-babel-header-arg-expand): In new buffers
8823 (char-before) may return nil so use equal rather than =.
8825 * ob-R.el (org-babel-header-args:R): Adding values.
8827 * ob-clojure.el (org-babel-header-args:clojure): Adding values.
8829 * ob-lisp.el (org-babel-header-args:lisp): Adding values.
8831 * ob-sql.el (org-babel-header-args:sql): Adding values.
8833 * ob-sqlite.el (org-babel-header-args:sqlite): Adding values.
8835 * ob.el (org-babel-combine-header-arg-lists): Combine lists of
8836 arguments and values.
8837 (org-babel-insert-header-arg): Use new combined header argument
8839 (org-babel-header-arg-expand): Add support for completing-read
8840 insertion of header arguments after ":"
8841 (org-babel-enter-header-arg-w-completion): Completing read
8842 insertion of header arguments
8843 (org-tab-first-hook): Adding header argument completion.
8844 (org-babel-params-from-properties): Combining header argument
8847 * ob-exp.el (org-babel-exp-results): Ensure noweb expanded body is
8850 * ob.el (org-babel-result-to-file): New optional description
8852 (org-babel-insert-result): Move description logic to another
8855 * ob.el (org-babel-insert-result): Change name of filelinkdescr to
8857 (org-babel-common-header-args-w-values): Change name of
8858 filelinkdescr to file-desc.
8860 * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled C
8863 * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
8866 * ob.el (org-babel-parse-src-block-match): Make use of the new
8867 language argument to org-babel-strip-protective-commas.
8868 (org-babel-parse-inline-src-block-match): Make use of the new
8869 language argument to org-babel-strip-protective-commas.
8870 (org-babel-strip-protective-commas): Now accepts a language
8873 2012-09-30 Fabrice Niessen <fniessen-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org> (tiny change)
8875 * org-agenda.el (org-agenda-write-buffer-name): Remove the test
8876 for the presence of <style> tag.
8878 2012-09-30 Feng Shu <tumashu@gmail.com>
8880 * org.el (org-create-formula-image-with-imagemagick):
8881 Use 'call-process to launch latex so that no shell output buffer will
8882 be shown when previewing formulas.
8884 * org.el (org-create-formula-image-with-imagemagick): Fix typo.
8886 * org.el (org-latex-create-formula-image-program): New option to
8887 use either dvipng or imagemagick to convert and preview LaTeX
8889 (org-preview-latex-fragment, org-format-latex): Handle the new
8891 (org-create-formula-image-with-dvipng): Rename from
8892 `org-create-formula-image'.
8893 (org-create-formula-image-with-imagemagick): New defun to handle
8894 LaTeX preview with imagemagick.
8895 (org-latex-color, org-latex-color-format): New defuns to handle
8898 * org-latex.el (org-latex-to-pdf-process, org-export-as-pdf):
8899 Allow to use imagemagick to convert LaTeX fragments.
8901 * org-html.el (org-export-html-preprocess): Ditto.
8903 * org-exp.el (org-export-with-LaTeX-fragments): Ditto.
8905 2012-09-30 George Kettleborough <g.kettleborough@member.fsf.org>
8907 * org-clock.el: New option `org-clock-clocked-in-display' to
8908 control whether the current clock is displayed in the mode line
8911 * org-timer.el: New option `org-timer-display' to control whether
8912 the current timer is displayed in the mode line and/or frame
8915 2012-09-30 Hans-Peter Deifel <hpdeifel@gmx.de> (tiny change)
8917 * ob.el (org-babel-execute-src-block): Allow the :dir header
8918 argument to take relative file names.
8920 2012-09-30 Harri Kiiskinen <harri@pp-kaitue.(none)> (tiny change)
8922 * org-protocol.el: New option.
8923 (org-protocol-store-link, org-protocol-do-capture): Use it.
8925 2012-09-30 Henning Weiss <hdweiss@gmail.com>
8927 * org-mobile.el (org-mobile-edit): Add handling of addheading,
8928 refile, archive, archive-sibling and delete edit nodes.
8929 (org-mobile-locate-entry): Olp links containing only a file are
8930 now be located correctly.
8931 (org-mobile-apply): Instead of finding the location of all target
8932 headings for edit nodes in a separate loop, they will be found
8933 immediately before applying edits.
8935 * org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter
8938 2012-09-30 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
8940 * org.el (org-parse-time-string): Allow strings supported by
8941 tags/properties matcher (eg <now>, <yesterday>, <-7d>) if the time
8942 starts with < and ends with >. This means that e.g. in the
8943 clocktable parameters you can specify :tstart "<-1w>" :tend
8946 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
8948 * org-colview.el (org-columns): New argument `columns-fmt-string'.
8950 * org-colview.el (org-columns-get-format-end-top-level):
8951 Split into `org-columns-get-format' and `org-columns-goto-top-level'.
8953 * org-colview.el (org-dblock-write:columnview): Add a new
8954 parameter :format which specifies the column view format for the
8955 output of the columnview dynamic block.
8957 2012-09-30 Jambunathan K <kjambunathan@gmail.com>
8959 * org-lparse.el (org-lparse-and-open)
8960 (org-lparse-do-convert): Open exported files with system-specific
8963 * org-odt.el: Don't meddle with `org-file-apps'.
8965 * org-compat.el (org-condition-case-unless-debug): Alias to
8966 `condition-case' when both `condition-case-no-debug' and
8967 `condition-case-unless-debug' is unavailable.
8969 * org-odt.el (org-odt-do-image-size): Replace `flet' with
8970 equivalent construct.
8972 * org-odt.el (org-odt-cleanup-xml-buffers):
8973 Use `condition-case-no-debug' instead of
8974 `condition-case-unless-debug'. This ensures backward
8975 compatibility with Emacs versions < 24.1.
8977 * org-odt.el (org-odt-zip-dir)
8978 (org-odt-cleanup-xml-buffers): New.
8979 (org-export-as-odt-and-open, org-export-as-odt)
8980 (org-odt-init-outfile, org-odt-save-as-outfile)
8981 (org-export-as-odf, org-export-as-odf-and-open):
8982 Use `org-odt-cleanup-xml-buffers'.
8984 * org-odt.el (org-export-odt-default-org-styles-alist):
8985 Add default character style.
8987 * org-odt.el (org-export-odt-default-org-styles-alist):
8988 Add default character style.
8990 * org-lparse.el (org-do-lparse): Remove stray call to
8991 `org-export-html-after-blockquotes-hook'.
8993 * org-bbdb.el (org-bbdb-export): Add support for ODT format.
8995 * org-odt.el (org-odt-update-meta-file): Check for `org-version'
8996 is bound before accessing it.
8998 * org-odt.el (org-odt-schema-dir-list): OD Schema files have been
8999 moved away from $(git-root)/contrib/odt/etc/schema/ to
9000 $(git-root)/etc/schema/.
9002 * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
9003 internal links destined for headlines provide a description or
9004 not. In fact, the `org-store-link' and `org-insert-link' create
9005 internal links which do have a description.
9007 * org-lparse.el (org-lparse-insert-org-table): Consider short
9008 caption as plain text and not as org text.
9010 * org-odt.el (org-export-odt-format-formula)
9011 (org-export-odt-format-image): Ditto.
9013 * org-odt.el (org-odt-begin-table)
9014 (org-export-odt-format-formula, org-export-odt-format-image)
9015 (org-odt-format-entity): Handle short caption.
9017 * org-lparse.el (org-lparse-insert-org-table)
9018 (org-lparse-insert-list-table, org-lparse-insert-table-table):
9021 2012-09-30 Jay McCarthy <jay.mccarthy@gmail.com> (tiny change)
9023 * org-colview.el (org-columns-new-overlay): Make sure to add a
9024 face to a string that has no face.
9026 2012-09-30 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
9028 * org-latex.el: Ensure a final newline is appended to the export
9031 2012-09-30 Levin Du <zslevin@gmail.com> (tiny change)
9033 * org-clock.el (org-clock-in): Fix bug in setting the clock
9036 2012-09-30 Madan Ramakrishnan <madanr79@gmail.com> (tiny change)
9038 * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
9039 advertised by the function.
9041 2012-09-30 Mark E. Shoulson <mark@kli.org> (tiny change)
9043 * org.el (org-fontify-entities): Hide {} when prettifying
9046 2012-09-30 Mark Shoulson <mark@kli.org> (tiny change)
9048 * org-entities.el (org-entities): Add new entities for characters
9049 which could cause formatting changes if typed directly.
9051 * org-entities.el (org-entities): Add \asciicirc entity for ^;
9052 also fixed \circ expansion in latex.
9054 * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
9055 and \there4 were not "prettified" when org-pretty-entities was
9058 2012-09-30 Mats Lidell <matsl@xemacs.org> (tiny change)
9060 * org-element.el (org-element-paragraph-separate):
9061 Remove redundant and misplaced t clause in case.
9063 2012-09-30 Matt Lundin <mdl@imapmail.org>
9065 * org-datetree.el: Fix regexp to allow datetree to find headings
9066 with trailing whitespace. This fixes a bug in which an existing
9067 datetree heading (e.g., "* 2012 ") would not be found by
9068 org-datetree-find-year-create if it had trailing whitespace.
9069 This can cause problems, for instance, if one is using column view on
9070 the date tree, since editing subheadings with column view adds
9071 whitespace at the end of the top heading.
9073 * org-footnote.el (org-footnote-new): Don't call
9074 org-footnote-unique-label if org-footnote-auto-label is set to
9077 * org-gnus.el (org-gnus-follow-link): Fix argument to
9078 gnus-group-read-group so that following a link does not result in
9079 unread article being selected.
9081 * org-bbdb.el (org-bbdb-anniv-extract-date)
9082 (org-bbdb-make-anniv-hash): Fix org-bbdb anniversary functionality
9083 to accommodate BBDB 3.x. There are two major changes in BBDB 3.x
9084 that need to be taken into account. The first is that
9085 `bbdb-split' reverses the order of its parameters in 3.x.
9086 The second is that `bbdb-record-getprop' is replaced by
9087 bbdb-record-note in 3.x.
9089 2012-09-30 Max Mikhanosha <max@openchat.com>
9091 * org-agenda.el (org-agenda-change-all-lines): Speedup refresh of
9092 a single line of agenda by narrowing the agenda buffer to just
9093 that line before calling `org-agenda-finalize'.
9095 * org.el (org-mode): Don't set org-hide's foreground to
9097 (org-find-invisible-foreground): New function.
9099 * org-agenda.el (defvar org-habit-show-all-today): New variable
9100 (org-agenda-get-scheduled): Show all habits if user wants it
9102 * org-habit.el (defcustom org-habit-show-all-today): New variable
9104 * org-agenda.el (org-agenda-quit): Copy the code for optionally
9105 restoring window configuration after burying the sticky agenda
9108 * org-agenda.el (org-agenda-new-marker): Check for NIL
9110 (org-agenda-to-appt): Bind org-agenda-buffer to NIL
9112 * org-agenda.el (org-agenda-change-all-lines): Move accessing of
9113 'extra text property outside of with-current-buffer for original
9116 * org-agenda.el (defvar org-habit-show-habits-only-for-today):
9119 2012-09-30 Michael Brand <michael.ch.brand@gmail.com>
9121 * org-id.el (org-id-link-to-org-use-id): Align the doc string to
9122 the changed default.
9124 * ob-tangle.el (org-babel-tangle-collect-blocks): Use dummy string
9125 when heading has no text.
9127 * org-capture.el (org-capture-inside-embedded-elisp-p):
9130 * org-feed.el (org-feed-format-entry): Require `org-capture'.
9131 Expand Elisp %(...) templates.
9132 (org-feed-default-template): Update docstring.
9134 * org-capture.el (org-capture-expand-embedded-elisp):
9136 (org-capture-fill-template): Use it.
9137 (org-capture-inside-embedded-elisp-p): New function to tell if we
9138 are within an Elisp %(...) template.
9140 * org-list.el (org-at-item-description-p)
9141 (org-list-item-body-column): Make the inline regexp more
9142 consistent with `org-list-full-item-re', the inline regexp
9143 "Description list items" from `org-set-font-lock-defaults and
9146 2012-09-30 Mike Sperber <sperber@deinprogramm.de>
9148 * org.el (org-fill-paragraph): Pass optional argument to
9149 `fill-paragraph' to fix compatibility with XEmacs.
9151 * org.el (org-self-insert-cluster-for-undo):
9152 Default `org-self-insert-cluster-for-undo' also on XEmacs.
9154 * org.el (org-kill-line): Access `visual-line-mode' only if it's
9157 2012-09-30 Muchenxuan Tong <demon386@gmail.com> (tiny change)
9159 * org-timer.el (org-timer-set-mode-line):
9160 Check `org-timer-display' when value is 'off.
9162 2012-09-30 Nicolas Calderon Asselin <nicolas.calderon.asselin@gmail.com> (tiny change)
9164 * org-clock.el (org-clock-idle-time): Org-mode assumed that
9165 x11idle was an available command, and returned an idle time of 0
9167 (never idle): Added checks so that org-idle-time will come from
9168 emacs' own current-idle-time if x11idle cannot be found or if it
9169 cannot retrieve the idle time from X11
9171 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
9173 * org-element.el: Properly remove COMMENT and QUOTE keywords from
9176 * org-element.el (org-element-headline-parser): Fix parsing for
9177 headlines with a single COMMENT or QUOTE keyword.
9179 * ob-org.el (org-babel-default-header-args:org): By default,
9180 export code from Org src blocks.
9182 * org-element.el (org-element-inline-src-block-successor):
9183 Fix inline-src-block parsing at the beginning of an item.
9185 * org-element.el (org-element--collect-affiliated-keywords):
9186 Fix caption parsing.
9188 * org-element.el (org-element--current-element): At the very
9189 beginning of a footnote definition or an item, next element is
9192 * org-element.el (org-element-headline-parser): Handle nil titles.
9193 (org-element-inlinetask-parser): Add :raw-value property.
9194 Also handle nil titles.
9196 * org.el (org-set-regexps-and-options): Don't consider tags as a
9197 replacement for a missing title in an headline.
9199 * org.el (org-setup-filling): Remove duplicate code.
9201 * org.el (org-adaptive-fill-function): Make sure fill prefix is
9202 computed from beginning of line.
9204 * org-element.el (org-element-section-parser): Make sure section
9205 cannot contain an headline.
9206 (org-element--current-element): Fix bug requiring to parse a quote
9207 section even when point is at an headline.
9209 * org.el (org-adaptive-fill-function): Remove occasional spurious
9210 space character when auto-filling.
9212 * org.el (org-mode): Call external initalizers. Now both filling
9213 code and comments code have their own independant part in org.el.
9214 (org-setup-filling): Rename from `org-set-autofill-regexps'.
9215 (org-setup-comments-handling): New function.
9217 * org.el (org-fill-paragraph): Refine filling in comments and in
9218 paragraphs. Allow commented blank lines. Take into consideration
9219 the indentation of the second line of the paragraph being filled.
9220 (org-comment-or-uncomment-region): Rewrite function. Now comment
9221 region at a fixed column: the minimal indentation of the region.
9222 (org-fill-context-prefix): Rename function into
9223 `org-adaptive-fill-function'. Also, In a paragraph, choose the
9224 same prefix as the current line.
9226 * org-exp.el (org-export-handle-comments): Also remove comments at
9229 * org-exp.el (org-export-handle-comments): Handle inline comments
9232 * org.el (org-structure-template-alist): Add missing colon to
9235 * org.el (org-backward-element): When called at the beginning of
9236 first element in section, the function shouldn't return an error
9237 but move point to headline or point-min instead.
9239 * org-element.el (org-element-paragraph-parser): Tiny refactoring.
9241 * org-element.el (org-element-paragraph-parser): Remove trailing
9244 * org.el (org-fill-context-prefix): Fix incorrect output when
9245 called at the beginning of a plain list with an affiliated
9247 (org-fill-paragraph): Remove useless variable.
9249 * org-element.el (org-element-paragraph-parser): Fix parsing of
9250 paragraph at the beginning of an item.
9252 * org.el (org-mode): Set back comment-start-skip so comment-dwim
9253 can tell a keyword from a comment.
9255 * org.el (org-set-autofill-regexps): Install new comment line
9257 (org-comment-line-break-function): New function.
9258 (org-mode): Remove unnecessary line.
9260 * org.el (org-fill-context-prefix, org-fill-paragraph): Do not
9261 fill verse blocks contents. Verse blocks can be used to format
9262 free-form poetry, so filling has to be done manually.
9264 * org.el (org-fill-paragraph-separate-nobreak-p): New function.
9265 (org-set-autofill-regexps): Introduce new predicate.
9266 (org-fill-item-nobreak-p): Remove function.
9268 * org-element.el (org-element-paragraph-separate): Since this
9269 variable is meant to be searched forward, \end{...} shouldn't
9270 trigger the end of a paragraph before checking if it is the end of
9271 a complete environment.
9272 (org-element-latex-environment-parser): Slight change to the
9273 regexp matching the beginning of a latex environment.
9274 (org-element-paragraph-parser): Paragraphs don't end at incomplete
9276 (org-element-latex-or-entity-successor): Remove paragraph
9277 environments from latex fragment search.
9279 * org-table.el (org-table-number-regexp): By default, accept comma
9280 as a decimal mark to represent numbers.
9282 * org-element.el (org-element-map): Fix comment typo.
9284 * org.el (org-fill-paragraph): Add a `save-excursion' to avoid
9285 returning funny results.
9287 * org.el (org-fill-paragraph): Try not to include message header
9288 and citation lines in a paragraph when filling it.
9290 * org.el (org-fill-paragraph): Fix filling in a narrowed buffer.
9291 (org-fill-context-prefix): Fill prefix doesn't depend on current
9294 * org.el (org-mode): Line with a single hash sign on it is a
9297 * org.el (org-set-font-lock-defaults): Fix comment fontification.
9299 * org-element.el (org-element-item-parser): Do not remove tag from
9300 body if list isn't descriptive.
9302 * org-list.el (org-insert-item): Only ask about a term for
9304 (org-list-struct, org-list-insert-item): Do not recognize a tag in
9307 * org-element.el (org-element-set-element): Rewrite function.
9308 (org-element-adopt-elements): New function.
9309 (org-element-adopt-element): Remove function.
9310 (org-element--parse-elements, org-element--parse-objects): Use new
9313 * org-list.el (org-list-automatic-rules): Remove `bullet' rule,
9314 which is now hard-coded.
9315 (org-cycle-list-bullet): Hard code `bullet' rule.
9316 (org-list-get-list-type): Make sure a list with numbered bullets
9317 cannot have `descriptive' type.
9319 * org-element.el (org-element-paragraph-parser): Fix previous
9322 * org.el (org-fill-paragraph): No need to use
9323 `org-element-paragraph-separate' in a verse block since blank
9324 lines only can end a "paragraph".
9326 * org-element.el (org-element-paragraph-separate): Apply changes
9328 (org-element-paragraph-parser): Correctly find end of paragraphs.
9329 (org-element--current-element): Require colons for Babel calls.
9330 (org-element-center-block-parser)
9331 (org-element-dynamic-block-parser, org-element-quote-block-parser)
9332 (org-element-special-block-parser)
9333 (org-element-comment-block-parser)
9334 (org-element-example-block-parser)
9335 (org-element-export-block-parser, org-element-src-block-parser)
9336 (org-element-verse-block-parser): Fall-back to paragraph parsing
9337 when incomplete or ill-formed.
9339 * org-element.el (org-element-swap-A-B): Small refactoring.
9341 * org-element.el (org-element-text-markup-successor): Fix typo in
9344 * org-element.el (org-element-at-point): Return consistent value
9345 when function is called on a blank line within a plain list.
9347 * org-element.el (org-element-paragraph-separate): Fix comments in
9348 paragraph separator regexp. Optimize it.
9350 * org-element.el: Update code commets.
9352 * org.el (org-mark-subtree): Fix bug when marking subtree with
9353 point on an inlinetask. Refactor code.
9355 * org.el (org-mark-subtree): Do not make a special case for
9356 inlinetasks when marking a subtree. These are handled by
9357 `org-element-mark-element'.
9359 * org-element.el (org-element-comment-parser): Consider first "+"
9360 as a comment when parsing an ill-defined keyword.
9362 * org-element.el (org-element-item-interpreter): Simplify bullet
9364 (org-element-plain-list-interpreter): Fix wrong bullets, if
9367 * org-element.el (org-element-comment-parser): Fix parsing when a
9368 keyword follows the commented line.
9370 * org.el (org-fill-context-prefix): Auto-fill first paragraph in
9371 footnote definitions.
9373 * org.el (org-mode): Define new comment syntax.
9374 (org-fontify-meta-lines-and-blocks-1, org-strip-protective-commas)
9375 (org-fill-context-prefix, org-insert-comment)
9376 (org-comment-or-uncomment-region): Use new comment syntax.
9378 * org-element.el (org-element-comment-parser)
9379 (org-element-comment-interpreter, org-element--current-element):
9380 Use new comment syntax.
9382 * org.el (org-fill-paragraph): When at an item or a footnote
9383 definition, fill first paragraph instead.
9385 * org.el (org-fill-paragraph): Fix filling when point is at the
9386 very end of a paragraph.
9388 * org.el (org-mode): Set comments related variables.
9389 (org-insert-comment, org-comment-or-uncomment-region):
9392 * org.el (org-fill-context-prefix): Small refactoring.
9393 (org-fill-paragraph): Add code comments.
9395 * org-element.el (org-element-at-point): Add :parent property to
9397 (org-element-context): Add :parent property to output.
9398 Also return a single element or object instead of a list of parents.
9399 (org-element-forward, org-element-up): Apply changes.
9401 * org.el (org-fill-context-prefix): New function.
9402 (org-fill-paragraph, org-auto-fill-function): Use new function.
9403 Also handle comments.
9404 (org-adaptive-fill-function): Remove function.
9405 (org-get-local-variables, orgstruct++-mode): Don't store now
9406 unused adaptive-fill* functions.
9408 * org-element.el (org-element-at-point): Fix function when buffer
9409 starts with an inlinetask. Also fix it when called on the last
9410 element in a greater element or the buffer.
9412 * org-element.el (org-element-center-block-parser)
9413 (org-element-dynamic-block-parser)
9414 (org-element-footnote-definition-parser)
9415 (org-element-headline-parser, org-element-inlinetask-parser)
9416 (org-element-quote-block-parser, org-element-special-block-parser)
9417 (org-element-plain-list-parser): Refactor code.
9418 (org-element-drawer-parser): Fall-back to paragraph parser when
9419 drawer is incomplete.
9421 * org-macs.el (org-with-limited-levels): Fix typo.
9423 * org-element.el (org-element-paragraph-separate): Refactor.
9424 (org-element-paragraph-parser): Fix paragraph parsing.
9426 * org.el (org-fill-paragraph): Rewrite function using
9427 `org-element-at-point'.
9429 * org-element.el (org-element-fill-paragraph): Remove function.
9431 * org.el (org-planning-or-clock-line-re): Make it a defconst.
9432 It's no use to make it a buffer-local variable since variables on
9433 which it depends are not buffer-local anyway.
9435 * org.el (org-drawer-regexp): Provide default value for
9436 `org-drawer-regexp' in non-Org buffers.
9438 * org-entities.el (org-entities-create-table): Function chokes
9439 when CAR of `org-entities' is a string.
9441 * org-list.el (org-list-automatic-rules): Allow check-boxes in
9443 (org-list-struct-apply-struct, org-insert-item): Remove rule
9446 * org-footnote.el (org-footnote-normalize): Fix positionning in
9447 HTML export without a footnote section.
9449 * org-list.el (org-list-struct-indent):
9450 Follow `org-list-demote-modify-bullet' specifications for ordered
9452 (org-list-indent-item-generic, org-indent-item-tree)
9453 (org-outdent-item-tree): Fix bug when operating on a region.
9454 (org-outdent-item, org-indent-item): Allow to operate on a region.
9456 * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
9459 * org-footnote.el (org-footnote-delete-definitions): Remove blank
9460 lines before the footnote definition instead of removing those
9463 * org-footnote.el (org-footnote-at-definition-p): Don't grab
9464 trailing blank lines in a footnote definition.
9465 (org-footnote-delete-definitions): Remove both footnote definition
9466 and trailing blank lines.
9468 2012-09-30 Rick Frankel <rick@rickster.com>
9470 * ob-sql.el: Add dbi engine type and pre/post processing.
9472 2012-09-30 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
9474 * ob.el (org-babel-expand-noweb-references): Capture current noweb
9475 start and end patterns then use to set buffer locals in
9476 (with-temp-buffer) form.
9478 2012-09-30 Sebastien Vauban <sva@mygooglest.com> (tiny change)
9480 * org.el (org-update-all-dblocks): Autoload function.
9482 2012-09-30 Simon Thum <simon.thum@gmx.de> (tiny change)
9484 * ob-maxima.el (org-babel-execute:maxima): Let cmdline always
9487 2012-09-30 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
9489 * org-icalendar.el (org-icalendar-timezone): Fix typo and clarify
9492 2012-09-30 Stuart Hickinbottom <stuart@hickinbottom.com> (tiny change)
9494 * org-clock.el (org-x11idle-exists-p): Only shell out when running
9497 2012-09-30 Suhail Shergill <suhailshergill@gmail.com> (tiny change)
9499 * org-html.el (org-export-as-html): If possible, use the
9500 :CUSTOM_ID: property to assign unique ids to footnotes.
9502 2012-09-30 T.F. Torrey <tftorrey@tftorrey.com> (tiny change)
9504 * org-exp.el (org-export-remember-html-container-classes):
9505 Allow exporting a single subtree with HTML_CONTAINER_CLASS property.
9507 * org-rmail.el (org-rmail-follow-link): Use `rmail-widen' instead
9508 of `widen' and don't toggle header as `rmail-widen' already takes
9511 2012-09-30 Tim Howe <vsync@quadium.net> (tiny change)
9513 * org-clock.el (org-clocktable-defaults): Revert extra layer of
9516 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
9518 * org-capture.el (org-capture-fill-template): Expand %<num> escape
9519 sequences into text entered for <num>'th %^{PROMPT} escape.
9521 * org-capture.el (org-capture-fill-template): Fix regexp for
9522 %<n> expandos to match any positive integer.
9523 (org-capture-templates): Update docstring accordingly.
9525 * org-agenda.el (org-agenda-skip-timestamp-if-deadline-is-shown):
9526 Skip timestamp items in agenda view if item is already shown as a
9528 (org-agenda-skip-deadline-if-done): Pass deadline results to
9529 org-agenda-get-timestamps.
9530 (org-agenda-get-timestamps): Optionally take list of deadline
9531 results, so that timestamp results can be skipped if already
9532 included in deadline results.
9534 * org-agenda.el (org-agenda-diary-sexp-prefix): Regexp matching
9535 deadline/scheduling information to be displayed in diary sexp
9537 (org-agenda-get-sexps): Extract deadline/scheduling information
9538 from diary sexp entries.
9540 * org-capture.el (org-capture-place-entry): Place captured entry
9541 immediately after last subheading of target, instead of just
9542 before next heading at same level as target.
9544 * org-capture.el (org-capture-templates): Document new capture
9545 template properties.
9547 * org-capture.el (org-capture-place-entry)
9548 (org-capture-empty-lines-before): Make new :empty-lines-before
9549 property override :empty-lines when inserting empty lines before
9550 captured captured entry.
9552 * org-capture.el (org-capture-finalize)
9553 (org-capture-empty-lines-after): Make new :empty-lines-after
9554 property override :empty-lines when inserting empty lines after
9555 captured captured entry.
9557 * org-agenda.el (org-agenda-skip-if, org-agenda-skip-if-todo):
9558 Add new todo-unblocked and nottodo-unblocked skip conditions.
9559 These match as for todo and nottodo, but only for unblocked todo items.
9561 2012-09-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
9563 * org.el (org-read-date-display): Fix bug when displaying the
9566 2012-09-30 Niels Giesen <niels.giesen@gmail.com>
9568 * org-table.el (orgtbl-to-generic): Add check for :skipheadrule.
9569 When present, the :hline following the head will be skipped.
9570 This is necessary to avoid doubling of horizontal rules in LaTeX
9571 longtable environments and consequent width problems.
9573 * org-latex.el (org-export-latex-tables-tstart)
9574 (org-export-latex-tables-hline)
9575 (org-export-latex-tables-tend): New options.
9576 (org-export-latex-tables): Use the new options.
9578 2012-09-30 Feng Shu <tumashu@gmail.com> (tiny change)
9580 * org-exp.el (org-export-language-setup): Add simplified chinese
9583 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
9585 Better seed support for (random).
9586 * org-id.el (org-id-uuid):
9587 Change (random t) to (random), now that the latter is more random.
9589 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9591 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
9592 * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
9593 (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
9594 (ly-w32-midi-path): Rename from ly-win32-midi-path.
9595 (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
9596 Check for "windows-nt", not "win32", in system-type.
9598 2012-06-02 Chong Yidong <cyd@gnu.org>
9600 * org-clock.el (org-clock-string-limit)
9601 (org-clock-modeline-total, org-clock-task-overrun-text)
9602 (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
9604 2012-05-27 Mark Shoulson <mark@kli.org> (tiny change)
9606 * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
9607 \there4 were not "prettified" when org-pretty-entities was enabled.
9609 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
9611 * org.el (org-font-lock-add-priority-faces):
9612 Restrict priorities fontification to headlines and inlinetasks.
9614 2012-05-27 Jambunathan K <kjambunathan@gmail.com>
9616 * org-odt.el (org-odt-init-outfile)
9617 (org-odt-write-manifest-file):
9618 Disable `nxml-auto-insert-xml-declaration-flag'.
9620 * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
9622 2012-05-27 Bastien Guerry <bzg@gnu.org>
9624 * org.el (org-scan-tags): Fix bug when building the scanner regexp.
9626 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
9628 * ob.el (org-babel-capitalize-examplize-region-markers):
9629 Controls the capitalization of begin and end example blocks.
9630 (org-babel-examplize-region):
9631 Optionally capitalize example block delimiters.
9633 * ob-plantuml.el (org-babel-execute:plantuml):
9634 Add a :java header argument to plantuml.
9636 * org-exp-blocks.el (org-export-blocks-preprocess):
9637 Even when the body of a block is not indented the boundary markers
9638 should be indented to their original positions so things like list
9639 indentation still work.
9641 * ob.el (org-babel-parse-src-block-match):
9642 Save match data during indentation check.
9644 2012-05-27 Bastien Guerry <bzg@gnu.org>
9646 * org.el (org-scan-tags): Correctly match TODO keywords.
9648 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
9650 * org-list.el (org-list-struct): Fix white spaces.
9651 (org-list-swap-items, org-list-send-item): Fix visibility preservation.
9653 * org-list.el (org-list-swap-items, org-list-send-item):
9654 Preserve visibility when moving items.
9656 2012-05-27 Mark E. Shoulson <mark@kli.org> (tiny change)
9658 * org.el (org-fontify-entities): Hide {} when prettifying entities.
9660 2012-05-27 Bastien Guerry <bzg@gnu.org>
9662 * org.el (org-cycle-internal-global): Prevent the display of
9663 messages when cycling from with a Gnus article buffer.
9665 * org-table.el (org-table-time-seconds-to-string):
9666 Fix bug about handling a negative duration value.
9668 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
9670 * org.el (org-link-expand-abbrev): Fix docstring.
9672 * org.el (org-translate-link): Fix bug.
9674 2012-05-27 Bastien Guerry <bzg@gnu.org>
9676 * org-agenda.el (org-agenda-bulk-mark-regexp):
9677 Fix bug when setting the number of marked entries.
9679 * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
9680 (org-set-calc-mode, org-table-eval-formula): Use it.
9682 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
9684 * ob.el (org-babel-find-named-result):
9685 Fix bug finding empty named results.
9687 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
9689 * org.el (org-set-regexps-and-options):
9690 Fix `org-planning-or-clock-line-re' regexp. Indeed "\\>" will never
9691 match since time keywords must end with colons, which are not word
9694 2012-05-27 Bastien Guerry <bzg@gnu.org>
9696 * org-ctags.el (org-ctags-new-topic-template):
9697 Fix the option default value back again.
9699 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
9701 * org-bibtex.el (org-bibtex-export-to-kill-ring):
9702 Don't rely on kill-new to return a string.
9704 * org-bibtex.el (org-bibtex-headline):
9705 Remove call to bibtex-reformat which often hangs.
9707 2012-04-27 Glenn Morris <rgm@gnu.org>
9709 * org-ctags.el (org-ctags-new-topic-template):
9710 Revert 2012-04-09 removal of * from defcustom value, not doc.
9712 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
9714 * org-table.el (org-table-number-fraction): Fix typo.
9716 2012-04-27 Eric Schulte <eric.schulte@gmx.com>
9718 * ob-python.el (org-babel-execute:python): Ensure newline precedes
9719 automatically-added returns.
9721 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
9723 * org-mouse.el (org-mode-hook): Do not move point when clicking on
9724 a footnote reference.
9726 2012-04-27 Bastien Guerry <bzg@gnu.org>
9728 * org-faces.el (org-date-selected): Fix docstring.
9730 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
9732 * org-list.el (org-list-struct-indent):
9733 Follow `org-list-demote-modify-bullet' specifications for ordered
9735 (org-list-indent-item-generic, org-indent-item-tree)
9736 (org-outdent-item-tree): Fix bug when operating on a region.
9737 (org-outdent-item, org-indent-item): Allow to operate on a region.
9739 * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
9742 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
9744 * org-footnote.el (org-footnote-normalize): Fix positioning in
9745 HTML export without a footnote section.
9747 2012-04-27 Madan Ramakrishnan <madanr79@gmail.com> (tiny change)
9749 * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
9750 advertised by the function.
9752 2012-04-27 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
9754 * org.el (org-read-date-display): Fix bug when displaying the
9757 2012-04-27 Bastien Guerry <bzg@gnu.org>
9759 * org.el (org-mode): Don't use `buffer-face-mode' by default.
9761 2012-04-27 Bastien Guerry <bzg@gnu.org>
9763 * org-faces.el (org-date-selected): New face.
9765 2012-04-27 Jambunathan K <kjambunathan@gmail.com>
9767 * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
9768 internal links destined for headlines provide a description or
9769 not. In fact, the `org-store-link' and `org-insert-link' create
9770 internal links which do have a description.
9772 2012-04-27 Bastien Guerry <bzg@gnu.org>
9774 * org-clock.el (org-program-exists): Fix docstring.
9776 2012-04-14 Bastien Guerry <bzg@gnu.org>
9778 * org.el (org-point-at-end-of-empty-headline): Only try to match
9779 `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
9781 (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
9782 to fontify beyond (point-max).
9784 * org-clock.el (org-clock-task-overrun-text)
9785 (org-task-overrun, org-clock-get-clock-string)
9786 (org-clock-update-mode-line)
9787 (org-clock-notify-once-if-expired): Rename `org-task-overrun'
9788 and `org-task-overrun-text' to `org-clock-task-overrun' and
9789 `org-clock-task-overrun-text' respectively.
9790 (org-task-overrun-text): New alias.
9792 * org-table.el (org-table-eval-formula): Fix bug about handling
9793 remote references as durations.
9794 (org-table-get-range): Fix bug: make sure references to $0 are
9797 * org-pcomplete.el (pcomplete/org-mode/file-option):
9798 Fix bug in `pcomplete/org-mode/file-option'.
9799 (org-thing-at-point): Also match line options like LATEX_CLASS
9800 when pcompleting from LATEX_.
9802 * org-agenda.el (org-agenda-filter-make-matcher)
9803 (org-agenda-filter-apply): Allow filtering entries out by
9804 category. Using `C-u <' from the agenda view will redisplay
9805 the agenda without entries from categories of the current line.
9807 2012-04-14 Eric Schulte <eric.schulte@gmx.com>
9809 * ob-C.el (org-babel-C-ensure-main-wrap):
9810 Add an explicit return to automatically generated main methods.
9812 2012-04-14 Matt Lundin <mdl@imapmail.org>
9814 * org.el (org-after-todo-state-change-hook):
9815 Fix docstring to reflect name change of state to `org-state'.
9817 2012-04-14 Mike Sperber <sperber@deinprogramm.de> (tiny change)
9819 * org-footnote.el (org-footnote-normalize):
9820 Correctly pass keyword arguments to `org-export-preprocess-string'.
9822 2012-04-03 Bastien Guerry <bzg@gnu.org>
9824 * org.el (org-todo): Fix regression: rename `state' to
9826 (org-use-effective-time): Fix group and type.
9828 2012-04-02 Bastien Guerry <bzg@gnu.org>
9830 * org-clock.el (org-clock-out-if-current): Fix regression: rename
9831 `org-clock-state' to `org-state' to match the name of the
9832 dynamically-scoped variable in `org-todo'.
9834 * org-agenda.el (entry, org-diary, org-class): Fix regression:
9835 rename `org-entry' to `entry'.
9837 2012-04-01 Bastien Guerry <bzg@gnu.org>
9839 * org.el (org-todo): Fix regression in `org-todo'.
9841 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
9843 * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
9846 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
9848 * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
9851 * ob.el (org-babel-parse-src-block-match): Make use of the new
9852 language argument to org-babel-strip-protective-commas.
9853 (org-babel-parse-inline-src-block-match): Make use of the new
9854 language argument to org-babel-strip-protective-commas.
9855 (org-babel-strip-protective-commas): Now accepts a language
9858 2012-04-01 Bastien Guerry <bzg@gnu.org>
9860 * org.el (org-fast-tag-selection): Fix an bug when listing tags
9863 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
9865 * org.el (org-delete-property-globally): Fix a bug that left
9866 blank line in place of the property, instead of removing the line.
9868 2012-04-01 Bastien Guerry <bzg@gnu.org>
9870 * ob-maxima.el (org-babel-maxima-command): Add group information
9873 2012-04-01 Bastien Guerry <bzg@gnu.org>
9875 * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
9876 face to 'org-default.
9878 2012-04-01 Bastien Guerry <bzg@gnu.org>
9880 * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
9883 2012-04-01 Bastien Guerry <bzg@gnu.org>
9885 * org.el: Prevent a bug while defining the menu by requiring
9886 `org-beamer' when necessary.
9888 2012-04-01 Bastien Guerry <bzg@gnu.org>
9890 * org-table.el (orgtbl-self-insert-command):
9891 Use `backward-delete-char' instead of `delete-backward-char' as this
9892 last command gets caught by the compiler which says to not use it
9893 in programs. `backward-delete-char' is just an alias for
9894 `delete-backward-char' which is internally remapped to
9895 `org-delete-backward-char' for optimization purpose.
9897 2012-04-01 Bastien Guerry <bzg@gnu.org>
9899 * org-latex.el (org-export-latex-subcontent): Bugfix: when
9900 `org-export-latex-low-levels' is nil, do not export low levels.
9902 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
9904 * ob.el (org-babel-insert-result): Fix bug in indented wrapped
9907 2012-04-01 Bastien Guerry <bzg@gnu.org>
9909 * org.el (org-set-tags): Include `org-tag-alist' in the list of
9910 possible completions, even when there are tags defined in the
9913 2012-04-01 Bastien Guerry <bzg@gnu.org>
9915 * org.el (org-set-tags): Don't add a column when there is only one
9916 tag offered for completion.
9918 2012-04-01 Bastien Guerry <bzg@gnu.org>
9920 * org.el (org-fast-tag-selection): Include tags from
9921 `org-tag-alist' when completing with the TAB key.
9923 2012-04-01 Shoji Nishimura <nishimura.shoji@gmail.com> (tiny change)
9925 * org.el (org-display-inline-images): Honor the ̀beg' parameter.
9927 2012-04-01 Bastien Guerry <bzg@gnu.org>
9929 * org-latex.el (org-export-latex-subcontent): Don't insert a
9930 linebreak when itemizing a subtree that is just a headline.
9932 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
9934 * ob-lob.el (org-babel-lob-get-info): Remove extra []s when
9935 parsing inline call_foo lines.
9937 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
9939 * ob-maxima.el (org-babel-maxima-command): The maxima command used
9940 should be configurable (defaults to maxima-command if defined).
9941 (org-babel-execute:maxima): The maxima command used should be
9942 configurable (defaults to maxima-command if defined).
9944 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
9946 * ob-C.el (org-babel-C-execute): Add the local directory to the
9947 library search path for C/C++ block compilation.
9949 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
9951 * ob.el (org-babel-where-is-src-block-result): Don't truncate
9952 results name on call line execution.
9954 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
9956 * org-colview.el (org-columns-cleanup-item): Handle case of empty
9959 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
9961 * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
9962 export error when a src block produces fake footnotes.
9964 2012-04-01 Bastien Guerry <bzg@gnu.org>
9966 * org.el (org-read-date): Don't mention `parse-time-weekdays' and
9967 `parse-time-months' in the docstring.
9969 2012-04-01 Bastien Guerry <bzg@gnu.org>
9971 * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
9974 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
9976 * org-colview.el (org-columns-compute): Also consider inline tasks
9977 when computing the sum.
9979 2012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
9981 * org-habit.el (org-habit-insert-consistency-graphs):
9982 Fix alignment of consistency graph in filtered agenda view.
9984 2012-04-01 Bastien Guerry <bzg@gnu.org>
9986 * org-latex.el (org-export-as-latex): Fix bug in setting the
9987 export directory according to the LaTeX options.
9989 2012-04-01 K.Nagashima <uni.naga@gmail.com> (tiny change)
9991 * org.el (org-show-subtree): Make interactive.
9993 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu>
9995 * org-clock.el (org-clock-get-table-data): Make sure todo-only
9996 does not leak when it is set by make-org-tags-macher.
9998 2012-04-01 Bastien Guerry <bzg@gnu.org>
10000 * org.el (org-cycle-internal-local): Don't try to hide drawers
10001 within subtrees in this function, it slows cycling down.
10003 2012-04-01 Bastien Guerry <bzg@gnu.org>
10005 * org-agenda.el (org-agenda-custom-commands-local-options):
10006 Fix incorrect custom option definition.
10008 2012-04-01 Bastien Guerry <bzg@gnu.org>
10010 * org-colview.el (org-columns-display-here): Bugfix: use the date
10011 as the value for the ITEM column when displaying a summary.
10013 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
10015 * ob-lilypond.el: Re-direct homepage to Worg.
10017 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
10019 * ob-lilypond.el: Leave versioning to Org.
10021 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
10023 * ob-lilypond.el: Fix compiler warning.
10025 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10027 * org-odt.el (org-odt-format-entity-caption): Enumerate entities
10028 that have either a caption or a label.
10029 (org-odt-label-styles, org-odt-category-map-alist): Add a
10030 separator between sequence number and caption. Introduced two
10031 new label styles for handling of math formula and math label.
10032 (org-odt-format-label-definition)
10033 (org-export-odt-format-formula): Propagate above changes.
10035 2012-04-01 Bastien Guerry <bzg@gnu.org>
10037 * org.el (org-enforce-todo-dependencies): Fix docstring.
10039 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10041 * org-odt.el (org-export-odt-category-strings): New custom
10043 (org-odt-category-map-alist): Modify interpretation.
10044 Don't use the same field to double up as both a OpenDocument
10045 variable and a category string. Entries in this list now
10046 specify only the OpenDocument variable. Category strings are
10047 obtained through an indirect lookup of
10048 `org-export-odt-category-strings'. Use same OpenDocument
10049 variables as what LibreOffice uses for various entities.
10051 (org-odt-add-label-definition)
10052 (org-odt-format-label-definition)
10053 (org-odt-format-label-reference): Propagate above changes.
10055 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10057 * org-latex.el (org-export-as-latex): Check TeX-master correctly.
10059 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10061 * org-odt.el (org-odt-category-map-alist): Update docstring.
10062 (org-export-odt-user-categories)
10063 (org-export-odt-get-category-from-label)
10064 (org-odt-get-label-category-and-style): Remove.
10065 (org-odt-add-label-definition): Propagate above changes.
10067 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10069 * org.el (org-refile): Don't allow creation of parents when using
10070 the refile command to go to a headline.
10072 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10074 * org-odt.el (org-odt-format-org-link): Resolve links to headlines
10075 as section numbers only if section numbering is on.
10077 2012-04-01 Bastien Guerry <bzg@gnu.org>
10079 * org.el (format-spec): Require 'format-spec.
10081 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10083 * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
10085 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
10087 * org.el (org-imenu-get-tree): Check that looking-at succeeds
10088 before using match results.
10090 2012-04-01 Bastien Guerry <bzg@gnu.org>
10092 * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
10094 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10096 * org-lparse.el (org-do-lparse): Make effective setting of
10097 `org-export-headline-levels' available to the ODT exporter.
10098 Also remove some stale comments.
10100 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10102 * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
10103 per-language string for "Table Of Contents".
10105 2012-04-01 Bastien Guerry <bzg@gnu.org>
10107 * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
10109 2012-04-01 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
10111 * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
10114 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
10116 * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
10117 case-fold-search is bound to nil globally, the
10118 (case-fold-search t) doesn't work until we get to the body.
10120 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10122 * org-latex.el (org-export-latex-tables): Allow to use
10125 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10127 * ob.el (org-babel-expand-noweb-references): Fix bug in src name
10128 regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
10130 2012-04-01 David Maus <dmaus@ictsoc.de>
10132 * org.el (org-scan-tags): Require one or more spaces (+) between
10133 keyword and headline.
10135 2012-04-01 David Maus <dmaus@ictsoc.de>
10137 * org-agenda.el (org-prepare-agenda): Don't reset
10138 `org-done-keywords-for-agenda' when `org-agenda-multi'.
10140 2012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
10142 * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
10143 while inserting habit graph in the agenda buffer.
10145 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10147 * org-src.el (org-src-edit-buffer-p): New function.
10149 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10151 * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
10152 being checked. Also enhance the docstring a bit.
10154 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10156 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
10157 display of indirect agenda window.
10159 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10161 * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
10164 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
10166 * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
10167 to tags-list and org-trust-scanner-tags to t while evaluating the
10168 matcher, since the matcher is always evaluated at the current
10171 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
10173 * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
10174 evaluating the matcher, since the matcher is always evaluated at
10177 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
10179 * ob-lilypond.el (ly-compile-lilyfile): Fix misplaced comma in a
10180 quoting expression.
10182 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10184 * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
10186 (org-babel-noweb-p): The "eval" argument only expands during
10189 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10191 * ob.el (org-strip-protective-commas): Declared.
10193 * org-agenda.el (org-agenda-filtered-by-category): Declared.
10194 (org-agenda-filter-apply): Capture free variable.
10196 * org-footnote.el (org-skip-whitespace): Declared.
10198 * org-mobile.el (org-agenda-filter): Declared.
10200 * org-src.el (org-strip-protective-commas): Declared.
10202 2012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
10204 * org.el (org-version): Add autoload cookie.
10206 2012-04-01 David Maus <dmaus@ictsoc.de>
10208 * org-attach.el (org-attach-store-link-p): Remove spurious quote
10209 in customization form choice.
10211 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10213 * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
10214 (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
10217 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10219 * ob.el (org-babel-insert-result): Ensure correct order for empty
10220 result wrapping blocks.
10222 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
10224 * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
10225 and add easy pdf generation in the form of `ly-gen-pdf' variable.
10227 2012-04-01 Deech <deech@deech-ThinkPad-X200.none> (tiny change)
10229 * ob-tangle.el (org-babel-spec-to-string): The link generated by
10230 org-store-link is escaped twice when tangling with ":comments yes"
10233 2012-04-01 Bastien Guerry <bzg@gnu.org>
10235 * org-html.el (org-export-as-html): Remove another useless space
10238 2012-04-01 Bastien Guerry <bzg@gnu.org>
10240 * org-html.el (org-export-as-html): Remove another useless space
10243 2012-04-01 Bastien Guerry <bzg@gnu.org>
10245 * org-html.el (org-export-as-html): Remove useless space before
10248 2012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
10250 * org.el (org-version): Add autoload cookie.
10252 2012-04-01 Bastien Guerry <bzg@gnu.org>
10254 * org.el (org-get-category): Save match data.
10256 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10258 * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
10259 :tangle is specified.
10261 * ob.el (org-babel-expand-noweb-references): Widen buffer when
10262 expanding noweb references.
10264 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10266 * ob-table.el (sbe): Don't accidentally leave a `t' value when
10267 variables are force interpreted as strings.
10269 2012-04-01 David Maus <dmaus@ictsoc.de>
10271 * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
10272 (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
10274 2012-04-01 David Maus <dmaus@ictsoc.de>
10276 * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
10277 (bbdb-search-organization): Declare functions to silence byte
10280 2012-04-01 Bernt Hansen <bernt@norang.ca>
10282 * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
10283 repeating tasks using .+n and ++n syntax.
10285 2012-04-01 Karl Fogel <kfogel@red-bean.com> (tiny change)
10287 * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
10288 heading that has a date but no todo keyword.
10290 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10292 * ob.el (org-babel-find-named-result): Fix code block replacement
10295 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10297 * org-footnote.el (org-footnote-normalize): Do not normalize
10298 labels when sort-only is non-nil.
10300 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10302 * org-footnote.el (org-footnote-normalize): Remove an useless part
10304 (org-insert-footnote-reference-near-definition): Remove function.
10306 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10308 * org-footnote.el (org-footnote-normalize): Fix normalization of
10309 inline footnotes with no footnote section.
10311 2012-04-01 David Maus <dmaus@ictsoc.de>
10313 * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
10314 to check for old or new version by a check for the required
10315 function in `org-bbdb-open' and `org-bbdb-store-link'.
10316 (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
10319 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10321 * ob.el (org-babel-find-named-result): Don't miss a code block
10322 when there are confounding spaces after the result name.
10324 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10326 * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
10327 regular expressions.
10328 (org-babel-inline-lob-one-liner-regexp): Less greedy regular
10331 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10333 * ob.el (org-babel-examplize-region): Fix bug in examplization.
10335 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10337 * org.el (org-link-search): Search for #+name affiliated keywords
10338 and invisible targets.
10340 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10342 * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
10343 newlines in a transcoded footnote definition. This ensures that
10344 the line that is currently being processed by `org-do-lparse' loop
10345 doesn't get broken up into multiple lines. Fix for the following
10348 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10350 * org-footnote.el (org-footnote-normalize): Force a paragraph
10351 break after the last footnote definition. This is an an implicit
10352 assumption made by the org-lparse.el library. With this change,
10353 footnote definitions can reliably be exported with ODT backend.
10354 See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
10356 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10358 * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
10360 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10362 * org-list.el (org-list-struct): Fix small bug introduced by
10363 commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
10365 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10367 * ob-ditaa.el (org-ditaa-jar-path): Already defined in
10370 * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
10371 for the fact that this is really now a Babel thing -- even if it
10372 is used here and the definition should remain here for reasons of
10375 2012-04-01 David Maus <dmaus@ictsoc.de>
10377 * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
10378 defined after bbdb was loaded.
10380 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10382 * org-latex.el (org-export-latex-tables): Don't add spurious
10383 preceding newline if caption is not above a longtable.
10385 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10387 * org-odt.el (org-odt-insert-toc): Remove this stray,
10388 dysfunctional routine. This possibly has crept in because of the
10389 broken merges between "maint" and "origin" branches.
10390 (org-odt-begin-table): Don't emit an empty paragraph when a table is
10391 neither labeled nor captioned.
10392 (org-odt-init-outfile): Remove reference to an unused variable.
10394 2012-04-01 Viktor Rosenfeld <listuser36@googlemail.com>
10396 * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
10399 2012-04-01 Andreas Leha <andreas.leha@med.uni-goettingen.de>
10401 * ob.el (org-babel-goto-named-src-block): Pushing the point to the
10402 org-mark-ring and guessing at the code block name to jump to.
10404 2012-04-01 David Maus <dmaus@ictsoc.de>
10406 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
10407 of indirect buffer and window.
10409 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10411 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
10414 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10416 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
10419 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10421 * org-exp.el (org-table-clean-before-export): Ignore table rows
10422 defining parameters for formulas during export.
10424 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10426 * org-list.el (org-list-get-item-number): New function.
10428 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10430 * org-list.el (org-list-ending-method, org-list-end-regexp):
10432 (org-in-item-p, org-list-separating-blank-lines-number)
10433 (org-list-parse-list, org-list-struct): Apply changes.
10435 * org-exp.el (org-export-mark-list-end)
10436 (org-export-mark-list-properties): Apply changes.
10438 * org-latex.el (org-export-latex-lists): Apply changes.
10440 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10442 * org.el (org-cycle-internal-local): Correctly unfold headlines
10443 containing an inlinetask.
10445 2012-04-01 Bastien Guerry <bzg@gnu.org>
10447 * org.el (org-structure-template-alist): Fix missing angle
10448 brackets for muse export style.
10450 2012-04-01 David Maus <dmaus@ictsoc.de>
10452 * org.el (org-recenter-calendar): Use `with-selected-window' to
10453 select calendar window and save currently selected window and
10456 2012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
10458 * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
10459 argument set, otherwise not only are headlines in the current
10460 subtree excluded, but it throws an error if point happens not to
10461 be within a subtree (e.g. at start of buffer).
10463 2012-04-01 David Maus <dmaus@ictsoc.de>
10465 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
10467 2012-04-01 David Maus <dmaus@ictsoc.de>
10469 * org-clock.el (org-in-clocktable-p): Move to org.el.
10471 * org.el (org-in-clocktable-p): New function. Moved from
10474 2012-04-01 David Maus <dmaus@ictsoc.de>
10476 * org-exp.el (org-export-get-title-from-subtree): Don't format
10477 tags in title if title headline does not have tags.
10479 2012-04-01 Bastien Guerry <bzg@gnu.org>
10481 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
10484 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10486 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
10487 Delay it till the end of export.
10488 (org-odt-begin-document-body): Make a note of the default
10489 position of TOC in `org-lparse-dyn-first-heading-pos'.
10490 (org-odt-insert-toc): Insert TOC as directed by
10491 [TABLE-OF-CONTENTS] line or at the default position.
10492 (org-odt-end-export): Call `org-odt-insert-toc'.
10494 2012-04-01 Bastien Guerry <bzg@gnu.org>
10496 * org.el (org-preview-latex-fragment): Throw an error when called
10497 from a non-file buffer.
10499 2012-04-01 David Maus <dmaus@ictsoc.de>
10501 * org-capture.el (org-capture-place-item): Don't search for
10502 position in existing list if :exact-position was supplied.
10504 2012-04-01 Bastien Guerry <bzg@gnu.org>
10506 * org.el (org-set-font-lock-defaults): Fix bug in done headline
10509 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10511 * org-odt.el (org-odt-format-textbox): Honor user-specified width
10512 in captioned images.
10514 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10516 * org.el (org-update-property-plist): Fix bug in property list
10519 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10521 * ob.el (org-babel-balanced-split): Explicit checking if list
10522 before calling member.
10524 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10526 * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
10527 as the separator to `org-table-convert-region'. Fixes errors when
10528 only one result per line of output.
10530 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10532 * ob.el (org-babel-strip-protective-commas):
10533 Use `org-strip-protective-commas'.
10535 * org-exp.el (org-export-select-backend-specific-text):
10536 Use `org-strip-protective-commas'.
10538 * org-src.el (org-edit-src-code):
10539 Use `org-strip-protective-commas'.
10541 * org.el (org-strip-protective-commas): Single definition for this
10544 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10546 * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
10548 2012-04-01 David Maus <dmaus@ictsoc.de>
10550 * org-capture.el (org-capture-prepare-finalize-hook): New hook.
10551 Run before the finalization process starts.
10552 (org-capture-finalize): Run new hook.
10554 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10556 * org.el (org-entry-get): Generalize to multiple "prop+"
10559 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10561 * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
10562 the `org-src-mode-map'.
10564 2012-04-01 David Maus <dmaus@ictsoc.de>
10566 * org.el (org-recenter-calendar): Use `with-selected-window' to
10567 select calendar window and save currently selected window and
10570 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10572 * org-list.el (org-list-ending-method, org-list-end-regexp):
10574 (org-in-item-p, org-list-separating-blank-lines-number)
10575 (org-list-parse-list, org-list-struct): Apply changes.
10577 * org-exp.el (org-export-mark-list-end)
10578 (org-export-mark-list-properties): Apply changes.
10580 * org-latex.el (org-export-latex-lists): Apply changes.
10582 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10584 * org.el (org-entry-get): Accumulate properties from subtree
10587 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10589 * org.el (org-entry-get): Accumulate properties from subtree
10592 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10594 * org-odt.el (org-export-odt-image-size-probe-method)
10595 (org-odt-do-image-size): Use imagemagick preferentially to
10596 determine image sizes.
10598 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10600 * org-odt.el (org-export-as-odt-to-buffer)
10601 (org-replace-region-by-odt, org-export-region-as-odt):
10602 Remove these interactive functions. They are of questionable value.
10604 2012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
10606 * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
10607 argument set, otherwise not only are headlines in the current
10608 subtree excluded, but it throws an error if point happens not to
10609 be within a subtree (e.g. at start of buffer).
10611 2012-04-01 Bastien Guerry <bzg@gnu.org>
10613 * org-exp.el (org-export-kill-product-buffer-when-displayed)
10614 (org-export-initial-scope, org-export-date-timestamp-format)
10615 (org-export-with-tasks, org-export-email-info)
10616 (org-export-table-remove-empty-lines): Add version tag.
10618 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10620 * org.el (org-cycle-internal-local): Correctly unfold headlines
10621 containing an inlinetask.
10623 2012-04-01 Bernt Hansen <bernt@norang.ca>
10625 * org-clock.el (org-clock-out): Do not delete the current clocking
10626 task when org-clock-out-hook clocks in another task.
10628 2012-04-01 David Maus <dmaus@ictsoc.de>
10630 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
10632 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10634 * org-odt.el (org-export-odt-convert-processes): Re-define
10635 (org-export-odt-convert-capabilities): Fix an accidental
10638 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10640 * org-odt.el (org-export-odt-convert-capabilities): Change the
10643 2012-04-01 David Maus <dmaus@ictsoc.de>
10645 * org-clock.el (org-in-clocktable-p): Move to org.el.
10647 * org.el (org-in-clocktable-p): New function. Moved from org-clock.el.
10649 2012-04-01 David Maus <dmaus@ictsoc.de>
10651 * org-exp.el (org-export-get-title-from-subtree): Don't format
10652 tags in title if title headline does not have tags.
10654 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10656 * org-footnote.el (org-blank-before-new-entry)
10657 (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
10660 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10662 * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
10663 and C-e behavior with visual lines.
10665 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10667 * org-exp-blocks.el (org-export-blocks): Change the name of
10668 exporting comment blocks given that it seems regular comment
10669 blocks no longer export.
10671 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10673 * ob-exp.el (org-babel-exp-get-export-buffer): Access current
10675 (org-babel-exp-in-export-file): Access current export buffer.
10676 (org-babel-exp-src-block): Access current export buffer.
10677 (org-babel-exp-inline-src-blocks): Access current export buffer.
10679 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10681 * ob-exp.el (org-babel-exp-in-export-file)
10682 (org-babel-exp-src-block, org-babel-exp-inline-src-blocks):
10683 Allow org-current-export-file to contain a buffer.
10685 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10687 * org-lparse.el (org-lparse-do-convert): Replace `call-process'
10688 with `shell-command-to-string'.
10690 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10692 * org-footnote.el (org-footnote-create-definition): Fix space
10693 insertion when creating a new footnote. This fixes newline
10694 munching when `org-footnote-section' is nil and blank lines
10695 stacking when it isn't nil.
10697 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10699 * org-footnote.el (org-footnote-normalize): Make sure that
10700 footnotes are moved to a single place during export.
10702 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10704 * org-footnote.el (org-footnote-normalize): Ensure footnote
10705 definition will be inserted at the end of the section
10706 corresponding to to its first reference.
10708 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10710 * org-footnote.el (org-footnote-at-definition-p): Make sure to
10711 move point at the beginning of the separator before skiping white
10712 spaces. Refactor code.
10714 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10716 * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
10717 export when "strip-export".
10719 * ob.el (org-babel-common-header-args-w-values): New noweb
10721 (org-babel-merge-params): New noweb header value.
10722 (org-babel-noweb-p): New noweb header value.
10724 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10726 * ob-tangle.el (org-babel-tangle-clean): Just use default value.
10728 * ob.el (org-babel-noweb-wrap): Add default value.
10729 (org-babel-expand-noweb-references): Just use default value.
10731 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10733 * org-exp.el (org-export-select-backend-specific-text): Always
10734 preserve original indentation as a text property so that lists do
10735 not get broken by indentation at column 0.
10737 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10739 * ob.el (org-babel-expand-noweb-references): Don't allow newlines
10740 in source names in noweb references.
10742 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10744 * org.el (org-fill-line-break-nobreak-p): New function.
10745 (org-set-autofill-regexps): Add previous function to
10746 `fill-nobreak-predicate'.
10748 2012-04-01 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
10750 * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
10751 visibility regardless of local user customization.
10753 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
10755 * org-inlinetask.el (org-inlinetask-show-first-star): New option.
10756 (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
10758 * org-indent.el (org-indent-set-line-properties):
10759 Honor `org-inlinetask-show-first-star'.
10761 2012-04-01 Bastien Guerry <bzg@gnu.org>
10763 * org.el (org-set-regexps-and-options): Ensure `org-drawers'
10764 doesn't contain duplicates.
10766 2012-04-01 Bastien Guerry <bzg@gnu.org>
10768 * org.el (org-at-drawer-p): Normalize the docstring to match other
10769 `org-at-*-p' docstrings.
10770 (org-indent-block, org-indent-drawer, org-at-block-p):
10772 (org-metaright): Use the new functions to indent a drawer or a
10773 block depending on the context. Also update the docstring.
10775 2012-04-01 Bastien Guerry <bzg@gnu.org>
10777 * org.el (org-set-regexps-and-options): Set the value of
10778 `org-drawers' by adding the value of the infile #+DRAWERS option
10779 to that of the existing `org-drawers'.
10781 2012-04-01 Bastien Guerry <bzg@gnu.org>
10783 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
10786 2012-04-01 Bastien Guerry <bzg@gnu.org>
10788 * org-inlinetask.el (org-inlinetask-toggle-visibility):
10789 Use `org-show-entry' instead of `outline-flag-region' to keep the
10790 drawers folded when unfolding an inline task.
10792 2012-04-01 Torsten Anders <torsten.anders@beds.ac.uk> (tiny change)
10794 * org-beamer.el (org-beamer-environments-default): Add support and
10795 keybinding for the `exampleblock' environment.
10797 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
10799 * org.el (org-open-link-from-string): Regard `reference-buffer'
10800 when setting `org-inhibit-startup'.
10802 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10804 * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
10805 space between inline src block and results on export.
10807 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10809 * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
10810 punctuation to proceed an inline src block.
10812 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10814 * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
10815 list of characters allowed to proceed an inline src block.
10817 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10819 * ob-tangle.el (org-babel-tangle-clean): Use the customizable
10822 * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
10823 (org-babel-noweb-wrap-end): End a noweb reference.
10824 (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
10825 (org-babel-expand-noweb-references): Use the customizable noweb
10828 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10830 * org.el (org-beginning-of-line): Handle case when there's no
10831 character after box.
10833 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10835 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
10836 Delay it till the end of export.
10837 (org-odt-begin-document-body): Make a note of the default
10838 position of TOC in `org-lparse-dyn-first-heading-pos'.
10839 (org-odt-insert-toc): Insert TOC as directed by
10840 [TABLE-OF-CONTENTS] line or at the default position.
10841 (org-odt-end-export): Call `org-odt-insert-toc'.
10843 2012-04-01 Bastien Guerry <bzg@gnu.org>
10845 * org.el (org-preview-latex-fragment): Throw an error when called
10846 from a non-file buffer.
10848 2012-04-01 Bastien Guerry <bzg@gnu.org>
10850 * org.el (org-insert-property-drawer): Not an interactive
10852 (org-insert-drawer): With a prefix argument, insert a property
10853 drawer. Check for headline within the region before inserting the
10854 drawer. Don't include special drawers in the completion table.
10855 (org-mode-map): New keybinding `C-c C-x d' for
10856 `org-insert-drawer'.
10858 2012-04-01 Bastien Guerry <bzg@gnu.org>
10860 * org.el (org-insert-drawer): Support completion over known drawer
10861 names and inserting a drawer around the current region.
10863 2012-04-01 Bastien Guerry <bzg@gnu.org>
10865 * org.el (org-insert-drawer): New function.
10866 (org-insert-property-drawer): Use it.
10868 2012-04-01 Bastien Guerry <bzg@gnu.org>
10870 * org-list.el (org-mark-list): New function.
10872 2012-04-01 Bastien Guerry <bzg@gnu.org>
10874 * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
10875 complete drawer at point.
10876 (org-thing-at-point): Use it.
10878 2012-04-01 Bastien Guerry <bzg@gnu.org>
10880 * org.el (org-meta-return): Use `newline-and-indent' when in a
10883 2012-04-01 Bastien Guerry <bzg@gnu.org>
10885 * org.el (org-structure-template-alist): Fix docstring: the
10886 feature is not experimental anymore.
10888 2012-04-01 Bastien Guerry <bzg@gnu.org>
10890 * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
10891 display the item without unfolding drawers and logbooks.
10893 2012-04-01 Bastien Guerry <bzg@gnu.org>
10895 * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
10898 2012-04-01 Bastien Guerry <bzg@gnu.org>
10900 * org.el (org-structure-template-alist): Fix missing angle
10901 brackets for muse export style.
10903 2012-04-01 Bastien Guerry <bzg@gnu.org>
10905 * org.el (org-read-date): New parameter `inactive' when reading
10906 for insertion of inactive timestamps.
10907 (org-time-stamp, org-read-date-display): Use the new
10910 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10912 * ob.el (org-babel-expand-noweb-references): Only allow
10913 reference names which start and end with non-whitespace characters.
10914 Also, raise errors as appropriate given org-babel-noweb-error-langs.
10916 2012-04-01 Bastien Guerry <bzg@gnu.org>
10918 * org-src.el (org-src-in-org-buffer): Save and restore
10919 `buffer-undo-list' after editing.
10921 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10923 * ob.el (org-babel-common-header-args-w-values): Add new header
10925 (org-babel-expand-noweb-references): Use header argument rather than
10926 customization variable.
10928 2012-04-01 David Maus <dmaus@ictsoc.de>
10930 * org-capture.el (org-capture-place-item): Don't search for
10931 position in existing list if :exact-position was supplied.
10933 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10935 * ob.el (org-babel-noweb-separator): Custom variable for
10936 accumulated noweb references.
10937 (org-babel-expand-noweb-references): Allow separator for noweb
10940 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10942 * org.el (org-beginning-of-line): In an item, special position
10943 for C-a is after check-box, if any.
10944 (org-special-ctrl-a/e): Modify doc-string accordingly.
10946 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10948 * org-odt.el (org-export-odt-format-formula): Use :style
10949 property to specify custom table styles.
10951 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10953 * ob-exp.el (org-babel-exp-call-line-template): Control export of
10954 additional call line information.
10955 (org-babel-exp-non-block-elements): Fancier call line export.
10957 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10959 * org-odt.el (org-odt-entity-frame-styles): Add frame params
10960 for images that are anchored as character.
10961 (org-export-odt-format-image): Handle new anchor type
10963 (org-export-odt-default-image-sizes-alist): Misc. change.
10964 (org-export-odt-format-formula): Misc. change.
10966 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10968 * ob.el (org-babel-check-src-block): Don't report valid header
10969 arguments as suspicious.
10971 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
10973 * ob-exp.el (org-babel-exp-non-block-elements): Map over both
10974 inline src blocks and call lines on export.
10976 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10978 * org-odt.el (org-odt-label-styles): Add a new style.
10979 (org-odt-category-map-alist): Use it.
10981 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
10983 * org-odt.el (org-odt-table-style-format): New. Template for
10984 auto-generated table styles.
10985 (org-odt-automatic-styles, org-odt-object-counters):
10987 (org-odt-add-automatic-style): New function.
10988 (org-odt-write-automatic-styles): New function.
10989 Create automatic styles for tables that have custom :rel-width.
10990 (org-odt-begin-table): Parse attributes specified with
10991 "#+ATTR_ODT: " option and use it to create an automatic table
10993 (org-odt-save-as-outfile):
10994 Call `org-odt-add-write-automatic-styles'.
10995 (org-odt-init-outfile): Init newly add variables.
10996 (org-odt-section-count): Remove it.
10997 (org-odt-begin-section): Use `org-odt-add-automatic-style' to
10998 generate an automatic section name.
11000 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11002 * ob.el (org-babel-map-executables): Correctly position point when
11003 mapping hits an inline code block.
11005 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11007 * ob.el (org-babel-execute-src-block): Ensure params are
11008 incorporated *before* checking if evaluation is legal.
11010 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11012 * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
11013 marker so it is updated as required during export.
11015 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11017 * org-src.el (org-src-in-org-buffer): Run commands in the parent
11019 (org-edit-src-save): Use new macro.
11020 (org-src-tangle): Tangle the parent buffer.
11022 2012-04-01 Bastien Guerry <bzg@gnu.org>
11024 * org.el (org-set-font-lock-defaults): Fix bug in done
11025 headline fontification.
11027 2012-04-01 Bastien Guerry <bzg@gnu.org>
11029 * org.el (org-set-font-lock-defaults): Fix bug in done
11030 headline fontification.
11032 2012-04-01 Bastien Guerry <bzg@gnu.org>
11034 * org.el (org-return): Act normally when in code blocks.
11036 2012-04-01 Bastien Guerry <bzg@gnu.org>
11038 * org.el (org-in-src-block-p): New function.
11039 (org-context): Return new contexts :clocktable and :src-block.
11041 2012-04-01 Bastien Guerry <bzg@gnu.org>
11043 * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
11044 C-q' do the right thing even when point is before the first
11047 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11049 * ob.el (org-babel-noweb-p): Disambiguate intersection name.
11051 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
11053 * org-odt.el (org-odt-format-textbox): Honor user-specified
11054 width in captioned images.
11056 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11058 * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
11059 (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
11060 (org-babel-map-call-lines): Replace gensym with make-symbol.
11061 (org-babel-map-executables): Replace gensym with make-symbol.
11063 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11065 * ob-exp.el (org-babel-exp-results): Alter a copy of info.
11067 2012-04-01 Bastien Guerry <bzg@gnu.org>
11069 * org-html.el (org-export-as-html):
11070 Initialize `html-pre-real-contents' correctly.
11072 2012-04-01 Bastien Guerry <bzg@gnu.org>
11074 * org-html.el (org-export-as-html):
11075 Initialize `html-pre-real-contents' correctly.
11077 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11079 * ob-exp.el (org-babel-exp-code): Ensure code block name is a
11082 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11084 * ob-exp.el (org-babel-exp-code-template): Customizable code
11085 block export format string.
11086 (org-babel-exp-code): Customizable code block export.
11088 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11090 * ob-clojure.el (org-babel-execute:clojure): Remove dependency
11091 on deprecated swank-clojure.
11093 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11095 * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
11096 (org-babel-map-inline-src-blocks): Don't pollute symbol space.
11097 (org-babel-map-call-lines): Don't pollute symbol space.
11098 (org-babel-map-executables): Map over *all* executable Org-mode
11100 (org-babel-execute-buffer): Execute elements in buffer order instead
11103 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11105 * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
11106 Those must be done with `copy-tree'.
11108 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11110 * org-src.el (org-edit-src-code): Referenced code block should
11111 not be evaluated on code block edit.
11113 2012-04-01 Bastien Guerry <bzg@gnu.org>
11115 * org.el (org-structure-template-alist): Use uppercase for
11118 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11120 * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
11121 code block results.
11123 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11125 * ob.el (org-babel-results-keyword): New user-configurable
11127 (org-babel-where-is-src-block-result): Use new user-configurable
11130 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11132 * org-indent.el (org-indent-refresh-maybe): Check for new
11133 headlines from the beginning of the line to be sure to catch
11134 any newly inserted headline there.
11136 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11138 * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
11139 (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
11141 * ob-tangle.el (org-babel-tangle-collect-blocks):
11142 Use `org-babel-noweb-p'.
11144 * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
11145 (org-babel-expand-src-block): Use `org-babel-noweb-p'.
11146 (org-babel-load-in-session): Use `org-babel-noweb-p'.
11147 (org-babel-merge-params): Use `org-babel-noweb-p'.
11148 (org-babel-noweb-p): New function used to determine if noweb
11149 expansion should be carried out in a given context.
11151 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11153 * org.el (org-update-property-plist): Fix bug in property list
11156 2012-04-01 François Pinard <pinard@iro.umontreal.ca> (tiny change)
11158 * org.el (org-kill-line): Use `kill-visual-line' in
11159 `visual-line-mode'.
11161 2012-04-01 Bernt Hansen <bernt@norang.ca>
11163 * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point
11164 is outside the current restriction.
11166 2012-04-01 Bernt Hansen <bernt@norang.ca>
11168 * org-agenda.el (org-agenda-clock-in): Save restriction when clocking
11169 in from the agenda.
11171 2012-04-01 Bernt Hansen <bernt@norang.ca>
11173 * org.el: Honor existing restrictions when regenerating the agenda.
11175 2012-04-01 Bastien Guerry <bzg@gnu.org>
11177 * org-agenda.el: New alias for `list-diary-entries-hook'.
11179 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11181 * ob.el (org-babel-common-header-args-w-values): Add the new
11182 header argument name.
11183 (org-babel-insert-result): Respect the value of the :wrap header
11184 argument when inserting results.
11185 (org-babel-result-end): Find the end of arbitrarily named result
11188 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11190 * org-indent.el (org-indent-refresh-maybe): Check for new
11191 headlines from the beginning of the line to be sure to catch
11192 any newly inserted headline there.
11194 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11196 * org.el (org-update-property-plist): Remove old instances of
11197 property when adding a new value for property.
11199 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
11201 * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
11202 code block would cause an error when the block is was executed.
11203 This fix cures this behavior.
11205 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11207 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
11208 pieces of a previous patch.
11210 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11212 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
11214 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11216 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
11217 pieces of a previous patch.
11219 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11221 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
11223 2012-04-01 Bastien Guerry <bzg@gnu.org>
11225 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
11226 instead of (end-of-buffer).
11228 2012-04-01 Bastien Guerry <bzg@gnu.org>
11230 * org-bbdb.el (name): Declare variable.
11231 (bbdb-record-get-field, bbdb-search-name)
11232 (bbdb-search-organization): Declare as part of ext:bbdb.
11234 2012-04-01 Bastien Guerry <bzg@gnu.org>
11236 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
11237 instead of the obsolete `org-agenda-filter'.
11239 2012-04-01 Bastien Guerry <bzg@gnu.org>
11241 * org-agenda.el: Add an alias for `org-agenda-filter'.
11242 (diary-list-entries-hook): Use the non-obsolete hook.
11243 (org-agenda-filter-apply): Silent compiler warning.
11245 2012-04-01 Bastien Guerry <bzg@gnu.org>
11247 * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
11248 (org-ditaa-jar-option): New option.
11249 (org-babel-execute:ditaa): Use it.
11251 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11253 * ob.el (org-babel-balanced-split): Explicit checking if list
11254 before calling member.
11256 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
11258 * ob.el (org-babel-balanced-split): Explicit checking if list
11259 before calling member.
11261 2012-02-14 Chong Yidong <cyd@gnu.org>
11263 * org-footnote.el: Remove bogus defvar values (Bug#10745).
11265 2012-01-05 Eric Schulte <eric.schulte@gmx.com>
11267 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
11268 pieces of a previous patch.
11270 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
11272 2012-01-05 Bastien Guerry <bzg@gnu.org>
11274 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
11275 instead of (end-of-buffer).
11277 * org-bbdb.el (name): Declare variable.
11278 (bbdb-record-get-field, bbdb-search-name)
11279 (bbdb-search-organization): Declare as part of ext:bbdb.
11281 * org-agenda.el: Add an alias for `org-agenda-filter'.
11282 (diary-list-entries-hook): Use the non-obsolete hook.
11283 (org-agenda-filter-apply): Silent compiler warnings.
11285 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
11286 instead of the obsolete `org-agenda-filter'.
11288 2012-01-03 Bastien Guerry <bzg@gnu.org>
11290 * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
11291 and removing checkboxes with `C-u C-c C-c' on the first item
11292 of a list. Also, don't reinitialize checkboxes that are
11295 2012-01-03 Bastien Guerry <bzg@gnu.org>
11297 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
11298 value with only one digit for the hours.
11300 2012-01-03 Bastien Guerry <bzg@gnu.org>
11302 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
11303 Remove deleted function `org-encode-for-stdout'.
11305 2012-01-03 Bastien Guerry <bzg@gnu.org>
11307 * org.el (org-show-context): Complete docstring.
11309 2012-01-03 Bastien Guerry <bzg@gnu.org>
11311 * org-agenda.el (org-agenda-filter-by-tag):
11312 Use `read-char-exclusive' instead of `read-char'.
11314 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
11316 * org-clock.el (org-clock-in, org-clock-find-position):
11317 Remove erraneous space in regexp.
11319 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
11321 * ob.el (org-babel-expand-noweb-references): Rather than using
11322 a pure regexp solution to resolve noweb references, actually
11323 check the information of every code block in the buffer.
11324 This will cause a slowdown in noweb reference expansion, but is
11325 necessary for correct behavior.
11327 2012-01-03 Bastien Guerry <bzg@gnu.org>
11329 * org.el (org-map-continue-from): Fix typo in docstring.
11331 2012-01-03 Bastien Guerry <bzg@gnu.org>
11333 * org.el (org-property-re): Also match cumulating properties
11336 2012-01-03 Bastien Guerry <bzg@gnu.org>
11338 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
11339 matching the end of a block.
11341 2012-01-03 David Maus <dmaus@ictsoc.de>
11343 * org.el (org-open-at-point): Escape link path for http:,
11344 https:, ftp:, news:, and doi: links only if the path contains
11345 space or non-ascii character.
11347 2012-01-03 David Maus <dmaus@ictsoc.de>
11349 * org.el (org-refile-get-targets): Ignore headlines without a
11352 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
11354 * ob.el (org-babel-map-call-lines): Move this file from
11355 ob-lob.el into ob.el to ease dependency pains.
11357 2012-01-03 Bastien Guerry <bzg@gnu.org>
11359 * org-publish.el (org-publish-index-generate-theindex):
11360 Use theindex.inc for storing index entries, and theindex.org for
11361 including theindex.inc.
11363 2012-01-03 Bastien Guerry <bzg@gnu.org>
11365 * org-publish.el (org-publish-index-generate-theindex):
11366 Create proper file target for index entries in subdirectories.
11368 2012-01-03 Bastien Guerry <bzg@gnu.org>
11370 * org-protocol.el (org-protocol-check-filename-for-protocol):
11371 Fix spelling mistake.
11373 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
11375 * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
11376 for title and subtitle.
11377 (org-odt-format-toc): New.
11378 (org-odt-format-preamble): New. Users can redefine this to
11379 customize what goes before the document body. Currently it
11380 outputs title, author and email, date and toc.
11381 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
11382 (org-odt-format-date): Rename from
11383 `org-odt-iso-date-from-org-timestamp'. Also added an
11384 additional param for format string.
11385 (org-odt-begin-annotation, org-odt-update-meta-file):
11386 Use `org-odt-format-date'.
11388 2012-01-03 Bastien Guerry <bzg@gnu.org>
11390 * org.el (org-at-drawer-p): New function.
11391 (org-end-of-line): Use it.
11393 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
11395 * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
11396 Controls the method in which noweb references are expanded.
11397 (org-babel-expand-noweb-references): Bring back the option for
11398 regexp-based noweb expansion.
11400 2012-01-03 Bastien Guerry <bzg@gnu.org>
11402 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
11403 with only one digit for the hours.
11405 2012-01-03 Bastien Guerry <bzg@gnu.org>
11407 * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
11408 when ticking the checkbox of the first item.
11410 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
11412 * org-list.el (org-list-write-struct): Add an optional
11413 argument for structure changes happening outside the function.
11415 * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
11416 item of a sub-list should toggle check-box presence of every
11417 item in the same sub-list. Also fix check-box insertion on a
11420 2012-01-03 Bastien Guerry <bzg@gnu.org>
11422 * org-agenda.el (org-agenda-filter-preset): New alias.
11423 (org-agenda-filter-by-category): New command.
11424 (org-agenda-mode-map): Add the new command.
11425 (org-agenda-custom-commands-local-options): Add category
11427 (org-agenda-mark-filtered-text): Mark both tag and filter
11429 (org-agenda-category-filter-preset): New variable.
11430 (org-finalize-agenda, org-agenda-redo)
11431 (org-agenda-filter-make-matcher, org-agenda-filter-apply):
11432 Handle both category and tag filters.
11433 (org-agenda-filter-show-all-tag): Rename from
11434 `org-agenda-filter-by-tag-show-all'.
11435 (org-agenda-filter-show-all-cat): New function.
11436 (org-agenda-set-mode-name): Show the category filter in the
11439 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
11441 * org-bbdb.el (org-bbdb-old): New variable.
11442 (org-bbdb-store-link, org-bbdb-open): Check for
11444 (org-bbdb-open-old, org-bbdb-open-new): New functions.
11446 2012-01-03 Bastien Guerry <bzg@gnu.org>
11448 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
11449 Remove deleted function `org-encode-for-stdout'.
11451 2012-01-03 Bastien Guerry <bzg@gnu.org>
11453 * org.el (org-check-dates-range): New command.
11454 (org-sparse-tree): Use it.
11456 2012-01-03 Bastien Guerry <bzg@gnu.org>
11458 * org-agenda.el (org-agenda-write): Rename from
11459 `org-write-agenda'.
11460 (org-agenda-mode-map, org-agenda-menu)
11461 (org-batch-store-agenda-views): Use new name
11462 `org-agenda-write'.
11464 2012-01-03 Bastien Guerry <bzg@gnu.org>
11466 * org.el (org-loop-over-headlines-in-active-region):
11468 (org-todo, org-deadline, org-schedule): Honor the 'start-level
11469 value of `org-loop-over-headlines-in-active-region'.
11471 2012-01-03 Bastien Guerry <bzg@gnu.org>
11473 * org-archive.el (org-archive-subtree)
11474 (org-archive-to-archive-sibling, org-toggle-archive-tag):
11475 Bugfix: use 'region-start-level.
11477 2012-01-03 Bastien Guerry <bzg@gnu.org>
11479 * org.el (org-show-context): Complete docstring.
11481 2012-01-03 Bastien Guerry <bzg@gnu.org>
11483 * org-agenda.el (org-agenda-filter-by-tag):
11484 Use `read-char-exclusive' instead of `read-char'.
11486 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
11488 * org.el (org-scan-tags): Make sure `org-map-continue-from' is
11491 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
11493 * org-clock.el (org-clock-in, org-clock-find-position):
11494 Remove erraneous space in regexp.
11496 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
11498 * org-odt.el (org-odt-lib-dir): Add docstring.
11499 (org-odt-data-dir): New variable. Use this variable to
11500 control the locations from which the ODT exporter picks the
11501 OpenDocument styles and schema files from. Set this variable
11502 explicitly only if the in-built heuristics for locating the
11504 (org-odt-styles-dir-list, org-odt-schema-dir-list):
11505 New variables. Pay specific attention to (eval-when-compile ...)
11506 form through which Makefile's $(datadir) - contained in
11507 `org-odt-data-dir' - gets compiled in as a "hard coded"
11509 (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
11512 2012-01-03 Bastien Guerry <bzg@gnu.org>
11514 * org-archive.el (org-archive-subtree)
11515 (org-archive-to-archive-sibling, org-toggle-archive-tag)
11516 (org-archive-set-tag): Handle the 'start-level value for
11517 `org-loop-over-headlines-in-active-region'.
11519 2012-01-03 Bastien Guerry <bzg@gnu.org>
11521 * org.el (org-scan-tags): New parameter `start-level' to scan only
11522 through headlines of that level.
11523 (org-map-entries): New allowed value `region-start-level' for
11524 the `scope' parameter, to allow scanning through headlines of
11525 the same level than the first headline in the region.
11526 (org-loop-over-headlines-in-active-region): New allowed value
11529 2012-01-03 Bastien Guerry <bzg@gnu.org>
11531 * org-archive.el (org-archive-subtree)
11532 (org-archive-to-archive-sibling, org-archive-set-tag)
11533 (org-toggle-archive-tag): Allow to loop over the active region by
11534 using `org-loop-over-headlines-in-active-region'.
11536 2012-01-03 Bastien Guerry <bzg@gnu.org>
11538 * org.el (org-todo): Allow to loop over the active region by
11539 using `org-loop-over-headlines-in-active-region'.
11541 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
11543 * ob.el (org-babel-expand-noweb-references): Rather than using
11544 a pure regexp solution to resolve noweb references, actually
11545 check the information of every code block in the buffer.
11546 This will cause a slowdown in noweb reference expansion, but is
11547 necessary for correct behavior.
11549 2012-01-03 Bastien Guerry <bzg@gnu.org>
11551 * org.el (org-map-continue-from): Fix typo in docstring.
11553 2012-01-03 Bastien Guerry <bzg@gnu.org>
11555 * org-agenda.el (org-agenda-write-buffer-name): New variable.
11556 (org-write-agenda): Use it.
11558 2012-01-03 Bastien Guerry <bzg@gnu.org>
11560 * org-exp.el (org-export-date-timestamp-format): New option to
11561 define the way a timestamp in #+DATE will be exported.
11562 (org-infile-export-plist): Use the new option.
11564 2012-01-03 Bastien Guerry <bzg@gnu.org>
11566 * org.el (org-property-re): Also match cumulating properties
11569 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
11571 * org-odt.el (org-odt-styles-dir): Assume that the styles
11572 files are located under `data-directory' of Emacs distribution
11573 as etc/org/OrgOdtStyles.xml and
11574 etc/org/OrgOdtContentTemplate.xml. Also update docstring.
11575 (org-export-odt-schema-dir): Update docstring.
11577 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
11579 * org-odt.el (org-odt-format-preamble): Honor following user
11580 options: author, timestamp and email.
11582 2012-01-03 Bastien Guerry <bzg@gnu.org>
11584 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
11585 for matching the end of a block.
11587 2012-01-03 Bastien Guerry <bzg@gnu.org>
11589 * org-eshell.el: New file.
11591 2012-01-03 David Maus <dmaus@ictsoc.de>
11593 * org.el (org-open-at-point): Escape link path for http:,
11594 https:, ftp:, news:, and doi: links only if the path contains
11595 space or non-ascii character.
11597 2012-01-03 Bastien Guerry <bzg@gnu.org>
11599 * org-beamer.el (org-beamer-fragile-re): Also recognize
11600 \lstinline and \verb as commands that make a frame fragile.
11602 2012-01-03 David Maus <dmaus@ictsoc.de>
11604 * org.el (org-refile-get-targets): Ignore headlines without a
11607 2012-01-03 Litvinov Sergey <slitvinov@gmail.com>
11609 * ob-octave.el: Add graphical output to png file.
11611 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
11613 * ob.el (org-babel-map-call-lines): Move this file from
11614 ob-lob.el into ob.el to ease dependency pains.
11616 2012-01-03 Bastien Guerry <bzg@gnu.org>
11618 * org-publish.el (org-publish-index-generate-theindex):
11619 Use theindex.inc for storing index entries, and theindex.org for
11620 including theindex.inc.
11622 2012-01-03 Bastien Guerry <bzg@gnu.org>
11624 * org-publish.el (org-publish-index-generate-theindex):
11625 Create proper file target for index entries in subdirectories.
11627 2012-01-03 Bastien Guerry <bzg@gnu.org>
11629 * org-protocol.el (org-protocol-check-filename-for-protocol):
11630 Fix spelling mistake.
11632 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
11634 * org-odt.el (org-export-odt-default-org-styles-alist):
11635 Add styles for title and subtitle.
11636 (org-odt-format-toc): New.
11637 (org-odt-format-preamble): New. Users can redefine this to
11638 customize what goes before the document body. Currently it
11639 outputs title, author and email, date and toc.
11640 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
11641 (org-odt-format-date): Rename from
11642 `org-odt-iso-date-from-org-timestamp'. Also added an
11643 additional param for format string.
11644 (org-odt-begin-annotation, org-odt-update-meta-file):
11645 Use `org-odt-format-date'.
11647 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
11649 * ob-ref.el (org-babel-ref-split-args): Now uses
11650 `org-babel-balanced-split'.
11652 2012-01-03 Bastien Guerry <bzg@gnu.org>
11654 * org-html.el (org-export-html-preamble)
11655 (org-export-html-postamble): Fix docstrings.
11656 (org-export-as-html): Insert the string used by a custom
11657 function for `org-export-html-pre/postamble'.
11659 2012-01-03 Bastien Guerry <bzg@gnu.org>
11661 * org.el (org-block-regexp)
11662 (org-heading-keyword-regexp-format)
11663 (org-heading-keyword-maybe-regexp-format): Move up to keep the
11664 byte-compiler happy.
11666 2012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
11668 * org-agenda.el (org-agenda-do-tree-to-indirect-buffer):
11670 (org-agenda-tree-to-indirect-buffer): Use the new function.
11672 2012-01-03 Bastien Guerry <bzg@gnu.org>
11674 * org-html.el (org-export-as-html): Fix bug when inserting the
11675 output of a custom function for the pre/postamble.
11677 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
11679 * org-odt.el (org-odt-format-source-code-or-example):
11680 Try loading htmlfontify safely.
11682 2012-01-03 Bastien Guerry <bzg@gnu.org>
11684 * org-odt.el (require): Require htmlfontify.el only if
11685 emacs-version is greater than 23.2.
11687 2012-01-03 Bastien Guerry <bzg@gnu.org>
11689 * org-faces.el (org-agenda-calendar-event)
11690 (org-agenda-calendar-sexp): Use the default face.
11692 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
11694 * ob.el (org-babel-expand-noweb-references): Fix regexp.
11696 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
11698 * org.el (Key bindings): Remap the Outline functions from
11699 `outline-mode-prefix-map' where possible.
11701 2012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
11703 * org-html.el (org-export-as-html):
11704 Apply `org-export-html-get-todo-kwd-class-name' to the class
11705 attribute of the todo-keyword span tag, not to its text
11708 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
11710 * org-agenda.el (org-agenda-get-timestamps)
11711 (org-agenda-get-sexps): Use face for highlighting "calendar"
11714 2012-01-03 Peter Münster <pmlists@free.fr> (tiny change)
11716 * org.el (org-add-planning-info): Treat absolute time too.
11718 2012-01-03 Bastien Guerry <bzg@gnu.org>
11720 * org-table.el (org-table-transpose-table-at-point): Don't use
11723 2012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
11725 * org-clock.el (org-clock-out-if-current): Check the clock
11726 buffer is existing.
11728 2012-01-03 Bernt Hansen <bernt@norang.ca>
11730 * org-clock.el (org-clock-out-if-current): Fix marker in no
11731 buffer error for task state change in an indirect buffer.
11733 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
11735 * org.el (org-offer-links-in-entry): Make list when assigning
11738 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
11740 * ob.el (org-babel-expand-noweb-references): Rather than
11741 collect the info from *every* block in the current buffer,
11742 simply regexp search for those blocks which appear to match
11743 the continued source name.
11745 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
11747 * ob.el (org-babel-insert-result): Do not examplize wrapped
11748 scalar results, simply wrap them.
11749 (org-babel-result-end): Find the end of results wrapped in a
11752 2012-01-03 Bastien Guerry <bzg@gnu.org>
11754 * org.el (org-todo-yesterday): When called from the agenda,
11755 use `org-agenda-todo-yesterday' instead.
11757 2012-01-03 Bastien Guerry <bzg@gnu.org>
11759 * org-table.el (org-table-transpose-table-at-point): New command.
11761 2012-01-03 Bastien Guerry <bzg@gnu.org>
11763 * org-html.el (org-export-html-headline-anchor-format):
11765 (org-html-level-start): Use the new option.
11767 2012-01-03 Rob Giardina <rob@giardina.us> (tiny change)
11769 * org-agenda.el (org-agenda-with-point-at-orig-entry):
11772 2012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
11774 * org-special-blocks.el
11775 (org-special-blocks-convert-html-special-cookies):
11776 Close paragraph before opening or closing the <div>, and open
11777 paragraph after. Also changed newline placement to be the same
11778 as for other blocks.
11780 2012-01-03 Roberto Huelga <rhuelga@gmail.com>
11782 * org-clock.el (org-program-exists): Make the function
11783 compatible with darwin systems.
11785 2012-01-03 David Maus <dmaus@ictsoc.de>
11787 * org-exp.el (org-export-normalize-links): Mark bracket links
11788 before normalization to avoid erroneous normalization of
11789 bracket link parts.
11791 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
11793 * org-odt.el (org-odt-data-dir): Remove.
11794 (org-odt-styles-dir, org-export-odt-schema-dir):
11797 * org-odt.el, org-lparse.el: New files.
11799 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
11801 * org-capture.el (org-capture-set-target-location): Set the
11802 capture default time also to the prompt time.
11804 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
11806 * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
11807 and #+results lines during preprocess.
11809 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
11811 * ob-picolisp.el (ob-comint): Required.
11812 (comint): Required.
11814 (run-picolisp): Declared.
11815 (org-babel-execute:picolisp): Capture free variable, and replace
11816 function from cl-extra with core function.
11818 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
11820 * ob-picolisp.el: New file.
11822 * org.el (org-babel-load-languages): Add Pico Lisp to the list
11823 of supported code block languages.
11825 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
11827 * org-bibtex.el (org-bibtex): Now catches bibtex errors and
11828 directs the user to the location of the error.
11830 2012-01-03 Bastien Guerry <bzg@gnu.org>
11832 * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
11834 2012-01-03 Bastien Guerry <bzg@gnu.org>
11836 * ob.el (org-babel-execute-src-block): Fix typo.
11838 2012-01-03 Bastien Guerry <bzg@gnu.org>
11840 * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
11842 2012-01-03 Bastien Guerry <bzg@gnu.org>
11844 * org.el (org-link-unescape, org-link-unescape-compound):
11845 Fix two typos in docstrings.
11847 2012-01-03 Thomas Dye <dk@poto.local>
11849 * ob-R.el: Added tikzDevice support.
11851 2012-01-03 David Maus <dmaus@ictsoc.de>
11853 * org.el (org-clone-subtree-with-time-shift): Remove clocking
11854 information and empty drawers when preparing a clone.
11856 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11858 * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
11859 `org-export-blocks-postblock-hook'.
11861 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11863 * ob.el (org-babel-hide-result-toggle): Skip over header
11864 argument lines when toggling named code block visibility.
11866 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11868 * org-exp.el (org-export-grab-title-from-buffer):
11869 Don't license to kill text inside blocks when getting a title.
11871 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11873 * ob.el (org-babel-confirm-evaluate): Adding support for new
11874 range of :eval header arguments.
11876 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11878 * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
11879 during export when eval is set to "non-export".
11881 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11883 * ob-ref.el (org-babel-update-intermediate): New custom
11885 (org-babel-ref-resolve): Optionally update the in-buffer results
11886 of code blocks which are evaluated to resolve references.
11888 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11890 * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
11891 split string when a character appears on either side of the
11893 (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
11895 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11897 * org.el (org-reduce): Add a less functional Org-mode copy of
11898 the cl reduce function.
11900 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
11902 * org.el (org-fontify-meta-lines-and-blocks-1):
11903 Recognize "name" as a valid keyword that can preceed a block.
11905 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11907 * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
11908 in-verbatim check to inline code blocks, do lob code blocks as
11911 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
11913 * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
11915 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11917 * ob.el (org-babel-named-src-block-regexp-for-name):
11918 Ensure that partial names are not matched.
11919 (org-babel-named-data-regexp-for-name): Ensure that partial names
11922 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11924 * ob-ref.el (org-babel-ref-resolve): Search for named code
11925 blocks before named data.
11927 * ob.el (org-babel-named-data-regexp-for-name): New function for
11928 finding named data.
11930 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11932 * ob.el (org-babel-insert-result): Gracefully handle results
11933 which are neither lists nor strings.
11935 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11937 * ob-ref.el (org-babel-ref-resolve): Don't change location when
11938 looking at the contents.
11940 2012-01-03 Milan Zamazal <pdm@zamazal.org>
11942 * org.el (org-set-outline-overlay-data):
11943 Use outline-flag-region to make a region invisible. This ensures
11944 all necessary actions, especially adding
11945 isearch-open-invisible property, are applied.
11947 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11949 * ob-lob.el (org-babel-in-example-or-verbatim):
11950 Fix compilation warning.
11952 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11954 * ob.el (org-babel-find-named-result): Downcase "name" before
11957 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11959 * ob-lisp.el (org-babel-execute:lisp): Fix typo.
11960 (org-babel-lisp-vector-to-list): Fix typo.
11962 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11964 * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
11965 execution contexts (e.g., call lines) look like commented
11968 * ob.el (org-babel-get-src-block-info): Empty match string doesn't
11970 (org-babel-process-params): Always process parameters, even if
11971 you don't to table splitting.
11973 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
11975 * ob-exp.el (org-exp-res/src-name-cleanup): Update Documentation.
11977 * ob-lob.el (org-babel-block-lob-one-liner-regexp):
11978 Update regular expression.
11979 (org-babel-inline-lob-one-liner-regexp): Update regular
11982 * ob-ref.el (org-babel-ref-resolve): Notice when something that
11983 looks like a data results may actually be a code block.
11985 * ob-table.el: Updated documentation.
11987 * ob.el (org-babel-src-name-regexp): Simplify regexp.
11988 (org-babel-get-src-block-info): Update match strings.
11989 (org-babel-data-names): Simplify acceptable names.
11990 (org-babel-find-named-block): Indentation.
11991 (org-babel-find-named-result): Update to not return a code block
11994 * org.el (org-fontify-meta-lines-and-blocks-1):
11995 Removing references to old syntactic elements.
11996 (org-additional-option-like-keywords): Removing references to
11997 old syntactic elements.
11999 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12001 * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
12002 and `buffer-substring'.
12004 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12006 * org-agenda.el (org-agenda-get-todos): Prevent an error when
12007 encountering tasks with only the TODO keyword.
12009 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12011 * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
12012 environment when at an item or an headline, but allow LaTeX
12014 (org-cycle): Try to call `cdlatex-tab' before cycling item's or
12015 headline's visibility, in order to catch LaTeX fragments within.
12017 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12019 * org-exp-blocks.el (org-export-blocks-preprocess): Require a
12020 newline and spaces before a code block.
12022 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12024 * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
12025 over all call lines in a buffer.
12027 * ob.el (org-babel-execute-buffer): Execute call lines when
12028 executing an entire buffer.
12030 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12032 * ob.el (org-babel-process-params): Don't disassemble tables
12035 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12037 * org-clock.el (org-clock-in, org-clock-find-position): Make space
12038 after date optional.
12040 * org.el (org-set-regexps-and-options)
12041 (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
12042 (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
12044 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12046 * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
12047 inside a verbatim block.
12049 * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
12052 2012-01-03 Litvinov Sergey <slitvinov@gmail.com>
12054 * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
12055 (org-babel-maxima-expand): Add input variables and graphic output.
12056 (org-babel-execute:maxima): Add input variables and graphic output.
12057 (org-babel-maxima-var-to-maxima): Add input variables and graphic
12059 (org-babel-maxima-graphical-output-file): Add input variables and
12061 (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
12064 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12066 * ob-fortran.el: New file. Adding support for Fortran code blocks.
12067 * org.el (org-babel-load-languages): Adding fortran to this list.
12069 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12071 * org-footnote.el (org-footnote-new): Cannot insert an inline
12072 footnote at beginning of line anymore.
12073 (org-footnote-at-reference-p): Don't recognize inline footnotes at
12076 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12078 * org.el (org-set-font-lock-defaults): Fix small error in matching
12079 group that prevented fontification of keywords like
12080 org-comment-string and stars in headlines.
12082 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12084 * org.el (org-catch-invisible-edits): New option.
12085 (org-self-insert-command, org-delete-backward-char)
12086 (org-delete-char): Call `org-check-before-invisible-edit'.
12087 (org-check-before-invisible-edit): New function.
12089 2012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com>
12091 * org-exp.el (org-solidify-link-text): Respect
12092 org-export-with-tags when forming the export title during subtree
12095 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12097 * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
12098 (org-heading-keyword-maybe-regexp-format): Globalize variables so
12099 they are accessible even in buffers not in Org mode.
12101 2012-01-03 David Maus <dmaus@ictsoc.de>
12103 * org.el (org-insert-link): Don't use default-description if a
12104 `org-make-link-description-function' is defined.
12106 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12108 * org.el (org-set-regexps-and-options): Use property blocks for
12109 multi-line properties.
12111 2012-01-03 Bastien Guerry <bzg@gnu.org>
12113 * org.el (org-self-insert-command): Don't throw an error when
12114 editing takes place at the first point of the buffer.
12116 2012-01-03 Bastien Guerry <bzg@gnu.org>
12118 * org.el (org-self-insert-command): Unfold invisible region at
12119 point or right before point when editing.
12121 2012-01-03 Bastien Guerry <bzg@gnu.org>
12123 * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
12126 2012-01-03 Bastien Guerry <bzg@gnu.org>
12128 * org-html.el (org-html-expand): Prevent a nil value for STRING to
12129 return an error, just return nil.
12131 2012-01-03 Bastien Guerry <bzg@gnu.org>
12133 * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
12134 character in the #+LaTeX_CLASS option.
12136 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12138 * org-footnote.el (org-footnote-at-reference-p)
12139 (org-footnote-at-definition-p): Don't store text-properties of
12140 footnote definitions.
12142 2012-01-03 Bastien Guerry <bzg@gnu.org>
12144 * org-html.el (org-export-as-html): Convert special characters in
12145 meta tag "author", "date", "keyword" and "description".
12147 2012-01-03 Bastien Guerry <bzg@gnu.org>
12149 * org-capture.el (org-capture-before-finalize-hook): Docstring
12150 improvement: mention that the buffer is widened when this hook is
12153 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
12155 * org-html.el (org-export-as-html): Make sure the div for preamble
12156 is not inserted when the preamble is empty.
12158 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
12160 * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
12161 for filtering (shown in the mode-line).
12163 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12165 * ob.el (org-babel-parse-multiple-vars): Trimming excess white
12166 space from split variables.
12168 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12170 * org.el (org-link-search): Add an optional argument preventing
12171 function from revealing context around match.
12173 2012-01-03 Bastien Guerry <bzg@gnu.org>
12175 * org-agenda.el (calendar-check-holidays): Declare function.
12177 2012-01-03 Bastien Guerry <bzg@gnu.org>
12179 * org.el (org-return): Fix bug when matching the face property
12180 before following a link.
12182 2012-01-03 Matt Lundin <mdl@imapmail.org>
12184 * org-agenda.el (org-class): Fix holidays symbol in org-class.
12185 This was resulting in an "Bad sexp..." warning.
12187 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12189 * org.el (org-scan-tags): Also remember
12190 `org-complex-heading-regexp' in a property.
12192 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12194 * org-latex.el (org-export-as-latex): Turn off auto-insert and set
12195 TeX-master to t when creating new TeX buffers.
12197 * org-docbook.el (org-export-as-docbook): Turn off auto-insert
12198 when creating new buffers.
12200 * org-html.el (org-export-as-html): Turn off auto-insert
12201 when creating new buffers.
12203 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12205 * org-table.el (org-table-formula-handle-first/last-rc): Do not
12206 expand pointers to first/last row/column that are inside a call to
12208 (org-table-get-remote-range): Expand pointers to first/last
12211 2012-01-03 Michael Sperber <sperber@deinprogramm.de> (tiny change)
12213 * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
12214 compatibility issue when creating an indirect buffer.
12216 2012-01-03 Christophe Rhodes <csr21@cantab.net>
12218 * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
12219 the same way than LATEX_CLASS.
12221 2012-01-03 Bastien Guerry <bzg@gnu.org>
12223 * org.el (org-return): Check the presence of the 'org-link face
12224 even in contexts where there is more than one face.
12226 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12228 * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
12229 argument names which should be inherited.
12231 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12233 * org.el (org-in-block-p): Return matched name of block, if any.
12234 It can be useful when a list of block names is provided as
12237 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12239 * org-docbook.el (org-export-as-docbook): Fix regexp.
12241 * org-html.el (org-export-as-html): Fix regexp.
12243 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12245 * org-agenda.el (org-class): Allow holidays to be skipped.
12247 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12249 * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
12251 2012-01-03 Peter Münster <pmrb@free.fr> (tiny change)
12253 * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
12254 strings before calling `string-match'.
12256 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12258 * org-footnote.el (org-footnote-at-reference-p)
12259 (org-footnote-at-definition-p): Remove text-properties from label.
12261 2012-01-03 Bastien Guerry <bzg@gnu.org>
12263 * org-html.el (org-export-as-html): Add a "title" meta tag.
12265 2012-01-03 Bastien Guerry <bzg@gnu.org>
12267 * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
12268 entries to pass to `org-agenda-get-day-entries' and allow to
12269 filter out entries using a function.
12271 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12273 * org-agenda.el: Fix small display bug.
12275 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12277 * org.el (org-set-regexps-and-options): Fix small bug introduced
12278 by commit dfcb6faef11a2439b56b18a6289803361d402130.
12280 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12282 * org-agenda.el (org-search-view): Simplify regexp.
12283 (org-agenda-get-todos): Use new format string.
12285 * org-archive.el (org-archive-all-done): Simplify regexp.
12287 * org-ascii.el (org-export-as-ascii): More accurate regexp.
12289 * org-colview.el (org-columns-capture-view): Use new format string
12292 * org-docbook.el (org-export-as-docbook): More accurate
12293 regexp. Also use new regexp to match generic headlines.
12295 * org-exp.el (org-export-protect-quoted-subtrees): More accurate
12296 regexp. Also use new regexp to match generic headlines.
12298 * org-html.el (org-export-as-html): More accurate regexp.
12299 Also use new regexp to match generic headlines.
12301 * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
12302 and now erroneous function.
12304 * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
12306 (org-set-regexps-and-options): Create regexps according to the
12307 following rule: use spaces only to separate elements from an headline,
12308 while allowing mixed tabs and spaces for any indentation job.
12309 (org-nl-done-regexp, org-looking-at-done-regexp): Remove variables.
12310 (org-set-font-lock-defaults): Fontify again headlines with a keyword
12311 and no other text. Use new format strings.
12312 (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
12313 (org-toggle-fixed-width-section): Use new format string.
12314 (org-todo): More accurate regexps.
12315 (org-point-at-end-of-empty-headline): Simplify regexp.
12316 (org-insert-heading): Headline can sometimes be nil.
12318 2012-01-03 David Maus <dmaus@ictsoc.de>
12320 * org-agenda.el (org-agenda-bulk-action): Bind
12321 `org-loop-over-headlines-in-active-region' to nil to avoid conflict
12324 2012-01-03 David Maus <dmaus@ictsoc.de>
12326 * org.el (org-deadline, org-schedule): Skip invisible headlines when
12327 mapping over headlines in active region.
12329 2012-01-03 David Maus <dmaus@ictsoc.de>
12331 * org.el (org-loop-over-headlines-in-active-region):
12332 New customization variable. Loop over headlines in active region.
12333 (org-schedule, org-deadline): Apply to headlines in region depending
12334 on new customization variable.
12336 2012-01-03 David Maus <dmaus@ictsoc.de>
12338 * org.el (org-map-entries): Immediately return if scope is 'region
12339 but no region is active.
12341 2012-01-03 David Maus <dmaus@ictsoc.de>
12343 * org.el (org-map-entries): Extend scope 'region to include entire
12344 body of last headline in active region.
12346 2012-01-03 Bastien Guerry <bzg@gnu.org>
12348 * org-src.el (org-edit-src-code): Fix typo-bug.
12350 2012-01-03 Bastien Guerry <bzg@gnu.org>
12352 * org.el (org-format-agenda-item, org-scan-tags):
12353 Rename `org-format-agenda-item' to `org-agenda-format-item'.
12355 2012-01-03 Bastien Guerry <bzg@gnu.org>
12357 * org-agenda.el: Replace `category-pos' by `org-category-pos' to
12358 silent byte-compiler.
12360 2012-01-03 Bastien Guerry <bzg@gnu.org>
12362 * org.el: Declare external function `cdlatex-compute-tables'.
12364 2012-01-03 Bastien Guerry <bzg@gnu.org>
12366 * org-latex.el (org-export-latex-set-initial-vars): Fix problem
12367 when matching #+LaTeX_CLASS.
12369 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
12371 * org.el (org-link-search-must-match-exact-headline): Fix typos.
12373 2012-01-03 Bastien Guerry <bzg@gnu.org>
12375 * org-latex.el (org-export-latex-make-header): Add some hyperref
12378 2012-01-03 Kai Tetzlaff <kai.tetzlaff@web.de> (tiny change)
12380 * org-publish.el (org-publish-file): Add 'eval'ing the value of
12381 the :publishing-directory property before using it as destination
12382 of the publishing project. This allows to construct the publish
12383 destination directory dynamically at run-time using the return
12384 value of a function.
12386 2012-01-03 Bastien Guerry <bzg@gnu.org>
12388 * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
12390 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12392 * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
12394 (org-agenda-date-later): Improve the logical structure.
12396 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12398 * ob-calc.el (featurep): Require calc-store.
12400 * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
12403 * org-compat.el (fboundp): Support for XEmacs.
12405 * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
12407 * org-footnote.el (org-footnote-re): Optimize macro processing.
12409 * org.el (org-set-autofill-regexps): Xemacs compatibility.
12411 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12413 * ob.el (org-babel-balanced-split): Balance both [] and ()
12415 (org-babel-parse-header-arguments): Be sure to replace removed ":"
12418 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12420 * ob.el (org-babel-parse-header-arguments): Quick fix for a
12423 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12425 * ob.el (org-babel-params-from-properties): Now splits
12426 multiple var arguments behind a single ":var".
12427 (org-babel-balanced-split): Separated balanced splitting of
12428 strings out into a new function.
12429 (org-babel-parse-multiple-vars): Splits multiple var arguments
12430 behind a single ":var".
12432 2012-01-03 Bastien Guerry <bzg@gnu.org>
12434 * org.el: Remap `outline-promote' and `outline-demote' keys to
12435 `org-promote-subtree' and `org-demote-subtree'.
12437 2012-01-03 Leo Liu <sdl.web@gmail.com>
12439 * org-agenda.el (org-agenda-do-context-action): Check if marker is
12442 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
12444 * org-agenda.el (org-agenda-date-later): Fix shifting of date
12447 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12449 * ob.el: Removing `org-babel-params-from-buffer' and
12450 #+PROPERTIES: entirely.
12452 * ob-exp.el (org-babel-exp-src-block):
12453 Removing `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
12455 * ob-lob.el (org-babel-lob-execute):
12456 Removing `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
12458 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12460 * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
12461 lines in favor of general #+PROPERTIES: lines.
12463 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12465 * ob-sql.el (org-babel-execute:sql): Insert into a temporary
12468 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12470 * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
12471 update the internal cdlatex tables.
12473 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12475 * ob-sql.el (org-babel-execute:sql): Respect literal-results
12478 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12480 * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
12481 code block colname and rowname handling.
12483 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12485 * org-publish.el (org-publish-cache-file-needs-publishing):
12486 Fix regexp to not inlcude newlines.
12488 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12490 * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
12493 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12495 * org.el (org-fontify-entities): Match entities before
12496 numbers, as in `\sim2'.
12498 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12500 * org-agenda.el (org-agenda-date-later): Make pushing forward
12501 a past date to jump immedialtely to today.
12503 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12505 * org-exp.el (org-store-forced-table-alignment): Parse the
12506 column cookie for both alignment and width
12507 specification. Store the resulting value in `org-col-cookies'
12508 property. Retire the previously used `org-forced-aligns'
12509 property for consistency. Renamed local variable `aligns' to
12512 * org-html.el (org-format-org-table-html):
12513 Use `org-col-cookies'. Renamed local variable forced-aligns to
12516 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12518 * org.el (org-latex-to-mathml-jar-file)
12519 (org-latex-to-mathml-convert-command): New user-customizable
12521 (org-format-latex-mathml-available-p, org-create-math-formula)
12522 (org-format-latex-as-mathml): New functions.
12523 (org-format-latex): Add a new local variable block-type that notes
12524 the nature of the equation - inline or display. Associate it's
12525 value to `org-latex-src-embed-type' property of dvipng links.
12526 Add mathml as new processing type.
12528 2012-01-03 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
12530 * org.el (org-refile): Add tree name to prompt.
12532 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12534 * org-latex.el (org-export-latex-tables):
12535 Honor `org-export-latex-table-caption-above'
12536 (org-export-latex-table-caption-above): New option.
12538 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12540 * ob.el (org-babel-insert-header-arg): Now including language
12541 specific header arg values in insertion options.
12543 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12545 * ob.el (org-babel-insert-header-arg): Fix typo.
12547 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
12549 * org-exp.el (org-export-number-lines): Modify. Add a new
12550 parameter `preprocess' and use this for backend-agnostic
12551 handling of literal examples.
12553 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12555 * org.el (org-match-substring-regexp)
12556 (org-match-substring-with-braces-regexp): Allow subscripts and
12557 superscripts to start at beginning of line.
12559 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12561 * ob.el (org-babel-common-header-args-w-values): New variable to
12562 hold common header arguments and their default values.
12563 (org-babel-header-arg-names): Redefined using the new common
12564 header arg variable.
12565 (org-babel-insert-header-arg): New function to help when inserting
12568 2012-01-03 David Maus <dmaus@ictsoc.de>
12570 * org-html.el (org-html-handle-links): Remove unnecessary
12571 protection markers when publishing link in default format.
12573 2012-01-03 Pieter Praet <pieter@praet.org> (tiny change)
12575 * org-crypt.el (org-crypt-check-auto-save): New function, see
12578 * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
12579 check out into a separate function, and call it at a later
12580 point, to assure it only runs when visiting an encrypted
12583 2012-01-03 John J Foerch <jjfoerch@earthlink.net> (tiny change)
12585 * org.el (org-log-note-headings): Document new %d and %D
12587 (org-store-log-note): Implement new %d and %D escapes.
12589 2012-01-03 Dave Abrahams <dave@boostpro.com>
12591 * org-agenda.el (org-agenda-follow-indirect): New option.
12592 (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
12594 (org-agenda-do-context-action): Also do indirect follow mode
12597 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12599 * ob-table.el (sbe): Fix typo in new sbe specification.
12601 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12603 * ob-table.el (sbe): If first variable is a string and not a
12604 cons cell, then interpret it as a string of header arguments
12605 to be passed to the code block.
12607 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12609 * ob-shen.el (shen-eval-defun): Declare external function.
12610 (org-babel-execute:shen): Move requirement of inf-shen into
12611 the function in which it is used to fix build error.
12613 * ob-shen.el: New file.
12615 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
12617 * org.el (org-open-at-point): Make `org-open-at-point' only
12618 ask once about creating a new headline.
12620 2012-01-03 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
12622 * org.el (org-refile-targets): Elaborated the documentation of
12623 the variable as suggested by Dave Abrahams.
12625 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
12627 * org.el (org-align-tags-here): Allow tags to be placed right
12629 (org-tags-column): Document the meaning of tags column 0.
12631 2012-01-03 Niels Giesen <niels.giesen@gmail.com>
12633 * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
12634 in agenda if start day is same as end day.
12636 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12638 * org.el (org-refile-get-location): Ignore errors when
12639 collection heading to be excluded.
12641 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12643 * org-special-blocks.el
12644 (org-special-blocks-convert-html-special-cookies): Avoid XHTML
12645 strict problems by not enclosing special blocks in paragraph tags.
12647 2012-01-03 Bernt Hansen <bernt@norang.ca>
12649 * org-html.el (org-export-as-html): Check string-match
12651 (org-html-handle-time-stamps): Check string-match argument.
12653 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12656 (org-agenda-skip-additional-timestamps-same-entry):
12657 Change default value.
12659 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12661 * org.el (org-time-string-to-time):
12662 (org-time-string-to-absolute): Add optional arguments BUFFER and
12663 POS for error reporting.
12665 * org-agenda.el (org-get-all-dates):
12666 (org-agenda-get-timestamps, org-agenda-get-deadlines)
12667 (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
12668 stamp parsing functions with information on where the
12669 timestamp was taken from.
12671 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12673 * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
12674 after `show-all' in indirect buffer.
12676 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12678 * org-list.el (org-list-parents-alist): When no parent is found
12679 for an item, set it as the closest less indented item above.
12680 If none is found, make it a top level item.
12681 (org-list-write-struct): Externalize code.
12682 (org-list-struct-fix-item-end): New function.
12683 (org-list-struct): Remove a now useless fix.
12685 * org.el (org-ctrl-c-ctrl-c): Use new function.
12687 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12689 * org.el (org-end-of-line): When on an item, move point at the
12690 end of the line, but before any hidden text. Thus, it's still
12691 possible to use commands, like `C-c C-c', acting at
12692 items. This is still disabled if `org-special-ctrl-a/e'
12695 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12697 * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
12699 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12701 * org-footnote.el (org-footnote-renumber-fn:N): Fix an
12704 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12706 * org-footnote.el (org-footnote-at-definition-p):
12707 Remove useless `org-re'.
12709 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12711 * org-footnote.el (org-footnote-renumber-fn:N): Verify point
12712 is at a real footnote reference or definition before
12715 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12717 * org-footnote.el (org-footnote-goto-definition): This patch
12718 makes sure the function says when a definition has been
12719 found. Thus, moving from the reference to the definition
12720 doesn't offer to create the latter again.
12722 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12724 * org-footnote.el (org-footnote-create-definition):
12725 Explicitly move point after tag, if it has just been
12728 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12730 * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
12731 names on Windows systems.
12733 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12735 * org-footnote.el (org-footnote-create-definition): When the
12736 tag is missing, it is created before any existing footnote, or
12737 at end of buffer. In the latter case, the marker pointing at
12738 the position where the new footnote is going to be inserted
12739 (at end of buffer) stays before the tag. This patch makes
12740 sure that the marker will be kept after the tag.
12742 2012-01-03 Eli Zaretskii <eliz@gnu.org>
12744 * org.el (org-mode): Force left-to-right paragraphs in Org
12745 buffers. For a related discussions, see
12746 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
12748 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12750 * ob-asymptote.el (org-babel-asymptote-define-type):
12751 Silence byte-compiler.
12753 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12755 * ob-R.el (org-babel-R-evaluate): Fix bug in R session
12758 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12760 * org-bibtex.el (org-bibtex-type-property-name):
12761 Configurable property name for bibtex entry types.
12762 (org-bibtex-headline): Use new configurable property name.
12763 (org-bibtex-check): Use new configurable property name.
12764 (org-bibtex-create): Use new configurable property name.
12765 (org-bibtex-write): Use new configurable property name.
12767 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12769 * org.el (org-paste-subtree): Remove unnecessary `concat'.
12771 2012-01-03 Bastien Guerry <bzg@gnu.org>
12773 * org.el (org-paste-subtree): Remove useless (concat ...).
12775 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12777 * ob-C.el (org-babel-C-var-to-C): Replacing usage of
12778 characterp with integerp (which should work w/Emacs22).
12780 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12782 * org-footnote.el (org-footnote-at-definition-p): Context must
12783 be valid at the beginning of line, not at point.
12785 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12787 * ob-tangle.el (org-babel-tangle-collect-blocks):
12788 Better delimiting of Org-mode text preceding a code block.
12790 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12792 * ob.el (org-babel-get-src-block-info): Fixing bug,
12793 accidentally deleted variable values.
12795 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12797 * ob-tangle.el (org-babel-process-comment-text):
12798 Customizable function to process comment text.
12799 (org-babel-tangle-collect-blocks): Make use of new
12800 customizable processing function.
12801 (org-babel-spec-to-string): Call customizable function rather than
12804 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12806 * ob-R.el (org-babel-execute:R): Collect and pass along the
12808 (org-babel-R-evaluate): Accept result-params and if "scalar" or
12809 "verbatim" don't process output.
12810 (org-babel-R-evaluate-session): Accept result-params and if
12811 "scalar" or "verbatim" don't process output.
12813 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12815 * ob.el (org-babel-merge-params): Differentiate between result
12816 types and wrappers.
12818 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12820 * ob.el (org-babel-get-src-block-info): Check that
12821 functional-syntax variables are initialized.
12823 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12825 * ob.el (org-babel-check-src-block): Adding a note for a
12826 future enhancement.
12828 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12830 * org-exp.el (org-export): Restore point when exporting a subtree.
12832 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12834 * ob.el (org-babel-parse-src-block-match): More robust to code
12835 blocks with empty bodies.
12837 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12839 * ob.el (org-babel-parse-src-block-match): Don't error on empty
12842 2012-01-03 David Maus <dmaus@ictsoc.de>
12844 * org.el (org-open-at-point): Unescape plain link.
12846 2012-01-03 David Maus <dmaus@ictsoc.de>
12848 * org-html.el (org-html-handle-links): Remove unnecessary link
12851 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12853 * ob.el (org-babel-merge-params): Better error message for
12854 unassigned variables.
12856 2012-01-03 Christian Egli <christian.egli@alumni.ethz.ch>
12858 * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
12859 buffer local variables to the temporary buffer before
12862 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12864 * org-exp.el (org-export-select-backend-specific-text):
12865 Only remove commas on the front line of a code block.
12867 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12869 * ob.el (org-babel-demarcate-block): Copy headers and indent to
12870 column of point when a block is split.
12872 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12874 * ob.el (org-babel-insert-result): Corrected file insertion
12875 for inline results.
12877 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12879 * org-footnote.el (org-footnote-in-valid-context-p):
12880 No footnote in latex fragments.
12882 2012-01-03 Martin Rudalics <rudalics@gmx.at>
12884 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
12885 argument from `pop-to-buffer-same-window' call.
12887 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12889 * ob-R.el (org-babel-R-evaluate-session): Improve prompt
12892 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12894 * org-inlinetask.el (org-inlinetask-goto-end):
12897 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12899 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
12901 (org-babel-asymptote-table-to-array): Remove function.
12903 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12905 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
12906 recognize non-nested lists as uni-dimensional arrays.
12908 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12910 * ob.el (org-babel-params-from-properties): Don't check for
12911 header arguments in properties with leading ":"s.
12913 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12915 * org-inlinetask.el (org-inlinetask-goto-end):
12916 Correctly detect the end of an inlinetask when the next one starts
12917 immediately after the current one. Also, return position of
12920 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12922 * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
12925 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12927 * ob-asymptote.el (org-babel-asymptote-define-type):
12928 Elisp floats are asymptote reals.
12930 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12932 * ob-asymptote.el (org-babel-asymptote-table-to-array):
12933 Require a new argument TYPE specifying the detected type of
12934 array. If it's a string array, make sure every element is
12935 returned as a string. Also improve doc-string.
12936 (org-babel-asymptote-var-to-asymptote): Fill new argument.
12938 (org-babel-asymptote-define-type): Rewrite to avoid stopping
12939 search at first float found, as strings have precedence over
12942 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12944 * org-footnote.el (org-footnote-normalize): Be sure to separate
12945 the last footnote definition from the rest of the buffer.
12947 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
12949 * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
12952 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12954 * org.el (org-latex-regexps): Allow matching latex fragments
12955 of type "$" and "$1" at beginning of line.
12957 2012-01-03 Bastien Guerry <bzg@gnu.org>
12959 * org-agenda.el (org-search-view, org-agenda-get-todos)
12960 (org-agenda-get-deadlines, org-agenda-get-scheduled):
12961 Add `category-pos' in let construct.
12963 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12965 * org-footnote.el (org-footnote-get-definition): The function has
12966 to widen buffer if definition has not been found in the current
12967 narrowed part. Be sure to restore that restriction once the
12968 definition is found.
12970 2012-01-03 Michal Sojka <sojka@os.inf.tu-dresden.de> (tiny change)
12972 * org-icalendar.el (org-print-icalendar-entries): Make alarm
12973 duration RFC5545 compliant.
12975 2012-01-03 Bastien Guerry <bzg@gnu.org>
12977 * org-agenda.el (org-agenda-get-timestamps)
12978 (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
12979 the `org-category-pos' property.
12981 2012-01-03 Bastien Guerry <bzg@gnu.org>
12983 * org-html.el (org-export-html-divs): Improve docstring.
12985 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12987 * org-table.el (org-table-fix-formulas): Throw error when
12988 changing formula leads to an invalid formula.
12990 2012-01-03 Bastien Guerry <bzg@gnu.org>
12992 * org.el (org-archive-location): Minor docstring fix.
12994 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12996 * org.el (org-block-todo-from-checkboxes):
12997 `org-list-search-forward' should be used when looking for an
12998 item, as it filters out contexts where match couldn't be in a
12999 list. Also use a correct item regexp, taking into account
13000 alphabetical ordered lists and counters.
13002 2012-01-03 Bastien Guerry <bzg@gnu.org>
13004 * org-html.el (org-html-make-link): Minor fix to the
13007 2012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
13009 * org-inlinetask.el (org-inlinetask): New customizable face
13012 2012-01-03 Bastien Guerry <bzg@gnu.org>
13014 * org-agenda.el (org-agenda-get-todos): Properly set
13017 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13019 * org-list.el (org-list-struct-apply-struct): Don't use
13020 (copy-marker (point)) instead of (point-marker).
13022 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
13024 * ob.el (org-babel-where-is-src-block-result): Don't try to
13025 resolve variables when simply checking if we're inside of a
13028 2012-01-03 Bastien Guerry <bzg@gnu.org>
13030 * org.el (org-refresh-category-properties): New text property
13031 'org-category-position to point at the beginning of the
13032 headline from which the category is set.
13034 2012-01-03 Matt Lundin <mdl@imapmail.org>
13036 * org.el (org-refile): Don't call `org-back-to-heading' with
13039 2012-01-03 Bastien Guerry <bzg@gnu.org>
13041 * org.el (org-link-display-descriptive): Remove this option and
13042 rely on the existing `org-descriptive-links' instead.
13043 (org-toggle-link-display): Use `org-descriptive-links'.
13045 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
13047 * ob-ref.el (org-babel-ref-resolve): Allow matching of results
13048 with tags after the result name.
13050 2012-01-03 Bastien Guerry <bzg@gnu.org>
13052 * org-table.el (org-table-get-specials): Allow the use of the
13053 underscore character in column names.
13054 (org-table-get-specials): Allow the use of the underscore
13055 character in field names.
13057 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
13059 * org-exp-blocks.el (org-export-blocks-preprocess):
13060 Explicitly cleaning up markers.
13062 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
13064 * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
13065 around `org-babel-exp-do-export' which now searches in this case.
13066 (org-babel-exp-results): Position the point in the inline source
13067 block during export evaluation.
13069 * ob.el (org-babel-insert-result): More readable code.
13071 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
13073 * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
13074 in function rather than the superfluous (and now removed)
13075 org-specific function.
13077 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
13079 * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
13080 inline code blocks which are already escaped.
13082 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
13084 * org-exp-blocks.el (org-marker-from-point): Helper function to
13085 create markers at specific points in source buffers.
13086 (org-export-blocks-preprocess): Use markers instead of points
13087 to delimit code blocks.
13089 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13091 * org-list.el (org-list-separating-blank-lines-number):
13092 The behavior of `org-back-over-empty-lines' depends on the
13093 associated value of `headline' in
13094 `org-blank-before-new-entry', which is out of context in a
13097 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13099 * org-indent.el (org-indent-initialize-agent): When the current
13100 buffer isn't being watched, resume initialization of other watched
13101 buffers. In that case, give hand to others idle timers or
13102 processes more frequently.
13103 (org-indent-agent-active-delay): Rename from
13104 `org-indent-agent-process-duration'.
13105 (org-indent-agent-passive-delay): New variable.
13106 (org-indent-agent-resume-delay): Change value.
13107 (org-indent-initialize-buffer): Change argument name.
13108 (org-indent-add-properties): Change argument name and type
13109 expected. It must be a time value now.
13111 2012-01-03 Bastien Guerry <bzg@gnu.org>
13113 * org.el (org-set-property): Bugfix.
13115 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
13117 * ob.el (org-babel-remove-result): Idempotent code block
13118 evaluation and result removal.
13120 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
13122 * ob-ruby.el (org-babel-ruby-initiate-session): No longer
13123 require inf-ruby when no session evaluation takes place.
13125 2012-01-03 Bastien Guerry <bzg@gnu.org>
13127 * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
13130 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13132 * org-agenda.el (org-agenda-custom-commands): Set a default
13133 value for this command.
13135 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13137 * org-agenda.el (org-agenda-include-all-todo): Declare this option
13138 as no longer working.
13139 (org-timeline): Rename the include-all argument to dotodo.
13140 (org-arg-loc): Rename from` org-include-all-loc'.
13141 (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
13142 because its function has changed.
13144 2012-01-03 Bastien Guerry <bzg@gnu.org>
13146 * org.el (org-fixup-indentation): Fix various small bugs.
13148 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13150 * org-indent.el (org-indent-agent-timer)
13151 (org-indent-agentized-buffers, org-indent-agent-resume-timer)
13152 (org-indent-agent-process-duration)
13153 (org-indent-agent-resume-delay): New variables.
13154 (org-indent-initial-marker): More accurate doc-string.
13155 (org-indent-initial-timer, org-indent-initial-resume-timer)
13156 (org-indent-initial-process-duration)
13157 (org-indent-initial-resume-delay)
13158 (org-indent-initial-lock): Remove variables.
13159 (org-indent-mode): Set up an agent to watch current buffer, or
13160 add it to the list of already watched buffers.
13161 (org-indent-initialize-agent): New function.
13162 (org-indent-initialize-buffer): Now requires a mandatory
13164 (org-indent-add-properties): Reflect changes to variables.
13165 The resume timer is now global.
13167 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13169 * org-footnote.el (org-footnote-normalize): Refactor, and fix
13170 some blank lines deletion.
13172 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13174 * org-indent.el (org-indent-mode):
13175 `org-indent-initial-resume-timer ' needs to be local.
13177 2012-01-03 Bastien Guerry <bzg@gnu.org>
13179 * org.el (org-fixup-indentation): Correctly indent meta lines.
13181 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13183 * org-indent.el (org-indent-set-line-properties): Add text
13184 properties down to the beginning of the next line.
13185 (org-indent-add-properties): When last position to add
13186 properties to is at the beginning of a line, all that line
13187 will have properties.
13189 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13191 * org-indent.el (org-indent-initial-resume-timer): New variable.
13192 (org-indent-initialize-buffer): Also resume after a small break.
13193 (org-indent-add-properties): When in asynchronous mode,
13194 proceed for 2 seconds, then take a break.
13196 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13198 * org-indent.el (org-indent-set-line-properties): New function.
13199 (org-indent-add-properties): Externalize worker function.
13201 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13203 * org-indent.el (org-indent-indent-buffer): Take into account
13206 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13208 * org-indent.el (org-indent-modified-headline-flag): Rename from
13209 `org-indent-deleted-headline-flag'
13210 (org-indent-notify-modified-headline): Rename from
13211 `org-indent-notify-deleted-headline'. Handle situations when
13212 the stars of an headline are modified.
13213 (org-indent-refresh-maybe): Remove case now handled by
13215 (org-indent-mode): Apply renames.
13217 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13219 * org-indent.el (org-indent-inlinetask-first-star):
13221 (org-indent-add-properties): Set the first star of inline-tasks'
13222 virtual indentation in `org-warning' face.
13224 * org-inlinetask.el (org-inlinetask-insert-task): Create a new
13225 inline-task slightly differently, so virtual indentation can
13226 be applied normally.
13228 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13230 * org-indent.el (org-indent-initial-marker)
13231 (org-indent-initial-timer, org-indent-initial-lock):
13233 (org-indent-mode): At initialization, start an idle timer to indent
13234 the whole buffer. When the user is asking for control, interrupt the
13235 process, and resume at the same point when idle again.
13236 (org-indent-initialize-buffer): New function.
13237 (org-indent-add-properties): Throw an interrupt when indentation of
13238 buffer is stopped during initialization.
13240 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13242 * org-indent.el (org-indent-indent-buffer): Send more
13243 appropriate messages.
13245 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13247 * org-indent.el (org-indent-notify-deleted-headline)
13248 (org-indent-refresh-maybe): Replace `org-indent-outline-re'
13249 with `org-outline-regexp-bol'.
13251 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13253 * org-indent.el (org-indent-max-levels): Modify default value and
13255 (org-indent-add-properties): Pay attention to `org-indent-max'
13256 and `org-indent-max-levels' values.
13257 (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
13260 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13262 * org-table.el (org-table-align): Remove now useless hack.
13264 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13266 * org-indent.el (org-indent-fix-section-after-idle-time):
13268 (org-indent-initialize): Remove timer.
13269 (org-indent-add-properties): Refactor code.
13270 (org-indent-refresh-subtree, org-indent-refresh-section)
13271 (org-indent-refresh-buffer, org-indent-set-initial-properties):
13273 (org-indent-deleted-headline): New variable.
13274 (org-indent-notify-deleted-headline, org-indent-refresh-maybe):
13276 (org-indent-mode): Insert new functions into a hook.
13278 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13280 * org-indent.el (org-indent-mode): Completely refresh buffer
13281 before starting org-indent-mode. Also set idle timer to refresh
13282 only visible portion of buffer, and refresh the subtree instead of
13283 section when promoting or demoting it.
13284 (org-indent-add-properties): Rewrite function to proceed line by
13285 line, as required by `wrap-prefix' specificity.
13286 (org-indent-refresh-section, org-indent-refresh-subtree): Refactor.
13287 (org-indent-refresh-view): New function.
13288 (org-indent-refresh-to, org-indent-refresh-section):
13291 * org.el (org-unfontify-region): Do not remove prefix
13292 properties when unfontifying a region.
13294 2012-01-03 Bastien Guerry <bzg@gnu.org>
13296 * org-colview.el (org-columns-cleanup-item): Correctly remove
13297 leading stars in items displayed in the agenda column view.
13299 2012-01-03 Bastien Guerry <bzg@gnu.org>
13301 * org-colview.el (org-columns-display-here): Clean up items in
13302 `org-agenda-mode' too.
13303 (org-columns-cleanup-item): Take a new argument CPHR to allow
13304 passing a complex heading regexp. Rewrite to cleanup ITEM
13305 correctly in `org-agenda-mode'.
13307 2012-01-03 Bastien Guerry <bzg@gnu.org>
13309 * org-clock.el (org-duration-string-to-minutes)
13310 (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes):
13313 2012-01-03 Bastien Guerry <bzg@gnu.org>
13315 * org.el (org-refile-active-region-within-subtree): New option to
13316 allow refiling a region that is part of a subtree without
13317 containing a subtree itself. This default to `nil'.
13318 (org-refile): Use the new option. Put point at the beginning
13319 of the region/subtree to be refiled, so that users understand
13320 what will be refiled. Also improve the prompt to tell whether
13321 the user is refiling a region or a headline.
13323 2012-01-03 Bastien Guerry <bzg@gnu.org>
13325 * org.el (org-properties-postprocess-alist): New option to allow
13326 postprocessing the values of properties set through
13327 `org-set-property'.
13328 (org-set-property): Use this option.
13330 2012-01-03 Bastien Guerry <bzg@gnu.org>
13332 * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
13335 2012-01-03 Bastien Guerry <bzg@gnu.org>
13337 * org-archive.el (org-archive-to-archive-sibling):
13338 Use `org-outline-regexp' instead of `outline-regexp'.
13340 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13342 * org.el (org-between-regexps-p): Searching up to pos may
13343 match again beginning regexp.
13345 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13347 * org-footnote.el (org-footnote-goto-definition): Don't send
13348 erroneous message: suggested bindings might not be set outside
13351 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13353 * org-footnote.el (org-footnote-normalize): Effectively remove
13354 any footnote tag in non Org buffers, as detailled in the
13355 docstring of `org-footnote-tag-for-non-org-mode-files'.
13357 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13359 * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
13360 notify the opportunity to set the variable to the empty string.
13361 (org-footnote-normalize, org-footnote-create-definition):
13362 Carefully check for inserted newlines and presence of the
13365 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13367 * org-footnote.el (org-footnote-at-definition-p): Re-use
13368 `org-footnote-definition-re'.
13370 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13372 * org-footnote.el (org-footnote-definition-re): Remove an
13374 (org-footnote-at-definition-p): Reflect removal of the group.
13376 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13378 * org.el (org-set-regexps-and-options): Enforce white space
13379 after todo keyword, as word boundary isn't sufficient (i.e. in
13380 matches * TODO/this).
13382 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
13384 * org-inlinetask.el (org-inlinetask-export-templates):
13385 Fix template for html so that the exported file is valid
13386 xhtml. Added template for odt.
13387 (org-inlinetask-export-handler): Fix typo in the regexp that
13388 trims content. Make sure that the content is flanked by
13389 paragraph boundaries on either side.
13391 2012-01-03 Bastien Guerry <bzg@gnu.org>
13393 * org.el (org-add-planning-info): Don't insert superfluous
13394 space when updating timestamps.
13396 2012-01-03 Bastien Guerry <bzg@gnu.org>
13398 * org-agenda.el (org-cmp-effort): Fix docstring.
13400 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13402 * org-list.el (org-list-full-item-re): When an item has only a
13403 bullet and no space after it, list structure would not be
13404 recognized correctly.
13406 2012-01-03 Bastien Guerry <bzg@gnu.org>
13408 * org.el (org-overview): Use `outline-regexp' instead of
13409 `org-outline-regexp' so that global cycling using
13410 `orgstruct-mode' works outside of Org buffers.
13412 2012-01-03 Bastien Guerry <bzg@gnu.org>
13414 * org-table.el (org-table-eval-formula): Fix missing variable
13416 (org-table-time-string-to-seconds): Fix missing variable in
13419 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
13421 * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
13422 case of wdays being 0. Don't pass wdays to
13423 org-agenda-deadline-face, like before the old fix.
13424 (org-agenda-deadline-face): Revert to old state that was without
13427 2012-01-03 Bastien Guerry <bzg@gnu.org>
13429 * org-latex.el (org-export-latex-fixed-width): Only add one
13430 line break after exporting verbatim environments.
13432 2012-01-03 Bastien Guerry <bzg@gnu.org>
13434 * org-list.el (org-list-item-trim-br): New function.
13435 (org-list-to-generic): New parameter :nobr to use the new
13438 2012-01-03 David Maus <dmaus@ictsoc.de>
13440 * org.el (org-paste-subtree): Fix wrong order of lines to move
13443 2012-01-03 David Maus <dmaus@ictsoc.de>
13445 * org.el (org-paste-subtree): Paste subtree above target
13446 headline if point is at bol.
13448 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13450 * org-list.el (org-toggle-checkbox): Don't clear lim-down
13451 while used in the while loop.
13453 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13455 * org-list.el (org-toggle-checkbox): Lim-down must be a
13458 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13460 * org.el (org-activate-code): Correct regexp so ":.*" isn't
13463 2012-01-03 David Maus <dmaus@ictsoc.de>
13465 * org-macs.el (org-with-gensyms, org-called-interactively-p)
13466 (with-silent-modifications, org-bound-and-true-p)
13467 (org-unmodified, org-re, org-preserve-lc)
13468 (org-without-partial-completion, org-with-point-at)
13469 (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
13470 (org-if-unprotected-at, org-with-remote-undo)
13471 (org-no-read-only, org-save-outline-visibility)
13472 (org-with-wide-buffer, org-with-limited-levels)
13473 (org-eval-in-environment): Provide edebug specifications.
13475 * org-src.el (org-src-do-at-code-block): Dto.
13477 * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
13479 * org-compat.el (org-xemacs-without-invisibility): Dto.
13481 * org-clock.el (org-with-clock-position, org-with-clock): Dto.
13483 * org-agenda.el (org-agenda-with-point-at-orig-entry)
13484 (org-batch-agenda, org-batch-agenda-csv)
13485 (org-batch-store-agenda-views): Dto.
13487 * ob.el (org-babel-do-in-edit-buffer)
13488 (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
13490 * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
13492 * ob-table.el (sbe): Dto.
13494 * ob-exp.el (org-babel-exp-in-export-file): Dto.
13496 * ob-comint.el (org-babel-comint-in-buffer)
13497 (org-babel-comint-with-output): Dto.
13499 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13501 * org-inlinetask.el (org-inlinetask-export-templates):
13504 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13506 * org-inlinetask.el (org-inlinetask-insert-task): Error when
13507 trying to nest inline tasks.
13509 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13511 * org.el (org-activate-code, org-toggle-fixed-width-section)
13512 (org-indent-line-function): Allow "[ \t]*:$" as a special case of
13513 fixed-width section.
13515 2012-01-03 David Maus <dmaus@ictsoc.de>
13517 * org.el (org-paste-subtree): Don't eat headline when called
13518 with point at existing headline.
13520 2012-01-03 David Maus <dmaus@ictsoc.de>
13522 * org.el (org-paste-subtree): Fix typo in variable name.
13524 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
13526 * org-inlinetask.el (org-inlinetask-export-handler):
13527 Don't export inline tasks if the current backend has provided no
13528 entries in `org-inlinetask-export-templates'.
13530 2012-01-03 Valentin Wüstholz <wuestholz@gmail.com> (tiny change)
13532 * org.el (org-indent-line-function): Made the way in which
13533 example blocks are indented more flexible.
13535 2012-01-03 David Maus <dmaus@ictsoc.de>
13537 * org-agenda.el (org-batch-agenda-csv): Fix argument to append
13538 when creating final parameter alist.
13540 2012-01-03 David Maus <dmaus@ictsoc.de>
13542 * org-agenda.el (org-batch-store-agenda-views): Use macro
13543 `org-eval-in-environment'.
13545 2012-01-03 David Maus <dmaus@ictsoc.de>
13547 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
13548 Use `org-eval-in-environment.
13550 2012-01-03 David Maus <dmaus@ictsoc.de>
13552 * org-macs.el (org-make-parameter-alist): New function.
13553 Turn flat list of alternating symbol names and values into an alist
13554 with symbol name in car and value in cdr.
13556 2012-01-03 David Maus <dmaus@ictsoc.de>
13558 * org-agenda.el (org-agenda-with-point-at-orig-entry):
13559 Use macro `org-with-gensyms'.
13561 2012-01-03 David Maus <dmaus@ictsoc.de>
13563 * org-macs.el (org-substitute-posix-classes):
13564 New function. Substitute posix classes in regular expression.
13565 (org-re): Use new function.
13567 2012-01-03 David Maus <dmaus@ictsoc.de>
13569 * org-macs.el (org-eval-in-environment): New macro. Evaluate FORM
13572 2012-01-03 David Maus <dmaus@ictsoc.de>
13574 * org-macs.el (org-preserve-lc, org-with-point-at)
13575 (org-with-remote-undo, org-save-outline-visibility): Use new
13576 macro `org-with-gensyms'.
13578 2012-01-03 David Maus <dmaus@ictsoc.de>
13580 * org-macs.el (org-with-gensyms): New macro. Wrap let-binding
13581 of SYMBOLS to new uninterned symbols around BODY.
13583 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13585 * org-inlinetask.el (org-inlinetask-export-handler): Make sure
13586 the task starts a paragraph or the HTML exporter will produce
13587 an incorrect output.
13589 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13591 * org.el (org-return): When filling happens, `newline' can
13592 change match data, hence modifying the indent column.
13594 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13596 * org-footnote.el (org-footnote-new): Only forbid non-inlined
13597 footnotes at column 0, as only them can be confused with a
13598 footnote definition.
13600 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13602 * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
13603 when available when prompted for a label. Also rename a local
13604 variable to avoid confusion with an existing function.
13606 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13608 * org-footnote.el (org-footnote-label-history):
13610 (org-footnote-new): Remove call to that variable.
13612 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13614 * org.el (org-insert-heading): With `force-heading' non-nil,
13615 inserting an heading before any headline, and just after a
13616 list would return an error.
13618 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
13620 * ob.el (org-babel-sha1-hash): Remove use of `copy-seq'.
13622 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
13624 * org-bibtex.el (org-bibtex-get): Make the "FILE" property
13625 non-special when resolving bibtex values.
13627 2012-01-03 David Maus <dmaus@ictsoc.de>
13629 * org.el (org-back-over-empty-lines): Don't move line upward
13630 if point is at eob.
13632 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13634 * org-footnote.el (org-footnote-in-valid-context-p):
13635 Check `org-protected' property before allowing to match a footnote.
13636 (org-footnote-at-reference-p): Remove an obsolete test. It is now
13637 done in the previous function.
13639 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13641 * org.el (org-between-regexps-p): Previous name implied the
13642 function was related to blocks, which isn't mandatory.
13643 (org-narrow-to-block, org-in-block-p)
13644 (org-indent-line-function): Applied the rename.
13646 * ob-exp.el (org-babel-in-example-or-verbatim):
13647 Applied rename. Also removed a white space.
13649 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13651 * org.el (org-in-regexps-block-p): Return an useful value when
13652 point is between START-RE and END-RE. No incomplete block is
13653 allowed anymore. Add another optional argument to bound the
13654 bottom part of the search.
13655 (org-narrow-to-block, org-in-block-p): Apply modifications.
13657 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
13659 * ob.el (org-babel-src-block-regexp): If a code block has a
13660 body, its last character must be a newline.
13662 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13664 * org-footnote.el (org-footnote-next-reference-or-definition):
13665 If no more footnote is found, be sure to go back to the
13666 original position. Otherwise, point might be left on a
13667 footnote-like element that has been dished out.
13669 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
13671 * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
13674 * ob.el (defvar): Wrap variable declaration in
13675 `eval-when-compile'.
13677 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
13679 * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
13681 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
13683 * ob-java.el (org-babel-execute:java): Allow cmdline flags
13684 during compilation and evaluation.
13686 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
13688 * ob.el (org-babel-expand-body:generic, org-babel-number-p):
13689 * ob-ref.el (org-babel-ref-parse): Fix typos.
13691 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
13693 * ob.el (org-babel-execute-src-block): Fix typo.
13695 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13697 * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
13699 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
13701 * org-list.el (org-list-send-item): Use sort instead of sort*.
13703 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13705 * org-table.el (org-table-line-to-dline): Fix typo.
13707 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13709 * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
13710 (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
13711 (org-search-syntax-table, org-modify-diary-entry-string)
13712 (org-write-agenda):
13713 * org-bbdb.el (org-bbdb-anniv-export-ical):
13714 * org-bibtex.el (org-bibtex-fields):
13715 * org-icalendar.el (org-icalendar-date-time-format):
13716 * org-latex.el (org-export-latex-inline-image-extensions):
13717 * org-list.el (org-list-insert-item): Fix typos.
13719 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
13721 * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
13723 2011-09-27 Eli Zaretskii <eliz@gnu.org>
13725 * org.el (org-mode): Force left-to-right paragraphs in Org
13726 buffers. For a related discussions, see
13727 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
13729 2011-09-17 Juanma Barranquero <lekktu@gmail.com>
13731 * org.el (org-toggle-pretty-entities): Fix typo in message.
13733 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
13735 * org-compat.el (org-pop-to-buffer-same-window): Delete.
13737 * ob-ref.el (org-babel-ref-goto-headline-id):
13738 * org.el (org-get-location, org-tree-to-indirect-buffer)
13739 (org-mark-ring-goto, org-refile, org-add-log-note)
13740 (org-revert-all-org-buffers, org-switchb)
13741 (org-cycle-agenda-files, org-submit-bug-report)
13742 (org-goto-marker-or-bmk):
13743 * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
13744 * org-capture.el (org-capture-goto-target)
13745 (org-capture-fill-template):
13746 * org-clock.el (org-clock-goto):
13747 * org-ctags.el (org-ctags-visit-buffer-or-file):
13748 * org-exp.el (org-export-as-org):
13749 * org-feed.el (org-feed-show-raw-feed):
13750 * org-html.el (org-export-htmlize-generate-css):
13751 * org-id.el (org-id-goto):
13752 * org-irc.el (org-irc-visit-erc):
13753 * org-mobile.el (org-mobile-apply):
13754 * org-publish.el (org-publish-org-to, org-publish-find-date):
13755 * org-remember.el (org-go-to-remember-target):
13756 * org-src.el (org-src-switch-to-buffer)
13757 (org-edit-fixed-width-region): Use switch-to-buffer.
13759 2011-08-31 Martin Rudalics <rudalics@gmx.at>
13761 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
13762 argument from pop-to-buffer-same-window call.
13764 2011-07-30 Carsten Dominik <carsten.dominik@gmail.com>
13766 * ob.el (org-babel-src-block-regexp): If a code block has a body,
13767 its last character must be a newline.
13769 2011-07-28 Bastien Guerry <bzg@gnu.org>
13771 * org-pcomplete.el: New file. Rename from org-complete.el.
13772 * org-complete.el: Delete file.
13774 2011-07-28 Bastien Guerry <bzg@gnu.org>
13776 * org-publish.el (org-publish-index-generate-theindex):
13777 Rename from `org-publish-index-generate-theindex.inc'. Use the file
13778 theindex.org directly instead of including theindex.inc.
13779 (org-publish-projects): Don't delete .orgx files.
13780 (org-publish-aux-preprocess): Use .file.orgx.
13782 2011-07-28 Bastien Guerry <bzg@gnu.org>
13784 * org-html.el (org-export-html-preamble-format): New default for
13785 the HTML preamble: don't include the title. Also improve the
13787 (org-export-html-postamble-format): Improve the docstring.
13788 (org-export-as-html): Add the title within the "content" div.
13789 This is necessary for interaction with the org-info.js script.
13791 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
13793 * org-table.el (org-table-edit-field): Display field coordinates.
13795 2011-07-28 Bastien Guerry <bzg@gnu.org>
13797 * org-publish.el (org-publish-find-title): Bugfix: kill buffers
13798 unless they were already visited.
13799 (org-sitemap-sort-files, org-sitemap-sort-folders)
13800 (org-sitemap-ignore-case, org-sitemap-requested)
13801 (org-sitemap-date-format, org-sitemap-file-entry-format):
13802 Use a correct prefix.
13803 (org-publish-projects): Make sure to delete .orgx files.
13804 (org-publish-index-generate-theindex.inc): Small docstring fix.
13806 2011-07-28 Bastien Guerry <bzg@gnu.org>
13808 * org-table.el (org-table-duration-custom-format): New defcustom
13809 to select output format of durations computations.
13810 (org-table-time-seconds-to-string): Use the new variable.
13811 (org-table-eval-formula): Allow `t' as a flag, on top of `T'. `t'
13812 will use the custom output format defined in
13813 `org-table-duration-custom-format'.
13815 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
13817 * org-list.el: Search blank lines down to the end of the item
13818 instead of stopping at the item, in order to possibly match such
13819 lines within the item.
13821 2011-07-28 Bastien Guerry <bzg@gnu.org>
13823 * org-latex.el (org-export-latex-href-format): Docstring fix to
13824 reflect the fact that you can use only one "%s".
13825 (org-export-latex-links): Allow `org-export-latex-href-format' to
13826 have only one "%s".
13828 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
13830 * org.el (org-org-menu): Add `org-copy-visible' to the menu.
13832 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
13834 * org.el (org-copy-visible): New command.
13836 2011-07-28 Bastien Guerry <bzg@gnu.org>
13838 * org-capture.el (org-capture-templates): Docstring fix.
13840 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
13842 * ob.el (org-babel-view-src-block-info): New function to inspect
13845 * ob-keys.el (org-babel-key-bindings): Key bindings for
13846 `org-babel-view-src-block-info'.
13848 2011-07-28 Bastien Guerry <bzg@gnu.org>
13850 * org-exp.el (org-infile-export-plist): Handle recursively
13851 included setup files. The value of the last included file always
13852 takes precedence over previous values.
13854 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
13856 * org.el (org-timestamp-change): Keep point in the same category
13857 when updating a time-stamp. This requires to be careful, as,
13858 depending on the locale, name of day might change of length during
13861 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
13863 * org-footnote.el (org-footnote-create-definition): When skipping
13864 already written footnotes definition, the algorithme would assume
13865 each one was only one-line long.
13867 2011-07-28 Bastien Guerry <bzg@gnu.org>
13869 * org-table.el (org-table-eval-formula): Fix bug when a formula
13870 "range" is just one cell.
13871 (org-table-time-string-to-seconds): Don't check whether we
13872 manipulate a string.
13874 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
13876 * org-exp.el (org-export-mark-list-end)
13877 (org-export-mark-list-properties): Don't remove the ending regexp
13878 when it consists in blank lines.
13880 * org-list.el (org-list-parse-list): Ditto, but remove it
13881 completely when it isn't made of blank lines (i.e. during export
13884 2011-07-28 Bastien Guerry <bzg@gnu.org>
13886 * org-table.el (org-table-time-string-to-seconds): Match either
13887 HH:MM:SS or HH:MM (instead of MM:SS).
13889 2011-07-28 Bastien Guerry <bzg@gnu.org>
13891 * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
13892 `org-ctrl-c-ctrl-c' cannot do anything useful in the given
13895 2011-07-28 Bastien Guerry <bzg@gnu.org>
13897 * org-html.el (org-export-html-with-timestamp)
13898 (org-export-html-html-helper-timestamp): These are obsolete
13899 variables as of Org version 7.7 as you can already export the
13900 timestamp from the preamble or the postamble.
13901 (org-export-html-before-content-div): Delete variable.
13902 (org-export-html-content-div): Obsolete variable as of 7.7.
13903 (org-export-html-divs): New variable to define divs used in
13905 (org-export-as-html): Now the preamble and the postamble are
13906 surrounded by a <div ...>. The name of the div is defined through
13907 `org-export-html-divs'.
13909 2011-07-28 Bastien Guerry <bzg@gnu.org>
13911 * org-table.el (org-table-eval-formula): Throw an error when
13912 trying to replace complex range with invalid references.
13914 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
13916 * org-macs.el (org-with-limited-levels): Some functions, like
13917 `org-back-to-heading', being deeply based on outline-mode, still
13918 refer to `outline-regexp' instead of `org-outline-regexp'.
13920 2011-07-28 Bastien Guerry <bzg@gnu.org>
13922 * org.el (org-refile-get-targets): New optional argument
13923 `excluded-entries' to exclude entries from the targets.
13924 (org-refile-get-location): From an org-mode buffer, exclude
13925 current heading and subheadings from the list of targets when
13926 `org-refile-use-cache' is nil.
13928 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
13930 * org.el (org-imenu-get-tree): Headlines start at bol.
13932 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
13934 * ob-maxima.el: New file. Fixed self-proclaimed file name.
13936 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
13938 * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
13941 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
13943 * org.el (org-kill-is-subtree-p): Matched string needs to start at
13946 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
13948 * org.el (org-paste-subtree, org-kill-is-subtree-p)
13949 (org-yank-folding-would-swallow-text, org-yank-generic):
13950 Use `org-with-limited-levels' macro.
13952 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
13954 * org-macs.el (org-with-limited-levels): Also modify, when
13955 appropriate, `org-outline-regexp-at-bol'.
13957 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
13959 * org.el (org-timestamp-change): Some locales don't use the same
13960 length for date abbreviations. Set a marker at origin in case
13961 length of new timestamp is different.
13963 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
13965 * org.el (org-imenu-get-tree): Browse only true headlines.
13967 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
13969 * org-archive.el (org-archive-subtree): While it might be possible
13970 to archive an headline of a temporary buffer (i.e. not visiting a
13971 file), it wouldn't be really sensible.
13973 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
13975 * org-archive.el (org-extract-archive-file)
13976 (org-extract-archive-heading, org-archive-subtree):
13977 `buffer-file-name' is nil in an indirect buffer. Thus, use
13978 `(buffer-file-name (buffer-base-buffer))', which will, in any
13979 case, return the file name.
13981 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
13983 * org-capture.el (org-capture): If dired isn't loaded,
13984 `dired-buffers' isn't defined, and %F will fail.
13986 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
13988 * ob-java.el (org-babel-execute:java): Don't create empty package
13991 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
13993 * ob-java.el: New file.
13995 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
13997 * ob.el (org-babel-execute-src-block): Replace call to defunct
13998 function `org-babel-result-hash'.
14000 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14002 * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
14003 lines and headers in `message-mode'.
14004 (org-footnote-at-reference-p): Remove check for cited lines, this
14005 is now handled by the previous function. Refactor.
14007 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14009 * org-capture.el (org-capture): If no file is associated to
14010 current buffer, check dired buffer and try to retrieve a possibly
14011 directory associated.
14013 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14015 * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
14016 (not original) file buffer.
14018 * ob.el (org-babel-current-result-hash): More informative name,
14019 and remove useless optional argument.
14021 2011-07-28 Bastien Guerry <bzg@gnu.org>
14023 * org.el (org-refile-get-location): Exclude current heading from
14026 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14028 * org-footnote.el (org-footnote-at-reference-p): Test if match is
14029 in cited text, when replying to a message.
14030 (org-footnote-new): Do not create a new footnote at bol, as it
14031 might be seen as a definition.
14032 (org-footnote-at-definition-p): Ignore definitions in forbidden
14033 blocks, as it is already the case for references.
14035 2011-07-28 Matt Lundin <mdl@imapmail.org>
14037 * org-bibtex.el (org-bibtex-create, org-bibtex-write):
14038 Change argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
14041 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14043 * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
14044 into empty strings.
14046 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14048 * org-list.el (org-list-insert-item): Actualize code comments.
14049 (org-insert-item): For consistency, point cannot be moved at a
14050 surprising place when the user is being asked to choose a new
14051 description term to insert in the list. Point should stay where
14052 the user called the command.
14054 2011-07-28 Bastien Guerry <bzg@gnu.org>
14056 * org.el (org-outline-regexp-bol): New defconst.
14057 (org-outline-level, org-set-font-lock-defaults, org-cycle)
14058 (org-overview, org-content, org-flag-drawer)
14059 (org-first-headline-recenter, org-insert-todo-heading)
14060 (org-map-region, org-move-subtree-down, org-paste-subtree)
14061 (org-kill-is-subtree-p, org-context-p, org-refile)
14062 (org-refile-new-child, org-toggle-comment, org-todo)
14063 (org-add-planning-info, org-add-log-setup, org-scan-tags)
14064 (org-set-tags, org-insert-property-drawer)
14065 (org-prepare-agenda-buffers, org-preview-latex-fragment)
14066 (org-speed-command-default-hook, org-check-for-hidden)
14067 (org-toggle-item, org-toggle-heading)
14068 (org-indent-line-function, org-set-autofill-regexps)
14069 (org-fill-paragraph, org-toggle-fixed-width-section)
14070 (org-yank-generic, org-yank-folding-would-swallow-text)
14071 (org-first-sibling-p, org-goto-sibling)
14072 (org-goto-first-child, org-show-entry):
14073 Use `org-outline-regexp' and `org-outline-regexp-bol'.
14075 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14077 * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
14078 be checked for parent, not current headline. Also, this function
14079 doesn't need to be interactive.
14081 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14083 * org-list.el (org-list-send-item, org-list-struct-apply-struct)
14084 (org-apply-on-list, org-toggle-checkbox): Make markers point
14085 nowhere when they have become useless.
14087 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14089 * org-list.el (org-list-insert-item): When insertion point is in
14090 some white line after the end of the list, remove all unnecessary
14091 white lines there before proceeding. Also refactor a snippet of
14094 2011-07-28 Bastien Guerry <bzg@gnu.org>
14096 * org-latex.el (org-export-latex-image-default-option):
14097 Change default value.
14099 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14101 * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
14102 correctly fontified when the buffer is missing a final newline.
14104 2011-07-28 Bastien Guerry <bzg@gnu.org>
14106 * ob.el (org-babel-strip-protective-commas): Return `nil' instead
14107 of an error if no argument is given.
14108 (org-babel-parse-src-block-match): Make sure body is defined in
14111 2011-07-28 Jon Anders Skorpen <jonas@ifi.uio.no> (tiny change)
14113 * org-publish.el (org-publish-cache-file-needs-publishing):
14114 Regexp did not find includes with double quoted file names.
14116 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14118 * org-footnote.el (org-footnote-normalize): Footnote section
14119 should be inserted only if there are footnotes to insert.
14121 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14123 * org-footnote.el (org-footnote-at-definition-p)
14124 (org-footnote-normalize): Do not grab signature in the definition
14125 of the last footnote.
14127 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14129 * org-bibtex.el (org-babel-trim): Declare this function to the
14131 (org-bibtex-get): Trimming whitespace off of bibtex fields read from
14134 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14136 * org-exp.el (org-export-preprocess-string): Add the possibility
14137 to call recursively the function. Also change order of some
14138 function calls. Comment export process for footnotes.
14140 * org-footnote.el (org-footnote-normalize): Change the export
14141 specific parameter to hold properties of export. Thus, the
14142 function can send every footnote definition in the buffer through
14143 `org-export-process-string'.
14145 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14147 * org-latex.el (org-export-latex-preprocess): First insert
14148 footnotes in the temporary buffer so their contents can properly
14149 be protected from further transformations if required.
14151 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14153 * org-list.el (org-list-indent-offset): New variable.
14154 (org-list-struct-fix-ind): Make use of the new variable.
14156 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14158 * org-latex.el (org-export-latex-list-parameters):
14159 Complete default value with cbtrans option.
14161 * org-list.el (org-list-to-latex): Set a more consistent default
14164 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14166 * org-list.el (org-list-swap-items): Move it to a meaningful
14167 position in source code (i.e. before any function using it), and
14168 rename it to an easier name.
14170 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14172 * org-list.el (org-list-separating-blank-lines-number): If there
14173 are blank lines already in the whole list, add a blank line.
14175 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14177 * org-list.el (org-list-use-circular-move): New variable.
14178 (org-previous-item, org-next-item): Make use of the new variable.
14179 (org-move-item-down, org-move-item-up): Make use of the new
14180 variable. Simplify code.
14182 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14184 * org-list.el (org-list-delete-item, org-list-send-item):
14187 2011-07-28 Bastien Guerry <bzg@gnu.org>
14189 * org-agenda.el (org-agenda-bulk-custom-functions): New variable
14190 for custom bulk action functions.
14191 (org-agenda-bulk-action): Use it.
14193 2011-07-28 Bastien Guerry <bzg@gnu.org>
14195 * org-latex.el (org-export-latex-quotes): New defcustom.
14196 (org-export-latex-quotation-marks): Use it.
14198 2011-07-28 Bastien Guerry <bzg@gnu.org>
14200 * org-capture.el (org-capture-finalize): Bugfix about inserted
14201 blank line when killing the capture buffer and
14202 `org-blank-before-new-entry' tells to not insert anything before a
14205 2011-07-28 Bastien Guerry <bzg@gnu.org>
14207 * org-html.el (org-export-html-content-div): Rename from
14208 `org-export-content-div'.
14209 (org-export-as-html): Use new name.
14211 2011-07-28 Bastien Guerry <bzg@gnu.org>
14213 * org-latex.el (org-export-latex-header-defs-re): Delete.
14215 2011-07-28 Bastien Guerry <bzg@gnu.org>
14217 * org.el (org-last-set-property): New variable.
14218 (org-read-property-name): Use the new variable: the prompt
14219 defaults to the last property set, unless there is a property in
14222 2011-07-28 David Maus <dmaus@ictsoc.de>
14224 * org-capture.el (org-capture-before-finalize-hook)
14225 (org-capture-after-finalize-hook, org-capture-mode-map)
14226 (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
14227 consistently refer to capture, not remember.
14229 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14231 * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
14232 "verbatim" results params.
14234 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14236 * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
14239 * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
14242 * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
14243 synonym for "scalar".
14245 * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
14248 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14250 * ob.el (org-babel-script-escape): Parse odd parens when nested
14253 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14255 * ob-clojure.el (org-babel-execute:clojure): No longer force
14256 results into elisp if they don't naturally fit.
14258 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14260 * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
14261 already parsed lisp results.
14263 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14265 * org-list.el (org-plain-list-ordered-item-terminator):
14266 Remove incorrect assumption.
14268 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14270 * org-footnote.el (org-footnote-forbidden-blocks): Add missing
14271 exporter specific blocks.
14273 * org-list.el (org-list-forbidden-blocks): Ditto.
14275 2011-07-28 Bastien Guerry <bzg@gnu.org>
14277 * org-latex.el (org-export-latex-tables): Bugfix: remove
14278 properties from fields.
14280 2011-07-28 Bastien Guerry <bzg@gnu.org>
14282 * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
14283 to use `org-clock-timestamps-change'.
14285 2011-07-28 Bastien Guerry <bzg@gnu.org>
14287 * org.el (org-timestamp-up, org-timestamp-down): Mention time
14288 changes in the docstring.
14290 2011-07-28 Bastien Guerry <bzg@gnu.org>
14292 * org-clock.el (org-clock-remove-empty-clock-drawer): New function
14293 to remove empty clock drawer.
14294 (org-clock-out-hook): Add the new function as a hook.
14296 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14298 * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
14300 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14302 * org.el (org-in-block-p): New function.
14304 * org-footnote.el (org-footnote-forbidden-blocks): New variable.
14305 (org-footnote-in-valid-context-p): New function.
14306 (org-footnote-at-reference-p): Use new function. Allow inline
14307 footnotes to start at bol.
14309 2011-07-28 Bastien Guerry <bzg@gnu.org>
14311 * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
14312 (org-lparse-warn): Use it.
14314 2011-07-28 Bastien Guerry <bzg@gnu.org>
14316 * org-ascii.el (org-export-as-utf8): Fix call to
14317 `org-called-interactively-p': it requires an argument. Also fix
14320 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14322 * ob-lilypond.el (show-all): Declaring function from outline.el.
14323 (org-babel-default-header-args:lilypond): Declared.
14324 (ly-process-basic): Use the appropriate prefix for the temporary
14325 file, and don't call a function from ob-dot.el.
14326 (ly-version): Let-bind a free variable.
14328 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14330 * ob-lilypond.el: New file.
14332 2011-07-28 Bastien Guerry <bzg@gnu.org>
14335 (org-publish-cache-file-needs-publishing): Only check against .org
14338 2011-07-28 Bastien Guerry <bzg@gnu.org>
14340 * org.el (org-mode): Use `org-default' as the default face in
14343 2011-07-28 Bastien Guerry <bzg@gnu.org>
14346 (org-publish-cache-file-needs-publishing): Takes care of more
14347 recently included files, returning `t' in case the file including
14348 them needs to be republished.
14350 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14352 * org-exp.el (org-export-preprocess-string): If the last subtree
14353 is a task, footnotes may be removed along with the subtree.
14354 This patch ensures footnotes are put at the end of the buffer after the
14355 subtree has been removed.
14357 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14359 * org-footnote.el (org-footnote-at-reference-p): Verify that what
14360 looks like a footnote doesn't belong to a link.
14361 (org-footnote-next-reference-or-definition): Check more strictly
14362 footnote definitions.
14364 2011-07-28 Deech <deech@deech-ThinkPad-X200.(none)> (tiny change)
14366 * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
14369 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14371 * ob-python.el (org-babel-python-evaluate-session): Inhibit return
14372 of the eoe string during session evaluation.
14374 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14376 * ob-python.el (org-babel-python-evaluate-session):
14377 Enough newlines to ensure a return when ":results output :session".
14379 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14381 * ob-python.el (org-babel-python-evaluate-session): Introduced a
14382 new local function for sending input with a slight delay to allow
14383 pythong to re-draw the prompt. No longer removing newlines inside
14384 code block bodies (was due to a defective regexp).
14386 2011-07-28 Bastien Guerry <bzg@gnu.org>
14388 * org-table.el (org-table-time-seconds-to-string):
14389 Use `org-format-seconds' instead of `format-seconds'.
14391 2011-07-28 David Maus <dmaus@ictsoc.de>
14393 * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
14396 2011-07-28 David Maus <dmaus@ictsoc.de>
14398 * org-latex.el (org-export-latex-preprocess): Use function
14399 argument instead of dynamically scoped symbol.
14401 2011-07-28 David Maus <dmaus@ictsoc.de>
14403 * org-freemind.el (org-freemind-convert-links-helper)
14404 (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
14405 (org-freemind-get-node-style): Use org-string-match-p for backward
14406 compatibility with Emacs 22.
14408 2011-07-28 David Maus <dmaus@ictsoc.de>
14410 * org-html.el (org-export-html-protect-char-alist): Add missing
14411 :group keyword in defcustom.
14413 2011-07-28 David Maus <dmaus@ictsoc.de>
14415 * ob-haskell.el (org-babel-haskell-export-to-lhs):
14416 Call `kill-buffer' with argument indiciating to kill current
14417 buffer. Emacs 22 compatibility.
14419 2011-07-28 David Maus <dmaus@ictsoc.de>
14421 * org-macs.el (org-without-partial-completion):
14422 Toggle partial-completion-mode only if it is turned on.
14424 2011-07-28 Bastien Guerry <bzg@gnu.org>
14426 * org.el (org-add-planning-info): Fix issues with timestamps not
14427 being inserted at the same position.
14429 2011-07-28 Bastien Guerry <bzg@gnu.org>
14431 * org-table.el (org-table-time-string-to-seconds)
14432 (org-table-time-seconds-to-string): New functions.
14433 (org-table-eval-formula): Implement the "T" (time) flag for
14434 computing durations.
14436 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
14438 * org.el (org-modules): Add org-lparse and org-odt as contrib
14441 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14443 * org.el (org-fontify-meta-lines-and-blocks-1): Include header
14445 (org-additional-option-like-keywords): Include data as a synonym
14448 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14450 * ob.el (org-babel-sha1-hash): Improving code layout and removing
14451 export-variable headers in cache sha1.
14453 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14455 * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
14456 rescan all IDs when trying to resolve a reference.
14458 2011-07-28 Julien Barnier <julien@nozav.org>
14460 * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
14461 blocks lang attribute.
14463 2011-07-28 Eric S Fraga <e.fraga@ucl.ac.uk>
14465 * org-latex.el (org-export-latex-timestamp-inactive-markup):
14466 New option to allow different markup for inactive timestamps.
14468 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14470 * ob-org.el (org-babel-expand-body:org): Implemented this
14471 function, only action is to expand variables.
14472 (org-babel-execute:org): Uses the new body-expansion function.
14474 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14476 * org-list.el (org-list-full-item-re): Allow counter and check-box
14477 to be separated by white spaces.
14478 (org-list-struct-apply-struct): Reflect changes made to
14479 `org-list-full-item-re'.
14481 * org-html.el (org-html-export-list-line): Recognize spaces
14482 between counter and check-boxes as valid.
14484 * org-docbook.el (org-export-docbook-list-line): Ditto.
14486 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14488 * org-list.el (org-list-insert-item): Make sure point is moved to
14489 the specified POS before starting the function.
14491 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14493 * org.el (org-activate-footnote-links): Properly fontify inline
14495 (org-set-font-lock-defaults): Apply changes to previous function.
14497 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14499 * org-footnote.el (org-footnote-at-reference-p): First check if
14500 point is at the beginning of a footnote. Indeed `org-in-regexp'
14501 first checks backwards and might find an incorrect footnote if
14502 they are side-by-side.
14504 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
14506 * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
14507 (org-agenda-block-separator): Add nil to docstring and customization.
14508 (org-prepare-agenda): Skip agenda block separator additionally if
14509 `org-agenda-block-separator' is nil.
14510 (org-agenda-overriding-header): Improve docstring.
14512 2011-07-28 Bastien Guerry <bzg@gnu.org>
14514 * org.el (org-set-tags): Remove useless
14515 `org-without-partial-completion'.
14517 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14519 * org-footnote.el (org-fill-paragraph): Declare function for the
14522 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14524 * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
14526 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14528 * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
14529 to appease compiler.
14531 2011-07-28 Michael Markert <markert.michael@googlemail.com>
14533 * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
14534 all `org-called-interactively-p' function invocations.
14536 * org-agenda.el (org-agenda-redo): Adding optional argument KIND
14537 to all `org-called-interactively-p' function invocations.
14538 (org-agenda-show-1): Adding optional argument KIND to all
14539 `org-called-interactively-p' function invocations.
14540 (org-agenda-set-tags): Adding optional argument KIND to all
14541 `org-called-interactively-p' function invocations.
14543 * org-ascii.el (org-export-as-latin1): Adding optional argument
14544 KIND to all `org-called-interactively-p' function invocations.
14545 (org-export-as-latin1-to-buffer): Adding optional argument KIND to
14546 all `org-called-interactively-p' function invocations.
14547 (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
14548 `org-called-interactively-p' function invocations.
14549 (org-export-region-as-ascii): Adding optional argument KIND to all
14550 `org-called-interactively-p' function invocations.
14552 * org-docbook.el (org-export-region-as-docbook): Adding optional
14553 argument KIND to all `org-called-interactively-p' function
14556 * org-html.el (org-export-region-as-html): Adding optional
14557 argument KIND to all `org-called-interactively-p' function
14560 * org-latex.el (org-export-region-as-latex): Adding optional
14561 argument KIND to all `org-called-interactively-p' function
14564 * org-table.el (org-table-blank-field): Adding optional argument
14565 KIND to all `org-called-interactively-p' function invocations.
14566 (org-table-current-column): Adding optional argument KIND to all
14567 `org-called-interactively-p' function invocations.
14568 (org-table-current-dline): Adding optional argument KIND to all
14569 `org-called-interactively-p' function invocations.
14570 (org-table-sort-lines): Adding optional argument KIND to all
14571 `org-called-interactively-p' function invocations.
14572 (org-table-sum): Adding optional argument KIND to all
14573 `org-called-interactively-p' function invocations.
14574 (org-table-rotate-recalc-marks): Adding optional argument KIND to
14575 all `org-called-interactively-p' function invocations.
14576 (org-table-eval-formula): Adding optional argument KIND to all
14577 `org-called-interactively-p' function invocations.
14578 (orgtbl-send-table): Adding optional argument KIND to all
14579 `org-called-interactively-p' function invocations.
14581 * org.el (org-mode): Adding optional argument KIND to all
14582 `org-called-interactively-p' function invocations.
14583 (org-copy-subtree): Adding optional argument KIND to all
14584 `org-called-interactively-p' function invocations.
14585 (org-paste-subtree): Adding optional argument KIND to all
14586 `org-called-interactively-p' function invocations.
14587 (org-store-link): Adding optional argument KIND to all
14588 `org-called-interactively-p' function invocations.
14589 (org-todo): Adding optional argument KIND to all
14590 `org-called-interactively-p' function invocations.
14591 (org-occur): Adding optional argument KIND to all
14592 `org-called-interactively-p' function invocations.
14594 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14596 * org-footnote.el (org-footnote-action): Offer to create
14597 definition when none is found.
14599 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14601 * org-footnote.el (org-footnote-re): Avoid matching inactive
14602 time-stamps or check-box cookies.
14603 (org-footnote-next-reference-or-definition): Adapt to the new regexp.
14605 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14607 * org-exp.el (org-export-preprocess-string): If the last subtree
14608 is commented, footnotes inserted during normalizing at the end of
14609 the buffer may get deleted. This patch ensures deletion comes
14610 first, normalization second.
14612 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14614 * org-exp.el (org-export-footnotes-data): Change docstring.
14615 (org-export-footnotes-seen): Rename from
14616 org-export-footnotes-markers.
14618 * org-ascii.el (org-export-as-ascii): Apply change.
14620 * org-docbook.el (org-export-as-docbook): Apply change.
14622 * org-footnote.el (org-footnote-normalize): Apply change.
14624 * org-html.el (org-export-as-html): Apply change.
14626 * org-latex.el (org-export-as-latex): Apply change.
14628 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14630 * org-latex.el (org-export-latex-preprocess): Rely on
14631 `org-export-footnotes-markers' to retrieve definition of the
14632 current footnote during export.
14634 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14636 * org-footnote.el (org-footnote-normalize): Remember footnotes
14637 seen so far by the exporter when choosing the new marker.
14639 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14641 * org-footnote.el (org-footnote-normalize): Make use of
14642 `org-footnote-insert-pos-for-preprocessor'.
14644 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14646 * org-footnote.el (org-footnote-normalize): Add `org-footnote'
14647 property to footnote markers when preparing for exportation.
14649 * org-html.el (org-export-as-html): Read new property to decide
14650 when to export a footnote.
14652 * org-docbook.el (org-export-as-docbook): Read new property to
14653 decide when to export a footnote.
14655 * org-latex.el (org-export-latex-preprocess): Ensure footnote at
14656 column 0 cannot end a list containing it by adding
14657 `original-indentation' property to it.
14659 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14661 * org-exp.el (org-export-preprocess-string): Normalize footnotes
14662 before marking lists ending.
14664 * org-latex.el (org-export-latex-preprocess): Work with labels as
14665 strings and not as numbers.
14667 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14669 * org-docbook.el (org-export-docbook-footnote-separator):
14671 (org-export-as-docbook): Add a separator between footnotes.
14673 * org-html.el (org-export-html-footnote-separator): New variable.
14674 (org-export-as-html): Add a separator between footnotes.
14676 * org-latex.el (org-export-latex-footnote-separator):
14678 (org-export-latex-preprocess): Add a separator between footnotes.
14680 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14682 * org-exp.el (org-export-footnotes-markers)
14683 (org-export-footnotes-data): New variables.
14684 (org-export-preprocess-string): Use a more explicit argument.
14686 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14688 * org-footnote.el (org-footnote-goto-definition): Now, determining
14689 if point is at a footnote reference is entirely determined by
14690 `org-footnote-at-reference-p'. No need to check if pattern isn't
14691 at beginning of the line elsewhere.
14693 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14695 * org-footnote.el (org-footnote-next-reference-or-definition):
14698 * org.el (org-activate-footnote-links): Activate the whole
14699 footnote, but only fontify its label.
14701 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14703 * org-footnote.el (org-footnote-normalize): Make use of changes to
14704 `org-footnote-at-reference-p' and creation of various functions..
14706 (org-footnote-get-next-reference, org-footnote-delete-references)
14707 (org-footnote-delete-definitions): New functions.
14708 (org-footnote-goto-previous-reference, org-footnote-all-labels)
14709 (org-insert-footnote-reference-near-definition, org-footnote-delete):
14710 Rewrite to use org-footnote-get-next-reference.
14712 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14714 * org-footnote.el (org-footnote-re): Don't end an inline footnote
14715 at unrelated closing square brackets.
14716 (org-footnote-at-reference-p): Improve accuracy of the function to
14717 determine if point is at a reference and to extract definition of an
14719 (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
14720 (org-footnote-auto-adjust-maybe): Make use of previous function.
14722 2011-07-28 Bastien Guerry <bzg@gnu.org>
14724 * org.el (org-deadline, org-schedule):
14725 keep warning cookie when rescheduling/redeadlining.
14726 (org-time-stamp): Fix problem with warning cookie.
14728 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14730 * ob-clojure.el (org-babel-execute:clojure): Force escaping of
14731 clojure source into elisp source.
14733 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14735 * ob.el (org-babel-script-escape): Treats {} in the same manner as
14736 [] and allows for forcing string conversion.
14738 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14740 * org-exp.el (org-export-select-backend-specific-text):
14741 Strip protective commas from literal code blocks.
14743 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14745 * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
14747 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14749 * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
14751 (org-babel-ref-headline-body): Split out into its own function.
14752 (org-babel-ref-resolve): Using new functions, and alignment.
14754 * ob.el (org-babel-ref-goto-headline-id): Declare function.
14755 (org-babel-ref-headline-body): Declare function.
14756 (org-babel-expand-noweb-references): Now expands noweb references to
14757 headlines during expansion.
14759 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14761 * ob-ref.el (org-babel-ref-resolve): Now resolves references to
14762 headlines by either global or custom id, in which case the
14763 contents of the headline are returned literally.
14765 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14767 * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
14769 (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
14772 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14774 * org-list.el (org-cycle-item-indentation): Cycling back to
14775 original position deleted any additional information in the item,
14776 like a counter or a tag.
14778 2011-07-28 Pieter Praet <pieter@praet.org>
14780 * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
14781 (org-decrypt-entry): Before decrypting, check whether
14782 `auto-save-mode' is enabled for the current buffer, and act on it
14783 according to how `org-crypt-disable-auto-save' is set. Remove
14784 comment re "encrypt[ing] Org auto-saved buffers". Remove on-init
14785 check for `auto-save-default'.
14787 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14789 * ob.el (org-babel-merge-params): Ensure variable parameters are
14792 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14794 * ob.el (org-babel-insert-result): Fix results insertion for
14795 inline blocks which happen to start a line.
14797 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14799 * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
14800 if a call line is commented.
14802 2011-07-28 Vincent Belaïche <vincentb1@users.sourceforge.net>
14804 * org.el (org-read-property-name): Propose default property name.
14806 2011-07-28 Achim Gratz <stromeko@nexgo.de>
14808 * org.el (org-log-into-drawer): Correct typo.
14810 * org-clock.el (org-clock-into-drawer): New function to change the
14811 location of clock events based on properties CLOCK_INTO_DRAWER or,
14812 as fallback, LOG_INTO_DRAWER, like it is already possible for
14815 * org-clock.el (org-clock-jump-to-current-clock): Add statement to
14816 let clause to bind `org-clock-into-drawer' to result of function
14819 * org-clock.el (org-clock-find-position): Add statement to let
14820 clause to bind `org-clock-into-drawer' to result of function eval,
14821 change let to let* since the binding is used later in the same
14824 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14826 * ob-lob.el (require): Ensure 'cl is loaded during compilation so
14829 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14831 * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
14832 non-inline call lines.
14834 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14836 * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
14837 call_ blocks which aren't whitespace padded.
14839 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14841 * ob.el (org-babel-merge-params): Do not reverse variable order,
14842 and be sure to increment variable index as appropriate.
14844 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14846 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Update to
14847 successfully match optional trailing header arguments in square
14849 (org-babel-lob-get-info): Update to match the new regexp.
14851 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14853 * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
14854 then allow them to be so.
14856 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14858 * ob.el (org-babel-merge-params): If variables are not named they
14859 are assigned in order.
14861 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14863 * ob.el: Remove code comment about online documentation.
14865 * ob-exp.el: Remove code comment about online documentation.
14867 * ob-lob.el: Remove code comment about online documentation.
14869 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
14871 * org-exp.el (org-export-format-source-code-or-example):
14872 Fix signature of org-<backend>-format-source-code-or-example function.
14874 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14876 * ob.el (org-babel-sha1-hash): Replace call to
14877 called-interactively-p with backwards-compatible interactive-p.
14879 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14881 * ob-exp.el (org-babel-exp-lob-one-liners):
14882 Appropriate replacement of inline call blocks with their results.
14884 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14886 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
14887 trailing space ensures that the insertion of the results looks
14890 * ob.el (org-babel-insert-result): Insert inline lob line results
14893 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14895 * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
14896 appropriately given the style (block or inline) of the lob line.
14898 * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
14899 specific for block lob lines.
14900 (org-babel-inline-lob-one-liner-regexp): New regexp specific for
14902 (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
14903 (org-babel-lob-get-info): Return info from *either* the block or
14906 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14908 * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
14909 structure of the resulting info list.
14911 * ob-lob.el (org-babel-default-lob-header-args): Export the
14912 results of call lines by default.
14914 2011-07-28 Niels Giesen <niels.giesen@gmail.com> (tiny change)
14916 * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
14917 property based on the ID property of the org entry to the first
14918 character of the diary entry.
14920 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
14923 (org-footnote-insert-pos-for-preprocessor): New variable.
14924 (org-footnote-normalize): Use it.
14926 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
14928 * org-exp.el (org-export-format-source-code-or-example):
14929 Simplify. Also add `org-native-text' as a text property to the
14930 formatted text and throw error for unknown backends.
14932 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
14934 * org-exp.el (org-export-format-source-code-or-example):
14935 Add support for: - custom formatters for existing backends - seamless
14936 plugging in of new backends.
14938 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
14940 * org-exp.el (org-export-backends): New variable.
14941 (org-export-select-backend-specific-text): Use above
14942 variable. Also mark text between #+BACKEND and
14943 #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
14944 This text property is currently used only by the new line-oriented
14945 generic exporter (which is not yet part of the repo).
14947 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
14949 * org-exp.el (org-export): Reserve keys 'o' and 'O' for
14950 OpenDocumentText export and bind them to `org-export-as-odt' and
14951 `org-export-as-odt-and-open'.
14953 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14955 * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
14958 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14960 * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
14961 lists before reading into emacs-lisp.
14963 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14965 * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
14967 * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
14969 * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
14971 * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
14973 * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
14975 * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
14977 * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
14979 * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
14981 * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
14983 * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
14985 * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
14987 * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
14989 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14991 * ob-awk.el: New file.
14993 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
14995 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp):
14996 Respects ":results verbatim".
14998 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15000 * org-agenda.el (org-float): Aliases for `diary-float'.
15002 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15004 * ob-python.el (org-babel-python-evaluate-session):
15005 Send comint-send-input after every line when interacting with an
15006 interactive python process.
15008 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15010 * org-list.el (org-reset-checkbox-state-subtree): Make the command
15011 more robust, and correctly update check-boxes in the whole
15013 (org-update-checkbox-count): Fix bug accumulating count of checkboxes
15014 when walking a subtree.
15015 (org-update-checkbox-count-maybe): Add an optional argument passed to
15016 org-update-checkbox-count.
15018 2011-07-28 Teodor Zlatanov <tzz@lifelogs.com>
15020 * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
15022 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15024 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
15025 ":results scalar" header argument combination.
15027 2011-07-28 Dan Davison <dandavison7@gmail.com>
15029 * org-src.el: Append a space character to copied text so that the
15030 final text property change is picked up correctly.
15032 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15034 * ob-tangle.el (org-babel-tangle-file): Use the new argument list
15035 to org-babel-tangle.
15036 (org-babel-tangle): Now when called with a prefix argument, only the
15037 current code block is tangled.
15039 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15041 * org-list.el (org-list-parse-list): Replace transitional
15042 check-boxes with "[CBTRANS]" string during parsing.
15043 (org-list-to-generic): Use the new property `:cbtrans' to configure
15044 export string for transitional check-boxes.
15046 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15048 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
15049 Use stable internal `org-anniversary' instead of
15051 (org-class): New function.
15052 (org-diary-class): Use `org-class'.
15053 (org-anniversary, org-cyclic, org-date, org-block): New functions.
15055 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15057 * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
15058 of header argument names.
15060 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15062 * ob.el (org-babel-expand-noweb-references): Concatenating all
15063 bodies with the appropriate name or :noweb-ref header argument.
15065 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
15067 * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
15068 work also when #+begin line is indentex.
15070 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15072 * ob.el (org-babel-src-block-regexp): Babel: code block may have
15075 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15077 * org-macs.el (org-without-partial-completion): Avoid calling by
15078 name a function unknown to the compiler but explicitly checked by
15081 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15083 * org-mouse.el (org-agenda-earlier): Declaring previously unknown
15085 (org-agenda-later): Declaring previously unknown function.
15086 (org-agenda-mode-map): Declaring previously unknown variable.
15088 * org.el (org-read-date-analyze): Explicitly ignore the return
15089 value of a function.
15091 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15093 * org-agenda.el (org-agenda-mode): Globally replace
15094 buffer-substring-filters with filter-buffer-substring-functions.
15096 * org-indent.el (org-indent-mode): Globally replace
15097 buffer-substring-filters with filter-buffer-substring-functions.
15099 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15101 * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
15104 * org-attach.el: Replacing '(λ...) with #'(λ...).
15105 (org-attach-commit): Replacing '(λ...) with #'(λ...).
15107 * org-exp.el: Replacing '(λ...) with #'(λ...).
15108 (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
15110 * org-html.el: Replacing '(λ...) with #'(λ...).
15111 (org-export-as-html): Replacing '(λ...) with #'(λ...).
15113 * org-mouse.el: Replacing '(λ...) with #'(λ...).
15114 (org-mouse-popup-global-menu): Replacing '(λ...) with
15115 (org-mode-hook): Replacing '(λ...) with #'(λ...).
15116 (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
15118 * org-src.el: Replacing '(λ...) with #'(λ...).
15119 (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
15121 * org-table.el: Replacing '(λ...) with #'(λ...).
15122 (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
15124 * org.el: Replacing '(λ...) with #'(λ...).
15125 (org-confirm-shell-link-function): Replacing '(λ...) with
15126 (org-category): Replacing '(λ...) with #'(λ...).
15128 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15130 * org.el (mailcap-parse-mailcaps): Declaring functions used by
15132 (mailcap-extension-to-mime): Declaring functions used by
15134 (mailcap-mime-info): Declaring functions used by `org-open-file'.
15136 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15138 * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
15139 function `interactive-p'.
15140 (org-agenda-show-1): Replacing call to now-defunct function
15142 (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
15144 * org-ascii.el: Replacing call to now-defunct function
15146 (org-export-as-latin1): Replacing call to now-defunct function
15148 (org-export-as-latin1-to-buffer): Replacing call to now-defunct
15149 function `interactive-p'.
15150 (org-export-as-utf8): Replacing call to now-defunct function
15152 (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
15154 (org-export-region-as-ascii): Replacing call to now-defunct
15155 function `interactive-p'.Replacing call to now-defunct function
15158 * org-docbook.el: Replacing call to now-defunct function
15160 (org-export-region-as-docbook): Replacing call to now-defunct
15161 function `interactive-p'.Replacing call to now-defunct function
15164 * org-html.el: Replacing call to now-defunct function
15166 (org-export-region-as-html): Replacing call to now-defunct
15167 function `interactive-p'.Replacing call to now-defunct function
15170 * org-latex.el: Replacing call to now-defunct function
15172 (org-export-region-as-latex): Replacing call to now-defunct
15173 function `interactive-p'.Replacing call to now-defunct function
15176 * org-macs.el: Replacing call to now-defunct function
15178 (org-called-interactively-p): Replacing call to now-defunct
15179 function `interactive-p'.Replacing call to now-defunct function
15182 * org-table.el: Replacing call to now-defunct function
15184 (org-table-blank-field): Replacing call to now-defunct function
15186 (org-table-current-column): Replacing call to now-defunct function
15187 `interactive-p'.Replacing call to now-defunct function
15189 (org-table-current-dline): Replacing call to now-defunct function
15190 `interactive-p'.Replacing call to now-defunct function
15192 (org-table-sort-lines): Replacing call to now-defunct function
15194 (org-table-sum): Replacing call to now-defunct function
15196 (org-table-rotate-recalc-marks): Replacing call to now-defunct
15197 function `interactive-p'.
15198 (org-table-eval-formula): Replacing call to now-defunct function
15200 (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
15202 * org.el: Replacing call to now-defunct function `interactive-p'.
15203 (org-mode): Replacing call to now-defunct function
15205 (org-copy-subtree): Replacing call to now-defunct function
15207 (org-paste-subtree): Replacing call to now-defunct function
15209 (org-store-link): Replacing call to now-defunct function
15211 (org-todo): Replacing call to now-defunct function `interactive-p'.
15212 (org-occur): Replacing call to now-defunct function `interactive-p'.
15214 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15216 * ob-R.el (ess-local-process-name): This variable wasn't known to
15219 * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
15222 * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
15223 known to be defined.
15224 (org-babel-tangle-combine-named-blocks): Roll my own version of a
15225 forbidden common lisp function.
15227 * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
15228 called-interactively.
15230 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15232 * org-latex.el (org-export-latex-tables): Check for the
15233 "multiline" option and set the `floatp' option to true when
15234 multicolumn tables are requested.
15236 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15238 * org-html.el (org-export-as-html, org-html-level-start):
15239 Only convert section number underscores to dashes.
15241 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15243 * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
15244 `days-to-time, converting relative to 1 BC, while the code assumed
15245 it would return a time relative to 1970.
15247 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15249 * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
15250 inserting newlines between appended code blocks.
15252 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15254 * ob-exp.el: We may no longer need to export names along with code
15257 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15259 * org-exp-blocks.el (org-export-blocks-preprocess):
15260 Ensure balanced nested begin/end blocks in block bodies.
15262 2011-07-28 Dan Davison <dandavison7@gmail.com>
15264 * org-latex.el: Add -shell-escape to pdflatex commands.
15266 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15268 * ob-tangle.el (org-babel-tangle-named-block-combination):
15269 Block combination can now take a number of values.
15270 (org-babel-tangle-combine-named-blocks): More sophisticated block
15271 combination behavior.
15273 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15275 * ob-tangle.el (org-babel-tangle-do-combine-named-blocks):
15276 Switch to turn on the combination of code blocks of the same name.
15277 (org-babel-tangle-combine-named-blocks): Combine blocks of the same
15280 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15282 * ob-ruby.el (xmp): Declaring this function to appease the
15284 (org-babel-execute:ruby): "xmp" result option for outputting
15285 annotated source code.
15287 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> (tiny change)
15289 * org-list.el (org-list-to-latex): The enumerate environment in
15290 latex increments the counter before using it. Therefore, org-mode
15291 should set the enumeration counter to the desired value minus one.
15293 2011-07-28 Michael Brand <michael.ch.brand@gmail.com> (tiny change)
15295 * org.el (org-toggle-heading): More comments and fix number of
15296 stars when toggling from list items.
15298 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
15300 * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
15301 effort that is accepted by `org-duration-string-to-minutes´.
15303 2011-07-28 Julien Barnier <julien@nozav.org>
15305 * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
15306 wait until previous line execution is finished.
15308 * ob-comint.el (org-babel-comint-with-output): When looking for
15309 end-of-evaluation indicator, search forward for the indicator
15310 before searching forward for the prompt.
15312 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15314 * org-entities.el (org-entities): Fix HTML entity for degree.
15316 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15318 * org.el (org-auto-align-tags): Change docstring.
15319 (org-update-parent-todo-statistics): Keep tags aligned even when
15320 statistics cookies are shifting them.
15322 * org-list.el (org-update-checkbox-count): Keep tags aligned even
15323 when statistics cookies are shifting them.
15325 2011-07-28 Lawrence Mitchell <wence@gmx.li>
15327 * ob.el (org-babel-sha1-hash): Don't modify info argument by
15328 side-effect when sorting result-params list.
15330 2011-07-28 Lawrence Mitchell <wence@gmx.li>
15332 * ob.el (org-babel-result-regexp): Use non-shy group around
15333 `org-babel-data-names'.
15335 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15337 * org.el (org-insert-link): Set truncate-line in the *Org Link*
15338 buffer and make sure that it really is set there.
15340 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15342 * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
15343 changing how/if the current directory is represented to lisp code.
15344 (org-babel-execute:lisp): More general handling of the default
15347 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15349 * ob-lisp.el (org-babel-execute:lisp): Setting the value of
15350 *default-pathname-defaults* to either the value of the :dir header
15351 argument or the directory of the containing Org-mode file.
15353 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15355 * ob-lisp.el (org-babel-execute:lisp): No real functional change,
15358 2011-07-28 Sébastien Delafond <sdelafond@gmail.com> (tiny change)
15360 * org.el (org-mode-flyspell-verify): This is useful when using
15361 flyspell with a non-English dictionary, or if some of your
15362 keywords are in another language.
15364 2011-07-28 David Maus <dmaus@ictsoc.de>
15366 * org-exp.el (org-export): Use new compatibility function
15367 `org-activate-mark'.
15369 * org-compat.el (org-activate-mark): New function.
15370 Provide `activate-mark' if not present (e.g. Emacs 22).
15372 2011-07-28 David Maus <dmaus@ictsoc.de>
15374 * org-table.el (org-table-follow-field-mode): Declare variable to
15375 keep byte compiler happy.
15377 2011-07-28 David Maus <dmaus@ictsoc.de>
15379 * org-footnote.el (org-id-uuid): Declare function, silence byte
15382 2011-07-28 David Maus <dmaus@ictsoc.de>
15384 * org-bibtex.el (org-bibtex-headline): Don't use equalp at
15385 run-time, compare downcased strings.
15387 2011-07-28 David Maus <dmaus@ictsoc.de>
15389 * org-bibtex.el (org-id-locations): Declare variable to silence
15392 2011-07-28 David Maus <dmaus@ictsoc.de>
15394 * org-id.el (org-id-locations): Fix docstring, remove reference to
15395 non-existent option.
15397 2011-07-28 David Maus <dmaus@ictsoc.de>
15399 * org.el (org-self-insert-command): Use `delete-char' instead of
15400 `delete-backward-char'.
15402 * org-table.el (orgtbl-self-insert-command): Ditto.
15404 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15406 * org-latex.el (org-export-latex-special-chars): Save match data
15407 when checking for table.el table.
15409 2011-07-28 David Maus <dmaus@ictsoc.de>
15411 * org.el (org-re-property): Move before its first use.
15413 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15415 * org-latex.el (org-export-latex-preprocess):
15416 Add `original-indentation' property to footnotes so they cannot
15417 possibly end a list by being less indented than the item they
15420 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15422 * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
15424 (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
15427 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15429 * org-clock.el (org-clocktable-write-default): Implement adding
15430 property columns to the clock table.
15432 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15434 * org.el (org-toggle-item): Move parenthesis to correct location.
15436 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15438 * org.el (org-default-priority):
15439 (org-priority-start-cycle-with-default): Improve docstring.
15440 (org-priority): Throw error when priority is out of range.
15442 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15444 * org.el (org-self-insert-command): Catch the case of
15445 `buffer-undo-list' eq t.
15447 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15449 * org.el (org-toggle-heading): Region should be considered as made
15450 of full lines, without the last one if region-end is at bol.
15451 Removed unused variables. Refactored and commented code.
15453 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15455 * org.el (org-toggle-item): When region includes an headline less
15456 indented than first one, set it as the new reference.
15458 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15460 * org-list.el (org-list-to-subtree): If the list is before first
15461 heading and `org-odd-levels-only' is non-nil, the first item gets
15462 two stars instead of one.
15464 * org.el (org-reduced-level): A level of 0 was reduced to 1 with
15465 `org-odd-levels-only' non-nil.
15467 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15469 * org.el (org-toggle-item): Converting an heading to an item would
15470 sometimes insert unnecessary spaces before it, and unwanted space
15471 with `org-indent-mode' on. Changing some text into an item
15472 wouldn't always preserve indentation.
15474 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15476 * org-capture.el (org-capture-current-plist): Improve docstring.
15477 (org-capture-put): Add docstring.
15478 (org-capture-get): Add docstring.
15479 (org-capture-member): Add LOCAL argument. Add docstring.
15480 (org-capture-set-target-location): Store the time received from a
15481 date prompt into the :prompt-time property.
15483 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15485 * org-exp.el (org-export-mark-list-properties): Even if context is
15486 invalid, mark list item with `list-context' property.
15488 * org-list.el (org-list-forbidden-blocks): Add exporters specific
15489 blocks to the list of forbidden blocks.
15491 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15493 * org-list.el (org-sort-list): Function tries to intern
15494 getkey-func before it is defined, so it's always nil.
15496 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15498 * org.el (org-babel-load-languages): Adding ob-awk to the list of
15499 executable languages.
15501 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15503 * org-table.el (org-table-get-field): Make sure the new field
15504 content is at least one space character.
15506 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15508 * org-crypt.el: Check for `daemonp' before using it.
15510 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15512 * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
15513 :stdin header argument.
15514 (org-babel-execute:sh): Use the :stdin header argument.
15515 (org-babel-sh-var-to-sh): Split the bulk of this function off into a
15517 (org-babel-sh-var-to-string): New function for converting elisp
15518 values to strings that make sense for parsing with sh.
15519 (org-babel-sh-evaluate): Adding "stdin" option to session and
15520 external evaluation options.
15522 2011-07-28 Roland Kaufmann <rlndkfmn+orgmode@gmail.com> (tiny change)
15524 * org-exp.el (org-remove-formatting-on-newlines-in-region):
15526 (org-export-format-source-code-or-example):
15527 Call `org-remove-formatting-on-newlines-in-region'.
15529 2011-07-28 David Maus <dmaus@ictsoc.de>
15531 * org.el (org-entry-put): Prevent adding of extra space to value
15532 if property already exists.
15534 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
15536 * org-html.el (org-export-as-html): Don't expand non-data lines of
15538 (org-html-expand): Remove the (buggy) test for non-data lines
15539 in table.el tables. The test is now done as part of
15540 org-export-as-html.
15541 (org-format-table-table-html-using-table-generate-source):
15542 Add test for spanning of cells in table.el tables using
15543 table.el's own library routine. Optionally suppress export of
15544 simple table.el tables.
15545 (org-format-table-html): Remove the (buggy) test for spanned
15546 table.el tables. The test is now done as part of
15547 org-format-table-table-html-using-table-generate-source.
15549 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15551 * org-latex.el (org-export-latex-special-chars): Do nothing in
15554 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15556 * org-capture.el (org-capture): Ignore errors when creating a
15559 2011-07-28 Nick Dokos <nick@dokosmarshall.org> (tiny change)
15561 * org-exp.el (org-export-define-heading-targets): Use dash instead
15562 of underscore to make labels valid.
15564 2011-07-28 Dan Davison <dandavison7@gmail.com>
15566 * ob-R.el (org-babel-R-write-object-command): Ensure that all data
15567 is written to the results file before Emacs notices that the file
15570 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15572 * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
15573 defined locally on my system, but not globally in Emacs.
15575 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15577 * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
15578 generate code block output.
15579 (org-babel-exp-code): Re-create the code block body for exporting
15582 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
15584 * org.el (org-read-date): Bury Calendar buffer after using it for
15587 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15589 * org-list.el (org-list-separating-blank-lines-number):
15590 Fix confusion between point and item beginning. Now, if no
15591 information is available, truly follow user preference when it
15592 inserts blank lines manually.
15593 (org-list-insert-item): Send correct argument to the preceding
15596 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15598 * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
15599 newline inside of the code block body.
15601 2011-07-28 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
15603 * ob.el: Avoid spurious matches to literal.
15605 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15607 * org.el (org-indent-line-function): Don't include #+include
15610 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15612 * ob-keys.el (org-babel-key-bindings): Adding key sequence for
15613 org-babel-check-src-block.
15615 * ob.el (org-babel-expand-src-block): Fit within 80 cols.
15616 (org-babel-edit-distance): Returns the edit distance of two
15618 (org-babel-check-src-block): Check a code block for errors.
15620 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
15622 * org-capture.el (org-capture-templates): Fix bug in customization
15625 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15628 (org-table-exit-follow-field-mode-when-leaving-table): New option.
15629 (org-table-check-inside-data-field): New optional argument
15630 `noerror'. When set, the function will only return nil instead of
15632 (org-table-edit-field): Interpret double prefix argument, and improve
15633 the properties of the editing window.
15634 (org-table-follow-field-mode): New minor mode.
15635 (org-table-follow-fields-with-editor): New function.
15637 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15639 * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
15640 first, then check if timestamps cause exclusion.
15642 * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
15643 if timestamps cause exclusion.
15645 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15647 * org-list.el (org-list-full-item-re): Allow description term to
15648 have a newline character after the colons.
15650 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15652 * org-list.el (org-sort-list): No longer ignore with-case
15653 argument: the function sorted case-sensitively, regardless of
15656 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15658 * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
15660 * ob.el (org-babel-data-names): Configurable list of names of
15662 (org-babel-result-regexp): Using new results regexp.
15664 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15666 * org.el (org-special-properties): Add CLOCKSUM to the special
15669 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
15671 * ob-exp.el (org-babel-exp-in-export-file):
15672 Bind `org-link-search-inhibit-query' to t to inhibit prompts.
15674 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15676 * org-exp.el (org-export-add-options-to-plist): Use the right
15679 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15681 * org-latex.el (org-export-latex-preprocess): Protect index string.
15683 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15685 * org-latex.el (org-export-latex-preprocess): Pipe index entries
15686 through `org-export-latex-fontify-headline'.
15688 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15690 * org-exp.el (org-export-add-options-to-plist): Fix the option
15693 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
15695 * org-latex.el (org-export-latex-preprocess): Replace index
15698 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
15700 * org.el (org-structure-template-alist): Add an easy template for
15701 index (i), and move include file to I from i.
15703 2011-07-28 Matt Lundin <mdl@imapmail.org>
15705 * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
15706 line to `org-offer-links-in-entry'.
15708 2011-07-28 Matt Lundin <mdl@imapmail.org>
15710 * org-bibtex.el (org-bibtex-search): New function.
15711 (org-bibtex-export-to-kill-ring): New function. Export to kill
15713 (org-bibtex-create-in-current-entry): New function
15714 (org-bibtex-create): Make it easier to add bib fields to an
15716 (org-bibtex-export-arbitrary-fields)
15717 (org-bibtex-treat-headline-as-title): Fix typos
15718 (org-bibtex-fleshout): Don't upcase optional field; remove ":"
15719 from type completion.
15721 2011-07-28 Matt Lundin <mdl@imapmail.org>
15723 * org-bibtex.el (org-bibtex-treat-headline-as-title):
15725 (org-bibtex-headline): Only use headline text (not TODO or other
15726 metadata) to generate title field and auto key.
15727 (org-bibtex-fleshout): Allow user to choose whether to treat
15730 2011-07-28 Tom Dye <tsd@tsdye.com>
15732 * org-bibtex.el: Added crossref field to other fields.
15734 2011-07-28 Tom Dye <tsd@tsdye.com>
15736 * org-bibtex.el: Add crossref option to incollection.
15738 2011-07-28 Matt Lundin <mdl@imapmail.org>
15740 * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
15743 2011-07-28 Matt Lundin <mdl@imapmail.org>
15745 * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
15746 warn if a duplicate ID is generated.
15748 2011-07-28 Matt Lundin <mdl@imapmail.org>
15750 * org-bibtex.el (org-bibtex-tags): New variable.
15751 (org-bibtex-tags-are-keywords): New variable.
15752 (org-bibtex-no-export-tags): New variable.
15753 (org-bibtex-headline): Export tags as comma-separated bibtex
15755 (org-bibtex-read): Import bibtex keywords field as tags.
15757 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
15759 * org-publish.el (org-publish-find-date): Optimization.
15761 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
15763 * org-gnus.el (org-gnus-follow-link): Don't request scan of group
15764 when following link.
15766 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
15768 * org-publish.el (org-publish-project-alist): Document new
15769 :sitemap-sans-extension property.
15770 (org-publish-org-sitemap): Use new `sitemap-sans-extension'
15773 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15775 * org.el (org-remove-uninherited-tags): Rename from
15776 `org-remove-iniherited-tags'.
15777 (org-scan-tags): Fix typo in function call.
15778 (org-get-tags-at): Fix typo in function call.
15780 2011-07-28 Matt Lundin <mdl@imapmail.org>
15782 * org.el (org-get-tags-at): Don't include filetags if local is t.
15784 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15786 * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
15787 dispatch functions, wrap body in `(do )'.
15789 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15791 * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
15792 resulted in the creation of multiple overlays in src blocks.
15794 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15796 * ob-clojure.el (org-babel-execute:clojure): If results are not
15797 readable by lisp, then return them as a string.
15799 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15801 * org-bibtex.el (org-bibtex): Now prompts for a file name.
15803 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15805 * org-bibtex.el (org-bibtex-create): Adding prefix argument which
15806 will result in prompting for optional fields.
15808 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15810 * org-bibtex.el (org-bibtex-headline): Rename flet function `get'
15811 which was causing compile problems.
15812 (org-bibtex-fleshout): Rename flet function `get' which was causing
15814 (org-bibtex-write): Rename flet function `get' which was causing
15817 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
15819 * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
15820 never starts with a number.
15822 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15824 * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
15825 (org-bibtex-key-property): New option.
15826 (org-bibtex-put): Make use of new `org-bibtex-key-property'
15828 (org-bibtex-headline): Make use of new
15829 `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
15831 (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
15833 (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
15835 (org-bibtex-write): Make use of new `org-bibtex-key-property'
15838 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15840 * org-bibtex.el: Updating Copyright dates, author information,
15841 commentary and history notes.
15842 (org-bibtex-types): List of bibtex types with descriptions and
15843 required and optional fields.
15844 (org-bibtex-fields): List of bibtex fields with descriptions.
15845 (*org-bibtex-entries*): Special variable to hold parsed bibtex
15847 (org-bibtex-autogen-keys): Custom variable controlling whether
15848 bibtex keys are automatically generated
15849 (org-bibtex-prefix): Custom variable allowing use of optional prefix
15850 for bibtex properties in Org-mode headlines.
15851 (org-bibtex-get): Helper function for accessing bibtex elements of a
15853 (org-bibtex-put): Helper function for inserting bibtex element into
15855 (org-bibtex-headline): Return a bibtex entry of the given headline
15857 (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
15859 (org-bibtex-autokey): Generate a bibtex key for the current
15861 (org-bibtex-fleshout): Fill in missing bibtex properties of the
15863 (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
15864 (org-bibtex-check): Check that all bibtex properties are present in
15865 the current headline.
15866 (org-bibtex-check-all): Check all headlines in the current buffer.
15867 (org-bibtex-create): Create a new bibtex headline at the current
15869 (org-bibtex-read): Read the current bibtex entry from a bibtex file.
15870 (org-bibtex-write): Write the most recently read bibtex entry into
15873 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15875 * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
15877 (org-agenda-show-clocking-issues): Handle faces.
15879 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15881 * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
15882 content by default with "-Dfile.encoding=UTF-8".
15884 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15886 * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
15889 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15891 * org-exp.el (org-export-preprocess-string): Mark list end before
15892 expanding macros. Thus, a macro inside a list and containing
15893 blank lines cannot break the list structure.
15894 (org-export-preprocess-apply-macros): Multi-lines macros get
15895 indented with the same indentation as the first line. Thus, we
15896 are sure that every line belongs to the same list as the first
15897 line, if such list exists. Also add comments in code.
15899 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15901 * org-agenda.el (org-agenda-clock-consistency-checks): New option.
15902 (org-agenda-list): Handle display change to clock check.
15903 (org-agenda-get-progress): Show only clock entries if we are doing
15904 the consistency check.
15905 (org-agenda-show-clocking-issues): New function.
15906 (org-agenda-check-clock-gap): New function.
15907 (org-agenda-view-mode-dispatch): Offer consistency check.
15908 (org-agenda-log-mode): Handle switch to clock only display.
15909 (org-agenda-set-mode-name): Show lighter for Clockcheck.
15911 * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
15912 and return it unchanged.
15914 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15916 * org-list.el (org-list-struct): When walking down the list, the
15917 function would not pay attention to drawers or blocks indentation.
15918 Thus, such constructs couldn't consistently end an item or a list.
15919 This patch ensures line indentation is stored (if applicable)
15920 before skipping them. Also fixed doc-string and comments.
15922 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15924 * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
15927 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15929 * org-exp.el (org-export): Define a bound for finding enclosing
15930 tree with class/title definition.
15932 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15934 * org-exp.el (org-export): Go to next heading before searching
15935 backward, so make this also work if we are on the headline of the
15936 entry with the property.
15938 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15940 * org.el (org-promote):
15941 (org-demote): Soften the previous change, by only removing the
15942 flyspell function from after-change functions, because that was
15943 the one causing the slowdown - at least much of it.
15945 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15947 * org.el (org-promote, org-demote): Turn off
15948 after-change-functions to speed up the reindentation of text.
15950 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15952 * ob-ocaml.el (org-babel-ocaml-read-list):
15953 Use `org-babel-script-escape'.
15954 (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
15956 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
15958 * org-html.el (org-html-handle-links): Add an alternate for inline
15961 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15963 * org-agenda.el (org-agenda-bulk-action): Do not use the entries
15964 variable before it is defined.
15966 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15968 * org-src.el (org-src-lang-modes): Add a language alias of "C"
15971 2011-07-28 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
15973 * ob-tangle.el (org-babel-tangle): Make it work in an indirect
15976 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
15978 * org-html.el (org-html-make-link): Correct a bug in coderef link.
15980 2011-07-28 Bernt Hansen <bernt@norang.ca>
15982 * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
15985 2011-07-28 Bernt Hansen <bernt@norang.ca>
15987 * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
15988 when headlines are missing.
15990 2011-07-28 Bastien Guerry <bzg@gnu.org>
15992 * org-mobile.el (org-mobile-push): Move call to hook, make it the
15993 first thing of the push operation.
15995 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
15997 * ob.el (org-babel-params-from-buffer): Now looking for header
15998 arguments in #+Properties: as well as #+Babel:. Also, we're no
15999 longer caching these results into a file local variable.
16001 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16003 * ob-python.el (org-babel-python-evaluate-external-process):
16004 Allow parsing as a table in the case of ":results output table".
16005 (org-babel-python-evaluate-session): Allow parsing as a table in
16006 the case of ":results output table".
16008 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16010 * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
16011 all possible agenda views. Use `org-agenda-schedule' instead of
16012 `org-agenda-date-later'.
16014 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16016 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
16019 2011-07-28 Julien Danjou <julien@danjou.info>
16021 * org.el (org-entry-get, org-entry-delete, org-entry-put)
16022 (org-property-values, org-delete-property-globally):
16023 Use `org-re-property'.
16024 (org-re-property): New function allowing to build a regexp to
16027 2011-07-28 Julien Danjou <julien@danjou.info>
16029 * org.el (org-property-values): Enhance docstring.
16031 2011-07-28 Ethan Ligon <ligon@are.berkeley.edu> (tiny change)
16033 * org-html.el (org-html-export-list-line): Fix regexp for
16034 detecting description lists to allow "::" marker to be last
16035 visible element at end of line.
16036 * org-docbook.el (org-docbook-export-list-line): Fix regexp for
16037 detecting description lists to allow "::" marker to be last
16038 visible element at end of line.
16040 2011-07-28 Julien Danjou <julien@danjou.info>
16042 * org-table.el (org-table-cleanup-narrow-column-properties):
16043 Use point-min rather than 1 when moving in the buffer.
16045 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16047 * org-list.el (org-list-in-valid-context-p): Rename from
16048 `org-list-in-valid-block-p'.
16049 (org-at-item-p, org-list-search-generic): Use renamed function.
16051 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16053 * org.el (org-set-font-lock-defaults): Be more strict when
16054 recognizing description items, and do not fontify wrong cases
16055 like: "- term ::description" or "1. term :: description".
16057 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16059 * org-latex.el: Pay attention to end of footnote. Before closing
16060 the command, ensure that list is properly closed or that last link
16061 is separated from the curly brace.
16063 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16065 * org.el (org-indent-line-function): Footnote definition must stay
16066 at column 0 to be recognized as such. Body below can have normal
16067 indentation, so it should ignore its definition when computing
16070 2011-07-28 Bastien Guerry <bzg@gnu.org>
16072 * org-protocol.el (org-protocol-remember, org-protocol-capture):
16073 More appropriate message.
16075 2011-07-28 Bastien Guerry <bzg@gnu.org>
16077 * org-capture.el (org-capture-clock-keep): New local variable.
16078 (org-capture, org-capture-finalize): Use it and fix a bug when
16079 :clock-keep is set to `t'.
16081 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
16083 * org-exp.el (org-export-preprocess-string): Handle include files
16084 before processing macros.
16086 2011-07-28 Bernt Hansen <bernt@norang.ca>
16088 * org-agenda.el: Remove obsolete code for adding todo list in
16089 front of the agenda.
16091 2011-07-28 Lawrence Mitchell <wence@gmx.li>
16093 * org-latex.el (org-export-latex-convert-table.el-table):
16094 Fix format-string for insertion of captions.
16096 2011-07-28 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
16098 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
16101 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
16103 * org.el (org-read-date-analyze): Help matching dotted European
16104 dates, like 31. 12. 2007
16106 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16108 * ob-lisp.el (org-babel-execute:lisp): Fix typo.
16110 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16112 * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
16113 before reading by elisp.
16114 (org-bable-lisp-vector-to-list): Stub of a vector->list function,
16115 should be replaced with a cl-vector->el-vector function.
16117 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16119 * ob-lisp.el (org-babel-execute:lisp): Now using
16120 `org-babel-reassemble-table' to apply the appropriate header
16121 arguments to results.
16123 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16125 * org.el (org-end-of-meta-data-and-drawers): New function.
16127 * org-capture.el (org-capture-place-plain-text): Implement adding
16128 plain text templates to Org nodes.
16130 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16132 * org-beamer.el (org-beamer-environments-extra): Fix docstring.
16134 2011-07-28 Lawrence Mitchell <wence@gmx.li>
16136 * org-exp.el (org-export-handle-comments): Add the org-protected
16137 property to the replacement string.
16139 2011-07-28 Lawrence Mitchell <wence@gmx.li>
16141 * org-html.el (org-export-as-html, org-html-level-start):
16142 Fix logic for section number printing when NUM is an integer.
16144 2011-07-28 Lawrence Mitchell <wence@gmx.li>
16146 * org-latex.el (org-export-latex-special-chars): Fix regexp for
16147 `single' special characters and ellipsis.
16149 2011-07-28 Lawrence Mitchell <wence@gmx.li>
16151 * org.el (org-point-at-end-of-empty-headline):
16152 Bind `case-fold-search' to nil.
16154 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16156 * org-capture.el (org-capture-fill-template): Resolve new %<...>
16158 (org-capture-templates): Document new %<...> template escape.
16160 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16162 * ob.el (org-babel-process-params): Make this function idempotent,
16163 as it will sometimes be called multiple times.
16165 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16167 * org.el (org-ts-regexp-both): Add "]" to class of characters that
16168 should not be matched.
16169 (org-ts-regexp0, org-ts-regexp1): Do not start a class with
16170 "^]-+", because that tries to (not) match characters between "]"
16171 and "+". Instead, move the "-" to the end of the class where it
16174 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16176 * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
16177 process with the edit buffer when :session is specified.
16179 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16181 * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
16182 extraction code into line with a newer version of the
16183 `org-store-link' function.
16185 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16187 * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
16188 wrapping the expression in either a let or progn, and possibly a
16189 pretty-print function invocation.
16190 (org-babel-execute:lisp): Greatly simplified method of executing
16193 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16195 * org-list.el: Move `org-update-checkbox-count-maybe' call outside
16196 of ̀save-excursion' to get back to original position.
16198 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16200 * org.el (org-numbered-action-format): New option.
16201 (org-new-numbered-action): New command.
16202 (org-collect-todos-in-subtree): New command.
16204 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16206 * org-exp.el (org-export-with-tasks): New option.
16207 (org-export-plist-vars): Add :tasks property.
16209 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16211 * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
16212 property to the export preprocessor.
16214 * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
16215 property to the export preprocessor.
16217 * org-html.el (org-export-as-html): Pass the :done-tasks property
16218 to the export preprocessor.
16220 * org-latex.el (org-export-as-latex): Pass the :done-tasks
16221 property to the export preprocessor.
16223 * org-exp.el (org-export-with-done-tasks): New option.
16224 (org-export-plist-vars): Add entry for :done-tasks.
16225 (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
16226 (org-export-remove-done-tasks): New function.
16228 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16230 * org-latex.el (org-export-latex-keywords-maybe): Protect # in
16233 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16235 * org.el (org-find-olp): Use the level of the correct match to
16238 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16240 * org-list.el (org-toggle-checkbox): Build value of
16241 org-keyword-time-regexp instead of using it directly, as it's
16242 buffer-local, and function might be called outside Org.
16244 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16246 * org-list.el (org-list-struct, org-in-item-p): Don't assume end of
16247 blocks or drawers necessarily start somewhere. It it isn't the
16248 case, treat them as normal text.
16250 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16252 * ob-exp.el (org-babel-exp-results): Use code block name when
16253 finding cached results.
16255 2011-07-28 Julien Danjou <julien@danjou.info>
16257 * org-latex.el (org-export-latex-date-format): Change default date
16258 format to \today. This has the same result but respects the
16259 language set in the document by default.
16261 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16263 * org-list.el (org-list-checkbox): When called from an headline,
16264 function would normally skip drawers, but not if a SCHEDULED or
16265 DEADLINE keyword is standing before the drawer. Also avoid
16266 problems if function is called in buffers not is Org mode.
16268 2011-07-28 Bastien Guerry <bzg@gnu.org>
16270 * org-clock.el (org-clock-report): Change the scope of the
16271 inserted clock report depending on whether the point is within a
16272 subtree (:scope subtree) or not (:scope file).
16274 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
16276 * org-html.el (org-export-as-html): Fix export of footnotes
16277 containing lists, tables, quotes, etc.
16279 2011-07-28 Lawrence Mitchell <wence@gmx.li>
16281 * org-latex.el (org-export-latex-preprocess): Correctly match
16282 starred command names.
16284 2011-07-28 Lawrence Mitchell <wence@gmx.li>
16286 * org-html.el (org-export-as-html): Get local value of
16287 org-export-with-section-numbers from the buffer's plist.
16288 Deal specially with the case the resulting value is an integer.
16289 (org-html-level-start): New optional argument of the option plist used
16290 instead of `org-export-with-section-numbers'. Also deal specially
16291 with the case that the value is an integer.
16293 2011-07-28 Lawrence Mitchell <wence@gmx.li>
16295 * org-latex.el (org-export-latex-subcontent): Deal specially with
16296 the case that NUM is an integer.
16298 2011-07-28 Bastien Guerry <bzg@gnu.org>
16300 * org-protocol.el (org-protocol-do-capture): Allow template keys
16302 (org-protocol-default-template-key): Update the docstring to
16303 reflect the change in `org-protocol-do-capture'.
16305 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
16307 * org-taskjuggler.el: Fix a typo in the commentary.
16309 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
16311 * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
16312 "purge allocations" statement if we are not targeting tj3.
16314 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
16316 * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
16317 Replace recursive implementation with an iterative one.
16319 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16321 * ob-sh.el (org-babel-sh-var-to-sh): Fix insertion of tabular
16322 data into shell variables.
16324 2011-07-28 David Maus <dmaus@ictsoc.de>
16326 * org-html.el (org-html-handle-time-stamps): Protected linebreak
16327 element after timestamp markup.
16329 2011-07-28 David Maus <dmaus@ictsoc.de>
16331 * org-html.el (org-html-handle-links): Don't protect img tag in
16334 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16336 * org-table.el (org-table-formula-handle-first/last-rc):
16339 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16341 * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
16342 whatever the major mode is.
16344 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16346 * org-inlinetask.el (org-inlinetask-export-templates): Fix default
16348 (org-inlinetask-export-handler): Ensure contents of inline task,
16349 if any, starts and ends with a newline character. Refactor and
16352 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16354 * org-capture.el (org-datetree-find-date-create): Lower-case for
16355 variable names in `define-function' form.
16357 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16359 * org-table.el (org-table-convert-region): Throw error when
16360 SEPARATOR is smaller than 1.
16362 2011-07-28 Julien Danjou <julien@danjou.info>
16364 * org-colview.el (org-columns-display-here): Fix heading retrieval
16367 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16369 * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
16370 be on the same line as a list end marker.
16372 2011-07-28 Julien Danjou <julien@danjou.info>
16374 * org.el (org-icompleting-read): Do not use useless lambda.
16376 2011-07-28 Julien Danjou <julien@danjou.info>
16378 * org-agenda.el (org-format-agenda-item): Fix length computing.
16380 2011-07-28 Julien Danjou <julien@danjou.info>
16382 * org-agenda.el (org-format-agenda-item): Fix comment and use
16383 `add-text-properties'.
16385 2011-07-28 Julien Danjou <julien@danjou.info>
16387 * org-agenda.el (org-agenda-highlight-todo): Remove useless
16390 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16392 * org-list.el (org-list-to-generic): Set a default term for
16393 ill-formed description lists. Do not insert newline characters
16395 (org-list-to-texinfo, org-list-to-html): Apply changes to
16396 `org-list-parse-liste'.
16398 2011-07-28 Bastien Guerry <bzg@gnu.org>
16400 * org-clock.el (org-clock-clocktable-language-setup): Add a
16402 (org-clocktable-write-default): Use the new localized string
16403 in `org-clock-clocktable-language-setup'.
16405 2011-07-28 Bastien Guerry <bzg@gnu.org>
16407 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
16408 (org-taskjuggler-assign-resource-ids): Replace recursive
16409 implementation with an iterative one.
16411 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
16413 * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
16416 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
16418 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
16419 Compute the leafiness of a node.
16420 (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
16421 node as a milestone if it is a leaf and has no effort.
16423 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
16425 * org-taskjuggler.el (org-export-taskjuggler-target-version):
16426 (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
16427 to handle export to both tj2 and tj3.
16428 (org-taskjuggler-open-task): Use a different way to purge
16429 allocations for tj2 and tj3.
16431 2011-07-28 Matt Lundin <mdl@imapmail.org>
16433 * org-footnote.el (org-footnote-auto-label): New random option.
16435 * org-footnote.el (org-footnote-new): Create random footnote
16436 labels with unique ids.
16438 2011-07-28 Matt Lundin <mdl@imapmail.org>
16440 * org-footnote.el (org-footnote-create-definition): Allow for
16441 footnote sections above the current footnote insertion point.
16443 2011-07-28 Matt Lundin <mdl@imapmail.org>
16445 * org-footnote.el (org-footnote-create-definition): Don't search
16446 for last footnote when in org-mode file.
16448 2011-07-28 Bastien Guerry <bzg@gnu.org>
16450 * org-html.el (org-export-as-html): Handle links with
16451 `org-html-handle-links' after we handle special characters
16453 (org-html-make-link, org-export-html-format-image):
16454 Don't protect html with @ anymore, as links are now handled after
16455 special characters conversions.
16457 2011-07-28 Julien Danjou <julien@danjou.info>
16459 * org-agenda.el (org-agenda-get-timestamps):
16460 (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
16461 (org-format-agenda-item): Remove no-prefix argument.
16462 (org-agenda-change-all-lines): Call org-format-agenda-item without the
16463 no-prefix argument.
16465 2011-07-28 Julien Danjou <julien@danjou.info>
16467 * org-agenda.el (org-agenda-highlight-todo): Stop using
16469 (org-cmp-alpha): Stop using prefix-length.
16470 (org-agenda-open-link): Stop using prefix-length.
16471 (org-agenda-change-all-lines): Stop using prefix-length.
16473 * org-colview.el (org-columns-display-here): Stop using
16474 prefix-length. Always return claned items.
16476 * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
16479 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16481 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
16482 `org-store-link' interactively as it can confuse the setting of
16483 `org-link-to-org-use-id' and cause undue edits to the org-mode
16484 buffer during tangling.
16486 2011-07-28 David Maus <dmaus@ictsoc.de>
16488 * org-html.el (org-export-html-format-image): Protect <p> element
16491 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16493 * org.el (org-read-date-force-compatible-dates): New option.
16494 (org-read-date, org-read-date-analyze): Check representable date range.
16496 2011-07-28 Bastien Guerry <bzg@gnu.org>
16498 * org-html.el (org-export-as-html): Fix export of email.
16500 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16502 * ob-tangle.el (org-babel-spec-to-string): Check value of padline
16503 on tangling, no longer use the now-removed variable
16504 `org-babel-tangle-pad-newline'.
16506 * ob.el (org-babel-header-arg-names): Add padline to the list of
16507 header argument names.
16508 (org-babel-default-header-args): Set the default value of padline to
16510 (org-babel-merge-params): Cleaned up the merge logic, added padline.
16512 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16514 * ob.el (org-babel-header-arg-names): Adding "shebang" to known
16515 code block header argument names.
16517 2011-07-28 Bastien Guerry <bzg@gnu.org>
16519 * org-crypt.el: Remove useless TODO in comments.
16521 2011-07-28 Bastien Guerry <bzg@gnu.org>
16523 * org-html.el (org-export-as-html): The default postamble now only
16524 export a date paragraph if `org-export-time-stamp-file' is
16527 2011-07-28 Bastien Guerry <bzg@gnu.org>
16529 * org-exp.el (org-export-xml): Remove the defgroup of
16532 2011-07-28 Bastien Guerry <bzg@gnu.org>
16534 * org-html.el (org-export-html-insert-plist-item): Remove.
16535 (org-export-html-preamble): Default to `t'. Accept functions.
16536 (org-export-html-postamble): Default to `auto'.
16537 Accept functions and distinguish between 'auto (no formatting string)
16538 and `t' (default formatting string).
16539 (org-export-as-html): Handle org-export-html-preamble and
16540 org-export-html-postamble new defaults/allowed values.
16541 Define email and creator-info before using them.
16543 2011-07-28 Bastien Guerry <bzg@gnu.org>
16545 * org-html.el (org-export-html-protect-char-alist): Fix typo in
16546 custom type definition.
16548 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16550 * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
16553 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16555 * org-list.el (org-list-parse-list): Fix regexp.
16557 2011-07-28 David Maus <dmaus@ictsoc.de>
16559 * org-html.el (org-export-html-format-image): Protect image
16562 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16564 * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
16565 contents of a code block body on export.
16566 (org-babel-tangle-collect-blocks): Apply
16567 `org-babel-tangle-body-hook' to the collected bodies of code blocks.
16569 2011-07-28 David Maus <dmaus@ictsoc.de>
16571 * org-html.el (org-html-make-link, org-html-handle-links):
16572 Protect generated XHTML elements.
16573 (org-export-as-html): Expand character entities after creating markup
16574 for links and timestamps.
16576 2011-07-28 Bastien Guerry <bzg@gnu.org>
16578 * org-html.el (org-export-as-html): Bugfix: insert email
16581 2011-07-28 Bastien Guerry <bzg@gnu.org>
16583 * org-html.el: Bugfix: prevent infinite matching of the `&'
16586 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16588 * org.el (org-fill-paragraph): `fill-forward-paragraph' function
16589 has been introduced with emacs 23.1.
16591 2011-07-28 Bastien Guerry <bzg@gnu.org>
16593 * org-attach.el: Allow to store a link to the attach-dir location.
16595 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
16597 * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
16600 2011-07-28 Bernt Hansen <bernt@norang.ca>
16602 * org-clock.el (org-clock-in): Allow clocking in new tasks
16603 inserted before the current clocking task.
16605 2011-07-28 Bernt Hansen <bernt@norang.ca>
16607 * org-clock.el (org-clock-in): Set default clocking task when
16608 already clocking the task.
16610 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16612 * org.el (org-adaptive-fill-function): When a region is specified
16613 first line of paragraph isn't skipped, so fill-paragraph have to
16614 be computed even if point is at an item.
16616 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16618 * org-list.el (org-list-in-valid-block-p): New function.
16619 (org-at-item-p, org-list-search-generic): Use new function.
16621 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16623 * org.el (org-indent-line-function): Text in both a list and a
16624 valid block is indented with regards to current item, not to block
16627 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
16629 * org-html.el (org-format-org-table-html): Fix anchors in HTML
16630 export (thanks to <aankhen@gmail.com>)
16631 (org-html-protect): Fix a bug that prevents some target to be
16632 rendered correctly.
16634 2011-07-28 Bastien Guerry <bzg@gnu.org>
16636 * org.el (org-default-properties): Add EXPORT_TEXT.
16638 2011-07-28 Matt Lundin <mdl@imapmail.org>
16640 * org-footnote.el (org-footnote-create-definition)
16641 (org-insert-footnote-reference-near-definition): Fix sorting
16644 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
16646 * org-html.el (org-export-as-html): Bugfix: don't insert closing
16647 HTML tags when exporting body only.
16649 2011-07-28 Jason Dunsmore <emacs-orgmode@deathroller.dunsmor.com> (tiny change)
16651 * org.el (org-back-over-empty-lines): Bugfix.
16652 Honor `org-blank-before-new-entry' correctly in various contexts.
16654 2011-07-28 Bastien Guerry <bzg@gnu.org>
16656 * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
16657 and `save-restriction'.
16659 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16661 * org-timer.el (org-timer-item): `save-excursion' prevents
16662 `org-list-struct' to get the list structure when point isn't on
16663 the first line of the item.
16665 2011-07-28 Bastien Guerry <bzg@gnu.org>
16667 * org-capture.el (org-capture-templates): New option
16669 (org-capture): Use the new option.
16671 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16673 * org-list.el (org-update-checkbox-count): Ensure cookies on an
16674 heading are correctly updated when checkboxes are hidden.
16675 It allows, for example, to use C-c C-x C-b on a collapsed tree and
16676 still get the update.
16678 2011-07-28 David Maus <dmaus@ictsoc.de>
16680 * org-exp.el (org-export-visible): Accept keys for
16681 `org-export-as-html-to-buffer' and `org-export-region-as-html'.
16683 2011-07-28 Bastien Guerry <bzg@gnu.org>
16685 * org.el (org-duration-string-to-minutes): Don't use
16688 2011-07-28 Lawrence Mitchell <wence@gmx.li>
16690 * org.el (org-effort-durations): New variable.
16692 * org.el (org-duration-string-to-minutes): New function.
16694 * org-agenda.el (org-agenda-filter-effort-form)
16695 (org-format-agenda-item): Use it.
16697 * org-clock.el (org-clock-notify-once-if-expired)
16698 (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
16700 2011-07-28 Bastien Guerry <bzg@gnu.org>
16702 * org-agenda.el (org-agenda-run-series): Rename from
16703 `org-run-agenda-series'.
16705 2011-07-28 Bastien Guerry <bzg@gnu.org>
16707 * org-capture.el: Don't allow currentfile anymore.
16709 2011-07-28 Bastien Guerry <bzg@gnu.org>
16711 * org-agenda.el (org-agenda-list): Fix bug: don't rely on
16712 `org-agenda-current-span' when calling `org-agenda-list'.
16714 2011-07-28 Bastien Guerry <bzg@gnu.org>
16716 * org-capture.el (org-capture-put-target-region-and-position):
16717 New function to store information about the target buffer.
16718 (org-capture-set-target-location): Use it.
16719 (org-capture-finalize): Restore the target buffer in its
16720 possibly narrowed state. Also restore the cursor position.
16722 2011-07-28 Bastien Guerry <bzg@gnu.org>
16724 * org-crypt.el (auto-save-default): Make sure entries are
16725 encrypted before auto-saving.
16727 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16729 * org-inlinetask.el (org-inlinetask-promote)
16730 (org-inlinetask-demote): New functions.
16732 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16734 * org.el (org-demote-subtree, org-promote-subtree):
16735 Wrap `org-map-tree' into `org-with-limited-levels' macro, so it avoids
16736 operating on inline tasks.
16738 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16740 * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
16741 will move point to a real heading and not an inline task by
16742 wraping function into a `org-with-limited-levels' macro.
16744 2011-07-28 Bastien Guerry <bzg@gnu.org>
16746 * org-capture.el (org-capture-finalize): New argument clock-out,
16747 to tell whether finalizing the capture process should clock out
16749 (org-capture): Use the new argument.
16751 2011-07-28 Bastien Guerry <bzg@gnu.org>
16753 * org.el (org-refile-get-targets): Rename from
16754 `org-get-refile-targets'.
16756 2011-07-28 Bastien Guerry <bzg@gnu.org>
16758 * org-exp.el (org-export-table-remove-empty-lines): New custom
16760 (org-export-remove-special-table-lines): Use it.
16762 2011-07-28 Bastien Guerry <bzg@gnu.org>
16764 * org-table.el (org-table-fix-formulas-confirm): New custom
16766 (org-table-insert-column, org-table-delete-column)
16767 (org-table-move-column, org-table-move-row)
16768 (org-table-insert-row, org-table-kill-row): Use it.
16770 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
16772 * org.el (org-refile-get-location): Set and show default value.
16773 (org-goto, org-refile): Adapt calls.
16775 2011-07-28 Bastien Guerry <bzg@gnu.org>
16777 * org-mobile.el (org-mobile-files-exclude-regexp): New custom
16779 (org-mobile-files-alist): Use it.
16781 2011-07-28 Bastien Guerry <bzg@gnu.org>
16783 * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
16784 against headings outside of a narrowed buffer.
16786 2011-07-28 Bastien Guerry <bzg@gnu.org>
16788 * org.el (org-confirm-shell-link-not-regexp)
16789 (org-confirm-elisp-link-not-regexp): New custom variables.
16790 (org-open-at-point): Use the new custom variables.
16792 2011-07-28 Lawrence Mitchell <wence@gmx.li>
16794 * org-latex.el: Place \title \author \date before
16797 2011-07-28 Bastien Guerry <bzg@gnu.org>
16799 * org-html.el (org-export-html-preamble)
16800 (org-export-html-postamble): Now default to `nil'.
16801 (org-export-as-html): When :html-pre/postamble is nil, fall
16802 back on the default pre/postamble, which depends on the
16803 :author-info, :email-info, :creator-info options.
16805 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16807 * ob-exp.el (org-babel-exp-results): Don't use cached results if
16810 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16812 * org-table.el (org-table-eval-formula): Treat relative column
16815 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16817 * org-table.el (org-table-use-standard-references): Change default
16820 2011-07-28 Bastien Guerry <bzg@gnu.org>
16822 * org.el (org-move-subtree-down): Leave the cursor at the same
16825 2011-07-28 Bastien Guerry <bzg@gnu.org>
16827 * org-attach.el (org-attach-store-link-p): New variable.
16828 (org-attach-store-link): New function.
16829 (org-attach-attach): When `org-attach-store-link-p' is
16830 non-nil, store a link in `org-stored-links' to a newly
16833 2011-07-28 Bastien Guerry <bzg@gnu.org>
16835 * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
16836 case-fold-search to avoid mixing TODO keywords with real headline
16839 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16841 * org-table.el (org-table-fedit-finish): Read more general LHS of
16843 (org-table-formula-handle-@L): New function to hanle @L references.
16844 (org-table-current-ncol): New variable.
16845 (org-table-line-to-dline): New function.
16846 (org-table-get-stored-formulas): Accept range formulas as matches.
16847 (org-table-get-specials): Compute and store the number of columns.
16848 (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
16849 only the region marked by the range, not the content.
16850 (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
16851 range targets. Also check for duplicate access to fields.
16852 (org-table-expand-lhs-ranges): New funktion.
16853 (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
16854 the caller's value.
16855 (org-table-edit-formulas): Support highlighting of range targets.
16856 (org-table-field-info): Handle renge formulas.
16858 2011-07-28 Bastien Guerry <bzg@gnu.org>
16860 * org-html.el (org-export-html-postamble-format)
16861 (org-export-html-preamble-format): Explain how to escape the
16864 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16866 * ob.el (org-babel-read): Read string variable values wrapped in
16867 double quotes, removing the quotes.
16869 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16871 * ob-exp.el (org-babel-exp-results): Ensure that processed params
16872 are send to org-babel-execute-src-block.
16874 2011-07-28 Bastien Guerry <bzg@gnu.org>
16876 * org-special-blocks.el
16877 (org-special-blocks-make-special-cookies):
16878 Use `org-export-current-backend'.
16880 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16882 * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
16884 (org-babel-exp-src-block): Explicitly pass language to
16885 `org-babel-exp-in-export-file'.
16886 (org-babel-exp-inline-src-blocks): Remove unused code.
16887 (org-babel-exp-results): Explicitly pass language to
16888 `org-babel-exp-in-export-file'.
16890 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16892 * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
16893 returned from calc-eval.
16895 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16897 * ob.el (org-babel-read): Pass elisp vectors through to code
16900 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16902 * ob.el (org-src-lang-modes): Defvar.
16903 (org-at-item-p): Declare function.
16905 * ob-calc.el (calc-store): Require.
16906 (var-syms): Defvar.
16908 * ob-python.el (py-default-interpreter): Defvar.
16910 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16912 * org-exp-blocks.el (backend): defvar.
16914 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16916 * org-agenda.el (org-agenda-get-scheduled):
16917 (org-agenda-get-timestamps): Bind local variable `show-all'.
16919 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16921 * ob-ref.el (org-at-item-p): Declare function.
16923 * org-agenda.el (diary-time-regexp): defvar.
16925 * org-archive.el (org-archive-subtree): Bind local variable
16928 * org-capture.el (org-capture-insert-template-here): Get template
16929 text from property list, to avoid byte compiler message.
16931 * org-latex.el (org-export-latex-tables): Bind local variable
16934 * org-special-blocks.el (org-compat): Add require statement.
16936 * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
16939 * org.el (org-eval): Move function here from org-agenda.el.
16941 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16943 * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
16944 when reading from tables.
16945 (org-babel-read-list): Inhibit lisp evaluation of values when
16946 reading from lists.
16947 (org-babel-read): Add optional argument which can be used to inhibit
16948 lisp evaluation of value.
16950 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16952 * ob-table.el (sbe): Ensure that ob-trim is only called on
16955 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16957 * ob-exp.el (org-babel-exp-results): On export, ensure that the
16958 result hash is resolved in the original org-mode file.
16960 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16962 * org-exp.el (org-export-mark-list-end): Change end marker.
16964 * org-docbook.el (org-export-docbook-list-line): Use new marker.
16966 * org-html.el (org-html-export-list-line): Use new marker.
16968 * org-latex.el (org-export-latex-lists): Use new marker.
16970 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16972 * org-latex.el (org-export-latex-lists): Make sure markers used
16973 for export are taken into account by temporarily setting an
16974 appropriate value for `org-list-ending-method'.
16976 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16978 * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
16979 regexp into its own variable, also allowing match of empty bodies.
16980 (org-export-blocks-preprocess): Using new regexp variable.
16982 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16984 * ob.el (org-babel-src-block-regexp): Code block regexp now
16985 matches blocks with empty bodies.
16987 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16989 * ob.el (org-babel-script-escape): If script escaped value doesn't
16990 parse cleanly, then return it literally.
16992 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
16994 * ob-exp.el (org-babel-exp-src-block): When block will eventually
16995 be evaluated, pre-calculate the hash before noweb expansion, and
16996 expand the parameters before hash calculation.
16997 (org-babel-exp-do-export): Pass pre-calculated hash through to
16998 `org-babel-exp-results'.
16999 (org-babel-exp-results): Compare pre-calculated hash to results hash.
17001 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
17003 * ob.el (org-babel-sha1-hash): Sort list values to header
17004 arguments, and sort the words in strings.
17006 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
17008 * ob-ref.el (org-babel-ref-index-list): Special handling of hline
17011 2011-07-28 Julien Danjou <julien@danjou.info>
17013 * org-macs.el (org-with-point-at): Store evaluated version of
17014 pom. This fixes a potential bug when using (org-with-point-at
17015 (func) …), where (func) would be evaluated multiple times,
17016 therefore might return different results if a marker was returned
17017 and different each time.
17019 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17021 * org.el (org-open-at-point): If a link to a radio target is the
17022 first, (resp. the last), element of a buffer, function cannot find
17023 the property change required to get its boundaries, and
17024 `buffer-substring' is called with an invalid nil argument.
17026 2011-07-28 Bastien Guerry <bzg@gnu.org>
17028 * org-table.el (org-table-copy-down): Fix docstring.
17030 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
17032 * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
17033 and for file types other than png and PDF it uses imagemagick to
17034 convert a compiled PDF file to the desired file type.
17035 (convert-pdf): Convert a PDF file to a new file type using
17038 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
17040 * org-capture.el (org-capture-fill-template): Fix bug with the
17041 display of interactive prompt in templates expansion.
17043 2011-07-28 Reiner Steib <reiner.steib@gmx.de>
17045 * org-clock.el (org-clock-display): Document how to remove subtree
17048 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
17050 * org-exp-blocks.el (org-export-blocks-format-comment):
17051 Explicitly append a newline to the body.
17053 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17055 * org-list.el (org-list-insert-item): When computing size of item
17056 being inserted, function has to take into account that indentation
17057 may not only be made of spaces.
17059 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17061 * org-clock.el (org-clock-find-position): If a list was adjacent
17062 to some clocks and a drawer was going to be created, only the
17063 first element of the list would make it into the drawer.
17065 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17067 * org-list.el (org-toggle-checkbox): Fix bug where top item in
17068 list was omitted when checking boxes.
17070 2011-07-28 Dan Davison <dandavison7@gmail.com>
17072 * ob-R.el: Don't print result to echo area after evaluation.
17074 2011-07-28 Bastien Guerry <bzg@gnu.org>
17076 * org-capture.el (org-capture-refile): Fix typo in docstring.
17078 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
17080 * ob-calc.el (org-babel-execute:calc): Call out to new function
17081 for variables resolution.
17082 (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
17083 variables in calc expressions.
17085 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
17087 * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
17088 (org-babel-C++-compiler): Replace "c++" with "C++".
17089 (org-babel-execute:cpp): Replace "c" with "C++".
17090 (org-babel-execute:C++): Replace "c" with "C++".
17091 (org-babel-expand-body:C++): Replace "c" with "C++".
17092 (org-babel-C-execute): Replace "c" with "C++".
17094 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
17096 * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
17097 a list if at the *beginning* of a list item.
17099 * ob.el (org-babel-read-result): Only try to read results as a
17100 list if at the *beginning* of a list item.
17102 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17104 * org-list.el (org-cycle-item-indentation): Do not break an
17105 indentation cycle because visibility cycling is requested.
17106 This happens when an item becomes a parent, due to indentation change.
17107 Not considered empty anymore, the function cannot change its
17110 2011-07-28 Bastien Guerry <bzg@gnu.org>
17112 * org-clock.el (org-clocktable-write-default): Bugfix: falls back
17113 on `org-export-default-language' when no :lang parameter is set.
17115 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
17117 * org-capture.el (org-capture-expand-file): New function.
17118 (org-capture-target-buffer):
17119 (org-capture-set-target-location): Use `org-capture-expand-file'.
17121 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
17123 * ob.el (org-babel-read-list): Reading the value of a list has
17124 been updated to reflect the new structure of org-mode lists in
17126 (org-babel-insert-result): Writing code block results to lists has
17127 been updated to reflect the new list structure.
17128 (org-babel-result-end): Remove a previous change to end-of-list
17131 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17133 * org-list.el (org-cycle-item-indentation): Each time the function
17134 moves item back to child position, a white space is added to the
17137 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
17139 * ob.el (org-babel-process-params): Allow elisp code in
17140 specification of results header arguments.
17142 2011-07-28 Bastien Guerry <bzg@gnu.org>
17144 * org-agenda.el (org-agenda-append-agenda): New command.
17145 (org-agenda-mode-map): New keybinding to this new command.
17147 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17149 * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
17150 cursor it at very first item of the list, as specified in the
17151 manual. Also refactored the list part of the function a bit.
17153 2011-07-28 Bastien Guerry <bzg@gnu.org>
17155 * org-agenda.el (org-agenda): Set the 'last-args property to nil
17156 when calling `org-agenda'. Don't kill the local variable
17157 `org-agenda-current-span'.
17158 (org-run-agenda-series): Use the new property 'last-args.
17159 (org-agenda-change-time-span): Use the dynamically set
17160 `org-agenda-overriding-arguments' variable when non-nil.
17162 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
17164 * ob.el (org-babel-result-end): Adjust marker of list end to
17165 changes in the list format.
17167 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17169 * org-list.el (org-toggle-checkbox, org-update-checkbox-count):
17170 No need to wrap `org-entry-get' in `ignore-errors'.
17172 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17174 * org.el (org-toggle-item, org-toggle-heading): Make sure every
17175 sub-item in a list is changed into a sub-heading and sub-headings
17176 are translated into sub-items. Also ignore inline tasks in the
17179 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17181 * org-exp.el (org-export-select-backend-specific-text):
17182 Add `original-indentation' property when replacing #+begin_backend and
17183 #+backend blocks with their content. This is needed for lists, as
17184 they must know if the block belonged to them.
17186 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17188 * org-html.el (org-html-export-list-line): Insert a newline
17189 character before ending an item, as anchor could be on a line
17190 going to be deleted, like a drawer ending string.
17192 * org-list.el (org-list-to-html): Same.
17194 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17196 * org.el (org-set-autofill-regexps): Use `org-item-re' in
17197 `paragraph-start' to recognize alphabetical lists.
17198 (org-fill-paragraph): Enforce a pre-computed fill-prefix before
17199 calling `fill-paragraph' when point is in an item. Also prevent
17200 paragraphs getting merged into an adjacent list upon filling.
17201 (org-adaptive-fill-function): Make sure to determine real
17202 fill-prefix for auto-fill.
17203 (org-auto-fill-function): Use a pre-computed fill-prefix before
17204 calling `do-auto-fill'.
17206 * org-list.el (org-list-item-body-column): New function.
17208 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17210 * org-inlinetask.el (org-inlinetask-at-task-p)
17211 (org-inlinetask-toggle-visibility): New functions.
17213 * org-list.el (org-list-set-item-visibility): New function.
17215 * org.el (org-cycle, org-cycle-internal-local): Separate lists and
17216 inline tasks from headlines.
17217 (org-outline-level): Do not consider lists as headlines.
17218 Cycling visibility is using different tools.
17220 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17222 * org-list.el (org-list-struct): Mark items less indented than top
17223 item of the list, so that they will be modified.
17224 (org-list-struct-apply-struct): Compare struct's indentation with
17225 line's indentation instead of old-struct's. This is needed
17226 because `org-list-struct' automatically fixes indentation so
17227 changes might not be seen otherwise.
17229 * org.el (org-ctrl-c-ctrl-c): Small refactoring.
17231 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17233 * org-list.el (org-update-checkbox-count): When a part of the
17234 buffer is processed to count checkboxes, lists are read from top
17235 to bottom, but inside lists (in drawers, blocks, or inline tasks)
17236 are skipped. Thus, cookies cannot be updated. This patch
17237 enforces reading of such lists if counter is itself in a special
17240 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17242 * org-list.el (org-list-struct-apply-struct): Inline tasks along
17243 with their content must stay at column 0 even if the item is
17244 gaining indentation. Moreover, fix indentation of text in an
17245 inline task, now it can be in such a task within a list.
17247 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17249 * org-list.el (org-at-item-p): Also verify context is valid.
17250 Otherwise it would recognize valid items where `org-in-item-p'
17252 (org-in-item-p, org-list-struct-apply-struct): Use shorter version
17254 (org-cycle-list-bullet): Fix typo.
17255 (org-list-parse-list): Avoid calling `org-at-item-p' two times by
17256 using an appropriate regexp.
17258 * org.el (org-indent-line-function): Use an appropriate regexp
17259 instead of calling `org-at-item-p' two times.
17261 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17263 * org-list.el (org-in-item-p): When point was just after
17264 org-list-end-re, check wouldn't be done for starting line. So, if
17265 the first line was an item, it wouln't be noticed and function
17266 would return nil. Simplify and comment code.
17268 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17270 * org.el (org-toggle-item): When used on normal text, ensure every
17271 line in region is included in the new item, regardless of its
17272 original indentation.
17274 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17276 * org-list.el (org-list-struct-apply-struct): If end of list was
17277 at eol, for example, with list inside a block, the last list
17278 wouldn't be shifted. Thus, the patch ensures no blank lines is
17281 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17283 * org.el (org-toggle-item): Now accepts a prefix argument.
17284 When used without argument on normal text, it will make the whole
17285 region one item. With an argument, it defaults to old behavior:
17286 change each line in region into an item.
17288 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17290 * org.el (org-return): When called from inside an item with the
17291 indent flag, function should keep text moved inside the item.
17292 This allows to use C-j to separate lines in an item: cursor won't
17293 go back to column 0.
17295 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17297 * org-list.el (org-list-struct): When a line has org-example
17298 property, skip the entire block. This is needed during export,
17299 for example when src blocks in org markup contain lists, and are
17300 returned verbatim because org isn't in the list of interpreted
17303 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17305 * org-list.el (org-in-item-p): Handle special cases when function
17306 is called with cursor amidst `org-list-end-re' or at an inline
17309 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17311 * ob.el (org-babel-result-end): Apply renaming.
17313 * org-exp.el (org-export-mark-list-properties): Apply renaming.
17315 * org-list.el (org-list-prevs-alist): Rename from
17316 `org-list-struct-prev-alist'.
17317 (org-list-parents-alist): Rename from `org-list-struct-parent-alist'.
17318 (org-list-write-struct): Rename from `org-list-struct-fix-struct'.
17319 (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
17320 (org-toggle-checkbox, org-update-checkbox-count)
17321 (org-cycle-list-bullet, org-list-repair, org-insert-item)
17322 (org-move-item-up, org-move-item-up, org-move-item-down)
17323 (org-next-item, org-previous-item, org-end-of-item-list)
17324 (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
17325 (org-get-bullet): Remove function, as it is not needed anymore.
17327 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17329 * org-list.el (org-list-insert-item-generic): Change arguments.
17330 The function now accepts structure and previous items alist.
17331 This allows to insert an item programmatically more easily.
17332 (org-insert-item): Apply changes to
17333 `org-list-insert-item-generic'. The function now takes care about
17334 repairing structure and updating checkboxes.
17336 * org-timer.el (org-timer-item): Apply changes to
17337 `org-list-insert-item-generic'. The function now takes care about
17338 repairing structure.
17340 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17342 * org-list.el (org-list-make-subtree): Function now uses
17343 `org-list-parse-list mechanism'.
17344 (org-list-make-subtrees): Remove function.
17345 (org-list-to-generic): Add a parameter and every parameter can
17346 be a sexp returning a string, for finer control.
17347 (org-list-to-html, org-list-to-latex, org-list-to-texinfo):
17348 Slight modifications to apply changes to `org-list-to-generic'.
17349 (org-list-to-subtree): New function.
17351 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17353 * org.el (org-beginning-of-line): Apply changes to
17354 `org-item-beginning-re' to correct sub-expression reference.
17356 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17358 * org-docbook.el (org-export-docbook-list-line): Even with
17359 alphabetical lists, Org shouldn't enforce a particular list type
17360 to exporters. This is a job for style files.
17362 * org-html.el (org-html-export-list-line): Ib idem.
17364 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17366 * org-list.el (org-at-item-counter-p): New function.
17367 (org-list-parse-list): Handle counters and list depth.
17368 (org-list-to-generic): A special string is used when an item has a
17370 (org-list-to-latex): Use new special string for counters.
17371 This fixes the counter bug in LaTeX export, as the enumi counter was
17372 the only one modified.
17374 * org-latex.el (org-export-latex-lists): Use new
17375 `org-list-parse-list' output.
17377 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17379 * org-list.el (org-list-get-list-type): New function.
17380 (org-list-parse-list): Use new function.
17382 * org-html.el (org-html-export-list-line): Use new function.
17384 * org-docbook.el (org-export-docbook-list-line): Use new function.
17386 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17388 * org-list.el (org-alphabetical-lists): New variable
17389 (org-item-re, org-list-full-item, org-cycle-list-bullet)
17390 (org-list-struct-fix-bul, org-list-inc-bullet-maybe):
17391 Reflect introduction of the new variable.
17392 (org-item-beginning-re): Change into a function, so any
17393 modification of `org-alphabetical-lists' will not require
17395 (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
17396 (org-list-parse-list, org-list-send-list): Reflect changes to
17397 `org-item-beginning-re'.
17398 (org-list-use-alpha-bul-p): New function.
17400 * org.el (org-check-for-hidden): Reflect changes to
17401 `org-item-beginning-re'.
17403 * org-capture.el (org-capture-place-item): Reflect changes to
17404 `org-item-beginning-re'.
17406 * org-docbook.el (org-export-docbook-list-line): Handle New type
17409 * org-exp.el (org-export-mark-list-end)
17410 (org-export-mark-list-properties): Reflect changes to
17411 `org-item-beginning-re'.
17413 * org-html.el (org-html-export-list-line): Handle new type of
17416 * org-latex.el (org-export-latex-lists): Handle new type of items
17417 and reflect changes to `org-item-beginning-re'.
17419 * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
17421 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17423 * org-list.el (org-list-end-re): Remove function and made it a
17424 variable. There's no need for the overhead of calling the
17425 function every at every line in a list. User will have to reload
17426 Org if he change value of either `org-list-end-regexp' or
17427 `org-empty-line-terminates-plain-lists'.
17428 (org-in-item-p, org-list-struct, org-list-parse-list): Apply change.
17430 * org-exp.el (org-export-mark-list-end)
17431 (org-export-mark-list-properties): Apply change.
17433 * org-latex.el (org-export-latex-lists): Apply change.
17434 Also prevent items with org-example property to be considered as real
17437 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17439 * org-inlinetask.el (org-inlinetask-export-templates): Slightly
17440 modify templates so environment boundaries don't interfere with
17441 content of task. Unprotect content of task so it might benefit
17442 from further transformations. Set original-indentation property to
17443 a high value to ensure that task is always in the last item of the
17444 list. Also, apply templates later in export process.
17446 * org-list.el (org-list-struct): Fix inline task skipping.
17448 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17450 * org-latex.el (org-export-latex-lists): Search for unprotected
17451 items only, and redefine `org-at-item'. This change is required
17452 when verbatim lists are inserted during export, usually by Babel.
17454 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17456 * ob.el (org-babel-result-end): End position is end of current
17457 sublist instead of bottom point, as results might be inserted in a
17460 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17462 * org-list.el (org-list-automatic-rules): Remove insert rule.
17463 (org-list-insert-item-generic): Remove code preventing user to
17464 insert another item in a block within a list. It is because new
17465 list context make it impossible to see if a point in a block is
17468 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17470 * org-exp.el (org-export-preprocess-string): Mark list endings
17471 before babel blocks preprocessing starts, so blank lines that may
17472 be inserted do not break list's structure. Then, mark list with
17473 special properties required by exporters. Thus output from babel
17474 can easily be included in lists.
17475 (org-export-mark-list-end): New function.
17476 (org-export-mark-list-properties): New function.
17477 (org-export-mark-lists): Remove function. It was split into the
17478 two preceding functions.
17480 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17482 * org-list.el (org-update-checkbox-count): Do not recompute every
17483 list before next heading when there are more than one cookie in an
17484 headline. Moreover, ignore the case where cookie is inserted
17485 neither at an heading nor at an item.
17487 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17489 * org-list.el (org-sort-list): Fix number of arguments to
17490 `org-list-repair', plus make `end-record' go to end of item before
17491 any blank line to keep them from being swallowed in the sorting.
17493 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17495 * org-list.el (org-list-forbidden-blocks): Rename from
17497 (org-list-export-context): New variable.
17499 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17501 * org-list.el (org-list-search-generic): Rename form
17502 `org-search-unenclosed-generic' to reflect the new behavior. Now,
17503 match can only be in a valid context for lists, as determined by
17504 `org-list-context'.
17505 (org-list-search-backward): Rename from
17506 `org-search-backward-unenclosed'.
17507 (org-list-search-forward): Rename from
17508 `org-search-forward-unenclosed'.
17509 (org-toggle-checkbox, org-update-checkbox-count): Use new
17511 (org-sort-list): Using default regexp search functions as context
17512 is not required in this case.
17514 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17516 * org-exp.el (org-export-mark-lists): New function, replacing
17517 org-export-mark-list-ending. It adds information as text
17518 properties to every list, before changes done by exporter destruct
17521 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17523 * org-list.el (org-list-get-first-item): New alias for
17524 `org-list-get-list-begin'.
17525 (org-list-get-last-item): New function.
17526 (org-list-get-list-end): Use `org-list-get-last-item'.
17528 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17530 * org.el (org-get-string-indentation): Move in generally useful
17531 functions section, as it wasn't specific to plain lists and that
17532 no code was using it in org-list.el.
17534 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17536 * org.el (org-skip-over-state-notes, org-store-log-note): Use new
17539 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17541 * org-list.el (org-list-indent-item-generic): Remove error
17542 messages happening before process. This belongs to interactive
17544 (org-indent-item, org-indent-item-tree)
17545 (org-outdent-item, org-outdent-item-tree): Ensure point or region
17546 is correct before computing list structure. Return an error
17549 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17551 * org-list.el (org-apply-on-list): Use new structures.
17552 Function is now applied in reverse order so modifications do not change
17553 positions of items in buffer.
17555 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17557 * org-list.el (org-list-parse-list): Rewrite of function to allow
17558 text following a sub-list in the same item. See docstring for an
17560 (org-list-to-generic): Use new parsing function.
17561 (org-list-to-latex, org-list-to-html): Minor change for clearer
17564 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17566 * org-list.el (org-list-has-child-p): Rename from
17567 `org-list-get-child'. Returning first child is only useful as a
17568 predicate, as we are allowing an item to have more than one
17570 (org-list-indent-item-generic): Use `org-list-has-child-p' instead
17571 of org-list-get-child.
17572 (org-in-item-p): Also return item beginning when list starts at
17574 (org-list-get-parent): Use of `org-list-struct-parent-alist'
17575 helper function is not optional anymore.
17576 (org-list-get-all-items): Shorten code with the help of cl.el.
17577 (org-list-get-children): Now returns all children of item, even if
17578 they do not belong to the same list. Renamed from
17579 `org-list-get-all-children'.
17580 (org-list-get-list-begin): Function wasn't return value when item
17581 was already the first item of the list at point.
17582 (org-list-get-list-end): Function wasn't return value when item
17583 was already the last item of the list at point.
17584 (org-list-struct-fix-box, org-update-checkbox-count): Now uses
17585 `org-list-get-children'.
17587 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17589 * org.el (org-indent-line-function): Indentation of item's body
17590 starts just after the bullet, not after a checkbox. Moreover, As
17591 `org-in-item-p' also returns item beginning position when point is
17592 in a list, do not compute it a second time.
17594 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17596 * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
17597 usage `org-repair-list', forcing another reading of the list, with
17598 only needed subroutines.
17600 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17602 * org-list.el (org-list-separating-blank-lines-number): Use new
17604 (org-list-insert-item-generic): Use list structures to insert a
17606 (org-list-exchange-items): Refactor and comment code. Now return
17607 new struct instead of modifying it, as list sorting would
17608 sometimes eat first item.
17609 (org-move-item-down, org-move-item-up): Reflect changes to
17610 `org-list-exchange-items'.
17611 (org-insert-item): As `org-in-item-p' also computes item beginning
17612 when applicable, reuse the result.
17614 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17616 * org-list.el (org-list-in-item-p): Unify methods for this
17618 (org-list-in-item-p-with-indent): Remove function.
17619 (org-list-ending-between): Remove function.
17620 (org-list-maybe-skip-block): Remove function.
17621 (org-list-in-item-p-with-regexp): Remove function.
17622 (org-list-top-point-with-regexp): Remove function.
17623 (org-list-top-point-with-indent): Remove function.
17624 (org-list-bottom-point-with-indent): Remove function.
17625 (org-list-bottom-point-with-regexp): Remove function.
17626 (org-list-get-item-same-level): Remove function.
17627 (org-list-top-point): Remove function.
17628 (org-list-bottom-point): Remove function.
17629 (org-get-item-beginning): Rename to `org-list-get-item-begin' to
17630 be consistent with naming policy of non-interactive functions.
17631 (org-get-beginning-of-list): Remove function.
17632 (org-beginning-of-item-list): Use new accessors.
17633 (org-get-end-of-list): Remove function.
17634 (org-end-of-list): Use new accessors.
17635 (org-get-end-of-item): Remove function.
17636 (org-end-of-item): Use new accessors.
17637 (org-get-previous-item): Remove function.
17638 (org-previous-item): Use new accessors.
17639 (org-get-next-item): Remove function.
17640 (org-next-item): Use new accessors.
17641 (org-list-get-item-end-before-blank): Use new accessors.
17643 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17645 * org-list.el (org-list-repair): Remove optional argument
17646 FORCE-BULLET. The job of this interactive function is to
17647 completely fix a list at point. Changing bullets is a separate
17648 task. Also removed others optional arguments TOP and BOTTOM to
17649 follow the new structures.
17650 (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
17651 STRUCT is a new required argument. This avoids computing a list
17652 structure many times when function is called more than once in a
17653 row, for example in `org-cycle-item-indentation'. Use new
17654 accessors. Now, also call `org-update-checkbox-count-maybe'.
17655 (org-outdent-item, org-indent-item, org-outdent-item-tree)
17656 (org-indent-item-tree): Remove need for TOP and BOTTOM.
17657 (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
17658 (org-list-exchange-items): Use new accessors. Now modify struct
17659 to avoid re-reading it later.
17660 (org-move-item-down): Reflect changes to `org-list-repair'.
17662 (org-move-item-up): Reflect changes to `org-list-repair'. Use new
17664 (org-cycle-list-bullet): Use new structures. Also use a shortcut
17665 to `org-list-struct-fix-struct' in order to avoid unnecessary
17666 fixes, like `org-list-struct-fix-box'
17667 (org-sort-list): Use of new structures. Renamed an internal
17668 function for a little more clarity.
17669 (org-cycle-item-indentation): Remove dependency on
17670 `org-list-repair'. Use new accessors.
17671 (org-list-get-child): Correct bug when asking for the child of the
17673 (org-list-exchange-items): Use new accessors.
17675 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17677 * org-list.el (org-list-blocks): New variable.
17678 (org-list-context): New function.
17679 (org-list-full-item-re): New variable.
17680 (org-list-struct-assoc-at-point): Use new variable.
17681 (org-list-struct): Rewrite of function. Now, list data is
17682 collected by looking at the list line after line. It reads the
17683 whole list each time because reading only a subtree was not enough
17684 for some operations, like fixing checkboxes. It also removes the
17685 need to get `org-list-top-point' and `org-list-bottom-point'
17686 first. An added data is the position of item ending. This aims
17687 to be able to have list followed by text inside an item.
17688 (org-list-struct-assoc-end): New function.
17689 (org-list-struct-parent-alist): New function.
17690 (org-list-get-parent): New function.
17691 (org-list-get-child): New function.
17692 (org-list-get-next-item): New function.
17693 (org-list-get-prev-item): New function.
17694 (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
17695 (org-list-get-all-items): New function.
17696 (org-list-get-all-children): New function.
17697 (org-list-get-top-point): New function.
17698 (org-list-get-bottom-point): New function.
17699 (org-list-get-counter): New function.
17700 (org-list-get-item-end): New function.
17701 (org-list-struct-fix-bul): Rewrite for cleaner code. Make use of
17703 (org-list-struct-fix-ind): Make use of new accessors.
17704 (org-list-struct-fix-box): New function.
17705 (org-list-struct-fix-checkboxes): Remove function.
17706 (org-list-struct-outdent): Use new accessors. Use the fact that
17707 there is no longer a virtual item at beginning of structure.
17708 (org-list-struct-indent): Use helper functions
17709 `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
17710 Also use new accessors.
17711 (org-list-struct-fix-struct): Comment function. Call directly
17712 `org-list-struct-apply-struct', without removing unchanged items
17714 (org-list-struct-apply-struct): Comment function. Rewrite using
17715 new accessors. Use new variable `org-list-full-item-re'.
17716 (org-list-shift-item-indentation): Remove function, now included
17717 in `org-list-struct-apply-struct' because it is too specific.
17719 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17721 * org-list.el (org-toggle-checkbox): Use structures to fix
17722 checkboxes of a list.
17723 (org-update-checkbox-count): Use structures to update cookies.
17725 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17727 * org-list.el (org-list-struct-fix-checkboxes): New function.
17728 (org-checkbox-blocked-p): Remove function.
17730 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17732 * org-list.el (org-list-get-all-items): New function.
17733 (org-list-get-all-children): New function.
17734 (org-list-get-nth): New function.
17735 (org-list-set-nth): New function.
17736 (org-list-get-ind): New function.
17737 (org-list-set-ind): New function.
17738 (org-list-get-bullet): New function.
17739 (org-list-set-bullet): New function.
17740 (org-list-get-checkbox): New function.
17741 (org-list-set-checkbox): New function.
17742 (org-list-struct-fix-bul): Use new accessors.
17743 (org-list-repair): Use new accessors.
17744 (org-list-indent-item-generic): Make use of accessors.
17745 (org-list-get-parent): Rename from `org-list-struct-get-parent'.
17746 (org-list-get-child): Rename from `org-list-struct-get-child'.
17747 (org-list-struct-fix-ind): Make use of accessors.
17748 (org-list-get-next-item): New function.
17749 (org-list-get-subtree): New function.
17751 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17753 * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
17756 * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
17757 value in structure.
17759 * org-list.el (org-list-struct-apply-struct): Also apply
17762 2011-07-28 Bastien Guerry <bzg@gnu.org>
17764 * org-latex.el (org-export-latex-content): Bind local variables
17765 for export in the temporary export buffer.
17767 2011-07-28 David Maus <dmaus@ictsoc.de>
17769 * org-protocol.el (org-protocol-unhex-single-byte-sequence)
17770 (org-protocol-unhex-string, org-protocol-unhex-compound):
17771 Change date of obsolete declaration to 2011-02-17.
17773 2011-07-28 David Maus <dmaus@ictsoc.de>
17775 * org.el (org-link-escape): Throw error if encoding character in
17778 2011-07-28 David Maus <dmaus@ictsoc.de>
17780 * org-protocol.el (org-protocol-split-data)
17781 (org-protocol-open-source): Use `org-link-unescape' instead of
17782 obsolete unhex string function.
17784 2011-07-28 David Maus <dmaus@ictsoc.de>
17786 * org.el (org-link-escape, org-link-escape-chars-browser)
17787 (org-link-escape-chars): Always percent escape the percent sign.
17789 2011-07-28 David Maus <dmaus@ictsoc.de>
17791 * org.el (org-link-unescape): Simpler algorithm for replacing
17793 (org-link-unescape-compound): Use cond statements instead of nested
17794 if, convert hex string with string-to-number, save match data.
17795 (org-link-unescape-single-byte-sequence): Use mapconcat and
17796 string-to-number for unescaping single byte sequence.
17798 2011-07-28 David Maus <dmaus@ictsoc.de>
17800 * org.el (org-link-escape): Rename lambda argument.
17802 2011-07-28 David Maus <dmaus@ictsoc.de>
17804 * org.el (org-link-escape-chars-browser, org-link-escape-chars):
17805 Add percent sign to list of escape chars.
17807 2011-07-28 David Maus <dmaus@ictsoc.de>
17809 * org-mobile.el (org-mobile-escape-olp): Use new percent escape
17810 character table format.
17812 2011-07-28 David Maus <dmaus@ictsoc.de>
17814 * org-mobile.el (org-mobile-locate-entry): Remove obsolete
17815 argument in call to org-link-unescape.
17817 2011-07-28 David Maus <dmaus@ictsoc.de>
17819 * org-protocol.el (org-protocol-unhex-string)
17820 (org-protocol-unhex-compound)
17821 (org-protocol-unhex-single-byte-sequence): Declare obsolete and
17822 alias to respective org-link-unescape-* functions.
17824 2011-07-28 David Maus <dmaus@ictsoc.de>
17826 * org.el (org-link-unescape, org-link-unescape-compound)
17827 (org-link-unescape-single-byte-sequence): Functions moved and renamed
17828 from org-protocol.el.
17830 2011-07-28 David Maus <dmaus@ictsoc.de>
17832 * org-macs.el (org-char-to-string): Inline function to properly
17833 decode utf8 characters in Emacs 22. Moved and renamed from
17836 2011-07-28 David Maus <dmaus@ictsoc.de>
17838 * org.el (org-link-escape): New optional argument. Merge user
17839 table with default table.
17841 2011-07-28 David Maus <dmaus@ictsoc.de>
17843 * org.el (org-link-escape): Fixup doc string.
17845 2011-07-28 David Maus <dmaus@ictsoc.de>
17847 * org.el (org-link-escape-chars, org-link-escape-chars-browser):
17848 New format of percent escape table.
17849 (org-link-escape): Use new table format.
17851 2011-07-28 David Maus <dmaus@ictsoc.de>
17853 * org.el (org-link-escape): New Unicode aware percent encoding
17856 2011-07-28 Sebastian Rose <sebastian_rose@gmx.de>
17858 * org-protocol.el (org-protocol-unhex-single-byte-sequence):
17859 New function. Decode hex-encoded singly byte sequences.
17860 (org-protocol-unhex-compound): Use new function if decoding sequence
17861 as Unicode character failed.
17863 2011-07-28 Bastien Guerry <bzg@gnu.org>
17865 * org-html.el (org-export-as-html): Expand the HTML title.
17867 2011-07-28 Bastien Guerry <bzg@gnu.org>
17869 * org-publish.el (org-publish-cache-ctime-of-src):
17871 (org-publish-find-title): New option to explicitly reset the title
17873 (org-publish-format-file-entry): Use this new option.
17875 2011-07-28 Dan Davison <dandavison7@gmail.com>
17877 * org-exp.el (org-export-preprocess-string): Set the source buffer
17878 and use `org-clone-local-variables' to get local variables from
17881 2011-07-28 Dan Davison <dandavison7@gmail.com>
17883 * org-exp.el (org-export-format-source-code-or-example):
17884 Allow empty string as second element in minted/listings options.
17886 2011-07-28 Dan Davison <dandavison7@gmail.com>
17888 * org-exp.el (org-export-format-source-code-or-example):
17889 Support new user-customizable options.
17890 (org-export-latex-custom-lang-environments): Ensure new variable
17892 (org-export-latex-listings-options): Ensure new variable is defined.
17893 (org-export-latex-minted-options): Ensure new variable is defined.
17895 2011-07-28 Bastien Guerry <bzg@gnu.org>
17897 * org-html.el (org-export-as-html): Handle the case when
17898 `org-export-html-validation-link' is nil to keep backward
17899 compatible with the old default value of this variable.
17901 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
17903 * ob.el (org-babel-insert-result): Don't choke if indent is not a
17906 2011-07-28 Christian Moe <mail@christianmoe.com> (tiny change)
17908 * org-bbdb.el (org-bbdb-export): When a link description has been
17909 added by `org-export-normalize-links', use path instead (remove
17910 the `bbdb:' prefix).
17912 2011-07-28 Bastien Guerry <bzg@gnu.org>
17914 * org-ascii.el (org-export-ascii-underline): Put the level's
17915 characters in the right order, as documented by the docstring.
17916 (org-ascii-level-start): Select the right char for underlining
17919 2011-07-28 Bastien Guerry <bzg@gnu.org>
17921 * org-src.el (org-edit-src-code): Allow to edit source code from
17922 modes derived from Org.
17924 2011-07-28 Niels Giesen <niels.giesen@gmail.com>
17926 * org-clock.el (org-clock-clocktable-language-setup): Add list of
17929 2011-07-28 Dan Davison <dandavison7@gmail.com>
17931 * org-beamer.el: Mark frame as fragile when it is using minted for
17934 2011-07-28 Bastien Guerry <bzg@gnu.org>
17936 * org-agenda.el (org-agenda-date-later)
17937 (org-agenda-date-earlier): Enhance docstrings.
17938 (org-agenda-bulk-mark-regexp): Only match against headlines.
17939 Send a message when no entry is marked.
17940 (org-agenda-bulk-action): Fix bug about scattering deadlines.
17941 Send an error when trying to scatter outside an agenda or a
17942 timeline view. Silently fail when trying to scatter sexp entries.
17944 2011-07-28 Bastien Guerry <bzg@gnu.org>
17946 * org-clock.el (org-clock-clocktable-language-setup): New custom
17948 (org-clocktable-defaults): Set the default language.
17949 (org-clocktable-write-default): Use the new variable.
17951 2011-07-28 Dan Davison <dandavison7@gmail.com>
17953 * ob.el (org-babel-src-block-names): Don't strip text properties
17955 (org-babel-result-names): Don't strip text properties from search
17958 2011-07-28 Dan Davison <dandavison7@gmail.com>
17960 * ob-python.el (org-babel-python-evaluate-session): Pass nil as
17961 remove-echo part of META argument to
17962 `org-babel-comint-with-output'.
17964 2011-07-28 Dan Davison <dandavison7@gmail.com>
17966 * ob.el (org-babel-script-escape): Use `substring' comparison
17967 instead of regexp matching.
17969 2011-07-28 Dan Davison <dandavison7@gmail.com>
17971 * org-src.el (org-edit-src-code): When generating the code edit
17972 buffer, it is necessary for several variables to inherit their
17973 values from the parent org buffer. These changes collect all such
17974 variables together into a single association list of
17975 `(variable-name value)' pairs. In addition, a new variable is
17976 added to the list: `org-edit-src-content-indentation'. This has
17977 the effect that a buffer local value can be used for that
17980 2011-07-28 Dan Davison <dandavison7@gmail.com>
17982 * ob-table.el (sbe): Don't truncate sbe results.
17984 2011-07-28 Lawrence Mitchell <wence@gmx.li>
17986 * org-exp.el (org-export-add-options-to-plist): Require match to
17987 start at a word-boundary.
17989 2011-07-28 Bastien Guerry <bzg@gnu.org>
17991 * org-latex.el (org-export-latex-hyperref-format):
17994 2011-07-28 Tom Dye <tsd@tsdye.com>
17996 * org.el: Update documentation of `org-add-link-type'.
17998 2011-07-28 Dan Davison <dandavison7@gmail.com>
18000 * org.el (org-open-at-point): Fix bug when using prefix arg to
18001 construct `org-link-search' call. Rename prefix arg with a more
18002 generic name, to reflect its diverse uses in this function.
18004 2011-07-28 Rémi Vanicat <vanicat@debian.org>
18006 * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
18007 (org-icalendar-date-time-format): New custom variable.
18008 (org-icalendar-use-UTC-date-timep): New function.
18009 (org-ical-ts-to-string): Use the new variable.
18011 2011-07-28 Bastien Guerry <bzg@gnu.org>
18013 * org-vm.el (org-vm-store-link): Make sure the buffer is
18014 associated with a file when trying to store an Org link.
18016 2011-07-28 Dan Davison <dandavison7@gmail.com>
18018 * ob.el (org-babel-params-from-properties): Test for
18019 "header-arg-name" and ":header-arg-name", in that order.
18021 2011-07-28 Bastien Guerry <bzg@gnu.org>
18023 * org-capture.el (org-capture-templates): Document "currentfile"
18024 for capture template.
18025 (org-capture-templates): Allow to use currentfile for capture
18027 (org-capture-set-target-location): Handle currentfile as a way to
18028 setting the capture buffer.
18030 2011-07-28 Bastien Guerry <bzg@gnu.org>
18032 * ob.el (org-babel-params-from-properties): Don't wrap
18033 `org-entry-get' into `condition-case'.
18035 2011-07-28 Dan Davison <dandavison7@gmail.com>
18037 * org.el (org-entry-get): Don't look for a property drawer if we
18038 are before the first heading in the file.
18039 (org-entry-get-with-inheritance): Don't attempt to move up the
18040 tree if we are before the first heading in the file. Also,
18041 enclose less of the function in the `save-excursion'.
18043 2011-07-28 Dan Davison <dandavison7@gmail.com>
18045 * ob.el (org-babel-params-from-buffer): Return desired value
18046 rather than nil from failed re search.
18048 2011-07-28 Bastien Guerry <bzg@gnu.org>
18050 * org-agenda.el (org-get-entries-from-diary): Put multiline diary
18051 entries on a single line when lines don't start with a diary time.
18053 2011-07-28 Bastien Guerry <bzg@gnu.org>
18055 * org-html.el (org-export-html-protect-char-alist): New custom
18056 variable to define characters to be HTML protected.
18057 (org-html-protect): Use the new variable.
18059 2011-07-28 Bastien Guerry <bzg@gnu.org>
18061 * org-info.el (org-info-store-link): Use "#" to separate the info
18063 (org-info-follow-link): Use both "#" to separate the info file and
18064 the node. Continue to use ":" for backward compatibility.
18066 2011-07-28 Bastien Guerry <bzg@gnu.org>
18068 * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
18070 (org-print-icalendar-entries): Use this new variable to prevent
18071 export of entries with a :noexport: tag.
18073 2011-07-28 Bastien Guerry <bzg@gnu.org>
18075 * org-exp.el (org-export-initial-scope): New custom variable.
18076 (org-export): Use this new variable. If there is an active
18077 region, tell it when prompting the user for an export command.
18078 Also change the way the function handles selection of buffer and
18081 2011-07-28 Bastien Guerry <bzg@gnu.org>
18083 * org-html.el (org-export-html-auto-preamble)
18084 (org-export-html-auto-postamble): Remove.
18085 (org-export-html-preamble, org-export-html-postamble): Turn into
18086 custom variables. Update the docstrings.
18087 (org-export-html-preamble-format)
18088 (org-export-html-postamble-format): New custom variables.
18089 (org-export-as-html): Use `org-export-html-postamble-format' and
18090 `org-export-html-preamble-format'.
18091 (org-export-html-title-format): Delete.
18093 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18095 * org-exp-blocks.el (org-export-blocks-format-ditaa):
18096 This function is begin deprecated in favor of begin_src blocks.
18097 (org-export-blocks-format-dot): This function is begin deprecated in
18098 favor of begin_src blocks.
18100 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18102 * ob.el (org-babel-header-arg-names): no-expand is now part of the
18103 default header argument names list.
18105 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
18107 * org-publish.el (org-publish-sitemap-date-format)
18108 (org-publish-sitemap-file-entry-format): New custom variables.
18109 (org-publish-projects): Use these variables to format the sitemap
18112 2011-07-28 Ulf Stegemann <ulf-news@zeitform.de>
18114 * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
18115 from `message-mode'.
18117 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18119 * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
18120 updating the filter while the clock report is following the
18123 2011-07-28 Julien Danjou <julien@danjou.info>
18125 * org-agenda.el (org-agenda): Kill all local variables.
18126 This assures we are not keeping buffer variable from an old agenda view
18127 when switching to a new custom agenda.
18129 2011-07-28 Julien Danjou <julien@danjou.info>
18131 * org-crypt.el (org-encrypt-string): New function.
18132 (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
18133 cached crypted values.
18134 (org-decrypt-entry): Store crypted text in decrypted text.
18136 2011-07-28 Dan Davison <dandavison7@gmail.com>
18138 * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
18139 if a non-nil result is returned.
18141 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18143 * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
18146 2011-07-28 Bastien Guerry <bzg@gnu.org>
18148 * org.el (org-update-parent-todo-statistics): Fix bug when
18149 updating statistics from the column view.
18151 2011-07-28 Bastien Guerry <bzg@gnu.org>
18153 * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
18154 (org-agenda-menu): Add the new command to the menu.
18155 (org-agenda-mode-map): Add % as the keybinding for the new
18158 2011-07-28 Bastien Guerry <bzg@gnu.org>
18160 * org-exp.el (org-export-target-internal-links): Locally turn on
18161 `org-link-search-must-match-exact-headline' to match exact
18164 2011-07-28 Julien Danjou <julien@danjou.info>
18166 * org-faces.el (org-special-keyword): Make it inherited from
18167 `font-lock-keyword-face'.
18169 2011-07-28 Julien Danjou <julien@danjou.info>
18171 * org-faces.el (org-link): Make `org-link' inherits from `link'
18174 2011-07-28 Bastien Guerry <bzg@gnu.org>
18176 * org.el (org-narrow-to-block): New function to narrow to block.
18177 Bound this function to `C-x n b'.
18179 2011-07-28 Bastien Guerry <bzg@gnu.org>
18181 * org.el (org-schedule, org-deadline): Fix bug: take care of
18182 repeating timestamps like ".+1d/3d" or "+1d 10d".
18184 2011-07-28 Bastien Guerry <bzg@gnu.org>
18186 * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
18187 to use a list of TODO keywords as the value of this variable.
18188 The agenda will show repeating stamps for entries matching these TODO
18190 (org-agenda-get-timestamps, org-agenda-get-deadlines)
18191 (org-agenda-get-scheduled): Allow the use of a list of keywords in
18192 `org-agenda-repeating-timestamp-show-all'.
18194 2011-07-28 Bastien Guerry <bzg@gnu.org>
18196 * org-latex.el (org-export-latex-emph-format): Don't use
18197 `org-export-latex-use-verb'. Remove this variable.
18199 2011-07-28 Jason Dunsmore <emacs-orgmode@dunsmor.com> (tiny change)
18201 * org-html.el (org-html-handle-time-stamps): Fix bug when
18202 exporting inactive timestamps.
18204 2011-07-28 Bastien Guerry <bzg@gnu.org>
18206 * org-archive.el (org-archive-save-context-info): Fix docstring
18208 (org-archive-subtree-add-inherited-tags): New variable to control
18209 whether inherited tags should be appended to local tags when
18210 archiving subtrees.
18211 (org-archive-subtree): Use the new variable.
18213 2011-07-28 Bastien Guerry <bzg@gnu.org>
18215 * org-archive.el (org-archive-save-context-info): Fix docstring.
18217 2011-07-28 Julien Danjou <julien@danjou.info>
18219 * org-crypt.el (org-decrypt-entry): Delete \n on top level
18220 heading. This avoids a display bug showing the heading outlined
18221 where the text is not since it does not have the outline property.
18222 Restore subtree visibility state after decryption.
18224 2011-07-28 Julien Danjou <julien@danjou.info>
18226 * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
18227 as a possible default span if it is set.
18229 2011-07-28 Dan Davison <dandavison7@gmail.com>
18231 * org-src.el (org-edit-src-persistent-message): Change docstring.
18232 (org-edit-src-code): Get rid of help message in echo area.
18234 * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
18235 argument to org-edit-src-code as this has been removed.
18237 2011-07-28 Bastien Guerry <bzg@gnu.org>
18239 * org-latex.el (org-export-latex-emphasis-alist):
18240 Use \protectedtexttt for the =...= emphasis and \verb for the ~...~
18242 (org-export-latex-use-verb): Now defaults to t.
18243 (org-export-latex-emph-format): Distinguish between =...= and
18246 2011-07-28 Julien Danjou <julien@danjou.info>
18248 * org.el (org-link-expand-abbrev): Allow any type of character in
18251 2011-07-28 Dan Davison <dandavison7@gmail.com>
18253 * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
18255 2011-07-28 Dan Davison <dandavison7@gmail.com>
18257 * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
18258 resolving references.
18260 2011-07-28 Bastien Guerry <bzg@gnu.org>
18262 * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
18263 instead of <hr> to keep w3c validator happy.
18265 2011-07-28 Dan Davison <dandavison7@gmail.com>
18267 * ob.el (org-babel-where-is-src-block-head): Detect src block if
18268 point is on a #+header line.
18270 2011-07-28 Dan Davison <dandavison7@gmail.com>
18272 * ob.el (org-babel-where-is-src-block-head): Skip over intervening
18273 #+header lines when searching for block associated with block name
18276 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18278 * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
18279 the more specific `org-at-item-p'.
18281 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18283 * org-latex.el (org-latex-default-figure-position): New defcustom
18284 for default placement of latex figures.
18285 (org-export-latex-tables): Positioning tables using the new
18286 defcustom variable.
18287 (org-export-latex-format-image): Positioning images using the new
18288 defcustom variable.
18290 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18292 * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
18293 evaluated and :file header argument is missing.
18295 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18297 * ob-exp.el (org-babel-exp-do-export): Simplify, no longer need
18298 to do anything to export code.
18299 (org-babel-exp-results): No longer returns a replacement for the
18301 (org-babel-exp-inline-src-blocks): Simplify.
18302 (org-babel-exp-src-block): Remove unnecessary pluralization from
18305 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18307 * ob-exp.el (org-babel-exp-inline-src-blocks):
18308 Simplify exportation of inline code blocks using normal code block
18309 execution mechanism to insert results.
18310 (org-babel-exp-results): Results exportation mechanism is unified
18311 for both inline and regular code blocks.
18313 * ob.el (org-babel-where-is-src-block-result): Returns the point
18314 after an inline code block for inline code blocks.
18316 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18318 * ob.el (org-babel-insert-result): Special handling of the
18319 position of results of inline code blocks.
18320 (org-babel-examplize-region): Now able to comment inline regions.
18322 2011-07-28 Lawrence Mitchell <wence@gmx.li>
18324 * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
18325 that \\[ a = b \\] is not interpreted as a keybinding by
18326 `substitute-command-keys'.
18328 2011-07-28 Dan Davison <dandavison7@gmail.com>
18330 * org-latex.el (org-export-as-latex): Process export property list
18331 with `org-export-process-option-filters' early in latex export.
18333 2011-07-28 Julien Danjou <julien@danjou.info>
18335 * org.el: Remove `org-invisible-p': `outline-invisible-p' is
18336 available in Emacs 22 and in recent XEmacs 21. Replace in various
18339 2011-07-28 Julien Danjou <julien@danjou.info>
18341 * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
18342 it must has \\ at the end of the line. This avoid matching the
18343 following heading when there's no newline between the logged state
18344 and the next heading.
18346 2011-07-28 Julien Danjou <julien@danjou.info>
18348 * org-agenda.el (org-format-agenda-item): Simplify time comuting.
18350 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18352 * org.el (org-current-level, org-store-link, org-mark-subtree):
18353 Use `org-with-limited-levels'.
18355 2011-07-28 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
18357 * org-publish.el (org-publish-get-base-files): Add sitemap file.
18359 2011-07-28 Matt Lundin <mdl@imapmail.org>
18361 * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
18362 (org-agenda-todo-ignore-scheduled): New option.
18363 (org-agenda-todo-ignore-timestamp): New option.
18364 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18365 Allow user to specify custom distance to ignore (future or past).
18366 (org-agenda-todo-custom-ignore-p): New function.
18368 2011-07-28 Matt Lundin <mdl@imapmail.org>
18370 * org-habit.el (org-habit-parse-todo) Don't parse more days than
18373 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18375 * ob.el (org-babel-map-inline-src-blocks): Macro for executing
18376 code in each inline code block.
18377 (org-babel-execute-buffer): Executes inline code blocks as well as
18378 regular code blocks.
18380 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18382 * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
18383 blocks for removal.
18385 2011-07-28 Benjamin Drieu <bdrieu@april.org> (tiny change)
18387 * org-clock.el (org-clock-before-select-task-hook): New hook.
18388 (org-clock-select-task): Run new hook.
18390 2011-07-28 Julien Danjou <julien@danjou.info>
18392 * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
18393 events with range. This display things like: <2011-01-22 Sat
18394 14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
18395 at 14:00 and ending at 20:00.
18397 2011-07-28 Dan Davison <dandavison7@gmail.com>
18399 * ob.el (org-babel-inline-src-block-regexp): Character preceding
18400 "src_" can now be anything as long as it is neither alphanumeric
18403 2011-07-28 Dan Davison <dandavison7@gmail.com>
18405 * ob.el (org-babel-merge-params): Docstring typo.
18407 2011-07-28 Dan Davison <dandavison7@gmail.com>
18409 * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
18412 2011-07-28 Dan Davison <dandavison7@gmail.com>
18414 * ob.el (org-babel-get-src-block-info): Alter order of merge
18417 2011-07-28 Dan Davison <dandavison7@gmail.com>
18419 * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
18421 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18423 * ob.el (org-babel-insert-result): Ensure all parts of result
18424 wrappers end in newlines.
18426 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18428 * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
18429 optionally creates parent directories of tangle targets.
18431 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18433 * org-ascii.el (org-ascii-level-start): Catch the case of levels
18434 which do not have an equivalent in the list of underline
18437 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18439 * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
18440 the format string used to escape arguments to shell code blocks.
18442 2011-07-28 Julien Danjou <julien@danjou.info>
18444 * org-agenda.el (org-agenda-reset-view): New function.
18445 (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
18447 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
18449 * org-exp.el (org-export-handle-include-files): Support :lines
18451 (org-get-file-contents): New argument lines to include specify a
18452 range of lines to include.
18454 2011-07-28 Bastien Guerry <bzg@gnu.org>
18456 * org.el (org-fast-tag-selection): Fix bug when assigning keys.
18458 2011-07-28 Lawrence Mitchell <wence@gmx.li>
18460 * org-latex.el (org-export-latex-make-header): Export email in
18461 author line if `org-export-email-info' is non-nil.
18463 2011-07-28 Julien Danjou <julien@danjou.info>
18465 * org-agenda.el (org-agenda-goto-today): Respect current span.
18467 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18469 * org-complete.el (pcomplete/org-mode/link)
18470 (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
18471 before uniquifying.
18473 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18475 * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
18476 linking comment type
18477 (org-babel-tangle-comment-links): Returns comment links for the
18478 source code block at point.
18480 2011-07-28 Bastien Guerry <bzg@gnu.org>
18482 * org.el (org-refile-check-position): Send a more explicit message
18483 on how to clear the cache before refiling again.
18485 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18487 * org-agenda.el (org-agenda-skip-function-global): New option.
18488 (org-agenda-skip-eval): New function.
18489 (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
18490 the global skipping condition.
18492 2011-07-28 David Maus <dmaus@ictsoc.de>
18494 * org-html.el (org-export-as-html): Handle timestamps after
18497 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18499 * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
18500 until either a matching block is found, or the limits of the file
18503 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18505 * ob.el (org-babel-update-block-body): Literal argument to
18506 `replace-match' to allow insertion of text containing '\'.
18508 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18510 * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
18513 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18515 * org.el (org-sort-entries): Fix sorting with a bold emphasis at bol.
18517 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18519 * ob.el (org-babel-open-src-block-result): Must collect result
18520 *before* jumping to the result buffer.
18522 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18524 * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
18525 used after update to regexp.
18527 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18529 * ob.el (org-babel-temp-file): Ensure that
18530 `org-babel-temporary-directory' is bound before using.
18531 (org-babel-remove-temporary-directory): Safer error throwing.
18533 2011-07-28 niels giesen <niels.giesen@gmail.com>
18535 * org-docbook.el (org-export-docbook-finalize-table): Do literal
18538 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18540 * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
18541 resolve language names for evaluation.
18543 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18545 * org-capture.el (org-capture-templates): Add %f and %F escapes
18546 (org-capture): Add more information to capture property list
18547 (org-capture-fill-template): Handle %f and %F escapes.
18549 2011-07-28 David Maus <dmaus@ictsoc.de>
18551 * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
18554 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18556 * org.el (org-occur-next-match): New function.
18557 (org-mode): Set the variable `next-error-function'.
18558 (org-highlight-new-match): Add an `org-type' property to the
18561 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18563 * ob-calc.el: No longer require `calc-trail' on XEmacs.
18565 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18567 * org.el (org-modules): Add `org-eshell'.
18569 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18571 * org-special-blocks.el (htmlp, latexp, line): Add defvars for
18572 dynamically scoped variables.
18574 * org.el (org-modules): Move `org-special-blocks' into the core
18577 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18579 * org-special-blocks.el: New file.
18581 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18583 * org.el (org-plist-delete): Remove duplicate definition.
18585 2011-07-28 Bernt Hansen <bernt@norang.ca>
18587 * org-agenda.el (org-agenda-goto): Display invisible entry text.
18589 * org-agenda.el (org-agenda-switch-to): Display invisible entry
18592 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18594 * org.el (org-get-category): New optional argument FORCE-REFRESH.
18595 Automatically refresh if the property is not there.
18596 (org-entry-properties): Remove refresh - this is now done in
18599 * org-clock.el (org-clock-insert-selection-line):
18600 Let `org-get-category' do the property refresh.
18602 * org-archive.el (org-archive-subtree): Force a refresh of
18603 category properties.
18605 2011-07-28 Julien Danjou <julien@danjou.info>
18607 * org-icalendar.el (org-print-icalendar-entries): Do not manually
18608 refresh categories.
18610 2011-07-28 Dan Davison <dandavison7@gmail.com>
18612 * org.el (org-display-inline-images): Check for clear-image-cache
18615 2011-07-28 Bernt Hansen <bernt@norang.ca>
18617 * org.el: Document missing value for org-link-frame-setup.
18619 2011-07-28 Dan Davison <dandavison7@gmail.com>
18621 * ob-R.el (org-babel-R-write-object-command): Force evaluation of
18622 user code prior to the R exception-handling, so that errors in
18623 user code are unhandled.
18625 2011-07-28 Dan Davison <dandavison7@gmail.com>
18627 * org-src.el (org-src-font-lock-fontify-block): Test, early on,
18628 that a major-mode function corresponding to the language string
18631 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18633 * org-exp.el (org-export-mark-list-ending): Insert additional
18634 newline characters if end-list-marker is at a wrong position.
18636 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18638 * ob.el (org-babel-script-escape): Replace commas with spaces for
18639 better list reading when list items are packed with commas,
18640 e.g. Haskell list output.
18642 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18644 * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
18647 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18649 * ob.el (org-babel-confirm-evaluate): Fix for the case when
18650 org-confirm-babel-evaluate is a function (used to always ask no
18651 matter what the function returns).
18653 2011-07-28 Dan Davison <dandavison7@gmail.com>
18655 * ob-R.el: Delete duplicated function.
18657 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18659 * ob.el (org-babel-execute-src-block): Remove unused flet
18662 2011-07-28 Dan Davison <dandavison7@gmail.com>
18664 * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
18665 signal that the intended content has been written to file.
18667 * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
18668 the intended content has been written to file.
18670 * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
18671 intended content has been written to file.
18673 * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
18674 that the intended content has been written to file.
18676 * ob-latex.el (org-babel-execute:latex): Return nil to signal that
18677 the intended content has been written to file.
18679 * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
18680 that the intended content has been written to file.
18682 * ob-octave.el (org-babel-execute:octave): Return result; not name
18685 * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
18686 signal that the intended content has been written to file.
18688 * ob-python.el (org-babel-execute:python): Return result; not name
18691 * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
18694 * ob-sass.el (org-babel-execute:sass): Return nil if result has
18695 been written to file.
18697 2011-07-28 Dan Davison <dandavison7@gmail.com>
18699 * ob-R.el (org-babel-R-graphical-output-file): New function
18700 returns the name of the output file iff R has been instructed to
18701 send graphical output to file by means of the ":results graphics"
18703 (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
18704 when constructing the R code to evaluate, which may be augmented
18705 with code implementing the writing of graohical output to file.
18706 (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
18707 determine whether R is taking responsibility for writing output to
18708 file; if so, this is signaled to ob.el by returning a nil result.
18710 2011-07-28 Dan Davison <dandavison7@gmail.com>
18712 * ob.el (org-babel-format-result): New function to format results
18713 of src block execution.
18714 (org-babel-execute-src-block): Use `org-babel-format-result' when
18716 (org-babel-open-src-block-result): Use `org-babel-format-result'
18717 when displaying results in a buffer. Name results buffer
18720 2011-07-28 Dan Davison <dandavison7@gmail.com>
18722 * ob.el (org-babel-execute-src-block): Avoid calling
18723 `orgtbl-to-generic' on number results.
18725 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18727 * ob.el (org-babel-execute-src-block): Allow specification of
18728 table separator with :sep header argument.
18729 (org-babel-open-src-block-result): Allow specification of table
18730 separator with :sep header argument.
18732 2011-07-28 Dan Davison <dandavison7@gmail.com>
18734 * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
18735 executing buffer (note that this handles execute subtree also).
18737 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18739 * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
18740 do not modify match data either.
18741 (org-inlinetask-goto-end): Small refactoring, remove
18743 (org-inlinetask-goto-beginning): Small refactoring, remove
18746 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18748 * org-capture.el (org-capture-set-target-location):
18749 Use `current-time'.
18751 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18753 * org-capture.el (org-capture-set-target-location):
18754 Use `current-time'.
18756 2011-07-28 Bernt Hansen <bernt@norang.ca>
18758 * org.el (org-before-first-heading-p): If point is on an org-mode
18759 heading line then we are not before the first heading.
18761 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
18763 * org-timer.el (org-timer-continue-hook): Define the variable
18764 (org-timer-pause-or-continue): Run hook after relative timer is
18767 2011-07-28 Julien Danjou <julien@danjou.info>
18769 * org-agenda.el (org-compile-prefix-format): Allow %() expression.
18771 2011-07-28 Julien Danjou <julien@danjou.info>
18773 * org-capture.el (org-capture-fill-template): Use org-eval.
18775 2011-07-28 Julien Danjou <julien@danjou.info>
18777 * org-agenda.el (org-eval): New function.
18779 2011-07-28 Dan Davison <dandavison7@gmail.com>
18781 * ob.el (org-babel-execute-src-block): With :results file, when
18782 :file is not supplied, interpret result as a file link as long as
18785 2011-07-28 David Maus <dmaus@ictsoc.de>
18787 * org-latex.el (org-export-latex-preprocess): Don't convert link
18788 description parts that look like numeric footnote.
18790 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18792 * org-latex.el (org-export-latex-tables): Allowing specification
18793 of tabular[xy] inner environments through the ATTR_LaTeX line.
18795 2011-07-28 Julien Danjou <julien@danjou.info>
18797 * org-capture.el (org-capture-fill-template):
18798 Use `org-set-property' directly.
18800 2011-07-28 Julien Danjou <julien@danjou.info>
18802 * org-agenda.el (org-agenda-prefix-format): Add missing `search'
18805 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18807 * org-exp.el (org-export-string): Use `format' to construct
18808 function call to allow symbolic or string arguments.
18810 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18812 * org-capture.el (org-capture-place-entry):
18813 (org-capture-insert-template-here): Check tree for validity before
18816 2011-07-28 Julien Danjou <julien@danjou.info>
18818 * org-gnus.el (org-gnus-store-link): Trim date.
18820 2011-07-28 Julien Danjou <julien@danjou.info>
18822 * org.el (org-email-link-description): Allow to retrieve email
18825 2011-07-28 Lawrence Mitchell <wence@gmx.li>
18827 * org.el (org-make-target-link-regexp): `regexp-quote' target
18828 before replacing whitespace.
18830 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18832 * ob.el (org-babel-expand-noweb-references): Noweb references can
18833 now be resolved from the library of babel.
18835 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18837 * ob.el (org-babel-result-end): No longer leaving trailing new
18838 line after block removal.
18840 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18842 * org-latex.el (org-export-latex-first-lines): Anchor outline
18843 regexp during LaTeX tree export.
18845 2011-07-28 Konrad Hinsen <konrad.hinsen@fastmail.net>
18847 * ob-python.el (org-babel-python-initiate-session-by-key):
18848 Make sure that py-which-bufname is initialized, as otherwise it will be
18849 overwritten the first time a Python buffer is created.
18851 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18853 * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
18856 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
18858 * ob-org.el (org-babel-execute:org): Padding code block with an
18859 empty title on LaTeX export.
18861 2011-07-28 Matt Lundin <mdl@imapmail.org>
18863 * org.el (org-entry-properties): Stop scanning for timestamps if a
18864 specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
18865 requested and a match is found. Also, if a specific timestamp
18866 property is requested, do not push non-relevant timestamps onto
18869 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18871 * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
18872 when grid is being made for today.
18874 2011-07-28 Matt Lundin <mdl@imapmail.org>
18876 * org-agenda.el (org-agenda-get-scheduled): Don't call
18877 `org-is-habit-p' until after checking for
18878 `org-agenda-skip-scheduled-if-done'.
18880 2011-07-28 Achim Gratz <Stromeko@nexgo.de>
18882 * org.el: Remove spurious linebreak introduced by earlier patch.
18884 * ob.el, ob-ref.el: Remove double fix of the same problem.
18886 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18888 * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
18890 2011-07-28 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
18892 * org-html.el (org-export-html-mathjax-template):
18893 Displaymath environment and MathJax.
18895 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18897 * org-faces.el (org-agenda-current-time): New face.
18899 * org-agenda.el (org-agenda-show-current-time-in-grid):
18900 (org-agenda-current-time-string): New options.
18901 (org-agenda-add-time-grid-maybe): Add current time to time grid.
18903 2011-05-10 Jim Meyering <meyering@redhat.com>
18905 Fix doubled-word typos.
18906 * org-agenda.el (org-agenda-entry-types): the the -> the
18907 * org-table.el (org-table-get-remote-range): or or -> or
18908 * org-wl.el (org-wl-folder-type): the the -> the
18909 * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
18911 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18913 * org-src.el (org-src-switch-to-buffer):
18914 * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
18915 * org-mouse.el (org-mouse-agenda-type):
18916 * org-freemind.el (org-freemind-node-to-org):
18917 * ob-sql.el (org-babel-execute:sql):
18918 * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
18919 * ob-ref.el (org-babel-ref-resolve): Fix use of case.
18921 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
18923 * Version 23.3 released.
18925 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
18927 * org.el (org-blank-before-new-entry, org-context-in-file-links)
18928 (org-refile-targets, org-log-repeat, org-insert-link)
18929 (org-speed-command-default-hook, org-speed-command-hook)
18930 (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
18931 Fix typos in docstrings.
18932 (org-toggle-pretty-entities): Fix typo in message.
18934 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
18936 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
18938 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18940 * org-remember.el (org-remember-mode-map):
18941 * org-src.el (org-src-mode-map): Move initialization into declaration.
18943 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
18945 * org-remember.el (org-remember-mode):
18946 * org-capture.el (org-capture-mode): Don't run hook redundantly.
18948 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
18950 * org-faces.el (org-link): Inherit from link face.
18951 Suggested by Joakim Verona.
18953 2010-12-11 Tassilo Horn <tassilo@member.fsf.org>
18955 * org-footnote.el (org-footnote-create-definition): Place
18956 Footnotes section before message-signature-separator also in modes
18957 derived from message-mode.
18959 2010-12-11 Julien Danjou <julien@danjou.info>
18961 * org.el (org-make-tags-matcher): Remove useless cat-p value.
18963 2010-12-11 Julien Danjou <julien@danjou.info>
18965 * org.el (org-entry-properties): Enhance docstring.
18967 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
18969 * org-list.el (org-list-top-point-with-indent)
18970 (org-list-bottom-point-with-indent): Pay also attention to
18971 'original-indentation property of text, as blocks are put to
18972 column 0 upon exporting.
18974 2010-12-11 Dan Davison <dandavison7@gmail.com>
18976 * ob.el (org-babel-remove-temporary-directory): Handle exception
18977 with message informing of failure to remove directory.
18979 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
18981 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
18982 `package' to the list of Clojure header arguments which will be read
18983 from heading properties.
18985 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
18987 * org-inlinetask.el (org-inlinetask-export-templates): Add
18988 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
18989 not default as it requires an additional LaTeX package: "todonotes".
18991 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
18993 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
18995 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
18996 templates to export inline tasks.
18998 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19000 * org.el (org-current-level): Ignore inline tasks when getting current
19003 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19005 * org.el (org-indent-line-function): Ignore drawers inside inline
19006 tasks if the line to indent isn't inside an inline task itself.
19008 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19010 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
19012 * org-indent.el (org-indent-add-properties): Find true level of
19013 indentation wrt inline tasks.
19015 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19017 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
19019 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
19021 * org-inlinetask.el (org-inlinetask-goto-end): New function.
19023 * org.el (org-mark-subtree): New command.
19025 * org.el (org-speed-commands-default, org-mode-map): Make use of
19028 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19030 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
19031 from @<span class...> so it can be removed during LaTeX export.
19033 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19035 * ob.el (org-babel-insert-result): More informative code block
19036 evaluation messages.
19038 2010-12-11 Matt Lundin <mdl@imapmail.org>
19040 * org.el (org-make-heading-search-string): Optionally limit number
19041 of lines stored in file link search strings.
19042 (org-context-in-file-links): Add option to set to integer specifying
19045 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19047 * org-capture.el (org-capture-finalize): New prefix argument
19049 (org-capture-refile): Improve docstring.
19051 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19053 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
19054 interaction engine.
19056 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19058 * org-agenda.el (org-agenda-list):
19059 (org-agenda-goto-today): Use `org-today'.
19061 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19063 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
19064 and the title/author definitions.
19066 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19068 * org-macs.el: Better backup definition for
19069 `with-silent-modifications'.
19071 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19073 * ob-python.el (org-babel-execute:python): Rename "prefix" to
19075 (org-babel-python-evaluate): Rename "prefix" to "preamble".
19076 (org-babel-python-evaluate-external-process): Rename "prefix" to
19079 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19081 * ob.el (org-babel-examplize-region): Check if `end' is a marker
19082 or a point and handle appropriately.
19084 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19086 * ob-sql.el (org-babel-execute:sql): Explicitly set field
19087 separator to \t when importing tabular data.
19089 2010-12-11 Julien Danjou <julien@danjou.info>
19091 * org-agenda.el (org-agenda-custom-commands-local-options):
19092 Allow org-agenda-span to be a symbol.
19093 (org-agenda-ndays): Make obsolete.
19094 (org-agenda-span): New variable superseding org-agenda-ndays.
19095 (org-agenda-menu): Use org-agenda-current-span.
19096 (org-agenda-current-span): New local variable storing current
19098 (org-agenda-list): Take a span instead of ndays as argument.
19099 This function is now responsible for computing the ndays based
19101 (org-agenda-ndays-to-span): Return span only if number of days
19103 (org-agenda-span-to-ndays): New function.
19104 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
19105 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
19106 (org-agenda-later): Do not give compute a new span, use the
19108 (org-agenda-day-view, org-agenda-week-view)
19109 (org-agenda-month-view, org-agenda-year-view): Stop touching
19111 (org-agenda-change-time-span): Only compute starting-span.
19112 (org-agenda-compute-starting-span): New function derived from
19113 the old org-agenda-compute-time-span.
19114 (org-agenda-set-mode-name): Compute mode based on
19115 org-agenda-current-span.
19116 (org-agenda-span-name): New function.
19118 2010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
19120 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
19122 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19124 * org-clock.el (org-quarter-to-date): Define variables.
19125 (org-clock-special-range): Defin variables. Use org-floor*.
19126 (org-clocktable-write-default): Define tcol.
19128 * org-compat.el (org-floor*): New function.
19130 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19131 John Wiegley <jwiegley@gmail.com>
19133 * org-complete.el: New file.
19135 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19137 * org-clock.el (org-clocktable-write-default): Fix the % formula.
19139 2010-12-11 Matt Lundin <mdl@imapmail.org>
19141 * org-agenda.el (org-format-agenda-item): The value of
19142 org-category is not converted to a string unless it is defined.
19144 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19146 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
19147 header argument through to external evaluation.
19148 (org-babel-python-evaluate): Pass the new "prefix" header argument
19149 through to external evaluation.
19150 (org-babel-python-evaluate-external-process): When specified prepend
19151 "prefix" to the file used in external evaluation.
19153 2010-12-11 Dan Davison <dandavison7@gmail.com>
19155 * ob-python.el (org-babel-python-evaluate-session): Change python
19156 module name from 'pp' to 'pprint'.
19158 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19160 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
19161 from R session output, these are often the result of variable
19164 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19166 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
19167 fix a compiler warning.
19169 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19171 * ob-eval.el (require): No longer require ob.el to allow
19172 requiring by ob.el.
19174 * ob.el (ob-eval): Require ob-eval.
19176 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19178 * ob.el (org-babel-confirm-evaluate): Show code block's name when
19179 it is available during evaluation query.
19181 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19183 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
19185 (org-babel-execute:sql): Use sql specific body expansion function.
19186 (org-babel-sql-expand-vars): Insert variables into a sql code block.
19188 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19190 * ob.el (org-babel-insert-result): Using markers instead of
19191 points for more robust buffer anchors.
19193 2010-12-11 Julien Danjou <julien@danjou.info>
19195 * org-capture.el: Use org-today.
19197 2010-12-11 Julien Danjou <julien@danjou.info>
19199 * org-habit.el: Use org-today.
19201 2010-12-11 Julien Danjou <julien@danjou.info>
19203 * org.el (org-auto-repeat-maybe): Use org-today.
19205 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19207 * org-clock.el (org-day-of-week): New function.
19208 (org-quarter-to-date): New function.
19209 (org-clock-special-range): Implement quarters.
19211 2010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
19213 * org.el (org-complete-tags-always-offer-all-agenda-tags):
19216 2010-12-11 Julien Danjou <julien@danjou.info>
19218 * org-agenda.el (org-format-agenda-item): Convert category to a string
19219 if it is a symbol. This fixes the following call to
19220 org-agenda-get-category-icon which fails if category is not a string.
19222 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19224 * ob-clojure.el: Updated requirements documentation to mention
19225 the minimum version of Clojure.
19226 (org-babel-expand-body:clojure): Fully qualified function name.
19228 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19230 * org-latex.el (org-export-latex-lists): Do not add an
19231 unnecessary newline character after a list.
19233 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
19234 point is just after a non blank line.
19236 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19238 * ob.el (org-babel-examplize-region): Remove old assertion which
19239 no longer applies to the result insertion code.
19241 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19243 * ob-python.el (org-babel-execute:python): Use a :return header
19244 argument for external evaluation in which the code block body need
19245 to be wrapped in a function.
19247 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19249 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
19252 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19254 * org.el (org-edit-special): Edit formulas when in TBLMF line.
19256 2010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
19258 * org-capture.el (org-capture-after-finalize-hook): New hook.
19259 (org-capture-finalize): Run the new hook.
19261 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19263 * ob-clojure.el (org-babel-expand-body:clojure): Support for
19264 pretty printing of Clojure code and data.
19266 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19268 * ob.el (org-babel-insert-result): No longer escape results which
19269 will be wrapped in a block.
19271 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19273 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
19274 warning and added documentation string.
19276 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19278 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
19279 for all code evaluation.
19281 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19283 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
19284 the column as well.
19286 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19288 * ob.el (org-babel-confirm-evaluate): More descriptive message
19289 when evaluation is aborted or disabled.
19291 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19293 * ob.el (org-babel-insert-result): Responds to new "wrap" header
19295 (org-babel-merge-params): Includes new "wrap" header argument in
19296 one of the results header argument exclusive groups.
19298 2010-12-11 David Maus <dmaus@ictsoc.de>
19300 * org-macs.el (with-silent-modifications): Fix condition for
19301 with-silent-modification.
19303 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19305 * ob.el (org-babel-parse-header-arguments): Stripping trailing
19306 spaces off of header arguments (even the first one).
19308 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19310 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
19311 single quotes which is the best practice.
19312 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
19313 more robust parsing of shell output.
19315 2010-12-11 Dan Davison <dandavison7@gmail.com>
19317 * org.el (org-additional-option-like-keywords): Add more keywords,
19318 and colons to some old ones.
19320 2010-12-11 Dan Davison <dandavison7@gmail.com>
19322 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
19324 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19326 * ob-python.el (org-babel-python-table-or-string):
19327 Using `org-babel-script-escape' for reading string input from scripting
19330 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
19332 * org-macs.el (org-called-interactively-p): Wrap function call in
19334 (with-silent-modifications): Declare macro for Emacs < 23.2.
19336 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19338 * ob.el (org-babel-parse-header-arguments): Remove addition of
19339 ":" to singleton first header arguments as it was leading to errors.
19341 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19343 * org-latex.el (org-export-latex-make-header): Run the title through
19344 `org-export-latex-fontify-headline'.
19345 (org-export-latex-fontify-headline): Do the protection of math
19346 snippets also here.
19348 2010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
19350 * org-latex.el (org-export-as-latex): Sent the section title
19351 through the preprocessor.
19353 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19355 * org-html.el (org-html-level-start): Mark listified headings
19358 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19360 * org.el (org-open-at-point): Don't do footnote action if cursor is
19363 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19365 * org.el (org-edit-special): Check also for TBLFM line.
19367 2010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
19369 * org-clock.el (org-get-clocktable): Previous patch incorrectly
19370 required whitespace in front of #+BEGIN: and #+END:.
19372 2010-12-11 Dan Davison <dandavison7@gmail.com>
19374 * org-src.el (org-edit-src-code): Allow region to be inherited by
19375 edit buffer when mark is one character beyond end of src block.
19377 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19379 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
19380 checking item indentation.
19382 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19384 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
19385 and now autoloading.
19387 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19389 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
19390 for testing list membership.
19392 * ob.el (org-babel-read-result): Use higher level function for
19393 testing list membership.
19394 (org-babel-result-end): Use higher level function for testing list
19397 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19399 * ob-sqlite.el (ob-eval): Require ob-eval for external command
19401 (org-babel-execute:sqlite): No longer uses the init option for
19402 passing commands to sqlite.
19404 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19406 * org.el (org-indent-line-function): Drawers and blocks have no
19407 influence on indentation of text below. Also fix indentation
19408 problem with a block at column 0 and add a special case for
19411 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19413 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
19414 is only evaluated once.
19416 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19418 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
19420 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
19422 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19424 * ob-tangle.el (org-babel-load-file): Can be called interactively.
19426 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
19428 * org-table.el (orgtbl-after-send-table-hook): New hook.
19429 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
19431 (orgtbl-send-table): Return the number of sent tables, or nil if no
19432 sending has happened.
19434 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19436 * org.el (org-get-priority-function): New option.
19437 (org-get-priority): Call `org-get-priority-function' if that
19440 2010-12-11 Dan Davison <dandavison7@gmail.com>
19442 * ob-table.el (org-babel-table-truncate-at-newline): Only add
19443 "..." if there is something after the newline.
19445 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
19447 * org-clock.el (org-get-clocktable):
19448 (org-in-clocktable-p):
19449 (org-clocktable-shift):
19450 (org-clocktable-steps): Fix regexp to allow for indented clock tables.
19452 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
19454 * org-exp.el (org-export-handle-include-files): Support :minlevel
19456 (org-get-file-contents): New argument minlevel to demote included
19459 2010-12-11 Noorul Islam <noorul@noorul.com>
19461 * org-latex.el (org-export-latex-hyperref-format): New option.
19462 (org-export-latex-href-format): Rename the existing variable
19463 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
19464 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
19465 `org-export-latex-href-format'.
19467 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19469 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
19470 buffer exists before it is used.
19472 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19474 * org-exp.el (org-export-preprocess-string): Delay code block
19475 processing a bit to allow correct list parsing in the export string.
19477 2010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
19479 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
19480 (org-agenda-time-of-day-to-ampm): New function.
19481 (org-agenda-time-of-day-to-ampm-maybe): New function.
19482 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
19484 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19486 * org-faces.el (org-cycle-level-faces): New option.
19488 * org.el (org-get-level-face): Honor org-cycle-level-faces.
19490 2010-12-11 Julien Danjou <julien@danjou.info>
19492 * org-agenda.el (org-agenda-today): New function.
19493 (org-agenda-get-day-face): New function.
19494 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
19495 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
19496 (org-todo-list): Use org-agenda-today.
19497 (org-get-all-dates): Use org-agenda-today.
19498 (org-agenda-day-face-function): New variable.
19499 (org-agenda-get-day-face): Use org-agenda-day-face-function.
19501 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19503 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
19506 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19508 * org-html.el (org-export-as-html): Do not treat partially
19509 protected lines as if they were fully protected.
19511 2010-12-11 Dan Davison <dandavison7@gmail.com>
19513 * org-exp.el (org-export-format-source-code-or-example):
19514 Remove hard-wired configuration of minted export
19515 (org-export-latex-minted-with-line-numbers): Remove variable.
19517 2010-12-11 Bastien Guerry <bzg@gnu.org>
19519 * org-clock.el (org-dblock-write:clocktable): Fix double
19520 reference to `link' in let construct.
19521 (org-clock-clocktable-formatter): Fix typo in docstring.
19522 (org-clocktable-write-default): Fix typo in docstring.
19524 2010-12-11 David Maus <dmaus@ictsoc.de>
19526 * org-protocol.el (org-protocol-unhex-string): Normalize percent
19527 escape sequence to upper case letters.
19529 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19531 * ob-lob.el (org-babel-lob-get-info): Include pass-through
19532 header arguments in results variable header argument string.
19534 2010-12-11 David Maus <dmaus@ictsoc.de>
19536 * org-exp.el (org-export-visible): Limit search for in-buffer options
19537 beginning of first headline.
19539 2010-12-11 David Maus <dmaus@ictsoc.de>
19541 * org.el (org-open-at-point): Remove stale link handler for news:
19544 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19546 * org-clock.el (org-clocktable-write-default): Better handling of
19549 2010-12-11 Julien Danjou <julien@danjou.info>
19551 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
19553 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19555 * org.el (org-indent-line-function): Simplify code and remove bug that
19556 would insert a tab at the beginning of the line when trying to
19559 2010-12-11 Julien Danjou <julien@danjou.info>
19561 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
19563 2010-12-11 Julien Danjou <julien@danjou.info>
19565 * org-agenda.el (org-agenda-prefix-format): Insert place holder
19567 (org-agenda-category-icon-alist): New option.
19568 (org-agenda-get-category-icon): New function.
19569 (org-format-agenda-item): Support for icons.
19570 (org-compile-prefix-format): Support for icons.
19572 2010-12-11 Julien Danjou <julien@danjou.info>
19574 * org-compat.el: Create defalias for `string-match-p' and
19577 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
19579 * ob-calc.el (org-babel-execute:calc): Support for variables --
19580 converts :var variables in calc variables.
19582 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19584 * org.el (org-sparse-tree): Mention [r] in dispatch menu.
19586 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19588 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
19590 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19592 * org-id.el (org-id-store-link): Test for org-mode before checking
19595 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19597 * org.el (org-shorten-string): New function.
19599 * org-exp.el (org-export-convert-protected-spaces): New function.
19600 (org-export-preprocess-string):
19601 Call `org-export-convert-protected-spaces' to handle new hard spaces.
19603 2010-12-11 David Maus <dmaus@ictsoc.de>
19605 * org.el (org-narrow-to-subtree): Check for heading that ends at end
19608 2010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
19610 * org-capture.el (org-capture-templates): Remove autoload from
19613 * ob-lisp.el (slime): Don't expect slime to be present.
19615 2010-11-11 Dan Davison <dandavison7@gmail.com>
19617 * ob.el: `copy-sequence' suffices to copy alist; no need for
19620 2010-11-11 Dan Davison <dandavison7@gmail.com>
19622 * ob.el (org-babel-execute-src-block): If ":results file" is in
19623 effect, then ensure that the value of :file is returned as the
19624 result; don't rely on language files for this.
19626 2010-11-11 Dan Davison <dandavison7@gmail.com>
19628 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
19629 structure by side-effects of `sort'.
19631 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
19633 * org-list.el (org-list-bottom-point-with-indent): Do not check
19634 indentation of a non-empty blank line.
19636 * org-list.el (org-sort-list): Sort a list with point anywhere
19639 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19641 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
19642 hopefully better error messages.
19644 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19646 * org.el (org-babel-load-languages): Adding calc.
19648 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
19650 * ob.el (org-babel-initiate-session): Don't resolve variable
19651 references unless prefix arg is supplied.
19653 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19655 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
19656 refers to the correct stack.
19658 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19660 * ob-calc.el: Adding the beginnings of support for calc code
19663 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19665 * ob-tangle.el (org-babel-update-block-body): Declaring function
19666 for updating code block bodies.
19667 (org-babel-spec-to-string):
19668 (org-babel-detangle): Detangle all tangled and commented code
19669 blocks in the current file back to org.
19670 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
19671 file back to the originating org-mode code block ob-tangle:
19672 detangle changes in code files back to the original org files.
19674 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19676 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
19677 (org-babel-tangle-comment-format-end): Fix typo.
19679 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
19681 * org-exp.el (org-export-format-source-code-or-example):
19682 Use minted for latex source code export if `org-export-latex-listings'
19683 has the value 'minted.
19685 * org-latex.el (org-export-latex-listings): Document special value
19688 * org-latex.el (org-export-latex-minted): Delete variable.
19690 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
19692 * ob.el (org-babel-get-src-block-info): Retrieve contents of
19693 parentheses, excluding parentheses themselves.
19695 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19697 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
19698 Fix bug in gnuplot data file assignment using user variables.
19700 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19702 * ob-latex.el (org-babel-execute:latex): Adding new :headers
19703 header argument for latex code blocks.
19705 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
19707 * org-capture.el (org-capture-templates): New capture property
19709 (org-capture-finalize): Kill target buffer if that is desired.
19710 (org-capture-target-buffer): Remember if we have to make the buffer.
19712 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
19714 * org-clock.el (org-dblock-write:clocktable): Fix bug when
19715 computing clock tables.
19717 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
19719 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
19720 to caller even if no table is generated.
19722 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
19724 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
19725 values from diary entries.
19727 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
19730 * org.el (org-diary-sexp-entry): Handle lists as return values
19731 from diary entries.
19733 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
19735 * org-capture.el (org-capture-empty-lines-before):
19736 (org-capture-empty-lines-after): Make sure the n=0 does not insert
19739 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19741 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
19742 message when clojure binary is not found.
19744 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
19746 * org-html.el (org-format-table-html): New argument DOCBOOK.
19747 (org-format-org-table-html): New argument DOCBOOK. When set, use
19748 align instead of class to align table fields.
19750 * org-docbook.el (org-export-as-docbook): Specify the docbook
19751 argument for the table converter.
19753 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
19755 * org-macs.el (org-called-interactively-p): New macro.
19757 * org-freemind.el: No longer require 'rx.
19758 (org-freemind): New customization group, use it for all the
19760 (org-export-as-freemind): Add docstring.
19761 (org-freemind-show): Improve filen naming.
19762 (org-freemind-convert-links-helper): New function.
19763 (org-freemind-bol-helper-base-indent): New variable.
19764 (org-freemind-bol-helper): New function.
19765 (org-freemind-node-css-style): New option.
19766 (org-freemind-node-pattern): New variable.
19767 (org-freemind-from-org-mode): Better docstring.
19769 2010-11-11 David Maus <dmaus@ictsoc.de>
19771 * ob-haskell.el (org-babel-variable-assignments:haskell):
19772 Don't pass more than two arguments to mapc.
19774 2010-11-11 David Maus <dmaus@ictsoc.de>
19776 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
19778 2010-11-11 David Maus <dmaus@ictsoc.de>
19780 * org-footnote.el (message-signature-separator): Defvar to silence
19783 2010-11-11 David Maus <dmaus@ictsoc.de>
19785 * org-exp.el (org-export-string): Fix reference to wrong symbol.
19787 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
19789 * org.el (org-link-search): Return 'dedicated on successful match
19790 when org-link-search-must-match-exact-headline is set to t.
19792 2010-11-11 Daniel Clemente <n142857@gmail.com>
19794 * org-html.el (org-html-make-link): Append fragment to file: links
19797 2010-11-11 Tassilo Horn <tassilo@member.fsf.org>
19799 * org-footnote.el (org-footnote-create-definition)
19800 (org-footnote-goto-local-insertion-point): Add footnotes before
19801 signature when in message-mode.
19803 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
19805 * org.el (org-display-inline-images): Improve regexp.
19807 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
19809 * org.el (org-cycle): Make sure resetting to startup visibility
19810 works after another cycle command.
19812 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19814 * org-exp.el (org-export-string): New function org-export-string
19815 can be used to convert a string of test in org-mode markup to a
19818 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
19820 * org.el (org-display-inline-images): Allow non-ASCII characters
19821 in image file names. Save match data.
19823 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
19825 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
19828 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
19830 * org-exp.el (org-store-forced-table-alignment):
19831 (org-export-remove-special-table-lines): Allow the "c" cookie for
19834 * org-html.el (org-export-table-header-tags):
19835 (org-export-table-data-tags): Add another %s format for the
19837 (org-export-html-table-align-individual-fields): New option.
19838 (org-format-org-table-html): Implement field-by-field alignment
19839 and support centering.
19840 (org-format-table-table-html): Make sure the new table tag formats
19841 don't break this function.
19843 * org-table.el (org-table-cookie-line-p):
19844 (org-table-align): Allow for the <c> cookie.
19846 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
19848 2010-11-11 David Maus <dmaus@ictsoc.de>
19850 * org-exp.el (org-export-normalize-links): Skip normalization of
19851 plain links that are part of another link.
19853 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
19855 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
19857 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
19859 * org-indent.el (org-indent-add-properties):
19860 Use `with-silent-modifications'.
19861 (org-indent-remove-properties): Use `with-silent-modifications'.
19863 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
19865 * org-table.el (org-table-cookie-line-p): Fix indentation.
19867 * org-exp.el (org-store-forced-table-alignment): New function.
19868 (org-export-preprocess-string):
19869 Call `org-store-forced-table-alignment'.
19871 * org-html.el (org-format-org-table-html): Use stored alignment
19874 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19876 * ob.el (org-babel-execute-src-block): Respects prefix argument
19877 (which forces re-calculation).
19879 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19881 * ob.el (org-babel-execute-src-block): Remove needless param
19882 sorting from ob-execute-src-block, the params are sorted already
19885 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19887 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
19888 header argument level.
19890 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
19892 * ob.el (org-babel-sha1-hash): Consider words in different order
19893 as different input.
19895 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
19897 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
19899 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
19901 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
19902 structure of an Org-mode table (list of lists).
19904 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
19906 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
19907 (reference to unassigned variable `src-lang' and avoid calling
19908 org-babel-get-src-block-info twice.
19910 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19912 * ob.el (org-babel-demarcate-block): Update to reflect the new
19913 info list contents.
19915 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
19917 * org-src.el (org-edit-src-code): Supply non-nil argument to
19918 `org-babel-get-src-block-info' to avoid resolving variable
19921 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19923 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
19924 improved efficiency of org-babel-map-src-blocks.
19926 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19928 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
19929 checks that a code block will actually be tangled before
19930 collecting it's full information (a process which could involve
19931 the execution of other code blocks).
19933 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
19935 * ob.el (org-babel-demarcate-block): Use light version of
19936 `org-babel-get-src-block-info'.
19938 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19940 * ob.el (org-babel-sha1-hash): Now handles more complex types in
19943 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19945 * ob.el (org-babel-execute-src-block): Generally using the new
19946 more informative params
19947 (org-babel-process-params): Don't forget the :var portion of
19948 variable assignments.
19950 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19952 * ob-table.el (sbe): Simplify to reflect to var resolution.
19954 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19956 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
19957 arguments back to their params before evaluation.
19959 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
19961 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
19964 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
19966 * ob-table.el (sbe): Use `org-babel-process-params params' instead
19967 of `org-babel-expand-variables'.
19969 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
19971 * ob-C.el (org-babel-C-execute): Remove call to
19972 org-babel-process-params which should no longer be called from
19973 within a language file.
19975 * ob-R.el (org-babel-execute:R): Remove call to
19976 org-babel-process-params which should no longer be called from
19977 within a language file
19978 (org-babel-R-variable-assignments): Remove call to
19979 org-babel-process-params which should no longer be called from
19980 within a language file.
19982 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
19983 org-babel-process-params which should no longer be called from
19984 within a language file.
19986 * ob-clojure.el (org-babel-execute:clojure): Remove call to
19987 org-babel-process-params which should no longer be called from
19988 within a language file.
19990 * ob-dot.el (org-babel-execute:dot): Remove call to
19991 org-babel-process-params which should no longer be called from
19992 within a language file.
19994 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
19995 call to org-babel-process-params which should no longer be called
19996 from within a language file
19997 (org-babel-execute:emacs-lisp): Remove call to
19998 org-babel-process-params which should no longer be called from
19999 within a language file.
20001 * ob-haskell.el (org-babel-execute:haskell): Remove call to
20002 org-babel-process-params which should no longer be called from
20003 within a language file.
20005 * ob-js.el (org-babel-execute:js): Remove call to
20006 org-babel-process-params which should no longer be called from
20007 within a language file.
20009 * ob-lisp.el (org-babel-execute:lisp): Remove call to
20010 org-babel-process-params which should no longer be called from
20011 within a language file.
20013 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
20014 org-babel-process-params which should no longer be called from
20015 within a language file.
20017 * ob-octave.el (org-babel-execute:octave): Remove call to
20018 org-babel-process-params which should no longer be called from
20019 within a language file.
20021 * ob-perl.el (org-babel-execute:perl): Remove call to
20022 org-babel-process-params which should no longer be called from
20023 within a language file.
20025 * ob-python.el (org-babel-execute:python): Remove call to
20026 org-babel-process-params which should no longer be called from
20027 within a language file.
20029 * ob-ruby.el (org-babel-execute:ruby): Remove call to
20030 org-babel-process-params which should no longer be called from
20031 within a language file.
20033 * ob-scheme.el (org-babel-execute:scheme): Remove call to
20034 org-babel-process-params which should no longer be called from
20035 within a language file.
20037 * ob-screen.el (org-babel-execute:screen): Remove call to
20038 org-babel-process-params which should no longer be called from
20039 within a language file
20040 (org-babel-prep-session:screen): Remove call to
20041 org-babel-process-params which should no longer be called from
20042 within a language file.
20044 * ob-sh.el (org-babel-execute:sh): Remove call to
20045 org-babel-process-params which should no longer be called from
20046 within a language file.
20048 * ob-sql.el (org-babel-execute:sql): Remove call to
20049 org-babel-process-params which should no longer be called from
20050 within a language file.
20052 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
20055 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
20058 * ob-R.el (org-babel-execute:R): Remove reference to processed
20061 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20063 * ob-sql.el (org-babel-execute:sql): Use generic expansion
20065 (org-babel-expand-body:sql): Delete function.
20067 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20069 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
20070 (org-babel-expand-body:sh): Delete function
20071 (org-babel-prep-session:sh): Change name of called function
20072 (org-babel-variable-assignments:sh): Change function name.
20074 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20076 * ob-screen.el (org-babel-execute:screen): Use generic expansion
20078 (org-babel-expand-body:screen): Delete function
20079 (org-babel-prep-session:screen): Remove references to processed
20082 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20084 * ob-sass.el (org-babel-execute:sass): Use generic expansion
20086 (org-babel-expand-body:sass): Delete function.
20088 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20090 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
20092 (org-babel-prep-session:ruby): Use new variable assignment
20094 (org-babel-variable-assignments:ruby): New function
20095 (org-babel-expand-body:ruby): Delete function.
20097 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20099 * ob-python.el (org-babel-execute:python): Use generic expansion
20101 (org-babel-prep-session:python): Change name of called function
20102 (org-babel-variable-assignments:python): Change function name
20103 (org-babel-expand-body:python): Delete function.
20105 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20107 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
20108 (automatically handled by generic version).
20110 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20112 * ob-perl.el (org-babel-execute:perl): Use generic expansion
20114 (org-babel-expand-body:perl): Delete function
20115 (org-babel-variable-assignments:perl): New function.
20117 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20119 * ob-org.el (org-babel-expand-body:org): Delete function
20120 (automatically handled by generic version).
20122 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20124 * ob-octave.el (org-babel-execute:octave): Use generic expansion
20126 (org-babel-variable-assignments:octave): Change name of function
20127 (org-babel-variable-assignments:matlab): New defalias
20128 (org-babel-prep-session:octave): Change name of function
20129 (org-babel-expand-body:matlab): Delete function
20130 (org-babel-expand-body:octave): Delete function.
20132 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20134 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
20136 (org-babel-variable-assignments:ocaml): New function
20137 (org-babel-expand-body:ocaml): Delete function.
20139 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20141 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
20142 (automatically handled by generic version).
20144 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20146 * ob-js.el (org-babel-execute:js): Use new variable assignment
20148 (org-babel-expand-body:js): Delete function
20149 (org-babel-prep-session:js): Use new variable assignment function
20150 (org-babel-variable-assignments:js): New function.
20152 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20154 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
20156 (org-babel-expand-body:haskell): Delete function
20157 (org-babel-prep-session:haskell): Use variable assignment function
20158 (org-babel-variable-assignments:haskell): New function.
20160 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20162 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
20163 assignment function
20164 (org-babel-prep-session:gnuplot): Use variable assignment function
20165 (org-babel-variable-assignments:gnuplot): New function.
20167 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20169 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
20170 (automatically handled by generic version).
20172 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20174 * ob-css.el (org-babel-expand-body:css): Delete function
20175 (automatically handled by generic version).
20177 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20179 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
20181 (org-babel-expand-body:asymptote): Delete function
20182 (org-babel-variable-assignments:asymptote): New function.
20184 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20186 * ob-R.el (org-babel-expand-body:R): Use new function
20187 `org-babel-variable-assignments:R'; don't trim body.
20188 (org-babel-execute:R): Respond to changes in
20189 `org-babel-expand-body:R'
20190 (org-babel-prep-session:R): Called function is now named
20191 `org-babel-variable-assignments:R'
20192 (org-babel-variable-assignments:R): Receives processed-params as
20193 new optional argument.
20195 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20197 * ob-C.el (org-babel-C-expand): Don't trim body.
20199 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20201 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
20202 obtaining variable references.
20204 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20206 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
20207 assignment lines to generic expansion command.
20209 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20211 * ob.el (org-babel-expand-src-block): Supply variable assignment
20212 lines to generic expansion function
20213 (org-babel-expand-body:generic): Prepend body with optional
20214 variable assignment lines.
20216 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20218 * ob-exp.el (org-babel-exp-results): Replaced old function call.
20220 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20222 * ob-lob.el (org-babel-lob-execute): Now expanding variable
20223 references before execution.
20225 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20227 * ob.el (org-babel-execute-src-block): Only sort parameters if
20228 it's required for caching.
20230 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20232 * ob-table.el (sbe): Reworking for better indentation and to
20233 integrate the new variable resolution.
20235 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20237 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
20238 variables when resolving references.
20240 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20242 * ob.el (org-babel-merge-params): Fix order or precedence for
20245 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20247 * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
20248 * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
20249 (org-babel-R-variable-assignments):
20250 * ob-asymptote.el (org-babel-expand-body:asymptote)
20251 (org-babel-execute:asymptote):
20252 * ob-clojure.el (org-babel-expand-body:clojure)
20253 (org-babel-execute:clojure):
20254 * ob-css.el (org-babel-expand-body:css):
20255 * ob-ditaa.el (org-babel-expand-body:ditaa):
20256 * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
20257 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
20258 (org-babel-execute:emacs-lisp):
20259 * ob-gnuplot.el (org-babel-expand-body:gnuplot)
20260 * ob-haskell.el (org-babel-expand-body:haskell)
20261 (org-babel-execute:haskell, org-babel-load-session:haskell)
20262 (org-babel-prep-session:haskell):
20263 * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
20264 * ob-latex.el (org-babel-expand-body:latex):
20265 * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
20266 * ob-mscgen.el (org-babel-expand-body:mscgen):
20267 * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
20268 * ob-octave.el (org-babel-expand-body:matlab)
20269 (org-babel-expand-body:octave, org-babel-execute:octave)
20270 (org-babel-octave-variable-assignments):
20271 * ob-org.el (org-babel-expand-body:org):
20272 * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
20273 * ob-plantuml.el (org-babel-expand-body:plantuml):
20274 * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
20275 (org-babel-python-variable-assignments):
20276 * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
20277 * ob-sass.el (org-babel-expand-body:sass):
20278 * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
20279 * ob-screen.el (org-babel-expand-body:screen):
20280 * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
20281 (org-babel-sh-variable-assignments):
20282 * ob-sql.el (org-babel-expand-body:sql):
20283 * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
20284 * ob.el (org-babel-expand-body:generic):
20285 Remove obsoleted optional third argument.
20287 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20289 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
20290 calls to removed org-babel-ref-variables.
20292 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20294 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
20295 ingested code blocks.
20297 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20299 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
20300 information from within the original export file.
20302 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20304 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
20305 (this should return nil if not match found.
20307 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20309 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
20310 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
20312 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20314 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
20317 * ob-python.el (org-babel-python-variable-assignments):
20318 Provide missing docstring.
20320 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20322 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
20323 variable assignment part out into a separate function
20324 (org-babel-octave-variable-assignments): New function constructing
20325 list of variable assignment statements
20326 (org-babel-prep-session:octave): Use new function
20327 `org-babel-octave-variable-assignments' instead of previous
20328 (incorrect) variable assignment code.
20330 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20332 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
20333 assignment part out into a separate function
20334 (org-babel-sh-variable-assignments): New function constructing
20335 list of variable assignment statements
20336 (org-babel-prep-session:sh): Use new function
20337 `org-babel-sh-variable-assignments' instead of previous
20338 (incorrect) variable assignment code.
20340 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20342 * ob-python.el (org-babel-expand-body:python): Refactor: break
20343 variable assignment part out into a separate function
20344 (org-babel-python-variable-assignments): New function constructing
20345 list of variable assignment statements
20346 (org-babel-prep-session:python): Use new function
20347 `org-babel-python-variable-assignments' instead of previous
20348 (incorrect) variable assignment code.
20350 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20352 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
20353 assignment part out into a separate function
20354 (org-babel-R-variable-assignments): New function constructing list
20355 of variable assignment statements
20356 (org-babel-prep-session:R): Use new function
20357 `org-babel-R-variable-assignments' instead of previous
20358 (incorrect) variable assignment code.
20360 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20362 * ob.el (org-babel-initiate-session): Better variable names.
20364 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20366 * ob.el (org-number-sequence):
20367 Declared * ob-R.el (org-number-sequence): Declared.
20369 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20371 * ob.el (org-babel-map-src-blocks): Store correct value of
20374 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20376 * ob.el (org-babel-mark-block): New function to mark the body of a
20377 src block in the style of `mark-defun'.
20379 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20381 * org-compat.el (org-number-sequence): New function.
20383 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
20385 * ob.el (org-babel-where-is-src-block-result):
20386 Use `org-number-sequence'.
20387 (org-babel-current-buffer-properties): Fix variable definition.
20389 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
20391 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
20392 version of `shell-command'.
20394 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
20397 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20399 * org-list.el (org-list-search-unenclosed-generic): Replace call
20402 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20404 * org.el (org-agenda-jump-prefer-future): New option.
20406 * org-agenda.el (org-agenda-goto-date):
20407 Use `org-agenda-jump-prefer-future'.
20409 2010-11-11 Noorul Islam <noorul@noorul.com>
20411 * org-latex.el (org-export-latex-links): Replaced hard coded
20412 hyperref format with custom variable
20413 `org-export-latex-hyperref-format'.
20415 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20417 * org.el (org-insert-heading): Fix docstring.
20419 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
20421 * org-capture.el (org-capture-place-entry): If the first line is
20422 already a headline, just stay there.
20424 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20426 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
20429 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20431 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
20434 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20436 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
20439 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20441 * org.el (org-insert-heading): When on the headline of an inline
20442 task, insert another inline tasks.
20444 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20446 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
20447 links for blocks that will actually tangle.
20449 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20451 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
20452 in expanded shell bodies.
20454 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20456 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
20457 newline characters.
20459 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20461 * ob-sh.el (org-babel-expand-body:sh): Align code.
20463 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20465 * ob.el (org-babel-params-from-properties): Max line with at <=80.
20467 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20469 * org-latex.el (org-export-latex-listings-langs): Clojure is now
20470 recognized as a lisp.
20472 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20474 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
20475 to interpret property as header argument value.
20477 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20479 * ob.el (org-babel-parse-header-arguments): Simplify reading of
20482 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20484 * org-publish.el (org-publish-org-to-ascii):
20485 (org-publish-org-to-latin1):
20486 (org-publish-org-to-utf8): New functions.
20488 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20490 * org.el (org-insert-heading): Skip inline tasks when trying to
20491 insert a new heading after the end of the subtree.
20493 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20495 * org-inlinetask.el (org-inlinetask-min-level): Set customization
20496 type to integer or nil.
20498 * org.el (org-insert-heading): When after an inline task, do not
20499 use level but go back to headline level before the inline task.
20501 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20503 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
20505 * org.el (org-indent-line-function): Fix indentation of inline
20508 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20510 * org.el (org-activate-links): Fix customize type.
20512 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20514 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
20517 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20519 * org-latex.el (org-export-latex-minted): Document pygments
20522 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20524 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
20525 file if encryption has been turned on.
20526 (org-mobile-copy-agenda-files): Avoid double encryption of
20529 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20531 * org-exp.el (org-export-latex-minted-with-line-numbers):
20532 Ensure that variable is declared.
20534 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20536 * ob-python.el (org-src-preserve-indentation): Fix compiler
20539 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20541 * org-exp.el (org-export-format-source-code-or-example):
20542 Latex formatting of source code blocks using the minted package
20543 (org-export-plist-vars): Add :latex-minted property
20544 (org-export-latex-minted): Ensure variable is defined
20545 (org-export-latex-minted-langs): Ensure variable is defined.
20547 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20549 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
20551 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20553 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
20555 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20557 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
20558 when `org-src-preserve-indentation' is non-nil.
20560 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20562 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
20563 of blocks added to Library of Babel.
20565 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20567 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
20570 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20572 * org-beamer.el (org-beamer-place-default-actions-for-lists):
20573 Fix typo in regexp.
20575 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
20577 * org-list.el (org-toggle-checkbox): Avoid some boundary error
20578 when inserting a checkbox in an empty last item of a list.
20580 2010-11-11 David Maus <dmaus@ictsoc.de>
20582 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
20583 Query article number from file is nil by default.
20585 2010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
20587 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
20589 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20591 * org-capture.el (org-capture-place-entry): Move to `beg' before
20592 searching for `%?'.
20594 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20596 * org.el (org-format-latex): Fix mathjax treatment of single
20597 letters in between dollars.
20599 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
20601 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
20604 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20606 * org.el (org-blank-before-new-entry): Improve docstring.
20608 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20610 * org-mobile.el (org-mobile-force-id-on-agenda-items):
20612 (org-mobile-write-agenda-for-mobile): Use outline path if we do
20613 not have an ID and are not allowed to make one.
20614 (org-mobile-get-outline-path-link): New function.
20616 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20618 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
20620 (org-mobile-write-agenda-for-mobile): Use the right name, even if
20621 the file get encrypted.
20622 (org-mobile-move-capture): Only delete tempfile if it does exist.
20624 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20626 * ob.el (org-babel-number-p): Fix documentation string.
20628 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20630 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
20631 "tangle" as a positive argument for the :noweb header argument
20634 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20636 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
20637 have links, with tests.
20639 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20641 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
20643 (org-export-latex-get-error): New function.
20644 (org-export-as-pdf): Give an indication of the errors that
20645 happened during processing.
20647 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
20649 * org-exp.el (org-export-language-setup): Fix Polish entries.
20651 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20653 * org.el (org-set-tags): Allow comma as a separator when
20654 specifying tags at the completion interface.
20655 (org-tags-completion-function): Allow comma as a separator when
20656 specifying tags at the completion interface.
20658 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20660 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
20661 export-file if exporting from a buffer which is not visiting a
20664 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20666 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
20667 name in link construction if there is a heading to follow it.
20669 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20671 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
20672 as an allowed extension.
20674 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
20676 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
20677 with zeros. Start applying face earlier.
20679 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20681 * ob.el (or): Don't create org-babel-temporary-directory in batch
20682 as it won't be removed by emacs-kill-hook
20683 (org-babel-remove-temporary-directory): Only try to remove this
20684 directory if it exists.
20686 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20688 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
20691 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20693 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
20694 the tangling message.
20696 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20698 * ob.el (org-babel-load-languages): Fixes compiler warning.
20700 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20702 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
20705 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20707 * org-ascii.el (org-export-as-ascii): Use the correct match group.
20709 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20711 * ob.el (boundp): Uncommenting defvar form for
20712 org-babel-temporary-directory
20713 (org-babel-temp-file): Now using the org-babel-temporary-directory
20714 for holding new babel temporary files
20715 (org-babel-remove-temporary-directory): Removes the babel temp dir
20716 when Emacs shutsdown
20717 (kill-emacs-hook): Now removing the babel temp dir on Emacs
20720 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20722 * org-capture.el (org-capture-fill-template): Initialize history
20725 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20727 * org-src.el (org-edit-src-code): Don't move point when generating
20730 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20732 * org-src.el (org-edit-src-code): Deal with point being in
20735 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20737 * org-table.el (org-table-current-column): Add interactive to turn
20738 this into a command.
20740 2010-11-11 Bernt Hansen <bernt@norang.ca>
20742 * org.el (org-insert-heading): Run org-insert-heading-hook when
20743 creating the first heading in a file.
20745 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20747 * org.el (org-startup-with-inline-images): New option.
20748 (org-startup-options): Add new keywords inlineimages and
20750 (org-mode): Inline images when this has been configured.
20752 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20754 * ob.el (org-babel-get-src-block-info): Remove optional
20755 HEADER-VARS-ONLY argument; further simplification.
20757 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20759 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
20760 prompt in ob-confirm-evaluate in some cases.
20762 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20764 * ob.el (org-babel-demarcate-block): Visible region and completion
20765 during language selection.
20767 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20769 * ob.el (org-babel-get-src-block-info): Remove comment.
20771 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20773 * ob.el (org-babel-get-src-block-info): Simplify function.
20775 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20777 * ob.el (org-babel-get-src-block-info): Form info list correctly
20778 when parenthesized arguments are missing.
20780 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20782 * ob-exp.el (org-export-babel-evaluate): Docstring typo
20783 (org-babel-exp-code): Docstring typo.
20785 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20787 * org-mobile.el (org-mobile-encryption-password):
20789 (org-mobile-encryption-password-session): New variable.
20790 (org-mobile-encryption-password): New function.
20791 (org-mobile-check-setup):
20792 (org-mobile-encrypt-file):
20793 (org-mobile-decrypt-file): Use the new function.
20795 2010-11-11 David Maus <dmaus@ictsoc.de>
20797 * org-capture.el (org-capture-place-template): Widen to remove
20798 possible restrictions in target buffer.
20800 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
20802 * org.el (org-speed-command-hook): Add org-speed-command-hook
20803 (org-babel-speed-command-hook): Hook for Babel's speed commands.
20805 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20807 * ob.el (org-babel-execute-buffer): Re-implement using
20808 `org-babel-map-src-blocks'.
20810 2010-11-11 David Maus <dmaus@ictsoc.de>
20812 * org-capture.el (org-capture-templates): Update doc string with
20813 new message date related escapes.
20815 2010-11-11 David Maus <dmaus@ictsoc.de>
20817 * org-wl.el (org-wl-store-link-message): Define properties %:date)
20818 (%:date-timestamp, and %:date-timestamp-inactive.
20820 * org-mew.el (org-mew-store-link): Dto.
20822 * org-mhe.el (org-mhe-store-link): Dto.
20824 * org-rmail.el (org-rmail-store-link): Dto.
20826 * org-vm.el (org-vm-store-link): Dto.
20828 2010-11-11 David Maus <dmaus@ictsoc.de>
20830 * org-wl.el (org-wl-message-field): Always get literal content of
20833 2010-11-11 David Maus <dmaus@ictsoc.de>
20835 * org-gnus.el (org-gnus-store-link): Define properties
20836 %:date-timestamp and %:date-timestamp-inactive.
20838 2010-11-11 David Maus <dmaus@ictsoc.de>
20840 * org-gnus.el (org-gnus-store-link): Handle empty date header
20843 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
20845 * org.el (org-speed-command-hook): New. Hook for installing
20846 additional speed commands. Use this for enabling speed commands on
20848 (org-speed-command-default-hook): The default hook for
20849 org-speed-command-hook. Factored out from org-self-insert-command
20850 and mimics existing behavior.
20851 (org-self-insert-command): Modify to use org-speed-command-hook.
20853 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20855 * org-agenda.el (org-search-view): Recover spaces in search words
20856 if they were escaped with \ or inside a regexp.
20858 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20860 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
20861 the list of completable meta line words.
20862 (org-complete): Complete property names after #+PROPERTY.
20864 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20866 * ob-python.el (org-babel-python-evaluate-session): Make temp file
20869 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20871 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
20872 Delete extra format argument.
20874 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20876 * ob-org.el (org-babel-org-export): Typo in docstring.
20878 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20880 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
20883 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20885 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
20887 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20889 * ob.el (org-babel-process-file-name): New function
20890 (org-babel-maybe-remote-file): Delete function.
20892 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20894 * ob-C.el (org-babel-C-execute): Remove unused variable.
20896 2010-11-11 David Maus <dmaus@ictsoc.de>
20898 * org.el (org-make-link-string): Prevent superfluous colon.
20900 2010-11-11 David Maus <dmaus@ictsoc.de>
20902 * org.el (org-make-org-heading-search-string): Leave headline
20905 2010-11-11 David Maus <dmaus@ictsoc.de>
20907 * org.el (org-make-link-string): Don't escape characters in link
20910 2010-11-11 Bastien Guerry <bzg@gnu.org>
20912 * org-capture.el (org-capture-templates): Update docstring to
20913 advertise %:org-date.
20915 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20917 * ob-dot.el (org-babel-execute:dot): Automatically specifies
20918 "-T<ext>" based on file name extension.
20920 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20922 * ob-org.el (org-babel-org-export): Raise error on nested export
20925 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20927 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
20930 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20932 * ob.el (org-babel-demarcate-block): Better initialization of
20935 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20937 * org-src.el (org-src-tab-acts-natively): Add customize interface.
20939 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20941 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
20942 New variable allowing prevention of automatic stripping of leading and
20943 trailing blank lines when exiting edit buffer.
20944 (org-edit-src-exit): Respect value of
20945 `org-src-strip-leading-and-trailing-blank-lines'
20946 (org-src-native-tab-command-maybe):
20947 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
20950 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20952 * org-src.el (org-edit-src-code): If mark was inside code block
20953 then code edit buffer inherits mark with active region.
20955 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20957 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
20959 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20961 * ob.el (org-babel-demarcate-block): Better handling of empty
20962 space around demarcated area.
20964 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20966 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
20969 2010-11-11 David Maus <dmaus@ictsoc.de>
20971 * org-gnus.el (org-gnus-open-nntp): New function.
20973 2010-11-11 David Maus <dmaus@ictsoc.de>
20975 * org-wl.el (org-wl-open-nntp): New function.
20977 2010-11-11 David Maus <dmaus@ictsoc.de>
20979 * org-wl.el (org-wl-open): Open message by numeric reference if
20980 article part is not a message id.
20982 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20984 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
20987 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
20989 * ob.el (org-babel-demarcate-block): Interactive demarcation of
20992 * ob-keys.el (org-babel-key-bindings): Key bindings for block
20995 2010-11-11 Bastien Guerry <bzg@gnu.org>
20997 * org.el (org-link-types): Add the "message" link type.
20999 2010-11-11 David Maus <dmaus@ictsoc.de>
21001 * org.el (org-link-types): Add 'message:' link type to default
21004 2010-11-11 Bastien Guerry <bzg@gnu.org>
21006 * org-gnus.el (org-gnus-store-link): Add the :date property to
21007 gnus links, allowing the use of %:date in capture templates.
21009 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21011 * org-list.el (org-cycle-list-bullet): Follow order of bullets
21012 indicated in doc-string.
21014 * org-list.el (org-list-bottom-point-with-indent): List is ended
21015 when a line is less indented that the last item, not the less
21018 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21020 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
21021 original file before resolving code block parameters to ensure
21022 headline and buffer wide parameters are taken into consideration
21023 when only a narrowed portion of the file is exported.
21025 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21027 * org.el (org-forward-same-level): Fix docstring.
21029 2010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
21031 * org-publish.el (org-publish-attachment): Put the attachment into
21032 the right directory.
21034 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
21036 * org.el (org-goto-first-child): New command.
21038 2010-11-11 Matt Lundin <mdl@imapmail.org>
21040 * org-agenda.el (org-prepare-agenda): If the agenda is called from
21041 within the agenda via an elisp link, such as
21042 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
21043 of the file containing the link, since that buffer is current
21044 during org-prepare agenda (due to a with-current-buffer in
21045 org-agenda-open-link). An additional test now ensures that the
21046 agenda buffer is in fact current when the buffer is erased and
21047 local variables for the agenda are set.
21049 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
21051 * org-exp.el (org-infile-export-plist): Define property macro.
21053 2010-11-11 David Maus <dmaus@ictsoc.de>
21055 * org-mhe.el (org-mhe-get-header): Remove possible folding white
21056 space in message header field.
21058 2010-11-11 David Maus <dmaus@ictsoc.de>
21060 * org-feed.el (org-feed): Fix typo in customization group :tag
21063 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21065 * org-latex.el (org-export-latex-tag-markup): New option.
21066 (org-export-latex-keywords-maybe):
21067 Use `org-export-latex-tag-markup'.
21069 2010-11-11 Rémi Vanicat <vanicat@debian.org> (tiny change)
21071 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
21072 (org-ical-ts-to-string): Use UTC time when requested.
21074 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
21076 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
21077 from 'file' to 'http'.
21079 2010-11-11 David Maus <dmaus@ictsoc.de>
21081 * org.el (org-store-log-note): Fix wrong usage
21082 of`org-adapt-indentation'.
21084 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21086 * org.el (org-skip-over-state-notes): Do not compute bottom point
21089 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
21090 instead of moving to each item.
21092 2010-11-11 David Maus <dmaus@ictsoc.de>
21094 * org-capture.el (org-capture-templates): Small fix in doc string.
21096 2010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
21098 * org-archive.el (org-get-local-archive-location):
21099 Use `org-archive-location' as default.
21101 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21103 * ob-C.el (org): No longer requires org.
21105 * ob-ledger.el (org): No longer requires org.
21107 2010-11-11 David Maus <dmaus@ictsoc.de>
21109 * org.el (org-priority): Save match data before call to
21110 `read-char-exclusive'.
21112 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21114 * org-list.el (org-list-to-generic): Descriptions labels can be
21115 any suit of symbols, and will end at double colons.
21117 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21119 * org.el (org-indent-line-function): Indent past [@num] and
21120 [@start:num], consistently with what is already done with
21123 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21125 * org.el (org-store-log-note): Indent new notes to the right
21126 column. Also take `org-list-two-spaces-after-bullet-regexp' into
21127 consideration when creating the note.
21129 2010-11-11 David Maus <dmaus@ictsoc.de>
21131 * org-gnus.el (nnimap-group-overview-filename): Declare function
21132 to silence byte compiler.
21134 2010-11-11 David Maus <dmaus@ictsoc.de>
21136 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
21137 New customization variable.
21138 (org-gnus-nnimap-cached-article-number): New function.
21139 (org-gnus-follow-link): Try to fetch cached article number of
21142 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21144 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
21145 first line into code blocks before export so that the first line
21146 is not interpreted as a title
21147 (org-babel-org-export): Use new dummy code block prefix.
21149 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21151 * ob.el (org-babel-insert-result): No longer throws error when
21152 inserting an empty result.
21154 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21156 * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
21158 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21160 * ob.el (org-babel-do-in-edit-buffer):
21161 Use `org-babel-where-is-src-block-head' to test for source block at
21164 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21166 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
21167 `org-babel-goto-src-block-head'.
21169 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
21170 current code block.
21172 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21174 * ob.el (org-babel-next-src-block): Now raising more informative
21175 error when no further code blocks can be found.
21176 (org-babel-previous-src-block): Now raising more informative error
21177 when no previous code blocks can be found.
21179 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21181 * org-exp-blocks.el
21182 (org-export-preprocess-after-include-files-hook): Now using this
21183 hook instead of `org-export-preprocess-hook'.
21185 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21187 * ob-plantuml.el (org-babel-execute:plantuml): ????
21189 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21191 * ob-python.el (org-babel-python-evaluate): Refactor as call to
21192 either `org-babel-python-evaluate-external-process' or
21193 `org-babel-python-evaluate-session'.
21194 (org-babel-python-evaluate-external-process): New function to
21195 handle evaluation in external process.
21196 (org-babel-python-evaluate-session): New function to handle
21197 evaluation in emacs inferior process.
21199 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21201 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
21202 or html respecting :results header arg
21203 (org-babel-org-export): Exports a string of text to an output
21206 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21208 * ob.el (org-babel-insert-result): Remove existing results when
21209 nil results are returned.
21211 2010-11-11 David Maus <dmaus@ictsoc.de>
21213 * org-ascii.el (org-export-as-ascii): Bind and set link path for
21214 link type specific markup function.
21216 2010-11-11 David Maus <dmaus@ictsoc.de>
21218 * org-clock.el (notifications-notify): Properly declare function
21219 to silence byte compiler.
21221 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21223 * org-list.el (org-insert-item): Check invisibility of point at a
21224 meaningful location.
21226 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21228 * org-list.el (org-list-insert-item-generic): Updating checkboxes
21229 can modify bottom point of a list, so make it a marker before
21230 calling `org-update-checkbox-count-maybe'.
21232 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21234 * org.el (org-src-fontify-natively): Set to nil by default.
21235 Supply customize interface.
21237 2010-11-11 Bastien Guerry <bzg@gnu.org>
21239 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
21240 `org-bracket-link-analytic-regexp++' to match the link type.
21242 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21244 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
21247 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21249 * ob-tangle.el (org-babel-tangle-comment-format-beg):
21250 Format string specifying the link-comment preceding a code block
21251 (org-babel-tangle-comment-format-end): Format string specifying
21252 the link-comment following a code block
21253 (org-babel-tangle-collect-blocks): Storing more information in the
21254 spec of a tangling code block
21255 (org-babel-spec-to-string): Now makes use of customizable
21256 link-comment formats.
21258 2010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
21260 * org.el (org-delete-backward-char): Check for nil overwrite-mode
21261 before inserting spaces.
21263 2010-11-11 David Maus <dmaus@ictsoc.de>
21265 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
21266 from summary of non-TODO ical entries.
21267 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
21268 exclude tags from summary of TODO ical entries.
21270 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21272 * ob.el (org-babel-map-src-blocks): Now exposes much information
21273 about the code block in the form of let-bound local variables.
21275 2010-11-11 David Maus <dmaus@ictsoc.de>
21277 * org-list.el (org-outline-regexp, org-ts-regexp)
21278 (org-ts-regexp-both, org-in-regexps-block-p)
21279 (org-level-increment, org-at-heading-p)
21280 (outline-previous-heading, org-icompleting-read)
21281 (org-time-string-to-seconds): Declare to fix compiler warning.
21283 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21285 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
21286 used from an heading. Send an error when no item is in region.
21288 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21290 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
21291 ensure that edit buffer is exited.
21293 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21295 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
21296 control the amount of extra newlines inserted into tangled code
21297 (org-babel-tangle-collect-blocks): Now conditionally collects
21298 information to be used for "org" style comments
21299 (org-babel-spec-to-string): Now inserts "org" style comments, and
21300 obeys the newline configuration variable when inserting whitespace.
21302 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21304 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
21306 (org-babel-tangle): Calls new tangle hook.
21308 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21310 * org-capture.el (org-capture): Compute the length of the correct
21311 string when removing properties.
21313 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21315 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
21316 names before shell quoting.
21318 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21320 * org-src.el (org-src-tab-indents-natively): New variable
21321 controlling whether language-native TAB action should be performed
21322 (org-src-native-tab-command-maybe): New function to perform
21323 language-native TAB action.
21324 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
21326 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21328 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
21329 `org-plantuml-jar-path' before use.
21331 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21333 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
21334 language major mode buffers during fontification.
21336 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21338 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
21339 match code blocks with switches and header args.
21340 Call `org-src-font-lock-fontify-block' for automatic fontification of
21341 code in code blocks, controlled by variable
21342 `org-src-fontify-natively'.
21343 (org-src-fontify-natively): New variable.
21345 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21347 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
21350 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
21352 * org-html.el (org-html-make-link): (expand-file-name) removes
21353 one "/" from "///path-to-file", so add one. Anything other than
21354 'file' type should be exported along with the type.
21356 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
21358 * org.el (org-insert-subheading): Fix compiler warning
21359 (org-insert-todo-subheading): Fix compiler warning.
21361 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21363 * org-capture.el (org-capture): Remove read-only text properties
21365 (org-capture-set-target-location): Throw an error if file+headline
21366 target does not point into a file which is in Org mode.
21368 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21370 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
21372 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21374 * org-src.el (org-edit-src-code): Improve docstring.
21376 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21378 * ob.el (org-babel-execute-src-block): Document prefix argument in
21381 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
21383 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
21384 org-ditaa-jar-path with expand-file-name.
21386 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21388 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
21389 `org-babel-execute-src-block'.
21391 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21393 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
21394 [@x] syntax for list numbering.
21396 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21398 * org.el (org-indent-line-function): Indentation of source block
21399 is left to `org-edit-src-exit' and shouldn't be modified by
21400 `org-indent-line-function'. Indentation of others blocks should be
21401 the same as the #+begin line.
21403 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21405 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
21406 forms on source blocks in current buffer; restore point in current
21409 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21411 * org-list.el (org-list-struct): Accept list boundaries as an
21412 argument in order to avoid computing `org-list-top-point' and
21413 `org-list-bottom-point' twice when indenting.
21415 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21417 * org-list.el (org-list-ending-method): Default value is now
21418 `both', to ensure maximum compatibility before previous
21421 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21423 * org-list.el (org-list-in-item-p-with-indent): Test if first line
21424 is the item beginning.
21426 * org-list.el (org-list-top-point-with-indent): Test if first line
21427 is a valid list beginning.
21429 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21431 * org-list.el (org-list-ending-method): New customizable variable
21432 to tell Org Mode how lists end. See docstring.
21434 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21436 * org-list.el (org-indent-item-tree): Shifting step of top-level
21437 item depends on `org-level-increment'.
21439 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21441 * org.el (org-indent-line-function): Indent first non blank line
21442 after a list according to current heading level.
21444 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21446 * org-docbook.el (org-export-as-docbook): Remove check for
21447 indentation on lines that do not start with a list bullet.
21449 * org-html.el (org-export-as-html): Same thing.
21451 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21453 * org-list.el (org-list-bottom-point): Take into consideration
21454 that bound of search can be before true ending of the list.
21456 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21458 * org-list.el (org-list-struct-apply-struct): No longer shift
21459 item's body twice: one after replacing bullet and one after
21460 changing indentation.
21462 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21464 * org-list.el (org-list-struct-indent): Add code to replace
21465 bullets if needed when indenting.
21467 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21469 * org-list.el (org-list-insert-item-generic): A single item
21470 already counting blank lines in his body should be separated with
21471 the next one by a blank line. Moreover, if user already provided
21472 blank lines, follow his wishes.
21474 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21476 * org-list.el (org-indent-item-tree): When moving top item of a
21477 *-list to column 0, only the first item had its bullet changed to
21478 -. It now changes all items of the top-level list, as expected.
21480 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21482 * org-list.el (org-toggle-checkbox): Go to beginning of line
21485 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21487 * org-list.el (org-list-struct-apply-struct): Check if ancestor
21490 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21492 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
21495 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21497 * org-list.el: Removed unused variable
21498 `org-suppress-item-indentation'.
21500 * org-list.el (org-renumber-ordered-list): Skip item if bullet
21501 number is already good.
21503 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21505 * org-list.el (org-list-automatic-rules): Doc-string reflects this
21508 * org-list.el (org-indent-item-tree): Prevent whole list from
21509 being moved when user is not moving subtree.
21510 Thus `org-cycle-item-indentation' will not allow to move the list.
21512 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21514 * org-list.el (org-indent-item-tree): Remove region code. It was
21515 prone to errors and undocumented.
21517 * org-list.el (org-item-indent-positions): Better heuristics to
21518 determine what bullet the item will have when demoted.
21520 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21522 * org-list.el (org-list-bullet-string): First check if
21523 `org-list-two-spaces-after-bullet-regexp' isn't nil.
21525 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21527 * org-list.el (org-list-bullet-string): Do not modify match-data.
21529 * org.el (org-toggle-item): Now working again when changing list
21530 items into plain text. Moreover take into consideration
21531 `org-list-two-spaces-after-bullet-regexp'.
21533 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21535 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
21536 fix, and improved heuristics to determine bullet when indenting.
21538 * org-list.el (org-item-indent-positions): Function now returns
21539 sane results when there are two lists separated with blank lines
21542 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21544 * org-docbook.el (org-export-as-docbook): Use override="num" in
21545 any listitem matching [@start:num].
21547 * org-html.el (org-export-as-html): Use value="num" in any li
21548 matching [@start:num].
21550 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21552 * org.el (org-set-font-lock-defaults): Correct fontification for
21553 checkboxes found after [@start:?].
21555 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
21556 [@start:?] when looking at a regex after a bullet.
21558 * org-list.el (org-toggle-checkbox): Correct insertion of
21559 checkboxes when there is already a [@start:?] in the item.
21561 * org-list.el (org-checkbox-blocked-p): Properly check if there's
21562 an unchecked item before.
21564 * org-list.el (org-list-parse-list): Function handles items having
21565 both a counter and a checkbox.
21567 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21569 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
21570 stores both indentation and bullet when cycle started.
21572 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21574 * org-list.el: `org-at-description-p' renamed to
21575 `org-at-item-description-p', `org-first-list-item-p' renamed to
21576 `org-list-first-item-p', `org-end-of-item-text-before-children'
21577 renamed to `org-end-of-item-or-at-child'.
21579 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21581 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
21582 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
21583 before toggling a checkbox.
21585 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21587 * org-list.el (org-list-bullet-string): New function returning
21588 bullet concatenated with an appropriate number of white spaces.
21590 * org-list.el (org-list-insert-item-generic): Insert the right
21591 bullet, with help of `org-list-bullet-string'.
21593 * org-list.el (org-indent-item-tree):
21594 Use `org-list-bullet-string'.
21596 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
21598 * org-list.el (org-toggle-checkbox): Send an error when
21599 `org-toggle-checkbox' is trying to insert a checkbox at a
21602 * org-list.el (org-item-re): Modify regexp so it can catch
21603 correct number of white space before item body.
21605 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
21606 consideration new `org-item-re'.
21608 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21610 * org-list.el (org-list-insert-item-generic): The second item in a
21611 list will be separated from its predecessor with the number of
21612 blank lines separating the first item from its parent, if any, or
21615 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21617 * org-list.el (org-indent-item-tree): Fix and reorder every list
21618 and sublist, from parent of list that has moved if indenting, or
21619 from list at point if outdenting.
21621 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21623 * org-list.el (org-indent-item-tree): Try to keep relative
21624 position on line. It can't if point is in white spaces before
21625 bullet because mixed tabs and spaces make some columns
21628 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21630 * org-list.el (org-cycle-item-indentation): Cycle when the whole
21631 item only contains bullet and maybe a checkbox. Previously, TAB
21632 would cycle when the first line of the item was blank.
21634 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21636 * org-list.el (org-cycle-item-indentation): Allow a point just
21637 after a description item or a checkboxed item to start cycling.
21639 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21641 * org-list.el (org-cycle-list-bullet):
21642 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
21643 as valid bullets when cycling.
21645 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21647 * org-list.el (org-cycle-item-indentation): Do return t if and
21648 only if cycling is possible and succeded.
21650 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21652 * org-list.el (org-indent-item-tree): When outdenting a subtree,
21653 the last item shouldn't have a children.
21655 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21657 * org-list.el (org-cycle-item-indentation): Cycling should play
21658 nicely with indent rule in `org-list-automatic-rules'.
21660 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21662 * org-list.el (org-indent-item-tree): If indent rule is activated,
21663 it should be impossible to outdent an item having children without
21664 moving its subtree. Improved reordering of lists modified by
21665 cycling indentation.
21667 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21669 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
21670 `org-fix-bullet-type' to prevent infinite loop, and some checks
21671 already done in `org-renumber-ordered-list'.
21673 * org-list.el (org-fix-bullet-type): Remove a check and call
21674 directly `org-maybe-renumber-ordered-list'.
21676 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21678 * org-list.el (org-indent-item-tree): It shouldn't be possible to
21679 indent the first item of a sublist (though outdent is possible) as
21680 it would break list's structure.
21682 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21684 * org-list.el (org-list-insert-item-generic): When local search
21685 doesn't help, search the list globally for blank lines. Moreover,
21686 don't bother with new lists, and add 1 blank line.
21688 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21690 * org-capture.el (org-capture-place-item):
21691 Use `org-search-forward-unenclosed' and
21692 `org-search-backward-unenclosed' and new variable
21693 `org-item-beginning-re'.
21695 * org-list.el (org-item-beginning-re): Regexp matching beginning
21698 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21700 * org-list.el (org-cycle-list-bullet): Put back support for
21701 'previous argument.
21703 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21705 * org-list.el (org-in-item-p): Handle case when point is at an
21708 * org-list.el (org-list-make-subtree): Add protection when used
21711 * org-list.el (org-insert-item): Remove useless hack now
21712 `org-in-item-p' is fixed.
21714 * org-timer.el (org-timer-item): Remove useless hack now
21715 `org-in-item-p' is fixed.
21717 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21719 * org-list.el (org-cycle-list-bullet): Prevent description items
21720 from being numbered. String argument is also recognized now, as
21721 long as it is a valid bullet.
21723 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21725 * org-list.el (org-indent-item-tree): Moving indentation of top
21726 list item will make the whole list move.
21728 * org-list.el (org-apply-on-list): Function is less sensitive to
21729 changes of indentation.
21731 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21733 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
21736 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
21738 * org-list.el (org-cycle-item-indentation): Allow cycling
21739 description items and checkbox items.
21741 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
21743 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
21746 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21748 * org-list.el (org-insert-item-internal): Guessing of blank lines
21749 number is made by looking at neighboring items, if any.
21751 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21753 * org-list.el (org-sort-list): Add the possibility to sort timer
21754 lists with the ?t or ?T options.
21756 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21758 * org-list.el (org-search-unenclosed-internal): New function to
21759 handle both `org-search-forward-unenclosed' and
21760 `org-search-backward-unenclosed'.
21762 * org-list.el (org-search-backward-unenclosed): Can send errors
21763 now. Removed useless usage of COUNT.
21765 * org-list.el (org-search-forward-unenclosed): Can send errors
21766 now. Removed useless usage of COUNT.
21768 * org-list.el (org-update-checkbox-count):
21769 Use `org-search-forward-unenclosed' and
21770 `org-search-backward-unenclosed' instead of `re-search-forward'
21771 and `re-search-backward'.
21773 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
21774 and `org-search-backward-unenclosed' instead of
21775 `re-search-forward' and `re-search-backward'.
21777 * org-list.el (org-list-make-subtree):
21778 Use `org-search-forward-unenclosed' and
21779 `org-search-backward-unenclosed' instead of `re-search-forward'
21780 and `re-search-backward'.
21782 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21784 * org-list.el (org-insert-item-internal): Fixes the problem when
21785 point was before the first char of the item's body.
21787 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21789 * org-timer.el (org-timer-item): Refactoring. Compute timer string
21790 before inserting it in the buffer.
21792 * org-timer.el (org-timer): Add an optional argument to return
21793 timer string instead of inserting it.
21795 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21797 * org-list.el (org-insert-item-internal): New function to handle
21798 positioning and contents of an item being inserted at a specific
21799 pos. It is not possible anymore to split a term in a description
21800 list or a checkbox when inserting a new item.
21802 * org-list.el (org-insert-item): Refactored by using the new
21803 `org-insert-item-internal' function.
21805 * org-timer.el (org-timer-item): Refactored by using the new
21806 `org-insert-item-internal' function.
21808 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21810 * org-list.el (org-list-bottom-point): Be sure to check real
21811 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
21813 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
21814 end of item if we are in a list.
21816 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21818 * org-list.el (org-insert-item): Move before any special block in
21819 a list prior to add a new item.
21821 * org-timer.el (org-timer-item): When in a timer list, insert a
21822 new timer item like `org-insert-item'. If in another list, send an
21823 error. Otherwise, start a new timer list.
21825 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21827 * org-list.el: Minor refactoring.
21829 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21831 * org-timer.el (org-timer-item): Insert description list item at
21834 * org-list.el (org-insert-item): Insert the right number of blank
21835 lines before a relative timer.
21837 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21839 * org-list.el (org-insert-item): Remove restriction on latex
21842 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21844 * org-list.el (org-search-backward-unenclosed): Do not stop in
21847 * org-list.el (org-search-forward-unenclosed): Do not stop in
21850 * org-latex.el (org-export-latex-lists): Use the fact that
21851 org-search-forward do not stop anymore at protected places.
21853 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21855 * org-list.el (org-search-backward-unenclosed): Do not prevent
21856 list items from being inside LaTeX blocks.
21858 * org-list.el (org-search-forward-unenclosed): Do not prevent list
21859 items from being inside LaTeX blocks.
21861 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21863 * org-list.el (org-in-item-p): Do not widen before checking if we
21866 * org-list.el (org-list-send-list): We cannot count on
21867 `org-list-top-point' and `org-list-bottom-point' before buffer is
21868 narrowed. Find bounds of list otherwise.
21870 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21872 * org-list.el (org-list-end-regexp): By default, list ending is
21873 exactly 2 blank lines.
21875 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21877 * org-docbook.el (org-export-as-docbook): When we find an empty
21878 line, we do not need to check for
21879 `org-empty-line-terminates-plain-lists' because we would have
21880 found end-list marker before.
21882 * org-html.el (org-export-as-html): Same.
21884 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21886 * org-list.el (org-insert-item): Simplify count of blank lines to
21889 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21891 * org-list.el (org-list-end-regexp): New customizable variable to
21892 define what string should end lists.
21894 * org-list.el (org-list-end-re): Function is now aware of
21895 `org-list-end-regexp'.
21897 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21899 * org-html.el (org-export-as-html): Code cleanup.
21901 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21903 * org-docbook.el (org-export-as-docbook): Properly close any open
21904 list when seeing ORG-LIST-END. Removed any reference to now
21905 unneeded DIDCLOSE variable.
21907 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21909 * org-exp.el (org-export-mark-list-ending): Fix number of blank
21910 lines inserted after a list.
21912 * org-list.el (org-list-parse-list): Fix case when
21913 `org-list-end-re' would have an indentation greater than current
21916 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21918 * org-exp.el (org-export-mark-list-ending): Differentiate between
21919 export backends, and replace `org-list-end-re' by a blank line
21922 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21924 * org-html.el (org-export-as-html): Delete didclose and everything
21925 related to it, as it is no longer needed.
21927 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21929 * org-html.el (org-export-html-preprocess): Remove unneeded
21930 insertion of list end marker, as it is now handled by
21931 `org-export-mark-list-ending'.
21933 * org-html.el (org-export-as-html): Cleaner termination of lists.
21935 * org-exp.el (org-export-mark-list-ending): New function to insert
21936 specific markers at the end of lists when exporting to a backend
21937 not using `org-list-parse-list'. This function is called early in
21938 `org-export-preprocess-string', while it is still able to
21941 * org-latex.el (org-export-latex-lists): Better search for
21942 lists. It now only finds items not enclosed and not protected.
21944 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21946 * org-list.el: Replaced `re-search-forward' by
21947 `org-search-forward-unenclosed' where it made sense.
21949 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21951 * org-list.el (org-apply-to-list): Now a return value is handed at
21952 each new call of the function applied.
21954 * org-list.el (org-fix-bullet-type): Use the new
21955 `org-apply-to-list' format.
21957 * org-list.el (org-renumber-ordered-list): Use the new
21958 `org-apply-to-list' format.
21960 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21962 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
21965 * org-list.el (org-search-forward-unenclosed): Better regexp used.
21967 * org-list.el (org-search-backward-unenclosed): Better regexp
21970 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21972 * org-list.el (org-sort-list): End-rec function was ill-defined.
21974 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21976 * org-list.el (org-search-forward-unenclosed): Fix behavior when
21977 last occurrence was enclosed.
21979 * org-list.el (org-search-backward-unenclosed): Fix behavior when
21980 last occurrence was enclosed.
21982 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21984 * org.el (org-in-regexps-block-p): Fix documentation.
21986 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21988 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
21990 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
21992 * org-list.el (org-list-parse-list): Minor fix.
21994 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21996 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
21997 called with t argument.
21999 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22001 * org-html.el (org-export-html-preprocess):
22002 Replace `org-list-end-re' by a blank line during pre-process.
22004 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22006 * org-list.el (org-list-bottom-point): No need for square brackets
22007 for `skip-chars-backward'.
22009 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22011 * org-html.el: Do not delete space between end of list and
22012 beginning of the following.
22014 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22016 * org-html.el: Preprocess buffer string and add ORG-LIST-END where
22017 needed. Lists should not end before seeing this.
22019 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22021 * org-html.el: Notice end of lists.
22023 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22025 * org-list.el (org-list-parse-list): Better handling of
22026 restrictions when function is called on a list with sublists.
22028 * org-list.el (org-list-send-list): Find the true ending of the
22031 * org-list.el (org-list-radio-list-templates): Templates are more
22034 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22036 * ob-js.el (org-babel-js-eoe): Indicate end of input
22037 (org-babel-execute:js): Support for session evaluation
22038 (org-babel-prep-session:js): Fleshed out definition
22039 (org-babel-js-initiate-session): Can initiate a session using
22042 2010-11-11 David Maus <dmaus@ictsoc.de>
22044 * org.el (org-set-regexps-and-options): Protect escape char in
22045 `org-complex-heading-regexp-format'.
22047 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22049 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
22050 session-based evaluation
22051 (org-babel-execute:scheme): Now supports session-based evaluation
22052 (org-babel-prep-session:scheme): Now works and defines variables
22053 (org-babel-scheme-initiate-session): Now works using run-scheme
22056 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22058 * org.el (org-export-latex-default-packages-alist): Remove the
22059 t1enc package - this is already covered by fontenc.
22061 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22063 * ob.el (with-parsed-tramp-file-name): Declared
22064 (org-babel-tramp-localname): Ensure variable name exists locally.
22066 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22068 * ob.el (org-babel-temp-file): Don't use babel temporary directory
22069 in remote case; use make-temp-file with remote file name so that
22070 temp file is guaranteed not to exist previously on remote machine.
22071 (org-babel-tramp-localname): New function to return local name
22072 portion of possibly remote file specification.
22074 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22076 * ob-R.el (org-babel-R-write-object-command): New unified R
22077 command for writing results to file
22078 (org-babel-R-wrapper-method): Remove variable
22079 (org-babel-R-wrapper-lastvar): Remove variable
22080 (org-babel-R-evaluate-external-process): Use new R command
22081 (org-babel-R-evaluate-session): Use new R command.
22083 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22086 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
22087 to evaluate code invisibly and block until output file exists.
22089 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
22090 evaluate R code in session for :results value. Write result to
22091 file invisibly using new function
22092 `org-babel-comint-eval-invisibly-and-wait-for-file'.
22094 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22096 * org-capture.el (org-capture-fill-template): Align tags after
22099 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22101 * org-exp.el (org-export-concatenate-multiline-emphasis):
22102 Ignore matches that start in a headline.
22104 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22106 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
22107 and out-file in shell-quote-argument.
22109 2010-11-11 David Maus <dmaus@ictsoc.de>
22111 * org-docview.el (org-docview-store-link): Use expanded macro to
22113 (doc-view-goto-page, image-mode-window-get): Declare functions for
22116 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22118 * ob-scheme.el: Very preliminary support for evaluating scheme
22121 * org.el (org-babel-load-languages): Adding scheme.
22123 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22125 * ob.el (require): Remove circular (require 'org).
22127 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22129 * ob-R.el (ess-make-buffer-current): Declared.
22130 (ess-ask-for-ess-directory): Declared.
22131 (ess-local-process-name): Declared.
22132 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
22134 * ob.el (org-edit-src-code): Fixing arguments.
22135 (org-edit-src-exit): Declared.
22136 (org-outline-overlay-data): Declared.
22137 (org-set-outline-overlay-data): Declared.
22139 2010-11-11 Glenn Morris <rgm@gnu.org>
22141 * ob.el: Require org when compiling.
22142 (org-save-outline-visibility): Remove macro declaration.
22144 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
22145 Remove unnecessary/macro declarations.
22147 * org-docview.el: Require doc-view when compiling.
22148 (doc-view-goto-page): Autoload rather than declaring.
22149 (doc-view-current-page): Remove macro declaration.
22151 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
22152 (org-entry-get, org-table-import): Fix declarations.
22153 (org-match-string-no-properties): Remove declaration.
22155 * ob-sh.el (org-babel-comint-in-buffer)
22156 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
22157 (org-babel-comint-with-output): Remove unnecessary declarations.
22159 * ob-R.el (orgtbl-to-tsv): Fix declaration.
22161 * org-list.el (org-entry-get): Fix declaration.
22163 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22165 * ob.el (org-babel-remove-temporary-directory): Remove explicit
22168 2010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
22170 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
22173 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22175 * org-macs.el (org-save-outline-visibility): Move from org.el.
22177 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22179 * ob-org.el (org-babel-default-header-args:org): Additional
22180 ":results silent" default header argument for org code blocks.
22182 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22184 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
22185 which is now an alias to ":eval no".
22187 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22189 * ob.el (org-babel-remove-temporary-directory): The version of
22190 `delete-directory' found in files.el can not be assumed to be
22191 present on all versions, so this copies the recursive behavior of
22192 that command in such a way that all calls to delete-directory will
22193 also work with the built-in internal C implementation of that
22194 function. This is not overly difficult as all elements of the
22195 directory can be assumed to be files.
22197 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22199 * ob-C.el (org-babel-C-execute): Corrected arguments to
22200 org-babel-temp-file.
22202 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22204 * ob.el (org-babel-temporary-directory): Variable to hold the
22205 value of the Babel temporary directory.
22207 2010-11-11 Aditya Siram <aditya.siram@gmail.com>
22209 * ob.el (org-babel-load-in-session): Expanding noweb references
22212 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22214 * org.el (org-make-link-regexps): Modify regexp of
22217 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
22219 * org-habit.el (org-habit-parse-todo): Find sr-days only if
22220 scheduled-repeat is non nil. Use 4th element of the list returned
22221 by (org-heading-components) as habit-entry. Modify the error
22222 message to be more meaningful.
22224 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22226 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
22227 ":border" header arguments which both use the "preview" latex
22228 package to fit the resulting PDF image to the figure.
22230 2010-11-11 David Maus <dmaus@ictsoc.de>
22232 * org-wl.el (org-wl-store-link): Don't try to store link if point
22233 is at end of buffer.
22235 2010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
22237 * org-publish.el (org-publish-project-alist): Document the new
22238 body-only property.
22239 (org-publish-org-to): Use the body-only property.
22241 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
22243 * org.el (org-store-link): Return link when invoked
22244 non-interactively from an agenda buffer.
22246 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
22248 * org.el (org-store-link): Storing of links to headlines in
22249 indirect buffers was broken. Fix it.
22251 2010-11-11 Aidan Kehoe <kehoea@parhasard.net>
22253 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
22254 #'set-file-modes to use integer, not character syntax, avoiding
22255 compile problems with recent XEmacs.
22257 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22259 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
22260 forward even if there is no text to be added.
22262 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22264 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
22265 tags/property matcher.
22267 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22269 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
22272 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22274 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
22276 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22278 * org-latex.el (org-export-latex-set-initial-vars):
22279 Bind `case-fold-search' to t around the search for special LaTeX setup.
22281 * org-beamer.el (org-beamer-after-initial-vars):
22282 Bind `case-fold-search' to t around the search for special BEAMER
22285 2010-11-11 David Maus <dmaus@ictsoc.de>
22287 * org-agenda.el (org-write-agenda): Delete PostScript file after
22288 creating conversion to PDF.
22290 2010-11-11 David Maus <dmaus@ictsoc.de>
22292 * org-agenda.el (org-write-agenda): Move require statements to
22293 proper place in evaluated lisp expression.
22295 2010-11-11 David Maus <dmaus@ictsoc.de>
22297 * org-agenda.el (org-write-agenda): Rename temporary buffer to
22298 remove dependency of `flet' macro.
22300 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22302 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
22304 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22306 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
22307 from all standard sources when executing #+lob/#+call lines.
22309 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22311 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
22313 (org-babel-R-evaluate-external-process): New function to handle
22314 external process evaluation
22315 (org-babel-R-evaluate-session): New function to handle session
22318 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22320 * ob.el (org-babel-initiate-session): New function derived from
22321 previous `org-babel-switch-to-session'
22322 (org-babel-switch-to-session): Refactored to use new
22323 `org-babel-initiate-session'.
22325 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22327 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
22330 2010-11-11 David Maus <dmaus@ictsoc.de>
22332 * org-feed.el (org-feed-format-entry): Decode entry according to
22333 its character encoding.
22335 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
22337 * org-feed.el (xml-substitute-special): Declare function for byte
22339 (org-feed-unescape): Remove.
22340 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
22341 Use `xml-substitute-special' to unescape XML entities.
22343 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22345 * ob.el (org-babel-switch-to-session): Throw error if block if
22346 :session not in effect for the block.
22348 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22350 * org-table.el (org-table-create-with-table.el): Align table
22353 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22355 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
22356 that org-src buffer is current before attempting exit.
22358 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22360 * org-src.el (ob-comint): Require 'ob-comint
22361 (org-src-babel-info): Define variable.
22363 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22365 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
22366 in the language major mode edit buffer.
22367 (org-babel-do-key-sequence-in-edit-buffer): New function to call
22368 an arbitrary key sequence in the language major mode edit buffer.
22370 * org-src.el (org-src-switch-to-buffer): Add new allowed value
22371 'switch-invisibly for `org-src-window-setup'.
22373 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22375 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
22377 (org-src-do-at-code-block): New macro to evaluate lisp with point
22378 at the start of the Org code block containing the code in this
22380 (org-src-do-key-sequence-at-code-block): New function to execute
22381 command bound to key at the Org code block containing the code in
22384 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22386 * ob-R.el (org-babel-R-associate-session): New function to
22387 associate R code edit buffers with ESS comint session.
22389 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22391 * org-src.el (org-edit-src-code): If at src block, store babel
22392 info as buffer local variable.
22393 (org-src-associate-babel-session): New function to associate code
22394 edit buffer with comint session. Does nothing unless a
22395 language-specific function named
22396 `org-babel-LANG-associate-session' exists.
22397 (org-src-babel-configure-edit-buffer): New function to be called
22398 in `org-src-mode-hook'.
22399 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
22402 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22404 * ob.el (org-babel-switch-to-session-with-code): New function to
22405 generate split frame displaying edit buffer and session.
22407 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22409 * org.el (org-set-tags): Consider org-indent-mode when computing
22412 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22414 * org-compat.el (org-looking-at-p): Only use looking-at-p when
22417 2010-11-11 David Maus <dmaus@ictsoc.de>
22419 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
22420 lines directly after call to sorting filter function.
22422 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22424 * org.el (org-complex-heading-regexp-format): Document the
22426 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
22427 to make the regular expression for matching the headline.
22429 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22431 * org.el (org-refile-check-position): New function.
22433 (org-refile-get-location): Call `org-refile-check-position'.
22435 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22437 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
22438 instead of equal to compare symbols.
22440 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22442 * org-agenda.el (org-agenda-before-sorting-filter-function):
22444 (org-finalize-agenda-entries):
22445 Apply `org-agenda-before-sorting-filter-function'.
22447 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22449 * org-latex.el (org-export-latex-first-lines): Do not protect meta
22450 lines that have nothing to do with babel.
22452 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22454 * org-capture.el (org-capture-place-template): Handle the
22456 (org-capture-place-item): Provide boundaries for the search to
22457 make sure we do not get a match in a different tree.
22459 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22461 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
22464 2010-11-11 Noorul Islam <noorul@noorul.com>
22466 * org-latex.el (org-latex-to-pdf-process): Add output-directory
22467 option for the command pdflatex.
22468 (org-export-as-pdf): Respect directory in path of
22471 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22473 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
22474 which now means to use MathJax processing for HTML. Also allow
22475 new value `dvipng' to force the old image processing.
22476 (org-infile-export-plist): Parse for MATHJAX setup line.
22478 * org-html.el (org-export-html-mathjax-options): New option.
22479 (org-export-html-mathjax-config): New function.
22480 (org-export-html-mathjax-template): New option.
22481 (org-export-html-preprocess): Call the LaTeX snippet processor
22482 with an additional argument to declare special ways of processing.
22483 (org-export-as-html): Bind the dynamical variable
22484 `org-export-have-math'. Insert the MathJax script template when
22485 it is needed by the document.
22487 * org.el (org-preview-latex-fragment): Call `org-format-latex'
22488 with the additional processing argument.
22489 (org-export-have-math): New variable, for dynamic scoping.
22490 (org-format-latex): Implement specific ways of processing.
22491 New function argument for processing type.
22492 (org-org-menu): Remove the entry to configure LaTeX snippet
22495 2010-11-11 Bastien Guerry <bzg@gnu.org>
22497 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
22498 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
22499 heading currently clocked in is not listed in the agenda, display
22500 this entry in another buffer. If there is no running clock,
22501 display a help message.
22503 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22505 * org-latex.el (org-export-latex-tables): Return "" instead of nil
22506 when no label is attached.
22508 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22510 * org-agenda.el (org-agenda-menu-show-match): New option.
22511 (org-agenda-menu-two-column): New option.
22512 (org-agenda-get-restriction-and-command): Implement dispatch menu
22513 without showing the matcher, and with two-column display.
22515 2010-11-11 Bernt Hansen <bernt@norang.ca>
22517 * org-indent.el (org-indent-mode): Fix grammar for message when
22520 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22522 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
22523 no previous result exists.
22525 2010-11-11 Noorul Islam <noorul@noorul.com>
22527 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
22530 2010-11-11 Noorul Islam <noorul@noorul.com>
22532 * org.el (org-set-visibility-according-to-property): Use backward
22533 search instead of forward, so that top hierarchy gets priority.
22535 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22537 * org-agenda.el (org-timeline): Allow indirect buffer.
22539 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22541 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
22542 (org-export-define-heading-targets-headline-hook): New hooks.
22544 * org.el (org-modules): Add entry for org-wikinodes.el.
22545 (org-font-lock-set-keywords-hook): New hook.
22546 (org-open-at-point-functions): New hook.
22547 (org-find-exact-headling-in-buffer):
22548 (org-find-exact-heading-in-directory): New functions.
22549 (org-mode-flyspell-verify): Better cursor position for checking if
22550 flyspell should ignore a word.
22552 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22554 * org-indent.el (org-indent-remove-properties):
22555 (org-indent-add-properties): Make sure changing these properties
22556 does not trigger modification hooks.
22558 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22560 * org.el (org-link-search-must-match-exact-headline): New option.
22561 (org-link-search-inhibit-query): New variable.
22562 (org-link-search): Search for exact headline match in Org files.
22564 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22566 * ob.el (org-babel-execute-src-block-maybe): Remove check for
22567 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
22568 function `org-babel-execute-safely-maybe'.
22570 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22572 * ob.el (org-babel-load-in-session): Set directory in case :dir
22575 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22577 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
22578 errors when we're not under of a headline.
22580 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22582 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
22583 write delimited text instead of save -ascii
22584 (org-babel-octave-import-elisp-from-file): Specify that data
22585 written to file is tab-delimited.
22587 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22589 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
22592 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22594 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
22597 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22599 * ob-python.el (org-babel-python-table-or-string): Fix recognition
22600 of lists and tuples.
22602 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22604 * ob-octave.el (org-babel-octave-evaluate-external-process):
22605 Allow remote files.
22607 2010-11-11 Juan Pechiar <pechiar@computer.org>
22609 * ob-octave.el (org-babel-octave-evaluate-external-process):
22610 Use `org-babel-octave-import-elisp-from-file' instead of
22611 `org-babel-eval-read-file'.
22612 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
22613 and use '%s' as format specifier instead of '%S'.
22615 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22617 * ob-octave.el: Only (require 'matlab) when necessary.
22618 (org-babel-octave-initiate-session): (require) octave-inf or matlab
22620 (org-babel-execute:matlab): Remove (require).
22621 (org-babel-prep-session:matlab): Remove (require).
22622 (org-babel-matlab-initiate-session): Remove (require).
22624 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22626 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
22629 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22631 * ob-python.el (org-babel-python-table-or-string): Can now handle
22632 VERY long result lines.
22634 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22636 * org-latex.el (org-export-latex-tables): Add label if any.
22638 * org-latex.el (org-export-latex-convert-table.el-table):
22639 Fix little mistake when inserting label.
22641 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22643 * org.el (org-cycle-internal-local): Remove an unnecessary call
22644 to `org-back-to-heading' that was preventing point to stay at its
22645 column when cycling visibility.
22647 2010-11-11 Noorul Islam <noorul@noorul.com>
22649 * org-capture.el (org-capture-finalize): Make messages consistent.
22651 2010-11-11 Noorul Islam <noorul@noorul.com>
22653 * org-gnus.el: Suppress compiler warning by declaring outside
22654 function nnimap-retrieve-headers-from-file.
22656 2010-11-11 Noorul Islam <noorul@noorul.com>
22658 * org-colview.el Use org-beamer-select-environment instead of
22659 org-beamer-set-environment-tag.
22661 2010-11-11 Matt Lundin <mdl@imapmail.org>
22663 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
22664 that the value of org-last-inserted-timestamp includes time range.
22666 2010-11-11 David Maus <dmaus@ictsoc.de>
22668 * org-wl.el (org-wl-store-link-message): Provide link property for
22669 message-id without angle brackets.
22671 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22673 * ob-R.el (org-babel-R-evaluate): Improve prompt-stripping regexp.
22675 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22677 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
22678 file ensuing that the latest changes on disk are represented.
22680 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22682 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
22683 arguments w/o quotes.
22685 2010-11-11 Bernt Hansen <bernt@norang.ca>
22687 * org-capture.el (org-capture-finalize): Fix clock in of
22688 interrupted task during capture finalize.
22690 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22692 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
22695 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22697 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
22698 expression for matching main function.
22700 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22702 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
22703 regexp -- it wasn't matching lob lines w/o indices.
22705 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22707 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
22708 warning in org-exp.el.
22710 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22712 * org-publish.el (org-publish-file): Better error message if
22713 base-directory or publishing-directory are not defined.
22715 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22717 * org-colview.el (org-columns-display-here): Use overlays to
22718 overrule line prefix properties during column view.
22720 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22722 * org-agenda.el (org-agenda-filter-preset): Document the
22723 limitation for the filter preset - it can only be used for an
22724 entire agenda view, not in an individual block in a block agenda.
22726 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22728 * ob-table.el (sbe): Now able to accept range references from
22731 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22733 * ob.el (org-babel-pick-name): If colnames or rownames contain a
22734 list of names, then use those directly.
22736 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22738 * org-exp.el (org-export-format-source-code-or-example):
22739 Escape underscores in code block names on latex listings export.
22741 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22743 * ob-tangle.el (org-babel-with-temp-filebuffer):
22744 Use find-file-noselect to avoid excess buffer movement.
22746 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22748 * org-html.el (org-html-should-inline-p): Only inline images if
22751 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22753 * org-id.el (org-id-store-link): Autoload.
22755 * org.el ("org-id"): Autoload `org-id-store-link'.
22757 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22759 * org-html.el (org-html-should-inline-p): Only inline images if
22762 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
22764 * org-icalendar.el (org-icalendar-alarm-time): New option.
22766 * org-icalendar.el (org-print-icalendar-entries): Timed events are
22767 exported with alarm events, a.k.a. reminders.
22769 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22771 * org-capture.el (org-capture-target-buffer): Throw an error if we
22772 have no target file.
22773 (org-capture-select-template): Use a default template if the user
22774 has not specified any.
22776 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22778 * org.el (org-modules): Add entry for org-velocity.
22780 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22782 * ob-lob.el (org-babel-lob-execute): Changing indentation to
22783 improve line length.
22785 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22787 * org-exp.el (org-export-handle-table-metalines): Choose a better
22788 position for checking protectedness.
22790 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
22792 * org-table.el (org-table-convert-region): Don't continue csv
22793 importation which the point catches the end, this fixes an
22794 infinite loop which was caused by the (point) never catching up
22795 with the "end" marker.
22797 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22799 * org-macs.el (org-string-nw-p): New function.
22801 * org-capture.el (org-capture-import-remember-templates):
22802 Interpret an empty string as request to use
22803 `org-default-notes-file'.
22804 (org-capture-target-buffer): If the FILE is not a (non-empty)
22805 string, use `org-default-notes-file'.
22807 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22809 * org-capture.el (org-capture-templates): Fix customize type.
22811 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
22813 * org.el (org-refile-targets):
22814 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
22816 2010-08-19 Glenn Morris <rgm@gnu.org>
22818 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
22819 (org-save-outline-visibility): Move to org-macs.
22820 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
22821 (org-save-outline-visibility): Move here from org.el.
22822 (show-all): Autoload it.
22823 * ob.el: Don't require org when compiling.
22825 2010-08-18 Glenn Morris <rgm@gnu.org>
22827 * ob.el: Require org when compiling.
22828 (org-save-outline-visibility): Remove macro declaration.
22829 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
22830 Remove unnecessary/macro declarations.
22831 * org-docview.el: Require doc-view when compiling.
22832 (doc-view-goto-page): Autoload rather than declaring.
22833 (doc-view-current-page): Remove macro declaration.
22835 2010-08-17 Glenn Morris <rgm@gnu.org>
22837 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
22838 (org-entry-get, org-table-import): Fix declarations.
22839 (org-match-string-no-properties): Remove unnecessary declaration.
22840 * ob-sh.el (org-babel-comint-in-buffer)
22841 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
22842 (org-babel-comint-with-output): Remove unnecessary declarations.
22843 * ob-R.el (orgtbl-to-tsv): Fix declaration.
22844 * org-list.el (org-entry-get): Fix declaration.
22846 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
22848 * ob-C.el: New file.
22849 * ob-R.el: New file.
22850 * ob-asymptote.el: New file.
22851 * ob-clojure.el: New file.
22852 * ob-comint.el: New file.
22853 * ob-css.el: New file.
22854 * ob-ditaa.el: New file.
22855 * ob-dot.el: New file.
22856 * ob-emacs-lisp.el: New file.
22857 * ob-eval.el: New file.
22858 * ob-exp.el: New file.
22859 * ob-gnuplot.el: New file.
22860 * ob-haskell.el: New file.
22861 * ob-keys.el: New file.
22862 * ob-latex.el: New file.
22863 * ob-lob.el: New file.
22864 * ob-matlab.el: New file.
22865 * ob-mscgen.el: New file.
22866 * ob-ocaml.el: New file.
22867 * ob-octave.el: New file.
22868 * ob-perl.el: New file.
22869 * ob-python.el: New file.
22870 * ob-ref.el: New file.
22871 * ob-ruby.el: New file.
22872 * ob-sass.el: New file.
22873 * ob-screen.el: New file.
22874 * ob-sh.el: New file.
22875 * ob-sql.el: New file.
22876 * ob-sqlite.el: New file.
22877 * ob-table.el: New file.
22878 * ob-tangle.el: New file.
22881 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
22883 * org-mks.el: New file.
22884 * org-capture.el: New file.
22886 2010-07-19 Christian Egli <christian.egli@sbszh.ch>
22888 * org-taskjuggler.el: New file.
22890 2010-07-19 Matt Lundin <mdl@imapmail.org>
22892 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
22893 in org-agenda-text-search-extra-files.
22895 2010-07-19 David Maus <dmaus@ictsoc.de>
22897 * org-list.el (org-list-send-list): Locally bind variable `txt'.
22899 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
22901 * org.el (org-reload): Now also reloading babel files.
22903 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
22905 * org-capture.el (org-capture-set-plist): Make sure txt is a string
22906 before calling `string-match'.
22907 (org-capture-templates): Fix customization type.
22909 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
22911 * org-latex.el (org-export-latex-preprocess): Make a special case
22913 (org-latex-entities): Remove the entry for \nbsp.
22914 (org-latex-entities-exceptions): Variable removed.
22916 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
22918 * org-capture.el (org-capture-refile): Do not try to manipulate
22921 * org.el (org-refile): Use the correct bookmark here.
22923 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
22925 * org-list.el (org-list-send-list): Parse list from its true beginning.
22927 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
22929 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
22931 * org.el (org-insert-link): Correctly determine if we should use
22934 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
22936 * org-list.el (org-list-radio-list-templates): Fix templates.
22938 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
22940 * org-list.el (org-list-send-list): Regexp defining the start of
22941 a radio list is now on par with the one used for radio tables.
22943 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
22945 * org-entities.el (org-entities-help): Add a headline for
22946 the user-defined entities.
22948 2010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
22950 * org-agenda.el (org-agenda-action): Document capture key and add it
22953 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
22955 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
22957 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
22959 * org-latex.el (org-export-latex-first-lines): Do not mark
22960 meta lines for removal. Do not remove BABEL config lines during export.
22962 2010-07-19 David Maus <dmaus@ictsoc.de>
22964 * org-capture.el (org-capture): Check if
22965 `org-capture-link-is-already-stored' is bound before evaluating.
22967 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
22969 * org.el: Add autoload for org-babel-do-load-languages.
22971 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
22973 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
22975 2010-07-19 David Maus <dmaus@ictsoc.de>
22977 * org-feed.el: Change indentation to match coding style
22980 2010-07-19 David Maus <dmaus@ictsoc.de>
22982 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
22983 library if necessary.
22985 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
22987 * org-beamer.el (org-beamer-amend-header): Standardize the
22988 header cookie for the beamer extra stuff.
22990 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
22992 * org-beamer.el (org-beamer-amend-header): Put extra header
22995 2010-07-19 David Maus <dmaus@ictsoc.de>
22997 * org-exp-blocks.el (org-export-blocks-format-ditaa)
22998 (org-export-blocks-format-dot): Remove text properties of body before
22999 calculating cache hash.
23001 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23003 * org-latex.el (org-export-latex-tabular-environment): New option.
23004 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
23006 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23008 * org-compat.el (org-version-check): New function.
23010 * org-indent.el (org-indent-mode): Check for exact emacs version.
23012 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23014 * org-capture.el (org-capture-templates): Allow the template
23015 to come from a file or function call.
23016 (org-capture-place-entry): Get the template from file or function.
23018 2010-07-19 David Maus <dmaus@ictsoc.de>
23020 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
23021 position if target is entire file.
23023 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23025 * org.el (org-autoload): Autoload a few more org-table functions.
23027 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
23029 * org.el (org-babel-load-languages): Add ob-mscgen.
23031 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
23033 * org-latex.el (org-export-latex-tables): Format string now
23036 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
23038 * org.el (org-babel-load-languages): This variable controls which
23039 languages will be loaded by org-babel. It is customizable through
23040 the customize interface.
23042 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
23044 * org-latex.el (org-export-latex-format-image): Update number of
23045 arguments to allow for an optional short-name.
23047 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23049 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
23051 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23053 * org-capture.el (org-capture-set-target-location):
23054 Store exact positions for file+regexp and file+function targets.
23055 (org-capture-place-entry, org-capture-place-item)
23056 (org-capture-place-table-line, org-capture-place-plain-text):
23057 Respect exact positions.
23058 (org-capture-finalize): Make sure we are at the beginning of a line
23059 when fixing the empty lines after the entry.
23061 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23063 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
23064 (org-entry-get): Pass `literal-nil' into
23065 `org-entry-get-with-inheritance'.
23066 (org-todo): React to nil values of the LOGGING property.
23068 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23070 * org.el (org-default-notes-file): Update docstring.
23072 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23074 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
23076 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
23078 * org-exp.el (org-export-attach-captions-and-attributes):
23079 Add a shortname attribute to caption strings under the symbol name
23080 org-caption-shortn.
23082 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23084 * org.el (org-switchb): Rename from `org-iswitchb'.
23086 (org-iswitchb): New alias.
23087 (org-ido-switchb): Make alias point to `org-switchb'.
23089 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23091 * org-capture.el (org-capture-fill-template):
23092 Respect time-of-day preference in template prompt.
23094 2010-07-19 David Maus <dmaus@ictsoc.de>
23096 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
23098 2010-07-19 David Maus <dmaus@ictsoc.de>
23100 * org-wl.el (org-wl-disable-folder-check): New customization
23102 (org-wl-open): Disable folder check depending on
23103 `org-wl-disable-folder-check'.
23105 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23107 * org-capture.el (org-capture-set-target-location):
23108 Fix file+function interpretation.
23110 2010-07-19 David Maus <dmaus@ictsoc.de>
23112 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
23115 2010-07-19 David Maus <dmaus@ictsoc.de>
23117 * org-feed.el (xml-entity-alist): Declare variable
23118 `xml-entity-alist' for byte compiler.
23120 2010-07-19 David Maus <dmaus@ictsoc.de>
23122 * org-feed.el (org-feed-unescape): New function.
23123 Unescape protected entities.
23124 (org-feed-parse-atom-entry): Use function for atom:content
23125 type text and html.
23127 2010-07-19 David Maus <dmaus@ictsoc.de>
23129 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
23132 2010-07-19 Bernt Hansen <bernt@norang.ca>
23134 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
23135 when displaying items on todays agenda date.
23137 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23139 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
23142 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23144 * org-publish.el (org-publish-initialize-cache):
23145 Make timestamp directory, the entire path to it.
23147 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23149 * org-exp.el (org-export-handle-comments): Make sure to check
23150 for protection in the comment line, and not in the line after it.
23152 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23154 * org-html.el (org-export-html-preprocess): Call org-format-latex,
23155 possibly with a protect-only argument.
23157 * org.el (org-format-latex): New argument PROTECT-ONLY.
23159 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
23161 * org-exp.el (org-export-handle-table-metalines): This function
23162 removes table specific meta-lines, now that we aren't wiping
23163 everything that looks remotely like a comment at the end of the
23164 export process we have to be sure to catch all of the specific lines
23167 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
23169 * org-exp.el (org-export-select-backend-specific-text): Properly
23170 get rid of #+Backend and #+ATTR_Backend specifics to backends not
23171 matching the one we're exporting to.
23173 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
23175 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
23176 option which will strip newline characters from the text of table
23177 cells and replace then with "\n".
23179 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23181 * org.el (org-confirm-shell-link-function)
23182 (org-confirm-elisp-link-function): Limit the values that can be set by
23185 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23187 * org.el (org-compute-latex-and-specials-regexp): Deal with
23188 string elements by discarding them.
23190 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23192 * org.el (org-iswitchb): Make sure to use at least iswitchb.
23194 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23196 * org-capture.el (org-capture-position-for-last-stored)
23197 (org-capture-bookmark-last-stored-position): New functions.
23198 (org-capture-place-table-line): Better error catching.
23199 (org-capture-place-item, org-capture-place-entry)
23200 (org-capture-place-plain-text):
23201 Call `org-capture-position-for-last-stored'.
23202 (org-capture-finalize): Just call
23203 `org-capture-bookmark-last-stored-position'.
23205 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
23207 * org-exp.el (org-export-mark-blockquote-verse-center):
23208 Fix small bug, now grabbing match data before overwritten by looking-at
23209 this fixes a problem with remainders of #+end_quote lines appearing
23210 in exported output.
23212 2010-07-19 David Maus <dmaus@ictsoc.de>
23214 * org.el (org-link-frame-setup): Add customization option for
23217 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
23219 * org-latex.el (org-export-latex-fixed-width): Now check
23220 org-example rather than org-protected on verbatim export, because by
23221 default all ": " prefixed lines are marked protected.
23223 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
23225 * org-latex.el (org-export-latex-fixed-width): Check for
23226 protection before wrapping ": " lines as verbatim.
23228 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
23230 * org-exp.el (org-export-handle-comments): Check for protection
23231 before removing comments.
23233 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23235 * org-entities.el (org-entities): Restructure the list.
23236 (org-entities-help): Turn the help output into a buffer
23237 in Org-mode, so that it becomes easier to find a symbol
23239 (org-entities-create-table): Deal with new structure.
23241 2010-07-19 David Maus <dmaus@ictsoc.de>
23243 * org-agenda.el (org-write-agenda): Use backquotes to expand
23244 `flet' at compile time.
23246 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23248 * org.el (org-entry-properties): Make sure that standard property
23249 names are used even if the user has customized time keywords.
23251 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23253 * org-macs.el (org-not-nil): Return the value if not interpreted
23256 * org.el (org-entry-get)
23257 (org-entry-get-with-inheritance): Interpret the value "nil"
23258 as nil for properties.
23260 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23262 * org.el (org-switch-to-buffer-other-window): Return the buffer.
23264 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23266 * org-macs.el (org-not-nil): New function.
23268 * org.el (org-block-todo-from-children-or-siblings-or-parent):
23269 Use `org-not-nil' to interpret a property value of nil.
23271 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23273 * org.el (org-truely-invisible-p): New function.
23274 (org-beginning-of-line): Use `org-truely-invisible-p'.
23276 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23278 * org-agenda.el (org-agenda-get-timestamps): No errors
23279 while getting TODO state.
23280 (org-agenda-highlight-todo): No error when no keyword has
23283 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23285 * org.el (org-timestamp-change): New optional argument UPDOWN.
23286 Use this to identify calls from org-timestamp-up/down, so that we can
23287 skip by rounding minutes in this case.
23288 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
23289 (org-timestamp-down-day): Call org-timestamp-change with the
23292 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23294 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
23296 * org-capture.el: New file.
23298 * org-compat.el (org-get-x-clipboard): Function moved here from
23301 * org-mks.el: New file.
23303 * org.el (org-set-regexps-and-options): Allow statistic cookies as
23304 part of complex headlines.
23305 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
23306 OLP does not contain a file name.
23308 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23310 * org.el (org-mode): Set `comment-start' instead of changing the
23311 syntax of the `#' character.
23313 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23315 * org-exp.el (org-export-format-source-code-or-example): Mark examples
23318 * org-html.el (org-export-html-close-lists-maybe): Check if raw
23319 HTML stuff was actually made from an example.
23321 2010-07-19 Bastien Guerry <bzg@gnu.org>
23323 * org-latex.el: Items are no longer skipped when their first line
23324 ends on a protected element.
23326 * org-list.el: Protected environments looking like lists are not
23329 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
23331 * org-exp-blocks.el (org-export-blocks-preprocess):
23332 Cleanup trailing newline after block.
23334 2010-07-19 Bastien Guerry <bzg@gnu.org>
23336 * org-exp.el: Comment regexp now matches documentation. No more
23337 protection check when deleting comments before export.
23339 2010-07-19 Bastien Guerry <bzg@gnu.org>
23341 * org-exp.el (org-export-preprocess-string):
23342 Now using `org-export-handle-include-files-recurse' to resolve
23345 2010-07-19 Bastien Guerry <bzg@gnu.org>
23347 * org-agenda.el (org-agenda-get-deadlines)
23348 (org-agenda-get-scheduled):
23349 * org.el (org-time-string-to-seconds):
23350 For deadline and scheduled agenda display ignore the cyclic repeater
23351 when calculating how many days late the task is. If you have a weekly
23352 task and miss the date the agenda view will show more than a week late
23353 now instead of resetting on the cyclic repeating date. This makes it
23354 much more obvious when you missed a repeating task after the repeater.
23356 2010-07-19 Bastien Guerry <bzg@gnu.org>
23358 * org-exp.el (org-export-mark-blockquote-verse-center):
23359 Consider environments that end at eob.
23361 2010-07-19 Mikael Fornius <mfo@abc.se>
23363 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
23364 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
23367 2010-07-19 Mikael Fornius <mfo@abc.se>
23369 * org.el (org-at-property-p): Use save-match-data macro instead of let.
23371 2010-07-19 Mikael Fornius <mfo@abc.se>
23373 * org.el (test): Remove unused test function.
23375 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
23377 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
23379 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
23381 * org-exp-blocks.el (org-export-blocks-postblock-hook):
23382 Add documentation to and turn into a defcustom.
23384 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
23386 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
23387 instead of to nil we avoid errors when :prefix1 is defined, but
23390 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
23392 * org-latex.el (org-export-latex-preprocess): Environments coming
23393 from latex backend specific instructions (#+LaTeX) are already
23394 protected and won't be treated as normal environments.
23396 2010-07-19 Bastien Guerry <bzg@gnu.org>
23398 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
23400 2010-07-19 Bastien Guerry <bzg@gnu.org>
23402 * org-timer.el (org-timer-set-timer): Use a prefix argument.
23403 See the docstring of the function.
23405 2010-07-19 Bastien Guerry <bzg@gnu.org>
23407 * org-timer.el (org-timer-set-timer): Fix bug about canceling
23410 2010-07-19 David Maus <dmaus@ictsoc.de>
23412 * org-w3m.el (org-w3m-copy-for-org-mode)
23413 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
23414 Get text property directly, not using macro `w3m-anchor'.
23416 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23418 * org.el (org-emph-re): Document the match groups.
23420 2010-07-19 Bernt Hansen <bernt@norang.ca>
23422 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
23423 t before calling `org-clock-out', so that that function can
23424 know its call context.
23426 2010-07-19 Bastien Guerry <bzg@gnu.org>
23428 * org-timer.el (org-timer-default-timer): New variable.
23429 (org-timer-set-timer): Use the new variable. Also offer the
23430 possibility to replace the current timer by a new one.
23432 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23434 * org.el (org-kill-note-or-show-branches): Hide subtree before
23435 exposing the headings.
23437 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23439 * org.el (org-add-planning-info): Remove the empty line also
23440 if there is no whitespace at all in there.
23442 * org-table.el (org-table-align): Fix alignment of strings
23443 with invisible characters.
23445 2010-07-19 David Maus <dmaus@ictsoc.de>
23447 * org.el (org-refile-cache-get): Return empty list of targets
23448 when cache was cleared.
23449 (org-clone-subtree-with-time-shift): Maybe create ID property
23450 in cloned subtrees.
23451 (org-clone-delete-id): New customization variable.
23452 (org-clone-subtree-with-time-shift): Use customization
23453 variable `org-clone-delete-id'.
23454 (org-clone-subtree-with-time-shift): Remove empty property
23455 drawer in cloned subtrees.
23457 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23459 * org.el (org-refile-use-cache): New option.
23460 (org-refile-cache, org-refile-markers): New variable.
23461 (org-refile-marker, org-refile-cache-clear)
23462 (org-refile-cache-check-set, org-refile-cache-put)
23463 (org-refile-cache-get): New function.
23464 (org-get-refile-targets): Use the refile cache.
23466 * org-clock.el (org-clock-sum): Don't include running clock if
23467 the time block is wrong.
23469 2010-07-19 John Wiegley <jwiegley@gmail.com>
23471 * org-clock.el (org-clock-clock-in, org-clock-in):
23472 Add parameter `start-time'.
23473 (org-clock-resolve-clock): Add parameter `clock-out-time'.
23474 If set, and resolve-to is a past time, then the clock out
23475 event occurs at `clock-out-time' rather than at `resolve-to'.
23476 In this case, `resolve-to' becomes the clock in time.
23477 (org-clock-jump-to-current-clock): Create new global command
23478 to reveal the current clock.
23479 (org-clock-resolve): Add new commands g/G and j/J, and a
23480 help window describing all commands and their meaning.
23481 (org-clock-resolve-expert): New customization variable.
23482 (org-find-open-clocks): Fix a bug that caused discovered
23483 clocks not to match up with the currently active clock.
23484 (org-resolve-clocks): Change the argument
23485 `also-non-dangling-p' to `only-dangling-p', since due to a bug
23486 this was the default behavior all along.
23488 2010-07-19 David Maus <dmaus@ictsoc.de>
23490 * org-id.el (org-id-uuid): New function. Return string with
23491 random (version 4) UUID.
23492 (org-id-method): Make 'uuid the new default value.
23493 (org-id-new): Use `org-id-uuid' if call to uuidgen program
23494 does not return a UUID.
23496 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23498 * org-latex.el (org-export-latex-format-image): Add support
23499 for multicolumn figures in LaTeX.
23501 2010-07-19 David Maus <dmaus@ictsoc.de>
23503 * org.el (org-clone-subtree-with-time-shift): Remove ID
23504 property of original subtree in cloned subtrees.
23506 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23508 * org-exp.el (org-export-format-source-code-or-example):
23509 XEmacs compatibility.
23511 * org-latex.el (org-export-latex-tables): Accept comma in
23514 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
23515 (org-export-docbook-xslt-proc-command): Fix docstring.
23516 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
23517 (org-export-as-docbook-pdf):
23518 Improve formatting of the xslt command.
23520 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
23522 * org.el (org-file-contents): Improve error message.
23523 (org-set-regexps-and-options): Remove spaces at both ends.
23525 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23527 * org-docbook.el (org-export-as-docbook-pdf):
23528 Improve formatting of the xslt command.
23530 2010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
23532 * org-publish.el (org-publish-cache): Use one big hashmap for
23533 each project defined in `org-publish-project-alist'.
23534 (initialize-files-alist): Function removed.
23535 (org-publish-validate-link): Function removed.
23536 (org-publish-get-base-files): Add variable `sitemap-requested'
23537 to avoid sorting where possible.
23538 (org-publish-get-files): Function removed.
23539 (org-publish-get-project-from-filename): Make independent of
23541 (org-publish-file): New argument NO-CACHE.
23543 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23545 * org.el (org-beginning-of-defun, org-end-of-defun):
23547 (org-mode): Install the `org-beginning-of-defun' and
23548 `org-end-of-defun' functions.
23549 (org-pretty-entities): New option.
23550 (org-toggle-pretty-entities): New command.
23551 (org-fontify-entities): New function.
23552 (org-startup-options): New keywords for pretty entities.
23553 (org-set-font-lock-defaults): Call the pretty entities
23556 * org-latex.el (org-export-latex-keywords-maybe): Protect the
23559 2010-07-19 Mikael Fornius <mfo@abc.se>
23561 * org-habit.el (org-habit-build-graph): Help-echo date when
23562 mouse is over stars.
23564 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
23566 * org.el (org-file-apps): Improve docstring to reflect
23569 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23571 * org.el (org-set-startup-visibility): Fix empty line display.
23573 * org-latex.el (org-export-latex-links): Use the formatting
23574 function of the link type, if it is available.
23576 * org-table.el (org-table-get-remote-range): Return to
23577 original buffer when retrieving remote reference.
23579 * org.el (org-display-inline-images): Do the entire buffer,
23580 not just the narrowed region. Clear the cache.
23581 (org-display-inline-images): Match mode file paths.
23583 2010-07-19 David Maus <dmaus@ictsoc.de>
23585 * org-wl.el (org-wl-store-link-folder): Don't throw error when
23586 called on WL folder group.
23588 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23590 * org.el (org-replace-escapes): Make sure the cdr is not nil.
23591 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
23592 (org-mode): Revert comment syntax changes.
23594 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23596 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
23597 keywords, and `C-c / T' for a specific one.
23599 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23601 * org.el (org-mode): Fix comment syntax settings.
23603 * org-src.el (org-edit-src-allow-write-back-p):
23606 * org.el (org-inline-image-overlays): New variable.
23607 (org-toggle-inline-images, org-display-inline-images)
23608 (org-remove-inline-images): New commands.
23609 (org-mode-map): Define a key for `org-toggle-inline-images'.
23611 2010-07-19 David Maus <dmaus@ictsoc.de>
23613 * org-wl.el (org-wl-message-field): New function.
23614 Return content of header field in message entity.
23615 (org-wl-store-link): Call `org-wl-store-link-folder' or
23616 `org-wl-store-link-message' depending on major-mode.
23617 (org-wl-store-link-folder): New function. Store link to
23619 (org-wl-store-link-message): New function. Store link to
23620 Wanderlust message.
23621 (org-wl-store-link-message): Store link to message while
23623 (org-wl-open): Don't try to jump to message when opening a
23626 2010-07-19 David Maus <dmaus@ictsoc.de>
23628 * org.el (org-replace-escapes): Avoid infinite loop when
23629 replace string contains escape sequence it replaces.
23631 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23633 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
23634 encryption when now key is set.
23636 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23638 * org-table.el (org-table-recalculate-buffer-tables)
23639 (org-table-iterate-buffer-tables): New commands.
23641 * org.el (org-check-for-hidden): When there is a region, skip
23644 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
23646 * org-src.el (org-edit-src-code): allow-write-back-p had
23647 erroneously been omitted from let binding.
23649 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23651 * org-agenda.el (org-sorting-choice): New sorting type alpha.
23652 (org-cmp-alpha): New defsubst.
23653 (org-em): New defsubst.
23654 (org-entries-lessp): Only compute needed comparisons.
23656 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23658 * org-html.el (org-format-org-table-html): Test all columns
23659 for number content.
23661 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23663 * org-latex.el (org-export-latex-treat-sub-super-char):
23664 Make sure parenthesis matching is consistent.
23666 * org-table.el (org-table-colgroup-line-p)
23667 (org-table-cookie-line-p): New functions.
23669 * org-exp.el (org-table-clean-before-export): Better tests for
23670 colgroup and cookie lines.
23672 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23674 * org-agenda.el (org-agenda-goto): Push a mark before changing
23677 * org-footnote.el (org-footnote): New group.
23678 (org-footnote-section)
23679 (org-footnote-tag-for-non-org-mode-files): Fix typos.
23681 * org-list.el (org-end-of-item-text-before-children): Also do
23682 the right thing at the end of a file.
23684 * org.el (org-set-packages-alist, org-get-packages-alist):
23686 (org-export-latex-default-packages-alist)
23687 (org-export-latex-packages-alist): Add extra flag to
23688 each package, indicating if it should be used for snippets.
23689 (org-create-formula-image): Add the snippet argument.
23690 (org-splice-latex-header): New argument SNIPPET-P, pass it
23691 through to `org-latex-packages-to-string'.
23692 (org-latex-packages-to-string): New argument SNIPPET-P.
23694 * org-latex.el (org-export-latex-make-header): Add the snippet
23697 * org-docbook.el (org-export-as-docbook): Implement ordered
23698 lists starting at some offset.
23700 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23702 * org.el (org-link-types, org-open-at-point): Add doi links.
23704 * org-ascii.el (org-export-ascii-preprocess): Remove list
23705 startcounter cookies.
23707 * org-list.el (org-renumber-ordered-list): Respect counter
23710 * org-latex.el (org-export-latex-lists): Accept ordered list
23711 item offset cookie.
23713 * org-html.el (org-export-as-html): Accept ordered list
23714 item offset cookie.
23716 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
23717 which messes up alignment of tags.
23719 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23721 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
23722 the modeline display is removed.
23724 * org-exp.el (org-export-format-drawer-function):
23727 * org-agenda.el (org-agenda-refile): New optional argument
23729 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
23731 (org-agenda-bulk-action): Call the refile command with updates
23732 suppressed - but arrange for `org-agenda-redo' to be called at
23735 * org.el (org-mode): Make table mapping quiet.
23736 (org-table-map-tables): New optional argument QUIETLY.
23738 * org-ascii.el (org-export-ascii-preprocess): Make table
23741 * org-html.el (org-export-as-html, org-html-level-start):
23742 Change XHTML IDs to not use dots.
23744 * org-exp.el (org-export-define-heading-targets):
23745 Change XHTML IDs to not use dots.
23747 * org-docbook.el (org-export-docbook-level-start):
23748 Change XHTML IDs to not use dots.
23750 * org-latex.el (org-export-as-latex): Make sure that the
23751 result buffer is in latex-mode.
23753 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
23754 (org-shiftleft-final-hook, org-shiftright-final-hook):
23757 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23759 * org-table.el (org-table-justify-field-maybe): Make sure that
23760 inserting a value does not turn a line into a hline.
23762 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23764 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
23765 (org-clock-sum): Add property to selected headlines.
23766 (org-dblock-write:clocktable): Make tags matcher.
23768 * org.el (org-set-autofill-regexps): XEmacs compatibility.
23770 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
23771 in latex class definitions.
23773 * org.el (org-shiftup-hook, org-shiftdown-hook)
23774 (org-shiftleft-hook, org-shiftright-hook): New hooks.
23776 * org-entities.el (org-entities): Use \land and \lor for logical
23779 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
23780 indentation commands.
23781 (org-hidden-tree-error): New defsubst.
23782 (org-metaleft, org-metaright): Check for hidden stuff and throw an
23784 (org-check-for-hidden): New function.
23786 * org-list.el (org-item-re): New function.
23787 (org-at-item-p): Use `org-item-re'.
23788 (org-end-of-item-text-before-children): New function.
23789 (org-outdent-item, org-indent-item): Arrange for leaving the
23791 (org-outdent-item-tree, org-indent-item-tree): New argument
23793 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
23794 to find the end for processing while ignoring the subtree.
23796 * org-publish.el (org-publish-sitemap-sort-alphabetically)
23797 (org-publish-sitemap-sort-folders)
23798 (org-publish-sitemap-sort-ignore-case): New options.
23800 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23802 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
23804 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
23806 * org-publish.el (org-publish-project-alist): Update docstring.
23807 (org-publish-file-title-cache): New variable.
23808 (org-publish-initialize-files-alist):
23809 Initialize `org-publish-initialize-files-alist' to nil.
23810 (org-publish-sort-directory-files): New function.
23811 (org-publish-projects): Access the new properties.
23812 (org-publish-find-title): Use the file title cache.
23813 (org-publish-find-title): Build the file title cache.
23814 (org-publish-get-base-files-1): Sort files.
23815 (org-publish-aux-preprocess): Do not throw an error when before
23816 the first headline. Allow an empty target, meaning to link just
23818 (org-publish-index-generate-theindex.inc): Check if there is
23819 actually a target and only then add it to the link.
23820 (org-publish-projects): Fix a remaining issue with the last commit.
23822 * org-html.el (org-export-as-html): Treat verse as open/close
23824 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
23827 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
23829 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
23830 be used in a read-only mode.
23831 (org-edit-src-code): Different message in read-only mode.
23833 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23835 * org-src.el (org-edit-src-find-region-and-lang): Test for
23836 table.el as late as possible.
23838 * org-colview.el: Make sure this file is never loaded into XEmacs.
23840 * org-agenda.el (org-highlight, org-unhighlight): Use direct
23843 * org.el (org-key): Apply the translations defined in
23844 `org-xemacs-key-equivalents'.
23846 * org-mouse.el (org-mode-hook): Use `org-defkey'.
23848 * org-compat.el (org-xemacs-key-equivalents): New constant.
23850 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23852 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
23853 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
23854 Obey `org-odd-levels-only'.
23856 * org-compat.el (org-find-overlays): Use overlays-in/at.
23858 * org.el (org-remove-empty-overlays-at)
23859 (org-outline-overlay-data, org-hide-block-toggle)
23860 (org-format-latex, org-context): Use overlays-in/at.
23862 * org-src.el (org-edit-src-exit): Use overlays-in/at.
23864 * org-agenda.el (org-agenda-mark-clocking-task)
23865 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
23866 (org-agenda-entry-text-hide)
23867 (org-agenda-fix-tags-filter-overlays-at)
23868 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
23870 * org-compat.el (org-overlays-at): Function removed.
23871 (org-overlays-in): Function removed.
23873 2010-07-19 Bastien Guerry <bzg@gnu.org>
23875 * org-clock.el (org-clock-set-current): Just return the headline
23876 itself, strip the TODO keyword, the priority cookie and the tags.
23878 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23880 * org-compat.el (org-xemacs-without-invisibility): New macro.
23881 (org-xemacs-without-invisibility): New macro.
23882 (org-indent-to-column, org-indent-line-to, org-move-to-column):
23883 Redefine using the macro `org-xemacs-without-invisibility'.
23885 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
23887 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
23889 * org-compat.el (org-make-overlay, org-delete-overlay)
23890 (org-overlay-start, org-overlay-end, org-overlay-put)
23891 (org-overlay-get, org-overlay-move, org-overlay-buffer):
23893 (org-add-to-invisibility-spec): Function removed.
23895 * org-html.el (org-export-as-html-and-open): Add argument to
23898 * org-habit.el (require): `calendar' is now required already by
23899 org.el on top level.
23901 * org-clock.el (require): `calendar' is now required already by
23902 org.el on top level.
23904 * org-agenda.el (require, org-timeline, org-agenda-list)
23905 (org-todo-list, org-agenda-to-appt): `calendar' is now required
23906 already by org.el on top level.
23908 * org.el (org-export-latex-fix-inputenc): Declare function.
23910 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
23913 * org.el (calendar): Require calendar now on top level in org.el
23914 and define aliases to new variables when needed.
23915 (org-read-date, org-goto-calendar): Do not bind obsolete
23918 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
23919 compilation warning, add comment that this cannot be done with
23920 `with-current-buffer'.
23922 * org-wl.el (org-wl-open): Use `with-current-buffer'.
23924 * org.el (overlay, org-remove-empty-overlays-at)
23925 (org-outline-overlay-data, org-set-outline-overlay-data)
23926 (org-show-block-all, org-hide-block-toggle)
23927 (org-highlight-new-match, org-remove-occur-highlights)
23928 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
23929 (org-read-date, org-read-date-display, org-eval-in-calendar)
23930 (org-format-latex, org-context)
23931 (org-speedbar-restriction-lock-overlay)
23932 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
23934 * org-table.el (org-table-add-rectangle-overlay)
23935 (org-table-remove-rectangle-highlight)
23936 (org-table-overlay-coordinates)
23937 (org-table-toggle-coordinate-overlays): Use the normal overlay
23940 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
23941 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
23942 normal overlay API.
23944 * org-colview.el (org-columns-new-overlay)
23945 (org-columns-display-here, org-columns-remove-overlays)
23946 (org-columns-edit-value, org-columns-next-allowed-value)
23947 (org-columns-update): Use the normal overlay API.
23949 * org-clock.el (org-clock-out, org-clock-cancel)
23950 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
23953 * org-agenda.el (org-agenda-mark-filtered-text)
23954 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
23955 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
23956 (org-agenda-entry-text-hide)
23957 (org-agenda-restriction-lock-overlay)
23958 (org-agenda-set-restriction-lock)
23959 (org-agenda-filter-by-tag-hide-line)
23960 (org-agenda-fix-tags-filter-overlays-at)
23961 (org-agenda-filter-by-tag-show-all, org-hl)
23962 (org-agenda-goto-calendar, org-agenda-bulk-mark)
23963 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
23965 * org-freemind.el (org-freemind-from-org-mode-node)
23966 (org-freemind-from-org-mode)
23967 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
23968 Use interactive-p instead of called-interactively, because this is
23969 backward compatible with older Emacsen I still support..
23971 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23973 * org-exp.el (org-export-define-heading-targets): Fix bug in
23974 regexp finding ID and CUSTOM_ID properties.
23976 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23978 * org-footnote.el (org-footnote-goto-previous-reference):
23979 Rename from `org-footnote-goto-next-reference'.
23981 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
23982 org-log-repeat is non-nil, or if there is clocking data in the
23985 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
23987 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23989 * org.el (org-align-all-tags): New command.
23991 2010-07-19 David Maus <dmaus@ictsoc.de>
23993 * org-wl.el (org-wl-link-remove-filter): New customizable
23994 variable. If non-nil, filter conditions are stripped when storing
23995 link to message in filter folder.
23996 (org-wl-shimbun-prefer-web-links): New customizable variable.
23997 If non-nil, links to shimbun messages are created as web links to
23999 (org-wl-nntp-prefer-web-links): New customizable variable.
24000 If non-nil, links to nntp message are created as web links to gmane
24002 (org-wl-namazu-default-index): New customizable variable.
24003 Directory of namazu search index that should be used as default
24004 when opening a link in a search folder.
24005 (org-wl-folder-types): New constant. Wanderlust folder type
24007 (org-wl-folder-type): New function. Return type of Wanderlust
24009 (org-wl-store-link): Create web links for shimbun or nntp messages
24010 and strip filter conditions depending on customizable variables.
24011 (org-wl-open): Open namazu search folder for message when called
24014 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24016 * org.el (org-remove-if, org-remove-if-not): New functions.
24017 (org-open-file): Use internal remove-if functions.
24019 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
24021 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
24022 (org-file-apps-ex): Remove variable.
24023 (org-open-file): Integrate org-file-apps-ex functionality back
24024 into org-file-apps, and decide whether to match a regexp against
24025 the link or the filename using org-file-apps-entry-uses-grouping-p.
24027 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
24029 * org.el (org-file-apps-ex): New variable.
24030 (org-open-file): Before considering org-file-apps, first match the
24031 regexps from org-file-apps-ex against the whole link.
24032 See docstring of org-file-apps-ex.
24034 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24036 * org.el (org-export-latex-default-packages-alist):
24037 Remove microtype package.
24038 (org-todo-repeat-to-state): New variable.
24039 (org-auto-repeat-maybe): Allow user-selected target states.
24040 (org-default-properties): Add the new property REPEAT_TO_STATE.
24042 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24044 * org-mobile.el (org-mobile-check-setup): Make sure that there is
24045 a binary to compute checksums.
24047 2010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
24049 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
24052 * org.el (calendar): Require calendar now on top level in org.el
24053 and define aliases to new variables when needed.
24054 (org-read-date, org-goto-calendar): Do not bind obsolete
24057 2010-06-22 Glenn Morris <rgm@gnu.org>
24059 * org-entities.el: Add explicit utf-8 coding cookie to file with
24062 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
24064 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
24066 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
24068 * Version 23.2 released.
24070 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24072 * org-table.el (orgtbl-setup):
24073 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
24075 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24077 * org-table.el (orgtbl-mode): Use define-minor-mode.
24079 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24081 * org.el (org-insert-link): Find the link buffer on visible frames.
24082 (org-export-latex-default-packages-alist): Hyperref must be loaded
24084 (org-open-file): More care with the new matching for file links.
24086 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24088 * org-latex.el (org-export-latex-preprocess): Do not yet protect
24089 defined entities - these will be taken care of later.
24090 (org-export-latex-special-chars): Post-process entity replacement.
24091 (org-export-latex-fontify-headline): Do not yet protect defined
24092 entities - these will be taken care of later.
24093 (org-export-latex-tables, org-export-latex-links): Format the
24096 * org-entities.el (org-entities-user): Fix typo.
24098 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
24100 * org-entities.el (org-entities-user): Improve docstring.
24102 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24104 * org-entities.el (org-macs): Require org-macs, to be sure that we
24105 have `declare-function' defined.
24107 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24109 * org-latex.el (org-export-latex-classes): Update docstring.
24111 * org.el (org-format-latex-header): Add cookies to the header.
24112 (org-splice-latex-header): Implement placement according to cookies.
24114 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24116 * org-publish.el (org-publish-aux-preprocess): Control case
24119 2010-04-10 Bastien Guerry <bzg@gnu.org>
24121 * org.el (org-splice-latex-header): Fix typo.
24123 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24125 * org-latex.el (org-export-latex-make-header):
24126 Use `org-splice-latex-header' to build the header.
24127 (org-export-latex-classes): Update docstring.
24129 * org.el (org-splice-latex-header): New function.
24130 (org-create-formula-image): Use `org-splice-latex-header' to build
24133 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
24135 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24137 * org.el (org-export-latex-packages-alist)
24138 (org-export-latex-default-packages-alist): Fix docstring to
24139 reflect the expected structure.
24141 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
24142 (org-export-docbook-finalize-table): Make use of label for tables.
24144 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24146 * org-attach.el (org-attach-commit): Split on newlines.
24148 * org.el (org-export-latex-default-packages-alist): Use list
24149 instead of cons for the entries.
24151 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24153 * org-entities.el (org-entity-get-representation): Catch the case
24154 that there is not entry in the list.
24156 * org-mobile.el (org-mobile-use-encryption)
24157 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
24159 (org-mobile-check-setup): CHeck the encryption setup.
24160 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
24161 (org-mobile-create-sumo-agenda): Use encryption code.
24162 (org-mobile-encrypt-and-move): New function.
24163 (org-mobile-encrypt-file, org-mobile-decrypt-file):
24165 (org-mobile-move-capture): Decrypt the capture file.
24167 * org.el (org-entities): Require the new file.
24168 (org-export-latex-default-packages-alist): New variable.
24169 (org-complete): Use new entity code for completion.
24170 (org-create-formula-image): Use the new packages variable.
24172 * org-latex.el (org-export-latex-classes): Remove the standard
24173 packages from the class headers.
24174 (org-export-latex-make-header): Use the new package variable.
24175 (org-export-latex-special-chars): Better regexp for entities, to
24176 support entity name that contain numbers.
24177 (org-export-latex-treat-backslash-char): Use the new entity code.
24179 * org-html.el (org-html-do-expand): Use the new entity code.
24181 * org-exp.el (org-export): Add the new export commands.
24182 (org-html-entities): Constant removed.
24183 (org-export-visible): Add the new export commands.
24185 * org-docbook.el (org-docbook-do-expand): Use new entity code.
24187 * org-ascii.el (org-export-ascii-entities): New variable.
24188 (org-export-as-latin1, org-export-as-latin1-to-buffer)
24189 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
24190 (org-export-as-encoding): New function.
24191 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
24192 (org-ascii-replace-entities): New function.
24194 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24195 Ulf Stegemann <ulf@zeitform.de>
24197 * org-entities.el: New file.
24199 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24201 * org-html.el (org-html-level-start): Catch the case that target
24204 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
24206 * org.el (org-appearance): Change Customize group variable name
24207 from org-font-lock to org-appearance, and change tag from "Org
24208 Font Lock" to "Org Appearance".
24209 (org-odd-levels-only): Change Customize group variable name.
24210 (org-level-color-stars-only): Change Customize group variable name.
24211 (org-hide-leading-stars): Change Customize group variable name.
24212 (org-hidden-keywords): Change Customize group variable name.
24213 (org-fontify-done-headline): Change Customize group variable name.
24214 (org-fontify-emphasized-text): Change Customize group variable name.
24215 (org-fontify-whole-heading-line): Change Customize group variable name.
24216 (org-highlight-latex-fragments-and-specials): Change Customize
24217 group variable name.
24218 (org-hide-emphasis-markers): Change Customize group variable name.
24219 (org-emphasis-alist): Change Customize group variable name.
24220 (org-emphasis-regexp-components): Change Customize group variable
24222 (org-modules): Remove mention of org-R.
24224 * org-faces.el (org-faces): Change Customize group variable name.
24226 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24228 * org-agenda.el (org-diary-last-run-time): New variable.
24229 (org-diary): Prepare agenda buffers only if last call was some
24232 * org-html.el (org-export-html-preprocess): Replace \ref macros
24234 (org-format-org-table-html): Add the label as an anchor.
24236 * org-docbook.el (org-export-docbook-format-image): Do some
24237 formatting on captions.
24239 * org-latex.el (org-export-latex-tables, org-export-latex-links):
24240 Do some formatting on captions.
24242 * org-html.el (org-export-html-format-image)
24243 (org-format-org-table-html): Do some formatting on captions.
24245 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
24247 * org.el (org-hidden-keywords): New customizable variable. This is
24248 a list of symbols specifying which of the special keywords #+DATE,
24249 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
24250 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
24251 implementing new faces and hiding behavior.
24253 * org-faces.el (org-document-title): New face for #+TITLE lines.
24254 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
24255 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
24258 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24260 * org-publish.el (org-publish-sanitize-plist): New function to
24261 rename "index" properties to "sitemap". Do this renaming
24263 (org-publish-with-aux-preprocess-maybe): New macro.
24264 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
24266 (org-publish-aux-preprocess)
24267 (org-publish-index-generate-theindex.inc): New function.
24269 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24271 * org-table.el (org-table-align): Interpret <N> at fixed width,
24272 not as maximum width.
24274 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24276 * org-exp.el (org-export-author-info, org-export-email-info):
24279 * org-beamer.el (org-beamer-select-environment): Rename from
24280 `org-beamer-set-environment-tag'. Improve docstring.
24282 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
24283 problem with odd levels.
24285 * org-ascii.el (org-export-as-ascii): Export email only if the
24288 * org-docbook.el (org-export-as-docbook): Export email only if the
24291 * org-html.el (org-export-as-html): Export email only if the
24294 * org-exp.el (org-export-email-info): New option.
24295 (org-export-plist-vars): Add entry for `org-export-email'.
24297 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24299 * org-table.el (org-table-goto-line): Fix typo.
24301 2010-04-10 Mikael Fornius <mfo@abc.se>
24303 * org.el (org-agenda-files): Typo.
24304 (org-read-agenda-file-list): Add optional argument to help
24305 `org-store-new-agenda-file-list' to remember un-expanded file
24306 names. Expand file names relative to `org-directory'.
24307 (org-store-new-agenda-file-list): Keep un-expanded file names when
24308 saving, if available.
24309 (org-agenda-files): Update documentation.
24311 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24313 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
24314 a buffer with no file name attached.
24316 * org.el (org-log-refile): New option.
24317 (org-log-note-headings): Add a heading for refiling.
24318 (org-startup-options): Add keywords for logging of the refile
24320 (org-refile): Add logging action.
24321 (org-add-log-note): Allow for refiling action.
24323 * org-agenda.el (org-agenda-bulk-action): Make sure
24324 `org-log-refile' is not `note' during a bulk action.
24326 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24328 * org.el (org-map-dblocks): Use save-excursion to remember the
24331 * org-attach.el (org-attach-commit): Remove dependence on xargs.
24332 (org-attach-delete-one): Commit after deleting a file.
24334 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
24335 borders for strike-through emphasis.
24337 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
24338 handling of odd levels.
24340 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
24341 and `future' values.
24342 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
24343 Handle `past' and `future' values.
24345 * org.el (org-read-agenda-file-list): Interpret file names
24346 relative to org-directory and allow environment variables and
24349 * org-latex.el (org-export-latex-special-chars): Allow a
24350 parenthesis before an exponent or subscript.
24352 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
24354 * org-src.el (org-edit-src-exit): When returning from code edit
24355 buffer, if code block is hidden, leave point at start of
24358 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24360 * org.el (org-insert-heading): Do not remove all spaces if the
24363 * org-indent.el (org-indent): Fix group name.
24365 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24367 * org-table.el (org-table-goto-column): Fix forcing a non-existing
24369 (org-table-get, org-table-put, org-table-goto-line)
24370 (org-table-current-line): New functions.
24372 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
24374 * org.el (org-open-file): Allow regular expressions in
24375 org-file-apps to capture link parameters using groups. In a
24376 command string to be executed, the parameters can be referenced
24377 using %1, %2, etc. Lisp forms can access them using
24378 (match-string n link).
24379 (org-apps-regexp-alist): Adopt the created regexp, as this is now
24380 matched against a file: link instead of the file name.
24382 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24384 * org-crypt.el (org-reveal-start-hook): Add a decryption function
24386 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
24389 * org.el (org-point-at-end-of-empty-headline)
24390 (org-level-increment, org-get-previous-line-level): New function.
24391 (org-cycle-level): Rewritten to be independent of when this
24392 function is called.
24393 (org-in-regexps-block-p): New function.
24394 (org-reveal-start-hook): New hook.
24395 (org-reveal): Run new hook.
24397 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24399 * org-latex.el (org-export-latex-keywords): Start a new paragraph
24400 after time keywords, do not add "\newline".
24402 * org-html.el (org-export-as-html): Avoid double # in href.
24404 * org.el (org-refile-get-location): Catch an invalid target
24407 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24409 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
24410 Make sure the behavior regarding to extracting time is
24413 2010-04-10 Stephen Eglen <stephen@gnu.org>
24415 * org-agenda.el (org-agenda-insert-diary-extract-time):
24417 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
24418 variable rather than `org-agenda-search-headline-for-time'.
24420 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24422 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
24424 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24426 * org.el (org-adaptive-fill-regexp-backup): New variable.
24427 (org-set-autofill-regexps): Store a backup of
24428 `adaptive-fill-regexp'.
24429 (org-adaptive-fill-function): Fix filling of comments and ordered
24430 lists. If there is no other match, till try adaptive fill.
24432 2010-04-10 John Wiegley <jwiegley@gmail.com>
24434 * org-agenda.el (org-agenda-include-deadlines): Add new
24435 customization variable to determine whether unscheduled tasks
24436 should appear in the agenda solely because of their deadline.
24437 Default to true, which was the previous behavior (it just wasn't
24439 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
24440 the agenda to show/hide deadline tasks.
24441 (org-agenda-menu): Add menu option for show/hide deadlines.
24442 (org-agenda-list): Make the agenda list sensitive to the value of
24443 `org-agenda-include-deadlines'.
24444 (org-agenda-toggle-deadlines): New function to toggle the value of
24445 `org-agenda-include-deadlines' and repaint the modeline
24447 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
24448 modeline if deadline tasks are being displayed.
24450 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24452 * org-table.el (org-table-eval-formula): Replace $# and @# by
24453 current column and row number.
24455 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24457 * org.el (org-set-property, org-delete-property): Go back to
24458 prompting for the property.
24460 * org-latex.el (org-export-latex-make-header): Fully process
24462 (org-export-latex-fontify-headline): Allow several arguments, not
24464 (org-export-latex-fix-inputenc): Catch the error when
24465 `latexenc-coding-system-to-inputenc' is not defined.
24467 * org-agenda.el (org-agenda-skip-if-todo): New function.
24468 (org-agenda-skip-if): Add conditions for TODO keywords.
24469 (org-agenda-skip-if): Document the new todo conditions.
24471 2010-04-10 Mikael Fornius <mfo@abc.se>
24473 * org.el (org-at-property-p): Check if we are inside a property
24474 drawer not just any drawer.
24475 (org-set-property, org-delete-property): When cursor is on a
24476 property key value pair do not prompt for property name instead
24477 use name at cursor.
24478 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
24479 on the first line of a property drawer.
24480 (org-property-end-re): Spell check.
24482 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24484 * org-exp.el (org-export-attach-captions-and-attributes): Add the
24485 properties to the entire table, in case the first line is
24488 * org-archive.el (org-archive-reversed-order): New option.
24489 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
24490 option `org-archive-reversed-order'.
24492 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24494 * org-agenda.el (org-agenda-entry-types): New variable.
24495 (org-agenda-list): Use `org-agenda-entry-types'.
24496 (org-agenda-custom-commands-local-options): Support for setting
24497 `org-agenda-entry-types' as an option.
24498 (org-diary): Shift some documentation from here to the variable
24499 `org-agenda-entry-types'.
24501 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24503 * org-latex.el (org-export-latex-make-header): Apply macros in
24506 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
24507 (org-clock-select-task, org-clock-notify-once-if-expired)
24508 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
24509 (org-clock-out-if-current, org-clock-save): Use the new functions.
24511 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24513 * org-docbook.el (org-export-as-docbook): Remove unnecessary
24515 (org-export-as-docbook): Remove unnecessary newline.
24516 (org-export-as-docbook): Fix problem with double footnote
24517 reference in one place.
24519 * org-exp.el (org-export-format-source-code-or-example):
24520 Remove unnecessary newline.
24522 * org.el (org-deadline, org-schedule): Allow rescheduling entries
24525 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
24526 function calls that look like references.
24528 * org.el (org-open-at-point): Get link abbreviations from
24531 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24533 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
24536 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24538 * org.el (org-link-unescape): Solve issue with lower-case escapes.
24540 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24542 * org-latex.el (org-export-latex-classes):
24543 Add \usepackage{latexsym} to all classes.
24545 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24547 * org-html.el (org-export-as-html): Do not allow protected lines
24548 into the table of contents.
24550 * org-latex.el (org-export-latex-special-chars): Find subsequent
24551 occurrences of special characters.
24552 (org-export-latex-tables): Do not convert table-like stuff that is
24555 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24557 * org-list.el (org-toggle-checkbox): No errors when updating
24558 checkbox count fails because there is no heading.
24560 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24562 * org-clock.el (org-clock-report-include-clocking-task):
24564 (org-clock-sum): Add the current clocking task.
24566 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24568 * org.el (org-cycle): Print a message when in a table.el table.
24569 (org-edit-special): Recognize the table.el context.
24570 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
24572 * org-src.el (org-at-table.el-p): Declare.
24573 (org-edit-src-code): Handle a special case for table.el editing.
24574 (org-edit-src-find-region-and-lang): Recognize the table.el
24577 * org-latex.el (org-export-latex-tables): Convert table.el
24579 (org-export-latex-convert-table.el-table): New function.
24581 * org-html.el (org-html-expand): Fix table.el export.
24583 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
24586 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
24587 table for the id locations.
24589 * org.el (org-read-date-analyze): Match American-style dates, like
24590 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
24591 current year when reading ISO and American dates.
24593 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24595 * org.el (org-face-from-face-or-color): New function.
24596 (org-get-todo-face, org-font-lock-add-priority-faces)
24597 (org-get-tag-face): Use `org-face-from-face-or-color'.
24599 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
24600 Allow simple colors as values.
24601 (org-faces-easy-properties): New option.
24603 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
24604 restricted, as an agenda mode.
24605 (org-agenda-fontify-priorities): Allow simple colors as values.
24607 2010-04-10 Bastien Guerry <bzg@gnu.org>
24609 * org-timer.el (org-timer-current-timer): Rename from
24610 `org-timer-last-timer'.
24611 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
24612 (org-timer-cancel-timer, org-timer-show-remaining-time)
24613 (org-timer-set-timer): Update to use only one timer.
24615 * org.el (org-set-property): Remove useless space in the prompt.
24617 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24619 * org-html.el (org-export-html-style-default): Add a default style
24622 * org-exp.el (org-export-format-source-code-or-example):
24625 2010-04-10 Bastien Guerry <bzg@gnu.org>
24627 * org-clock.el (org-clock-current-task): New variable to store
24628 last clocked in task.
24629 (org-clock-set-current, org-clock-delete-current): New functions.
24631 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24633 * org-remember.el (org-remember-apply-template): Extend comment.
24634 (org-remember-handler): Implement clock sibling filing.
24636 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24638 * org-publish.el (org-publish-all, org-publish-current-file)
24639 (org-publish-current-project): When called with prefix argument
24640 FORCE, also rebuild the validation file list.
24642 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
24645 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24647 * org-html.el (org-export-as-html-and-open): Kill product buffer
24648 if the user wants that.
24650 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
24651 if the user wants that.
24653 * org-exp.el (org-export-kill-product-buffer-when-displayed):
24656 * org-agenda.el (org-batch-agenda-csv): Use the time property
24657 instead of the `time-of-day' property.
24659 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24661 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
24662 (org-timer-pause-hook, org-timer-set-hook)
24663 (org-timer-cancel-hook): New hooks.
24664 (org-timer-start): Run `org-timer-start-hook'.
24665 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
24666 (org-timer-stop): Run `org-timer-stop-hook'.
24667 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
24669 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24671 * org.el (org-reveal): Double prefix arg shows the subtree of the
24674 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24676 * org-agenda.el (org-search-view): Fix bug with searching full
24677 words in headlines in search view.
24678 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
24679 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
24680 scheduled (if the user configures it so.
24682 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24684 * org.el (org-hide-archived-subtrees): Don't jump to end of
24685 subtree if the match was not in a headline.
24686 (org-inside-latex-macro-p): Allow more complex arguments.
24687 (org-emphasize): Protect against use at end of buffer.
24689 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24691 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
24694 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24696 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
24698 (org-agenda-todo-ignore-scheduled)
24699 (org-agenda-todo-ignore-deadlines): More control with different
24701 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
24702 Honor the new option settings.
24704 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24706 * org.el (org-get-location): Make sure the selection buffer is
24707 shown in the current frame.
24709 * org-ascii.el (org-export-ascii-table-widen-columns):
24711 (org-export-ascii-preprocess): Realign tables to remove narrowing
24712 if `org-export-ascii-table-widen-columns' is set.
24714 * org-table.el (org-table-do-narrow): New variable.
24715 (org-table-align): Narrow only if `org-table-do-narrow' is t.
24717 * org.el (org-deadline, org-schedule): Allow updating if the
24718 relevant time stamp does not have a repeater, i.e. do not require
24719 that no time stamp has a repeater.
24721 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
24722 new white space before the tags.
24724 * org-latex.el (org-export-as-latex): Do nit require the buffer to
24725 be visiting a file when only exporting to a buffer or string.
24726 (org-export-latex-fix-inputenc): Only save the buffer is there is
24727 a file name attached to it.
24729 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
24731 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
24733 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24735 * org.el (org-fontify-meta-lines-and-blocks):
24736 Honor `org-fontify-quote-and-verse-blocks'.
24738 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
24740 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24742 * org.el (org-open-at-point): Also check for text property
24743 org-linked-text before offering collected links.
24745 2010-04-10 Stephen Eglen <stephen@gnu.org>
24747 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
24748 Optionally extract time specification from text and add to the
24751 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24753 * org-exp.el (org-html-entities): Fix typo.
24755 * org-latex.el (org-export-latex-make-header): Use \providecommand
24756 to make sure the \alert macro is defined.
24758 * org.el (org-format-latex-signal-error)
24759 (org-create-formula-image): Use `org-format-latex-signal-error'.
24761 2010-04-10 Stephen Eglen <stephen@gnu.org>
24763 * org.el (org-store-link): For dired buffers, use
24764 default-directory as link name if dired-get-filename returns
24767 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24769 * org-exp.el (org-export-concatenate-multiline-links): The for
24770 protectedness at beginning of match.
24772 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
24773 AUTO as a coding system, instead default to utf8.
24775 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24777 * org.el (org-block-todo-from-children-or-siblings-or-parent)
24778 (org-block-todo-from-checkboxes): Respect the local variable
24779 value when deciding if blocking should be active.
24781 * org-latex.el (org-export-latex-make-header): Define the align
24782 macro if it is not yet defined.
24784 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
24785 Call `org-insert-heading' with the INVISIBLE-OK argument.
24787 * org-mac-message.el (org-mac-message-insert-flagged):
24788 Call `org-insert-heading' with the INVISIBLE-OK argument.
24790 * org.el (org-insert-heading): New argument INVISIBLE-OK.
24792 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
24795 * org-html.el (org-html-level-start): Use the
24796 `html-container-class' text property to set an additional class
24797 for an outline container.
24799 * org-exp.el (org-export-remember-html-container-classes):
24801 (org-export-preprocess-string):
24802 Call `org-export-remember-html-container-classes'.
24804 * org.el (org-cycle): Mention level cycling in the docstring.
24805 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
24807 * org-remember.el (org-remember-apply-template): Do file insertion
24810 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24812 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
24813 problem with mis-aligned graphs when showing habits.
24815 2010-04-10 Mikael Fornius <mfo@abc.se>
24817 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
24818 when assigning. Begin using numerical characters when all in name
24819 is used up. This is to spare alphanumeric characters for better
24820 match with other keywords.
24822 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24824 * org-exp.el (org-export-preprocess-hook): Improve documentation.
24826 * org-latex.el (org-export-latex-preprocess): More consistent
24827 conversion and protection of the words LaTeX and TeX.
24828 (org-export-latex-fontify-headline, org-export-latex-preprocess):
24829 Allow angle brackets in commands, for beamer.
24831 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24833 * org-clock.el (org-clock-in): Improve the look of the clock line
24834 by formatting links.
24836 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24838 * org-latex.el (org-export-latex-classes): Use AUTO as the place
24839 holder string for the coding system. And improve the
24841 (org-export-latex-fix-inputenc): Only modify the coding system if
24842 it is given by the placeholder AUTO.
24844 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24846 * org-clock.el (org-task-overrun-text): New option.
24847 (org-task-overrun, org-clock-update-period): New variables.
24848 (org-clock-get-clock-string, org-clock-update-mode-line):
24849 Mark overrun clock.
24850 (org-clock-notify-once-if-expired): Check if clock is overrun.
24852 * org-faces.el: New face `org-mode-line-clock-overrun'.
24854 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
24856 * org.el (org-narrow-to-subtree): Position the end of the narrowed
24857 region before the line with the next heading, to prevent the user
24858 from prepending text to the next headline.
24860 2010-04-10 Stephen Eglen <stephen@gnu.org>
24862 * org-agenda.el (org-get-time-of-day):
24863 Use org-agenda-time-leading-zero to allow leading zero (rather than
24866 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24868 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
24869 org-datetree.el is loaded.
24871 * org-datetree.el: Autoload `org-datetree-find-day-create'.
24873 * org-latex.el (org-export-latex-hyperref-format): New option.
24874 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
24876 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24878 * org-ctags.el (org-ctags-enable): Change order of functions.
24879 (org-ctags-create-tags): Add wildcard to file name expansion.
24881 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24883 * org.el (org-entry-properties): Fix some important bugs.
24885 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24887 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
24888 the table is not explicitly given.
24890 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24892 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
24894 (org-clock-out-if-current): Work with the new list value of
24895 `org-clock-out-when-done'.
24896 (org-clock-out, org-clock-out-if-current): Avoid circular logic
24897 between clocking out and state changes.
24899 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
24901 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
24902 accident protect a character that is before a backslash.
24904 2010-04-10 Paul Sexton <eeeickythump@gmail.com>
24906 * org-ctags.el: New file.
24908 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24910 * org-agenda.el (org-diary-class):
24911 Use `org-order-calendar-date-args'.
24913 * org.el (org-order-calendar-date-args): New function.
24915 * org-exp.el (org-export-target-internal-links): Check for
24916 protectedness after the first bracket.
24918 * org.el (org-entry-properties): Don't match wrong-case TODO
24921 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
24922 Document that ARG is passed through to remove the date.
24923 (org-agenda-bulk-action): Accept prefix arg and pass it on.
24924 Do not read a date when the user has given a `C-u' prefix.
24926 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24928 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
24931 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24933 * org-latex.el (org-export-latex-fix-inputenc): New function.
24934 (org-export-latex-inputenc-alist): New option.
24936 * org-exp.el (org-export): New key SPC to publish enclosing
24939 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24941 * org-indent.el (org-indent-add-properties): Catch case when there
24942 is no headline in the buffer.
24944 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24946 * org-exp.el (org-html-entities): Add checkmark symbol.
24948 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
24949 verbatim code for ASCII export.
24951 * org.el (org-update-statistics-cookies): Also see checkboxes in
24954 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24956 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
24959 * org-beamer.el (org-beamer-amend-header): Change the location
24960 where `org-beamer-header-extra' is inserted.
24962 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
24963 just for computing this regexp.
24965 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24967 * org-beamer.el (org-beamer-frame-default-options): New option.
24968 (org-beamer-sectioning): Use default options if the user does not
24970 (org-beamer-fix-toc): Put a frame around the table of contents.
24972 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
24973 Make sure case-folding works well when processing comment stuff.
24975 * org-latex.el (org-export-latex-after-save-hook): New hook.
24976 (org-export-as-latex): Run the new hook.
24978 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24980 * org-beamer.el (org-beamer-environments-default): Add the note
24982 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
24983 lines and collect and combine the content.
24984 (org-beamer-after-initial-vars): Check for note tags and make sure
24985 they will be seen like a property.
24987 * org.el (org-offer-links-in-entry): Fix bug when there is a
24990 * org-exp.el (org-export): Make sure the mark is activated, also
24991 when `transient-mark-mode' is off.
24993 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
24994 (org-agenda-search-view-search-words-only): Obsolete variable, is
24995 now an alias for `org-agenda-search-view-always-boolean'.
24996 (org-agenda-search-view-force-full-words): New option.
24997 (org-search-view): Improve docstring, and implement a better logic
24998 for Boolean and phrase searches.
24999 (org-agenda-last-search-view-search-was-boolean): New variable.
25000 (org-agenda-manipulate-query): Consider the type of the last
25001 search when modifying the search string.
25003 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25005 * org-latex.el (org-export-as-latex): Do the first letbind in the
25008 * org-agenda.el (org-get-entries-from-diary): Add the new face to
25011 * org-faces.el (org-agenda-diary): New face.
25013 * org.el (org-make-link-regexps): Allow regexp-special characters
25015 (org-open-file): When in-emacs is `system', also force system
25016 opening, like when the value was `(16)'.
25017 (org-update-statistics-cookies): Handle entries without children.
25020 (org-export-preprocess-before-normalizing-links-hook): New hook.
25021 (org-export-preprocess-string): Run the new hook.
25023 * org.el (org-offer-links-in-entry): Make RET open all links.
25025 * org-html.el (org-export-as-html): Remove any leftover display
25026 properties in the html file.
25028 * org-wl.el (org-wl-store-link): Work-around for format bug with
25031 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
25032 invisibility while adding the graphs.
25034 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25036 * org-remember.el (org-select-remember-template): Use C letter to
25037 customize remember templates.
25039 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
25040 Move cursor to next visible line.
25042 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25044 * org-beamer.el (org-beamer-sectioning): Leave columns environment
25045 by specifying 0 or 1 for column width.
25046 (org-beamer-column-widths): Make 0 stand for 0.0.
25048 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25050 * org-exp.el (org-export-mark-radio-links): Don't match inside
25053 * org.el (org-format-latex-header-extra): New variable.
25054 (org-format-latex): Set org-format-latex-header-extra from
25056 (org-format-latex): Add org-format-latex-header-extra to the
25057 variables on which image creation depends.
25058 (org-create-formula-image): Add the header stuff from in-buffer
25060 (org-read-date-analyze): Base the analysis for future preference
25061 on NOW, not on the default date.
25063 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
25064 for TODO keyword in inline tasks.
25066 * org.el (org-log-note-headings): New headings for removing
25067 deadline or scheduling date.
25068 (org-deadline, org-schedule): Arrange for logging when removing a
25070 (org-add-log-note): Handle deadline and scheduling removal.
25072 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25074 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
25076 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25078 * org-agenda.el (org-diary-class): New function.
25080 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25082 * org-latex.el (org-export-latex-preprocess): Do process the text
25085 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25087 * org.el (org-entry-properties): Add TIMESTAMP properties back
25090 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25092 * org.el (org-all-time-keywords): New variable.
25093 (org-set-regexps-and-options): Set `org-all-time-keywords'.
25094 (org-entry-blocked-p): New function.
25095 (org-special-properties): Add BLOCKED as a new special property.
25096 (org-entry-properties): New optional argument SPECIFIC, only parse
25097 for this property when it is specified.
25098 (org-entry-get): Pass a SPECIFIC argument to
25099 `org-entry-properties'.
25101 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
25103 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25105 * org-latex.el (org-export-latex-tables): No forced line end if
25106 there is no caption.
25108 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25110 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
25113 * org-latex.el (org-export-latex-tables): Only add a caption when
25114 macro is in longtable environments if one has been defined.
25116 * org-html.el (org-export-as-html): Only take title from buffer if
25117 not exporting body-only.
25119 * org-latex.el (org-export-latex-preprocess): Better version of
25120 the regular expression for protecting LaTeX macros.
25121 (org-export-latex-preprocess): Start searching for macros to
25122 protect from beginning of buffer.
25124 * org-exp.el (org-export-target-internal-links): Check for
25125 protectedness earlier in the string.
25127 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
25130 * org-id.el (org-id-store-link): Match TODO keywords case
25133 * org.el (org-heading-components, org-get-outline-path)
25134 (org-display-outline-path): Match TODO keywords case sensitively.
25136 * org-latex.el (org-export-as-latex): Ignore read-only
25139 * org-exp.el (org-export-preprocess-string): Remove any
25140 `read-only' properties.
25142 * org-agenda.el (org-agenda-inactive-leader): New option.
25143 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
25144 (org-tags-view): Prompt for matcher if MATCH is an empty string.
25145 (org-todo-list): Prompt for matcher if ARG is an empty string.
25147 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25149 * org.el (org-open-link-functions): New hook.
25150 (org-open-at-point): Run `org-open-link-functions'.
25152 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25154 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
25157 * org.el (org-inhibit-startup-visibility-stuff): New variable.
25158 (org-mode): Don't do startup visibility if inhibited.
25159 (org-outline-overlay-data, org-set-outline-overlay-data):
25161 (org-save-outline-visibility): New macro.
25162 (org-log-note-headings): Document that one should not change the
25163 `state' note format.
25165 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25167 * org.el (org-make-link-regexps): Capture link path into a group.
25169 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25171 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
25174 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25176 * org.el (org-startup-with-beamer-mode): New option.
25177 (org-property-changed-functions)
25178 (org-property-allowed-value-functions): New hooks.
25179 (org-entry-put, org-property-get-allowed-values): Run the new
25181 (org-property-next-allowed-value): Run the new hooks.
25183 * org-exp.el (org-export-select-backend-specific-text): Add the
25184 special beamer tags.
25186 * org-beamer.el: New file.
25188 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
25189 (org-export-as-latex):
25190 Run `org-export-latex-after-initial-vars-hook'.
25191 (org-export-latex-format-toc-function)
25192 (org-export-latex-make-header):
25193 Call `org-export-latex-format-toc-function'.
25195 * org.el (org-fill-template): Make template searches case sensitive.
25197 * org-exp.el (org-export): Use "1" as a sign to export only the
25200 * org-colview.el (org-columns-edit-value):
25201 Use org-unrestricted property.
25203 * org.el (org-compute-property-at-point): Set org-unrestricted
25204 text property if the list contains ":ETC".
25205 (org-insert-property-drawer):
25206 Use org-unrestricted property.
25209 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
25210 (org-export-preprocess-string):
25211 Run `org-export-preprocess-before-selecting-backend-code-hook'.
25213 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
25215 * org-latex.el (org-export-region-as-latex):
25216 Run `org-export-first-hook'.
25218 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
25220 * org-docbook.el (org-export-as-docbook):
25221 Run `org-export-first-hook'.
25223 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
25225 * org-exp.el (org-export-first-hook): New hook.
25227 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25229 * org-list.el (org-previous-item): Exit at the beginning of the
25232 * org-id.el (org-id-locations-save): Only write the id locations
25233 if any are defined.
25235 * org-archive.el (org-archive-all-done): Make this work in a file
25236 with org-odd-levels-only set.
25238 * org.el (org-get-refile-targets): Catch the case when a buffer
25241 * org-latex.el (org-export-as-latex): Cleanup forced line ends
25242 where they are not needed.
25243 (org-export-latex-subcontent): Remove unnecessary newlines.
25245 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25247 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
25248 (org-export-latex-fontify): Fix regexp bug that takes special
25249 care of protecting the right boundary characters in emphasis
25251 (org-export-latex-preprocess): Allow multiple arguments to latex
25254 * org.el (org-make-link-regexps): Use John Gruber's regexp for
25257 * org-macs.el (org-re): Interpret :punct: in regexps.
25259 * org-exp.el (org-export-replace-src-segments-and-examples):
25260 Also take the final newline after the END line.
25262 * org.el (org-clean-visibility-after-subtree-move): Only fix
25263 entries that are not entirely invisible already.
25264 (org-insert-link): Respect org-link-file-path-type for
25265 "docview:" links in addition to "file:" links.
25267 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25269 * org-exp.el (org-export-format-source-code-or-example):
25270 Avoid additional extra white lines in LaTeX.
25272 * org-list.el (org-list-parse-list): Leave empty lines after the
25273 list, don't consider them as part of the list.
25275 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
25278 * org-clock.el (org-clock-select-task): Convert integer to
25279 character for XEmacs.
25281 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25283 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
25286 2010-04-10 Tassilo Horn <tassilo@member.fsf.org>
25288 * org.el (org-complete-tags-always-offer-all-agenda-tags):
25290 (org-set-tags): Use it.
25292 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25294 * org-list.el (org-empty-line-terminates-plain-lists):
25297 * org.el (org-format-latex): Fix link creation for processed latex
25300 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25302 * org-footnote.el (org-footnote-normalize): Protect replacement
25305 * org.el (org-inside-latex-macro-p): Save match data.
25307 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
25309 * org-docview.el: New file.
25311 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25313 * org-latex.el (org-export-latex-class-options): New variable.
25314 (org-export-latex-set-initial-vars): Use the class options.
25316 * org.el (org-forward-same-level): Stop at headings that start
25317 with an invisible character.
25318 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
25320 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25322 * org-footnote.el (org-footnote-normalize): Don't take optional
25323 arguments in LaTeX macros as footnotes.
25325 * org.el (org-inside-latex-macro-p): New function.
25327 * org-latex.el (org-latex-to-pdf-process): Change customization
25328 group to `org-export-pdf'.
25330 * org-agenda.el (org-agenda-get-blocks): Look at time string also
25331 on days after the first one.
25333 * org.el (org-insert-heading): Also check for item before assuming
25334 before-first-heading condition.
25336 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
25337 (org-export-pdf-logfiles): New option.
25338 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
25339 (org-export-pdf-logfiles): Fix customization type.
25341 * org.el (org-insert-link): Improve error message when there is no
25342 default link to select with RET.
25344 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
25347 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25349 * org-latex.el (org-export-latex-parse-global)
25350 (org-export-latex-parse-content)
25351 (org-export-latex-parse-subcontent):
25352 Use `org-re-search-forward-unprotected'.
25353 (org-export-as-pdf): Remove log files produced by XeTeX.
25355 * org-macs.el (org-re-search-forward-unprotected): New function.
25357 2010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
25359 * org-colview.el (org-agenda-colview-summarize): Sort out some
25360 confusion between properties and titles, which resulted in
25361 agenda summaries not working if a title was set for a column.
25363 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25365 * org-mobile.el (org-mobile-agendas): New option.
25366 (org-mobile-sumo-agenda-command): Select the right agendas.
25368 * org-latex.el (org-export-latex-format-image): Preserve the
25369 original-indentation property.
25371 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25373 * org-clock.el (org-clock-insert-selection-line): Catch error when
25374 an old tasks no longer exists.
25376 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
25377 (org-export-as-pdf): Don't remove the old PDF file before making
25380 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
25381 (org-mouse-context-menu): Use `org-looking-back'.
25383 * org.el (org-cycle-level): Use `org-looking-back'.
25385 * org-list.el (org-cycle-item-indentation):
25386 Use `org-looking-back'.
25388 * org-compat.el (org-looking-back): New function.
25390 * org.el (org-insert-heading): Catch before-first-headline when
25391 inserting a headline.
25393 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25395 * org-latex.el (org-export-latex-format-image): Indent figure
25396 environment, so that it does not interrupt plain list.
25398 * org.el (org-open-at-point): Allow long link descriptions.
25400 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25402 * org-html.el (org-export-as-html): Remove empty lines at the
25403 beginning of the exported text.
25405 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
25407 * org.el (org): Remove from hypermedia group.
25409 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
25413 2010-02-15 Chong Yidong <cyd@stupidchicken.com>
25415 * org-freemind.el (org-freemind-from-org-mode-node)
25416 (org-freemind-from-org-mode)
25417 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
25418 Pass arg to called-interactively-p.
25420 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
25422 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
25423 Fix typos in docstrings.
25425 2010-01-01 Juanma Barranquero <lekktu@gmail.com>
25427 * org.el (org-get-outline-path, org-speed-command-help):
25428 Fix typos in error messages.
25430 2009-12-14 Juri Linkov <juri@jurta.org>
25432 * org-html.el (org-export-html-style-include-default):
25433 Put `safe-local-variable booleanp' on
25434 `org-export-html-style-include-default' instead of mistakenly
25435 duplicate `org-export-html-style'.
25437 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
25439 * org-agenda.el (org-agenda-diary-entry-in-org-file):
25440 Rebuild agenda after adding new entry.
25442 * org-datetree.el (org-datetree-find-day-create): Fix regular
25445 * org.el (org-display-outline-path): Use a format specifier for
25446 message, to avoid problems with heading containing `%'.
25448 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
25449 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
25450 (org-agenda-fix-displayed-tags): New function.
25451 (org-agenda-do-context-action): Just call
25452 `org-display-outline-path', without piping the result through
25455 * org-latex.el (org-export-latex-preprocess): Protect secondary
25456 footnote references.
25458 * org-indent.el (org-indent-initialize): Avoid empty strings as
25461 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
25462 hat checking for the mark does not throw an error.
25463 (org-agenda-diary-entry-in-org-file): Catch the case that there is
25464 not `day' text property in the cursor line.
25466 * org.el (org-sort-entries-or-items): Make sure that the final
25467 entry has a newline before doing the sorting.
25469 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
25470 property at the beginning of the line.
25472 * org.el (org-make-link-string): Don't allow a description with
25475 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
25476 (org-agenda-insert-diary-as-top-level): New function.
25477 (org-agenda-add-entry-to-org-agenda-diary-file):
25478 Call `org-agenda-insert-diary-as-top-level'.
25480 * org.el (org-occur-in-agenda-files): Make sure none of the
25481 buffers is narrowed.
25482 (org-activate-plain-links): Add the face property here.
25483 (org-set-font-lock-defaults): Do not add the face to plain links,
25484 the activator function does this.
25486 * org-habit.el (org-is-habit-p): Add doc string.
25488 * org-archive.el (org-archive-subtree-default-with-confirmation):
25491 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
25492 after match optional (happens at the end of a line...).
25494 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
25495 for special blocks.
25497 * org-faces.el (org-copy-face): Set lisp indentation.
25498 (org-quote, org-verse): New faces.
25500 * org-agenda.el (org-agenda-remove-date): Remove variable.
25502 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
25504 * org-html.el (org-export-as-html): Move the home/up link into
25507 * org.el (org-export-latex-packages-alist): Option definition
25508 moved here from org-latex.el.
25510 * org-html.el (org-export-html-home/up-format): Add an ID to the
25513 * org-wl.el (org-wl-store-link): Handle the case that
25514 `wl-use-petname' is set.
25516 * org.el (org-set-effort): Improve prompt.
25517 (org-get-outline-path): Widen to get full path.
25518 (org-compact-display-after-subtree-move): Function removed.
25520 2009-11-20 Eric Schulte <schulte.eric@gmail.com>
25522 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
25523 hash keys to cache and re-use images generated by the
25524 org-exp-blocks interface to ditaa and dot.
25526 * org.el (org-format-latex): Latex images are now saved to files
25527 named by the sha1 hash of the latex source text avoiding
25528 regeneration of identical images.
25530 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
25532 * org-latex.el (org-export-as-latex): Add the :drawers property.
25534 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
25536 * org.el (org-speed-commands-user): Allow documentation headlines.
25537 (org-speed-commands-default): Organize the value of this constant
25538 with descriptive headlines.
25539 (org-print-speed-command): Output the headlines.
25541 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
25543 * org-agenda.el (org-agenda-show-outline-path): New option.
25544 (org-agenda-do-context-action): New function.
25545 (org-agenda-next-line, org-agenda-previous-line):
25546 Use `org-agenda-do-context-action'.
25548 * org.el (org-use-speed-commands): Allow function value.
25549 (org-speed-commands-default): Make headline motion safe, so that
25550 these commands always end on a headline.
25551 (org-speed-commands-default): New key `v' for `org-agenda'.
25552 (org-speed-move-safe): New function.
25553 (org-self-insert-command): Use the function value of
25554 `org-use-speed-commands'.
25555 (org-get-outline-path): Improve docstring.
25556 (org-format-outline-path): New function.
25557 (org-display-outline-path): New function.
25559 2009-11-15 John Wiegley <jwiegley@gmail.com>
25561 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
25562 a string, use that to find the LOGBOOK drawer.
25564 2009-11-15 Glenn Morris <rgm@gnu.org>
25566 * org-agenda.el (org-datetree-find-date-create)
25567 (org-habit-get-priority):
25568 * org.el (org-format-agenda-item): Fix declarations.
25570 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25572 * org.el (org-clone-subtree-with-time-shift): Make it work at the
25575 * org-mobile.el (org-mobile-write-checksums): Specify coding
25577 (org-mobile-timestamp-buffer): Keep local variable/mode line at
25578 beginning of buffer.
25580 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
25582 * org.el (org-block-todo-from-children-or-siblings-or-parent)
25583 (org-block-todo-from-checkboxes): Do not block changes to a nil
25586 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
25588 * org-habit.el (org-habit-parse-todo): Indicate which habit is
25589 wrongly set up in the error messages.
25591 * org-colview.el (org-columns-display-here): Don't try to
25592 calculate values if the underlying property is not set.
25593 (org-columns-string-to-number): Convert age strings back into
25595 (org-agenda-colview-summarize): Handle extended summary types
25598 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25600 * org-exp.el (org-export-format-drawer-function): New variable.
25601 (org-export-format-drawer): New function.
25602 (org-export-preprocess-string): Pass the backend as a parameter to
25603 `org-export-remove-or-extract-drawers'.
25604 (org-export-remove-or-extract-drawers): New parameter BACKEND.
25606 * org-protocol.el (org-protocol-char-to-string): New defsubst.
25608 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25610 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
25611 message when no block is selected.
25613 * org-latex.el (org-export-latex-links): Check for protectedness
25614 in the last matched character, not after the match.
25616 * org-datetree.el (org-datetree-find-date-create):
25617 Respect restriction when KEEP-RESTRICTION is set.
25618 (org-datetree-file-entry-under): New function.
25619 (org-datetree-cleanup): New command.
25621 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
25623 * org-src.el (org-edit-src-code): New optional argument context
25624 allows calling functions to avoid altering the saved window
25626 (org-edit-src-exit): Do not restore window configuration when this
25627 function is used in the context of saving the edit buffer.
25629 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25631 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
25632 instances to switching to with-current-buffer, because these seem
25633 to cause problems - no idea why.
25635 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
25636 Require diary-lib for (diary-date-display-form).
25638 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25640 * org.el (org-log-reschedule, org-log-redeadline): New options.
25641 (org-log-note-headings): Add templates for rescheduling and
25643 (org-startup-options): Add in-buffer settings for logging changing
25644 schedule and deadline time stamps.
25645 (org-deadline, org-schedule): Check for existing date and arrange
25646 for logging if the user requests it.
25647 (org-add-log-note): Prepare proper note buffers for rescheduling
25648 and deadline changes.
25650 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25652 * org-agenda.el (org-agenda-diary-entry-in-org-file)
25653 (org-agenda-add-entry-to-org-agenda-diary-file)
25654 (org-agenda-insert-diary-make-new-entry): New functions.
25655 (org-agenda-diary-entry):
25656 Call `org-agenda-diary-entry-in-org-file' when appropriate.
25658 * org.el (org-calendar-insert-diary-entry-key): New option.
25659 (org-agenda-diary-file): New option.
25660 ("calendar"): Install our insertion function in the calendar.
25662 * org-remember.el (org-datetree): Require.
25663 (org-remember-templates): Add new positioning option.
25664 (org-remember-reference-date): New variable.
25665 (org-remember-apply-template): Store the reference date in a local
25667 (org-remember-handler): Implement date tree positioning of entries.
25669 * org-datetree.el: New file.
25671 * org-latex.el (org-export-latex-preprocess): Protect targets in
25674 * org-html.el (org-export-as-html): Protect targets in verbatim
25677 * org-docbook.el (org-export-as-docbook): Protect targets in
25680 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25682 * org-clock.el (org-show-notification): Handle messages that
25683 contain a percent character.
25685 * org-remember.el (org-remember-apply-template): Turn of partial
25688 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
25689 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
25691 * org.el (org-indent-mode): Define variable already in org.el.
25692 (org-unfontify-region): Remove line-prefix and wrap-prefix
25693 properties only if org-indent-mode is active.
25695 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25697 * org-icalendar.el (org-print-icalendar-entries): Save match data
25698 around call to verify function.
25699 (org-print-icalendar-entries): Add a call to the verification
25702 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
25703 save-restrivtion' form.
25705 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
25707 * org-exp.el (org-export-format-source-code-or-example):
25708 Restrict scope of preserve-indentp to the let binding.
25709 (org-src): Require org-src, since org-src-preserve-indentation is used.
25711 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25713 * org-timer.el (org-timer-set-timer): Set variables
25714 org-timer-timer[123] correctly.
25716 * org-mobile.el (org-mobile-files-alist): Make it work when
25717 `agenda-archives' is included in
25718 `org-agenda-text-search-extra-files'.
25719 (org-mobile-push): Restore agenda after mobile push.
25721 2009-11-13 John Wiegley <jwiegley@gmail.com>
25723 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
25724 way the amount of idle time is presented in the minibuffer.
25726 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25728 * org-icalendar.el (org-print-icalendar-entries):
25729 Use org-icalendar-verify-function only if non-nil.
25731 * org.el (org-refile): Refile to clock only if the prefix arg is
25733 (org-sparse-tree): Fix docstring to be in line with prompt.
25734 (org-update-parent-todo-statistics):
25735 Call `org-after-todo-statistics-hook' on each level.
25737 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25739 * org-remember.el (org-remember-apply-template): Make sure the
25742 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25744 * org.el (org-tab-ind-state): New variable.
25745 (org-cycle-level): New function.
25746 (org-cycle-level-after-item/entry-creation): New option.
25747 (org-flag-subtree): New function.
25748 (org-hide-archived-subtrees): Call `org-flag-subtree'.
25749 (org-set-effort): Indexed access.
25751 * org-list.el (org-cycle-item-indentation): New function.
25753 * org.el (org-refile): Make prefix argument 2 refile to current
25755 (org-priority): Interpret action `remove' as call to remove the
25758 * org-remember.el (org-remember-apply-template): Don't depend on
25759 buffer name being like file name.
25761 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25763 * org-clock.el (org-clock-play-sound): Expand file in
25764 org-clock-sound, to allow ~ for home.
25766 * org-remember.el (org-remember-handler):
25767 Set text-before-node-creation even if this already looks like a node,
25768 because the string might be needed on non-org-mode target files.
25770 * org-agenda.el (org-agenda-open-link): Make this work in agenda
25772 (org-agenda-switch-to): Follow a link at point if
25773 org-return-follows-link' is set and there is nothing else to do in
25776 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
25778 * org-exp-blocks.el: Modify split separator regexp to avoid empty
25781 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
25783 * org-colview.el (org-columns-new): Make this work with the new
25785 (org-columns-store-format): Make this work with the new operators.
25787 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25789 * org-src.el (org-src-preserve-indentation): Document that this
25790 variable is also used during export.
25792 * org-exp.el (org-export-format-source-code-or-example):
25793 Preserve indentation if a block has a -i option, or if
25794 `org-src-preserve-indentation' is set.
25796 * org-exp-blocks.el (org-export-blocks-preprocess):
25797 Preserve indentation if a block has a -i option, or if
25798 `org-src-preserve-indentation' is set.
25800 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25802 * org.el (org-mode-map): Define the new archiving keys.
25803 (org-speed-commands-default): Define an archiving key in the speed
25805 (org-org-menu): Improve the menu structure concerning archiving.
25807 * org-archive.el (org-archive-subtree-default-with-confirmation):
25810 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
25811 (org-agenda-menu): Add the new archiving commands to the menu.
25812 (org-agenda-archive-default)
25813 (org-agenda-archive-default-with-confirmation): New commands.
25814 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
25815 Just call `org-agenda-archive-with'.
25816 (org-agenda-archive-with): New function.
25818 * org-table.el (org-table-convert-region): Inert spaces around "|"
25819 to avoid line beginnings like "|-1" which will be mistaken as
25822 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25824 * org.el (org-offer-links-in-entry): Return nil if there are no
25825 links, t if a link has been selected.
25826 (org-open-at-point): Open attachment directory when called in the
25827 headline and there are no links in the entry body.
25828 (org-speed-commands-default): Add "o" for open-at-point as a speed
25831 * org-attach.el (org-attach-reveal): Optional prefix arg
25832 IF-EXISTS, which avoids creating the attachment directory if it
25833 does not yet exist.
25835 * org-agenda.el (org-agenda, org-run-agenda-series):
25838 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25840 * org.el ("abbrev"): Work with abbrev tables only after they have
25843 * org-list.el (org-list-send-list): Fix bug related to match
25846 * org-latex.el (org-export-latex-fontify): Apply verbatim
25848 (org-export-latex-make-header): Insert \obeylines if line breaks
25849 should be preserved.
25851 * org-exp.el (org-export-protect-verbatim): Add an
25852 `org-verbatim-emph' property to such text.
25854 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25856 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
25857 (org-print-icalendar-entries): Skip entries where the timestamp is
25858 not a deadline and not scheduled, if the user requests that.
25860 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
25861 before an opening quote.
25863 * org-archive.el (org-archive-subtree): Keep archive after
25864 archiving something.
25866 * org-id.el (org-id-update-id-locations): Add archive files if
25867 that is required by `org-id-extra-files'.
25869 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25871 * org-src.el (org-src-window-setup): New option.
25872 (org-src-switch-to-buffer): New function.
25873 (org-edit-src-exit): Add optional argument CONTEXT and use it to
25874 restore window configuration.
25875 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
25876 Call `org-src-switch-to-buffer'.
25878 * org.el (org-default-properties): Add STYLE property.
25879 (org-files-list): Use the function call to get the files.
25880 (org-additional-option-like-keywords): Add SETUPFILE to completion
25883 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25885 * org-table.el (org-table-convert-region): Correctly interpret
25886 quoting in csv import.
25888 * org.el (org-icompleting-read): Make iswitchb completion work
25889 with lists and tables.
25891 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
25892 while pushing the mobile agenda.
25894 2009-11-13 John Wiegley <jwiegley@gmail.com>
25896 * org-clock.el (org-clock-auto-clock-resolution): Now takes three
25897 values: nil, t and `when-no-clock-is-running'.
25898 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
25899 whether or not to resolve Org buffers on clock in.
25901 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
25903 * org-colview.el (org-format-time-period): Function to format
25904 times in fractional days for display.
25905 (org-columns-display-here): Add support for showing a calculated
25906 value in place of the property.
25907 (org-columns): Set `org-columns-time' to the current time so time
25908 difference calculations will work.
25909 (org-columns-time): Use to store the current time when column view
25910 is displayed, so all time differences will use the same reference
25912 (org-columns-compile-map): There is now an extra position in each
25913 entry specifying the function to use to calculate the displayed
25914 value for the non-calculated properties in the column.
25915 (org-columns-compute-all): Set `org-columns-time' to the current
25916 time so time difference calculations will work.
25917 (org-columns-compute): Handle column operators where the values
25918 used are calculated from the underlying property.
25919 (org-columns-number-to-string): Handle the 'age' column format.
25920 (org-columns-string-to-number): Correct the function name (was
25921 org-column...). Add support for the 'age' column format.
25922 (org-columns-compile-format): Support the additional parameter in
25923 org-columns-compile-map.
25925 2009-11-13 Bastien Guerry <bzg@gnu.org>
25927 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
25930 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25932 * org-clock.el (org-clock-has-been-used): New variable.
25933 (org-clock-in): Set `org-clock-has-been-used'.
25934 (org-clock-save): Save only if clock data has been used or created
25935 during this session.
25937 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25939 * org-clock.el (org-clock-persist): New value, to store only the
25941 (org-clock-save): Don't save the clock if only the history should
25943 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
25944 when restoring a saved clock.
25946 2009-11-13 John Wiegley <jwiegley@gmail.com>
25948 * org-clock.el (org-clock-display, org-clock-put-overlay):
25949 Use `org-time-clock-use-fractional'.
25951 * org.el (org-time-clocksum-use-fractional)
25952 (org-time-clocksum-fractional-format): Two new customizable
25953 variables which allow the user to select fractional times (1.25
25954 instead of 1:25) in the `org-clock-display' report.
25956 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25958 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
25961 * org.el (org-tag-alist): Fix customization type.
25963 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25965 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
25966 Make sure the regexp search can fail without throwing an error.
25967 (org-mobile-apply): Save the inbox buffer after removing
25968 successfully applied changes.
25970 2009-11-13 John Wiegley <jwiegley@gmail.com>
25972 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
25973 time is reported after the user comes back (but before they
25976 * org.el (org-get-repeat): Change so that this function can be
25977 called with either `org-scheduled-string' or
25978 `org-deadline-string'.
25980 * org-clock.el (org-clock-auto-clock-resolution): Rename from
25981 `org-clock-disable-clock-resolution', since negatives don't sound
25982 good in customization variables.
25983 (org-clock-in): Don't use the auto-resolution logic if the user is
25984 clocking into a different task while an active clock is running.
25985 This then allows the default behavior of clocking out of the open
25986 task and then into the new task.
25988 * org.el (org-modules): Made this variable more consistent, since
25989 it was referring to Org, OrgMode and Org-mode, whereas the docs
25990 for the variable always refer to Org-mode.
25992 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
25994 * org.el (org-repeat-re): The changed org-repeat-re no longer
25995 matched simple +2d type repeaters. Fix it so it does.
25997 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
25999 * org-latex.el (org-export-latex-preprocess): Protect the vspace
26000 macro in the VERSE environment.
26002 2009-11-13 John Wiegley <jwiegley@gmail.com>
26004 * org-habit.el (org-habit-get-priority): A new function that
26005 determines the relative priority of a habit, based on how long
26006 past its scheduled date it is, and how near the deadline is.
26008 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
26009 using `org-habit-get-priority'.
26011 * org-habit.el (org-habit-build-graph): Start displaying colors
26012 from the first scheduled date, if that date is earlier than the
26013 first completion date.
26015 * org-habit.el: Changed all "color" variables to faces, and made
26016 them appropriate for light and dark backgrounds.
26018 * org-habit.el (org-habit-duration-to-days): Made this function
26020 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
26022 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
26023 habits, since they don't use DEADLINE anymore.
26025 * org.el (org-repeat-re, org-display-custom-time)
26026 (org-timestamp-change): Extend to support the new ".+N/N"
26027 syntax, used for habits.
26029 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
26030 variable reference.
26032 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
26033 modeline when habits are being displayed (if that module is being
26036 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
26038 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
26039 idle time using the xscreensaver extension.
26040 (org-user-idle-seconds): Use X11 idle time if available.
26042 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26044 * org-agenda.el (org-agenda-next-line): New command.
26045 (org-agenda-previous-line): New commands.
26046 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
26048 (org-agenda-follow-mode): Do the follow immediately if the mode is
26050 (previous-line, next-line): Replace keys with the corresponding
26052 (org-agenda-mode-map): Bind backspace and delete to the scrolling
26055 * org.el (org-icompleting-read): Turn off partial completion mode
26056 for the duration of this completion round.
26058 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
26059 macros in author lines and similar stuff.
26061 * org.el (org-file-tags): Fix docstring.
26062 (org-get-buffer-tags): Add the #+FILETAGS tags.
26063 ("ecb"): Make ecb show context after jumping into an Org file.
26065 2009-11-13 John Wiegley <johnw@newartisans.com>
26067 * org-agenda.el (org-finalize-agenda): Draw habit consistency
26068 graphs after everything else in the buffer has been setup.
26070 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26072 * org-mobile.el (org-mobile-apply): Count success and failure.
26074 * org.el (org-indent-line-function): Fix regexp replace problem.
26076 2009-11-13 John Wiegley <johnw@newartisans.com>
26078 * org-clock.el (org-clock-disable-clock-resolution):
26079 New customization variable that disable automatic clock resolution on
26081 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
26082 not automatically resolve anything. This is does not affect
26083 idle-time resolution, however, if `org-clock-idle-time' is set.
26085 2009-11-13 John Wiegley <johnw@newartisans.com>
26087 * org-habit.el: New file, which implements code to build a "habit
26088 consistency graph".
26090 * org-agenda.el (org-agenda-get-deadlines)
26091 (org-agenda-get-scheduled): Display consistency graphs when
26092 outputting habits into the agenda. The graphs are always relative
26093 to the current time.
26094 (org-format-agenda-item): Add new parameter `habitp', which
26095 indicates whether we are formatting a habit or not. Do not
26096 display "extra" leading information if habitp is true.
26098 * org.el (org-repeat-re): Improve regexp to include .+ and ++
26099 leaders for repeat strings.
26100 (org-get-repeat): Now takes a string parameter `tagline', so the
26101 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
26103 2009-11-13 John Wiegley <johnw@newartisans.com>
26105 * org-agenda.el (org-agenda-auto-exclude-function):
26106 New customization variable for allowing the user to create an "auto
26107 exclusion" filter for doing context-aware auto tag filtering.
26108 (org-agenda-filter-by-tag): Changes to support the use of
26109 `org-agenda-auto-exclude-function'. See the new manual addition.
26111 2009-11-13 John Wiegley <johnw@newartisans.com>
26113 * org.el (org-files-list): Don't attempt to return a file name for
26114 Org buffers which have no associated file.
26116 * org-agenda.el (org-agenda-do-action): Fix a typo.
26118 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26120 * org-mobile.el (org-mobile-locate-entry): Interpret files
26121 relative to org-directory.
26122 (org-mobile-inbox-for-pull): Document the best location for this
26124 (org-mobile-check-setup): Verify `org-directory'.
26125 (org-mobile-create-index-file): Sort the files to be listed in
26128 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
26130 * org.el (org-fast-tag-selection): Add a way to display a
26131 description for a tag group. This is done by adding a string to
26132 either the startgroup or endgroup cell.
26134 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26136 * org-clock.el (org-clock-resolve, org-resolve-clocks)
26137 (org-emacs-idle-seconds): Use `org-float-time' instead of
26140 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26142 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
26145 * org.el (org-pre-cycle-hook): Document that `empty' can also be
26146 the value of ARG when doing local cycling.
26148 2009-11-13 John Wiegley <johnw@newartisans.com>
26150 * org-clock.el (org-clock-resolve-clock): If keeping or
26151 subtracting time results in a clock out at a time in the past, and
26152 if the resolution occurred due to idleness or invoking `M-x
26153 org-resolve-clocks', remember that past moment in time. On the
26154 next clock in, the user will be prompted to see if they want to
26155 back-date their new clock to then.
26156 (org-clock-resolve): Do not jump the user to the location of a
26157 dangling clock if the resolution is occurring due to an idle
26158 timeout. In that case there is typically only one dangling clock,
26159 the active one, and there is no value gained by shuffling their
26160 windows around to show it to them. Being prompted to resolve an
26161 idle clock should be as inobtrusive as possible.
26162 (org-resolve-clocks-if-idle): New function that resolves only the
26163 currently active clock if the user has exceeded the time returned
26164 by `org-user-idle-seconds', based on the value of
26165 `org-clock-idle-time'.
26166 (org-clock-in): If, after resolving clocks, (???)
26167 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
26169 * org-clock.el (org-clock-resolve-clock): New function that
26170 resolves a clock to a specific time, closing or resuming as need
26171 be, and possibly even starting a new clock.
26172 (org-clock-resolve): New function used by `org-resolve-clocks'
26173 that sets up for the call to `org-clock-resolve-clock'.
26174 It determines the time to resolve to based on a single-character
26175 selection from the user to either keep time, subtract away time or
26177 (org-resolve-clocks): New user command which resolves dangling
26178 clocks -- that is, open but not active -- anywhere in the file
26179 list returned by `org-files-list'.
26180 (org-clock-in): Automatically resolve dangling clocks whenever a
26182 (org-clock-cancel): If the user cancels the solely clock in a
26183 LOGBOOK, remove the empty drawer.
26185 * org-clock.el (org-clock-idle-time): New user customizable option
26186 for detecting whether the user has left a clock idle. Note: it is
26187 only used in this commit to test whether it's worthwhile to check
26188 OS X to get the Mac user's current idle time. If the Emacs idle
26189 time is less than the value, the user hasn't been away long enough
26190 to be worth checking (a more expensive test than just getting
26192 (org-user-idle-seconds, org-mac-idle-seconds)
26193 (org-emacs-idle-seconds): This three functions, in conjunction
26194 with the user customization variable `org-clock-idle-time', return
26195 the number of seconds (as a floating point) that the user has been
26196 away from their Emacs (or, if running on OS X, their computer).
26198 * org-clock.el (org-find-open-clocks): New function that returns a
26199 list of all open clocks in the given FILE. Note that each clock
26200 it returns is a cons cell of the format (MARKER . START-TIME).
26201 This "clock" value is used by several of the new clock module
26203 (org-is-active-clock): New inline function which tests whether the
26204 given clock value is the same as the currently active clock.
26205 Returns non-nil if this is the case.
26206 (org-with-clock-position): New macro that evaluates FORMS with
26207 point in the buffer and at the position of the given clock.
26208 Changes to the current clock are global.
26209 (org-with-clock): New macro that evaluates FORMS with point in the
26210 buffer and at the position of the given clock. However, changes
26211 to the current clock are local and have no effect on the user's
26212 active clock. This allows, for example, far any clock to be
26213 canceled without canceling the active clock.
26214 (org-clock-clock-in): New inline function that switches the active
26215 clock to the given clock. If either the argument RESUME, or the
26216 global `org-clock-in-resume', are non-nil, it will resume a clock
26217 that was previously left open.
26218 (org-clock-clock-out): New inline function that clocks out the
26219 given clock value without affecting the currently active clock.
26220 (org-clock-clock-cancel): New inline function that cancels the
26221 given clock value without affecting the currently active clock.
26223 * org-clock.el (org-clock-in): Before creating
26224 `org-clock-mode-line-timer', check to make sure an older timer is
26225 not currently running.
26226 (org-clock-out): Accept new third parameter `at-time', which
26227 permits a clock to be clocked out at a specific time. Note that
26228 no attempt is made to verify that the clock out time is later than
26231 * org.el (org-files-list): New utility function for returning a
26232 list of all open org-mode buffers, plus all files used to build
26233 the agenda buffer. Note that not all the files will necessarily
26234 be visited by a buffer at time of call.
26235 (org-entry-beginning-position): Like the function
26236 `line-beginning-position', this inline function returns the
26237 beginning position of the current heading/entry.
26238 (org-entry-end-position): Like the function `line-end-position',
26239 this inline function returns the end position of the current
26242 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26244 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
26247 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26249 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
26251 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26253 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
26254 entries that have no tags.
26255 (org-agenda-search-view): New customize group.
26256 (org-agenda-search-view-search-words-only): New option.
26257 (org-search-view): Implement substring search.
26259 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26261 * org.el (org-outline-level): Add doc string.
26263 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26265 * org-inlinetask.el (org-inlinetask-export): Re-introduce
26267 (org-inlinetask-export-handler): Only export inline task if the
26268 user option calls for it.
26270 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26272 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
26275 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26277 * org-latex.el (org-export-latex-tables): Don't format in
26280 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26282 * org-src.el (org-edit-src-code)
26283 (org-edit-src-find-region-and-lang, org-edit-src-exit):
26284 Handle macro editing.
26286 * org-agenda.el (org-prefix-category-max-length): New variable.
26287 (org-format-agenda-item): Use `org-prefix-category-max-length'.
26288 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
26290 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26292 * org-mobile.el (org-mobile-create-index-file): Improve the
26293 listing of tags and todo keywords.
26295 * org-latex.el (org-export-latex-format-image): New function.
26296 (org-export-latex-links): Use `org-export-latex-format-image'.
26298 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26300 * org-inlinetask.el (org-inlinetask-get-current-indentation)
26301 (org-inlinetask-remove-terminator): New functions.
26302 (org-inlinetask-export-handler): Terminate the description list.
26304 * org-exp.el (org-export-select-backend-specific-text): Remove the
26307 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
26308 tasks without content.
26310 * org-clock.el: Make sure the clock-in target position does not
26311 move to a different node by widening the buffer.
26313 * org-html.el (org-export-html-format-image): Wrap image into
26314 figure div only when there is a caption.
26316 * org-archive.el (org-archive-mark-done): Change default value to
26319 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26321 * org.el (org-context): Call `bobp', not `eobp'.
26323 * org-clock.el (org-clock-cancel): Remove quotes from marker
26326 * org.el (org-read-date-prefer-future): New allowed value `time'.
26327 (org-read-date-analyze): Shift day to tomorrow depending on time
26328 entered and value of `org-read-date-prefer-future'.
26330 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
26332 * org.el (org-version, org-get-refile-targets, org-refile)
26333 (org-store-log-note, org-diary-to-ical-string)
26334 (org-speedbar-set-agenda-restriction):
26335 * org-publish.el (org-publish-find-title):
26336 * org-plot.el (org-plot/gnuplot):
26337 * org-mouse.el (org-mouse-do-remotely):
26338 * org-mobile.el (org-mobile-move-capture):
26339 * org-mac-message.el (org-mac-message-insert-flagged):
26340 * org-latex.el (org-replace-region-by-latex):
26341 * org-docbook.el (org-replace-region-by-docbook):
26342 * org-clock.el (org-clock-out, org-clock-cancel):
26343 * org-bibtex.el (org-execute-file-search-in-bibtex):
26344 Use with-current-buffer.
26346 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
26348 * org.el (org-directory, org-map-entries):
26349 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
26351 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26353 * org.el (org-set-tags-to): New command.
26355 * org-latex.el (org-export-latex-set-initial-vars): Also check in
26358 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
26361 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
26363 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26365 * org-inlinetask.el (org-inlinetask-export): Option removed.
26366 (org-inlinetask-export-handler): Better export.
26368 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
26369 (org-export-as-xoxo): Run the new hook.
26371 * org-html.el (org-export-html-final-hook): New hook.
26372 (org-export-as-html): Run the new hook.
26374 * org-docbook.el (org-export-docbook-final-hook): New hook.
26375 (org-export-as-docbook): Run the new hook.
26377 * org-ascii.el (org-export-ascii-final-hook): New hook.
26378 (org-export-as-ascii): Run the new hook.
26380 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
26381 space character as the character before the ^/_.
26382 (org-export-latex-final-hook): New hook.
26383 (org-export-as-latex): Run `org-export-latex-final-hook'.
26385 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26387 * org-macs.el (org-if-unprotected-at): Fix docstring.
26389 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
26390 text in the prefix (if category is a link).
26392 * org-latex.el (org-export-latex-preprocess): Deal properly with
26393 empty lines in verse environments.
26395 * org.el (org-format-latex-header): Inline fullpage.sty.
26397 * org-footnote.el (org-footnote-create-definition): Reveal context
26398 to add a new footnote definition.
26400 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
26401 org-table-recalculate when cursor is in TBLFM line.
26403 * org-list.el (org-renumber-ordered-list): Fix cursor position
26404 when bullet length has changed.
26406 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26408 * org.el (org-format-latex): Mention `org-format-latex-options' in
26411 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26413 * org.el (org-agenda-get): New function.
26415 * org-agenda.el (org-agenda-post-command-hook): No longer move
26416 point away from end of line.
26417 (org-agenda-add-entry-text, org-agenda-collect-markers)
26418 (org-finalize-agenda, org-agenda-mark-clocking-task)
26419 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
26420 (org-agenda-entry-text-show, org-agenda-highlight-todo)
26421 (org-agenda-compare-effort, org-agenda-filter-apply)
26422 (org-agenda-later, org-agenda-change-time-span)
26423 (org-agenda-post-command-hook, org-agenda-show-priority)
26424 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
26425 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
26426 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
26427 (org-agenda-open-link, org-agenda-copy-local-variable)
26428 (org-agenda-switch-to, org-agenda-check-no-diary)
26429 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
26430 (org-agenda-add-note, org-agenda-change-all-lines)
26431 (org-agenda-priority, org-agenda-set-tags)
26432 (org-agenda-set-property, org-agenda-set-effort)
26433 (org-agenda-toggle-archive-tag, org-agenda-date-later)
26434 (org-agenda-show-new-time, org-agenda-date-prompt)
26435 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
26436 (org-agenda-clock-in, org-agenda-bulk-mark)
26437 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
26438 Use `org-get-at-bol'.
26440 * org-colview.el (org-columns-display-here)
26441 (org-columns-edit-allowed, org-agenda-columns):
26442 Use `org-get-at-bol'.
26444 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26446 * org.el (org-special-ctrl-a/e): Improve documentation and
26448 (org-end-of-line): Don't jump to after the ellipsis.
26449 (org-mode-map): Bind <home> and <end> as well.
26451 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26453 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
26454 space after #+ as comments.
26455 (org-open-at-point): Run `org-follow-link-hook' always.
26457 * org-latex.el (org-export-latex-emph-format): Use better commands
26458 to insert special characters in verbatim snippets.
26460 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26462 * org-faces.el (org-copy-face): New function. Use it to create
26463 various faces formerly created by using `copy-face'.
26465 * org-agenda.el (org-prepare-agenda): Don't officially mark this
26467 (org-agenda-quit): Kill the frame containing the agenda window if
26468 that frame was created for the agenda.
26470 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26472 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
26473 stamp in the agenda.
26475 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26477 * org-agenda.el (org-prepare-agenda):
26478 Reset `org-drawers-for-agenda'.
26479 (org-prepare-agenda): Uniquify list of drawers.
26481 * org.el (org-complex-heading-regexp-format): New variable.
26482 (org-set-regexps-and-options):
26483 Define `org-complex-heading-regexp-format'.
26484 (org-drawers-for-agenda): New variable.
26485 (org-map-entries): Bind `org-drawers-for-agenda'.
26486 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
26488 * org-remember.el (org-go-to-remember-target)
26489 (org-remember-handler): Use `org-complex-heading-regexp-format'.
26491 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26493 * org-agenda.el (org-agenda-highlight-todo): Fix text property
26496 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
26497 always with `invisible-ok'.
26498 (org-store-link): No error when there is nothing to link to in the
26501 * org-list.el (org-update-checkbox-count): Insert changed cookie
26502 before the old, to avoid problems with invisibility at the end of
26504 (org-update-checkbox-count): Insert changed cookie before the old,
26505 to avoid problems with invisibility at the end of the line.
26507 * org.el (org-sort-entries-or-items): Include the final newline.
26508 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
26509 lines for fontification.
26510 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
26511 (org-prepare-dblock): Store the current indentation of the BEGIN
26513 (org-update-dblock): Apply the indentation of the begin line to
26514 the rest of the block.
26515 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
26516 (org-startup-folded): New allowed value `showeverything'.
26517 (org-startup-options): Add STARTUP keyword `showeverything'.
26518 (org-set-startup-visibility): Respect value `showeverything' in
26519 org-startup-folded.
26521 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26523 * org.el (org-closest-date): Fix issue with past preference.
26525 * org-archive.el (org-archive-set-tag)
26526 (org-archive-subtree-default): New commands.
26528 * org-clock.el (org-clock-clocktable-default-properties):
26530 (org-clock-report):
26531 Use `org-clock-clocktable-default-properties'.
26533 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26535 * org.el (org-iswitchb-completing-read): Fix typo.
26537 * org-crypt.el: New file.
26539 * org.el: Add an entry for org-crypt.
26541 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26543 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
26545 (org-batch-store-agenda-views): New function.
26546 (org-agenda-title-append): Define variable.
26547 (org-write-agenda): New export to Org files.
26548 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
26549 (org-agenda): Allow to keep the restricted file list if a special
26550 variable is bound to t.
26551 (org-agenda): Define a special agenda view for working on flagged
26553 (org-agenda-get-restriction-and-command): List the new agenda
26555 (org-agenda-show-the-flagging-note): New command.
26556 (org-agenda-mode-map): New key `?' for looking at the flagging
26559 * org.el (org-autoload): Autoload org-mobile.el.
26560 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
26562 * org-mobile.el: New file.
26564 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
26566 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26568 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
26570 (org-table-get-remote-range): Match indented #+TBLNAME
26573 * org.el (org-convert-to-odd-levels)
26574 (org-convert-to-oddeven-levels): Work also correctly if the file
26575 is in outline-mode.
26577 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26579 * org.el (org-store-link): When in agenda buffer, link to
26581 (org-add-planning-info): Remove spaces at eol.
26583 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
26586 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26588 * org-latex.el (org-export-latex-first-lines): Fix problem with
26589 LaTeX export of first line and selected subtree.
26591 * org.el (org-shifttab): Interpret arg differently when using only
26594 2009-10-01 Bastien Guerry <bzg@gnu.org>
26596 * org.el (org-check-agenda-file): Use a more explicit message.
26598 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26600 * org-exp.el (org-export-remove-special-table-lines): Don't remove
26603 2009-10-01 Bastien Guerry <bzg@gnu.org>
26605 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
26606 prompt in the temporary window.
26608 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
26609 prefix for marked entries in the agenda view.
26611 2009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
26613 * org.el (outline-end-of-subtree): Bugfix: advise this function in
26614 a way that prevents any trailing character from being displayed.
26616 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26618 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
26621 * org-exp.el (org-export-remove-special-table-lines): Remove bad
26624 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26626 * org-latex.el (org-export-latex-preprocess): Do not protect in
26629 * org-src.el (org-edit-src-save): Save window setup while saving.
26630 (org-edit-src-code): Use new buffer name construction scheme.
26632 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26634 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
26636 (org-agenda-entry-text-cleanup-hook): New hook.
26637 (org-agenda-get-some-entry-text): Remove matches of
26638 `org-agenda-entry-text-exclude-regexps' and run the hook
26639 `org-agenda-entry-text-cleanup-hook'.
26641 * org.el (org-offer-links-in-entry): New argument ZERO to
26642 implement a link with index zero.
26643 (org-cycle-show-empty-lines): Not keep empty line under header
26645 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
26646 to nil for special completion.
26647 (org-store-link): Don't error before the first heading.
26649 * org-agenda.el (org-agenda-open-link): Pass the prefix to
26650 `org-offer-links-in-entry'.
26652 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26654 * org-agenda.el (org-agenda-quit): Provide the window argument for
26655 `window-dedicated-p', Emacs 22 needs it.
26656 (org-format-agenda-item): If the category is a link, arrange for
26657 invisible text to replaced with spaces.
26658 (org-compile-prefix-format): Add the extra space.
26659 (org-prefix-category-length): New variable.
26661 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
26662 references from TOC lines.
26664 * org.el (org-selected-window): New variable.
26666 * org-table.el (org-table-edit-formulas): Remember the selected
26668 (org-table-fedit-finish, org-table-fedit-abort): Select the window
26669 that was originally selected.
26671 * org-exp.el (org-export-preprocess-apply-macros): Scan the
26672 expansion of a macro for more macro definitions.
26674 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
26675 invisibility overlay starts on the newline.
26677 2009-10-01 Glenn Morris <rgm@gnu.org>
26679 * org-agenda.el (calendar-check-holidays):
26680 * org-exp.el (org-agenda-skip):
26681 * org-list.el (outline-back-to-heading):
26682 * org-wl.el (wl-summary-goto-folder-subr):
26683 * org.el (iswitchb-mode, remember, remember-buffer-desc)
26684 (remember-finalize, remember-save-after-remembering, remember-register)
26685 (remember-buffer, remember-handler-functions)
26686 (remember-annotation-functions): Remove unused declarations.
26688 * org.el (iswitchb-read-buffer): Fix declaration.
26690 2009-09-30 Glenn Morris <rgm@gnu.org>
26692 * org-compat.el (w32-focus-frame):
26693 * org-exp-blocks.el (R):
26694 * org-exp.el (htmlize-buffer):
26695 * org-protocol.el (server-edit):
26696 * org-table.el (org-format-org-table-html):
26697 * org.el (org-indent-mode): Fix declarations.
26699 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
26700 free variable `fun'.
26702 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
26704 * org-agenda.el (org-agenda-restore-windows-after-quit):
26705 Fix typo in docstring.
26707 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
26709 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
26710 (org-shiftselect-error, org-ctrl-c-ctrl-c):
26711 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
26712 * org-attach.el (org-attach-check-absolute-path):
26713 * org-docbook.el (org-export-as-docbook):
26714 * org-html.el (org-export-as-html):
26715 * org-id.el (org-id-update-id-locations):
26716 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
26717 Fix typos in error messages.
26719 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
26721 * org-ascii.el: Require CL for the `loop' macro.
26723 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
26725 * org-gnus.el (require): Wrap (require gnus-sum) into
26728 2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
26730 * org-protocol.el (org-protocol-store-link)
26731 (org-protocol-remember, org-protocol-open-source): Remove autoload
26734 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
26735 referencing the start of the line.
26737 * org-gnus.el: Remove unnecessary declare-function forms.
26738 (gnus-sum): Always require gnus-sum.
26740 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
26742 * org-protocol.el (org-protocol-store-link)
26743 (org-protocol-remember, org-protocol-open-source): Add autoloads.
26745 * org-compat.el (org-float-time): New function.
26747 * org.el (org-clock-update-time-maybe)
26748 (org-sort-entries-or-items, org-do-sort)
26749 (org-evaluate-time-range, org-time-string-to-seconds)
26750 (org-closed-in-range): Use `org-float-time'.
26752 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
26753 (org-timer-seconds): Use `org-float-time'.
26755 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
26756 (org-clock-sum, org-dblock-write:clocktable)
26757 (org-clocktable-steps): Use `org-float-time'.
26759 * org-agenda.el (org-agenda-last-marker-time)
26760 (org-agenda-new-marker, org-diary): Use `org-float-time'.
26762 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
26765 * org-exp.el (org-get-file-contents): Only protect lines that
26768 * org-html.el (require): Require cl for compilation.
26770 * org.el: Avoid using `default-major-mode'.
26772 * org-plot.el (require): Require CL only at compile time.
26774 * org-exp.el (require): Require CL only at compile time.
26776 * org-agenda.el (org-agenda-quit): When the agenda window is
26777 dedicated, remove other windows before exiting, so that the frame
26778 really will be killed.
26780 * org-exp.el (org-export-handle-include-files): Reset START and
26781 END for each loop cycle.
26783 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
26785 * org.el (org-eval-in-calendar):
26786 Use `org-select-frame-set-input-focus'.
26788 * org-compat.el (org-select-frame-set-input-focus): New function.
26790 * org.el (org-update-statistics-cookies): New function.
26791 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
26793 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
26795 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
26796 after the local variables are set.
26798 * org-latex.el (org-export-latex-protect-amp): New function.
26799 (org-export-latex-links): Protect link ampersands in tables.
26801 * org-exp.el (org-export-select-backend-specific-text): Match in
26802 two steps, to avoid regexp problems.
26804 * org.el (org-offer-links-in-entry): Improve working with many and
26807 * org-agenda.el (org-agenda-show-1): Make more consistent with
26809 (org-agenda-cycle-show): Make more consistent with normal cycling.
26811 * org-gnus.el (org-gnus-store-link): Restore the linking to a
26814 2009-09-02 Bastien Guerry <bzg@gnu.org>
26816 * org-latex.el (org-export-latex-first-lines): Bugfix.
26818 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
26820 * org-clock.el (org-clock-modify-effort-estimate): Emit message
26823 * org.el (org-set-effort): New function.
26824 (org-mode-map): New key for effort setting command.
26826 * org-agenda.el (org-agenda): Keep window setup when calling
26827 agenda from within agenda window.
26828 (org-agenda-mode-map): New keys for effort setting commands.
26829 (org-agenda-menu): Add effort setting commands to menu.
26830 (org-agenda-set-property, org-agenda-set-effort): New functions.
26832 * org-latex.el (org-export-latex-tables):
26833 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
26834 the first column has been removed.
26836 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
26838 * org.el (org-remove-timestamp-with-keyword): Only remove in
26839 entry, not in subtree.
26841 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
26844 * org.el (org-open-at-point): When on headline, offer all strings
26847 * org-remember.el (org-remember-templates): Documentation fix.
26849 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
26850 `org-get-last-sibling' instead of the outline versions of these
26852 (org-get-last-sibling): New function.
26853 (org-refile): Use `org-get-next-sibling' instead of the outline
26854 version of this function.
26855 (org-clean-visibility-after-subtree-move):
26856 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
26857 outline versions of these functions.
26859 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
26861 * org-agenda.el (org-prepare-agenda): When creating a new frame
26862 for the agenda, make the window dedicated.
26864 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
26866 * org-table.el (org-table-align): Change the order of reinsertion
26867 and deletion, to avoid problems with overlays following the table.
26869 * org.el (org-parse-time-string): Better error message.
26870 (org-show-subtree): Use org-end-of-subtree.
26872 * org-macs.el (org-goto-line): New defsubst.
26874 * org.el (org-open-file, org-change-tag-in-region)
26875 (org-fast-tag-show-exit): Don't use `goto-line'.
26877 * org-table.el (org-table-align, org-table-insert-column)
26878 (org-table-delete-column, org-table-move-column)
26879 (org-table-sort-lines, org-table-copy-region)
26880 (org-table-paste-rectangle, org-table-wrap-region)
26881 (org-table-get-specials, org-table-rotate-recalc-marks)
26882 (org-table-get-range, org-table-recalculate)
26883 (org-table-edit-formulas, org-table-fedit-convert-buffer)
26884 (org-table-show-reference, org-table-highlight-rectangle):
26885 Don't use `goto-line'.
26887 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
26888 (org-edit-src-exit): Don't use `goto-line'.
26890 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
26892 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
26893 Don't use `goto-line'.
26895 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
26897 * org-colview.el (org-columns, org-columns-redo)
26898 (org-agenda-columns): Don't use `goto-line'.
26900 * org-agenda.el (org-agenda-mode): Force visual line motion off.
26901 (org-agenda-add-entry-text-maxlines): Improve docstring.
26902 (org-agenda-start-with-entry-text-mode): New option.
26903 (org-agenda-entry-text-maxlines): New option.
26904 (org-agenda-entry-text-mode): New variable.
26905 (org-agenda-mode): Set initial value of
26906 `org-agenda-entry-text-mode'.
26907 (org-agenda-mode-map): Add the `E' key.
26908 (org-agenda-menu): Add entry text mode to the menu.
26909 (org-agenda-get-some-entry-text): Fix line count bug.
26910 (org-finalize-agenda): Apply entry text mode if appropriate.
26911 (org-agenda-entry-text-show-here): New function.
26912 (org-agenda-entry-text-show): New function.
26913 (org-agenda-entry-text-hide): New function.
26914 (org-agenda-view-mode-dispatch): Add entry text mode to the view
26916 (org-agenda-entry-text-mode): New command.
26917 (org-agenda-set-mode-name): Add entry text mode to the mode line
26919 (org-agenda-undo, org-agenda-get-restriction-and-command)
26920 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
26923 2009-09-02 Bernt Hansen <bernt@norang.ca>
26925 * org-clock.el (org-notify): Bugfix.
26927 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
26929 * org-agenda.el (org-agenda-open-link): Handle multiple links and
26930 check for after-string.
26932 * org-gnus.el (org-gnus-store-link): Simplify.
26934 * org.el (org-latex-regexps): Don't add extra empty lines for
26937 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
26939 * org-agenda.el (org-agenda-get-some-entry-text): New function.
26940 (org-agenda-add-entry-text):
26941 Use `org-agenda-get-some-entry-text'.
26943 * org.el (org-cycle-separator-lines): Update docstring.
26944 (org-cycle-show-empty-lines): Handle negative values for
26945 `org-cycle-show-empty-lines'.
26947 * org-exp.el (org-export-protect-sub-super): New function.
26948 (org-export-normalize-links): Protect the url of plain links from
26949 supscript and superscript processing.
26951 * org-remember.el (org-remember-escaped-%): New function.
26952 (org-remember-apply-template): Use `org-remember-escaped-%' to
26953 detect escaped % signs.
26955 2009-09-02 Bastien Guerry <bzg@gnu.org>
26957 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
26958 sound when showing the notification.
26960 * org-clock.el (org-notify): New function.
26961 (org-clock-notify-once-if-expired): Use `org-notify'.
26963 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
26964 and `gnus-article-mode' separately.
26965 (gnus-summary-article-header): Fix the declare-function.
26967 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
26969 * org-exp.el (org-export-format-source-code-or-example):
26970 Translate language.
26972 * org-src.el (org-src-lang-modes): New variable.
26973 (org-edit-src-code): Translate language.
26975 * org-exp.el (org-export-format-source-code-or-example): Deal wit
26976 the new structure of the `org-export-latex-listings-langs'
26979 * org-latex.el (org-export-latex-listings-langs): Change structure
26980 of the variable from plist to alist.
26982 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
26984 * org.el (org-in-commented-line): New function.
26986 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
26988 * org.el (org-hide-block-toggle): Make folded blocks searchable.
26990 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
26992 * org.el (org-flag-drawer): More useful error.
26994 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
26996 * org-remember.el (org-remember-apply-template):
26997 Use org-icompleting-read.
26999 * org-publish.el (org-publish): Use org-icompleting-read.
27001 * org-colview.el (org-columns-edit-value, org-columns-new)
27002 (org-insert-columns-dblock): Use org-icompleting-read.
27004 * org-attach.el (org-attach-delete-one, org-attach-open):
27005 Use org-icompleting-read.
27007 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27009 * org.el (org-hierarchical-todo-statistics): Improve docstring.
27010 (org-version): Return the version text.
27011 (org-org-menu): Add a menu entry for the new bug reporter.
27012 (org-submit-bug-report): New command.
27014 * org-list.el (org-hierarchical-checkbox-statistics):
27017 * org.el (org-emphasis-regexp-components): Add "`" to set of
27018 pre-emphasis characters.
27020 * org-latex.el (org-export-latex-classes): Always include the soul
27022 (org-export-latex-emphasis-alist): Use \st for strikethough.
27024 * org-exp-blocks.el (org-export-blocks-preprocess):
27025 Use `indent-code-rigidly' to indent.
27027 * org-agenda.el (org-agenda-get-restriction-and-command):
27028 Remove properties only if MATCH really is a string.
27030 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27032 * org-latex.el (org-export-latex-packages-alist):
27033 Fix customization type.
27035 * org.el (org-create-formula-image): Also use
27036 `org-export-latex-packages-alist'.
27038 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
27039 (org-export-as-html): Format footnotes correctly.
27041 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27043 * org.el (org-fast-tag-selection): Avoid text properties on tags
27046 * org-agenda.el (org-agenda-get-restriction-and-command):
27047 Avoid text properties on the match element.
27049 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27051 * org.el (org-set-regexps-and-options): Make sure the list of done
27052 keywords is not invalid.
27054 * org-exp.el (org-export-interpolate-newlines): New function.
27056 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27058 * org.el (org-format-latex): Avoid nested overlays.
27060 * org-latex.el (org-export-latex-listings-langs): Add a few more
27063 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
27064 ignore newlines and space before the first macro argument.
27066 * org-latex.el (org-export-latex-tables): Remove save-excursion
27067 around `org-table-align'.
27069 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27071 * org.el (org-export-html-special-string-regexps):
27072 Definition moved into org.el.
27074 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
27077 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27079 * org-latex.el (org-export-latex-listings)
27080 (org-export-latex-listings-langs): New options.
27082 * org-exp.el (org-export-format-source-code-or-example):
27083 Use listing package if requested by the user.
27085 2009-09-02 Bastien Guerry <bzg@gnu.org>
27087 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
27088 command before actually switching to a buffer.
27090 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27092 * org-exp.el (org-get-file-contents): Only quote org lines when
27093 the markup is src or example.
27095 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
27097 (org-agenda-get-day-entries): Remember deadline results and pass
27098 them on into the function getting the scheduling information.
27099 (org-agenda-get-scheduled): Accept deadline results as parameters
27100 and maybe skip some entries.
27101 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
27103 * org.el (org-insert-heading): When respecting content, do not
27104 convert current line to headline.
27106 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
27107 Also cheeeeeck the hd marker.
27108 (org-clock-in): Also set the hd marker.
27109 (org-clock-out): Also set the hd marker.
27110 (org-clock-cancel): Reset markers.
27112 * org.el (org-clock-hd-marker): New marker.
27114 * org-faces.el (org-agenda-clocking): New face.
27116 * org-agenda.el (org-agenda-mark-clocking-task): New function.
27117 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
27119 * org.el (org-modules): Add org-track.el.
27121 * org-agenda.el (org-agenda-bulk-marked-p): New function.
27122 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
27123 Use `org-agenda-bulk-marked-p'.
27124 (org-agenda-bulk-toggle): New command.
27126 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27128 * org.el (org-move-subtree-down): Hide subtree if it was folded,
27131 * org-remember.el (org-remember-finalize): Avoid buffer-modified
27134 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
27136 * org-html.el (org-export-as-html):
27137 * org-docbook.el (org-export-as-docbook):
27138 Use (default-value 'major-mode) instead of default-major-mode.
27140 2009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
27142 * org-docbook.el: Add arch-tag.
27144 * org-exp-blocks.el: Add arch-tag.
27146 * org-id.el: Add arch-tag.
27148 * org-indent.el: Add arch-tag.
27150 * org-inlinetask.el: Add arch-tag.
27152 * org-protocol.el: Add arch-tag.
27154 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27156 * org.el (org-create-formula-image): Remove the -E option for
27159 * org-exp.el (org-default-export-plist): Respect #+BIND.
27160 (org-export-confirm-letbind): New function.
27162 * org.el (org-paste-subtree): Test the kill ring entry if it is
27164 (org-copy-subtree): Use `org-forward-same-level'.
27165 (org-forward-same-level): Respect the `invisibe-ok' arg for
27168 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27170 * org.el (org-table-map-tables): Make sure cursor is back at table
27171 beginning after funcall.
27173 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
27174 handled before children, and do not error if an entry is not
27175 found, probably because it hase been remove when the parent was
27176 archived or refiled.
27178 * org.el (org-ido-completing-read): Accept straight lists for
27179 completion as well as alists.
27181 * org-timer.el (org-timer-cancel-timers): Rename from
27182 `org-timer-cancel-timers'.
27184 * org.el (org-cycle-internal-local): Fix problem with finding next
27187 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27189 * org-list.el (org-list-send-list):
27190 Call `org-list-goto-true-beginning' instead of
27191 `org-list-find-true-beginning', which does not exist.
27193 * org-timer.el (org-timer-reset-timers): Use `mapc'.
27194 (org-timer-set-timer): Do not assign to heading.
27196 * org-id.el (org-id-open): Quote function name.
27198 * org-macs.el (org-unmodified): Turn off recording undo
27199 information while running inside the macro.
27201 * org-table.el (org-table-export): Also work in file-less
27204 * org.el (org-startup-indented): New option.
27205 (org-startup-options): Add new options indent and noindent.
27206 (org-unfontify-region): Remove line-prefix and wrap-prefix
27208 (org-after-demote-entry-hook, org-after-promote-entry-hook):
27210 (org-promote, org-demote): Run the new hooks.
27212 * org-table.el (org-table-align): Replace leading \n as well.
27214 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
27215 and `line-wrap' text properties.
27217 * org-compat.el (org-kill-new): New function.
27219 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
27220 `line-wrap' text properties.
27222 * org-indent.el: New file.
27224 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27226 * org.el (org-provide-todo-statistics): Tweak docstring.
27228 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
27230 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27232 * org-exp.el (org-export-as-org): Insert the "-source" string
27233 before the extension.
27235 * org.el (org-read-date): Make sure the calendar is in the current
27237 (org-set-emph-re): Remove the ? from the post-match.
27238 (org-emphasis-regexp-components): Add backslash to the
27240 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
27241 optional so that also lines at the end of the buffers will still
27242 be matched as headlines.
27244 * org-table.el (org-table-error-on-row-ref-crossing-hline):
27245 Variable made obsolete.
27246 (org-table-relative-ref-may-cross-hline): New option.
27247 (org-table-find-row-type): Honow the new option
27248 `org-table-relative-ref-may-cross-hline'.
27250 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27252 * org-table.el (org-table-cut-region, org-table-copy-region):
27253 Work on single field if no active region.
27255 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27257 * org-latex.el (org-export-latex-make-header): Only insert title
27260 * org.el (org-make-options-regexp): Allow empty values.
27262 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27264 * org.el (org-cycle-internal-local): Improve version of finding
27266 (org-cycle-hide-drawers): Only hide drawers if this is really
27268 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
27269 org-version of this function in Org-mode. We use advice to
27270 implement this change, so that future changes to this function in
27271 outline.el wil be handled properly.
27272 (org-forward-same-level, org-backward-same-level): New commands.
27274 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27276 * org.el (org-remove-empty-overlays-at)
27277 (org-clean-visibility-after-subtree-move): New functions.
27278 (org-move-subtree-down): Simplify cleanup of display.
27280 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27282 * org-mac-message.el (org-mac-message-get-links): Improve
27283 docstring. Make argument SELECT-OR-FLAGGED optional, default to
27284 "s". Fix the return value.
27285 (org-mac-message-insert-flagged): Simplify.
27287 * org.el (org-refile-get-location): Tamper with refile history o
27288 that history contains compete matches instead of the entered
27291 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27293 * org.el (org-store-link): Never store a link to an inline task.
27295 * org-footnote.el (org-footnote-goto-local-insertion-point):
27296 Skip inline tasks when positioning footnotes.
27298 * org.el (org-refile): Remove the END line when archiving an
27299 inline task that does have an END line.
27301 * org-archive.el (org-archive-subtree): Remove the END line when
27302 archiving an inline task that does have an END line.
27304 * org-macs.el (org-with-limited-levels): New macro.
27305 (org-get-limited-outline-regexp): New function.
27307 * org-exp.el (org-export-format-source-code-or-example): Fix bug
27308 that did not enumerate first line.
27309 (org-export-mark-radio-links): Skip matches in links.
27311 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27313 * org.el (org-activate-plain-links): Make single-match.
27314 (org-adapt-indentation): Fix docstring.
27316 * org-macs.el (org-unmodified): Turn of modification hooks while
27317 running this macro.
27319 2009-08-06 Bastien Guerry <bzg@gnu.org>
27321 * org.el (org-adapt-indentation): Slightly improve the docstring.
27322 (org-occur): Sends an error when the user inputs an empty string.
27323 (org-priority): Bugfix: the tag alignement should happen within
27326 2009-08-06 Bastien Guerry <bzg@gnu.org>
27328 * org.el (org-make-link-regexps): Don't exclude parentheses from
27329 `org-plain-link-re'.
27330 (org-cycle-internal-local): When locally cycling, switch directly
27331 from CHILDREN to FOLDED if there is no subtree.
27332 (org-cycle): Update the docstring to document the new behavior of
27333 `org-cycle-internal-local'.
27335 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
27337 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
27338 an abbreviated format for days.
27340 2009-08-06 Bastien Guerry <bzg@gnu.org>
27342 * org-protocol.el (org-protocol-default-template-key):
27345 * org.el (org-refile): Bugfix: save-excursion before reading the
27346 refile target, otherwise cursor moves might confuse `org-refile'.
27348 * org.el (org-toggle-heading): Bugfix: correctly convert list
27349 items before the first headline.
27351 * org.el (org-provide-todo-statistics): Allow a list of TODO
27352 keywords to compute statistics against headlines containing a
27353 keyword from this list.
27354 (org-update-parent-todo-statistics): Possibly use the new allowed
27355 value of `org-provide-todo-statistics'.
27357 2009-08-06 Bastien Guerry <bzg@gnu.org>
27359 * org-timer.el: Add autoload cookie.
27361 * org.el (org-occur-link-in-agenda-files): New function.
27363 * org-timer.el (org-timer-last-timer): New variable.
27365 * org-agenda.el (org-agenda-mode-map): New key for
27366 org-timer-set-timer called from the agenda.
27368 * org.el (org-mode-map): New key for org-timer-set-timer.
27370 * org-timer.el (org-timer-reset-timers)
27371 (org-timer-show-remaining-time, org-timer-set-timer):
27374 * org-clock.el (org-show-notification): Update the docstring.
27376 * org.el (org-provide-todo-statistics): Allow new value
27377 'all-headlines for this option, which includes entries with no
27378 TODO keywords in the todo statistics.
27379 (org-update-parent-todo-statistics): Possibly use the new
27380 'all-headline value from `org-provide-todo-statistics'.
27382 2009-08-06 Bastien Guerry <bzg@gnu.org>
27384 * org-clock.el (org-dblock-write:clocktable): Add a new option
27385 :timestamp which allows display of timestamps in clock reports.
27387 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
27388 list to a subtree, preserving the structure of the list.
27389 (org-set-emph-re): Make the last element optional in the regexp.
27390 This regexp now matches an emphasized string at the end of a line.
27392 * org-list.el (org-list-goto-true-beginning)
27393 (org-list-make-subtree, org-list-make-subtrees): New functions.
27395 * org.el (org-eval-in-calendar): Select the right frame.
27396 (org-save-frame-excursion): Remove this macro.
27398 2009-08-06 Bastien Guerry <bzg@gnu.org>
27400 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
27401 trying to find the beginning of a list.
27403 * org-exp.el (org-get-file-contents): Use a new argument: markup.
27404 When present, tell org-get-file-contents not to protect org-like
27407 * org-id.el (org-id-uuid-program): New option to set the name of
27408 the uuidgen program.
27409 (org-id-method): Use `org-id-uuid-program'.
27410 (org-id-new): Use `org-id-uuid-program'.
27412 2009-08-06 Bastien Guerry <bzg@gnu.org>
27414 * org-exp.el (org-export-number-lines): Allow whitespace in code
27415 references. Allow the -r switch to remove the references in the
27416 source code even when the lines are not numbered: the labels can
27417 be explicit enough.
27419 * org.el (org-fontify-whole-heading-line): New option.
27420 (org-set-font-lock-defaults): Use the new option.
27422 * org-clock.el (org-show-notification-handler): New option.
27423 (org-show-notification): Use the new option.
27425 2009-08-06 Bastien Guerry <bzg@gnu.org>
27427 * org.el (org-eval-in-calendar): Fix a bug about calendar
27428 navigation when `calendar-setup' value is 'calendar-only.
27430 2009-08-06 Bastien Guerry <bzg@gnu.org>
27432 * org.el (orgstruct++-mode): Fix typo in docstring.
27433 (org-insert-link): Clean up: (or (...)) => (...)
27434 (org-insert-link): Use TAB for stored links completion.
27436 2009-08-06 Bastien Guerry <bzg@gnu.org>
27438 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
27439 building the list of targets.
27441 * org-remember.el (org-remember-delete-empty-lines-at-end):
27443 (org-remember-handler): Use the new option.
27445 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
27447 * org.el (org-tags-sort-function): New option for sorting tags.
27448 (org-set-tags): Use the new option to sort tags.
27450 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
27451 premature deletion of the data when using org-plot in a script.
27453 2009-08-06 Bastien Guerry <bzg@gnu.org>
27455 * org-clock.el (org-clock-in-prepare-hook): New hook.
27456 (org-clock-in): Use this new hook.
27458 2009-08-06 Bastien Guerry <bzg@gnu.org>
27460 * org.el (org-special-ctrl-a/e): Explicitly bind the value
27461 'reversed for this option to the "true line boundary first"
27463 (org-tags-match-list-sublevels): Document the 'indented value for
27466 * org-latex.el (org-export-latex-first-lines): Fix problem with
27467 publishing the region.
27469 * org-exp.el (org-export-format-source-code-or-example):
27470 Fix bad line numbering when exporting examples in HTML.
27472 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
27474 * org-colview.el (org-format-time-period): Formats a time in
27475 fractional days as days, hours, mins, seconds.
27476 (org-columns-display-here): Add special handling for SINCE and
27477 SINCE_IA to format for display.
27479 * org.el (org-time-since): Add a function to get the time since an
27481 (org-entry-properties): Add two new special properties: SINCE and
27482 SINCE_IA. These give the time since any active or inactive
27483 timestamp in an entry.
27484 (org-special-properties): Add SINCE, SINCE_IA.
27485 (org-tags-sort-function): Add custom declaration for tags
27487 (org-set-tags): Sort tags if org-tags-sort-function is set.
27489 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27491 * org-clock.el (org-clock-goto): Find hidden headlines as well.
27493 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
27495 * org-plot.el (org-plot/add-options-to-plist): Add timeind
27498 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27500 * org-publish.el (org-publish-remove-all-timestamps): New function.
27501 (org-publish-all): Remove all timestamp files if `org-publish-all'
27502 is called with a prefix argument.
27504 * org-list.el (org-indent-item): Fix typo.
27505 (org-item-indent-positions): Normalize ordered bullet.
27507 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27509 * org-macs.el (org-set-local): Make a local variable, do not make
27510 the variable buffer-local!
27512 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
27514 * org-exp.el (org-infile-export-plist): Read BIND lines.
27515 (org-install-letbind): New function.
27516 (org-export-as-org, org-export-preprocess-string):
27517 Call `org-install-letbind'.
27519 * org-list.el (org-list-demote-modify-bullet): New option.
27520 (org-first-list-item-p): Save point.
27521 (org-fix-bullet-type): New optional argument FORCE-BULLET.
27522 (org-indent-item): Honor `org-list-demote-modify-bullet'.
27523 (org-item-indent-positions): Return bullet types along with
27526 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27528 * org.el (org-show-entry): Hide drawers.
27530 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27532 * org-footnote.el (org-footnote-auto-adjust): New option.
27533 (org-footnote-auto-adjust-maybe): New function.
27534 (org-footnote-new, org-footnote-delete):
27535 Call `org-footnote-auto-adjust-maybe'.
27537 * org.el (org-startup-options): Add new footnote-related
27540 * org-publish.el (org-publish-timestamp-filename): Additional
27541 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
27542 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
27543 TRUE-PUB-DIR. Pass them through to
27544 `org-publish-timestamp-filename'.
27545 (org-publish-update-timestamp): Additional arguments PUB-DIR and
27546 PUB-FUNC, which are included in the hash.
27547 (org-publish-file): Delay timestamp test until the publishing
27550 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27552 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
27553 setting the deadline.
27555 * org.el (org-read-date-final-answer): New variable.
27556 (org-read-date): Store the final answer string, including the date
27557 from the calendar, for reuse by agenda bulk commands.
27559 * org-publish.el (org-publish-attachment): Fix publishing of
27562 * org-latex.el (org-export-latex-quotation-marks): Fix export of
27563 quotation makrs in parenthesis.
27564 (org-remove-initial-hash): New function.
27565 (org-export-latex-preprocess): Fix bug with infinite loop if
27566 environment is not properly closed.
27568 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
27571 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
27572 highlight also when indented.
27574 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27576 * org-footnote.el (org-footnote-renumber-fn:N): New command.
27577 (org-footnote-action): Offer renumbering.
27579 * org.el (org-cycle): Honor the `integrate' value of
27580 org-cycle-include-plain-lists'.
27582 * org-list.el (org-cycle-include-plain-lists): New allowed value
27583 `internal'. Improve the docstring.
27585 * org.el (org-set-autofill-regexps): Improve the paragraph-start
27586 regexp to work better with LaTeX commands.
27588 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27590 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
27591 and eps extensions.
27593 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27595 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
27598 * org.el (org-map-entries): No longer force
27599 `org-tags-match-list-sublevels' to t during a todo-only tags
27602 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27604 * org-latex.el (org-export-latex-low-levels): Allow user-defined
27606 (org-export-latex-subcontent): Handle user-defined environment.
27608 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
27609 the View dispatcher.
27611 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
27614 * org-latex.el (org-export-as-pdf): Protect match data during call
27615 to shell-quote-argument.
27617 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
27618 (org-agenda-view-mode-dispatch): New function.
27620 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27622 * org-agenda.el (org-agenda-mode): Reset list of marks.
27623 (org-agenda-mode-map): Define new keys for refile and bulk action.
27624 (org-agenda-menu): Add menu itesm for refile and bulk action.
27625 (org-agenda-refile): New function.
27626 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
27627 (org-agenda-marked-entries): New variable.
27628 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
27629 (org-agenda-remove-all-bulk-action-marks)
27630 (org-agenda-bulk-action): New functions/commands.
27632 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27634 * org-exp.el (org-get-file-contents): Protect org-like lines in
27636 (org-export-format-source-code-or-example): Remove newlines.
27638 * org-latex.el (org-export-latex-links): Check for no-description
27641 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
27642 argument separator back to comma.
27643 (org-export-normalize-links): Mark links without description.
27645 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27647 * org-exp.el (org-infile-export-plist): Fix bug in macro
27650 * org-agenda.el (org-agenda-clock-out): Update line after clocking
27652 (org-agenda-highlight-todo): Fix bug with highlighting.
27654 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27656 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
27657 new alignment strings.
27659 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
27661 (org-table-align): Check for forced align type.
27663 * org.el (org-self-insert-command): Add yas/expand to command
27666 * org-clock.el (org-clock-in-hook): New hook.
27667 (org-clock-in): Run `org-clock-in-hook.
27668 (org-clock-out-hook): New hook.
27669 (org-clock-out): Run `org-clock-out-hook.
27670 (org-clock-cancel-hook): New hook.
27671 (org-clock-cancel): Run `org-clock-cancel-hook.
27672 (org-clock-goto-hook): New hook.
27673 (org-clock-goto): Run `org-clock-goto-hook.
27675 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27677 * org.el (org-store-link): Better default description for link to
27680 * org-exp.el (org-export-generic): Autoload the generic exporter
27682 (org-export): Implement the `g' key for the generic exporter.
27684 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27686 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
27689 * org-exp.el (org-infile-export-plist): Get macros also from
27692 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27694 * org-colview.el (org-columns-capture-view): Protect vertical bars
27696 (org-columns-capture-view): Exclude comment and archived trees.
27698 * org.el (org-quote-vert): New function.
27700 * org-latex.el (org-export-latex-verbatim-wrap): New option.
27702 * org-exp.el (org-export-format-source-code-or-example):
27703 Use `org-export-latex-verbatim-wrap'.
27705 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
27708 2009-08-06 Eric Schulte <schulte.eric@gmail.com>
27710 * org-exp-blocks.el: New file.
27712 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27714 * org-remember.el (org-remember-templates): Allow the headline
27715 element to be a function.
27716 (org-remember-apply-template): If the headline is a function, call
27717 it to get the true function.
27719 * org-clock.el (org-clock-menu): New function.
27720 (org-clock-update-mode-line): Update help string.
27721 (org-clock-modify-effort-estimate): New function.
27722 (org-clock-mark-default-task): New function.
27724 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
27726 (org-org-menu): Add new clocking stuff.
27727 (org-clock-is-active): New function.
27729 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27731 * org.el (org-open-non-existing-files): Improve docstring.
27733 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27735 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
27737 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
27739 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
27741 * org-list.el (org-get-checkbox-statistics-face): Use the new
27744 * org-faces.el (org-checkbox-statistics-todo)
27745 (org-checkbox-statistics-done): New faces.
27747 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27749 * org-latex.el (org-export-latex-use-verb): New variable.
27750 (org-export-latex-emph-format): Prefer \texttt over \verb when
27751 org-export-latex-use-verb is set.
27753 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27755 * org-remember.el (org-remember-handler): Abort remember if the
27758 * org-exp.el (org-export-format-source-code-or-example):
27759 Run `org-src-mode-hook'.
27761 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27763 * org.el (org-indent-line-function): Fix indentation of +#end lines.
27765 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
27767 * org-gnus.el (org-gnus-store-link): Require message.el in
27768 org-gnus-store-link.
27770 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27772 * org-src.el: New file, split out of org.el.
27774 * org-macs.el (org-replace-match-keep-properties): New function.
27776 * org-exp.el (org-export-mark-blockquote-verse-center):
27777 Better preprocessing of center and quote and verse blocks.
27779 * org-list.el (org-list-end): Respect the stored "original"
27780 indentation when determining the end of the list.
27782 * org-exp.el (org-export-replace-src-segments-and-examples):
27783 Remember indentation correctly.
27785 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27787 * org-clock.el (org-clock-update-mode-line): Apply face
27788 org-mode-line-clock.
27790 * org-faces.el (org-mode-line-clock): New face.
27792 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
27794 * org-gnus.el (org-gnus-store-link): Fix bug where
27795 `org-gnus-store-link' used wrong subject when called in an article
27796 buffer. Patch provided by fengli AT gmail DOT com.
27798 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27800 * org-exp.el (org-export-format-source-code-or-example):
27801 Remember the original indentation of source code snippets and examples.
27803 * org-latex.el (org-export-as-latex): Relocate the table of
27806 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
27808 * org-agenda.el (org-run-agenda-series): Scope global options also
27809 when creating the agenda buffer.
27811 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27813 * org.el (org-adapt-indentation): Improve documentation.
27814 (org-insert-property-drawer): Respect org-adapt-indentation when
27815 inserting the drawer.
27816 (org-remove-flyspell-overlays-in): New function.
27817 (org-do-emphasis-faces, org-activate-plain-links)
27818 (org-activate-code, org-fontify-meta-lines-and-blocks)
27819 (org-activate-angle-links, org-activate-footnote-links)
27820 (org-activate-bracket-links, org-activate-dates)
27821 (org-activate-target-links, org-activate-tags): Remove flyspell
27824 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27826 * org.el (org-edit-src-save): New function.
27828 * org-clock.el (org-clock-out-switch-to-state): New option.
27829 (org-clock-out): Honor `org-clock-out-switch-to-state'.
27831 * org-compat.el (org-compatible-face): Improve macro.
27833 * org.el (org-global-properties-fixed): Add default for
27834 CLOCK_MODELINE_TOTAL.
27836 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
27838 (org-clock-sum-current-item): Optional argument TSTART, pass it to
27840 (org-clock-get-sum-start): New function.
27842 * org.el (org-startup-options): New keywords blockhide and
27844 (org-mode): Add new invisibility spec.
27845 (org-set-startup-visibility): Hide block on startup if so
27847 (org-hide-block-startup): New option.
27848 (org-block-regexp): New constant.
27849 (org-hide-block-overlays): New variable.
27850 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
27851 (org-show-block-all, org-hide-block-toggle-maybe)
27852 (org-hide-block-toggle): New functions.
27853 (org-edit-src-exit): Do not quote lines starting with # and no +
27855 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
27858 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27860 * org.el (org-buffer-property-keys): Add Effort property for
27863 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27865 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
27866 when retrieving total clocked time in the subtree.
27868 * org.el (org-quoting-blocks): New variable.
27870 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27872 * org-table.el (org-table-store-formulas)
27873 (org-table-get-stored-formulas, org-table-fix-formulas)
27874 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
27875 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
27877 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
27878 Allow indented #+TBLFM line.
27880 * org-footnote.el (org-footnote-goto-local-insertion-point):
27881 Allow indented #+TBLFM line.
27883 * org-colview.el (org-dblock-write:columnview): Allow indented
27886 * org-clock.el (org-dblock-write:clocktable): Allow indented
27889 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27891 * org-exp.el (org-export-format-source-code-or-example):
27892 Make editing indented blocks work correctly.
27894 * org.el (org-edit-src-nindent): New variable.
27895 (org-edit-src-code, org-edit-fixed-width-region)
27896 (org-edit-src-find-region-and-lang, org-edit-src-exit):
27897 Make editing indented blocks work correctly.
27899 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27901 * org-exp.el (org-export-replace-src-segments-and-examples):
27902 Find indented blocks.
27903 (org-export-format-source-code-or-example): Fix indentation of
27905 (org-export-remove-indentation): New function.
27906 (org-export-select-backend-specific-text): Allow backend-specific
27907 code to be indented.
27908 (org-export-mark-blockquote-verse-center): Allow markers to be
27911 * org.el (org-fontify-meta-lines): New function.
27912 (org-set-font-lock-defaults): Call the new fontification
27915 * org-faces.el (org-meta-line): New face.
27916 (org-block): New face.
27918 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27920 * org.el (org-treat-insert-todo-heading-as-state-change)
27921 (org-treat-S-cursor-todo-selection-as-state-change):
27923 (org-insert-todo-heading):
27924 Honor `org-treat-insert-todo-heading-as-state-change'.
27925 (org-shiftright, org-shiftleft):
27926 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
27927 (org-inhibit-logging): New variable.
27929 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27931 * org-agenda.el (org-remove-subtree-entries-from-agenda):
27932 Reduce range for marker position checking.
27934 * org-latex.el (org-export-latex-first-lines): Fix bug when
27935 exporting a region.
27937 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27939 * org-exp.el (org-export-push-to-kill-ring): Protect using
27940 x-set-selection, because that does not always work.
27942 * org-agenda.el (org-agenda-list): Apply the new face
27943 `org-agenda-date-today'.
27945 * org-faces.el (org-agenda-date-today): New face.
27947 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27949 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
27950 creating appointments.
27952 * org-latex.el (org-export-latex-low-levels): Fix customization
27955 * org.el (org-priority, org-shiftup, org-shiftdown):
27956 Disable priority commands.
27958 * org-agenda.el (org-agenda-priority): Disable priority commands.
27960 * org.el (org-enable-priority-commands): New option.
27962 * org-colview.el (org-columns-compute)
27963 (org-columns-number-to-string): Fix problems with empty fields.
27965 * org-exp.el (org-export-push-to-kill-ring): New function.
27966 (org-export-copy-to-kill-ring): New option.
27968 * org-latex.el (org-export-as-latex):
27969 Call `org-export-push-to-kill-ring'.
27971 * org-exp.el (org-export-show-temporary-export-buffer):
27974 * org-latex.el (org-export-as-latex):
27975 Use `org-export-show-temporary-export-buffer'.
27977 * org-exp.el (org-export-show-temporary-export-buffer):
27979 (org-export-push-to-kill-ring): New function.
27981 * org-colview.el (org-columns-compile-map): New variable.
27982 (org-columns-new, org-columns-compute)
27983 (org-columns-number-to-string, org-columns-uncompile-format)
27984 (org-columns-compile-format): Implement new operators.
27986 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27988 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
27990 * org-list.el (org-update-checkbox-count): Make property
27993 * org.el (org-hierarchical-todo-statistics): New option.
27994 (org-update-parent-todo-statistics): Modify to handle recursive
27997 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27999 * org-publish.el (org-publish): Make this function behave
28000 correctly in interactive use when called with a prefix argument.
28002 * org.el (org-todo-statistics-hook): New hook.
28003 (org-update-parent-todo-statistics): Use new hook.
28004 (org-log-into-drawer): New function.
28005 (org-add-log-setup): Use the new `org-log-into-drawer' function to
28006 determine if we should be logging into a drawer.
28007 (org-log-into-drawer): Update docstring.
28008 (org-default-properties): Add LOG_INTO_DRAWER as a property.
28010 * org-list.el (org-checkbox-statistics-hook): New hook.
28011 (org-update-checkbox-count-maybe): Use new hook.
28013 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28015 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
28016 better buffer-generating mechanism.
28017 (org-edit-src-find-buffer): New function.
28019 * org-icalendar.el (org-print-icalendar-entries): Don't check for
28020 archive tag, this is already done by `org-agenda-skip'.
28021 data while constructing lost of tags.
28023 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28025 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
28026 as argument separator in macros.
28028 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28030 * org.el (org-after-sorting-entries-or-items-hook): New hook.
28031 (org-sort-entries-or-items): Run the new hook.
28032 (org-after-refile-insert-hook): New hook.
28033 (org-refile): Run `org-after-refile-insert-hook'.
28035 * org-agenda.el (org-agenda-get-progress): Never take time of day
28036 from headline when displaying progress.
28038 * org-latex.el (org-export-latex-complex-heading-re): New variable.
28039 (org-export-as-latex): Force the correct regexp in the
28040 preprocessor buffer.
28041 (org-export-latex-set-initial-vars):
28042 Set `org-export-latex-complex-heading-re'.
28044 * org-agenda.el (org-agenda-start-with-log-mode): New option.
28045 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
28047 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28049 * org-latex.el (org-export-latex-tables-centered): New option.
28050 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
28052 * org-exp.el (org-export-as-org): New command.
28053 (org-export-as-org): New command.
28055 * org-publish.el (org-publish-org-to-org): New function.
28057 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28059 * org.el (org-yank): Just call `org-yank-generic'.
28060 (org-yank-generic): New function, containing the formaer
28061 functionality of `org-yank'.
28063 * org-latex.el (org-export-latex-not-done-keywords)
28064 (org-export-latex-done-keywords): New variables.
28065 (org-export-latex-todo-keyword-markup): New option.
28066 (org-export-latex-set-initial-vars): Remember the TODO keywords.
28067 (org-export-latex-keywords-maybe): Apply the TODO markup.
28069 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28071 * org-exp.el (org-infile-export-plist): Add more default macros.
28072 (org-export-preprocess-apply-macros): Process macro arguments.
28074 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28076 * org-icalendar.el (org-icalendar-include-todo): New allowed value
28078 (org-print-icalendar-entries): Respect the new value of
28079 `org-icalendar-include-todo'.
28081 * org.el (org-link-try-special-completion)
28082 (org-file-complete-link): New functions.
28083 (org-insert-link): Add special completion support for some link
28086 * org-bbdb.el (org-bbdb-complete-link): New function.
28088 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28090 * org-list.el (org-update-checkbox-count): Allow recursive
28092 (org-hierarchical-checkbox-statistics): New option.
28094 * org.el (org-cycle): Remove erraneous space character.
28096 * org-icalendar.el (org-icalendar-timezone): Initialize from
28099 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28101 * org.el (org-autoload): Fix autoloading of ascii export
28103 (org-modules): Add org-special-blocks.
28105 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28107 * org-icalendar.el (org-start-icalendar-file): Use the new option.
28108 (org-ical-timezone): New option.
28110 * org-exp.el (org-export-get-coderef-format): Use the description
28113 * org.el (org-sort-entries-or-items): Improve docstring, and make
28114 better implementation for time sorting.
28116 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28118 * org.el (org-edit-src-persistent-message): New option.
28119 (org-edit-src-code, org-edit-fixed-width-region): Use the new
28122 * org-clock.el (org-clock-insert-selection-line): Fix prefious
28125 * org.el (org-edit-src-code, org-edit-fixed-width-region):
28126 Use separate buffer instead of indirect buffer to edit source code.
28127 (org-edit-src-exit): Make this function work with the new setup.
28129 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
28130 are properly fontified before shown in the selection menu.
28132 * org.el (org-fontify-like-in-org-mode): New function.
28134 * org-latex.el (org-export-latex-links): Use the property list to
28135 retrieve the default image attributes.
28137 * org-exp.el (org-export-plist-vars): Add a new option.
28139 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28141 * org-exp.el (org-export, org-export-visible): Support ASCII
28143 (org-export-normalize-links): Do not protect the description if it
28144 is explicitly given.
28146 * org-list.el (org-reset-checkbox-state-subtree): Move here from
28148 (org-reset-checkbox-state-subtree):
28149 Call `org-reset-checkbox-state-subtree'.
28151 * org-remember.el (org-select-remember-template): For the
28152 selection of a valid template.
28154 * org-latex.el (org-export-region-as-latex): Supply the
28155 force-no-subtree argument.
28156 (org-export-as-latex): Provide better limits when exporting the
28157 first line. When exporting to string, we still want the first
28159 (org-export-latex-first-lines): New argument END, to force the end
28161 (org-export-region-as-latex): Use the property list.
28162 (org-export-as-latex): ????
28164 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28166 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
28167 (org-export-latex-preprocess): Run the new hook.
28169 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
28170 (org-export-preprocess-string): Run the new hook.
28172 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28174 * org-macs.el (org-check-external-command): New defsubst.
28176 * org.el (org-mode-map): New key for reload.
28177 (org-format-latex): Better error message when external programs
28180 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
28182 * org.el (org-sort-entries-or-items): Explicit sorting function
28183 for priorities, needed for XEmacs compatibility.
28185 * org-remember.el (org-remember-apply-template): Improve auto-save
28188 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28190 * org-latex.el (org-export-latex-preprocess): Also protect
28191 environments ending in a star.
28193 * org-list.el (org-at-item-p): Fix regular expression.
28195 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28197 * org.el (org-end-of-subtree): Improve speed.
28199 * org-agenda.el (org-agenda-get-timestamps)
28200 (org-agenda-get-progress, org-agenda-get-deadlines)
28201 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
28202 in particular, wait as long as possible to collect the tags.
28203 (org-stuck-projects): Improve docstring.
28205 * org.el (org-store-link): No errors when getting custom id before
28207 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
28209 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28211 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
28213 * org-protocol.el: Remove dependency on url.el.
28214 (org-protocol-unhex-compound, org-protocol-open-source):
28215 Remove dependency on url.el.
28217 * org-latex.el (org-export-as-pdf):
28218 Use `org-latex-to-pdf-process'.
28220 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28222 * org-latex.el (org-latex-to-pdf-process): New option.
28224 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
28226 (org-agenda-get-timestamps):
28227 Honor `org-agenda-skip-additional-timestamps-same-entry'.
28229 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
28230 (org-clock-goto): Find recent task only if
28231 `org-clock-goto-may-find-recent-task' allows it.
28233 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
28234 drawers, and drawers that are missing the :END: line.
28236 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28238 * org-clock.el (org-clock-goto): Go to recently clocked task if no
28241 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28243 * org.el (org-update-parent-todo-statistics): Check for
28244 STATISTICS_FROM property.
28246 * org-list.el (org-update-checkbox-count): Check for
28247 STATISTICS_FROM property.
28249 * org.el (org-tab-first-hook)
28250 (org-tab-after-check-for-table-hook)
28251 (org-tab-after-check-for-cycling-hook): New hooks.
28252 (org-cycle-internal-global, org-cycle-internal-local):
28253 New functions, split out from `org-cycle'.
28254 (org-cycle): Call the new hooks.
28256 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28258 * org-exp.el (org-export-preprocess-string): Reset the list of
28259 preferred targets for each run of the preprocessor.
28261 * org.el (org-refile-target-verify-function):
28262 Improve documentation.
28263 (org-get-refile-targets): Respect point being moved by the
28264 verification function.
28266 * org-latex.el (org-export-latex-timestamp-keyword-markup):
28268 (org-export-latex-keywords): Use new option.
28270 * org.el (org-rear-nonsticky-at): New defsubst.
28271 (org-activate-plain-links, org-activate-angle-links)
28272 (org-activate-footnote-links, org-activate-bracket-links)
28273 (org-activate-dates, org-activate-target-links)
28274 (org-activate-tags): Place the rear-nonsticky properties at the
28277 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28279 * org-protocol.el (server-edit): Declare `server-edit'.
28280 (org-protocol-unhex-string, org-protocol-unhex-compound):
28282 (org-protocol-check-filename-for-protocol): Call `server-edit'.
28284 * org.el (org-default-properties): New default properteis for
28287 * org-exp.el (org-export-add-subtree-options): Add new properties
28288 for subtree export.
28290 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28292 * org-id.el (org-id-get-with-outline-path-completion): Turn off
28293 org-refile-target-verify-function for the duration of the command.
28295 * org.el (org-link-to-org-use-id): New possible value
28296 `create-if-interactive-and-no-custom-id'.
28297 (org-store-link): Use custom IDs.
28298 (org-link-search): Find custom ID properties from #link.
28299 (org-default-properties): Add CUSTOM_ID for property completion.
28300 (org-refile-target-verify-function): New option.
28301 (org-goto): Turn off org-refile-target-verify-function
28302 for the duration of the command.
28304 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28306 * org-exp.el (org-export-preferred-target-alist): New variable.
28307 (org-export-define-heading-targets): Find the new CUSTOM_ID
28309 (org-export-target-internal-links): Target the custom ids when
28312 * org-latex.el (org-export-latex-preprocess): Better regexp for
28313 matching latex macros with arguments.
28315 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28317 * org-remember.el (org-remember-handler): Allow filing to non-org
28320 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
28322 * org-table.el (org-table-fix-formulas): Do not change references
28324 (org-table-get-remote-range): Convert standard coordinates to RC
28327 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
28329 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28331 * org-compat.el (org-sha1-string): Function removed.
28333 * org.el (org-refile-allow-creating-parent-nodes): New option.
28334 (org-refile-get-location): New argument NEW-NODES.
28335 (org-refile): Call `org-refile-get-location' with the new
28337 (org-refile-get-location): Arrange for adding a new child.
28338 (org-refile-new-child): New function.
28340 * org-clock.el: Fix a number of docstrings.
28341 (org-clock-find-position): New argument
28342 FIND-UNCLOSED to make the function find an unclosed clock in the
28344 (org-clock-in): Call `org-clock-find-position' with the new
28345 argument if we might be resuming a clock.
28347 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28349 * org-latex.el (org-export-latex-display-custom-times): New variable.
28350 (org-export-latex-timestamp-markup): New option.
28351 (org-export-latex-set-initial-vars): Remember the local value of
28352 `org-display-custom-times'.
28353 (org-export-latex-content): Process time stamps.
28354 (org-export-latex-time-stamps): New function.
28356 * org-macs.el (org-maybe-intangible): Add intangible property
28357 again to invisible text.
28359 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28361 * org-exp.el (org-default-export-plist): Handle undefined
28364 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28366 * org.el (org-sort-entries-or-items): Match TODO keywords
28367 case-sensitively, when sorting.
28368 (org-priority): Do not match TODO keywords with wrong case.
28370 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28372 * org.el (org-todo): Honor the NOBLOCKING property.
28374 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
28375 NOBLOCKING property.
28377 * org.el (org-scan-tags): Fix bug in tag scanner.
28379 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28381 * org.el (org-modules): Mark obsolete packages.
28383 * org-html.el: New file, split out from org-exp.el.
28385 * org-icalendar.el: New file, split out from org-exp.el.
28387 * org-xoxo.el: New file, split out from org-exp.el.
28389 * org-ascii.el: New file, split out from org-exp.el.
28391 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28393 * org-compat.el (org-find-library-name): New function.
28395 * org.el (org-pre-cycle-hook): New hook.
28396 (org-cycle): Call the new hook in appropriate places.
28397 (org-reload): Only reload files that have been loaded before.
28399 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28401 * org.el (org-set-font-lock-defaults): Enforxe space or line end
28402 after todo keyword.
28403 (org-todo): When changing TODO state, do matching
28405 (org-map-continue-from): New variable.
28406 (org-scan-tags): Respect values in `org-map-continue-from'.
28407 (org-reload): Make XEmacs compatible.
28409 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28411 * org-protocol.el (org-protocol-flatten-greedy): New function.
28412 (org-protocol-flatten): New function.
28414 * org.el (org-open-link-from-string): Pass reference buffer to
28415 `org-open-at-point'.
28416 (org-open-at-point): New optional argument `reference-buffer'.
28418 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28420 * org.el (org-scan-tags): Make tag scan find headline in first
28422 (org-get-refile-targets): Add the naked file name.
28423 (org-refile): Store as top-level entry when only file name was
28426 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
28428 * org.el (org-block-todo-from-children-or-siblings-or-parent):
28429 Rename from org-block-todo-from-children-or-siblings, and
28430 enhanced to look for the parent's status as well.
28432 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
28433 (org-agenda-get-progress): Add first notes line to log entry if so
28436 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28438 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
28439 (org-agenda-cleanup-fancy-diary): Call the new hook.
28441 * org-remember.el (org-remember-apply-template): Take the default
28442 for the annotation from the :annotation property.
28444 * org-mac-message.el (org-mac-message-get-link): Remove the
28446 (org-mac-message-get-link): Return the result.
28448 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28450 * org.el (org-refile-get-location): Add file name only if not
28451 already included in outline path.
28453 * org-faces.el (org-n-level-faces): Fix customization type from
28456 * org-exp.el (org-export-headline-levels): Fix customization type
28457 from number to integer.
28459 * org-agenda.el (org-agenda-confirm-kill)
28460 (org-agenda-custom-commands-local-options)
28461 (org-timeline-show-empty-dates, org-agenda-ndays)
28462 (org-agenda-start-on-weekday, org-scheduled-past-days):
28463 Fix customization type from number to integer.
28465 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28467 * org-protocol.el: Declare some functions.
28469 * org-agenda.el (org-agenda-compare-effort):
28470 Honor `org-sort-agenda-noeffort-is-high'.
28471 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
28472 (org-agenda-compare-effort): Implement the "?" operator for
28473 finding entries without effort setting.
28475 * org.el (org-extract-attributes-from-string): New function.
28477 * org-exp.el (org-export-splice-attributes): New function.
28479 2009-08-06 Bastien Guerry <bzg@gnu.org>
28480 Daniel M German <dmg@uvic.org>
28481 Sebastian Rose <sebastian_rose@gmx.de>
28482 Ross Patterson <me@rpatterson.net>
28484 * org-protocol.el: New file.
28486 2009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
28488 * org-docbook.el: New file.
28490 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28492 * org-mouse.el: XEmacs compatibility fixes.
28494 * org.el (org-modules): Add org-inlinetasks.el.
28495 (org-cycle): Implement limiting level on cycling.
28496 (org-move-subtree-down): Fix bug with swapping subtrees at end of
28499 * org-inlinetask.el: New file.
28501 * org.el (org-emphasis-regexp-components): Allow braces in
28502 emphasis pre and post match.
28504 * org-footnote.el (org-footnote-normalize): When only sorting, do
28505 not insert inline notes at the end.
28507 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
28509 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28511 * org.el (org-reftex-citation): New command.
28513 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28515 * org-agenda.el (org-agenda-cmp-user-defined): New option.
28516 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
28518 (org-entries-lessp): Apply the new sorting option.
28520 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
28521 blocker code, when an older sibling has children.
28523 * org-mac-message.el (org-mac-message-get-link): Improve getting
28524 links from multiple selected messages.
28526 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28528 * org-remember.el (org-remember-finalize): Do not set buffer file
28530 (org-remember-handler): Mark buffer as unmodified.
28531 (org-remember-handler): Delete backup file and show message about
28532 remaining backup files.
28533 (org-remember-auto-remove-backup-files): New option.
28535 * org.el (org-store-link): Use buffer name as link description in
28537 (org-ido-switchb): Fix argument bug for completion.
28539 * org-remember.el (org-remember-apply-template): Set local
28540 variable `auto-save-visited-file-name' instead of global one.
28542 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28544 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
28545 (org-agenda-get-todos): Mark file tags as inherited.
28546 (org-agenda-list): Always search diary lines for a time.
28548 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28550 * org-feed.el: New file.
28552 * org-exp.el (org-export-as-html): Close local lists depending on
28553 indentation, also when starting a table.
28555 * org-remember.el (org-remember-backup-directory)
28556 (org-remember-backup-name): New internal variable.
28558 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28560 * org-clock.el (org-clock-out-if-current): Make buffer detection
28561 work in indirect buffers as well.
28563 * org.el (org-emphasis-regexp-components): Add the exxclamation
28564 mark to the post-emphasis characters.
28566 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28568 * org.el (org-read-date-minibiffer-septup-hook): New hook.
28569 (org-read-date): Run the new hook.
28571 * org-mac-message.el (org-mac-flagged-mail): New group.
28572 (org-mac-mail-account): New variable.
28573 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
28576 * org-remember.el (org-remember-backup-directory): New variable.
28577 (org-remember-apply-template): Write file to backup directory.
28579 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28581 * org-mouse.el (org-mouse-todo-menu): New function.
28582 (org-mouse-todo-keywords): Function removed.
28583 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
28585 * org-table.el (org-table-beginning-of-field)
28586 (org-table-end-of-field): New commands.
28587 (org-table-previous-field, org-table-beginning-of-field):
28588 Better error messages.
28589 (orgtbl-setup): Include `M-a' and `M-e'.
28591 * org.el (org-backward-sentence, org-forward-sentence):
28594 * org-colview.el (org-colview-initial-truncate-line-value):
28596 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
28597 (org-columns): Remember the value of `truncate-lines'.
28599 * org.el (org-columns-skip-arrchived-trees): New option.
28601 * org-agenda.el (org-agenda-export-html-style): Define color for
28602 org-agenda-done face.
28603 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
28604 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
28606 * org.el (org-scan-tags): Use the new face.
28608 * org-faces.el (org-agenda-done): New face.
28610 * org.el (org-scan-tags): Test the value org
28611 `org-tags-match-list-sublevels'.
28612 (org-tags-match-list-sublevels): New allowed value: indented.
28614 * org-latex.el (org-export-latex-make-header): Apply macros
28617 * org-exp.el (org-export-apply-macros-in-string): New function.
28619 * org-latex.el (org-export-latex-list-parameters): Fix bug
28620 with the definition of a checked box.
28622 * org-clock.el (org-clock-find-position): Fix drawer indentations.
28624 * org-latex.el (org-export-latex-low-levels): More options
28625 for how to process lower levels in LaTeX.
28626 (org-export-latex-subcontent): Better treatment for lists as a
28627 means of publishing lower levels.
28629 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28631 * org.el (org-set-font-lock-defaults): Use new checkbox face.
28633 * org-faces.el (org-checkbox): New face.
28635 * org-exp.el (org-export-html-preprocess): Only create LaTeX
28636 fragement images if there is an export file.
28638 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28640 * org-agenda.el (org-stuck-projects): Document that the subtree of
28641 projects that are not stuck will now be searched for stuck
28643 (org-agenda-skip-entry-when-regexp-matches)
28644 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
28645 (org-agenda-list-stuck-projects):
28646 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
28648 * org-latex.el (org-export-latex-preprocess):
28649 Improve export of verses.
28651 * org-exp.el (org-export-as-html): Implement centering as a div
28652 rather than a paragraph. Do a better job with line-end in verse
28655 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28657 * org.el (org-open-at-point): Fix tags searches by mouse click.
28659 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28661 * org-latex.el (org-export-latex-preprocess): Implement the
28664 * org-exp.el (org-export-mark-blockquote-verse-center):
28665 Rename from `org-export-mark-blockquote-and-verse'.
28666 (org-export-as-html): Implement the centering markup.
28668 * org-latex.el (org-export-latex-tables): Fix vertical
28671 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28673 * org.el (org-read-date-history): New variable.
28674 (org-read-date): Use new history variable.
28675 (org-toggle-heading): Fix bug when used before first headline.
28676 (org-store-log-note): Remove drawer if empty while note is
28678 (org-remove-empty-drawer-at): New function.
28679 (org-check-after-date): New command.
28680 (org-sparse-tree): New sparse tree command "a".
28682 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
28684 2009-08-06 Bastien Guerry <bzg@gnu.org>
28686 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
28687 column and a space, not only a column.
28689 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28691 * org-latex.el (org-export-latex-emphasis-alist):
28692 Better defaults for verbose emphasis.
28693 (org-export-latex-emph-format): New function.
28694 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
28696 * org-agenda.el (org-agenda-menu): Add new commands to menu.
28697 (org-agenda-do-date-later, org-agenda-do-date-earlier)
28698 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
28699 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
28702 * org.el (org-timestamp-change): Move end-time along with start
28705 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28707 * org-exp.el (org-export-target-internal-links)
28708 (org-export-as-html): Protect links specified as #name.
28710 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28712 * org.el (org-clone-subtree-with-time-shift): New command.
28714 * org-latex.el (org-export-latex-special-chars)
28715 (org-export-latex-treat-sub-super-char): Fix subscript export.
28717 * org-exp.el (org-create-multibrace-regexp): Do not add
28718 backslashes to the class.
28720 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28722 * org-colview.el (org-columns-map): Better functions for moving up
28723 and down a row, even if `truncate-line' is nil.
28725 * org.el (org-insert-todo-heading): Make sure the keyword is
28726 inserted at the correct position.
28728 * org-publish.el (org-publish-project-alist)
28729 (org-publish-projects, org-publish-org-index): Change default anme
28730 for the index of file names to "sitemap.org".
28732 * org-latex.el (org-export-latex-tables):
28733 Use `org-split-string', for Emacs 21 compatibility.
28735 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28737 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
28739 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28741 * org-exp.el (org-export-page-description)
28742 (org-export-page-keywords): New variables.
28743 (org-export-plist-vars): Add entries for :keywords and
28745 (org-infile-export-plist): Parse for new keywords.
28746 (org-get-current-options): Add new keywords.
28747 (org-export-as-html): Publish description and keywords.
28749 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
28751 (org-agenda-add-entry-text):
28752 Honor `org-agenda-add-entry-text-descriptive-links'.
28754 * org-latex.el (org-export-latex-preprocess): Make all
28755 external preprocess functions use a PARAMETER arg.
28757 * org-exp.el (org-export-preprocess-string)
28758 (org-export-select-backend-specific-text)
28759 (org-export-format-source-code-or-example)
28760 (org-format-org-table-html): Support docbook export.
28761 (org-export-preprocess-string): Make all external preprocess
28762 functions use a PARAMETER arg.
28764 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28766 * org-exp.el (org-export-html-style-include-scripts): New option.
28767 (org-export-plist-vars): Add new option
28768 `org-export-html-style-include-scripts'.
28769 (org-export-as-html): Honor new option
28770 `org-export-html-style-include-scripts'.
28771 (org-export-html-scripts, org-export-html-style-default):
28772 Fix xml issues with the Safari browser.
28774 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28776 * org-publish.el (org-publish-attachment): Only copy file when the
28777 directories differ.
28779 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28781 * org-clock.el (org-clocktable-steps): Use inactive time stamps
28782 for clocktable steps.
28784 * org.el (org-additional-option-like-keywords): Add two more
28787 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28789 * org-exp.el (org-export-format-source-code-or-example):
28790 Mark temporary buffer unmodified, so that it will be killed even if
28791 mode like message mode has decided to assign a file name.
28793 * org.el (org-scan-tags): Improve tag inheritance.
28794 (org-scan-tags, org-make-tags-matcher): Make tag comparison
28796 (org-scan-tags): Use the internal tags list instead of creating it
28798 (org-trust-scanner-tags, org-scanner-tags): New variables.
28799 (org-scan-tags): Set `org-scanner-tags'.
28800 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
28801 (org-map-entries): Document the possible speedup using scanner
28804 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28806 * org.el (org-add-planning-info): Fix bug with looking for keyword
28809 * org-agenda.el (org-agenda-custom-commands-local-options):
28810 Add option for tags filter preset.
28811 (org-prepare-agenda): Store filter preset as a property on the
28813 (org-finalize-agenda): Call the filter, if there is a preset.
28814 (org-agenda-filter-by-tag): Filter again after clearing the
28815 filter, when there still is a preset.
28816 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
28817 Include the preset filter.
28818 (org-agenda-redo): Apply the filter again, also the preset filter.
28820 * org-exp.el (org-export-as-html): Use IDs in the correct way.
28822 * org.el (org-uuidgen-p): New function.
28824 * org-agenda.el (org-agenda-fontify-priorities): New default value
28826 (org-agenda-fontify-priorities): Rename from
28827 org-fontify-priorities.
28829 * org.el (org-set-font-lock-defaults):
28830 Call `org-font-lock-add-priority-faces'.
28831 (org-font-lock-add-priority-faces): New function.
28833 * org-faces.el (org-set-tag-faces): New option.
28834 (org-priority-faces): New variable.
28836 * org-exp.el (org-export-as-html): Add a "content" div around the
28837 entire content of the body tag.
28838 (org-export-html-get-bibliography): New function.
28839 (org-export-html-validation-link): New variable.
28840 (org-export-as-html): Add validation link to exported page.
28842 * org.el (org-match-sparse-tree): Rename from
28843 `org-tags-sparse-tree'.
28844 (org-tags-sparse-tree): New alias.
28846 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28848 * org.el (org-get-valid-level): Catch the case where the level
28851 * org-clock.el (org-clock-find-position): Better indentation of
28854 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28856 * org-agenda.el (org-agenda-quit): Delete window only when the
28857 frame-setup was not `current-window'.
28859 * org.el (org-tag-persistent-alist): New option.
28860 (org-startup-options): Add keyword `noptag'.
28861 (org-fast-todo-selection): Handle :newline correctly.
28862 (org-set-tags): Handle :newline correctly.
28863 (org-fast-tag-selection): Handle :newline correctly.
28865 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28867 * org-exp.el (org-export-as-ascii): Reverse link buffer before
28869 (org-export-ascii-push-links): Fix bug with pussing links into the
28872 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28874 * org-archive.el (org-archive-subtree): Do not add 1 to level if
28875 pasting at top level.
28877 * org-bbdb.el: Improve documentation.
28879 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28881 * org-list.el (org-insert-item): Only consider insert empty lines
28882 is `org-empty-line-terminates-plain-lists' is not nil.
28884 * org.el (org-blank-before-new-entry): Mention the dependence on
28885 `org-empty-line-terminates-plain-lists' in the docstring.
28887 * org-publish.el (org-publish-get-project-from-filename):
28888 New optional argument UP. Only find the top project if UP is set.
28889 (org-publish-current-project): Find the top encloding project.
28891 * org-agenda.el (org-agenda-before-write-hook)
28892 (org-agenda-add-entry-text-maxlines): New options.
28893 (org-write-agenda): Run the new hook in the temporary buffer.
28894 (org-agenda-add-entry-text): New function.
28895 (org-write-agenda): Implement PDF export, using ps2pdf.
28897 * org.el (org-global-properties-fixed, org-global-properties):
28898 Improve documentation string.
28900 * org-exp.el (org-export-ascii-links-to-notes): New option.
28901 (org-export-as-ascii): Handle links better.
28902 (org-export-ascii-wrap, org-export-ascii-push-links):
28905 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28907 * org-agenda.el (org-agenda): Make prefix arg optional.
28908 (org-agenda-search-headline-for-time): New option.
28909 (org-format-agenda-item):
28910 Honor `org-agenda-search-headline-for-time'.
28912 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
28915 * org.el (org-self-insert-cluster-for-undo): New option.
28916 (org-self-insert-command): Cluster undo for 20 characters.
28917 (org-self-insert-command-undo-counter): New variable.
28919 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28921 * org-exp.el (org-export-as-html): Fix problem with closing colone
28924 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28926 * org-latex.el (org-export-as-latex)
28927 (org-export-latex-first-lines): Avoid modification flag when
28928 adding or removing text properties.
28929 (org-export-latex-fontify): Catch error when org-emph-alist has
28930 entries that are not defined for LaTeX export.
28932 * org-export-latex.el: Rename to org-latex.el.
28934 * org-latex.el: Rename from org-export-latex.el.
28936 * org.el (orgstruct++-mode): New function.
28937 (turn-on-orgstruct++): Call `orgstruct++-mode'.
28938 (org-context-p): Allow detecting item context after the first line
28940 (orgstruct-make-binding): Detect if item-body context should be
28942 (orgstruct-is-++): New variable.
28943 (org-add-planning-info): Catch the case when there is no planning
28944 info yet and the call does not want to add anything, only maybe
28945 tries to remove something.
28946 (org-special-ctrl-a/e): All value to be a cons cell with separate
28947 settings for `C-a' and `C-e'.
28948 (org-beginning-of-line, org-end-of-line): Honor separate values
28949 for `C-a' and `C-e'.
28951 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28953 * org.el (org-reload): New command.
28955 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
28957 * org-gnus.el (org-gnus-store-link): Fix bug where
28958 org-gnus-store-link used wrong subject when called in an article
28959 buffer. Patch provided by fengli AT gmail DOT com.
28961 2009-03-13 D. Goel <deego3@gmail.com>
28963 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
28964 replace ls by (values-list ls).
28966 2009-02-20 Carsten Dominik <dominik@science.uva.nl>
28968 * org-remember.el (org-remember-apply-template): Turn off ido for
28971 * org.el (org-priority): Also find invisible headings, for remote
28973 (org-completing-read-no-ido): New function.
28974 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
28976 * org-colview.el (org-columns-edit-value): No special treatment of
28979 2009-02-19 Carsten Dominik <dominik@science.uva.nl>
28981 * org.el (org-block-todo-from-children-or-siblings):
28982 Use `org-up-heading-all' so that this will work correctly with hidden
28983 property drawers and entries.
28984 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
28985 falling back to normal, default command.
28986 (org-get-location): Temporarily turn off special behavior.
28988 2009-02-13 Glenn Morris <rgm@gnu.org>
28990 * org-rmail.el (rmail-show-message): Restore argument list to the
28991 declaration now that this functions behaves in Emacs 23 as in 22.
28993 2009-02-12 Glenn Morris <rgm@gnu.org>
28995 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
28997 2009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
28999 * org-footnote.el (org-footnote-action): Fix doc typo.
29001 2009-02-06 Carsten Dominik <dominik@science.uva.nl>
29003 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
29004 text before first headline.
29005 (org-export-remove-or-extract-drawers): Fix regular expression for
29006 extracting drawers.
29008 * org.el (org-format-latex): Stop LaTeX fragment processing in
29009 protected examples.
29011 2009-02-05 Glenn Morris <rgm@gnu.org>
29013 * org-rmail.el (rmail-show-message): Update declaration.
29014 (rmail-buffer, rmail-view-buffer): Declare.
29015 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
29017 2009-02-04 Carsten Dominik <dominik@science.uva.nl>
29019 * org.el (org-return-follows-link): Revert setting
29020 `org-return-follows-link' to t by default.
29022 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
29024 * org.el (org-cycle-global-at-bob): Fix typo.
29026 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
29028 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
29030 * org.el (org-mode): Make dependence stuff work more reliably.
29031 (org-update-parent-todo-statistics): Fix bug with updating
29033 (org-yank-adjusted-subtrees, org-return-follows-link)
29034 (org-use-fast-todo-selection, org-tags-column): New default
29035 setting for variables.
29037 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
29038 ~ as verbatim delimiters, to avoid table bug.
29039 (org-export-latex-classes): Remove the a4paper option from the
29042 * org-exp.el (org-export-html-format-image): New argument
29043 PAR-OPEN, to fix XHTM validation bug.
29044 (org-export-as-html): Pass par-open to
29045 `org-export-html-format-image'.
29046 (org-export-html-footnotes-section): Use a more consistent id for
29049 * org-agenda.el (org-agenda-sorting-strategy)
29050 (org-agenda-tags-column): New default setting for variables, based
29051 on a poll what typical uses use.
29052 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
29053 setting the blocked tag.
29055 2009-01-31 Carsten Dominik <dominik@science.uva.nl>
29057 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
29058 only checking for blocks.
29060 * org-exp.el (org-export-html-footnotes-section): Make the div id
29063 * org-export-latex.el (org-export-latex-classes):
29064 Remove paper size option from LaTeX classes.
29066 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
29068 * org.el (org-enforce-todo-checkbox-dependencies): New option.
29069 (org-block-todo-from-checkboxes): New function.
29070 (org-todo): Make triple prefix arg circumvent blocking.
29072 2009-01-30 Glenn Morris <rgm@gnu.org>
29074 * org-list.el (org-empty-line-terminates-plain-lists)
29075 (org-toggle-checkbox): Doc fixes.
29077 * org-table.el (org-table-clean-before-export): Fix declaration.
29079 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
29081 * org-timer.el (org-timer): Provide the timer feature.
29083 * org.el (org-require-autoloaded-modules): Add a few more files to
29084 the list of autoloaded modules.
29086 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
29088 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
29089 drawers that are unprotected.
29090 (org-export-html-format-image): Make sure inlined LaTeX fragment
29091 images remain inlined.
29093 * org.el (org-toggle-ordered-property): New function.
29094 (org-mode-map): Add a key for `org-toggle-ordered-property'.
29095 (org-org-menu): Add menu entries for TODO dependencies.
29097 * org.el (org-default-properties): Add ORDERED to the default
29098 properties, to get completion support for it.
29100 * org-list.el (org-update-checkbox-count): Update more than one cookie.
29102 * org.el (org-update-parent-todo-statistics): Update more than one
29105 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
29107 * org-agenda.el (org-agenda-get-todos): Start search from correct
29110 * org.el (org-fast-todo-selection): Make sure TODO selection does
29111 not change buffer position.
29113 * org-list.el (org-toggle-checkbox): Implement adding or removing
29114 checkboxes from line or region when called with a prefix
29117 * org-rmail.el (org-rmail-store-link): Protect the call to
29118 `rmail-narrow-to-non-pruned-header'.
29120 * org-clock.el (org-clock-special-range): Fix week display in
29123 * org-exp.el (org-get-current-options): Fix bug when in indirect
29126 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
29127 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
29128 (org-agenda-dim-blocked-tasks): New function.
29130 * org.el (org-enforce-todo-dependencies): New option.
29131 (org-block-todo-from-children-or-siblings): New function.
29133 * org-faces.el (org-agenda-dimmed-todo-face): New face.
29135 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
29137 * org.el (org-todo): Return correct state type even if the blocker
29139 (org-modifier-cursor-error): Rename from
29140 `org-shiftcursor-error'.
29141 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
29142 (org-shiftmetadown): Call `org-modifier-cursor-error'.
29144 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
29145 to get real errors from the blocker hook.
29147 * org.el (org-shiftselect-error, org-call-for-shift-select):
29149 (org-set-visibility-according-to-property): Turn off the setting
29150 of `org-show-entry-below', to avoid overruling a FOLDED visibility
29153 * org.el (org-support-shift-select): New option.
29154 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
29155 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
29156 selection outside contexts.
29158 * org-list.el (org-at-item-bullet-p): New function.
29160 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
29163 * org-footnote.el (org-footnote-normalize): Remove unnecessary
29165 (org-insert-footnote-reference-near-definition):
29166 Remove unnecessary let form.
29168 2009-01-26 Carsten Dominik <dominik@science.uva.nl>
29170 * org-export-latex.el (org-export-as-latex):
29171 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
29172 (org-export-latex-first-lines): New parameter OPT-PLIST.
29174 * org.el (org-yank): Tell `delete-selection-mode' about
29177 * org-faces.el (org-clock-overlay): Fix face definition.
29179 * org-export-latex.el (org-export-latex-first-lines):
29180 Pass timestamp and footnote parameters to the preprocessor.
29182 * org-exp.el (org-export-remove-timestamps): Do not remove time
29183 stamps inside tables.
29185 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29187 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
29189 * org.el (org-agenda-tags-todo-honor-ignore-options):
29192 * org-table.el (org-table-insert-hline): Fix typo in function call
29193 to `backward-char'.
29195 * org-exp.el (org-export-as-html): Remove the initial space from
29198 * org.el (org-scan-tags):
29199 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
29201 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
29202 New customization groups.
29203 (org-agenda-tags-todo-honor-ignore-options): New option.
29204 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
29206 (org-agenda-get-todos):
29207 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
29209 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29211 * org-exp.el (org-export-format-source-code-or-example):
29212 Escape HTML characters also in examples that anre not treated with
29213 htmlize. Also, just switch to EXAMPLE processing if we do not
29214 have a good version of htmlize.
29216 * org-rmail.el: Fix copyright notice.
29218 * org.el (org-activate-footnote-links): Improve footnote link
29221 * org-footnote.el (org-footnote-normalize): Fix finding the end of
29222 a footnote definition at the end of the file.
29224 * org-table.el (org-table-get-specials): Add an imagined hline at
29225 the end of the table. This can be useful for references that want
29226 to go to the end of the table. Also fix bug when computing last
29227 row constants, in tables that do not start right at the right
29229 (org-table-eval-formula): Match and replace remove references.
29230 (org-table-formula-substitute-names): Make sure that names inside
29231 a "remote" call are left alone, the will be replaced later when
29232 the remote call is handled.
29233 (org-table-convert-refs-to-rc): Do not convert things that might
29234 look like a reference, but are really part of an ID or namei n a
29236 (org-table-get-remote-range): New function.
29238 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29240 * org-faces.el (org-clock-overlay): Fix bug in face definition.
29242 * org-clock.el (org-clock-put-overlay): Use new face instead of
29243 `secondary-selection'.
29245 * org-faces.el (org-clock-overlay): New face.
29247 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29249 * org-exp.el (org-get-current-options): Include the option for
29250 publishing time stamps.
29252 * org.el (org-toggle-heading): Rename from
29253 `org-toggel-region-headings'.
29254 No longer needs a region defined, but will use it if there is one.
29255 (org-ctrl-c-star): Simplify, relying more on the internal
29256 workings of `org-toggle-heading'.
29257 (org-toggle-item): Rename from `org-toggle-region-items'.
29258 No longer needs a region defined, but will use it if there is one.
29259 (org-ctrl-c-minus): Simplify, relying more on the inernal
29260 workings of `org-toggle-item'.
29262 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
29263 environment detection. Also, do real changes only in unprotected
29266 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29268 * org-export-latex.el (org-export-latex-quotation-marks):
29269 Use `org-if-unprotected-1'.
29270 (org-export-latex-set-initial-vars): Check for class definition in
29273 * org-macs.el (org-if-unprotected-1): New macro.
29275 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29277 * org-compat.el (org-count-lines): New function.
29279 * org-exp.el (org-export-format-source-code-or-example):
29280 Handle switches related to text areas.
29282 * org.el (org-activate-footnote-links): Don't allow match inside a
29285 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
29287 * org-export-latex.el (org-export-latex-links): Keep a relative
29288 path relative also after export.
29290 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
29292 * org.el (org-make-tags-matcher): Never use IDO for completing the
29293 tags matcher match string.
29294 (org-completing-read): Also remove the special biding for "?".
29296 * org-attach.el (org-attach-allow-inheritance): New option.
29297 (org-attach-inherited): New variable.
29298 (org-attach-dir): Handle properties related to the attachment
29300 (org-attach-check-absolute-path): New function.
29301 (org-attach-set-directory, org-attach-set-inherit): New commands.
29302 (org-attach): Accommodate the new commands in the dispatcher.
29304 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29306 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
29307 `window-full-width-p'.
29309 * org-exp.el (org-export-as-html): Only check for images files
29310 that really can be inlined.
29312 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
29313 list of extensions to be a parameter.
29315 * org-exp.el (org-export-html-inline-image-extensions):
29318 * org-agenda.el (org-prepare-agenda):
29319 Use `org-agenda-block-separator'.
29320 (org-agenda-block-separator): New option.
29322 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29324 * org-export-latex.el (org-export-latex-tables):
29325 Call `org-table-clean-before-export' with the new optional argument.
29327 * org-exp.el (org-table-clean-before-export): New optional
29328 parameter MAYBE-QUOTED, allows for quoted characters like \# in
29331 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29333 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
29336 * org-colview.el (org-colview-construct-allowed-dates):
29337 Better error catching when a date/time property does not have allowed
29340 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29342 * org.el (org-map-entries): Restore point and restriction after
29345 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29347 * org.el (org-time=, org-time<, org-time<=, org-time>)
29348 (org-time>=, org-time<>): Make sure both values are dates.
29350 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29352 * org-archive.el (org-extract-archive-heading): Allow %s for file
29353 name also in achive location heading.
29355 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29357 * org-archive.el (org-add-archive-files): Uniquify the list before
29360 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29362 * org-compat.el (org-fit-window-to-buffer):
29363 Use `window-full-width-p'.
29365 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
29366 space after the colon in short examples.
29368 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
29369 enforce a space after the colon. However, we also allow lines
29370 that are *only* a colon.
29371 (org-export-as-html): Enforce the space after the colon in short
29373 (org-export-preprocess-string): Do the colon example protection
29375 (org-export-remove-timestamps): Do not check for protection at the
29378 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29380 * org.el (org-format-latex-options): Add new matcher for single
29381 letters between dollars.
29382 (org-get-header): Function removed.
29383 (org-heading-components): New function.
29385 * org-exp.el (org-export-define-heading-targets): Record ID's also
29386 as alternative targets.
29387 (org-export-as-html): Interpret "id:" links to other files by
29388 preserving the relative path.
29390 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
29393 * org-exp.el (org-export-normalize-links): Protect the main link,
29394 to avoid special character processing.
29396 * org-export-latex.el (org-export-latex-special-keyword-regexp):
29398 (org-export-latex-special-string-regexps): Variable removed.
29399 (org-export-latex-keywords): Use the new regexp.
29401 * org-exp.el (org-export-handle-include-files): Fetch switches and
29402 put them into the BEGIN statement.
29404 * org-timer.el (org-timer-mode-line-string): New variable.
29406 * org-clock.el (org-clock-mode-line-map): Rename from
29407 `org-clock-mode-map'.
29408 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
29409 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
29410 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
29411 (org-clock-remove-overlays): Rename from
29412 `org-remove-clock-overlays'.
29414 * org-timer.el (org-timer-pause-or-continue): Implement stopping
29415 and mode line display.
29416 (org-timer-stop): New command.
29417 (org-timer-seconds): Return correct time when timer is paused.
29418 (org-timer-mode-line-timer): New variable.
29419 (org-timer-set-mode-line, org-timer-update-mode-line):
29422 * org.el (org-insert-heading): Handle new value `auto' for
29423 `org-blank-before-new-entry'.
29424 (org-org-menu): Add new items for timer functions.
29426 * org-list.el (org-insert-item): Handle new value `auto' for
29427 `org-blank-before-new-entry'.
29429 * org.el (org-blank-before-new-entry): New value `auto', made
29432 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29434 * org-exp.el (org-export-normalize-links): If the link is also
29435 used as the description, protect the description.
29437 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29439 * org.el (org-closest-date): Fix bug with yearly repeats, in
29440 combination with preference of the past as it is used for deadline
29441 and scheduling search.
29443 * org-exp.el (org-html-handle-time-stamps): No longer check for
29444 the `org-export-with-timestamps' option, because the preprocesser
29445 has taken care of this already.
29447 * org.el (org-entry-properties): Catch the case when this is
29448 called in a non-org-mode file.
29450 * org-export-latex.el (org-export-latex-remove-from-headlines):
29451 Variable made obsolete, also LaTeX export now uses the standard
29453 (org-export-as-latex): Add the timestamps parameter to the
29454 preprocessor parameter list.
29455 (org-export-latex-content): Export the remaining keywords without
29456 considering to remove them.
29457 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
29458 Use bold font instead of tt font for the keywords.
29459 (org-export-latex-fontify-headline): Format headlines, assuming
29460 that all keywords still present should be published.
29461 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
29462 publish what ever remains of the time stamps.
29463 (org-export-latex-list-parameters): New option.
29464 (org-export-latex-lists): Pass additional parameters to the list
29467 * org-exp.el (org-export-preprocess-string): Remove clock lines
29468 and timestamps already in the preprocesor.
29469 (org-export-remove-timestamps, org-export-remove-clock-lines):
29471 (org-export-as-ascii, org-export-as-html): Add the timestamps
29472 parameter to the preprocessor parameter list.
29474 * org-list.el (org-list-parse-list): Parse for checkboxes.
29475 (org-list-to-generic): Introduce and handle new parameters :cbon
29477 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
29478 Add optional parameter PARAMS.
29480 * org-export-latex.el (org-export-latex-special-chars):
29481 Fix problems with interpreting dollar signs.
29482 (org-inside-latex-math-p): New function.
29483 (org-export-latex-preprocess): Protect all the math fragments.
29485 * org.el (org-latex-regexps): Allow a dash after a dollar.
29487 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
29488 mark after copying.
29490 * org-agenda.el (org-run-agenda-series): Have series options set
29491 when finalizing the agenda.
29493 * org-exp.el (org-export-format-source-code-or-example):
29494 Protect the converted examples.
29496 * org.el (org-set-regexps-and-options): Fix the regexp
29497 `org-complex-heading-regexp'.
29499 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29501 * org.el (org-edit-src-get-label-format): New function.
29502 (org-coderef-label-format): New option.
29503 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
29504 a label format specification and make sure it is used in the edit
29506 (org-edit-src-get-label-format): New function.
29507 (org-store-link): Handle new coderef formats.
29508 (org-link-search): Handle new coderef formats.
29510 * org-footnote.el (org-footnote-create-definition)
29511 (org-footnote-goto-local-insertion-point): Make footnote insertion
29512 work correctly when the "Footnotes" headline is the last line in
29515 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
29518 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29520 * org-w3m.el (org-w3m): New customization group.
29521 (org-w3m-deactivate-mark): New option.
29522 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
29525 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29527 * org.el (org-set-font-lock-defaults): Trigger footnote
29529 (org-activate-footnote-links): New function.
29530 (org-activate-links): New entry `footnote'.
29532 * org-faces.el (org-footnote): New face.
29534 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29536 * org-macs.el (org-re): Handle the [:word:] class.
29538 * org-exp.el (org-export-preprocess-string):
29539 Call `org-export-protect-colon-examples'.
29540 (org-export-protect-colon-examples): Rename from
29541 `org-export-protect-examples', and scope limited to lines starting
29544 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29546 * org-exp.el (org-export-preprocess-string): Move the preprocess
29547 hook to after turning on Org-mode.
29548 (org-export-preprocess-after-include-files-hook)
29549 (org-export-preprocess-after-tree-selection-hook)
29550 (org-export-preprocess-before-backend-specifics-hook)
29551 (org-export-preprocess-final-hook): New hooks.
29552 (org-export-preprocess-string): Run the new hooks.
29554 * org.el (org-ctrl-c-minus): Fix indentation for new items.
29556 * org-footnote.el: New file.
29558 * org.el (org-footnote): Require footnote code.
29559 (org-startup-options): Add new footnote options.
29560 (org-mode-map): New keybindig for footnotes.
29561 (org-ctrl-c-ctrl-c): Add function at footnotes.
29562 (org-org-menu): New menu entries for footnotes.
29564 * org-export-latex.el (org-export-as-latex): Pass footnote
29565 variable to preprocessor.
29566 (org-export-latex-preprocess): Treat multiple references to a
29569 * org-exp.el (org-export-preprocess-string):
29570 Call `org-footnote-normalize'.
29571 (org-export-as-ascii, org-export-as-html): Pass footnote variable
29573 (org-export-as-html): Treat multiple references to a footnote.
29575 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29577 * org-export-latex.el (org-export-latex-links): Handle coderef
29580 * org.el (org-bracket-link-analytic-regexp++): New variable.
29581 (org-make-link-regexps):
29582 Initialize `org-bracket-link-analytic-regexp++'.
29583 (org-store-link): Implement special case in edit-src buffer.
29584 (org-insert-link): No use of ide to insert stored links.
29585 (org-link-search): Implement special case for coderefs.
29587 * org-exp.el (org-export-html-scripts): New constant.
29588 (org-export-html-style-default): Add a new style for highlighted
29590 (org-export-code-refs): New variable.
29591 (org-export-preprocess-string): Initialize `org-export-code-refs'.
29592 Call `org-export-replace-src-segments-and-examples'
29593 No longer call `org-export-protect-examples'.
29594 (org-export-target-internal-links): Take care of coderef targets.
29595 (org-export-last-code-line-counter-value): New variable.
29596 (org-export-replace-src-segments-and-examples): Rename from
29597 `org-export-replace-src-segments', and modified.
29598 (org-export-format-source-code-or-example): Rename from
29599 `org-export-format-source-code'.
29600 (org-export-number-lines): New function.
29601 (org-export-as-ascii, org-export-as-html): Handle coderef links.
29603 2009-01-23 Glenn Morris <rgm@gnu.org>
29605 * org-rmail.el (rmail-narrow-to-non-pruned-header):
29606 Remove declaration of deleted function.
29608 2009-01-16 Glenn Morris <rgm@gnu.org>
29610 * org-mouse.el (org-mouse-show-context-menu):
29611 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
29612 mouse-major-mode-menu.
29614 2008-12-23 Carsten Dominik <dominik@science.uva.nl>
29616 * org-remember.el (org-remember-handler): Safer way to get a new
29617 buffer accessing the target file.
29619 * org.el (org-refile-get-location): Handle case of current buffer
29620 not having a file associated with it.
29622 2008-12-22 Carsten Dominik <dominik@science.uva.nl>
29624 * org-table.el (org-table-get-formula): Only ask to overwrite
29625 field formula if there really is one.
29627 2008-12-21 Carsten Dominik <dominik@science.uva.nl>
29629 * org-export-latex.el (org-export-latex-make-header): Double the
29630 commenting % in the time stamp format.
29631 (org-export-latex-special-chars): Handle case where there is no
29634 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
29636 * org.el (org-get-refile-targets, org-refile-get-location):
29637 Use expanded file name to improve comparison.
29639 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
29641 * org.el (org-scan-tags): Rescan for tags, to get the correct
29642 upcase/downcase stuff. This slows things down for now, but it
29644 (org-mode): Make sure the tag-faces regexp is initialized.
29646 * org-export-latex.el (org-export-latex-links): Fix bug with
29649 * org-table.el (org-table-get-specials):
29650 Set `org-table-current-last-data-line'.
29651 (org-table-current-last-data-line): New variable.
29652 (org-table-insert-column, org-table-delete-column)
29653 (org-table-move-column, org-table-fix-formulas):
29654 Call `org-table-fix-formulas' a second time to fix the $LR references.
29655 (org-table-get-specials): Add the $LR references to the tables.
29656 (org-table-get-formula): Do not offer last-row names as LHS of
29659 * org.el (org-store-link): Capture link description from
29660 `org-id-store-link'.
29662 * org-exp.el (org-export-html-format-image): Add the / to the end
29664 (org-export-format-source-code): Surround example by empty lines,
29665 to make sure it will not be inside a paragraph.
29667 * org.el (org-ido-switchb): New function.
29669 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
29671 * org-agenda.el (org-agenda-show): New prefix argument
29674 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
29677 2008-12-20 Glenn Morris <rgm@gnu.org>
29679 * org.el (org-org-menu): Fix some more menu entries.
29681 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
29683 * org-table.el (org-table-get-specials): Revert introduction of @0
29684 as reference of the last table row, because of conflicts.
29686 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
29687 argument, get the current tags directly.
29688 (org-agenda-set-tags): Leave getting current tags to
29689 `org-agenda-change-all-lines'.
29691 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
29693 * org.el (org-org-menu): Do not quote the set-tags command.
29695 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
29697 * Fix typos in comments and docstrings throughout Org-mode.
29699 * org.el (org-get-outline-path): Fix bug if level is not given.
29701 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
29703 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
29705 * org.el (org-refile): Avoid refiling to within the region to be
29708 * org-export-latex.el (org-export-latex-special-chars):
29709 Replace special characters also in tables.
29711 * org-agenda.el (org-agenda-change-all-lines): New argument
29713 (org-agenda-set-tags): Get the new tags and pass them to
29714 `org-format-agenda-item'.
29716 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
29718 * org-export-latex.el (org-export-latex-classes): Add longable as
29719 a default package to all classes.
29720 (org-export-latex-tables): Handle the longtable attribute and the
29723 * org-table.el (orgtbl-to-generic): Handle tables that start with
29726 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
29727 \verb for colde-like snippets.
29728 (org-export-as-latex): Fix issues with region export.
29730 * org.el (org-up-heading-safe): Speed up function by using a
29731 direct regexp search.
29732 (org-olpa): New variable.
29733 (org-get-outline-path): Speed-up path constructions in cases where
29734 this is possible because the entire hierarchy is scanned anyway.
29735 (org-refile-get-location): Don't compare the truenames of files,
29737 (org-goto-max-level): New option.
29738 (org-goto): Use `org-goto-max-level'.
29740 2008-12-16 Tassilo Horn <tassilo@member.fsf.org>
29742 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
29743 Strip angle brackets from message-ids in the former and don't do
29745 (org-gnus-follow-link): Open summary reliable, even if the last
29746 messages were deleted, and handle empty groups, too.
29748 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
29750 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
29751 instead of \texttt for the =...= and ~===~ emphasis environments.
29752 (org-export-as-latex): Remove any old :org-license-to-kill text
29754 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
29755 (org-export-latex-make-header): Add some hard space after the
29757 (org-export-latex-first-lines): Accept RBEG argument.
29758 Mark exported text so that it will be excuded in further steps.
29760 * org-table.el (org-table-get-specials): Make @0 reference the
29761 last line in a table.
29762 (org-table-recalculate): Improve docstring.
29764 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
29766 * org.el (org-log-done): Fix docstring.
29768 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
29770 * org-exp.el (org-export-html-format-image): Fix bugs.
29772 * org-export-latex.el (org-export-latex-tables)
29773 (org-export-latex-links): Implement attribute, label, and caption
29776 * org-exp.el (org-export-html-style-default): Add style
29777 definitions for the figure div.
29778 (org-export-preprocess-string, org-export-as-html):
29779 Implement attribute, label, and caption handling.
29780 (org-export-attach-captions-and-attributes): New function.
29781 (org-export-html-format-image): New function.
29782 (org-format-org-table-html): Implement attribute, label, and
29785 * org.el (org-find-text-property-in-string): New function.
29786 (org-extract-attributes): Use the property org-attr instead of
29787 org-attrobutes, because this property is now set with the #+ATTR
29790 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
29792 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
29793 the case that FROM is nil.
29795 * org.el (org-before-first-heading-p): New function.
29797 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
29799 * org-exp.el (org-export-as-html): Do not add a space before
29800 enforces line breaks.
29801 (org-export-as-html): Close paragraph before blockquote and verse
29804 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
29806 * org-id.el (org-id-locations-file): Wrap file name with
29807 `convert-standard-filename'.
29808 (org-id-files): New variable.
29809 (org-id-use-hash): New option.
29810 (org-id-update-id-locations): Also search in all files current
29811 listed in `org-id-files'. Convert the resulting alist to a hash
29812 if the user customation says so.
29813 (org-id-locations-save): Handle he case if `org-id-locations' is a
29815 (org-id-locations-load): Convert the alist to a hash.
29816 (org-id-add-location): Handle the hast case.
29817 (kill-emacs-hook): Make sure id locations are saved when Emacs is
29819 (org-id-hash-to-alist, org-id-alist-to-hash)
29820 (org-id-paste-tracker): New functions.
29822 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
29824 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
29825 bindings of calendar variables.
29827 * org-table.el (org-table-find-row-type): Rename from
29828 `org-find-row-type'.
29829 (org-table-rewrite-old-row-references): Rename from
29830 `org-rewrite-old-row-references'.
29831 (org-table-shift-refpart): Rename from `org-shift-refpart'.
29832 (org-table-cleanup-narrow-column-properties): Rename from
29833 `org-cleanup-narrow-column-properties'.
29835 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
29837 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
29838 for better error messages.
29839 (org-table-get-descriptor-line): Supply the new arguments to
29840 `org-find-row-type'.
29841 (org-table-error-on-row-ref-crossing-hline): New option.
29843 * org.el (org-target-link-regexp): Make buffer-local.
29844 (org-move-subtree-down): Fix bug with trees at beginning of
29847 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
29849 * org-faces.el (org-set-tag-faces): New function.
29850 (org-tags-special-faces-re): New variable.
29852 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
29854 * org-faces.el (org-tag-faces): New option.
29855 (org-tag): Mention `org-tag-faces' in the docstring.
29857 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
29859 * org-exp.el (org-export-html-style-default): Implement new
29862 * org-jsinfo.el (org-infojs-template): Implement new quoting.
29864 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
29865 command to the `w3m-minor-mode-map'.
29867 * org-archive.el (org-archive-to-archive-sibling):
29868 Protect `this-command' to avoid appending kills during archiving.
29870 * org-exp.el (org-export-with-priority): New variable.
29871 (org-export-add-options-to-plist): Use `org-export-plist-vars'
29872 instead of internal list of strings and properties.
29873 (org-print-icalendar-entries): Retrieve the location property with
29876 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
29878 * org-exp.el (org-export-with-todo-keywords): New option.
29879 (org-export-plist-vars): Include also the keys for the #+OPTIONS
29881 (org-default-export-plist, org-export-add-options-to-plist)
29882 (org-export-as-ascii, org-export-as-html): Use the new structure
29883 of `org-export-plist-vars'.
29885 * org.el (org-map-entries): Return all values.
29887 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
29889 * org.el (org-matcher-time): Recognize more special values.
29891 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
29893 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
29895 * org.el (org-tags-exclude-from-inheritance): New option.
29896 (org-tag-inherit-p, org-remove-uniherited-tags):
29897 Respect `org-tags-exclude-from-inheritance'.
29899 * org-agenda.el (org-agenda-show-inherited-tags): New option.
29900 (org-format-agenda-item): Add inherited tags to the agenda line
29901 string, and make sure that properties are kept when downcasing the
29903 (org-agenda-add-inherited-tags): New function.
29904 (org-downcase-keep-props): New function.
29906 * org.el (org-scan-tags): Mark inherited tags with a text
29908 (org-get-tags-at): Mark inherited tags with a text property.
29909 (org-add-prop-inherited): New function.
29911 * org-agenda.el (org-agenda-add-inherited-tags): New function.
29912 (org-agenda-show-inherited-tags): New option.
29914 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
29916 * org.el (org-modules): Add org-w3m to the default modules.
29918 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
29920 (orgtabl-create-or-convert-from-region): New command.
29922 * org-exp.el (org-export-as-ascii): Remove the handling of
29924 (org-export-ascii-preprocess): Handle targets already in this
29927 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
29929 * org-timer.el (org-timer-start-time): Define this variable.
29930 (org-timer-item): Make argument optional.
29932 * org-list.el (org-insert-item): Automatically insert a timer item
29933 if the current list is a timer list.
29935 * org-timer.el: New file.
29937 * org-publish.el (org-publish-org-index): Only exclude the index
29938 file in the main directory from being added to the site-map.
29939 (org-publish-get-project-from-filename): If the current project is
29940 a component, start publishing from the parent project.
29942 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
29944 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
29946 * org-publish.el (org-publish-org-index): Improve removal of
29949 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
29951 * org-agenda.el (org-get-closed): Re-apply changes
29952 accidentially overwritten by last commit to Emacs.
29954 * org.el (org-outline-path-complete-in-steps): New option.
29955 (org-refile-get-location):
29956 Honor `org-outline-path-complete-in-steps'.
29957 (org-agenda-change-all-lines, org-tags-sparse-tree)
29958 (org-time-string-to-absolute, org-small-year-to-year)
29959 (org-link-escape): Re-apply changes accidentially overwritten
29960 by last commit to Emacs.
29962 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
29964 * org-clock.el (org-dblock-write:clocktable): Make sure the
29965 clocktable sees the first line.
29966 (org-clock-in): Warn if the clock cannot be resumed.
29968 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
29970 * org.el (org-open-at-point): Fix mixup about interactive and
29971 non-interactive elisp links.
29973 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
29975 * org-exp.el (org-export-preprocess-string): Allow one comment
29976 line before the first headline to always be included. This is
29977 to not miss a commented target.
29979 * org-mouse.el (org-mouse-insert-item):
29980 Call `org-indent-to-column' instead of `indent-to', for XEmacs
29983 * org.el (org-refile-targets): Fix customize definition so
29984 that it works also in XEmacs.
29985 (org-fixup-indentation): Call `org-indent-to-column' instead
29986 of `indent-to', for XEmacs compatibility.
29988 2008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
29990 * org-mew.el (org-mew-store-link): Get the correct case folder
29991 for refiled messages.
29993 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
29995 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
29996 line break indicators.
29998 * org.el (org-ido-completing-read): Remove the "i:" prefix for
29999 ido-completion propts.
30001 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30003 * org-remember.el (org-remember-apply-template):
30004 Use `org-substring-no-properties'.
30006 * org-compat.el (org-substring-no-properties): New function.
30008 * org-remember.el (org-remember-apply-template):
30009 Use `org-substring-no-properties' for compatibility.
30011 * org-list.el (org-list-two-spaces-after-bullet-regexp):
30013 (org-fix-bullet-type):
30014 Respect `org-list-two-spaces-after-bullet-regexp'.
30016 * org-clock.el (org-clock-load): Clean up the code.
30018 * org.el (org-adaptive-fill-function): Allow two spaces after
30019 "1." as a list bullet.
30021 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30023 * org-clock.el (org-clock-save, org-clock-load): Check for
30024 live buffers, existing files, and buffer file names to ensure
30025 consistent information.
30026 (org-clock-persist): Make `clock' a special value of this
30027 variable, and improve docstring.
30029 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
30030 (org-get-string-indentation): Adapt indentation when the bullet
30033 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30035 * org-remember.el (org-remember-finalize): Make interactive.
30036 (org-remember-kill): New command.
30037 (org-remember-finish-immediately): Call `org-remember-finalize'
30039 (org-remember-finalize): Make `org-remember-finalize' an interactive
30042 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30044 * org-remember.el (org-remember-apply-template): No ido completion
30045 for free prompts in remember templates.
30046 (org-remember-before-finalize-hook): New hook.
30047 (org-remember-mode): New minor mode.
30048 (org-remember-apply-template): Turn on `org-remember-mode'.
30050 * org-remember.el (org-remember-apply-template): Fix the way how
30051 the list of allowed properties is retrieved from the target file.
30053 * org.el (org-insert-link): Improve file link matching.
30055 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30057 * org-colview.el (org-columns-display-here): New argument
30058 DATELINE, to trigger using the new face.
30059 (org-agenda-colview-summarize): Call `org-columns-display-here'
30060 with the new argument.
30062 * org-faces.el (org-agenda-column-dateline): New face.
30064 * org-publish.el (org-publish-org-index): Use index-title at page
30065 title, not as section.
30067 * org-exp.el (org-export-html-format-desc): Respect the
30068 org-protect property.
30069 (org-export-as-html): Protect image specifiers that are in the
30070 description part of a link.
30072 * org.el (org-sort-entries-or-items, org-completing-read)
30073 (org-refile-get-location, org-olpath-completing-read, org-todo)
30074 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
30075 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
30076 (org-set-property, org-delete-property)
30077 (org-delete-property-globally): Use `org-ido-completing-read'.
30079 * org-remember.el (org-remember-apply-template):
30080 Use `org-ido-completing-read'.
30082 * org-publish.el (org-publish): Use `org-ido-completing-read'.
30084 * org-colview.el (org-columns-edit-value, org-columns-new)
30085 (org-insert-columns-dblock): Use `org-ido-completing-read'.
30087 * org-attach.el (org-attach-delete-one, org-attach-open):
30088 Use `org-ido-completing-read'.
30090 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
30091 Use `org-ido-completing-read'.
30093 * org.el (org-time-today): New function.
30094 (org-matcher-time): Use `org-time-today'. Add special treatment
30095 for "<tomorrow>" and "<yesterday>".
30096 (org-ido-completing-read): New function.
30097 (org-completion-use-ido): New option.
30099 * org-exp.el (org-export-format-source-code): Fix bug in require
30101 (org-export-target-internal-links): Fix bug in search for text
30104 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30106 * org-export-latex.el (org-export-latex-subcontent):
30107 Interpret target aliases as additional labels.
30109 * org-exp.el (org-export-target-aliases): New variable.
30110 (org-export-preprocess-string)
30111 (org-export-handle-invisible-targets): Fill the alias alist.
30112 (org-export-as-html): Remove the from the anchor, and also
30114 (org-html-level-start): Insert the target aliases as additional
30117 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
30120 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30122 * org.el (org-open-at-mouse): Ensure correct link abbreviations
30123 when following a link with the mouse from the agenda.
30125 * org-exp.el (org-export-as-html): Avoid lone </div> when no
30126 headlines are created.
30128 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30130 * org.el (org-link-translation-function): New option.
30131 (org-open-at-point): Call `org-link-translation-function' if
30133 (org-translate-link): New function.
30134 (org-translate-link-from-planner): New function.
30135 (org-open-at-point): Allow interactive commands in elisp links.
30137 * org-exp.el (org-icalendar-cleanup-string): Restore the old
30138 iCalendar quoting. The new one seems to caus problems with
30141 * org.el (org-yank): Set `this-command' to `yank', so that
30142 `yank-pop' will work.
30144 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30146 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
30147 compliance as far as quoting is concerned.
30149 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
30150 hexified version of the tag.
30152 * org-vm.el (org-vm-follow-link): Require `vm-search'.
30154 * org.el (org-up-heading-safe, org-forward-same-level):
30155 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
30156 (org-back-to-heading): New wrapper around outline-back-to-heading,
30157 with a useful error message telling where the error happened.
30159 * org-list.el (org-update-checkbox-count): Always call
30160 `org-back-to-heading' instead of `outline-back-to-heading'.
30162 * org-exp.el (org-export-as-html): Make sure that each <img> tag
30163 has an `alt' attribute, to ensure XHTML validation.
30165 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30167 * org-publish.el (org-publish-attachment): Allow publishing to
30168 overwrite attachment files.
30170 * org-agenda.el (org-agenda-timerange-leaders): New option.
30171 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
30173 * org.el (org-edit-src-exit): Untabify ASCII image before
30176 2008-11-19 Glenn Morris <rgm@gnu.org>
30178 * org.el, org-mouse.el (org-agenda-change-all-lines):
30181 2008-11-18 Carsten Dominik <dominik@science.uva.nl>
30183 * org.el ("speedbar"): Only show context if the file really is an
30186 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
30188 * org.el (org-time-string-to-absolute, org-small-year-to-year)
30189 (org-tags-sparse-tree): Fix typos in docstrings.
30191 2008-11-15 Carsten Dominik <dominik@science.uva.nl>
30193 * org-publish.el (org-publish-attachment): Allow copy-file to
30196 2008-11-13 Glenn Morris <rgm@gnu.org>
30198 * org-agenda.el (org-get-closed): Fix alias.
30200 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
30202 * org.el (org-link-escape): Fix typo in docstring.
30204 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
30206 * org.el (org-yank): Make any prefix force normal yanking.
30207 Suppress folding if text would be swallowed into a folded
30209 (org-yank-folded-subtrees, org-yank): Docstring updates.
30211 * org-agenda.el (org-agenda-compare-effort): Treat no effort
30214 * org-exp.el (org-export-language-setup): Add Catalan and
30215 Esperanto language entries.
30217 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
30219 * org.el (org-refile): Allow refiling of entire regions.
30221 * org-clock.el (org-clock-time%): New function.
30223 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
30224 retrieve property values.
30226 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
30228 * org-agenda.el (org-agenda-list): Handle the value `only' of
30229 org-agenda-show-log'.
30230 (org-agenda-log-mode): Interpret a double prefix arg.
30232 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
30234 * org-exp.el (org-export-html-footnotes-section): New variable.
30235 (org-export-as-html): Use `org-export-html-footnotes-section' to
30236 insert the footnotes.
30237 (org-export-language-setup): Add "Footnotes" to language words.
30239 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
30241 * org.el (org-yank): Fix bug when not inserting a subtree.
30243 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
30245 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
30246 instead of `vm-beginning-of-message'.
30248 * org.el (org-make-link-regexps): Make sure that links to gnus can
30251 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
30253 * org-attach.el (org-attach-dir): Remove duplicate ID creation
30256 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
30259 * org.el (org-link-abbrev-alist): Improve customization type.
30261 * org-attach.el (org-attach-expand-link, org-attach-expand):
30264 * org-agenda.el (org-agenda-get-progress): Rename from
30265 `org-get-closed'. Implement searching for state changes as well.
30266 (org-agenda-log-mode-items): New option.
30267 (org-agenda-log-mode): New option prefix argument, interpreted as
30268 request to show all possible progress info.
30269 (org-agenda-get-day-entries): Call `org-get-progress' instead of
30271 (org-agenda-set-mode-name): Handle the more complex log mode
30273 (org-get-closed): New alias, pointing to `org-get-progress'.
30275 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
30277 * org.el (org-file-apps-defaults-gnu)
30278 (org-file-apps-defaults-macosx)
30279 (org-file-apps-defaults-windowsnt): Add an entry defining the
30281 (org-file-apps): Allow `system' as key and value.
30282 (org-open-at-point): Explain the effect of a double prefix arg.
30283 (org-open-file): If the argument `in-emacs' is (16),
30284 i.e. corresponding to a double prefix argument, try to open the
30287 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
30289 * org.el (org-insert-link): Abbreviate absolute files names in
30290 links. Also, fix a bug in which the double C-u prefix would not
30293 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
30295 * org.el (org-insert-heading): If buffer does not end with a
30296 newline, add one if necessary to insert headline correctly.
30298 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
30299 paragraphs, not inside.
30301 * org.el (org-todo):
30302 Quote `org-agenda-headline-snapshot-before-repeat'.
30304 * org-exp.el (org-export-as-html): Fully process link descriptions.
30305 (org-export-html-format-desc): New function.
30306 (org-export-as-html): Collect footnotes into the correct basket.
30307 (org-html-protect): No longer protect quotations marks here, this
30310 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
30313 * org-compat.el (org-fit-window-to-buffer): New function (not
30314 really, a preliminary and incomplete version was present earlier,
30317 * org.el (org-fast-todo-selection, org-fast-tag-selection):
30318 Use `org-fit-window-to-buffer'.
30320 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
30322 * org-agenda.el (org-agenda-get-restriction-and-command)
30323 (org-fit-agenda-window, org-agenda-convert-date):
30324 Use `org-fit-window-to-buffer'.
30326 * org-exp.el (org-export-as-html): Process href links through
30327 `org-export-html-format-href'.
30328 (org-export-html-format-href): New function.
30330 * org-agenda.el (org-agenda-todo): Update only the current
30331 headline if this is a repeated TODO, marked done for today.
30332 (org-agenda-change-all-lines): New argument JUST-THIS, to change
30333 only the current line.
30335 * org.el (org-todo): Take a snapshot of the headline if the
30336 repeater might change it.
30338 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
30340 * org-publish.el (org-publish-find-title): Remove buffers visited
30341 only for extracting the title.
30343 * org-exp.el (org-export-html-style)
30344 (org-export-html-style-default): Mark style definitions as
30347 * org-publish.el (org-publish-validate-link):
30348 Function re-introduced.
30350 2008-11-12 Charles Sebold <csebold@gmail.com>
30352 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
30354 (org-plot-quote-timestamp-field): New function.
30355 (org-plot-quote-tsv-field): Call timestamp field function when
30356 necessary rather than just quoting as a string.
30357 (org-plot/gnuplot-to-data): Pass in timefmt property.
30358 (org-plot/gnuplot-script): Supports timefmt property.
30359 (org-plot/gnuplot): Checks for timestamp column before checking
30360 for text index column.
30362 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
30364 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
30366 * org-publish.el (org-publish-org-index): Create a section in the
30368 (org-publish-org-index): Stop linking to directories.
30370 * org.el (org-emphasis-alist): Use span instead of <u> to
30373 * org-exp.el (org-export-as-html): Make sure <p> is closed before
30376 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
30378 * org-jsinfo.el (org-infojs-template): Remove language attribute
30381 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
30383 * org-agenda.el (org-agenda-remove-marked-text): New function.
30384 (org-agenda-mark-filtered-text)
30385 (org-agenda-unmark-filtered-text): New functions.
30386 (org-write-agenda): Remove filtered text.
30388 * org.el (org-make-tags-matcher): Give access to TODO "property"
30389 without speed penalty.
30391 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
30393 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
30395 (org-store-link-props): Make sure adding to the plist works
30398 * org-gnus.el (org-gnus-no-new-news): New function.
30399 (org-gnus-follow-link): Allow the article ID to be a message-id,
30400 in addition to allowing article numbers. Message IDs make much
30401 more roubust links.
30402 (org-gnus-store-link): Use message-id to create link.
30404 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
30406 * org.el (org-emphasize): Reverse the selection array.
30407 (org-emphasis-alist): Set <code> tags for the verbatim
30410 * org-remember.el (org-remember-handler): Fix bug with
30411 prefix-related changing of the note storage target.
30413 * org-exp.el (org-print-icalendar-entries): Make the exported
30414 priorities compatible with RFC 2445.
30416 * org-clock.el (org-clock-save): Insert time stamp without
30417 dependence on time-stamp.el.
30419 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
30421 * org.el ("saveplace"): If saveplace puts point into an invisible
30422 location, make it visible.
30423 (org-make-tags-matcher): Allow inactive time stamps in time
30425 (org-yank-adjusted-subtrees): New option.
30426 (org-yank): Incorporate adjusting trees.
30427 (org-paste-subtree): New argument FOR-YANK which will cause
30428 insertion at point without backing up over white lines, and leave
30429 point at the end of the inserted text. Also if the cursor is
30430 at the beginning of a headline, use the same level or the inserted
30433 * org-publish.el (org-publish-get-base-files-1): Deal correctly
30434 with broken symlinks.
30436 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
30438 * org-exp.el (org-export-select-tags, org-get-current-options):
30441 2008-11-06 Glenn Morris <rgm@gnu.org>
30443 * org-publish.el (org-publish-attachment): Use copy-file rather than
30446 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
30448 * org.el (org-columns-modify-value-for-display-function):
30449 * org-table.el (org-table-convert-region): Fix typos in docstrings.
30451 2008-10-28 Glenn Morris <rgm@gnu.org>
30453 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
30455 * org-list.el (outline-next-heading, outline-back-to-heading):
30458 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
30460 * org-agenda.el (org-format-agenda-item)
30461 (org-agenda-filter-make-matcher): Make sure tags are stored and
30462 compared downcased.
30464 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
30466 * org.el (org-insert-todo-heading): Fix bug with force-heading
30469 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
30471 * org-exp.el (org-export-as-ascii): Handle the case that we are
30472 bulishing from an indirect buffer.
30474 * org-table.el (org-table-copy-down): Fix bug with time stamp
30477 * org-mouse.el (org-mouse-features): New option.
30478 (org-mode-hook): Turn on features depending on
30479 `org-mouse-features'.
30481 * org.el (org-insert-heading-respect-content): Force heading
30483 (org-insert-heading): Keep the folding state of the heading before
30486 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
30488 * org-archive.el (org-archive-to-archive-sibling): Handle top
30489 level headlines better.
30491 2008-10-26 Bastien Guerry <bzg@gnu.org>
30493 * org-export-latex.el (org-export-latex-classes):
30494 Add \usepackage{graphicx} to the default list of packages.
30496 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
30498 * org-agenda.el (org-agenda-filter): Rename from
30499 `org-agenda-filter-tags'.
30501 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
30503 * org.el (org-entry-properties): Add CATEGORY property, iven if it
30504 is not defined as a property in this entry.
30505 (org-add-log-note): Mask prefix argument when immediately storing
30508 * org-agenda.el (org-agenda-filter-effort-default-operator):
30511 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
30513 * org.el (org-add-log-setup): Bugfix; code to find insertion point
30514 after drawers was skipping ahead one line too many, so notes were
30515 inserted after the first note instead of before it.
30517 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
30519 * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
30521 (org-prepare-agenda): Reset the filter tags.
30522 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
30523 Show filter tags in mode line.
30525 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
30528 * org-export-latex.el (org-latex-entities-regexp): New constant.
30529 (org-export-as-pdf): Use two calls to `shell-command'.
30531 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
30533 * org-export-latex.el (org-export-latex-treat-sub-super-char):
30534 Honor the {} value of the subsuperscript setting. Make sure that
30535 longer subsuperscripts are typeset in a roman font.
30537 * org.el (org-clock-update-time-maybe): Compute negative clock
30538 intervals correctly.
30540 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
30542 * org.el (org-add-log-setup):
30543 Respect `org-log-state-notes-insert-after-drawers'.
30544 (org-log-state-notes-insert-after-drawers): New option.
30545 (org-todo-trigger-tag-changes): New function.
30546 (org-todo): Call `org-todo-trigger-tag-changes'.
30548 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
30550 * org.el (org-add-log-setup): Only skip drawers if they are
30551 immediately after the scheduling keywords.
30553 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
30555 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
30556 call it with the current todo state to get the state to switch to
30558 (org-clock-in): Use org-indent-line-function to indent clock lines.
30559 (org-clock-find-position): Fix indentation of empty clock drawers.
30561 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
30563 * org-publish.el (org-publish-org-to): Handle case when
30564 org-export-to-pdf does return a file name, not a buffer.
30565 (org-publish-org-to-pdf): New function.
30567 * org-export-latex.el (org-export-as-pdf)
30568 (org-export-as-pdf-and-open): New commands.
30570 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
30573 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
30574 things in protexted regions.
30576 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
30578 * org-export-latex.el (org-export-latex-preprocess):
30579 Improve quoting of LaTeX environments.
30581 2008-10-19 Eli Zaretskii <eliz@gnu.org>
30583 * org.el (org-default-notes-file):
30584 * org-publish.el (org-publish-timestamp-directory):
30585 * org-id.el (org-id-locations-file): Run file names that begin
30586 with a period thru `convert-standard-filename'.
30588 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
30590 * org-plot.el: Switch coding system to unix.
30592 2008-10-12 John Wiegley <johnw@newartisans.com>
30594 * org-attach.el: New file.
30596 2008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
30598 * org.el (org-edit-fixed-width-region): Exclude final newline from
30601 * org-export-latex.el (org-export-latex-subcontent): Add labels to
30602 sections, to make internal links work.
30603 (org-export-latex-fontify-headline): Do not remove all text
30604 properties, to make sure that target properties survive this
30607 * org-exp.el (org-export-preprocess-string): Change sequence of
30608 modifications, to make sure links are prepared before the LaTeX
30609 conversions do happen.
30611 * org-attach.el (org-attach-delete-all): Rename from
30612 `org-attch-delete'. Add a security query before deleting the
30613 entire directory. New optional argument FORCE can overrule the
30615 (org-attach-delete-one): New command.
30617 * org-attach.el (org-attach-file-list): Fix bug with directory.
30619 * org.el (org-apps-regexp-alist): New function.
30620 (org-file-apps): Add auto-mode to the default value.
30621 (org-open-file): Use the new structure of org-file-apps.
30623 * org-attach.el (org-attach): Support the new keys.
30624 (org-attach-method): New option.
30626 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
30629 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
30630 of the list value o `org-use-tag-inheritance'.
30632 * org-attach.el (org-attach-auto-tag): New option.
30633 (org-attach-tag, org-attach-untag): New functions.
30634 (org-attach-attach, org-attach-new, org-attach-sync):
30635 Call `org-attach-tag'.
30636 (org-attach-delete): Call `org-attach-untag'.
30638 * org-table.el (orgtbl-self-insert-command): Make this work for
30639 the keypad as well.
30641 * org.el (org-add-log-setup): Limit searc for drawers to entry
30642 text, not to subtree.
30644 * org-clock.el (org-clock-heading-for-remember): New variable.
30645 (org-clock-in): Set `org-clock-heading-for-remember'.
30647 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
30649 * org-remember.el (org-remember-apply-template): Add new
30650 expansions: %k, %K for currently clocked task and a link to the
30651 currently clocked task, and %< to file notes in the currently
30654 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
30656 * org-export-latex.el (org-export-latex-make-header): Also insert
30657 the content of the property :latex-header-extra.
30659 * org-exp.el (org-infile-export-plist): Put the content of
30660 #+LATEX_HEADER: into the property :latex-header-extra.
30662 * org-colview.el (org-columns-get-format-and-top-level):
30663 Remove resetting the marker.
30665 * org.el (org-entry-property-inherited-from): Improve docstring.
30666 (org-entry-get-with-inheritance): Reset marker before starting the
30669 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
30671 * org.el (org-entry-get-multivalued-property)
30672 (org-entry-protect-space, org-entry-restore-space):
30674 (org-file-apps-defaults-macosx): Let PostScript files be opened by
30676 (org-time-stamp-inactive): Call `org-time-stamp'.
30677 (org-time-stamp): New argument `inactive'. Also edit inactive
30678 stamps. Convert time stamp type.
30679 (org-open-file): Interpret the `default' value for the `command'
30680 in `org-file-apps'.
30682 * org-id.el (org-id-int-to-b36-one-digit)
30683 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
30684 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
30687 * org-id.el (org-id-reverse-string): New function.
30688 (org-id-new): Use `org-id-reverse-string' to make sure the
30689 beginning chars of the ID are mutating fast. This allows to use a
30690 directory structure to spread things better.
30691 (org-id-prefix): Change default to nil.
30693 * org-list.el (org-move-item-down, org-move-item-up): Remember and
30694 restore the column of the cursor position.
30696 * org-remember.el (org-remember-apply-template): Remove properties
30699 * org-wl.el (org-wl-open): Remove useless call to
30700 `wl-thread-open-all'.
30702 * org-remember.el (org-remember-handler): Fix bug with `bottom'
30705 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
30706 `org-bbdb-anniversaries'.
30708 * org.el (org-get-next-sibling, org-forward-same-level):
30709 New functions, similar to the outline versions, but invisible headings
30712 2008-10-12 Bastien Guerry <bzg@gnu.org>
30714 * org.el (org-auto-repeat-maybe): Insert a space between
30715 the timestamp's type and the timestamp itself.
30717 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
30719 * org-table.el (org-table-sum): Do not format the result with %g,
30720 it does rounding when there are too many digits.
30722 * org.el (org-map-entries): Protect the keyword-selecting variables.
30724 2008-10-12 Bastien Guerry <bzg@gnu.org>
30726 * org-agenda.el (org-agenda-to-appt): Make sure the function check
30727 against all agenda files.
30729 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
30730 Bastien Guerry <bzg@gnu.org>
30732 * org-list.el: New file, aggregating list functions from org.el
30733 and org-export-latex.el.
30735 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
30737 * org.el (org-edit-src-region-extra): New option.
30739 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
30742 2008-10-12 Bastien Guerry <bzg@gnu.org>
30744 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
30746 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
30748 * org-plot.el (org-plot/gnuplot): Make tables starting with a
30749 hline work correctly.
30750 (org-plot/gnuplot-script): Put commas at the end of each script
30753 * org.el (org-get-refile-targets): Replace links with their
30755 (org-imenu-get-tree): Replace links with their descriptions.
30757 * org-remember.el (org-remember-apply-template): Add a new
30758 expansion for adding properties to remember items.
30760 * org.el (org-add-log-setup): Skip over drawers (properties,
30761 clocks etc) when adding notes.
30763 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
30764 items as well as the start and end times.
30766 * org-compat.el (org-get-x-clipboard-compat): Add a compat
30767 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
30769 * org-remember.el (org-get-x-clipboard): Use the compat
30770 function to get clipboard values when x-selection-value is
30771 unavailable. Use substring-no-properties instead of
30772 set-text-properties to remove text properties from the clipboard
30775 * org-clock.el (org-update-mode-line): Support limiting the
30776 modeline clock string, and display the full todo value in the
30777 tooltip. Set a local keymap so mouse-3 on the clock string goes to
30778 the currently clocked task.
30779 (org-clock-string-limit): Add a custom value for the maximum
30780 length of the clock string in the modeline.
30781 (org-clock-mode-map): Add a keymap for the modeline string.
30783 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
30785 * org-compat.el (org-propertize): New function.
30787 2008-10-12 Bastien Guerry <bzg@gnu.org>
30789 * org-export-latex.el (org-export-latex-tables): Protect exported
30790 tables from further special chars conversion.
30791 (org-export-latex-preprocess): Preserve LaTeX environments.
30792 (org-list-parse-list): Parse descriptive lists.
30793 (org-list-to-generic, org-list-to-latex, org-list-to-html)
30794 (org-list-to-texinfo): Export descriptive lists.
30795 (org-quote-chars): Remove.
30796 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
30797 (org-export-latex-list-beginning-re): Rename to
30798 `org-list-beginning-re'.
30799 (org-list-item-begin): Rename to `org-list-item-beginning'.
30801 2008-10-12 Eric Schulte <schulte.eric@gmail.com>
30803 * org-plot.el: New file.
30805 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
30807 * org.el (org-refile): Allow refiling to the last entry in the
30809 (org-get-tags-at): Fix bug when inheritance is turned off.
30811 * org.el (org-indent-line-function): No longer check for src
30812 regions, this is too much overhead.
30814 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
30817 * org.el (org-scan-tags): Make sure that tags matching is not case
30818 sensitive. TODO keyword matching is case sensitive, however, to
30819 avoid confusion with similar words that are not meant to be
30822 * org.el (org-get-local-tags-at): New function.
30823 (org-get-local-tags): New function.
30825 * org-exp.el (org-export-get-categories): New function.
30827 * org-agenda.el (org-sorting-choice)
30828 (org-agenda-sorting-strategy, org-agenda-get-todos)
30829 (org-agenda-get-timestamps, org-agenda-get-deadlines)
30830 (org-agenda-get-scheduled, org-agenda-get-blocks)
30831 (org-entries-lessp): Implement sorting by TODO state.
30832 (org-cmp-todo-state): New defsubst.
30834 * org-colview.el (org-colview-construct-allowed-dates):
30836 (org-columns-next-allowed-value):
30837 Use `org-colview-construct-allowed-dates'.
30839 * org.el (org-protect-slash): New function.
30840 (org-get-refile-targets): Use `org-protect-slash'.
30842 * org-agenda.el (org-global-tags-completion-table): New variable.
30844 * org-exp.el (org-export-handle-export-tags): New function.
30845 (org-export-preprocess-string):
30846 Call `org-export-handle-export-tags'.
30848 * org-publish.el (org-publish-expand-components): Function removed.
30849 (org-publish-expand-projects): Allow components to have components.
30851 * org.el (org-indent-line-function): Do not indent in regions that
30852 are external source code.
30853 (org-yank-and-fold-if-subtree): New function.
30855 * org-agenda.el (org-agenda-todayp): New function.
30856 (org-agenda-get-deadlines, org-agenda-get-scheduled):
30857 Use `org-agenda-todayp'.
30859 * org.el (org-insert-heading-respect-content)
30860 (org-insert-todo-heading-respect-content): New commands.
30861 (org-insert-heading-respect-content): New option.
30862 (org-insert-heading): Respect `org-insert-heading-respect-content'.
30864 * org-clock.el (org-clock-find-position): Make sure the note after
30865 the clock line gets moved into the new clock drawer.
30867 * org-id.el (org-id-new): New option.
30869 * org-table.el (org-table-copy-down): Avoid overflow during
30870 increment. Use prefix argument 0 to temporarily disable the
30873 * org-exp.el (org-export-as-html): Do not turn on the major mode
30874 if the buffer will be killed anyway.
30875 (org-get-current-options): Exclude the #+TEXT field.
30876 (org-export-as-html): Make sure text before the first headline is
30879 * org-publish.el (org-publish-org-to): Tell the exporter that this
30880 buffer will be killed, so it is not necessary to do major mode
30883 * org-archive.el (org-archive-to-archive-sibling): Show empty
30884 lines after folding the archive sibling.
30886 * org.el (org-log-note-extra): New variable.
30888 2008-10-12 Bastien Guerry <bzg@gnu.org>
30890 * org.el (org-additional-option-like-keywords): Add keywords for
30891 the _QUOTE, _VERSE and _SRC environments.
30893 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
30894 exporting _QUOTE and _VERSE environments.
30896 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
30898 * org-agenda.el (org-agenda-filter-by-tag): New command.
30900 * org-exp.el (org-get-current-options): Remove angular brackets
30901 from the date entry.
30903 * org.el (org-edit-fixed-width-region): New function.
30904 (org-edit-fixed-width-region): Also try
30905 `org-edit-fixed-width-region'.
30906 (org-edit-fixed-width-region-mode): New option.
30907 (org-activate-code): Only interpret lines starting with colon
30908 plus a space as example lines.
30910 * org-remember.el (org-remember-templates): Add nil instead of
30911 empty strings to fix the length of remember templates.
30913 * org-table.el (org-calc-default-modes): Fix the time format for
30914 calc, from 12 hour to 24 hour clock.
30916 * org-agenda.el (org-agenda-get-deadlines)
30917 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
30918 entries that are pre-warnings of deadlines or reminders.
30920 * org.el (org-sort-entries-or-items): Make numeric and alpha
30921 comparisons ignore any TODO keyword and priority cookie.
30923 * org-remember.el (org-remember-handler): Reinterpretation of the
30926 * org-agenda.el (org-agenda-get-scheduled): Use new
30927 `org-scheduled' face.
30929 * org-faces.el (org-scheduled): New face.
30931 * org-wl.el (org-wl-open): Remove incorrect declaration.
30933 * org-gnus.el (org-gnus-store-link): Support for :to information
30936 * org-exp.el (org-export-as-html): Fix typo in creator
30938 (org-export-protect-examples): New parameter indent. Insert extra
30939 spaces only when this parameter is specified.
30940 (org-export-preprocess-string): Call `org-export-protect-examples'
30941 with an indentation parameter when exporting to ASCII.
30943 * org-remember.el (org-remember-templates)
30944 (org-remember-apply-template): Allow the file component to be a
30947 * org.el (org-goto-local-search-headings): Rename from
30948 `org-goto-local-search-forward-headings'. Added the possibility
30949 to search backwards.
30951 * org-export-latex.el (org-export-latex): New customization
30954 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
30956 * org-exp.el (org-html-do-expand): Allow {} to terminate
30959 * org.el (org-buffer-list): Select buffers based on major mode,
30962 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
30965 * org-colview.el (org-columns-display-here):
30966 Use `org-columns-modify-value-for-display-function'.
30968 * org.el (org-columns-modify-value-for-display-function): New option.
30970 * org-publish.el (org-publish-file): Make sure the directory match
30971 for the publishing directory works correctly.
30973 * org-agenda.el (org-agenda-execute-calendar-command)
30974 (org-agenda-diary-entry): Additional optional argument.
30976 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
30978 * org-exp.el (org-export-as-html): Add attributes also in mailto
30981 * org.el (org-autoload): Add `org-dblock-write:columnview'.
30983 2008-08-11 Glenn Morris <rgm@gnu.org>
30985 * org-mac-message.el (do-applescript): Fix declaration.
30987 2008-08-10 Glenn Morris <rgm@gnu.org>
30989 * org-exp.el (org-export-as-html): Let-bind `i'.
30991 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
30992 (org-extract-attributes): Let-bind `key', `value'.
30993 (org-make-tags-matcher): Let-bind `time-p'.
30995 2008-07-27 Carsten Dominik <dominik@science.uva.nl>
30997 * org-install.el: New file.
30999 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
31001 * org-exp.el (org-export-html-style)
31002 (org-export-html-style-extra): Declare as safe-local-variable.
31004 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
31006 * org-publish.el (org-publish-file): Use the true name of the
31009 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
31012 * org-exp.el (org-export-plist-vars)
31013 (org-export-add-options-to-plist): Handle creator setting flag.
31014 (org-export-as-html): Handle attributes also for ftp and mailto
31017 * org-agenda.el (org-agenda-diary-entry)
31018 (org-agenda-execute-calendar-command): Cater for the second
31019 argument of `calendar-cursor-to-date'.
31021 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
31023 * org-exp.el (org-export-region-as-html, org-export-as-html):
31024 Make sure that calls from `org-export-region-as-html' do not do the
31025 special check for a subtree.
31027 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
31029 * org.el (org-open-file):
31030 Use `org-open-directory-means-index-dot-org'.
31031 (org-open-directory-means-index-dot-org): New option.
31033 * org.el (org-make-link-string): Remove link attributes from
31035 (org-open-at-point): Remove link attributes before using the path.
31037 * org-exp.el (org-export-as-html): Handle link attributes.
31039 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
31041 * org-table.el (org-table-to-lisp): New function.
31043 * org.el (org-narrow-to-subtree): Do not include the final newline
31044 into the narrowed region.
31046 * org-agenda.el (org-agenda-custom-commands-local-options):
31047 Fix bug with user-define skipping condition.
31049 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
31051 * org-exp.el (org-export-html-style-default): Automatic overflow
31052 handling for pre fields.
31053 (org-export-as-ascii, org-export-as-html): Change default format
31056 * org-table.el (org-table-export): Offer completion for translator
31057 functions, and do not require a heading above the table.
31059 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
31060 Cater for the case of a list starting in the first line of the
31063 * org-publish.el (org-publish-find-title): Bug fix.
31064 (org-publish-org-index): Implement new :index-style option.
31066 * org-publish.el (org-publish-timestamp-filename):
31067 Use SHA1-encoded file names in the timestamp directory.
31069 * org-publish.el (org-publish-needed-p): Be verbose about files
31070 published and files skipped.
31072 * org-exp.el (org-export-preprocess-string): Swap link
31073 normalization and internal link targeting.
31075 * org-publish.el (org-publish-needed-p): Create timestamp
31076 directory when it does not exist.
31078 * org-clock.el (org-clock-out-when-done): Doc fix.
31080 * org.el (org-agenda-skip-unavailable-files): Doc fix.
31082 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
31083 Ignore case when searching for the COMMENT cookie at export time.
31085 * org-exp.el (org-get-file-contents)
31086 (org-get-and-remove-property): New functions.
31087 (org-export-handle-include-files): Handle the new prefix options.
31088 (org-export-as-html): Fix the verse environment.
31090 * org.el (org-time=, org-time<, org-time<=, org-time>)
31091 (org-time>=, org-time<>, org-2ft): New functions.
31092 (org-op-to-function): Also provide for the time testing functions.
31094 * org-exp.el (org-export-html-style-default): New constant.
31096 * org-exp.el (org-export-html-style-extra): New variable.
31097 (org-export-splice-style): New function.
31099 * org-exp.el (org-export-plist-vars, org-export-as-html):
31100 Implement `org-export-creator-info'.
31101 (org-export-creator-info): New option.
31103 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
31104 (org-property-drawer-re, org-clock-drawer-re): New constants.
31106 * org-exp.el (org-icalendar-use-deadline)
31107 (org-icalendar-use-scheduled): New options.
31108 (org-icalendar-include-todo): Default changed to t.
31109 (org-print-icalendar-entries): Implement better utilization of
31110 scheduling and deadline time stamps.
31111 (org-export-target-internal-links, org-export-as-html): Allow file
31112 lines without the "file:" prefix if the file path is an absolute
31113 path or starts with ".".
31115 * org-clock.el (org-clocktable-shift): Also understand yesterday,
31117 (org-clock-special-range): Also understand yesterday, lastweek etc.
31119 * org.el (org-agenda-skip-archived-trees): Docstring now
31120 discourages using this.
31121 (org-scan-tags): Check for org-agenda-archives-mode.
31122 (org-map-entries): Make sure org-agenda-archives-mode is nil.
31123 (org-agenda-files): Functionality of second arg changed.
31125 * org-agenda.el (org-agenda-archives-mode): New variable.
31126 (org-write-agenda, org-prepare-agenda, org-agenda-list)
31127 (org-search-view, org-todo-list, org-tags-view)
31128 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
31130 (org-agenda-quit): Reset the archives mode.
31131 (org-agenda-archives-mode): New command.
31132 (org-agenda-set-mode-name): Include archives info.
31134 * org.el (org-paste-subtree): Make sure the yanked headline is
31135 visible if it was yanked at a visible point.
31136 (org-move-item-up): Fix the bug with moving white space at the end
31138 (org-show-empty-lines-in-parent): New function.
31140 2008-07-19 Juri Linkov <juri@jurta.org>
31142 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
31143 new keymap `narrow-map' instead of binding "\C-xns".
31145 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
31147 * org.el (org-agenda-skip-unavailable-files):
31148 * org-clock.el (org-clock-out-when-done): Doc fixes.
31150 2008-06-18 Glenn Morris <rgm@gnu.org>
31152 * org.el (org-map-entries): Let-bind `file'.
31154 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31156 * org-colview.el (org-columns-next-allowed-value): Bug fix.
31158 * org-agenda.el (org-agenda-get-closed): Get the end time into the
31159 agenda prefix as well.
31161 * org-publish.el (org-publish-org-index): Make a properly indented
31164 * org.el (org-calendar-agenda-action-key): New option.
31165 (org-get-cursor-date): New function.
31166 (org-mark-entry-for-agenda-action): New command.
31167 (org-overriding-default-time): New variable.
31168 (org-read-date): Respect `org-overriding-default-time'.
31170 * org-remember.el (org-remember-apply-template): Respect the
31171 overriding default time.
31173 * org-agenda.el (org-agenda-action-marker): New variable.
31174 (org-agenda-action): New command.
31175 (org-agenda-do-action): New function.
31177 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31179 * org.el (org-schedule, org-deadline): Protect scheduled and
31180 deadline tasks against changes that accidentally remove the
31181 repeater. Also show a message with the new date when done.
31183 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31185 * org.el (org-beginning-of-line): Cater for the case when there
31186 are tags but no headline text.
31187 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
31190 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31192 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
31193 the return value is nil instead of "nil" when there is no match.
31195 * org-exp.el (org-insert-centered): Use fill-column instead of
31197 (org-export-as-ascii): Use string-width to measure the width of
31200 * org.el (org-diary-to-ical-string): No longer kill buffer
31201 FROMBUF, this is now done by the caller.
31203 * org-exp.el (org-print-icalendar-entries): Move the call to
31204 `org-diary-to-ical-string' out of the loop, and kill the buffer
31207 * org-remember.el (org-remember-visit-immediately):
31208 Position cursor after moving to the note.
31209 (org-remember-apply-template): Use a text property to record the
31211 (org-remember-handler): Align tags after pasting the note.
31213 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31215 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
31217 * org-agenda.el (org-agenda-open-link): If there is an
31218 org-bbdb-name property in the current line, jump to that bbdb
31221 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
31222 text property, so that the agenda knows where this entry comes
31225 * org-agenda.el (org-agenda-clock-in): Fix bug in the
31226 interaction between clocking-in from the agenda, and automatic
31227 task state switching.
31229 * org-macs.el (org-with-point-at): Bug fix in macro definition.
31231 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
31232 zmacs-region stays after this command in XEmacs.
31234 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31236 * org.el (org-scan-tags): Allow new values for ACTION parameter.
31238 * org-remember.el (org-remember-templates): Fix bug in
31239 customization type definition.
31241 * org.el (org-map-entries): New function.
31243 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31245 * org-agenda.el (org-agenda-skip-comment-trees): New option.
31246 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
31248 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31250 * org-remember.el (org-jump-to-target-location): New variable.
31251 (org-remember-apply-template):
31252 Set `org-remember-apply-template' if requested by template.
31253 (org-remember-handler): Start an idle timer to jump to
31256 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
31258 * org.el (org-set-regexps-and-options): Fix bug with parsing of
31260 (org-get-tags-at): Add the content of `org-file-tags'.
31262 * org-exp.el (org-export-handle-comments): Fix bug with several
31263 comment lines after each other.
31264 (org-number-to-roman, org-number-to-counter): New functions.
31265 (org-export-section-number-format): New option.
31267 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31269 * org-exp.el (org-export-protect-examples): Catch the case of a
31270 missing end_example line.
31272 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
31273 `org-file-tags' to nil.
31275 * org-colview.el (org-columns-next-allowed-value): Handle next
31276 argument NTH to directly select a value.
31278 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31280 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
31282 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31284 * org.el (org-columns-ellipses): New option.
31286 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31288 * org-colview.el (org-columns-add-ellipses): New function.
31289 (org-columns-compact-links): New function.
31290 (org-columns-cleanup-item): Call `org-columns-compact-links'.
31291 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
31293 (org-columns-edit-value): Fix bug with editing values from
31294 agenda column view.
31295 (org-columns-redo): Also redo the agenda itself.
31297 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31299 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
31302 * org-colview.el (org-agenda-columns-cleanup-item): New function.
31304 * org-exp.el (org-export-ascii-preprocess): Rename from
31305 `org-export-ascii-clean-string'.
31306 (org-export-kill-licensed-text)
31307 (org-export-define-heading-targets)
31308 (org-export-handle-invisible-targets)
31309 (org-export-target-internal-links)
31310 (org-export-remove-or-extract-drawers)
31311 (org-export-remove-archived-trees)
31312 (org-export-protect-quoted-subtrees)
31313 (org-export-protect-verbatim, org-export-protect-examples)
31314 (org-export-select-backend-specific-text)
31315 (org-export-mark-blockquote-and-verse)
31316 (org-export-remove-comment-blocks-and-subtrees)
31317 (org-export-handle-comments, org-export-mark-radio-links)
31318 (org-export-remove-special-table-lines)
31319 (org-export-normalize-links)
31320 (org-export-concatenate-multiline-links)
31321 (org-export-concatenate-multiline-emphasis): New functions,
31322 obtained from spliting the export preprocessor.
31324 * org-table.el (org-table-recalculate): Improve error message if
31325 the row number is invalid.
31327 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31329 * org-archive.el (org-archive-save-context-info): Fix bugs in
31330 customization setup and docstring.
31332 * org-exp.el (org-export-html-style): Change the size of in the
31333 <pre> element to 90%.
31335 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31337 * org.el (org-find-src-example-start): Function removed.
31338 (org-edit-src-find-region-and-lang): New function.
31340 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31342 * org.el (org-edit-src-exit): New function.
31343 (org-exit-edit-mode): New minor mode.
31345 * org-exp.el (org-export-preprocess-string): Fix bug with removing
31346 comment-like lines from protected examples.
31348 * org.el (org-edit-src-example, org-find-src-example-start)
31349 (org-protect-source-example, org-edit-special): New functions.
31351 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31353 * org-publish.el (org-publish-project-alist): Fix typo in
31355 (org-publish-project-alist): Handle :index-title property.
31357 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31359 * org-export-latex.el (org-export-as-latex): Make sure region
31360 bounds are correct. Parse subtree properties relating to export.
31362 * org-exp.el (org-export-add-options-to-plist): New function.
31363 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
31365 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31367 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
31370 * org-exp.el (org-export-get-title-from-subtree)
31371 (org-export-as-ascii, org-export-as-html): Make sure the original
31372 region-beginning and region-end are used, even after moving point.
31373 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
31376 * org-remember.el (org-remember-last-stored-marker): New variable.
31377 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
31378 (org-remember-handler): Also use marker to remember
31379 last-stored position.
31381 * org.el (org-goto-marker-or-bmk): New function.
31383 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31385 * org.el (org-file-properties): Rename from `org-local-properties'.
31386 (org-scan-tags): Take file tags into account.
31387 (org-tags-match-list-sublevels): Default changed to t.
31389 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
31391 * org.el (org-update-parent-todo-statistics): New function.
31393 * org-exp.el (org-icalendar-store-UID): New option.
31394 (org-icalendar-force-UID): Option removed.
31395 (org-print-icalendar-entries): IMplement UIDs.
31397 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31399 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
31401 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31403 * org-faces.el (org-column): Document how this face is being used
31404 and why sometimes the background faces shine through.
31406 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
31408 * org-publish.el (org-publish-attachment): Create publishing
31409 directory if it does not yet exist.
31411 * org-table.el (org-calc-default-modes): Change default number
31412 format to (float 8).
31414 * org.el (org-olpath-completing-read): New function.
31415 (org-time-clocksum-format): New option.
31416 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
31418 * org-clock.el (org-clock-display, org-clock-out)
31419 (org-update-mode-line): Use `org-time-clocksum-format'.
31421 * org-colview.el (org-columns-number-to-string):
31422 Use `org-time-clocksum-format'.
31424 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31426 * org-id.el: New file, move from contrib to core.
31428 * org-exp.el (org-icalendar-force-UID): New option.
31430 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31432 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
31433 shifted by one day if there is a date range without an end time.
31435 * org.el (org-try-structure-completion): New function.
31437 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31439 * org.el (org-set-font-lock-defaults): Improve fontification of
31441 (org-insert-item): Handle description lists.
31442 (org-adaptive-fill-function): Improve auto indentation in
31445 * org-exp.el (org-export-as-html, org-export-preprocess-string):
31446 Implement VERSE environment.
31447 (org-export-preprocess-string): Implement the COMMENT
31450 * org-export-latex.el (org-export-latex-preprocess):
31451 Implement VERSE environment.
31453 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31455 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
31458 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31460 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
31462 * org.el (org-quote-csv-field): New functions.
31464 * org-table.el (org-table-export-default-format): Remove :splice
31465 from default format, we get the same effect by not specifying
31467 (org-table-export): Improve setup, distinguish better between
31468 interactive and non-interactive use, allow specifying the format
31469 on the fly, better protection against wrong file names.
31470 (orgtbl-to-generic): Fix documentation. Do not require :tstart
31471 and :tend when :splice is omitted.
31473 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31475 * org-clock.el (org-clock-select-task): Make sure the selection
31476 letters are 1-9 and A-Z, no special characters.
31478 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31480 * org-exp.el (org-export-htmlize): New group.
31481 (org-export-htmlize-output-type)
31482 (org-export-htmlize-css-font-prefix): New options.
31483 (org-export-htmlize-region-for-paste): New function.
31484 (org-export-htmlize-generate-css): New command.
31486 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31488 * org.el (org-set-visibility-according-to-property): New function.
31489 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
31490 and compute the regular expressions, and update font-lock.
31491 (org-property-re): Allow a dash in property names.
31493 * org-archive.el (org-extract-archive-file): Insert the file name
31494 without the path into the format, to allow the location format to
31495 contain a subdirectory.
31497 * org-agenda.el (org-agenda-post-command-hook): If point is at end
31498 of buffer, and the `org-agenda-type' property undefined, use the
31499 value from the character before.
31501 * org.el (org-add-planning-info): Don't let indentation for
31502 would-be timestamp become extra whitespace at the end of headline.
31504 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31506 * org.el (org-remove-double-quotes, org-file-contents):
31509 * org-exp.el (org-infile-export-plist): Also parse the
31510 contents of #+SETUPFILE files, recursively.
31512 * org.el (org-set-regexps-and-options): Also parse the
31513 contents of #+SETUPFILE files, recursively.
31515 * org-exp.el (org-export-handle-include-files): New function.
31516 (org-export-preprocess-string):
31517 Call `org-export-handle-include-files'.
31519 * org.el (org-delete-property-globally)
31520 (org-delete-property, org-set-property): Ignore case during
31522 (org-set-property): Use `org-completing-read' instead of
31525 * org.el (org-complete-expand-structure-template): New,
31526 experimental function.
31527 (org-structure-template-alist): New, experimental option.
31528 (org-complete): Call `org-complete-expand-structure-template'.
31530 2008-06-17 Bastien Guerry <bzg@gnu.org>
31532 * org-export-latex.el (org-export-latex-preprocess):
31533 Add support for blockquotes.
31535 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31537 * org.el (org-read-date-analyze): Catch the case where only a
31540 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31542 * org.el (org-set-font-lock-defaults): Make the description
31545 * org-exp.el (org-export-as-html, org-close-li):
31546 Implement description lists.
31548 2008-06-17 Jason Riedy <jason@acm.org>
31550 * org-table.el (*orgtbl-default-fmt*): New variable.
31551 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
31552 when there is no other fmt available.
31554 (orgtbl-to-generic): Allow an explicitly nil :tstart or
31555 :tend to suppress the appropriate string.
31557 (orgtbl-to-orgtbl): New function for translating to another orgtbl
31560 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31562 * org.el (org-read-date-analyze): "." as an alias for "+0" in
31565 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
31568 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
31571 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31573 * org-clock.el (org-clock-find-position): Don't include notes
31576 * org-archive.el (org-archive-subtree): No longer remove an
31577 extra line after cutting the subtree. `org-cut-subtree' already
31578 takes care of this.
31580 * org-remember.el (org-remember-handler): Only kill the target
31581 buffer if it does not contain the running clock.
31583 * org.el (org-markers-to-move): New variable.
31584 (org-save-markers-in-region, org-check-and-save-marker)
31585 (org-reinstall-markers-in-region): New function.
31586 (org-move-subtree-down, org-copy-subtree): Remember relative
31587 marker positions before cutting.
31588 (org-move-subtree-down, org-paste-subtree): Restore relative
31589 marker positions after pasting.
31591 * org-remember.el (org-remember-clock-out-on-exit): New option.
31592 (org-remember-finalize): Clock out only if the setting in
31593 `org-remember-clock-out-on-exit' requires it.
31594 (org-remember-handler): Do the cleanup in the buffer, to make sure
31595 that the clock marker remains in tact.
31597 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31599 * org-clock.el (org-clock-goto): Widen buffer if necessary.
31600 (org-clock-in): Make sure that also tasks outside the narrowed
31601 region will be clocked in correctly.
31602 (org-clock-insert-selection-line): Widen the buffer so that we can
31603 find the correct task heading.
31605 * org.el (org-base-buffer): New function.
31607 * org-exp.el (org-icalendar-cleanup-string): Make sure ","
31608 and ";" are escaped.
31609 (org-print-icalendar-entries): Also apply
31610 `org-icalendar-cleanup-string' to the headline, not only to the
31613 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
31615 * org-exp.el (org-export-preprocess-hook): New hook.
31616 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
31618 * org.el (org-font-lock-hook): New variable.
31619 (org-font-lock-hook): New function.
31620 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
31622 ;; Local Variables:
31624 ;; add-log-time-zone-rule: t
31627 Copyright (C) 2008-2014 Free Software Foundation, Inc.
31629 This file is part of GNU Emacs.
31631 GNU Emacs is free software: you can redistribute it and/or modify
31632 it under the terms of the GNU General Public License as published by
31633 the Free Software Foundation, either version 3 of the License, or
31634 (at your option) any later version.
31636 GNU Emacs is distributed in the hope that it will be useful,
31637 but WITHOUT ANY WARRANTY; without even the implied warranty of
31638 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31639 GNU General Public License for more details.
31641 You should have received a copy of the GNU General Public License
31642 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.