]> code.delx.au - gnu-emacs/blob - lisp/org/ChangeLog
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[gnu-emacs] / lisp / org / ChangeLog
1 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
2
3 * ob.el (org-babel-temp-file): Fix setting of
4 `temporary-file-directory' on remote hosts.
5
6 * ob-eval.el (org-babel-shell-command-on-region): Use
7 `process-file' instead of `call-process-region'. The latter one
8 does not work on remote hosts.
9
10 2012-12-13 Bastien Guerry <bzg@gnu.org>
11
12 * org-latex.el (org-export-latex-links): Escape raw path when
13 exporting links to files.
14
15 * org-src.el (org-src-native-tab-command-maybe): Fix bug: the
16 S-TAB key should not trigger a native TAB command.
17
18 * org.el (org-open-at-point): Allow to open any link within
19 footnotes definition, not only bracket links.
20
21 * org.el (org-sort-entries): Bugfix: keep track of the clock
22 marker when sorting entries. Enhance the docstring.
23
24 * org-clock.el (org-clock-out): Use `user-error' when the user
25 tries to clock out while there is no running clock.
26
27 * org-table.el (org-table-sort-lines): Ensure coordinates are
28 correctly displayed when sorting.
29
30 * org.el (org-do-sort): Enhance prompt.
31
32 * org-agenda.el (org-agenda-finalize): Also activate plain links.
33
34 * org-timer.el (org-timer-stop): Add message.
35
36 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
37 Fix redundant messages.
38
39 * org-agenda.el (org-agenda-finalize): Fix clock highlighting.
40
41 * org.el (org-additional-option-like-keywords): Add "INDEX:".
42
43 * org-install.el: Enhance warning.
44
45 2012-12-13 Erik Hetzner <egh@e6h.org> (tiny change)
46
47 * org.el (org-log-into-drawer): Honor the nil value for the
48 :LOG_INTO_DRAWER: property.
49
50 2012-12-13 Le Wang <l26wang@gmail.com> (tiny change)
51
52 * org-src.el (org-edit-src-exit): Fix editing source section with
53 blank lines.
54
55 2012-12-13 Le Wang <le.wang@agworld.com.au>
56
57 * org-src.el (org-edit-src-code): Use marker with insertion type
58 t to track end and remove hack requiring delete from beg to (1- end).
59
60 2012-12-13 Nicolas Goaziou <n.goaziou@gmail.com>
61
62 * org-element.el (org-element-context): When point is between two
63 objects, be sure to return the second one.
64
65 * org-list.el (org-list-separating-blank-lines-number): When
66 computing number of blank lines separating items, also count those
67 in unparsed blocks, like example blocks.
68
69 * org.el (org-end-of-line): When visual line mode is on, really
70 move by visual lines. Small refactoring.
71
72 * org.el (org-end-of-line): On a hidden block make sure to
73 delegate motion to `end-of-line' instead of `move-end-of-line' in
74 order to stay on the current line.
75
76 2012-12-13 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
77
78 * org-bibtex.el: In the documentation section of the file, fix the
79 broken URL to Andrew Roberts' document on BibTeX entries.
80
81 * org-remember.el (org-remember-handler): Correctly strip the
82 comment lines in the temporary buffer *Remember* when handling a
83 remember note.
84
85 * org-remember.el (org-remember-apply-template): Start the
86 commented lines in the Remember temporary buffer with the
87 appropriate characters.
88
89 2012-12-13 Toby S. Cubitt <tsc25@cantab.net>
90
91 * org.el (org-beginning-of-line): Check `visual-line-mode' instead
92 of `line-visual-mode' to determine whether to move by visual lines.
93
94 * org.el (org-kill-line): Use the `org-bound-and-true-p' macro.
95
96 2012-12-04 Chong Yidong <cyd@gnu.org>
97
98 * org-bibtex.el (org-bibtex-ask): Use visual-line-mode instead of
99 longlines-mode.
100
101 2012-10-26 Achim Gratz <stromeko@stromeko.de>
102
103 * ob-ditaa.el: Needs to (require 'org-compat) for
104 org-find-library-dir.
105
106 * org.el: Remove utf-8 codepoints in docstrings, bytecode doesn't
107 work when loaded from compressed files.
108
109 * org-compat.el: Make sure that file-name-directory is getting a
110 stringp. This avoids a possible " (wrong-type-argument stringp
111 nil)" error when the library in question does not exist.
112
113 * org-odt.el: Replace arc-mode.el by arc-mode.
114
115 * org.el: Replace org-macs.el by org-macs.
116
117 * org-install.el: Provide an empty file that prints a warning
118 about an outdated configuration.
119
120 2012-10-26 Bastien Guerry <bzg@gnu.org>
121
122 * org-latex.el (org-export-as-latex): Remove obsolete argument
123 `hidden'. Also fix the docstring: using 'string as the value
124 for `to-buffer' outputs a string with no LaTeX header.
125 (org-export-as-latex-batch)
126 (org-export-as-latex-to-buffer, org-export-region-as-latex)
127 (org-export-as-pdf): Don't use the obsoleted argument.
128
129 * ob-haskell.el (org-export-as-latex): Don't use the obsoleted
130 argument `hidden'.
131
132 * org.el (org-refile): Run within `with-demoted-errors' so
133 that a corrupted bookmark file does not stop the refile
134 process.
135
136 * org-capture.el (org-capture-bookmark-last-stored-position):
137 Ditto for the capture process.
138
139 * org-src.el (org-edit-src-exit): Fix bug when saving an empty
140 source buffer.
141
142 * org-lparse.el (org-lparse): Fix bug by returning the output
143 of `org-do-lparse'.
144
145 * org.el (org-refile-check-position): Throw an error when the
146 refile target is the current buffer and is not a file.
147 (org-agenda-file-to-front, org-remove-file): Throw an error
148 when the current buffer is not a file.
149 (org-check-agenda-file): Enhance the message.
150 (org-element-type): Autoload.
151 (org-element-context, org-element-paragraph-parser): Don't
152 declare as these two functions are not used in org.el.
153
154 * org-lparse.el (browse-url-file-url): Declare.
155
156 * org.el (org-refile-check-position): Fix typo in docstring.
157
158 * org-clock.el (org-clock-modeline-total): Make obsolete.
159 (org-clock-mode-line-total): Rename from
160 `org-clock-modeline-total'.
161 (org-clock-get-sum-start): Fix references to
162 `org-clock-modeline-total'.
163
164 * org-faces.el (org-agenda-filter-tags)
165 (org-agenda-filter-category, mode-line): Use the 'mode-line
166 face instead of the obsolete 'modeline.
167
168 * org-odt.el (org-odt-styles-dir): Try more directories.
169 Don't throw an error, just send a message.
170
171 * org-odt.el (org-odt-lib-dir, org-odt-data-dir)
172 (org-odt-schema-dir-list, org-odt-styles-dir-list): Delete.
173 (org-export-odt-schema-dir, org-odt-styles-dir): Infer the
174 correct directories without requiring other variables.
175
176 * org-fixup.el (org-make-org-version, org-make-autoloads):
177 Don't define `org-odt-data-dir' in org-version.el.
178
179 * org-loaddefs.el: New file.
180
181 * org.el ("org-loaddefs.el"): Don't throw an error if the file
182 cannot be fund.
183 (org-version): Use org-loaddefs.el instead of org-install.el.
184
185 * org.el: Don't dynamically autoload already autoloaded
186 functions.
187 (org-clock-update-time-maybe): Move to org-clock.el.
188
189 * org-exp.el (org-insert-export-options-template): Remove
190 autoload cookie.
191
192 * org-clock.el (org-resolve-clocks, org-clock-in)
193 (org-clock-out, org-clock-cancel, org-clock-goto)
194 (org-clock-sum, org-clock-display, org-clock-report)
195 (org-dblock-write:clocktable): Add autoload cookie.
196 (org-clock-update-time-maybe): Moved from org.el.
197
198 * org-beamer.el (org-beamer-sectioning, org-beamer-mode): Ditto.
199
200 * org-ascii.el (org-export-ascii-preprocess): Ditto.
201
202 * org-archive.el (org-archive-subtree)
203 (org-archive-to-archive-sibling, org-toggle-archive-tag): Add
204 autoload cookie.
205
206 * org-colview.el (org-columns, org-dblock-write:columnview)
207 (org-insert-columns-dblock, org-agenda-columns): Ditto.
208
209 * org-table.el (org-table-create-with-table.el)
210 (org-table-create-or-convert-from-region, org-table-create)
211 (org-table-convert-region, org-table-import)
212 (org-table-export, org-table-align)
213 (org-table-justify-field-maybe, org-table-next-field)
214 (org-table-previous-field, org-table-next-row)
215 (org-table-copy-down, org-table-field-info)
216 (org-table-current-dline, org-table-goto-column)
217 (org-table-insert-column, org-table-delete-column)
218 (org-table-move-column-right, org-table-move-column-left)
219 (org-table-move-column, org-table-move-row-down)
220 (org-table-move-row-up, org-table-move-row)
221 (org-table-insert-row, org-table-insert-hline)
222 (org-table-hline-and-move, org-table-kill-row)
223 (org-table-sort-lines, org-table-cut-region)
224 (org-table-copy-region, org-table-paste-rectangle)
225 (org-table-convert, org-table-wrap-region)
226 (org-table-edit-field, org-table-sum)
227 (org-table-get-stored-formulas)
228 (org-table-maybe-eval-formula)
229 (org-table-rotate-recalc-marks)
230 (org-table-maybe-recalculate-line, org-table-eval-formula)
231 (org-table-recalculate, org-table-iterate)
232 (org-table-edit-formulas)
233 (org-table-toggle-coordinate-overlays)
234 (org-table-toggle-formula-debugger, orgtbl-to-generic)
235 (orgtbl-to-tsv, orgtbl-to-csv, orgtbl-to-latex)
236 (orgtbl-to-html, orgtbl-to-texinfo, orgtbl-to-orgtbl): Ditto.
237
238 * org.el (turn-on-orgtbl): Moved here from org-table.el.
239 (org-clock-persistence-insinuate): Moved here from org-clock.el.
240 (org-update-all-dblocks, org-map-entries)
241 (org-require-autoloaded-modules, org-forward-element)
242 (org-backward-element, org-up-element)
243 (org-element-greater-elements, org-drag-element-backward)
244 (org-drag-element-forward, org-mark-element)
245 (org-narrow-to-element, org-transpose-element)
246 (org-unindent-buffer): Don't autoload.
247
248 * org-clock.el (org-clock-get-clocktable): Rename from
249 `org-get-clocktable'.
250 (org-clock-persistence-insinuate): Move to org.el.
251
252 * org-capture.el: Do no set `generated-autoload-file' locally.
253 Minor code clean up.
254
255 * org-agenda.el (org-agenda-list): Use
256 `org-clock-get-clocktable'. Do no set
257 `generated-autoload-file' locally.
258
259 * org-table.el (org-table-iterate-buffer-tables): Minor
260 reformatting.
261 (turn-on-orgtbl): Move to org.el.
262
263 * org-html.el (org-export-htmlize-generate-css): Don't autoload.
264
265 * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
266 Ditto.
267
268 * ob-tangle.el (org-babel-tangle-lang-exts): Ditto.
269
270 * ob-lob.el (org-babel-lob-ingest): Ditto.
271
272 * org-id.el (org-id-copy)
273 (org-id-get-with-outline-path-completion)
274 (org-id-get-with-outline-drilling): Ditto.
275
276 * org-lparse.el (org-lparse-and-open, org-lparse-batch)
277 (org-lparse-to-buffer, org-replace-region-by)
278 (org-lparse-region): Ditto.
279
280 * org-mobile.el (org-mobile-create-sumo-agenda): Ditto.
281
282 * org.el (org-cycle): Fix misplaced autoload cookie.
283
284 * org-agenda.el (org-agenda-get-timestamps): Check if the item
285 is an habit when formatting it with `org-agenda-format-item'.
286 (org-agenda-get-blocks): Fix bug: don't assume the item is an
287 habit when formatting with `org-agenda-format-item'.
288
289 * org.el (org-calendar-agenda-action-key): Delete an option.
290 (org-mode-map): Delete its keybinding.
291 (org-agenda-action-marker, org-mark-entry-for-agenda-action):
292 Delete.
293
294 * org-agenda.el (org-agenda-diary-entry): Don't prevent from
295 being used outside of Org agendas, as it can be used in
296 calendar buffers too.
297
298 2012-10-26 Caio Tiago Oliveira <asrail@gmail.com> (tiny change)
299
300 * ob-scala.el (org-babel-scala-wrapper-method): Use a Scala
301 block enclosing the submitted code.
302
303 2012-10-26 Myles English <mylesenglish@gmail.com> (tiny change)
304
305 * org-clock.el (org-clock-in): Moved the call to
306 org-clock-in-prepare-hook until the task's properties
307 can be accessed.
308
309 2012-10-26 Nicolas Goaziou <n.goaziou@gmail.com>
310
311 * org.el (org-auto-fill-function): Make sure `adaptive-fill-mode'
312 mode is nil when pre-computed `fill-prefix' is the empty string.
313 Otherwise filling functions from fill.el think it has to be computed
314 again and overwrite it.
315
316 * org.el: Make `org-closest-date' aware of hours repeaters.
317
318 * org.el (org-end-of-line): Do not call `end-of-visual-line' when
319 moving to the end of line. Also improve behaviour on elements that
320 can be hidden.
321
322 * org.el (org-sparse-tree): Allow to call `org-show-todo-tree'
323 with an argument.
324
325 * org-element.el (org-element--get-next-object-candidates): Fix
326 parsing of objects of the same type in a single paragraph.
327
328 * org-element.el (org-element-sub/superscript-successor): Fix
329 parsing of sub/superscript at beginning of item.
330 (org-element-latex-or-entity-successor): Fix parsing of latex
331 fragments at beginning of item.
332
333 * org-agenda.el (org-agenda-later): Fix function when span is
334 a number and an argument was provided. Also fix typo in docstring.
335
336 * org.el (org-read-date-analyze): Fix analyzing for dates like
337 "29.03 16:40".
338
339 * org-element.el (org-element-center-block-parser)
340 (org-element-drawer-parser, , org-element-footnote-definition-parser)
341 (org-element-inlinetask-parser, org-element-plain-list-parser)
342 (org-element-quote-block-parser, org-element-special-block-parser)
343 (org-element-babel-call-parser, org-element-clock-parser)
344 (org-element-comment-parser, org-element-comment-block-parser)
345 (org-element-example-block-parser, org-element-export-block-parser)
346 (org-element-fixed-width-parser, org-element-horizontal-rule-parser)
347 (org-element-keyword-parser, org-element-latex-environment-parser)
348 (org-element-paragraph-parser, org-element-planning-parser)
349 (org-element-property-drawer-parser, org-element-src-block-parser)
350 (org-element-table-parser)
351 (org-element-verse-block-parserorg-element-dynamic-block-parser):
352 Make sure element never ends at the end of a blank non-empty line.
353
354 * org-element.el (org-element-context)
355 (org-element--get-next-object-candidates): Fix `org-element-context'.
356 In particular, the restrictions for an object may be different from
357 those of its container (i.e. table rows and table cells).
358
359 * org-element.el (org-element-example-block-parser)
360 (org-element-src-block-parser): Store value of example-blocks and
361 src-blocks unescaped.
362 (org-element-example-block-interpreter)
363 (org-element-src-block-interpreter): Escape value again when storing
364 it.
365
366 * org-src.el (org-escape-code-in-string)
367 (org-unescape-code-in-string, org-escape-code-in-region)
368 (org-unescape-code-in-region): New functions.
369 (org-edit-src-code, org-edit-src-exit): Use new functions.
370
371 * org.el (org-strip-protective-commas): Removed function.
372
373 * org-exp.el (org-export-select-backend-specific-text): Use new
374 function.
375
376 * ob.el (org-babel-parse-src-block-match)
377 (org-babel-parse-inline-src-block-match, org-babel-insert-result):
378 Always escape produced blocks, independently on the language of the
379 block, if any. Use new functions.
380
381 * org-element.el (org-element-paragraph-parser): Fix regexp
382 starting a block.
383
384 * org-element.el (org-element-center-block-parser):
385 (org-element-drawer-parser, org-element-dynamic-block-parser)
386 (org-element-example-block-parser, org-element-export-block-parser)
387 (org-element-latex-environment-parser, org-element-paragraph-parser)
388 (org-element-property-drawer-parser, org-element-src-block-parser)
389 (org-element-verse-block-parser): Use stricter regexps for boundaries
390 of elements.
391
392 2012-10-26 Toby S. Cubitt <tsc25@cantab.net>
393
394 * org-agenda.el (org-agenda-get-sexps): Reset `extra' to nil at
395 beginning of re-search-forward loop, otherwise next iteration picks up
396 `extra' value from previous entry.
397
398 2012-09-30 Abdó Roig-Maranges <abdo.roig@gmail.com>
399
400 * org-html.el (org-export-html-preprocess)
401 (org-export-html-format-image): Use
402 `org-latex-preview-ltxpng-directory'.
403
404 * org-odt.el (org-export-odt-do-preprocess-latex-fragments):
405 Ditto.
406
407 * org.el (org-latex-preview-ltxpng-directory): New option.
408 (org-preview-latex-fragment): Store LaTeX preview images in
409 `org-latex-preview-ltxpng-directory'.
410
411 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
412
413 * ob-R.el (org-babel-R-initiate-session): Protect against use of
414 unbound variable `ess-ask-for-ess-directory´. The default for this
415 variable is true, so act accordingly if it is found unbound.
416
417 * ob-R.el: Remove initialization with `nil´ from
418 `ess-ask-for-ess-directory´ and `ess-local-process-name´. Remove
419 second declaration for `ess-local-process-name´.
420
421 * org-gnus.el: Add a missing require for gnus-util.
422
423 * org-compat.el: Rename utils to make throughout.
424
425 * org.el: Move check for outline-mode-keymap after (require
426 'outline).
427
428 * org-element.el: New file. Do not (require 'org).
429
430 * org-agenda.el: Remove duplicate requires.
431
432 * org.el (org-mode-map): Add keybindings to
433 `org-element-transpose' and `org-narrow-to-element'.
434 (org-metaup): Fall back on `org-element-drag-backward'.
435 (org-metadown): Fall back on `org-element-drag-forward'. Also
436 move chunks of declarations and require statements to get rid of
437 compiler warnings.
438
439 * org-exp-blocks.el (org): Don't require org. Add declarations.
440
441 * org-clock.el (org): Don't require org.
442
443 * ob-exp.el (org-list-forbidden-blocks): Add declarations.
444
445 * ob.el (org-babel-exeext): New defconst to hold extension for
446 executables or nil if none. Should be ".exe" for both Windows and
447 Cygwin.
448
449 * ob-C.el (org-babel-C-execute): Use org-babel-exeext when
450 constructing the target file name for the compiled executable.
451
452 * ob-fortran.el (org-babel-execute:fortran): Add org-babel-exeext
453 when constructing the target file name for the compiled
454 executable.
455
456 * org-version.el: New file.
457
458 * org-compat.el (org-check-version): New macro. Check if
459 org-version.el exists and provide autoloads to that. Otherwise
460 check if org-fixup.el exists and use it to provide definitions.
461 Finally if nothing worked, complain about a botched installation
462 and provide fallback definitions.
463
464 * org.el: Use org-check-version.
465
466 * org.el: Fix a subtle error resulting in version functions
467 sometimes not being defined and byte-compiling failing. Always
468 compile in fallback definitions into org.elc -- org-fixup either
469 provides re-definitions at compile-time or checks org-version.el
470 and then the git work tree when run uncompiled. So the fallback
471 definitions will only come into effect when org-fixup is not
472 available.
473
474 * org.el (org-version): Make org-version more robust, e.g. when
475 byte-compiling single files with 'make compile-dirty'.
476
477 * org.el (org-reload): Revert an undesirable change in org-reload.
478 Do not prepend org-dir to babel-files, which prevents the files
479 from being found in load-path.
480
481 * org.el (org-version): Add optional parameters 'full and 'message
482 to optionally return the full version string and echo to message
483 area in non-interactive calls.
484
485 * org.el (org-submit-bug-report): Add optional parameter 'full to
486 call of (org-version) so that the bug report has all version
487 information.
488
489 * org.el (org-reload): Simplify file-re (orgtbl-*.el files do not
490 exist anymore). Keep org-*.el at the end of the files list.
491 Explicitely load org-version.el (since it doesn't provide feature
492 'org-version) at the very end, but ignore errors when it doesn't
493 exist. Add parameters 'full and 'message to the call of
494 (org-version) so that after reload the full version information is
495 displayed in the message area again.
496
497 * org-agenda.el: Replace with-no-warnings with org-no-warnings
498 (defined in org-macs.el).
499
500 * org-bbdb.el: Replace with-no-warnings with org-no-warnings
501 (defined in org-macs.el).
502
503 * org-clock.el: Replace with-no-warnings with org-no-warnings
504 (defined in org-macs.el).
505
506 * org.el: Replace with-no-warnings with org-no-warnings (defined
507 in org-macs.el).
508
509 * org.el: Add with-not-warnings around call of (org-fixup).
510
511 * org-compat.el (org-find-library-dir): Rename
512 org-find-library-name (misleading) and implement with a function
513 that exists identically in Emacs/XEmacs.
514
515 * org-exp-blocks.el: Change calls to org-find-library-dir.
516
517 * org.el: change calls to org-find-library-dir. Make require for
518 noutline fail silently because it is missing from XEmacs.
519
520 * org.el (org-version): Use functions instead of global variables
521 to get the version strings and remove the defvaralias to
522 org-version. Warn when encountering a mixed installation (org and
523 org-install.el should be found in the same directory).
524
525 * org.el: Add with-no-warning to defvar for two unprefixed global
526 variables from calendar.el (there's nothing else we can do inside
527 org until it is fixed in calendar.el).
528
529 * org.el: Require find-func and remove declare-function for
530 find-library-name, otherwise autoloaded org-version doesn't show
531 all info correctly.
532
533 * org.el (org-version): Show the full path to org-install.el in
534 the version string to avoid confusion if multiple installations
535 exist or a previously loaded org-install.el has already defined a
536 version string that is now out of date.
537
538 * org.el (org-version): Remove determination of version
539 information, show "N/A" if the information is not provided via
540 org-install.el.
541
542 * org.el (org-git-version): Placeholder for recording the Git
543 version of org during install
544
545 * org.el (org-version): Initialize local git-version with
546 placeholder and fall through using it when org is not installed in
547 a Git repository
548
549 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
550
551 * org-html.el: Add hyperlink to http://orgmode.org/ from export
552 footer.
553
554 * org-clock.el (org-clock-modify-effort-estimate): Display a
555 message when no clock is currently active.
556
557 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
558
559 * org-archive.el (org-archive-subtree): Allow archiving to a
560 datetree.
561
562 * org.el (org-archive-location): Ditto.
563
564 2012-09-30 Bastien Guerry <bzg@gnu.org>
565
566 * ob-io.el: New file.
567
568 * ob-scala.el: New file.
569
570 * org.el (org-url-hexify-p, org-doi-server-url)
571 (org-latex-preview-ltxpng-directory, org-custom-properties)
572 (org-sparse-tree-default-date-type): Add :version "24.3".
573
574 * org-agenda.el (org-agenda-sticky)
575 (org-agenda-custom-commands-contexts): Ditto.
576
577 * org-capture.el (org-capture-bookmark)
578 (org-capture-templates-contexts) (org-capture-use-agenda-date):
579 Ditto.
580
581 * org-latex.el (org-export-latex-hyperref-options-format)
582 (org-export-latex-link-with-unknown-path-format): Ditto.
583
584 * org-id.el (org-id-link-to-org-use-id): Ditto.
585
586 * org-datetree.el (org-datetree-add-timestamp): Ditto.
587
588 * org.el (org-make-link-description-function): Enhance docstring.
589 (org-insert-link): Fall back on interactive prompt when
590 `org-make-link-description-function' fails.
591
592 * org-agenda.el (org-todo-list): Fix redoing of todo agenda when
593 `org-agenda-sticky' is non-nil.
594
595 * org-agenda.el (org-agenda-quit): Delete last indirect buffer.
596 (org-agenda-pre-follow-window-conf): New variable.
597 (org-agenda-tree-to-indirect-buffer): Fix bug: don't split agenda
598 window when there an indirect buffer is already displayed.
599
600 * org-agenda.el (org-agenda-manipulate-query)
601 (org-agenda-goto-date, org-agenda-goto-today)
602 (org-agenda-find-same-or-today-or-agenda, )
603 (org-agenda-later, org-agenda-change-time-span)
604 (org-agenda-change-all-lines)
605 (org-agenda-execute-calendar-command)
606 (org-agenda-goto-calendar, org-agenda-convert-date): Make sure to
607 get a property from (1- (point-max)), not (point-max)).
608
609 * ob-dot.el (org-babel-execute:dot): Throw an error when there is
610 no :file parameter.
611
612 * org-table.el (org-table-eval-formula): Convert time-stamps to
613 inactive time-stamp so that Calc can handle them correctly.
614
615 * org-table.el (org-table-fix-formulas): Warn with a message when
616 formulas have been updated.
617
618 * org-publish.el (org-publish-cache-ctime-of-src): Delete the
619 base-dir argument and use (file-name-directory file) to get the
620 file's directory.
621 (org-publish-update-timestamp)
622 (org-publish-cache-file-needs-publishing): Call
623 `org-publish-cache-ctime-of-src' with only one argument.
624
625 * org.el (org-follow-timestamp-link): Fix bug when using sticky
626 agenda. Add a docstring.
627
628 * org-agenda.el (org-agenda-sticky): Don't use a function to set.
629 Add a :version string.
630
631 * org.el (org-priority): Use a new argument to show priority
632 instead of setting it.
633 (org-show-priority): New function to show priority both in normal
634 Org buffers and in Org Agenda buffers.
635 (org-speed-commands-default): Use "," as a speed command for
636 setting priority.
637
638 * org-agenda.el (org-agenda-mode-map): Bind `org-agenda-priority'
639 to `C-c ,' as it was before.
640 (org-agenda-show-priority): Delete.
641 (org-agenda-priority): Use a new argument to show priority instead
642 of setting it.
643
644 * org.el (org-font-lock-hook, org-set-font-lock-defaults): Add a
645 docstring.
646 (org-display-inline-remove-overlay): Rename from
647 `org-display-inline-modification-hook'.
648 (org-speed-command-activate): Rename from
649 `org-speed-command-default-hook'.
650 (org-babel-speed-command-hook): Rename from
651 `org-babel-speed-command-activate'.
652
653 * org-agenda.el (org-agenda-update-agenda-type): Rename from
654 `org-agenda-post-command-hook'.
655 (org-agenda-mode): Use the new name.
656 (org-agenda-post-command-hook): Define as obsolete function.
657
658 * org-lparse.el (org-lparse): Temporarily activate the hooks
659 needed for the ODT conversion.
660 (org-lparse-preprocess-after-blockquote): Rename from
661 `org-lparse-preprocess-after-blockquote-hook'.
662 (org-lparse-strip-experimental-blocks-maybe): Rename from
663 `org-lparse-strip-experimental-blocks-maybe'.
664 (org-lparse-preprocess-after-blockquote-hook)
665 (org-lparse-strip-experimental-blocks-maybe-hook): Define as
666 obsolete functions.
667
668 * ob.el (org-babel-insert-result): Comma-escape results inserted
669 with ":results org".
670
671 * org-src.el (org-edit-src-code, org-edit-src-exit): Fix bug about
672 saving the source editing window with the default value for
673 `org-src-window-setup' (i.e. 'reorganize-frame).
674
675 * org-src.el (org-src-font-lock-fontify-block): Fix bug: don't
676 fontify the last character.
677
678 * org.el (org-open-at-point): Don't follow timestamp within
679 bracket links.
680
681 * org-capture.el (org-capture-templates): Fix typo in docstring.
682
683 * org-agenda.el (org-agenda-skip): Skip information retrieved from
684 a source block.
685
686 * ob.el (org-babel-common-header-args-w-values)
687 (org-babel-insert-result): Reintroduce ":results org" but using
688 "#+BEGIN_SRC org", not "#+BEGIN_ORG".
689
690 * ob.el (org-babel-common-header-args-w-values): Remove "org" the
691 list of predefined values for the ":results" parameter.
692
693 * ob.el (org-babel-insert-result): Remove support for ":results
694 org".
695
696 * ob.el (org-babel-common-header-args-w-values)
697 (org-babel-insert-result): Deprecate ":results wrap" in favor of
698 ":results drawer".
699
700 * org-crypt.el (org-at-encrypted-entry-p): Fix bug when the check
701 happens before the first headline.
702
703 * org-capture.el (org-at-encrypted-entry-p)
704 (org-encrypt-entry, org-decrypt-entry): Declare.
705 (org-capture-set-target-location): Check whether `org-crypt' has
706 been loaded.
707
708 * org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in
709 docstring.
710
711 * org-capture.el (org-capture-finalize): Maybe re-encrypt the
712 target headline if it was decrypted.
713 (org-capture-set-target-location): Maybe decrypt the target
714 headline.
715
716 * org-crypt.el (org-at-encrypted-entry-p): New function.
717
718 * org.el (org-options-keywords): Add "STYLE:".
719
720 * org-agenda.el (org-agenda-ndays): Don't make an alias, as
721 `org-agenda-span' is defined separately.
722
723 * org.el (org-in-subtree-not-table-p): New utility function for
724 building the menu.
725 (org-org-menu): Add an item for refiling. Check more contexts
726 when activating items.
727 (org-tree-to-indirect-buffer): Use `org-up-heading-safe'.
728
729 * org-agenda.el (org-agenda-tree-to-indirect-buffer)
730 (org-agenda-do-tree-to-indirect-buffer): Use argument `arg'.
731
732 * org-capture.el (org-capture-set-target-location): Set a correct
733 time value when storing a note in a datetree and prompting the
734 user for a date.
735
736 * org-capture.el (org-capture-mode): Fix bug: don't run the mode's
737 hook twice.
738
739 * org-agenda.el (org-agenda-menu-two-column)
740 (org-finalize-agenda-hook, org-agenda-ndays): Use
741 `define-obsolete-variable-alias' instead of
742 `make-obsolete-variable'.
743
744 * org.el (org-link-to-org-use-id): Move to org-id.el.
745
746 * org-id.el (org-id-link-to-org-use-id): Rename from
747 `org-link-to-org-use-id'. Use `nil' as the default value.
748 (org-link-to-org-use-id): Alias and define as obsolete.
749
750 * org-agenda.el (org-search-view, org-agenda-get-todos)
751 (org-agenda-get-timestamps, org-agenda-get-blocks): Use the dotime
752 parameter of `org-agenda-format-item' so that 'time-up and
753 'time-down agenda sorting strategies are handled correctly.
754
755 * org-capture.el (org-capture-fill-template): Fix checking of
756 protected template entries.
757
758 * org.el (org-cycle-global-at-bob): Fix typo in docstring.
759
760 * org.el (org-insert-drawer): Deactivate the mark before trying to
761 indent the :END: of the drawer.
762
763 * org-agenda.el (org-agenda-export-html-style): Default to nil as
764 any string value will replace the htmlize style.
765
766 * org.el (org-cycle-hook): Fix tiny typo in docstring.
767
768 * org.el (org-time-string-to-time)
769 (org-time-string-to-seconds, org-end-of-subtree): Add a dosctring.
770
771 * org-freemind.el (org-freemind-write-node): Enhance links
772 conversion in nodes.
773
774 * org-freemind.el (org-freemind-write-node): Convert links in
775 nodes.
776
777 * org.el (org-link-to-org-use-id, org-directory)
778 (org-default-notes-file, org-reverse-note-order)
779 (org-extend-today-until, org-finish-function)
780 (org-store-link-functions): Use "capture" instead of "remember" in
781 docstrings. Also use the `org-capture' group when it makes sense.
782
783 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Find the
784 correct agenda buffer. Don't split the agenda window when the
785 indirect buffer is displayed in another frame.
786
787 * org.el (org-mode): Try to set the org-hide face correctly.
788
789 * org-exp.el (org-export): Set the mark correctly when exporting a
790 subtree.
791
792 * org-agenda.el (org-agenda-get-restriction-and-command): Fix the
793 display of the number of commands for block agendas.
794
795 * org-agenda.el (org-agenda-before-write-hook)
796 (org-agenda-add-entry-text-maxlines): Enhance phrasing.
797 (org-agenda-finalize-hook, org-agenda-mode-hook): Tell that the
798 buffer is writable when the hook is called.
799 (org-agenda-finalize): Allow org-agenda-finalize-hook to modify
800 the buffer.
801
802 * org-agenda.el (org-habit-show-all-today): Only use defvar to
803 silent the byte-compiler.
804 (org-agenda-get-scheduled): Check whether some org-habit.el
805 options have been defined.
806
807 * org-capture.el (org-capture-entry): New variable.
808 (org-capture-string, org-capture): Use it to possibly skip the
809 interactive prompt for a capture template.
810
811 * org.el (org-activate-plain-links): Don't try to check if we are
812 in a bracket link already.
813
814 * org.el (org-read-date-analyze): Fix bug introduced in commit
815 cc5f9f: adding a time should not prevent relative answers to be
816 parsed correctly.
817
818 * org-agenda.el (org-agenda-bulk-action): Always read the date
819 through `org-read-date'. When possible, use the date at point as
820 the default date.
821
822 * org-agenda.el (org-agenda-bulk-action): Fix bug when
823 bulk-shifting timestamps.
824
825 * org.el (org-version): New constant.
826
827 * org-compat.el (org-random): New compatibility function.
828
829 * org-id.el (org-id-uuid): Use it.
830
831 * org-capture.el (org-capture-use-agenda-date): New option.
832 (org-capture): Use it.
833
834 * org-agenda.el (org-agenda-capture): New command.
835 (org-agenda-mode-map): Bind it to `k'.
836 (org-agenda-menu): Add it to the menu.
837
838 * org-capture.el (org-capture): Update docstring.
839
840 * org-capture.el (org-capture): When called from an agenda buffer,
841 use the cursor date at the default date.
842
843 * org-agenda.el (org-agenda-bulk-action): Use the let-bound
844 `entries' instead the variable.
845
846 * org-agenda.el (org-agenda-bulk-action): Fix bug: don't remove
847 persistent marks too early.
848
849 * org-agenda.el (org-agenda-bulk-action): Possibly use the day at
850 point to reset the scheduled or deadline cookie. On date headers,
851 use it without prompting the user. On an item, use the item's
852 date as the default prompt for `org-read-date'.
853
854 * org.el (org-read-date): Docstring fix.
855
856 * org-agenda.el (org-agenda-bulk-action): Reorder possible actions
857 in the message.
858
859 * org-agenda.el (org-agenda-action, org-agenda-do-action): Delete.
860 (org-agenda-mode-map): Delete related keys.
861
862 * org-agenda.el (org-agenda-menu): Fix a keybinding.
863
864 * org-colview.el (org-columns-goto-top-level): Correctly move the
865 marker `org-columns-top-level-marker'.
866 (org-agenda-columns): Don't set
867 `org-agenda-overriding-columns-format' as a buffer variable, as we
868 only need it dynamically.
869 (org-agenda-colview-summarize): Fix a bug in returning the match
870 string.
871
872 * org-agenda.el (org-agenda-span-to-ndays): Make the second
873 argument `starting-day' optional.
874 (org-agenda-goto-date): Keep parameters of custom agendas.
875
876 * org-agenda.el (org-agenda-list): Allow setting the agenda buffer
877 name through a temporary variable.
878 (org-agenda-buffer-tmp-name): New variable to temporary store the
879 agenda buffer name.
880
881 * org-agenda.el (org-agenda-goto-date): Fix behavior when using
882 sticky agendas.
883
884 * org-agenda.el (org-diary): Don't check whether there is an
885 agenda buffer when trying to compile the prefix format.
886 (org-compile-prefix-format): Check if there is an agenda buffer.
887 If not, use the current buffer.
888
889 * org-agenda.el (org-agenda-get-day-entries): Set the agenda
890 buffer inconditionnally.
891
892 * ob.el (org-babel-named-src-block-regexp-for-name): Generate a
893 more general regexp.
894
895 * ob.el (org-babel-where-is-src-block-head): Find a src block head
896 correctly when #+header(s) is before #+name.
897
898 * org-agenda.el (org-agenda-finalize-hook)
899 (org-agenda-finalize, org-agenda-finalize-entries): Rename from
900 org-finalize-agenda-*.
901 (org-agenda-run-series, org-agenda-finalize, org-timeline)
902 (org-agenda-list, org-search-view, org-todo-list)
903 (org-tags-view, org-diary, org-agenda-finalize-entries)
904 (org-agenda-change-all-lines): Use the new names.
905
906 * org-agenda.el (org-agenda-local-vars): Remove
907 ̀org-agenda-last-arguments' from the list of local variables.
908 (org-agenda-mode-map): `g' does the same than `r' in buffers with
909 only one agenda view, but its behavior differs when there are
910 several views. In manually appended agendas (with `A'), `g'
911 displays only the agenda under the point. With multiple agenda
912 blocks, `g' reinitializes the view by discarding any temporary
913 changes (e.g. with ̀f' or `w'), while ̀r' keeps those temporary
914 changes for the agenda view under the point.
915 (org-agenda-run-series, org-agenda-redo): Implement the above
916 changes.
917 (org-agenda-mark-header-line): Don't set useless properties.
918 (org-agenda-list, org-todo-only, org-search-view)
919 (org-todo-list, org-tags-view, org-agenda-list-stuck-projects)
920 (org-agenda-manipulate-query, org-agenda-goto-today)
921 (org-agenda-later, org-agenda-change-time-span): Use text
922 properties for storing the last command and the last arguments for
923 each agenda block.
924 (org-unhighlight-once): Delete.
925
926 * org-agenda.el (org-agenda-append-agenda): Fit agenda window to
927 buffer.
928
929 * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
930 check whether we are in org-agenda-mode.
931
932 * org-agenda.el (org-agenda-pre-window-conf): Rename from
933 `org-pre-agenda-window-conf'.
934 (org-agenda-local-vars, org-agenda-prepare-window)
935 (org-agenda-Quit, org-agenda-quit): Use the new name.
936
937 * org-agenda.el (org-keys, org-match): New variable, dynamically
938 scoped in `org-agenda'.
939 (org-agenda, org-agenda-list, org-search-view, org-todo-list)
940 (org-tags-view): Use the new variables.
941 (org-batch-store-agenda-views): Let-bind `match'.
942
943 * org-agenda.el (org-search-view, org-todo-list)
944 (org-tags-view): Do not let `org-agenda-sticky' prevent the use of
945 these functions programmatically. Also use the sticky agenda
946 function correctly.
947
948 * org-agenda.el (org-agenda): Set `org-agenda-buffer-name'
949 correctly with sticky agendas and non-custom commands.
950
951 * org-agenda.el (org-agenda-fit-window-to-buffer): Rename from
952 `org-fit-agenda-window'.
953 (org-agenda-run-series, org-agenda-prepare, org-agenda-list)
954 (org-search-view, org-todo-list, org-tags-view): Use the new name.
955
956 * org-agenda.el (org-agenda-prepare): Let `throw' display an
957 error.
958
959 * org-agenda.el (org-agenda-list): Fix bug: don't throw an error
960 when called from programs as (org-agenda-list).
961
962 * org-agenda.el (org-todo-list): Make arg optional.
963
964 * org.el (org-agenda-prepare-buffers): Rename from
965 `org-prepare-agenda-buffers'.
966 (org-match-sparse-tree, org-map-entries): Use the new names.
967
968 * org-agenda.el (org-agenda-prepare-window): Rename from
969 `org-prepare-agenda-window'.
970 (org-agenda-prepare): Rename from `org-prepare-agenda'.
971 (org-agenda-run-series, org-agenda-prepare, org-timeline)
972 (org-agenda-list, org-search-view, org-todo-list)
973 (org-tags-view, org-agenda-list-stuck-projects, org-diary)
974 (org-agenda-to-appt): Use the new names.
975
976 * org-mobile.el (org-mobile-create-index-file): Ditto.
977
978 * org-icalendar.el (org-export-icalendar): Ditto.
979
980 * org-clock.el (org-dblock-write:clocktable)
981 (org-dblock-write:clocktable): Ditto.
982
983 * org2rem.el (org2rem): Ditto.
984
985 * org-agenda.el (org-agenda): In sticky agendas, use the current
986 command's match to set the buffer name. This gives more
987 information to the user and allows to distinguish various agendas
988 triggered by the same key.
989 (org-batch-store-agenda-views): Handle the new sticky agenda
990 buffer name.
991
992 * org-agenda.el (org-agenda)
993 (org-agenda-get-restriction-and-command): Use `S' as a key for
994 searching words in TODO-only entries.
995
996 * org-agenda.el (org-prepare-agenda): Fit agenda window when
997 displaying a sticky agenda.
998
999 * org-table.el (org-table-number-regexp): Allow the user to set it
1000 to a new regexp, which allows commas as decimal mark. The default
1001 is to not use this setting, but the one before commit 7ff8c1,
1002 which has ben reverted.
1003
1004 * org-agenda.el (org-agenda-overriding-cmd)
1005 (org-agenda-multi-current-cmd)
1006 (org-agenda-multi-overriding-arguments): New variables.
1007 (org-agenda-run-series): `org-agenda-overriding-arguments'
1008 defaults to the last agenda block arguments, so don't use it
1009 globally.
1010 (org-agenda-mark-header-line): Add properties needed so that
1011 `org-agenda-overriding-arguments', `org-agenda-current-span' and
1012 `org-agenda-last-arguments' can be set to their correct contextual
1013 value.
1014 (org-agenda-multi-back-to-pos): New variable.
1015 (org-agenda-later): Retrieve `org-agenda-current-span' and
1016 `org-agenda-overriding-arguments' from text properties. Also
1017 handle numeric span.
1018 (org-agenda-later, org-agenda-change-time-span): Set
1019 `org-agenda-overriding-cmd' so that we to take overriding
1020 arguments into account for this command only.
1021
1022 * org-agenda.el (org-agenda-kill, org-agenda-archive-with): Fix
1023 bug when called with a non-nil value of `org-agenda-stick'.
1024
1025 * org-agenda.el (org-agenda-refile): Fix bug when refiling an
1026 entry from a sticky agenda.
1027
1028 * org-agenda.el (org-prepare-agenda-window): Use
1029 `org-pre-agenda-window-conf' if already set.
1030 (org-agenda-Quit): Set `org-pre-agenda-window-conf' to nil when
1031 quitting.
1032 (org-agenda-quit): Ditto.
1033
1034 * org-capture.el (org-capture-fill-template): Protect the text
1035 used for replacement from being further replaced.
1036
1037 * org.el (org-contextualize-validate-key): Fix the check against a
1038 function.
1039
1040 * org.el (org-contextualize-keys): Rename from
1041 `org-contextualize-agenda-or-capture'. Fix normalization to
1042 handle empty key replacement string.
1043 (org-contextualize-validate-key): Rename from
1044 `org-contexts-validate'. Allow checking against a custom
1045 function.
1046
1047 * org-agenda.el (org-agenda-custom-commands-contexts): Update.
1048 (org-agenda): Use `org-contextualize-keys'.
1049
1050 * org-capture.el (org-capture-templates-contexts): Ditto.
1051
1052 * org.el (org-contextualize-agenda-or-capture): Normalize
1053 contexts.
1054
1055 * org.el (org-contextualize-agenda-or-capture): Handle key
1056 replacement depending on the contexts.
1057
1058 * org-capture.el (org-capture-templates-contexts): Allow to use
1059 the context as a way to replace one capture template by another
1060 one.
1061
1062 * org-agenda.el (org-agenda-custom-commands-contexts): Allow to
1063 use the context as a way to replace one agenda custom command by
1064 another one.
1065
1066 * org.el (org-contextualize-agenda-or-capture)
1067 (org-rule-validate): New functions, implement context filtering
1068 for agenda commands and capture templates.
1069
1070 * org-agenda.el (org-agenda-custom-commands-contexts): New option.
1071 (org-agenda): Use it.
1072
1073 * org-capture.el (org-capture-templates-contexts): New option.
1074 (org-capture-select-template): Use it.
1075
1076 * org.el (org-beginning-of-defun, org-end-of-defun): Delete.
1077 (org-mode): Set `beginning-of-defun-function' and
1078 `end-of-defun-function' directly.
1079
1080 * org.el (org-insert-link): Fix bug: include links abbreviations
1081 when completing.
1082
1083 * org-icalendar.el (org-icalendar-print-entries): Fix bug: when
1084 `org-icalendar-use-plain-timestamp' is nil, scheduled and deadline
1085 items should not be ignored.
1086
1087 * org.el (org-ds-keyword-length, org-make-tags-matcher): Docstring
1088 clean-up.
1089
1090 * org-freemind.el (org-freemind-convert-links-from-org): Replace
1091 literally to prevent errors when replacing with string containing
1092 backslashes.
1093
1094 * org-pcomplete.el (org-thing-at-point): Allow to match (and then
1095 complete) a "thing" containing dashes.
1096
1097 * org-table.el (org-table-toggle-coordinate-overlays): Better
1098 message when interactively toggling.
1099
1100 * org-table.el (org-table-number-regexp): Update the docstring to
1101 show an example of a decimal number using the comma as a
1102 separation mark.
1103
1104 * org-agenda.el (org-prepare-agenda): Minor code clean-up.
1105 (org-agenda-filter-by-category): Filtering must be turned off only
1106 when a category filter has been set and this filter is not empty.
1107
1108 * org-agenda.el (org-search-view, org-agenda-get-todos)
1109 (org-agenda-get-timestamps, org-agenda-get-sexps)
1110 (org-agenda-get-progress, org-agenda-get-deadlines)
1111 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
1112 `category-pos' instead of `org-category-pos'.
1113
1114 * ob-fortran.el (org-babel-fortran-transform-list): Rename from
1115 `ob-fortran-transform-list'.
1116 (org-babel-fortran-var-to-fortran): Use the new function's name.
1117
1118 * ob-calc.el (org-babel-calc-maybe-resolve-var): Rename from
1119 `ob-calc-maybe-resolve-var'.
1120 (org-babel-execute:calc): Use the new function's name.
1121
1122 * org-jsinfo.el (org-infojs-template): Add a license.
1123 (org-infojs-handle-options): Replace all template elements.
1124
1125 * org-html.el (org-export-html-scripts): Add a license.
1126 (org-export-html-mathjax-config): Replace all template elements.
1127 (org-export-html-mathjax-template): Add a license.
1128 (org-export-as-html): Minor code clean-up.
1129
1130 * org.el (org-options-keywords): Add "#+MATHJAX" and
1131 "#+INFOJS_OPT" to the list of keywords for completion.
1132
1133 * org.el (org-src-prevent-auto-filling): Remove unused and useless
1134 option.
1135
1136 * org.el (org-element-at-point): Autoload.
1137 (org-element-up): Remove useless declaration.
1138 (org-fill-context-prefix, org-fill-paragraph)
1139 (org-mark-element, org-narrow-to-element)
1140 (org-transpose-element, org-unindent-buffer): Do not require
1141 org-element.
1142
1143 * org.el (org-fill-paragraph): Require org-element.
1144
1145 * org-agenda.el (org-agenda-persistent-marks): Minor docstring
1146 enhancement.
1147
1148 * org.el (org-create-math-formula): Use the compatibility function
1149 `org-region-active-p'.
1150
1151 * org-odt.el (org-export-as-odf): Ditto.
1152
1153 * ob.el (org-babel-demarcate-block): Ditto.
1154
1155 * org.el (org-mark-subtree): Maybe call `org-mark-element'
1156 interactively.
1157 (org-mark-element): Only mark further elements when called
1158 interactively.
1159
1160 * org.el (org-mark-element, org-narrow-to-element)
1161 (org-transpose-element): Require org-element.
1162
1163 * org-agenda.el (org-agenda-get-timestamps)
1164 (org-agenda-get-sexps, org-agenda-get-deadlines)
1165 (org-agenda-get-scheduled): Add the 'warntime as a text property,
1166 getting its value from the APPT_WARNTIME property.
1167 (org-agenda-to-appt): Use the 'warntime text property.
1168
1169 * org-capture.el (org-capture-place-table-line): Fix bug.
1170
1171 * org.el (org-activate-plain-links): Don't activate a plain link
1172 when it is part of a bracketed link, unless bracketed links are
1173 not enlisted in `org-activate-links'.
1174 (org-open-at-point): Don't consider the text immediately after a
1175 bracketed link is part of a plain link.
1176
1177 * org.el (org-compute-latex-and-specials-regexp)
1178 (org-paste-subtree, org-sort-entries, org-store-link)
1179 (org-open-at-point, org-file-remote-p, org-add-log-setup)
1180 (org-set-tags-to, org-fast-tag-selection)
1181 (org-diary-sexp-entry): Ditto.
1182
1183 * org-agenda.el (org-agenda-get-blocks, org-cmp-priority)
1184 (org-cmp-effort, org-cmp-todo-state, org-cmp-alpha)
1185 (org-cmp-tag, org-cmp-time): Remove useless (t nil) sexps at the
1186 end of (cond ...) constructs.
1187
1188 * org-mobile.el (org-mobile-create-index-file): Ditto.
1189
1190 * org-lparse.el (org-lparse-format-table-row): Ditto.
1191
1192 * org-list.el (org-sort-list): Ditto.
1193
1194 * org-id.el (org-id-get): Ditto.
1195
1196 * org-html.el (org-export-html-preprocess): Ditto.
1197
1198 * org-exp.el (org-default-export-plist)
1199 (org-table-clean-before-export): Ditto.
1200
1201 * org.el (org-options-keywords): Add "TODO".
1202 (org-make-options-regexp): Make the hashtag mandatory for options
1203 and don't allow whitespaces between the hashtag and the plus sign.
1204
1205 * org.el (org-refresh-category-properties)
1206 (org-find-dblock, org-dblock-start-re, org-dblock-end-re): Allow
1207 lowercase "#+category" and "#+begin:" dynamic blocks.
1208
1209 * org.el (org-context): Use case-folding when trying to match
1210 clocktables and source blocks contexts.
1211
1212 * org-clock.el (org-clock-put-overlay): Put the overlay on the
1213 whole headline, not only on the last character. This fixes a bug
1214 with overlays on headlines ending with a bracketed link.
1215
1216 * org-html.el (org-export-as-html): Make sure we always process a
1217 string.
1218
1219 * org-exp.el (org-export-cleanup-toc-line): Always return a
1220 string.
1221
1222 * org.el (org-fontify-meta-lines-and-blocks-1): Correctly handle
1223 metalines with #+results[...]:.
1224
1225 * org-exp.el (org-export-handle-metalines): Rename from
1226 `org-export-handle-table-metalines'. Now also handle source block
1227 metalines.
1228 (org-export-res/src-name-cleanup): Delete.
1229 (org-export-preprocess-string): Use `org-export-handle-metalines'.
1230 Don't use `org-export-res/src-name-cleanup' anymore.
1231
1232 * org-html.el (org-format-org-table-html): Don't include the
1233 caption tag for empty captions in HTML export. Keep it in the
1234 DocBook export so that it produces valid DocBook XML.
1235
1236 * org.el (org-read-date-analyze): Allow both "8am Wed" and "Wed
1237 8am" to be parsed correctly with respect to possible values of
1238 `org-read-date-prefer-future'.
1239 (org-read-date-prefer-future): Update docstring to remove the
1240 restriction about inserting only the time. The user can now
1241 insert the time and the day.
1242
1243 * org-icalendar.el (org-icalendar-print-entries): Rename from
1244 `org-print-icalendar-entries'.
1245 (org-icalendar-start-file): Rename from
1246 `org-start-icalendar-file'.
1247 (org-icalendar-finish-file): Rename from
1248 `org-finish-icalendar-file'.
1249 (org-icalendar-ts-to-string): Rename from `org-ical-ts-to-string'.
1250 (org-export-icalendar): Use the correct functions.
1251
1252 * ob-ref.el (org-babel-ref-index-list): Fix bug introduced by
1253 commit e85479.
1254
1255 * org.el (org-fill-context-prefix): Require org-element.
1256 (org-timestamp-change): Fix bug by saving excursion when adjusting
1257 another clock.
1258
1259 * org.el (org-read-date-prefer-future): Fix docstring formatting.
1260 (org-read-date-analyze): Fix the interpretation of
1261 `org-read-date-prefer-future'.
1262
1263 * org-agenda.el (org-agenda-menu-two-column): Rename to
1264 `org-agenda-menu-two-columns'.
1265
1266 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Replace
1267 `org-labels' by `let*'.
1268
1269 * org-bibtex.el (org-bibtex-headline): Ditto.
1270
1271 * org-compat.el: Delete `org-labels'.
1272
1273 * ob.el (org-babel-get-src-block-info)
1274 (org-babel-check-src-block, org-babel-current-result-hash)
1275 (org-babel-parse-src-block-match, org-babel-read-link)
1276 (org-babel-insert-result, org-babel-clean-text-properties): Use
1277 ̀org-no-properties' instead of `org-babel-clean-text-properties'.
1278 (org-babel-clean-text-properties): Delete redundant function
1279 `org-babel-clean-text-properties'.
1280
1281 * ob-tangle.el (org-babel-tangle-collect-blocks)
1282 (org-babel-tangle-comment-links): Ditto.
1283
1284 * ob-table.el (sbe): Ditto.
1285
1286 * ob-lob.el (org-babel-lob-get-info)
1287 (org-babel-lob-execute): Ditto.
1288
1289 * ob-exp.el (org-babel-exp-non-block-elements): Ditto.
1290
1291 * org-macs.el (org-no-properties): Allow a new parameter
1292 `restricted' to restrict the properties removal to those in
1293 `org-rm-props'. The default is now to remove all properties.
1294
1295 * org-compat.el (org-substring-no-properties): Remove unused
1296 defun.
1297
1298 * org-remember.el (org-remember-apply-template): Remove redundant
1299 removal of text properties.
1300 (org-remember-apply-template): Use `org-no-properties'.
1301
1302 * org-capture.el (org-capture-fill-template): Remove redundant
1303 removal of text properties.
1304 (org-capture-fill-template): Use `org-no-properties'.
1305
1306 * org-gnus.el (org-gnus-open, org-gnus-follow-link): Use
1307 `org-no-properties'.
1308
1309 * org-colview.el (org-columns-display-here): Ditto.
1310
1311 * org-table.el (org-table-eval-formula): Ditto.
1312
1313 * org.el (org-entry-properties): Ditto.
1314
1315 * org-icalendar.el (org-print-icalendar-entries): Fix bug about
1316 handling `alarm-time'.
1317
1318 * ob-R.el (org-babel-edit-prep:R): Don't set the session.
1319
1320 * org.el (org-store-log-note): Only skip comments starting with "#
1321 " when storing a note.
1322
1323 * org.el (org-custom-properties): New option.
1324 (org-custom-properties-overlays): New variable.
1325 (org-toggle-custom-properties-visibility): New command to toggle
1326 the visibility of custom properties.
1327 (org-check-before-invisible-edit): Also prevent errors when trying
1328 to edit invisible properties.
1329
1330 * org-datetree.el (org-datetree-add-timestamp): New option.
1331 (org-datetree-insert-line): Use it.
1332
1333 * org.el (org-fill-template): Fix bug when filling template for a
1334 key associated to the nil value.
1335
1336 * org-agenda.el (org-diary): Fix tiny typo.
1337
1338 * org.el (message-in-body-p): Move declaration up to fix compiler
1339 warning.
1340
1341 * org.el (org-fill-context-prefix): Fix auto-filling in
1342 `message-mode'.
1343
1344 * org.el (org-fill-paragraph): Correctly fill paragraph in
1345 message-mode.
1346 (org-indent-line): Correctly indent according to mode when
1347 `orgstruct++-mode' is on.
1348 (orgstruct++-mode): Add `fill-prefix' to the variable temporarily
1349 stored in `org-fb-vars'.
1350
1351 * org.el (org-fill-paragraph): Make a command. Fix bug about
1352 filling message headers and citations.
1353
1354 * org.el (org-redisplay-inline-images): New command.
1355 (org-mode-map): Bind it to C-c C-x C-M-v.
1356
1357 * org-colview.el (org-columns-get-format-and-top-level): Fix bug.
1358 (org-columns-get-format): Fix compiler warning.
1359
1360 * org-feed.el: Add declarations.
1361
1362 * org-agenda.el (org-agenda-get-sexps): Use `org-get-tags-at' to
1363 allow tag inheritance.
1364
1365 * org-capture.el (org-capture): Fix bug introduced by commit
1366 1737d3.
1367
1368 * org-publish.el (org-publish-needed-p)
1369 (org-publish-update-timestamp, org-publish-file)
1370 (org-publish-cache-file-needs-publishing): New argument
1371 `base-dir'.
1372 (org-publish-cache-ctime-of-src): Use the new argument to make
1373 sure we find the file according to :base-directory.
1374
1375 * org-capture.el (org-capture-string): New command to prompt for
1376 the interactive text interactively. This can also be used in
1377 Elisp programs to use ̀org-capture' with some initial text.
1378 (org-capture-initial): New variable to store the initial text.
1379 (org-capture): Use `org-capture-initial'.
1380
1381 * org.el (org-emph-re): Tiny docstring formatting fix.
1382
1383 * org-compat.el (org-labels): Remove.
1384
1385 * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
1386
1387 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
1388
1389 * org.el (org-emph-re): Tiny formatting fix.
1390
1391 * org.el (orgstruct-setup): Require `org-element'.
1392
1393 * org.el (org-store-link, org-open-at-point): New link type
1394 "help".
1395
1396 * org-compat.el (org-flet): Remove alias.
1397
1398 * ob.el (org-babel-edit-distance, org-babel-sha1-hash)
1399 (org-babel-get-rownames, org-babel-insert-result)
1400 (org-babel-merge-params)
1401 (org-babel-expand-noweb-references): Don't use `org-flet'. Also
1402 indent some functions correctly.
1403
1404 * ob.el (org-babel-execute-src-block)
1405 (org-babel-join-splits-near-ch, org-babel-format-result)
1406 (org-babel-examplize-region): Don't use `org-flet'.
1407 (org-babel-tramp-handle-call-process-region): Fix typo.
1408
1409 * ob-awk.el (org-babel-awk-var-to-awk): Don't use `org-flet'.
1410
1411 * ob-sh.el (org-babel-sh-var-to-string): Ditto.
1412
1413 * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string): Don't
1414 use `org-flet'.
1415
1416 * org-pcomplete.el (org-compat): Require.
1417
1418 * ob-tangle.el (org-babel-load-file): Don't use `org-flet'.
1419
1420 * org-bibtex.el (org-bibtex-write): Use let*.
1421
1422 * org-plot.el (org-plot/gnuplot-script): Don't use `org-flet'.
1423
1424 * org-bibtex.el (org-bibtex-headline, org-bibtex-fleshout)
1425 (org-bibtex-read, org-bibtex-write): Don't use `org-flet'.
1426
1427 * org-clock.el (org-clock-cancel): Use `org-looking-back'.
1428
1429 * org-pcomplete.el (org-thing-at-point): Ditto.
1430
1431 * org.el (org-timestamp-change): Ditto.
1432
1433 * org-mouse.el (org-mouse-timestamp-today)
1434 (org-mouse-set-priority, org-mouse-popup-global-menu)
1435 (org-mouse-context-menu): Don't use ̀org-flet'.
1436
1437 * org.el (org-priority): Fix docstring.
1438
1439 * org-publish.el (org-publish-write-cache-file)
1440 (org-publish-initialize-cache)
1441 (org-publish-cache-file-needs-publishing)
1442 (org-publish-cache-get): Small code clean-up.
1443
1444 * org-publish.el (org-publish-cache-ctime-of-src): Simplify.
1445
1446 * org-agenda.el (org-agenda-get-sexps): Add a 'tags property for
1447 agenda entries created from sexps.
1448
1449 * org-capture.el (org-capture-templates): Docstring clean up.
1450 (org-capture-place-entry, org-capture-place-item)
1451 (org-capture-place-plain-text, org-capture-place-table-line):
1452 Ensure to always position the point according to %?.
1453
1454 * org-table.el (org-table-convert-refs-to-rc): Fix bug when
1455 converting remote table references.
1456
1457 * org-agenda.el (org-agenda-switch-to): Run hooks in
1458 ̀org-agenda-after-show-hook'.
1459
1460 * ob-ref.el (org-babel-ref-index-list): Use let* and rename the
1461 variable `length' to `lgth'.
1462
1463 * org-plot.el (org-plot/gnuplot-to-grid-data): Don't use
1464 ̀org-flet'.
1465
1466 * org-exp.el (org-export-format-source-code-or-example): Ditto.
1467
1468 * org-exp-blocks.el (org-export-blocks-preprocess): Ditto.
1469
1470 * ob.el (org-babel-view-src-block-info)
1471 (org-babel-execute-src-block, org-babel-edit-distance)
1472 (org-babel-switch-to-session-with-code)
1473 (org-babel-balanced-split, org-babel-insert-result): Ditto.
1474
1475 * ob-ref.el (org-babel-ref-index-list): Ditto.
1476
1477 * ob-python.el (org-babel-python-evaluate-session): Ditto.
1478
1479 * ob-lob.el (org-babel-lob-get-info): Ditto.
1480
1481 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Ditto.
1482
1483 * ob-exp.el (org-babel-exp-do-export): Ditto.
1484
1485 * org-table.el (orgtbl-to-generic): Fix docstring.
1486
1487 * org-clock.el (org-clock-in): Call `org-clock-out' with the new
1488 argument `switch-to-state' set to nil. Fix docstring.
1489 (org-clock-in-last): Prompt for a todo state to switch to when
1490 called with three universal prefix arguments. Don't display a
1491 message when the clock is already running. Update docstring.
1492 (org-clock-out): New argument `switch-to-state'. When this
1493 argument is non-nil, prompt for a state to switch the clocked out
1494 task to, overriding `org-clock-out-switch-to-state'.
1495
1496 * org.el (org-entry-get): Don't use `org-flet'.
1497
1498 * org.el (org-forward-heading-same-level): Rename from
1499 `org-forward-same-level'.
1500 (org-backward-heading-same-level): Rename from
1501 `org-backward-same-level'.
1502
1503 * org.el (org-forward-element): Rename from `org-element-forward'.
1504 (org-backward-element): Rename from `org-element-backward'.
1505 (org-up-element): Rename from `org-element-up'.
1506 (org-down-element): Rename from `org-element-down'.
1507 (org-drag-element-backward): Rename from
1508 `org-element-drag-backward'.
1509 (org-drag-element-forward): Rename from
1510 `org-element-drag-forward'.
1511 (org-mark-element): Rename from `org-element-mark-element'.
1512 (org-transpose-element): Rename from `org-element-transpose'.
1513 (org-unindent-buffer): Rename from `org-element-unindent-buffer'.
1514 (org-mode-map): Update the names of a commands. Remove useless
1515 declarations.
1516
1517 * org-element.el (org-element-forward, org-element-backward)
1518 (org-element-up, org-element-down)
1519 (org-element-drag-backward, org-element-drag-forward)
1520 (org-element-mark-element, org-narrow-to-element)
1521 (org-element-transpose, org-element-unindent-buffer): Move to
1522 org.el.
1523
1524 * org.el (org-forward-same-level): Fix typo in docstring.
1525
1526 * org-agenda.el (org-agenda-mode-map): Bind
1527 `org-agenda-show-priority' to `C-c,' instead of `P'.
1528 (org-agenda-next-item, org-agenda-previous-item): New commands to
1529 move by one item down/up in the agenda.
1530 (org-agenda-mode-map): Bind `org-agenda-next-item' and
1531 `org-agenda-previous-item' to `N' and `P' respectively.
1532
1533 * org-rmail.el (org-rmail-store-link, org-rmail-follow-link):
1534 Toggle headers when necessary.
1535
1536 * org-element.el (org-narrow-to-element): Autoload.
1537
1538 * org.el (org-mode-map): Use `M-h' for `org-element-mark-element'.
1539 (org-mark-subtree): Allow a numeric prefix argument to move up
1540 into the hierarchy of headlines.
1541
1542 * org-element.el (org-element-up, org-element-down): Autoload.
1543
1544 * org.el: Declare functions and don't require org-element.
1545
1546 * org-element.el (org-element-at-point, org-element-forward)
1547 (org-element-backward, org-element-drag-backward)
1548 (org-element-drag-forward, org-element-mark-element)
1549 (org-element-transpose, org-element-unindent-buffer): Autoload.
1550 Require 'org and remove all declarations.
1551
1552 * org.el (org-outline-regexp-bol, org-heading-regexp): Use
1553 variables instead of constants.
1554
1555 * org-archive.el (org-datetree-find-date-create): Declare.
1556
1557 * org.el (org-open-at-point): Only set
1558 `clean-buffer-list-kill-buffer-names' when the feature 'midnight
1559 has been loaded.
1560
1561 * org-icalendar.el (org-print-icalendar-entries): Let
1562 APPT_WARNTIME take precedence over ̀org-icalendar-alarm-time'.
1563
1564 * org.el (org-special-properties): New special property
1565 CLOCKSUM_T.
1566 (org-entry-properties): Handle the new special property.
1567
1568 * org-colview.el (org-columns): Handle a new special property
1569 CLOCKSUM_T.
1570 (org-agenda-colview-summarize, org-agenda-colview-compute): Ditto.
1571
1572 * org-clock.el (org-clock-sum-today): New function.
1573 (org-clock-sum): New argument PROPNAME to set a custom text
1574 property instead of :org-clock-minutes.
1575
1576 * org-agenda.el (org-agenda-check-type): Throw a more appropriate
1577 error message when no agenda is currently being displayed.
1578
1579 * org.el (org-get-property-block): Find blocks before the first
1580 headline.
1581 (org-entry-properties): Minor code cleanup.
1582 (org-entry-get, org-entry-get-with-inheritance): Get property
1583 before the first headline.
1584
1585 * org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
1586
1587 * org.el (org-make-link): Delete.
1588 (org-store-link, org-insert-link)
1589 (org-file-complete-link): Don't use `org-make-link'.
1590
1591 * org-wl.el (org-wl-store-link-folder)
1592 (org-wl-store-link-message): Ditto.
1593
1594 * org-vm.el (org-vm-store-link): Ditto.
1595
1596 * org-rmail.el (org-rmail-store-link): Ditto.
1597
1598 * org-mhe.el (org-mhe-store-link): Ditto.
1599
1600 * org-mew.el (org-mew-store-link): Ditto.
1601
1602 * org-irc.el (org-irc-erc-store-link): Ditto.
1603
1604 * org-info.el (org-info-store-link): Ditto.
1605
1606 * org-id.el (org-id-store-link): Ditto.
1607
1608 * org-gnus.el (org-gnus-group-link, org-gnus-article-link): Ditto.
1609
1610 * org-eshell.el (org-eshell-store-link): Ditto.
1611
1612 * org-bbdb.el (org-bbdb-store-link): Ditto.
1613
1614 * org.el (org-url-hexify-p): New option. When non-nil (the
1615 default), hexify URLs when creating a link.
1616
1617 * org.el (org-insert-link): Make sure point is at the beginning of
1618 the buffer.
1619
1620 * org.el (clean-buffer-list-kill-buffer-names): Declare.
1621 (org-open-at-point): Allow opening multiple shell links by
1622 creating a new output buffer for each shell process. The new
1623 buffer is added to `clean-buffer-list-kill-buffer-names'.
1624
1625 * org-mobile.el (org-mobile-create-index-file): Use
1626 `org-global-tags-completion-table' instead of
1627 `org-tag-alist-for-agenda' to get the tags for the index file.
1628
1629 * org.el (org-global-tags-completion-table): Fix typo in
1630 docstring.
1631
1632 * org.el (org-link-to-org-use-id): Use `org-capture' instead of
1633 `org-remember' in the docstring.
1634 (org-link-fontify-links-to-this-file): New function to fontify
1635 links to the current buffer in `org-stored-links'.
1636 (org-store-link): Small code simplification.
1637 (org-link-prettify): Enclose literal links into <...> instead of
1638 [[...]].
1639 (org-insert-link): Use `org-link-fontify-links-to-this-file'.
1640 Also allow completion over links' descriptions, as well as links
1641 destinations. When the user uses the description for completion,
1642 don't prompt again for a description.
1643
1644 * org-capture.el (org-capture-templates): Fix docstring by adding
1645 Gnus to the list of mail clients.
1646
1647 * org.el (org-log-repeat): Enhance docstring.
1648
1649 * org.el (org-mode-map): Don't bind C-<up> and C-<down> to
1650 `org-element-backward/forward' as these functions stops when there
1651 is no element of the same type before/after point. It is useful
1652 to navigate with `forward/backward-paragraph' with no stop in most
1653 cases.
1654
1655 * org-capture.el (org-capture-templates): New template %l to
1656 insert the literal link pointing at the current buffer.
1657
1658 * org.el (org-todo-keywords): Ditto.
1659
1660 * org.el (org-fill-paragraph): Falls back on
1661 `message-fill-paragraph' if required in `message-mode'.
1662
1663 * org-pcomplete.el (pcomplete/org-mode/file-option/x): New macro.
1664 (pcomplete/org-mode/file-option/options)
1665 (pcomplete/org-mode/file-option/title)
1666 (pcomplete/org-mode/file-option/author)
1667 (pcomplete/org-mode/file-option/email)
1668 (pcomplete/org-mode/file-option/date): Use the new macro to offer
1669 completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
1670 #+EMAIL and #+DATE.
1671
1672 * org-agenda.el (org-agenda-write): Fix bug when writing agenda to
1673 an external file while `org-agenda-sticky' is non-nil.
1674
1675 * org.el (org-speed-commands-default): New speedy command to
1676 quickly add the :APPT_WARNTIME: property.
1677
1678 * org-agenda.el (org-agenda-to-appt): Use the :APPT_WARNTIME:
1679 property to override `appt-message-warning-time' when adding an
1680 appointment from an entry.
1681
1682 * org.el (org-version): Improve docstring.
1683 (org-self-insert-cluster-for-undo): The default value should be
1684 nil for Emacs >=24.1. See bug#11774.
1685
1686 * org.el (org-fontify-meta-lines-and-blocks-1): Fix previous
1687 commit.
1688
1689 * org.el (org-options-keywords): New constant.
1690 (org-additional-option-like-keywords): Remove duplicates with
1691 keywords in the new constant.
1692 (org-additional-option-like-keywords-for-flyspell): Use the new
1693 constant.
1694 (org-mode-flyspell-verify): Exclude keywords from the new
1695 constant.
1696
1697 * org-pcomplete.el (pcomplete/org-mode/file-option): Use
1698 `org-options-keywords'.
1699
1700 * org.el (org-toggle-heading): Bugfix: use
1701 `org-element-mark-element' instead of `org-mark-list'.
1702
1703 * org-list.el (org-mark-list): Delete.
1704
1705 * org.el: Update a few keybindings.
1706
1707 * org-element.el (org-element-down): Throw an error when the
1708 element has no content.
1709
1710 * org-table.el (orgtbl-radio-table-templates): Add a template for
1711 org-mode.
1712 (orgtbl-to-orgtbl): Complete and align the table created with
1713 orgtbl-to-orgtbl, in case the user use the function for radio
1714 tables.
1715 (orgtbl-to-table.el): New function to export a table to another
1716 one using the table.el format.
1717 (orgtbl-to-unicode): New function to export a table using unicode
1718 characters.
1719
1720 * org-exp.el (org-export-language-setup): Use "Sommaire" for the
1721 french translation of "Table of contents", to avoid a possible bug
1722 when exporting to ODT.
1723
1724 * org.el (org-additional-option-like-keywords): Add keywords.
1725 (org-additional-option-like-keywords-for-flyspell): New constant
1726 to use with flyspell.
1727 (org-mode-flyspell-verify): Use the dedicated constant and don't
1728 check `org-startup-options'.
1729
1730 * org-agenda.el (org-batch-store-agenda-views): Use the sticky
1731 agenda buffer name, if required.
1732 (org-agenda-write): New parameter `agenda-bufname' to allow
1733 setting the agenda buffer name.
1734
1735 * org.el (org-mode-map): Add keybindings for
1736 `org-element-forward', `org-element-backward', `org-element-up'
1737 and `org-element-down'.
1738
1739 * org.el (org-auto-fill-function): Don't call `do-auto-fill'
1740 within (org-let org-fb-vars ...) as `do-auto-fill' should do the
1741 right thing whether orgstruct++-mode is turned on or off.
1742
1743 * org.el (org-sparse-tree-default-date-type): New option.
1744 (org-ts-type): New variable.
1745 (org-sparse-tree): New argument `type'. Use the new option
1746 `org-sparse-tree-default-date-type' as the default value for
1747 `type'. Fix docstring.
1748 (org-re-timestamp): New function.
1749 (org-check-before-date, org-check-after-date)
1750 (org-check-dates-range): Use `org-ts-type' and `org-re-timestamp'
1751 to tell compute the date regexp.
1752
1753 * org.el (orgstruct++-mode, org-get-local-variables): Also set
1754 `normal-auto-fill-function' when turning on/off orgstruct++-mode.
1755
1756 * org-agenda.el (org-agenda-start-with-log-mode): Add relevant
1757 customization types.
1758
1759 * org-faces.el (org-document-title): Use the normal height.
1760
1761 * org-clock.el (org-x11idle-exists-p): New variable.
1762 (org-user-idle-seconds): Use it.
1763
1764 * org.el (org-mode-map): Rebind `org-insert-all-links' to `C-c
1765 C-M-l'.
1766
1767 * org.el (org-insert-all-links): New command.
1768 (org-insert-link): `org-keep-stored-link-after-insertion' is now
1769 checked when the link to insert has been defined, regardless on
1770 how it has been defined. Also don't read the description
1771 interactively when the `default-description' parameter was given.
1772 (org-mode-map): Bind `org-insert-all-links' to `C-c C-L'.
1773
1774 * org.el (org-inc-effort): New command to increment the effort
1775 property.
1776 (org-set-effort): Use it.
1777 (org-mode-map): Bind it to `C-c C-x E'.
1778 (org-speed-commands-default): Use `E' as a speed command for it.
1779
1780 * org.el (org-re-property-keyword): New function.
1781 (org-entry-put): Use it to fix a bug with respect to setting the
1782 value of a property when a property line with no value already
1783 exists.
1784
1785 * org.el (org-timestamp-change): Adjust clock in other org files
1786 correctly.
1787
1788 * org-clock.el (org-user-idle-seconds): Simplify.
1789
1790 * org.el (org-mode-map): Bind `org-resolve-clocks' to `C-c C-x
1791 C-z'.
1792
1793 * org.el (org-mode-map): Add keybindings to
1794 `org-element-transpose' and `org-narrow-to-element'.
1795 (org-metaup): Fall back on `org-element-drag-backward'.
1796 (org-metadown): Fall back on `org-element-drag-forward'. Also
1797 move chunks of declarations and require statements to get rid of
1798 compiler warnings.
1799
1800 * org-exp-blocks.el (org): Don't require org. Add declarations.
1801
1802 * org-clock.el (org): Don't require org.
1803
1804 * ob-exp.el (org-list-forbidden-blocks): Add declarations.
1805
1806 * org.el (org-timestamp-change): Don't use the `position'.
1807
1808 * org.el (org-clock-history, org-clock-adjust-closest): New
1809 variables.
1810 (org-timestamp-change): Maybe adjust the next or previous clock in
1811 `org-clock-history'.
1812 (org-shiftmetaup, org-shiftmetadown): On clock logs, update the
1813 timestamp at point and adjust the next or previous clock in
1814 `org-clock-history', when possible.
1815
1816 * org-clock.el (org-clock-in): Set the marker for
1817 `org-clock-history' at a safer position.
1818
1819 * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
1820 Autoload.
1821
1822 * org-mobile.el (org-mobile-post-pull-hook): Fix docstring.
1823
1824 * org.el (org-indent-line): Fix indentation of a property line
1825 starting at the beginning of a line.
1826
1827 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
1828
1829 * org-compat.el: Alias `org-condition-case-unless-debug' to
1830 `condition-case-unless-debug' or `condition-case-no-debug'.
1831
1832 * org.el (org-todo-keywords): Ditto.
1833
1834 * org.el (org-use-fast-todo-selection): Reformat docstring.
1835
1836 * org.el (org-flag-drawer): Add a docstring.
1837 (org-mode-map): Bind ̀org-clock-cancel' to "C-cC-xC-q" and
1838 `org-clock-in-last' to "C-cC-xC-x". This fixes a bug in the
1839 previous keybinding for `org-clock-in-last', which would override
1840 the one for `org-clock-in'.
1841
1842 * org-clock.el (org-clock-in-last): Prevent errors when there is
1843 no clocking history.
1844 (org-clock-cancel): Fix bug when checking against a clock log in a
1845 folded drawer.
1846
1847 * org.el (org-link-expand-abbrev): Implement "%(my-function)" as a
1848 new specifier. Update the docstring.
1849
1850 * org.el (org-startup-options): Fix docstring formatting.
1851
1852 * org.el (org-use-sub-superscripts): Fix typo in docstring.
1853
1854 * org.el (org-refile): Fix bug: prevent looping when calling
1855 `org-set-tags' internally.
1856
1857 * org.el (org-mode-map): Add `C-c C-x C-I' as a keybinding for
1858 `org-clock-in-last'.
1859
1860 * org-clock.el (org-clock-continuously): New option.
1861 (org-clock-in): Three universal prefix arguments set
1862 `org-clock-continuously' to `t' temporarily.
1863 (org-clock-in-last): Fix call to `org-clock-select-task' and
1864 support continuous clocking.
1865 (org-clock-out-time): New variable.
1866 (org-clock-out): Set `org-clock-out-time' when clocking out.
1867 Small docstring rewriting.
1868 (org-clock-remove-empty-clock-drawer): Fix "invalid search bound"
1869 bug when trying to delete empty logbook drawer.
1870 (org-clock-cancel): If the clock log is gone, send a warning
1871 instead of deleting the region that is supposed to contain it.
1872
1873 * org.el (org-move-line-down, org-move-line-up): Remove.
1874 (org-metaup, org-metadown): When the region is active, move it
1875 up/down by one line, with no regard to the context.
1876
1877 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
1878
1879 * org-compat.el: Alias `org-condition-case-unless-debug' to
1880 `condition-case-unless-debug' or `condition-case-no-debug'.
1881
1882 * org-pcomplete.el (org-thing-at-point): Ignore trailing
1883 whitespaces while looking-back at properties.
1884
1885 * org.el (org-mode): Set `indent-region-function'.
1886 (org-indent-region): New function.
1887 (org-fill-paragraph): When in a src block, use `indent-region' to
1888 indent the whole source code instead of falling back on
1889 `fill-paragraph', as this function messes up the code.
1890
1891 * org-src.el (org-edit-src-code): Fix docstring formatting.
1892
1893 * ob.el (org-babel-do-key-sequence-in-edit-buffer): Ditto.
1894
1895 * org.el (org-mode, org-add-log-setup)
1896 (org-get-property-block, org-entry-put)
1897 (org-property-next-allowed-value, org-return)
1898 (org-indent-line): Rename `org-indent-line-function' to
1899 `org-indent-line'.
1900
1901 * org-timer.el (org-timer-item): Ditto.
1902
1903 * org-table.el (org-table-store-formulas): Ditto.
1904
1905 * org-clock.el (org-clock-in, org-clock-find-position): Ditto.
1906
1907 * org-src.el (org-src-font-lock-fontify-block)
1908 (org-src-strip-leading-and-trailing-blank-lines)
1909 (org-src-ask-before-returning-to-edit-buffer)
1910 (org-edit-src-code, org-edit-src-continue)
1911 (org-edit-fixed-width-region)
1912 (org-src-do-key-sequence-at-code-block)
1913 (org-src-font-lock-fontify-block, org-src-fontify-buffer): Fix
1914 typos in docstrings.
1915
1916 * org-docbook.el (org-export-docbook-emphasis-alist): Fix typo:
1917 use "format string" instead of "formatting string".
1918
1919 * org-latex.el (org-export-latex-emphasis-alist)
1920 (org-export-latex-title-command, org-export-latex-tables): Ditto.
1921
1922 * org-html.el (org-export-html-postamble): Ditto.
1923
1924 * org-latex.el (org-export-latex-hyperref-options-format): New
1925 option.
1926 (org-export-latex-make-header): Use it.
1927
1928 * ob.el (org-babel-confirm-evaluate): Prevent errors when
1929 `org-current-export-file' is void.
1930
1931 * org-table.el (org-table-export): Use the file name extension to
1932 suggest the right conversion format. Also amend the docstring.
1933
1934 * org.el (org-speed-commands-default): Two new speed commands.
1935 Use `:' for `org-columns' and ̀#' for `org-toggle-comment'.
1936
1937 * org.el (org-time-stamp): With two universal arguments, insert an
1938 active timestamp with the current time without prompting the user.
1939
1940 * org-clock.el (org-clock-in-last): New command.
1941
1942 * org-clock.el (org-clock-in): Fix typo in docstring.
1943
1944 * org-mobile.el (org-mobile-edit): Fix reference to a free
1945 variable.
1946
1947 * org.el (org-doi-server-url): Update :group.
1948
1949 * ob-lob.el (org-babel-lob-execute): Fix reference to non-existent
1950 variable.
1951
1952 * org.el (org-doi-server-url): New option.
1953 (org-open-at-point): Use it.
1954
1955 * org.el (org-at-comment-p): New function.
1956 (org-toggle-heading): Use `org-at-comment-p' to skip comments.
1957
1958 * org-html.el (org-export-as-html): Add links to the Org mode and
1959 GNU Emacs websites When :html-postamble is set to 't.
1960
1961 * org-export.el (org-export-creator-string): Add links to the Org
1962 mode and GNU Emacs websites.
1963
1964 * org-special-blocks.el
1965 (org-special-blocks-convert-html-special-cookies): Prevent errors
1966 by first checking `org-line' is not nil.
1967
1968 * org-clock.el (org-clock-string-limit)
1969 (org-clock-modeline-total, org-clock-task-overrun-text)
1970 (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
1971
1972 * org.el (org-at-timestamp-p): Set ̀org-ts-what' to 'after when the
1973 point is right after the timestamp. `org-at-timestamp-p' still
1974 returns `t' in this case, as this is more practical.
1975 (org-return): Check against ̀org-ts-what' to verify that point is
1976 really within the timestamp (if any).
1977
1978 * org.el (org-return): Follow time-stamp links when point is an a
1979 time-stamp.
1980
1981 * org-capture.el (org-capture-bookmark): New option.
1982 (org-capture-finalize): Use it.
1983
1984 * org-publish.el (org-publish-cache-file-needs-publishing): Make
1985 the column mandatory after #+include:.
1986
1987 * org-exp.el (org-export-handle-include-files): Ditto.
1988
1989 * org-bibtex.el (org-bibtex-entries): Rename from
1990 (org-bibtex-read, org-bibtex-write): Use the new name.
1991
1992 * org-exp.el (org-export-handle-include-files): Allow to use
1993 #+include with no column.
1994
1995 * org-publish.el (org-publish-cache-file-needs-publishing): Make
1996 quotes mandatory around the file name and allow spaces in it.
1997
1998 * org-html.el (org-export-as-html): Add link to Org's and Emacs's
1999 websites.
2000
2001 * org-latex.el
2002 (org-export-latex-link-with-unknown-path-format): New option.
2003 (org-export-latex-links): Use it.
2004
2005 * org-agenda.el (org-agenda-get-timestamps): Remove any active
2006 timestamp from the headline text, not only those for the current
2007 date.
2008
2009 * org.el (org-set-tags): Allow setting tags for headlines in the
2010 region when `org-loop-over-headlines-in-active-region' is non-nil.
2011
2012 * org.el (org-allow-promoting-top-level-subtree): New option to
2013 allow promoting a top-level subtree.
2014 (org-called-with-limited-levels): New variable, dynamically bound
2015 within the `org-with-limited-levels' macro.
2016 (org-promote): Use the new option to allow promoting a top-level
2017 subtree.
2018
2019 * org-macs.el (org-with-limited-levels): Let-bind
2020 `org-called-interactively-p' to t.
2021
2022 * org.el (org-create-formula-image-with-dvipng)
2023 (org-create-formula-image-with-imagemagick): Make sure a file
2024 exists before trying to delete it.
2025
2026 * org.el (org-scan-tags): Correctly match TODO keywords.
2027
2028 * org-agenda.el (org-agenda-bulk-action): Fix bug: use
2029 `org-agenda-bulk-unmark-all'.
2030
2031 * org.el (orgstruct++-mode): Fix docstring.
2032 (org-fill-paragraph): Use the 'justify parameter when falling back
2033 on `fill-paragraph'.
2034
2035 * org.el (org-indent-line-function): Use `org-let' instead of
2036 `orgstruct++-ignore-org-filling'.
2037 (org-fill-paragraph, org-auto-fill-function): Ditto.
2038
2039 * org-macs.el (orgstruct++-ignore-org-filling): Delete.
2040
2041 * org-table.el (org-table-time-string-to-seconds): Return the
2042 empty string if provided.
2043 (org-table-eval-formula): When assigning a duration string, handle
2044 it correctly -- i.e. don't make any computation on it, except the
2045 one to insert it using the correct duration format.
2046
2047 * org.el (org-indent-line-function): Fix bug.
2048
2049 * org-clock.el (org-frame-title-format-backup): New variable to
2050 store the value of `frame-title-format' before `org-clock' might
2051 replace it by `org-clock-frame-title-format'.
2052 (org-clock-frame-title-format): New option.
2053 (org-frame-title-string): Delete.
2054 (org-clock-update-mode-line): Minor code reformatting.
2055 (org-clock-in, org-clock-out, org-clock-cancel): Use
2056 `org-clock-frame-title-format'.
2057
2058 * org-clock.el (org-clock-get-clock-string): Add a space.
2059
2060 * org-list.el (org-mark-list): Return an error when there is no
2061 list at point.
2062
2063 * org.el (org-toggle-heading): Allow `C-u C-c *' to mark the list
2064 at point before converting items to headings. With a simple
2065 universal-argument, set `current-prefix-arg' to 1, otherwise keep
2066 the numeric value.
2067
2068 * org-agenda.el (org-agenda-view-mode-dispatch): Make the message
2069 more readable.
2070
2071 * org-agenda.el (org-agenda-mode-map): New keybinding ̀*' to mark
2072 all entries for bulk action.
2073 (org-agenda-menu): New menu item for marking all entries.
2074 (org-agenda-bulk-mark-all): New function to mark all entries.
2075 (org-agenda-bulk-mark-regexp): Minor docstring fix.
2076 (org-agenda-bulk-unmark): With a prefix argument, unmark all.
2077 Also send a better message.
2078 (org-agenda-bulk-remove-all-marks): Rename to
2079 `org-agenda-bulk-unmark-all'. Check against
2080 `org-agenda-bulk-marked-entries' before trying to unmark entries.
2081 Minor docstring fix.
2082 (org-agenda-bulk-unmark-all): Renamed from
2083 ̀org-agenda-bulk-remove-all-marks'.
2084
2085 * org-agenda.el (org-agenda-bulk-mark-char): New option.
2086 (org-agenda-bulk-mark): Use the new option.
2087
2088 * org.el (org-src-prevent-auto-filling): New option to prevent
2089 auto-filling in src blocks. This defaults to nil to avoid people
2090 being surprised that no auto-fill occurs in Org buffers where they
2091 use `auto-fill-mode'.
2092 (org-auto-fill-function): Use the new option.
2093
2094 * org.el (org-properties-postprocess-alist): Better customization
2095 type.
2096 (org-set-property): Fix the check against
2097 `org-properties-postprocess-alist'.
2098
2099 * org-macs.el (orgstruct++-ignore-org-filling): Set
2100 `def-edebug-spec' correctly.
2101
2102 * org-colview.el (org-columns-string-to-number): When computing
2103 the values for the colview, match durations and convert them to
2104 HH:MM values.
2105
2106 * org.el (org-duration-string-to-minutes): Match non-round
2107 numbers. Add a new optional parameter to allow returning the
2108 output as a string.
2109
2110 * org.el (org-auto-fill-fallback-function)
2111 (org-indent-line-fallback-function)
2112 (org-fill-paragraph-fallback-function)
2113 (org-auto-fill-fallback-function)
2114 (org-indent-line-fallback-function)
2115 (org-fill-paragraph-fallback-function): Remove.
2116 (org-fb-vars): New buffer-local variable.
2117 (orgstruct++-mode): Use the fallback variable `org-fb-vars' to
2118 store, use and restore variables if needed.
2119 (org-fill-paragraph): Ignore `orgstruct++-mode' filling variables
2120 when needed.
2121 (org-auto-fill-function, org-indent-line-function): Ditto.
2122
2123 * org-macs.el (orgstruct++-ignore-org-filling): New macro.
2124
2125 * org-exp-block.el: Use `org-find-library-name' instead of
2126 `find-library-name'.
2127
2128 * org-compat.el (org-find-library-name): Convert into a macro to
2129 avoid compilation of a function from XEmacs in Emacs and vice
2130 versa.
2131
2132 * org-table.el (org-table-store-formulas): Fix typo.
2133 (org-table-maybe-eval-formula): Fix the regexp to only match
2134 formulas, which never end with the `=' character. If the field
2135 only contain this character, don't eval either.
2136
2137 * org.el (org-set-property): Perform the correct check against
2138 `org-properties-postprocess-alist'.
2139
2140 * org-bbdb.el (org-bbdb-anniversary-format-alist): Update the
2141 customization type.
2142 (name): Suppress (defvar 'name) as name is not eval'ed when
2143 setting `org-bbdb-anniversary-format-alist'.
2144
2145 * org.el (org-version): When called non-interactively, insert the
2146 short version string, otherwise send a message with the complete
2147 version string.
2148
2149 * org-odt.el (org-odt-update-meta-file): Use (org-version) and
2150 delegate checking whether `org-version' is known as a variable
2151 there.
2152
2153 * org-html.el (org-export-as-html): Use (org-version).
2154
2155 * org-docbook.el (org-export-as-docbook): Ditto.
2156
2157 * org-latex.el (org-export-latex-make-header): Ditto.
2158
2159 * org-clock.el (org-clocktable-write-default): Temporarily disable
2160 `delete-active-region' so that we don't accidently delete an
2161 active region when exporting a subtree/region.
2162
2163 * org-clock.el (org-program-exists): Remove.
2164 (org-show-notification, org-clock-play-sound): Use
2165 `executable-find' instead of `org-program-exists'.
2166
2167 * org-agenda.el (org-diary): Prevent failure from
2168 `org-compile-prefix-format' when there is no agenda buffer.
2169
2170 * org-agenda.el (org-agenda-mode): Replace obsolete variable
2171 `buffer-substring-filters'.
2172
2173 * org-indent.el (org-indent-mode): Ditto.
2174
2175 * org-compat.el (org-find-library-name): Silent the byte-compiler
2176 about a warning related to XEmacs support.
2177
2178 * org-special-blocks.el
2179 (org-special-blocks-convert-html-special-cookies): Use `org-line'
2180 instead of `line'.
2181
2182 * org-html.el (org-html-handle-links, org-export-as-html)
2183 (org-format-org-table-html, org-format-table-table-html)
2184 (org-html-export-list-line): Use `org-line' instead of `line' as
2185 the free variable name.
2186
2187 * org-latex.el (org-export-latex-tables): Let-bind `hfmt'.
2188
2189 * org-faces.el (org-list-dt): New face.
2190
2191 * org.el (org-set-font-lock-defaults): Use `org-list-dt' as the
2192 face for definition terms in definition lists.
2193
2194 * org.el (org-fill-paragraph): Pass the `justify' argument to
2195 `org-fill-paragraph-fallback-function'.
2196
2197 * org.el (org-eval-in-calendar): Fix docstring to mention the
2198 KEEPDATE parameter.
2199
2200 * org.el (org-refresh-category-properties): Let-bind
2201 `inhibit-read-only' to t.
2202
2203 * org.el (org-auto-fill-fallback-function)
2204 (org-indent-line-fallback-function)
2205 (org-fill-paragraph-fallback-function): New variables to store
2206 some fall-back functions when turning `orgstruct++-mode' on.
2207 (orgstruct++-mode): Set the new variables.
2208 (org-indent-line-function, org-fill-paragraph)
2209 (org-auto-fill-function): Use them.
2210
2211 * org.el (org-read-date): Bugfix: call `org-eval-in-calendar' with
2212 the 'keepdate parameter set to t when setting the cursor type.
2213
2214 * org-agenda.el (org-agenda-persistent-marks): New option to keep
2215 marks after a bulk action. The option defaults to nil.
2216 (org-agenda-bulk-action): Use the new option.
2217
2218 * org-capture.el (org-capture-fill-template): Use %\n instead of
2219 %n as a template element to be replaced with the nth prompted
2220 string.
2221 (org-capture-templates): Update docstring.
2222
2223 * org.el (org-goto): Fix docstring and document what C-u does.
2224
2225 * org-publish.el (org-publish-cache-file-needs-publishing): Use
2226 (case-fold-search t) when looking for #+INCLUDE:.
2227
2228 * org.el: Use (case-fold-search t).
2229 (org-edit-special, org-ctrl-c-ctrl-c): Ditto.
2230
2231 * org-table.el:
2232 (org-table-store-formulas, org-table-get-stored-formulas)
2233 (org-table-fix-formulas, org-table-edit-formulas)
2234 (org-old-auto-fill-inhibit-regexp, orgtbl-ctrl-c-ctrl-c)
2235 (orgtbl-toggle-comment, org-table-get-remote-range): Ditto.
2236
2237 * org-footnote.el:
2238 (org-footnote-goto-local-insertion-point): Ditto.
2239
2240 * org-exp.el: Ditto.
2241
2242 * org-colview.el:
2243 (org-dblock-write:columnview, org-dblock-write:columnview): Ditto.
2244
2245 * org-clock.el (org-clocktable-write-default): Ditto.
2246
2247 * org-capture.el (org-capture-place-table-line): Ditto.
2248
2249 * ob.el (org-babel-data-names, org-babel-goto-named-src-block)
2250 (org-babel-src-block-names)
2251 (org-babel-where-is-src-block-result, org-babel-result-end)
2252 (org-babel-where-is-src-block-head)
2253 (org-babel-find-named-result, org-babel-result-names): Ditto.
2254
2255 * org-table.el (orgtbl-send-table): Escape special characters.
2256 Introduce a new parameter :no-escape to prevent escaping.
2257
2258 * org-agenda.el (org-toggle-sticky-agenda): Only shout a message
2259 when called interactively.
2260 (org-agenda-get-restriction-and-command): Call
2261 `org-toggle-sticky-agenda' interactively.
2262
2263 * org-agenda.el (org-agenda-top-category-filter): New variable for
2264 storing the current top-category filter.
2265 (org-agenda-redo): Apply a top-category filter, if any.
2266 (org-agenda-filter-by-top-category)
2267 (org-agenda-filter-top-category-apply): Set
2268 `org-agenda-top-category-filter' to the right value.
2269
2270 * org-clock.el (org-clock-out, org-clock-cancel)
2271 (org-clock-in): Don't modify `frame-title-format' if it is a
2272 string.
2273
2274 * org-latex.el (org-export-latex-special-chars): Fix bug when
2275 escaping special characters in a table.
2276
2277 * org.el (org-read-date): Set cursor-type to nil in the calendar.
2278
2279 * org-faces.el (org-date-selected): Use inverse video. Don't
2280 explicitely set bold to nil as it causes `customize-face' to show
2281 the weight property and thus encourage the user to change it.
2282 Warn in the docstring that using bold might cause problems when
2283 displaying the calendar.
2284
2285 * org-id.el (org-id-update-id-locations): New parameter to silent
2286 `org-id-find'.
2287 (org-id-find): Use the new parameter.
2288
2289 * org.el (org-show-hierarchy-above, org-cycle)
2290 (org-global-cycle, org-files-list, org-store-link)
2291 (org-link-search, org-open-file, org-display-outline-path)
2292 (org-refile-get-location, org-update-all-dblocks)
2293 (org-change-tag-in-region, org-entry-properties)
2294 (org-save-all-org-buffers, org-revert-all-org-buffers)
2295 (org-buffer-list, org-cdlatex-mode)
2296 (org-install-agenda-files-menu, org-end-of-subtree)
2297 (org-speedbar-set-agenda-restriction): Use (derived-mode-p
2298 'org-mode) instead of (eq major-mode 'org-mode).
2299
2300 * org-timer.el (org-timer-set-timer): Ditto.
2301
2302 * org-table.el (orgtbl-mode, org-table-align, orgtbl-mode): Ditto.
2303
2304 * org-src.el (org-edit-src-exit, org-edit-src-code)
2305 (org-edit-fixed-width-region, org-edit-src-exit): Ditto.
2306
2307 * org-remember.el (org-remember-handler): Ditto.
2308
2309 * org-mouse.el (dnd-open-file, org-mouse-insert-item): Ditto.
2310
2311 * org-macs.el (org-get-limited-outline-regexp): Ditto.
2312
2313 * org-lparse.el (org-replace-region-by): Ditto.
2314
2315 * org-latex.el (org-latex-to-pdf-process)
2316 (org-replace-region-by-latex): Ditto.
2317
2318 * org-indent.el (org-indent-indent-buffer): Ditto.
2319
2320 * org-id.el (org-id-store-link, org-id-update-id-locations)
2321 (org-id-store-link): Ditto.
2322
2323 * org-html.el (org-export-html-preprocess)
2324 (org-replace-region-by-html): Ditto.
2325
2326 * org-footnote.el (org-footnote-normalize)
2327 (org-footnote-goto-definition)
2328 (org-footnote-create-definition, org-footnote-normalize): Ditto.
2329
2330 * org-docbook.el (org-replace-region-by-docbook): Ditto.
2331
2332 * org-ctags.el (find-tag): Ditto.
2333
2334 * org-colview.el (org-columns-redo)
2335 (org-columns-display-here, org-columns-edit-value)
2336 (org-columns-redo): Ditto.
2337
2338 * org-capture.el (org-capture-insert-template-here)
2339 (org-capture, org-capture-finalize)
2340 (org-capture-set-target-location)
2341 (org-capture-insert-template-here): Ditto.
2342
2343 * org-ascii.el (org-replace-region-by-ascii): Ditto.
2344
2345 * org-archive.el (org-archive-subtree): Ditto.
2346
2347 * org-agenda.el (org-agenda)
2348 (org-agenda-get-restriction-and-command)
2349 (org-agenda-get-some-entry-text, org-search-view)
2350 (org-tags-view, org-agenda-get-day-entries)
2351 (org-agenda-format-item, org-agenda-goto, org-agenda-kill)
2352 (org-agenda-archive-with, org-agenda-switch-to): Ditto.
2353
2354 * org.el (org-repeat-re)
2355 (org-clone-subtree-with-time-shift, org-auto-repeat-maybe)
2356 (org-deadline, org-schedule, org-matcher-time)
2357 (org-time-stamp, org-read-date, org-read-date-get-relative)
2358 (org-display-custom-time, org-get-wdays)
2359 (org-time-string-to-absolute, org-closest-date)
2360 (org-timestamp-change): Allow to set hourly repeat cookie. Send
2361 an error when an hourly repeat cookie is set and no hour is
2362 specified in the timestamp.
2363
2364 * org-icalendar.el (org-print-icalendar-entries): Handle hourly
2365 repeat cookies.
2366
2367 * org-clock.el (org-program-exists): Fix docstring.
2368
2369 * org-clock.el (org-clock-file-time-cell-format): New option.
2370 (org-clocktable-write-default): Use it.
2371
2372 * org-faces.el (org-date-selected): New face.
2373
2374 * org.el (org-date-ovl): Use `org-date-selected'.
2375
2376 * org.el (org-mode): Don't use `buffer-face-mode' by default.
2377
2378 * org-agenda.el (org-agenda-mode-map): Bind `^' to
2379 `org-agenda-filter-by-top-category'.
2380
2381 * org-ascii.el (org-export-ascii-underline): Change the default
2382 underlining characters for headlines of level 1 and 2. Also
2383 introduce \. as the underline character for headlines of level 5.
2384
2385 * org-table.el (org-table-recalculate-buffer-tables)
2386 (org-table-iterate-buffer-tables): Add autoload cookie.
2387
2388 * org.el (org-table-map-tables): Exclude tables in src and example
2389 blocks.
2390
2391 * org.el (org-fill-paragraph): Leave scheduled/deadline lines
2392 untouched when filling an adjacent paragraph.
2393
2394 * org-html.el (org-export-html-preamble-format)
2395 (org-export-html-postamble-format): Improve the docstring.
2396
2397 * org.el (org-todo): Fix regression: rename `state' to
2398 `org-state'.
2399
2400 * org-clock.el (org-show-notification): Use `fboundp' instead of
2401 `featurep' and the additional `require'.
2402
2403 * org-clock.el (org-clock-in-prepare-hook): New option to format
2404 the total time cells.
2405 (org-clocktable-write-default): Use the new option.
2406
2407 * org.el (org-open-at-point): Allow to open the agenda from an
2408 active or inactive timestamp in a headline.
2409
2410 * org-html.el (org-export-html-date-format-string): Make a
2411 defcustom.
2412
2413 * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
2414
2415 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
2416
2417 * org-table.el (org-table-expand-lhs-ranges): Allow hline
2418 references to be expanded correctly in LHS of formulas.
2419
2420 * org-beamer.el (org-beamer-inherited-properties): New option.
2421 (org-beamer-after-initial-vars): Use new option to look for
2422 inherited properties.
2423
2424 * org.el (org-ts-regexp0): Allow time stamps without name of day.
2425
2426 * org-agenda.el (org-toggle-sticky-agenda):
2427 (org-agenda-sticky): Improve :set property.
2428
2429 * org-agenda.el (org-agenda-local-vars): Clean up the variable
2430 list.
2431 (org-agenda-get-restriction-and-command): Add a key for toggling
2432 sticky agenda views.
2433
2434 * org-agenda.el (org-agenda-local-vars): Final decisions about
2435 global/local
2436
2437 * org-agenda.el (org-agenda-force-single-file): Variable removed.
2438 (org-prepare-agenda-window): Store pre-agenda window config
2439 locally.
2440 (org-timeline): Introduce a scoped version of
2441 `org-agenda-show-log'.
2442 (org-agenda-list): Introduce a scoped version of
2443 `org-agenda-show-log'.
2444 (org-agenda-get-progress): Use the scoped version of
2445 `org-agenda-show-log'.
2446 (org-agenda-local-vars): Write the analysis result as a comment -
2447 to be cleaned up in the next iteration.
2448
2449 * org-agenda.el (org-toggle-sticky-agenda): Kill all agenda
2450 buffers when toggling sticky-agendas.
2451 (org-agenda-get-restriction-and-command): Add `C-c a C-k' as a key
2452 to explicitly kill all agenda buffers.
2453 (org-agenda-run-series): Remove any old agenda markers in the
2454 buffer that is going to take the new block agenda.
2455 (org-prepare-agenda): Reset markers before erasing the buffer anc
2456 running `org-agenda-mode', because after that hte local variable
2457 `org-agenda-markers' will have gone away.
2458 (org-agenda-Quit):
2459 (org-finalize-agenda): Install the marker resetter into the
2460 `kill-buffer-hook'.
2461 (org-agenda-save-markers-for-cut-and-paste): Look for markers in
2462 all agenda buffers.
2463 (org-agenda-kill-all-agenda-buffers): New function.
2464
2465 2012-09-30 Chris Gray <chrismgray@gmail.com>
2466
2467 * org-html.el (org-export-as-html): Remove the check for body-only
2468 in the code for generating tables of contents.
2469
2470 2012-09-30 Christoph Dittmann <github@christoph-d.de> (tiny change)
2471
2472 * org-beamer.el (org-beamer-auto-fragile-frames): Make
2473 [fragile] work with overlay specifications.
2474
2475 2012-09-30 Christophe Junke <christophe.junke@inria.fr> (tiny change)
2476
2477 * org-agenda.el (org-agenda-list): Ensures that the list returned
2478 by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before
2479 checking if the latter is empty.
2480
2481 2012-09-30 Christophe Rhodes <csr21@cantab.net> (tiny change)
2482
2483 * org-latex.el (org-export-latex-tables): Support setting the
2484 :hfmt parameter from #+ATTR_LaTeX.
2485
2486 2012-09-30 Daniel Dehennin <daniel.dehennin@baby-gnu.org> (tiny change)
2487
2488 * org-exp.el (org-export-handle-include-files)
2489 (org-get-file-contents): Handle new parameter :addlevel.
2490
2491 2012-09-30 Dave Abrahams <dave@boostpro.com> (tiny change)
2492
2493 * org.el (org-link-prettify): New function to prettify links while
2494 displaying them with `org-insert-link'.
2495 (org-insert-link): Use the new function.
2496
2497 2012-09-30 David Maus <dmaus@ictsoc.de>
2498
2499 * org-exp.el (org-export-language-setup): Use numeric character
2500 entities for proper rendering of non-UTF8 documents.
2501
2502 * org-exp.el (org-export-language-setup): Add japanese
2503 translation.
2504
2505 2012-09-30 Eric Schulte <eric.schulte@gmx.com>
2506
2507 * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
2508
2509 * ob.el (org-babel-insert-result): Replace key sequence with
2510 function call. Use a more informative flag to the local function.
2511 (org-add-protective-commas): Declare a new external function.
2512
2513 * org-src.el (org-add-protective-commas): This should be its own
2514 function.
2515 (org-edit-src-exit): Use the new function.
2516
2517 * org-compat.el (org-labels): Remove.
2518
2519 * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
2520
2521 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
2522
2523 * ob.el (org-babel-string-read): Don't automatically evaluate code
2524 block results which look like elisp.
2525 (org-babel-import-elisp-from-file): Raise a warning message when
2526 the process of reading code block results raises an error.
2527
2528 * ob-tangle.el (org-babel-with-temp-filebuffer): Don't execute
2529 macro argument multiple times.
2530
2531 * org.el (org-compat): Require org-compat before we first use one
2532 of its functions (a macro actually).
2533
2534 * ob-comint.el (org-babel-comint-with-output): Don't name the
2535 filter function, but rather pass through the anonymous lambda
2536 directly.
2537
2538 * org.el (org-babel-load-languages): Common lisp should be
2539 mentioned as a supported babel language.
2540
2541 * org-clock.el (org-clock-special-range): "concat 'string" ->
2542 "concat"
2543 (org-clocktable-shift): "concat 'string" -> "concat"
2544
2545 * org-bibtex.el (org-bibtex-headline): Replacing org-flet with
2546 org-labels.
2547
2548 * ob-calc.el (org-babel-execute:calc): Strip single quotes from
2549 calc internal representations.
2550
2551 * org-clock.el (org-clock-special-range): Replacing cl concatenate
2552 with concat.
2553 (org-clocktable-shift): Replacing cl concatenate with concat.
2554
2555 * ob.el (org-babel-edit-distance): Remove use of map at runtime.
2556
2557 * org-compat.el (org-flet): Compatibility function now that flet
2558 has been removed from cl-macs.
2559 (org-labels): Compatibility function now that labels has been
2560 removed from cl-macs.
2561
2562 * ob-R.el (org-compat): Require org-compat.
2563
2564 * ob-comint.el: Require org-compat.
2565
2566 * ob-exp.el (org-babel-exp-do-export): Switch to compatibility
2567 function.
2568
2569 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Switch to
2570 compatibility function.
2571
2572 * ob-lob.el (org-babel-lob-get-info): Switch to compatibility
2573 function.
2574 (org-babel-lob-execute): Switch to compatibility function.
2575
2576 * ob-python.el (org-babel-python-evaluate-session): Switch to
2577 compatibility function.
2578
2579 * ob-ref.el (org-babel-ref-index-list): Switch to compatibility
2580 function.
2581
2582 * ob-sh.el (org-babel-sh-var-to-string): Switch to compatibility
2583 function.
2584
2585 * ob-tangle.el (org-babel-load-file): Switch to compatibility
2586 function.
2587 (org-babel-tangle): Switch to compatibility function.
2588 (org-babel-spec-to-string): Switch to compatibility function.
2589
2590 * ob.el (org-babel-view-src-block-info): Switch to compatibility
2591 function.
2592 (org-babel-execute-src-block): Switch to compatibility function.
2593 (org-babel-edit-distance): Switch to compatibility function.
2594 (org-babel-switch-to-session-with-code): Switch to compatibility
2595 function.
2596 (org-babel-sha1-hash): Switch to compatibility function.
2597 (org-babel-balanced-split): Switch to compatibility function.
2598 (org-babel-join-splits-near-ch): Switch to compatibility function.
2599 (org-babel-get-rownames): Switch to compatibility function.
2600 (org-babel-format-result): Switch to compatibility function.
2601 (org-babel-insert-result): Switch to compatibility function.
2602 (org-babel-examplize-region): Switch to compatibility function.
2603 (org-babel-merge-params): Switch to compatibility function.
2604 (org-babel-noweb-p): Switch to compatibility function.
2605 (org-babel-expand-noweb-references): Switch to compatibility
2606 function.
2607
2608 * org-bibtex.el (org-bibtex-headline): Switch to compatibility
2609 function.
2610 (org-bibtex-fleshout): Switch to compatibility function.
2611 (org-bibtex-read): Switch to compatibility function.
2612 (org-bibtex-write): Switch to compatibility function.
2613
2614 * org-exp-blocks.el (org-export-blocks-preprocess): Switch to
2615 compatibility function.
2616
2617 * org-exp.el (org-export-format-source-code-or-example): Switch to
2618 compatibility function.
2619
2620 * org-macs.el (org-called-interactively-p): Indentation fix.
2621
2622 * org-mouse.el (org-mouse-timestamp-today): Switch to
2623 compatibility function.
2624 (org-mouse-set-priority): Switch to compatibility function.
2625 (org-mouse-popup-global-menu): Switch to compatibility function.
2626 (org-mouse-context-menu): Switch to compatibility function.
2627
2628 * org-plot.el (org-plot/gnuplot-to-grid-data): Switch to
2629 compatibility function.
2630 (org-plot/gnuplot-script): Switch to compatibility function.
2631
2632 * org.el (org-entry-get): Switch to compatibility function.
2633 (org-fill-paragraph): Switch to compatibility function.
2634 (org-auto-fill-function): Switch to compatibility function.
2635
2636 * ob-lob.el (org-babel-lob-execute): Only try to insert extant
2637 hashes.
2638
2639 * ob-R.el (org-babel-R-command): From a defvar to a defcustom.
2640
2641 * ob.el (org-babel-set-current-result-hash): Change the hash of
2642 the results for the current code block.
2643 (org-babel-current-result-hash): Fix documentation.
2644
2645 * ob-lob.el (org-babel-lob-execute): Don't re-execute the called
2646 function if the current call line hash matches that in its
2647 results.
2648
2649 * ob-R.el (org-babel-R-assign-elisp): Can't assume every entry in
2650 a table is a sequence.
2651
2652 * ob-R.el (org-babel-R-assign-elisp): Clean up the code
2653 implementing reads of irregular data into R.
2654
2655 * ob.el (org-babel-header-arg-expand): In new buffers
2656 (char-before) may return nil so use equal rather than =.
2657
2658 * ob-R.el (org-babel-header-args:R): Adding values.
2659
2660 * ob-clojure.el (org-babel-header-args:clojure): Adding values.
2661
2662 * ob-lisp.el (org-babel-header-args:lisp): Adding values.
2663
2664 * ob-sql.el (org-babel-header-args:sql): Adding values.
2665
2666 * ob-sqlite.el (org-babel-header-args:sqlite): Adding values.
2667
2668 * ob.el (org-babel-combine-header-arg-lists): Combine lists of
2669 arguments and values.
2670 (org-babel-insert-header-arg): Use new combined header argument
2671 lists.
2672 (org-babel-header-arg-expand): Add support for completing-read
2673 insertion of header arguments after ":"
2674 (org-babel-enter-header-arg-w-completion): Completing read
2675 insertion of header arguments
2676 (org-tab-first-hook): Adding header argument completion.
2677 (org-babel-params-from-properties): Combining header argument
2678 lists.
2679
2680 * ob-exp.el (org-babel-exp-results): Ensure noweb expanded body is
2681 used on export.
2682
2683 * ob.el (org-babel-result-to-file): New optional description
2684 argument.
2685 (org-babel-insert-result): Moved description logic to another
2686 function.
2687
2688 * ob.el (org-babel-insert-result): Change name of filelinkdescr to
2689 file-desc.
2690 (org-babel-common-header-args-w-values): Change name of
2691 filelinkdescr to file-desc.
2692
2693 * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled C
2694 files on windows.
2695
2696 * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
2697 Org-mode blocks.
2698
2699 * ob.el (org-babel-parse-src-block-match): Make use of the new
2700 language argument to org-babel-strip-protective-commas.
2701 (org-babel-parse-inline-src-block-match): Make use of the new
2702 language argument to org-babel-strip-protective-commas.
2703 (org-babel-strip-protective-commas): Now accepts a language
2704 argument.
2705
2706 2012-09-30 Fabrice Niessen <fniessen-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org> (tiny change)
2707
2708 * org-agenda.el (org-agenda-write-buffer-name): Remove the test
2709 for the presence of <style> tag.
2710
2711 2012-09-30 Feng Shu <tumashu@gmail.com>
2712
2713 * org.el (org-create-formula-image-with-imagemagick): Use
2714 'call-process to launch latex so that no shell output buffer will
2715 be shown when previewing formulas.
2716
2717 * org.el (org-create-formula-image-with-imagemagick): Fix typo.
2718
2719 * org.el (org-latex-create-formula-image-program): New option to
2720 use either dvipng or imagemagick to convert and preview LaTeX
2721 fragments.
2722 (org-preview-latex-fragment, org-format-latex): Handle the new
2723 option.
2724 (org-create-formula-image-with-dvipng): Rename from
2725 `org-create-formula-image'.
2726 (org-create-formula-image-with-imagemagick): New defun to handle
2727 LaTeX preview with imagemagick.
2728 (org-latex-color, org-latex-color-format): New defuns to handle
2729 color conversions.
2730
2731 * org-latex.el (org-latex-to-pdf-process, org-export-as-pdf):
2732 Allow to use imagemagick to convert LaTeX fragments.
2733
2734 * org-html.el (org-export-html-preprocess): Ditto.
2735
2736 * org-exp.el (org-export-with-LaTeX-fragments): Ditto.
2737
2738 2012-09-30 George Kettleborough <g.kettleborough@member.fsf.org>
2739
2740 * org-clock.el: New option `org-clock-clocked-in-display' to
2741 control whether the current clock is displayed in the mode line
2742 and/or frame title.
2743
2744 * org-timer.el: New option `org-timer-display' to control whether
2745 the current timer is displayed in the mode line and/or frame
2746 title.
2747
2748 2012-09-30 Hans-Peter Deifel <hpdeifel@gmx.de> (tiny change)
2749
2750 * ob.el (org-babel-execute-src-block): Allow the :dir header
2751 argument to take relative file names.
2752
2753 2012-09-30 Harri Kiiskinen <harri@pp-kaitue.(none)> (tiny change)
2754
2755 * org-protocol.el: New option.
2756 (org-protocol-store-link, org-protocol-do-capture): Use it.
2757
2758 2012-09-30 Henning Weiss <hdweiss@gmail.com>
2759
2760 * org-mobile.el (org-mobile-edit): Added handling of addheading,
2761 refile, archive, archive-sibling and delete edit nodes.
2762 (org-mobile-locate-entry): Olp links containing only a file are
2763 now be located correctly.
2764 (org-mobile-apply): Instead of finding the location of all target
2765 headings for edit nodes in a separate loop, they will be found
2766 immediately before applying edits.
2767
2768 * org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter
2769 title.
2770
2771 2012-09-30 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
2772
2773 * org.el (org-parse-time-string): Allow strings supported by
2774 tags/properties matcher (eg <now>, <yesterday>, <-7d>) if the time
2775 starts with < and ends with >. This means that e.g. in the
2776 clocktable parameters you can specify :tstart "<-1w>" :tend
2777 "<now>".
2778
2779 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2780
2781 * org-colview.el (org-columns): New argument `columns-fmt-string'.
2782
2783 * org-colview.el (org-columns-get-format-end-top-level): Split
2784 into `org-columns-get-format' and `org-columns-goto-top-level'.
2785
2786 * org-colview.el (org-dblock-write:columnview): Add a new
2787 parameter :format which specifies the column view format for the
2788 output of the columnview dynamic block.
2789
2790 2012-09-30 Jambunathan K <kjambunathan@gmail.com>
2791
2792 * org-lparse.el (org-lparse-and-open)
2793 (org-lparse-do-convert): Open exported files with system-specific
2794 application.
2795
2796 * org-odt.el: Don't meddle with `org-file-apps'.
2797
2798 * org-compat.el (org-condition-case-unless-debug): Alias to
2799 `condition-case' when both `condition-case-no-debug' and
2800 `condition-case-unless-debug' is unavailable.
2801
2802 * org-odt.el (org-odt-do-image-size): Replace `flet' with
2803 equivalent construct.
2804
2805 * org-odt.el (org-odt-cleanup-xml-buffers): Use
2806 `condition-case-no-debug' instead of
2807 `condition-case-unless-debug'. This ensures backward
2808 compatibility with Emacs versions < 24.1.
2809
2810 * org-odt.el (org-odt-zip-dir)
2811 (org-odt-cleanup-xml-buffers): New.
2812 (org-export-as-odt-and-open, org-export-as-odt)
2813 (org-odt-init-outfile, org-odt-save-as-outfile)
2814 (org-export-as-odf, org-export-as-odf-and-open): Use
2815 `org-odt-cleanup-xml-buffers'.
2816
2817 * org-odt.el (org-export-odt-default-org-styles-alist): Add
2818 default character style.
2819
2820 * org-odt.el (org-export-odt-default-org-styles-alist): Add
2821 default character style.
2822
2823 * org-lparse.el (org-do-lparse): Remove stray call to
2824 `org-export-html-after-blockquotes-hook'.
2825
2826 * org-bbdb.el (org-bbdb-export): Add support for ODT format.
2827
2828 * org-odt.el (org-odt-update-meta-file): Check for `org-version'
2829 is bound before accessing it.
2830
2831 * org-odt.el (org-odt-schema-dir-list): OD Schema files have been
2832 moved away from $(git-root)/contrib/odt/etc/schema/ to
2833 $(git-root)/etc/schema/.
2834
2835 * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
2836 internal links destined for headlines provide a description or
2837 not. In fact, the `org-store-link' and `org-insert-link' create
2838 internal links which do have a description.
2839
2840 * org-lparse.el (org-lparse-insert-org-table): Consider short
2841 caption as plain text and not as org text.
2842
2843 * org-odt.el (org-export-odt-format-formula)
2844 (org-export-odt-format-image): Ditto.
2845
2846 * org-odt.el (org-odt-begin-table)
2847 (org-export-odt-format-formula, org-export-odt-format-image)
2848 (org-odt-format-entity): Handle short caption.
2849
2850 * org-lparse.el (org-lparse-insert-org-table)
2851 (org-lparse-insert-list-table, org-lparse-insert-table-table):
2852 Ditto.
2853
2854 2012-09-30 Jay McCarthy <jay.mccarthy@gmail.com> (tiny change)
2855
2856 * org-colview.el (org-columns-new-overlay): Make sure to add a
2857 face to a string that has no face.
2858
2859 2012-09-30 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
2860
2861 * org-latex.el: Ensure a final newline is appended to the export
2862 buffer.
2863
2864 2012-09-30 Levin Du <zslevin@gmail.com> (tiny change)
2865
2866 * org-clock.el (org-clock-in): Fix bug in setting the clock
2867 heading.
2868
2869 2012-09-30 Madan Ramakrishnan <madanr79@gmail.com> (tiny change)
2870
2871 * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
2872 advertised by the function.
2873
2874 2012-09-30 Mark E. Shoulson <mark@kli.org> (tiny change)
2875
2876 * org.el (org-fontify-entities): Hide {} when prettifying
2877 entities.
2878
2879 2012-09-30 Mark Shoulson <mark@kli.org> (tiny change)
2880
2881 * org-entities.el (org-entities): Add new entities for characters
2882 which could cause formatting changes if typed directly.
2883
2884 * org-entities.el (org-entities): Added \asciicirc entity for ^;
2885 also fixed \circ expansion in latex.
2886
2887 * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
2888 and \there4 were not "prettified" when org-pretty-entities was
2889 enabled.
2890
2891 2012-09-30 Mats Lidell <matsl@xemacs.org> (tiny change)
2892
2893 * org-element.el (org-element-paragraph-separate): Remove
2894 redundant and misplaced t clause in case.
2895
2896 2012-09-30 Matt Lundin <mdl@imapmail.org>
2897
2898 * org-datetree.el: Fix regexp to allow datetree to find headings
2899 with trailing whitespace. This fixes a bug in which an existing
2900 datetree heading (e.g., "* 2012 ") would not be found by
2901 org-datetree-find-year-create if it had trailing whitespace. This
2902 can cause problems, for instance, if one is using column view on
2903 the date tree, since editing subheadings with column view adds
2904 whitespace at the end of the top heading.
2905
2906 * org-footnote.el (org-footnote-new): Don't call
2907 org-footnote-unique-label if org-footnote-auto-label is set to
2908 random.
2909
2910 * org-gnus.el: (org-gnus-follow-link): Fix argument to
2911 gnus-group-read-group so that following a link does not result in
2912 unread article being selected.
2913
2914 * org-bbdb.el (org-bbdb-anniv-extract-date)
2915 (org-bbdb-make-anniv-hash): Fix org-bbdb anniversary functionality
2916 to accommodate BBDB 3.x. There are two major changes in BBDB 3.x
2917 that need to be taken into account. The first is that
2918 `bbdb-split' reverses the order of its parameters in 3.x. The
2919 second is that `bbdb-record-getprop' is replaced by
2920 bbdb-record-note in 3.x.
2921
2922 2012-09-30 Max Mikhanosha <max@openchat.com>
2923
2924 * org-agenda.el (org-agenda-change-all-lines): Speedup refresh of
2925 a single line of agenda by narrowing the agenda buffer to just
2926 that line before calling `org-agenda-finalize'.
2927
2928 * org.el (org-mode): Don't set org-hide's foreground to
2929 "invisible-bg".
2930 (org-find-invisible-foreground): New function.
2931
2932 * org-agenda.el (defvar org-habit-show-all-today): New variable
2933 (org-agenda-get-scheduled): Show all habits if user wants it
2934
2935 * org-habit.el (defcustom org-habit-show-all-today): New variable
2936
2937 * org-agenda.el (org-agenda-quit): Copy the code for optionally
2938 restoring window configuration after burying the sticky agenda
2939 buffer.
2940
2941 * org-agenda.el (org-agenda-new-marker): Check for NIL
2942 org-agenda-buffer
2943 (org-agenda-to-appt): Bind org-agenda-buffer to NIL
2944
2945 * org-agenda.el (org-agenda-change-all-lines): Move accessing of
2946 'extra text property outside of with-current-buffer for original
2947 buffer
2948
2949 * org-agenda.el (defvar org-habit-show-habits-only-for-today):
2950 initialize to nil
2951
2952 2012-09-30 Michael Brand <michael.ch.brand@gmail.com>
2953
2954 * org-id.el (org-id-link-to-org-use-id): Align the doc string to
2955 the changed default.
2956
2957 * ob-tangle.el (org-babel-tangle-collect-blocks): Use dummy string
2958 when heading has no text.
2959
2960 * org-capture.el (org-capture-inside-embedded-elisp-p): Improve
2961 parsing.
2962
2963 * org-feed.el (org-feed-format-entry): Require `org-capture'.
2964 Expand Elisp %(...) templates.
2965 (org-feed-default-template): Update docstring.
2966
2967 * org-capture.el (org-capture-expand-embedded-elisp): New
2968 function.
2969 (org-capture-fill-template): Use it.
2970 (org-capture-inside-embedded-elisp-p): New function to tell if we
2971 are within an Elisp %(...) template.
2972
2973 * org-list.el (org-at-item-description-p)
2974 (org-list-item-body-column): Make the inline regexp more
2975 consistent with `org-list-full-item-re', the inline regexp
2976 "Description list items" from `org-set-font-lock-defaults and
2977 others'.
2978
2979 2012-09-30 Mike Sperber <sperber@deinprogramm.de>
2980
2981 * org.el (org-fill-paragraph): Pass optional argument to
2982 `fill-paragraph' to fix compatibility with XEmacs.
2983
2984 * org.el (org-self-insert-cluster-for-undo): Default
2985 `org-self-insert-cluster-for-undo' also on XEmacs.
2986
2987 * org.el (org-kill-line): Access `visual-line-mode' only if it's
2988 bound.
2989
2990 2012-09-30 Muchenxuan Tong <demon386@gmail.com> (tiny change)
2991
2992 * org-timer.el (org-timer-set-mode-line): Check
2993 `org-timer-display' when value is 'off.
2994
2995 2012-09-30 Nicolas Calderon Asselin <nicolas.calderon.asselin@gmail.com> (tiny change)
2996
2997 * org-clock.el (org-clock-idle-time): Org-mode assumed that
2998 x11idle was an available command, and returned an idle time of 0
2999 if it was not
3000 (never idle). Added checks so that org-idle-time will come from
3001 emacs' own current-idle-time if x11idle cannot be found or if it
3002 cannot retrieve the idle time from X11
3003
3004 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
3005
3006 * org-element.el: Properly remove COMMENT and QUOTE keywords from
3007 title in parser.
3008
3009 * org-element.el (org-element-headline-parser): Fix parsing for
3010 headlines with a single COMMENT or QUOTE keyword.
3011
3012 * ob-org.el (org-babel-default-header-args:org): By default,
3013 export code from Org src blocks.
3014
3015 * org-element.el (org-element-inline-src-block-successor): Fix
3016 inline-src-block parsing at the beginning of an item.
3017
3018 * org-element.el (org-element--collect-affiliated-keywords): Fix
3019 caption parsing.
3020
3021 * org-element.el (org-element--current-element): At the very
3022 beginning of a footnote definition or an item, next element is
3023 always a paragraph.
3024
3025 * org-element.el (org-element-headline-parser): Handle nil titles.
3026 (org-element-inlinetask-parser): Add :raw-value property. Also
3027 handle nil titles.
3028
3029 * org.el (org-set-regexps-and-options): Don't consider tags as a
3030 replacement for a missing title in an headline.
3031
3032 * org.el (org-setup-filling): Remove duplicate code.
3033
3034 * org.el (org-adaptive-fill-function): Make sure fill prefix is
3035 computed from beginning of line.
3036
3037 * org-element.el (org-element-section-parser): Make sure section
3038 cannot contain an headline.
3039 (org-element--current-element): Fix bug requiring to parse a quote
3040 section even when point is at an headline.
3041
3042 * org.el (org-adaptive-fill-function): Remove occasional spurious
3043 space character when auto-filling.
3044
3045 * org.el (org-mode): Call external initalizers. Now both filling
3046 code and comments code have their own independant part in org.el.
3047 (org-setup-filling): Renamed from `org-set-autofill-regexps'.
3048 (org-setup-comments-handling): New function.
3049
3050 * org.el (org-fill-paragraph): Refine filling in comments and in
3051 paragraphs. Allow commented blank lines. Take into consideration
3052 the indentation of the second line of the paragraph being filled.
3053 (org-comment-or-uncomment-region): Rewrite function. Now comment
3054 region at a fixed column: the minimal indentation of the region.
3055 (org-fill-context-prefix): Rename function into
3056 `org-adaptive-fill-function'. Also, In a paragraph, choose the
3057 same prefix as the current line.
3058
3059 * org-exp.el (org-export-handle-comments): Also remove comments at
3060 column 0.
3061
3062 * org-exp.el (org-export-handle-comments): Handle inline comments
3063 with new syntax.
3064
3065 * org.el (org-structure-template-alist): Add missing colon to
3066 #+INCLUDE.
3067
3068 * org.el (org-backward-element): When called at the beginning of
3069 first element in section, the function shouldn't return an error
3070 but move point to headline or point-min instead.
3071
3072 * org-element.el (org-element-paragraph-parser): Tiny refactoring.
3073
3074 * org-element.el (org-element-paragraph-parser): Remove trailing
3075 code comments.
3076
3077 * org.el (org-fill-context-prefix): Fix incorrect output when
3078 called at the beginning of a plain list with an affiliated
3079 keyword.
3080 (org-fill-paragraph): Remove useless variable.
3081
3082 * org-element.el (org-element-paragraph-parser): Fix parsing of
3083 paragraph at the beginning of an item.
3084
3085 * org.el (org-mode): Set back comment-start-skip so comment-dwim
3086 can tell a keyword from a comment.
3087
3088 * org.el (org-set-autofill-regexps): Install new comment line
3089 break function.
3090 (org-comment-line-break-function): New function.
3091 (org-mode): Remove unnecessary line.
3092
3093 * org.el (org-fill-context-prefix, org-fill-paragraph): Do not
3094 fill verse blocks contents. Verse blocks can be used to format
3095 free-form poetry, so filling has to be done manually.
3096
3097 * org.el (org-fill-paragraph-separate-nobreak-p): New function.
3098 (org-set-autofill-regexps): Introduce new predicate.
3099 (org-fill-item-nobreak-p): Remove function.
3100
3101 * org-element.el (org-element-paragraph-separate): Since this
3102 variable is meant to be searched forward, \end{...} shouldn't
3103 trigger the end of a paragraph before checking if it is the end of
3104 a complete environment.
3105 (org-element-latex-environment-parser): Slight change to the
3106 regexp matching the beginning of a latex environment.
3107 (org-element-paragraph-parser): Paragraphs don't end at incomplete
3108 latex environments.
3109 (org-element-latex-or-entity-successor): Remove paragraph
3110 environments from latex fragment search.
3111
3112 * org-table.el (org-table-number-regexp): By default, accept comma
3113 as a decimal mark to represent numbers.
3114
3115 * org-element.el (org-element-map): Fix comment typo.
3116
3117 * org.el (org-fill-paragraph): Add a `save-excursion' to avoid
3118 returning funny results.
3119
3120 * org.el (org-fill-paragraph): Try not to include message header
3121 and citation lines in a paragraph when filling it.
3122
3123 * org.el (org-fill-paragraph): Fix filling in a narrowed buffer.
3124 (org-fill-context-prefix): Fill prefix doesn't depend on current
3125 narrowing.
3126
3127 * org.el (org-mode): Line with a single hash sign on it is a
3128 comment.
3129
3130 * org.el (org-set-font-lock-defaults): Fix comment fontification.
3131
3132 * org-element.el (org-element-item-parser): Do not remove tag from
3133 body if list isn't descriptive.
3134
3135 * org-list.el (org-insert-item): Only ask about a term for
3136 descriptive lists.
3137 (org-list-struct, org-list-insert-item): Do not recognize a tag in
3138 an ordered list.
3139
3140 * org-element.el (org-element-set-element): Rewrite function.
3141 (org-element-adopt-elements): New function.
3142 (org-element-adopt-element): Removed function.
3143 (org-element--parse-elements, org-element--parse-objects): Use new
3144 function.
3145
3146 * org-list.el (org-list-automatic-rules): Remove `bullet' rule,
3147 which is now hard-coded.
3148 (org-cycle-list-bullet): Hard code `bullet' rule.
3149 (org-list-get-list-type): Make sure a list with numbered bullets
3150 cannot have `descriptive' type.
3151
3152 * org-element.el (org-element-paragraph-parser): Fix previous
3153 patch.
3154
3155 * org.el (org-fill-paragraph): No need to use
3156 `org-element-paragraph-separate' in a verse block since blank
3157 lines only can end a "paragraph".
3158
3159 * org-element.el (org-element-paragraph-separate): Apply changes
3160 to comments.
3161 (org-element-paragraph-parser): Correctly find end of paragraphs.
3162 (org-element--current-element): Require colons for Babel calls.
3163 (org-element-center-block-parser)
3164 (org-element-dynamic-block-parser, org-element-quote-block-parser)
3165 (org-element-special-block-parser)
3166 (org-element-comment-block-parser)
3167 (org-element-example-block-parser)
3168 (org-element-export-block-parser, org-element-src-block-parser)
3169 (org-element-verse-block-parser): Fall-back to paragraph parsing
3170 when incomplete or ill-formed.
3171
3172 * org-element.el (org-element-swap-A-B): Small refactoring.
3173
3174 * org-element.el (org-element-text-markup-successor): Fix typo in
3175 docstring.
3176
3177 * org-element.el (org-element-at-point): Return consistent value
3178 when function is called on a blank line within a plain list.
3179
3180 * org-element.el (org-element-paragraph-separate): Fix comments in
3181 paragraph separator regexp. Optimize it.
3182
3183 * org-element.el: Update code commets.
3184
3185 * org.el (org-mark-subtree): Fix bug when marking subtree with
3186 point on an inlinetask. Refactor code.
3187
3188 * org.el (org-mark-subtree): Do not make a special case for
3189 inlinetasks when marking a subtree. These are handled by
3190 `org-element-mark-element'.
3191
3192 * org-element.el (org-element-comment-parser): Consider first "+"
3193 as a comment when parsing an ill-defined keyword.
3194
3195 * org-element.el (org-element-item-interpreter): Simplify bullet
3196 creation.
3197 (org-element-plain-list-interpreter): Fix wrong bullets, if
3198 needed.
3199
3200 * org-element.el (org-element-comment-parser): Fix parsing when a
3201 keyword follows the commented line.
3202
3203 * org.el (org-fill-context-prefix): Auto-fill first paragraph in
3204 footnote definitions.
3205
3206 * org.el (org-mode): Define new comment syntax.
3207 (org-fontify-meta-lines-and-blocks-1, org-strip-protective-commas)
3208 (org-fill-context-prefix, org-insert-comment)
3209 (org-comment-or-uncomment-region): Use new comment syntax.
3210
3211 * org-element.el (org-element-comment-parser)
3212 (org-element-comment-interpreter, org-element--current-element):
3213 Use new comment syntax.
3214
3215 * org.el (org-fill-paragraph): When at an item or a footnote
3216 definition, fill first paragraph instead.
3217
3218 * org.el (org-fill-paragraph): Fix filling when point is at the
3219 very end of a paragraph.
3220
3221 * org.el (org-mode): Set comments related variables.
3222 (org-insert-comment, org-comment-or-uncomment-region): New
3223 functions.
3224
3225 * org.el (org-fill-context-prefix): Small refactoring.
3226 (org-fill-paragraph): Add code comments.
3227
3228 * org-element.el (org-element-at-point): Add :parent property to
3229 output.
3230 (org-element-context): Add :parent property to output. Also
3231 return a single element or object instead of a list of parents.
3232 (org-element-forward, org-element-up): Apply changes.
3233
3234 * org.el (org-fill-context-prefix): New function.
3235 (org-fill-paragraph, org-auto-fill-function): Use new function.
3236 Also handle comments.
3237 (org-adaptive-fill-function): Remove function.
3238 (org-get-local-variables, orgstruct++-mode): Don't store now
3239 unused adaptive-fill* functions.
3240
3241 * org-element.el (org-element-at-point): Fix function when buffer
3242 starts with an inlinetask. Also fix it when called on the last
3243 element in a greater element or the buffer.
3244
3245 * org-element.el (org-element-center-block-parser)
3246 (org-element-dynamic-block-parser)
3247 (org-element-footnote-definition-parser)
3248 (org-element-headline-parser, org-element-inlinetask-parser)
3249 (org-element-quote-block-parser, org-element-special-block-parser)
3250 (org-element-plain-list-parser): Refactor code.
3251 (org-element-drawer-parser): Fall-back to paragraph parser when
3252 drawer is incomplete.
3253
3254 * org-macs.el (org-with-limited-levels): Fix typo.
3255
3256 * org-element.el (org-element-paragraph-separate): Refactor.
3257 (org-element-paragraph-parser): Fix paragraph parsing.
3258
3259 * org.el (org-fill-paragraph): Rewrite function using
3260 `org-element-at-point'.
3261
3262 * org-element.el (org-element-fill-paragraph): Remove function.
3263
3264 * org.el (org-planning-or-clock-line-re): Make it a defconst.
3265 It's no use to make it a buffer-local variable since variables on
3266 which it depends are not buffer-local anyway.
3267
3268 * org.el (org-drawer-regexp): Provide default value for
3269 `org-drawer-regexp' in non-Org buffers.
3270
3271 * org-entities.el (org-entities-create-table): Function chokes
3272 when CAR of `org-entities' is a string.
3273
3274 * org-list.el (org-list-automatic-rules): Allow check-boxes in
3275 description lists.
3276 (org-list-struct-apply-struct, org-insert-item): Remove rule
3277 check.
3278
3279 * org-footnote.el (org-footnote-normalize): Fix positionning in
3280 HTML export without a footnote section.
3281
3282 * org-list.el (org-list-struct-indent): Follow
3283 `org-list-demote-modify-bullet' specifications for ordered
3284 bullets.
3285 (org-list-indent-item-generic, org-indent-item-tree)
3286 (org-outdent-item-tree): Fix bug when operating on a region.
3287 (org-outdent-item, org-indent-item): Allow to operate on a region.
3288
3289 * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3290 on a region.
3291
3292 * org-footnote.el (org-footnote-delete-definitions): Remove blank
3293 lines before the footnote definition instead of removing those
3294 after it.
3295
3296 * org-footnote.el (org-footnote-at-definition-p): Don't grab
3297 trailing blank lines in a footnote definition.
3298 (org-footnote-delete-definitions): Remove both footnote definition
3299 and trailing blank lines.
3300
3301 2012-09-30 Rick Frankel <rick@rickster.com>
3302
3303 * ob-sql.el: Add dbi engine type and pre/post processing.
3304
3305 2012-09-30 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
3306
3307 * ob.el (org-babel-expand-noweb-references): Capture current noweb
3308 start and end patterns then use to set buffer locals in
3309 (with-temp-buffer) form.
3310
3311 2012-09-30 Sebastien Vauban <sva@mygooglest.com> (tiny change)
3312
3313 * org.el (org-update-all-dblocks): Autoload function.
3314
3315 2012-09-30 Simon Thum <simon.thum@gmx.de> (tiny change)
3316
3317 * ob-maxima.el (org-babel-execute:maxima): Let cmdline always
3318 return a string.
3319
3320 2012-09-30 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
3321
3322 * org-icalendar.el (org-icalendar-timezone): Fix typo and clarify
3323 meaning.
3324
3325 2012-09-30 Stuart Hickinbottom <stuart@hickinbottom.com> (tiny change)
3326
3327 * org-clock.el (org-x11idle-exists-p): Only shell out when running
3328 on X.
3329
3330 2012-09-30 Suhail Shergill <suhailshergill@gmail.com> (tiny change)
3331
3332 * org-html.el (org-export-as-html): If possible, use the
3333 :CUSTOM_ID: property to assign unique ids to footnotes.
3334
3335 2012-09-30 T.F. Torrey <tftorrey@tftorrey.com> (tiny change)
3336
3337 * org-exp.el (org-export-remember-html-container-classes): Allow
3338 exporting a single subtree with HTML_CONTAINER_CLASS property.
3339
3340 * org-rmail.el (org-rmail-follow-link): Use `rmail-widen' instead
3341 of `widen' and don't toggle header as `rmail-widen' already takes
3342 care of this.
3343
3344 2012-09-30 Tim Howe <vsync@quadium.net> (tiny change)
3345
3346 * org-clock.el (org-clocktable-defaults): Revert extra layer of
3347 quoting.
3348
3349 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
3350
3351 * org-capture.el (org-capture-fill-template): Expand %<num> escape
3352 sequences into text entered for <num>'th %^{PROMPT} escape.
3353
3354 * org-capture.el (org-capture-fill-template): Fixed regexp for
3355 %<n> expandos to match any positive integer.
3356 (org-capture-templates): Updated docstring accordingly.
3357
3358 * org-agenda.el (org-agenda-skip-timestamp-if-deadline-is-shown):
3359 Skip timestamp items in agenda view if item is already shown as a
3360 deadline item.
3361 (org-agenda-skip-dealine-if-done): Pass deadline results to
3362 org-agenda-get-timestamps.
3363 (org-agenda-get-timestamps): Optionally take list of deadline
3364 results, so that timestamp results can be skipped if already
3365 included in deadline results.
3366
3367 * org-agenda.el (org-agenda-diary-sexp-prefix): Regexp matching
3368 deadline/scheduling information to be displayed in diary sexp
3369 agenda items.
3370 (org-agenda-get-sexps): Extract deadline/scheduling information
3371 from diary sexp entries.
3372
3373 * org-capture.el (org-capture-place-entry): Place captured entry
3374 immediately after last subheading of target, instead of just
3375 before next heading at same level as target.
3376
3377 * org-capture.el (org-capture-templates): Document new capture
3378 template properties.
3379
3380 * org-capture.el (org-capture-place-entry)
3381 (org-capture-empty-lines-before): Make new :empty-lines-before
3382 property override :empty-lines when inserting empty lines before
3383 captured captured entry.
3384
3385 * org-capture.el (org-capture-finalize)
3386 (org-capture-empty-lines-after): Make new :empty-lines-after
3387 property override :empty-lines when inserting empty lines after
3388 captured captured entry.
3389
3390 * org-agenda.el (org-agenda-skip-if, org-agenda-skip-if-todo): Add
3391 new todo-unblocked and nottodo-unblocked skip conditions. These
3392 match as for todo and nottodo, but only for unblocked todo items.
3393
3394 2012-09-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
3395
3396 * org.el (org-read-date-display): Fix bug when displaying the
3397 overlay.
3398
3399 2012-09-30 Niels Giesen <niels.giesen@gmail.com>
3400
3401 * org-table.el (orgtbl-to-generic): Add check for :skipheadrule.
3402 When present, the :hline following the head will be skipped. This
3403 is necessary to avoid doubling of horizontal rules in LaTeX
3404 longtable environments and consequent width problems.
3405
3406 * org-latex.el (org-export-latex-tables-tstart)
3407 (org-export-latex-tables-hline)
3408 (org-export-latex-tables-tend): New options.
3409 (org-export-latex-tables): Use the new options.
3410
3411 2012-09-30 tumashu <tumashu@gmail.com> (tiny change)
3412
3413 * org-exp.el (org-export-language-setup): Add simplified chinese
3414 translation.
3415
3416 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3417
3418 Better seed support for (random).
3419 * org-id.el (org-id-uuid):
3420 Change (random t) to (random), now that the latter is more random.
3421
3422 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3423
3424 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
3425 * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
3426 (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
3427 (ly-w32-midi-path): Rename from ly-win32-midi-path.
3428 (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
3429 Check for "windows-nt", not "win32", in system-type.
3430
3431 2012-06-02 Chong Yidong <cyd@gnu.org>
3432
3433 * org-clock.el (org-clock-string-limit)
3434 (org-clock-modeline-total, org-clock-task-overrun-text)
3435 (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
3436
3437 2012-05-27 Mark Shoulson <mark@kli.org> (tiny change)
3438
3439 * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
3440 \there4 were not "prettified" when org-pretty-entities was enabled.
3441
3442 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3443
3444 * org.el (org-font-lock-add-priority-faces):
3445 Restrict priorities fontification to headlines and inlinetasks.
3446
3447 2012-05-27 Jambunathan K <kjambunathan@gmail.com>
3448
3449 * org-odt.el (org-odt-init-outfile)
3450 (org-odt-write-manifest-file):
3451 Disable `nxml-auto-insert-xml-declaration-flag'.
3452
3453 * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
3454
3455 2012-05-27 Bastien Guerry <bzg@gnu.org>
3456
3457 * org.el (org-scan-tags): Fix bug when building the scanner regexp.
3458
3459 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
3460
3461 * ob.el (org-babel-capitalize-examplize-region-markers):
3462 Controls the capitalization of begin and end example blocks.
3463 (org-babel-examplize-region):
3464 Optionally capitalize example block delimiters.
3465
3466 * ob-plantuml.el (org-babel-execute:plantuml):
3467 Add a :java header argument to plantuml.
3468
3469 * org-exp-blocks.el (org-export-blocks-preprocess):
3470 Even when the body of a block is not indented the boundary markers
3471 should be indented to their original positions so things like list
3472 indentation still work.
3473
3474 * ob.el (org-babel-parse-src-block-match):
3475 Save match data during indentation check.
3476
3477 2012-05-27 Bastien Guerry <bzg@gnu.org>
3478
3479 * org.el (org-scan-tags): Correctly match TODO keywords.
3480
3481 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3482
3483 * org-list.el (org-list-struct): Fix white spaces.
3484 (org-list-swap-items, org-list-send-item): Fix visibility preservation.
3485
3486 * org-list.el (org-list-swap-items, org-list-send-item):
3487 Preserve visibility when moving items.
3488
3489 2012-05-27 Mark E. Shoulson <mark@kli.org> (tiny change)
3490
3491 * org.el (org-fontify-entities): Hide {} when prettifying entities.
3492
3493 2012-05-27 Bastien Guerry <bzg@gnu.org>
3494
3495 * org.el (org-cycle-internal-global): Prevent the display of
3496 messages when cycling from with a Gnus article buffer.
3497
3498 * org-table.el (org-table-time-seconds-to-string):
3499 Fix bug about handling a negative duration value.
3500
3501 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3502
3503 * org.el (org-link-expand-abbrev): Fix docstring.
3504
3505 * org.el (org-translate-link): Fix bug.
3506
3507 2012-05-27 Bastien Guerry <bzg@gnu.org>
3508
3509 * org-agenda.el (org-agenda-bulk-mark-regexp):
3510 Fix bug when setting the number of marked entries.
3511
3512 * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
3513 (org-set-calc-mode, org-table-eval-formula): Use it.
3514
3515 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
3516
3517 * ob.el (org-babel-find-named-result):
3518 Fix bug finding empty named results.
3519
3520 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3521
3522 * org.el (org-set-regexps-and-options):
3523 Fix `org-planning-or-clock-line-re' regexp. Indeed "\\>" will never
3524 match since time keywords must end with colons, which are not word
3525 constituents.
3526
3527 2012-05-27 Bastien Guerry <bzg@gnu.org>
3528
3529 * org-ctags.el (org-ctags-new-topic-template):
3530 Fix the option default value back again.
3531
3532 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
3533
3534 * org-bibtex.el (org-bibtex-export-to-kill-ring):
3535 Don't rely on kill-new to return a string.
3536
3537 * org-bibtex.el (org-bibtex-headline):
3538 Remove call to bibtex-reformat which often hangs.
3539
3540 2012-04-27 Glenn Morris <rgm@gnu.org>
3541
3542 * org-ctags.el (org-ctags-new-topic-template):
3543 Revert 2012-04-09 removal of * from defcustom value, not doc.
3544
3545 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3546
3547 * org-table.el (org-table-number-fraction): Fix typo.
3548
3549 2012-04-27 Eric Schulte <eric.schulte@gmx.com>
3550
3551 * ob-python.el (org-babel-execute:python): Ensure newline precedes
3552 automatically-added returns.
3553
3554 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3555
3556 * org-mouse.el (org-mode-hook): Do not move point when clicking on
3557 a footnote reference.
3558
3559 2012-04-27 Bastien Guerry <bzg@gnu.org>
3560
3561 * org-faces.el (org-date-selected): Fix docstring.
3562
3563 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3564
3565 * org-list.el (org-list-struct-indent): Follow
3566 `org-list-demote-modify-bullet' specifications for ordered
3567 bullets.
3568 (org-list-indent-item-generic, org-indent-item-tree)
3569 (org-outdent-item-tree): Fix bug when operating on a region.
3570 (org-outdent-item, org-indent-item): Allow to operate on a region.
3571
3572 * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3573 on a region.
3574
3575 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3576
3577 * org-footnote.el (org-footnote-normalize): Fix positioning in
3578 HTML export without a footnote section.
3579
3580 2012-04-27 Madan Ramakrishnan <madanr79@gmail.com> (tiny change)
3581
3582 * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
3583 advertised by the function.
3584
3585 2012-04-27 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
3586
3587 * org.el (org-read-date-display): Fix bug when displaying the
3588 overlay.
3589
3590 2012-04-27 Bastien Guerry <bzg@gnu.org>
3591
3592 * org.el (org-mode): Don't use `buffer-face-mode' by default.
3593
3594 2012-04-27 Bastien Guerry <bzg@gnu.org>
3595
3596 * org-faces.el (org-date-selected): New face.
3597
3598 2012-04-27 Jambunathan K <kjambunathan@gmail.com>
3599
3600 * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
3601 internal links destined for headlines provide a description or
3602 not. In fact, the `org-store-link' and `org-insert-link' create
3603 internal links which do have a description.
3604
3605 2012-04-27 Bastien Guerry <bzg@gnu.org>
3606
3607 * org-clock.el (org-program-exists): Fix docstring.
3608
3609 2012-04-14 Bastien Guerry <bzg@gnu.org>
3610
3611 * org.el (org-point-at-end-of-empty-headline): Only try to match
3612 `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
3613 modes.
3614 (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
3615 to fontify beyond (point-max).
3616
3617 * org-clock.el (org-clock-task-overrun-text)
3618 (org-task-overrun, org-clock-get-clock-string)
3619 (org-clock-update-mode-line)
3620 (org-clock-notify-once-if-expired): Rename `org-task-overrun'
3621 and `org-task-overrun-text' to `org-clock-task-overrun' and
3622 `org-clock-task-overrun-text' respectively.
3623 (org-task-overrun-text): New alias.
3624
3625 * org-table.el (org-table-eval-formula): Fix bug about handling
3626 remote references as durations.
3627 (org-table-get-range): Fix bug: make sure references to $0 are
3628 correctly handled.
3629
3630 * org-pcomplete.el (pcomplete/org-mode/file-option):
3631 Fix bug in `pcomplete/org-mode/file-option'.
3632 (org-thing-at-point): Also match line options like LATEX_CLASS
3633 when pcompleting from LATEX_.
3634
3635 * org-agenda.el (org-agenda-filter-make-matcher)
3636 (org-agenda-filter-apply): Allow filtering entries out by
3637 category. Using `C-u <' from the agenda view will redisplay
3638 the agenda without entries from categories of the current line.
3639
3640 2012-04-14 Eric Schulte <eric.schulte@gmx.com>
3641
3642 * ob-C.el (org-babel-C-ensure-main-wrap):
3643 Add an explicit return to automatically generated main methods.
3644
3645 2012-04-14 Matt Lundin <mdl@imapmail.org>
3646
3647 * org.el (org-after-todo-state-change-hook):
3648 Fix docstring to reflect name change of state to `org-state'.
3649
3650 2012-04-14 Mike Sperber <sperber@deinprogramm.de> (tiny change)
3651
3652 * org-footnote.el (org-footnote-normalize):
3653 Correctly pass keyword arguments to `org-export-preprocess-string'.
3654
3655 2012-04-03 Bastien Guerry <bzg@gnu.org>
3656
3657 * org.el (org-todo): Fix regression: rename `state' to
3658 `org-state'.
3659 (org-use-effective-time): Fix group and type.
3660
3661 2012-04-02 Bastien Guerry <bzg@gnu.org>
3662
3663 * org-clock.el (org-clock-out-if-current): Fix regression: rename
3664 `org-clock-state' to `org-state' to match the name of the
3665 dynamically-scoped variable in `org-todo'.
3666
3667 * org-agenda.el (entry, org-diary, org-class): Fix regression:
3668 rename `org-entry' to `entry'.
3669
3670 2012-04-01 Bastien Guerry <bzg@gnu.org>
3671
3672 * org.el (org-todo): Fix regression in `org-todo'.
3673
3674 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3675
3676 * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
3677 C files on windows.
3678
3679 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3680
3681 * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
3682 Org-mode blocks.
3683
3684 * ob.el (org-babel-parse-src-block-match): Make use of the new
3685 language argument to org-babel-strip-protective-commas.
3686 (org-babel-parse-inline-src-block-match): Make use of the new
3687 language argument to org-babel-strip-protective-commas.
3688 (org-babel-strip-protective-commas): Now accepts a language
3689 argument.
3690
3691 2012-04-01 Bastien Guerry <bzg@gnu.org>
3692
3693 * org.el (org-fast-tag-selection): Fix an bug when listing tags
3694 for completion.
3695
3696 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3697
3698 * org.el (org-delete-property-globally): Fixed a bug that left
3699 blank line in place of the property, instead of removing the line.
3700
3701 2012-04-01 Bastien Guerry <bzg@gnu.org>
3702
3703 * ob-maxima.el (org-babel-maxima-command): Add group information
3704 to the defcustom.
3705
3706 2012-04-01 Bastien Guerry <bzg@gnu.org>
3707
3708 * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
3709 face to 'org-default.
3710
3711 2012-04-01 Bastien Guerry <bzg@gnu.org>
3712
3713 * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
3714 in links.
3715
3716 2012-04-01 Bastien Guerry <bzg@gnu.org>
3717
3718 * org.el: Prevent a bug while defining the menu by requiring
3719 `org-beamer' when necessary.
3720
3721 2012-04-01 Bastien Guerry <bzg@gnu.org>
3722
3723 * org-table.el (orgtbl-self-insert-command): Use
3724 `backward-delete-char' instead of `delete-backward-char' as this
3725 last command gets caught by the compiler which says to not use it
3726 in programs. `backward-delete-char' is just an alias for
3727 `delete-backward-char' which is internally remapped to
3728 `org-delete-backward-char' for optimization purpose.
3729
3730 2012-04-01 Bastien Guerry <bzg@gnu.org>
3731
3732 * org-latex.el (org-export-latex-subcontent): Bugfix: when
3733 `org-export-latex-low-levels' is nil, do not export low levels.
3734
3735 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3736
3737 * ob.el (org-babel-insert-result): Fix bug in indented wrapped
3738 results insertion.
3739
3740 2012-04-01 Bastien Guerry <bzg@gnu.org>
3741
3742 * org.el (org-set-tags): Include `org-tag-alist' in the list of
3743 possible completions, even when there are tags defined in the
3744 buffer.
3745
3746 2012-04-01 Bastien Guerry <bzg@gnu.org>
3747
3748 * org-mime.el (org-mime-htmlize): Set
3749 `org-export-with-LaTeX-fragments' correctly.
3750
3751 2012-04-01 Bastien Guerry <bzg@gnu.org>
3752
3753 * org.el (org-set-tags): Don't add a column when there is only one
3754 tag offered for completion.
3755
3756 2012-04-01 Bastien Guerry <bzg@gnu.org>
3757
3758 * org.el (org-fast-tag-selection): Include tags from
3759 `org-tag-alist' when completing with the TAB key.
3760
3761 2012-04-01 Shoji Nishimura <nishimura.shoji@gmail.com> (tiny change)
3762
3763 * org.el (org-display-inline-images): Honor the ̀beg' parameter.
3764
3765 2012-04-01 Bastien Guerry <bzg@gnu.org>
3766
3767 * org-latex.el (org-export-latex-subcontent): Don't insert a
3768 linebreak when itemizing a subtree that is just a headline.
3769
3770 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3771
3772 * ob-lob.el (org-babel-lob-get-info): Removed extra []s when
3773 parsing inline call_foo lines.
3774
3775 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3776
3777 * ob-maxima.el (org-babel-maxima-command): The maxima command used
3778 should be configurable (defaults to maxima-command if defined).
3779 (org-babel-execute:maxima): The maxima command used should be
3780 configurable (defaults to maxima-command if defined).
3781
3782 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3783
3784 * ob-C.el (org-babel-C-execute): Add the local directory to the
3785 library search path for C/C++ block compilation.
3786
3787 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3788
3789 * ob.el (org-babel-where-is-src-block-result): Don't truncate
3790 results name on call line execution.
3791
3792 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3793
3794 * org-colview.el (org-columns-cleanup-item): Handle case of empty
3795 headline.
3796
3797 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
3798
3799 * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
3800 export error when a src block produces fake footnotes.
3801
3802 2012-04-01 Bastien Guerry <bzg@gnu.org>
3803
3804 * org.el (org-read-date): Don't mention `parse-time-weekdays' and
3805 `parse-time-months' in the docstring.
3806
3807 2012-04-01 Bastien Guerry <bzg@gnu.org>
3808
3809 * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
3810 binding.
3811
3812 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3813
3814 * org-colview.el (org-columns-compute): Also consider inline tasks
3815 when computing the sum.
3816
3817 2012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
3818
3819 * org-habit.el (org-habit-insert-consistency-graphs): Fix
3820 alignment of consistency graph in filtered agenda view.
3821
3822 2012-04-01 Bastien Guerry <bzg@gnu.org>
3823
3824 * org-latex.el (org-export-as-latex): Fix bug in setting the
3825 export directory according to the LaTeX options.
3826
3827 2012-04-01 K.Nagashima <uni.naga@gmail.com> (tiny change)
3828
3829 * org.el (org-show-subtree): Make interactive.
3830
3831 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu>
3832
3833 * org-clock.el (org-clock-get-table-data): Make sure todo-only
3834 does not leak when it is set by make-org-tags-macher.
3835
3836 2012-04-01 Bastien Guerry <bzg@gnu.org>
3837
3838 * org.el (org-cycle-internal-local): Don't try to hide drawers
3839 within subtrees in this function, it slows cycling down.
3840
3841 2012-04-01 Bastien Guerry <bzg@gnu.org>
3842
3843 * org-agenda.el (org-agenda-custom-commands-local-options): Fix
3844 incorrect custom option definition.
3845
3846 2012-04-01 Bastien Guerry <bzg@gnu.org>
3847
3848 * org-colview.el (org-columns-display-here): Bugfix: use the date
3849 as the value for the ITEM column when displaying a summary.
3850
3851 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
3852
3853 * ob-lilypond.el: Re-direct homepage to Worg.
3854
3855 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
3856
3857 * ob-lilypond.el: Leave versioning to Org.
3858
3859 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
3860
3861 * ob-lilypond.el: Fix compiler warning.
3862
3863 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3864
3865 * org-odt.el (org-odt-format-entity-caption): Enumerate entities
3866 that have either a caption or a label.
3867 (org-odt-label-styles, org-odt-category-map-alist): Add a
3868 separator between sequence number and caption. Introduced two
3869 new label styles for handling of math formula and math label.
3870 (org-odt-format-label-definition)
3871 (org-export-odt-format-formula): Propagate above changes.
3872
3873 2012-04-01 Bastien Guerry <bzg@gnu.org>
3874
3875 * org.el (org-enforce-todo-dependencies): Fix docstring.
3876
3877 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3878
3879 * org-odt.el (org-export-odt-category-strings): New custom
3880 variable.
3881 (org-odt-category-map-alist): Modify interpretation. Don't
3882 use the same field to double up as both a OpenDocument
3883 variable and a category string. Entries in this list now
3884 specify only the OpenDocument variable. Category strings are
3885 obtained through an indirect lookup of
3886 `org-export-odt-category-strings'. Use same OpenDocument
3887 variables as what LibreOffice uses for various entities. Fix
3888 docstring.
3889 (org-odt-add-label-definition)
3890 (org-odt-format-label-definition)
3891 (org-odt-format-label-reference): Propagate above changes.
3892
3893 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3894
3895 * org-latex.el (org-export-as-latex): Check TeX-master correctly.
3896
3897 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3898
3899 * org-odt.el (org-odt-category-map-alist): Update docstring.
3900 (org-export-odt-user-categories)
3901 (org-export-odt-get-category-from-label)
3902 (org-odt-get-label-category-and-style): Remove.
3903 (org-odt-add-label-definition): Propagate above changes.
3904
3905 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3906
3907 * org.el (org-refile): Don't allow creation of parents when using
3908 the refile command to go to a headline.
3909
3910 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3911
3912 * org-odt.el (org-odt-format-org-link): Resolve links to headlines
3913 as section numbers only if section numbering is on.
3914
3915 2012-04-01 Bastien Guerry <bzg@gnu.org>
3916
3917 * org.el (format-spec): Require 'format-spec.
3918
3919 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3920
3921 * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
3922
3923 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3924
3925 * org.el (org-imenu-get-tree): Check that looking-at succeeds
3926 before using match results.
3927
3928 2012-04-01 Bastien Guerry <bzg@gnu.org>
3929
3930 * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
3931
3932 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3933
3934 * org-lparse.el (org-do-lparse): Make effective setting of
3935 `org-export-headline-levels' available to the ODT exporter. Also
3936 remove some stale comments.
3937
3938 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3939
3940 * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
3941 per-language string for "Table Of Contents".
3942
3943 2012-04-01 Bastien Guerry <bzg@gnu.org>
3944
3945 * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
3946
3947 2012-04-01 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
3948
3949 * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
3950 the libary name.
3951
3952 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
3953
3954 * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
3955 case-fold-search is bound to nil globally, the
3956 (case-fold-search t) doesn't work until we get to the body.
3957
3958 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3959
3960 * org-latex.el (org-export-latex-tables): Allow to use
3961 sidewaystable.
3962
3963 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3964
3965 * ob.el (org-babel-expand-noweb-references): Fix bug in src name
3966 regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
3967
3968 2012-04-01 David Maus <dmaus@ictsoc.de>
3969
3970 * org.el (org-scan-tags): Require one or more spaces (+) between
3971 keyword and headline.
3972
3973 2012-04-01 David Maus <dmaus@ictsoc.de>
3974
3975 * org-agenda.el (org-prepare-agenda): Don't reset
3976 `org-done-keywords-for-agenda' when `org-agenda-multi'.
3977
3978 2012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
3979
3980 * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
3981 while inserting habit graph in the agenda buffer.
3982
3983 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3984
3985 * org-src.el (org-src-edit-buffer-p): New function.
3986
3987 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3988
3989 * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
3990 being checked. Also enhance the docstring a bit.
3991
3992 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3993
3994 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
3995 display of indirect agenda window.
3996
3997 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3998
3999 * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
4000 compatibility bug.
4001
4002 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
4003
4004 * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
4005 to tags-list and org-trust-scanner-tags to t while evaluating the
4006 matcher, since the matcher is always evaluated at the current
4007 entry.
4008
4009 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
4010
4011 * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
4012 evaluating the matcher, since the matcher is always evaluated at
4013 the current entry.
4014
4015 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
4016
4017 * ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
4018 quoting expression.
4019
4020 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4021
4022 * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
4023 argument.
4024 (org-babel-noweb-p): The "eval" argument only expands during
4025 evaluation.
4026
4027 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4028
4029 * ob.el (org-strip-protective-commas): Declared.
4030
4031 * org-agenda.el (org-agenda-filtered-by-category): Declared.
4032 (org-agenda-filter-apply): Capture free variable.
4033
4034 * org-footnote.el (org-skip-whitespace): Declared.
4035
4036 * org-mobile.el (org-agenda-filter): Declared.
4037
4038 * org-src.el (org-strip-protective-commas): Declared.
4039
4040 2012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
4041
4042 * org.el (org-version): Add autoload cookie.
4043
4044 2012-04-01 David Maus <dmaus@ictsoc.de>
4045
4046 * org-attach.el (org-attach-store-link-p): Remove spurious quote
4047 in customization form choice.
4048
4049 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4050
4051 * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
4052 (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
4053 execution.
4054
4055 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4056
4057 * ob.el (org-babel-insert-result): Ensure correct order for empty
4058 result wrapping blocks.
4059
4060 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
4061
4062 * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
4063 and add easy pdf generation in the form of `ly-gen-pdf' variable.
4064
4065 2012-04-01 Deech <deech@deech-ThinkPad-X200.none> (tiny change)
4066
4067 * ob-tangle.el (org-babel-spec-to-string): The link generated by
4068 org-store-link is escaped twice when tangling with ":comments yes"
4069 flag.
4070
4071 2012-04-01 Bastien Guerry <bzg@gnu.org>
4072
4073 * org-html.el (org-export-as-html): Remove another useless space
4074 before tag.
4075
4076 2012-04-01 Bastien Guerry <bzg@gnu.org>
4077
4078 * org-html.el (org-export-as-html): Remove another useless space
4079 before tag.
4080
4081 2012-04-01 Bastien Guerry <bzg@gnu.org>
4082
4083 * org-html.el (org-export-as-html): Remove useless space before
4084 tag.
4085
4086 2012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
4087
4088 * org.el (org-version): Add autoload cookie.
4089
4090 2012-04-01 Bastien Guerry <bzg@gnu.org>
4091
4092 * org.el (org-get-category): Save match data.
4093
4094 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4095
4096 * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
4097 :tangle is specified.
4098
4099 * ob.el (org-babel-expand-noweb-references): Widen buffer when
4100 expanding noweb references.
4101
4102 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4103
4104 * ob-table.el (sbe): Don't accidentally leave a `t' value when
4105 variables are force interpreted as strings.
4106
4107 2012-04-01 David Maus <dmaus@ictsoc.de>
4108
4109 * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
4110 (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
4111
4112 2012-04-01 David Maus <dmaus@ictsoc.de>
4113
4114 * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
4115 (bbdb-search-organization): Declare functions to silence byte
4116 compiler.
4117
4118 2012-04-01 Bernt Hansen <bernt@norang.ca>
4119
4120 * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
4121 repeating tasks using .+n and ++n syntax.
4122
4123 2012-04-01 Karl Fogel <kfogel@red-bean.com> (tiny change)
4124
4125 * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
4126 heading that has a date but no todo keyword.
4127
4128 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4129
4130 * ob.el (org-babel-find-named-result): Fix code block replacement
4131 with results.
4132
4133 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4134
4135 * org-footnote.el (org-footnote-normalize): Do not normalize
4136 labels when sort-only is non-nil.
4137
4138 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4139
4140 * org-footnote.el (org-footnote-normalize): Remove an useless part
4141 of the function.
4142 (org-insert-footnote-reference-near-definition): Remove function.
4143
4144 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4145
4146 * org-footnote.el (org-footnote-normalize): Fix normalization of
4147 inline footnotes with no footnote section.
4148
4149 2012-04-01 David Maus <dmaus@ictsoc.de>
4150
4151 * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
4152 to check for old or new version by a check for the required
4153 function in `org-bbdb-open' and `org-bbdb-store-link'.
4154 (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
4155 to be used.
4156
4157 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4158
4159 * ob.el (org-babel-find-named-result): Don't miss a code block
4160 when there are confounding spaces after the result name.
4161
4162 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4163
4164 * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
4165 regular expressions.
4166 (org-babel-inline-lob-one-liner-regexp): Less greedy regular
4167 expressions.
4168
4169 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4170
4171 * ob.el (org-babel-examplize-region): Fixed bug in examplization.
4172
4173 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4174
4175 * org.el (org-link-search): Search for #+name affiliated keywords
4176 and invisible targets.
4177
4178 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4179
4180 * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
4181 newlines in a transcoded footnote definition. This ensures that
4182 the line that is currently being processed by `org-do-lparse' loop
4183 doesn't get broken up into multiple lines. Fix for the following
4184 bug -
4185
4186 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4187
4188 * org-footnote.el (org-footnote-normalize): Force a paragraph
4189 break after the last footnote definition. This is an an implicit
4190 assumption made by the org-lparse.el library. With this change,
4191 footnote definitions can reliably be exported with ODT backend.
4192 See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
4193
4194 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4195
4196 * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
4197
4198 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4199
4200 * org-list.el (org-list-struct): Fix small bug introduced by
4201 commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
4202
4203 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4204
4205 * ob-ditaa.el (org-ditaa-jar-path): Already defined in
4206 org-exp-blocks.el.
4207
4208 * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
4209 for the fact that this is really now a Babel thing -- even if it
4210 is used here and the definition should remain here for reasons of
4211 load dependencies.
4212
4213 2012-04-01 David Maus <dmaus@ictsoc.de>
4214
4215 * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
4216 defined after bbdb was loaded.
4217
4218 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4219
4220 * org-latex.el (org-export-latex-tables): Don't add spurious
4221 preceding newline if caption is not above a longtable.
4222
4223 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4224
4225 * org-odt.el (org-odt-insert-toc): Remove this stray,
4226 dysfunctional routine. This possibly has crept in because of the
4227 broken merges between "maint" and "origin" branches.
4228 (org-odt-begin-table): Don't emit an empty paragraph when a table is
4229 neither labeled nor captioned.
4230 (org-odt-init-outfile): Remove reference to an unused variable.
4231
4232 2012-04-01 Viktor Rosenfeld <listuser36@googlemail.com>
4233
4234 * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
4235 SQL code blocks.
4236
4237 2012-04-01 Andreas Leha <andreas.leha@med.uni-goettingen.de>
4238
4239 * ob.el (org-babel-goto-named-src-block): Pushing the point to the
4240 org-mark-ring and guessing at the code block name to jump to.
4241
4242 2012-04-01 David Maus <dmaus@ictsoc.de>
4243
4244 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
4245 of indirect buffer and window.
4246
4247 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4248
4249 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4250 in verse blocks.
4251
4252 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4253
4254 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4255 in verse blocks.
4256
4257 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4258
4259 * org-exp.el (org-table-clean-before-export): Ignore table rows
4260 defining parameters for formulas during export.
4261
4262 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4263
4264 * org-list.el (org-list-get-item-number): New function.
4265
4266 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4267
4268 * org-list.el (org-list-ending-method, org-list-end-regexp):
4269 Removed variables.
4270 (org-in-item-p, org-list-separating-blank-lines-number)
4271 (org-list-parse-list, org-list-struct): Apply changes.
4272
4273 * org-exp.el (org-export-mark-list-end)
4274 (org-export-mark-list-properties): Apply changes.
4275
4276 * org-latex.el (org-export-latex-lists): Apply changes.
4277
4278 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4279
4280 * org.el (org-cycle-internal-local): Correctly unfold headlines
4281 containing an inlinetask.
4282
4283 2012-04-01 Bastien Guerry <bzg@gnu.org>
4284
4285 * org.el (org-structure-template-alist): Fix missing angle
4286 brackets for muse export style.
4287
4288 2012-04-01 David Maus <dmaus@ictsoc.de>
4289
4290 * org.el (org-recenter-calendar): Use `with-selected-window' to
4291 select calendar window and save currently selected window and
4292 current buffer.
4293
4294 2012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
4295
4296 * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4297 argument set, otherwise not only are headlines in the current
4298 subtree excluded, but it throws an error if point happens not to
4299 be within a subtree (e.g. at start of buffer).
4300
4301 2012-04-01 David Maus <dmaus@ictsoc.de>
4302
4303 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4304
4305 2012-04-01 David Maus <dmaus@ictsoc.de>
4306
4307 * org-clock.el (org-in-clocktable-p): Moved to org.el.
4308
4309 * org.el (org-in-clocktable-p): New function. Moved from
4310 org-clock.el.
4311
4312 2012-04-01 David Maus <dmaus@ictsoc.de>
4313
4314 * org-exp.el (org-export-get-title-from-subtree): Don't format
4315 tags in title if title headline does not have tags.
4316
4317 2012-04-01 Bastien Guerry <bzg@gnu.org>
4318
4319 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4320 inline tasks too.
4321
4322 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4323
4324 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
4325 Delay it till the end of export.
4326 (org-odt-begin-document-body): Make a note of the default
4327 position of TOC in `org-lparse-dyn-first-heading-pos'.
4328 (org-odt-insert-toc): Insert TOC as directed by
4329 [TABLE-OF-CONTENTS] line or at the default position.
4330 (org-odt-end-export): Call `org-odt-insert-toc'.
4331
4332 2012-04-01 Bastien Guerry <bzg@gnu.org>
4333
4334 * org.el (org-preview-latex-fragment): Throw an error when called
4335 from a non-file buffer.
4336
4337 2012-04-01 David Maus <dmaus@ictsoc.de>
4338
4339 * org-capture.el (org-capture-place-item): Don't search for
4340 position in existing list if :exact-position was supplied.
4341
4342 2012-04-01 Bastien Guerry <bzg@gnu.org>
4343
4344 * org.el (org-set-font-lock-defaults): Fix bug in done headline
4345 fontification.
4346
4347 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4348
4349 * org-odt.el (org-odt-format-textbox): Honor user-specified width
4350 in captioned images.
4351
4352 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4353
4354 * org.el (org-update-property-plist): Fix bug in property list
4355 updates.
4356
4357 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4358
4359 * ob.el (org-babel-balanced-split): Explicit checking if list
4360 before calling member.
4361
4362 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4363
4364 * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
4365 as the separator to `org-table-convert-region'. Fixes errors when
4366 only one result per line of output.
4367
4368 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4369
4370 * ob.el (org-babel-strip-protective-commas): Use
4371 `org-strip-protective-commas'.
4372
4373 * org-exp.el (org-export-select-backend-specific-text): Use
4374 `org-strip-protective-commas'.
4375
4376 * org-src.el (org-edit-src-code): Use
4377 `org-strip-protective-commas'.
4378
4379 * org.el (org-strip-protective-commas): Single definition for this
4380 functionality.
4381
4382 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4383
4384 * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
4385
4386 2012-04-01 David Maus <dmaus@ictsoc.de>
4387
4388 * org-capture.el (org-capture-prepare-finalize-hook): New hook.
4389 Run before the finalization process starts.
4390 (org-capture-finalize): Run new hook.
4391
4392 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4393
4394 * org.el (org-entry-get): Generalize to multiple "prop+"
4395 properties.
4396
4397 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4398
4399 * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
4400 the `org-src-mode-map'.
4401
4402 2012-04-01 David Maus <dmaus@ictsoc.de>
4403
4404 * org.el (org-recenter-calendar): Use `with-selected-window' to
4405 select calendar window and save currently selected window and
4406 current buffer.
4407
4408 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4409
4410 * org-list.el (org-list-ending-method, org-list-end-regexp):
4411 Removed variables.
4412 (org-in-item-p, org-list-separating-blank-lines-number)
4413 (org-list-parse-list, org-list-struct): Apply changes.
4414
4415 * org-exp.el (org-export-mark-list-end)
4416 (org-export-mark-list-properties): Apply changes.
4417
4418 * org-latex.el (org-export-latex-lists): Apply changes.
4419
4420 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4421
4422 * org.el (org-entry-get): Accumulate properties from subtree
4423 property drawers.
4424
4425 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4426
4427 * org.el (org-entry-get): Accumulate properties from subtree
4428 property drawers.
4429
4430 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4431
4432 * org-odt.el (org-export-odt-image-size-probe-method)
4433 (org-odt-do-image-size): Use imagemagick preferentially to
4434 determine image sizes.
4435
4436 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4437
4438 * org-odt.el (org-export-as-odt-to-buffer)
4439 (org-replace-region-by-odt, org-export-region-as-odt): Remove
4440 these interactive functions. They are of questionable value.
4441
4442 2012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
4443
4444 * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4445 argument set, otherwise not only are headlines in the current
4446 subtree excluded, but it throws an error if point happens not to
4447 be within a subtree (e.g. at start of buffer).
4448
4449 2012-04-01 Bastien Guerry <bzg@gnu.org>
4450
4451 * org-exp.el (org-export-kill-product-buffer-when-displayed)
4452 (org-export-initial-scope, org-export-date-timestamp-format)
4453 (org-export-with-tasks, org-export-email-info)
4454 (org-export-table-remove-empty-lines): Add version tag.
4455
4456 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4457
4458 * org.el (org-cycle-internal-local): Correctly unfold headlines
4459 containing an inlinetask.
4460
4461 2012-04-01 Bernt Hansen <bernt@norang.ca>
4462
4463 * org-clock.el (org-clock-out): Do not delete the current clocking
4464 task when org-clock-out-hook clocks in another task.
4465
4466 2012-04-01 David Maus <dmaus@ictsoc.de>
4467
4468 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4469
4470 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4471
4472 * org-odt.el (org-export-odt-convert-processes): Re-define
4473 (org-export-odt-convert-capabilities): Fix an accidental
4474 regression.
4475
4476 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4477
4478 * org-odt.el (org-export-odt-convert-capabilities): Change the
4479 default value.
4480
4481 2012-04-01 David Maus <dmaus@ictsoc.de>
4482
4483 * org-clock.el (org-in-clocktable-p): Moved to org.el.
4484
4485 * org.el (org-in-clocktable-p): New function. Moved from org-clock.el.
4486
4487 2012-04-01 David Maus <dmaus@ictsoc.de>
4488
4489 * org-exp.el (org-export-get-title-from-subtree): Don't format
4490 tags in title if title headline does not have tags.
4491
4492 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4493
4494 * org-footnote.el (org-blank-before-new-entry)
4495 (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
4496 declarations.
4497
4498 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4499
4500 * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
4501 and C-e behaviour with visual lines.
4502
4503 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4504
4505 * org-exp-blocks.el (org-export-blocks): Changed the name of
4506 exporting comment blocks given that it seems regular comment
4507 blocks no longer export.
4508
4509 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4510
4511 * ob-exp.el (org-babel-exp-get-export-buffer): Access current
4512 export buffer.
4513 (org-babel-exp-in-export-file): Access current export buffer.
4514 (org-babel-exp-src-block): Access current export buffer.
4515 (org-babel-exp-inline-src-blocks): Access current export buffer.
4516
4517 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4518
4519 * ob-exp.el (org-babel-exp-in-export-file)
4520 (org-babel-exp-src-block, org-babel-exp-inline-src-blocks): Allow
4521 org-current-export-file to contain a buffer.
4522
4523 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4524
4525 * org-lparse.el (org-lparse-do-convert): Replace `call-process'
4526 with `shell-command-to-string'.
4527
4528 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4529
4530 * org-footnote.el (org-footnote-create-definition): Fix space
4531 insertion when creating a new footnote. This fixes newline
4532 munching when `org-footnote-section' is nil and blank lines
4533 stacking when it isn't nil.
4534
4535 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4536
4537 * org-footnote.el (org-footnote-normalize): Make sure that
4538 footnotes are moved to a single place during export.
4539
4540 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4541
4542 * org-footnote.el (org-footnote-normalize): Ensure footnote
4543 definition will be inserted at the end of the section
4544 corresponding to to its first reference.
4545
4546 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4547
4548 * org-footnote.el (org-footnote-at-definition-p): Make sure to
4549 move point at the beginning of the separator before skiping white
4550 spaces. Refactor code.
4551
4552 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4553
4554 * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
4555 export when "strip-export".
4556
4557 * ob.el (org-babel-common-header-args-w-values): New noweb
4558 header value.
4559 (org-babel-merge-params): New noweb header value.
4560 (org-babel-noweb-p): New noweb header value.
4561
4562 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4563
4564 * ob-tangle.el (org-babel-tangle-clean): Just use default value.
4565
4566 * ob.el (org-babel-noweb-wrap): Add default value.
4567 (org-babel-expand-noweb-references): Just use default value.
4568
4569 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4570
4571 * org-exp.el (org-export-select-backend-specific-text): Always
4572 preserve original indentation as a text property so that lists do
4573 not get broken by indentation at column 0.
4574
4575 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4576
4577 * ob.el (org-babel-expand-noweb-references): Don't allow newlines
4578 in source names in noweb references.
4579
4580 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4581
4582 * org.el (org-fill-line-break-nobreak-p): New function.
4583 (org-set-autofill-regexps): Add previous function to
4584 `fill-nobreak-predicate'.
4585
4586 2012-04-01 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4587
4588 * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
4589 visibility regardless of local user customization.
4590
4591 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
4592
4593 * org-inlinetask.el (org-inlinetask-show-first-star): New option.
4594 (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
4595
4596 * org-indent.el (org-indent-set-line-properties): Honor
4597 `org-inlinetask-show-first-star'.
4598
4599 2012-04-01 Bastien Guerry <bzg@gnu.org>
4600
4601 * org.el (org-set-regexps-and-options): Ensure `org-drawers'
4602 doesn't contain duplicates.
4603
4604 2012-04-01 Bastien Guerry <bzg@gnu.org>
4605
4606 * org.el (org-at-drawer-p): Normalize the docstring to match other
4607 `org-at-*-p' docstrings.
4608 (org-indent-block, org-indent-drawer, org-at-block-p): New
4609 functions.
4610 (org-metaright): Use the new functions to indent a drawer or a
4611 block depending on the context. Also update the docstring.
4612
4613 2012-04-01 Bastien Guerry <bzg@gnu.org>
4614
4615 * org.el (org-set-regexps-and-options): Set the value of
4616 `org-drawers' by adding the value of the infile #+DRAWERS option
4617 to that of the existing `org-drawers'.
4618
4619 2012-04-01 Bastien Guerry <bzg@gnu.org>
4620
4621 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4622 inline tasks too.
4623
4624 2012-04-01 Bastien Guerry <bzg@gnu.org>
4625
4626 * org-inlinetask.el (org-inlinetask-toggle-visibility): Use
4627 `org-show-entry' instead of `outline-flag-region' to keep the
4628 drawers folded when unfolding an inline task.
4629
4630 2012-04-01 Torsten Anders <torsten.anders@beds.ac.uk> (tiny change)
4631
4632 * org-beamer.el (org-beamer-environments-default): Add support and
4633 keybinding for the `exampleblock' environment.
4634
4635 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
4636
4637 * org.el (org-open-link-from-string): Regard `reference-buffer'
4638 when setting `org-inhibit-startup'.
4639
4640 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4641
4642 * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
4643 space between inline src block and results on export.
4644
4645 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4646
4647 * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
4648 punctuation to proceed an inline src block.
4649
4650 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4651
4652 * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
4653 list of characters allowed to proceed an inline src block.
4654
4655 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4656
4657 * ob-tangle.el (org-babel-tangle-clean): Use the customizable
4658 noweb wrappers.
4659
4660 * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
4661 (org-babel-noweb-wrap-end): End a noweb reference.
4662 (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
4663 (org-babel-expand-noweb-references): Use the customizable noweb
4664 wrappers.
4665
4666 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4667
4668 * org.el (org-beginning-of-line): Handle case when there's no
4669 character after box.
4670
4671 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4672
4673 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
4674 Delay it till the end of export.
4675 (org-odt-begin-document-body): Make a note of the default
4676 position of TOC in `org-lparse-dyn-first-heading-pos'.
4677 (org-odt-insert-toc): Insert TOC as directed by
4678 [TABLE-OF-CONTENTS] line or at the default position.
4679 (org-odt-end-export): Call `org-odt-insert-toc'.
4680
4681 2012-04-01 Bastien Guerry <bzg@gnu.org>
4682
4683 * org.el (org-preview-latex-fragment): Throw an error when called
4684 from a non-file buffer.
4685
4686 2012-04-01 Bastien Guerry <bzg@gnu.org>
4687
4688 * org.el (org-insert-property-drawer): Not an interactive
4689 command anymore.
4690 (org-insert-drawer): With a prefix argument, insert a property
4691 drawer. Check for headline within the region before inserting the
4692 drawer. Don't include special drawers in the completion table.
4693 (org-mode-map): New keybinding `C-c C-x d' for
4694 `org-insert-drawer'.
4695
4696 2012-04-01 Bastien Guerry <bzg@gnu.org>
4697
4698 * org.el (org-insert-drawer): Support completion over known drawer
4699 names and inserting a drawer around the current region.
4700
4701 2012-04-01 Bastien Guerry <bzg@gnu.org>
4702
4703 * org.el (org-insert-drawer): New function.
4704 (org-insert-property-drawer): Use it.
4705
4706 2012-04-01 Bastien Guerry <bzg@gnu.org>
4707
4708 * org-list.el (org-mark-list): New function.
4709
4710 2012-04-01 Bastien Guerry <bzg@gnu.org>
4711
4712 * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
4713 complete drawer at point.
4714 (org-thing-at-point): Use it.
4715
4716 2012-04-01 Bastien Guerry <bzg@gnu.org>
4717
4718 * org.el (org-meta-return): Use `newline-and-indent' when in a
4719 property drawer.
4720
4721 2012-04-01 Bastien Guerry <bzg@gnu.org>
4722
4723 * org.el (org-structure-template-alist): Fix docstring: the
4724 feature is not experimental anymore.
4725
4726 2012-04-01 Bastien Guerry <bzg@gnu.org>
4727
4728 * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
4729 display the item without unfolding drawers and logbooks.
4730
4731 2012-04-01 Bastien Guerry <bzg@gnu.org>
4732
4733 * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
4734 always nil.
4735
4736 2012-04-01 Bastien Guerry <bzg@gnu.org>
4737
4738 * org.el (org-structure-template-alist): Fix missing angle
4739 brackets for muse export style.
4740
4741 2012-04-01 Bastien Guerry <bzg@gnu.org>
4742
4743 * org.el (org-read-date): New parameter `inactive' when reading
4744 for insertion of inactive timestamps.
4745 (org-time-stamp, org-read-date-display): Use the new
4746 parameter.
4747
4748 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4749
4750 * ob.el (org-babel-expand-noweb-references): Only allow
4751 reference names which start and end with non-whitespace characters.
4752 Also, raise errors as appropriate given org-babel-noweb-error-langs.
4753
4754 2012-04-01 Bastien Guerry <bzg@gnu.org>
4755
4756 * org-src.el (org-src-in-org-buffer): Save and restore
4757 `buffer-undo-list' after editing.
4758
4759 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4760
4761 * ob.el (org-babel-common-header-args-w-values): Add new header
4762 argument.
4763 (org-babel-expand-noweb-references): Use header argument rather than
4764 customization variable.
4765
4766 2012-04-01 David Maus <dmaus@ictsoc.de>
4767
4768 * org-capture.el (org-capture-place-item): Don't search for
4769 position in existing list if :exact-position was supplied.
4770
4771 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4772
4773 * ob.el (org-babel-noweb-separator): Custom variable for
4774 accumulated noweb references.
4775 (org-babel-expand-noweb-references): Allow separator for noweb
4776 references.
4777
4778 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4779
4780 * org.el (org-beginning-of-line): In an item, special position
4781 for C-a is after check-box, if any.
4782 (org-special-ctrl-a/e): Modify doc-string accordingly.
4783
4784 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4785
4786 * org-odt.el (org-export-odt-format-formula): Use :style
4787 property to specify custom table styles.
4788
4789 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4790
4791 * ob-exp.el (org-babel-exp-call-line-template): Control export of
4792 additional call line information.
4793 (org-babel-exp-non-block-elements): Fancier call line export.
4794
4795 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4796
4797 * org-odt.el (org-odt-entity-frame-styles): Add frame params
4798 for images that are anchored as character.
4799 (org-export-odt-format-image): Handle new anchor type
4800 "as-char".
4801 (org-export-odt-default-image-sizes-alist): Misc. change.
4802 (org-export-odt-format-formula): Misc. change.
4803
4804 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4805
4806 * ob.el (org-babel-check-src-block): Don't report valid header
4807 arguments as suspicious.
4808
4809 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4810
4811 * ob-exp.el (org-babel-exp-non-block-elements): Map over both
4812 inline src blocks and call lines on export.
4813
4814 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4815
4816 * org-odt.el (org-odt-label-styles): Add a new style.
4817 (org-odt-category-map-alist): Use it.
4818
4819 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4820
4821 * org-odt.el (org-odt-table-style-format): New. Template for
4822 auto-generated table styles.
4823 (org-odt-automatic-styles, org-odt-object-counters): New
4824 variables.
4825 (org-odt-add-automatic-style): New function.
4826 (org-odt-write-automatic-styles): New function. Create
4827 automatic styles for tables that have custom :rel-width.
4828 (org-odt-begin-table): Parse attributes specified with
4829 "#+ATTR_ODT: " option and use it to create an automatic table
4830 style.
4831 (org-odt-save-as-outfile): Call
4832 `org-odt-add-write-automatic-styles'.
4833 (org-odt-init-outfile): Init newly add variables.
4834 (org-odt-section-count): Remove it.
4835 (org-odt-begin-section): Use `org-odt-add-automatic-style' to
4836 generate an automatic section name.
4837
4838 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4839
4840 * ob.el (org-babel-map-executables): Correctly position point when
4841 mapping hits an inline code block.
4842
4843 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4844
4845 * ob.el (org-babel-execute-src-block): Ensure params are
4846 incorporated *before* checking if evaluation is legal.
4847
4848 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4849
4850 * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
4851 marker so it is updated as required during export.
4852
4853 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4854
4855 * org-src.el (org-src-in-org-buffer): Run commands in the parent
4856 buffer.
4857 (org-edit-src-save): Use new macro.
4858 (org-src-tangle): Tangle the parent buffer.
4859
4860 2012-04-01 Bastien Guerry <bzg@gnu.org>
4861
4862 * org.el (org-set-font-lock-defaults): Fix bug in done
4863 headline fontification.
4864
4865 2012-04-01 Bastien Guerry <bzg@gnu.org>
4866
4867 * org.el (org-set-font-lock-defaults): Fix bug in done
4868 headline fontification.
4869
4870 2012-04-01 Bastien Guerry <bzg@gnu.org>
4871
4872 * org.el (org-return): Act normally when in code blocks.
4873
4874 2012-04-01 Bastien Guerry <bzg@gnu.org>
4875
4876 * org.el (org-in-src-block-p): New function.
4877 (org-context): Return new contexts :clocktable and :src-block.
4878
4879 2012-04-01 Bastien Guerry <bzg@gnu.org>
4880
4881 * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
4882 C-q' do the right thing even when point is before the first
4883 heading.
4884
4885 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4886
4887 * ob.el (org-babel-noweb-p): Disambiguate intersection name.
4888
4889 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4890
4891 * org-odt.el (org-odt-format-textbox): Honor user-specified
4892 width in captioned images.
4893
4894 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4895
4896 * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
4897 (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
4898 (org-babel-map-call-lines): Replace gensym with make-symbol.
4899 (org-babel-map-executables): Replace gensym with make-symbol.
4900
4901 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4902
4903 * ob-exp.el (org-babel-exp-results): Alter a copy of info.
4904
4905 2012-04-01 Bastien Guerry <bzg@gnu.org>
4906
4907 * org-html.el (org-export-as-html): Initialize
4908 `html-pre-real-contents' correctly.
4909
4910 2012-04-01 Bastien Guerry <bzg@gnu.org>
4911
4912 * org-html.el (org-export-as-html): Initialize
4913 `html-pre-real-contents' correctly.
4914
4915 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4916
4917 * ob-exp.el (org-babel-exp-code): Ensure code block name is a
4918 string on export.
4919
4920 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4921
4922 * ob-exp.el (org-babel-exp-code-template): Customizable code
4923 block export format string.
4924 (org-babel-exp-code): Customizable code block export.
4925
4926 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4927
4928 * ob-clojure.el (org-babel-execute:clojure): Removed dependency
4929 on deprecated swank-clojure.
4930
4931 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4932
4933 * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
4934 (org-babel-map-inline-src-blocks): Don't pollute symbol space.
4935 (org-babel-map-call-lines): Don't pollute symbol space.
4936 (org-babel-map-executables): Map over *all* executable Org-mode
4937 elements.
4938 (org-babel-execute-buffer): Execute elements in buffer order instead
4939 of arbitrarily.
4940
4941 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4942
4943 * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
4944 Those must be done with `copy-tree'.
4945
4946 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4947
4948 * org-src.el (org-edit-src-code): Referenced code block should
4949 not be evaluated on code block edit.
4950
4951 2012-04-01 Bastien Guerry <bzg@gnu.org>
4952
4953 * org.el (org-structure-template-alist): Use uppercase for
4954 keywords.
4955
4956 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4957
4958 * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
4959 code block results.
4960
4961 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4962
4963 * ob.el (org-babel-results-keyword): New user-configurable
4964 results keyword.
4965 (org-babel-where-is-src-block-result): Use new user-configurable
4966 results keyword.
4967
4968 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4969
4970 * org-indent.el (org-indent-refresh-maybe): Check for new
4971 headlines from the beginning of the line to be sure to catch
4972 any newly inserted headline there.
4973
4974 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4975
4976 * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
4977 (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
4978
4979 * ob-tangle.el (org-babel-tangle-collect-blocks): Use
4980 `org-babel-noweb-p'.
4981
4982 * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
4983 (org-babel-expand-src-block): Use `org-babel-noweb-p'.
4984 (org-babel-load-in-session): Use `org-babel-noweb-p'.
4985 (org-babel-merge-params): Use `org-babel-noweb-p'.
4986 (org-babel-noweb-p): New function used to determine if noweb
4987 expansion should be carried out in a given context.
4988
4989 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4990
4991 * org.el (org-update-property-plist): Fix bug in property list
4992 updates.
4993
4994 2012-04-01 François Pinard <pinard@iro.umontreal.ca> (tiny change)
4995
4996 * org.el (org-kill-line): Use `kill-visual-line' in
4997 `visual-line-mode'.
4998
4999 2012-04-01 Bernt Hansen <bernt@norang.ca>
5000
5001 * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point
5002 is outside the current restriction.
5003
5004 2012-04-01 Bernt Hansen <bernt@norang.ca>
5005
5006 * org-agenda.el (org-agenda-clock-in): Save restriction when clocking
5007 in from the agenda.
5008
5009 2012-04-01 Bernt Hansen <bernt@norang.ca>
5010
5011 * org.el: Honour existing restrictions when regenerating the agenda.
5012
5013 2012-04-01 Bastien Guerry <bzg@gnu.org>
5014
5015 * org-agenda.el: New alias for `list-diary-entries-hook'.
5016
5017 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5018
5019 * ob.el (org-babel-common-header-args-w-values): Add the new
5020 header argument name.
5021 (org-babel-insert-result): Respect the value of the :wrap header
5022 argument when inserting results.
5023 (org-babel-result-end): Find the end of arbitrarily named result
5024 blocks.
5025
5026 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
5027
5028 * org-indent.el (org-indent-refresh-maybe): Check for new
5029 headlines from the beginning of the line to be sure to catch
5030 any newly inserted headline there.
5031
5032 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5033
5034 * org.el (org-update-property-plist): Remove old instances of
5035 property when adding a new value for property.
5036
5037 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
5038
5039 * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
5040 code block would cause an error when the block is was executed.
5041 This fix cures this behaviour.
5042
5043 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5044
5045 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5046 pieces of a previous patch.
5047
5048 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5049
5050 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5051
5052 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5053
5054 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5055 pieces of a previous patch.
5056
5057 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5058
5059 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5060
5061 2012-04-01 Bastien Guerry <bzg@gnu.org>
5062
5063 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5064 instead of (end-of-buffer).
5065
5066 2012-04-01 Bastien Guerry <bzg@gnu.org>
5067
5068 * org-bbdb.el (name): Declare variable.
5069 (bbdb-record-get-field, bbdb-search-name)
5070 (bbdb-search-organization): Declare as part of ext:bbdb.
5071
5072 2012-04-01 Bastien Guerry <bzg@gnu.org>
5073
5074 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5075 instead of the obsolete `org-agenda-filter'.
5076
5077 2012-04-01 Bastien Guerry <bzg@gnu.org>
5078
5079 * org-agenda.el: Add an alias for `org-agenda-filter'.
5080 (diary-list-entries-hook): Use the non-obsolete hook.
5081 (org-agenda-filter-apply): Silent compiler warning.
5082
5083 2012-04-01 Bastien Guerry <bzg@gnu.org>
5084
5085 * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
5086 (org-ditaa-jar-option): New option.
5087 (org-babel-execute:ditaa): Use it.
5088
5089 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5090
5091 * ob.el (org-babel-balanced-split): Explicit checking if list
5092 before calling member.
5093
5094 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5095
5096 * ob.el (org-babel-balanced-split): Explicit checking if list
5097 before calling member.
5098
5099 2012-02-14 Chong Yidong <cyd@gnu.org>
5100
5101 * org-footnote.el: Remove bogus defvar values (Bug#10745).
5102
5103 2012-01-05 Eric Schulte <eric.schulte@gmx.com>
5104
5105 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5106 pieces of a previous patch.
5107
5108 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5109
5110 2012-01-05 Bastien Guerry <bzg@gnu.org>
5111
5112 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5113 instead of (end-of-buffer).
5114
5115 * org-bbdb.el (name): Declare variable.
5116 (bbdb-record-get-field, bbdb-search-name)
5117 (bbdb-search-organization): Declare as part of ext:bbdb.
5118
5119 * org-agenda.el: Add an alias for `org-agenda-filter'.
5120 (diary-list-entries-hook): Use the non-obsolete hook.
5121 (org-agenda-filter-apply): Silent compiler warnings.
5122
5123 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5124 instead of the obsolete `org-agenda-filter'.
5125
5126 2012-01-03 Bastien Guerry <bzg@gnu.org>
5127
5128 * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
5129 and removing checkboxes with `C-u C-c C-c' on the first item
5130 of a list. Also, don't reinitialize checkboxes that are
5131 already ticked.
5132
5133 2012-01-03 Bastien Guerry <bzg@gnu.org>
5134
5135 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
5136 value with only one digit for the hours.
5137
5138 2012-01-03 Bastien Guerry <bzg@gnu.org>
5139
5140 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5141 Remove deleted function `org-encode-for-stdout'.
5142
5143 2012-01-03 Bastien Guerry <bzg@gnu.org>
5144
5145 * org.el (org-show-context): Complete docstring.
5146
5147 2012-01-03 Bastien Guerry <bzg@gnu.org>
5148
5149 * org-agenda.el (org-agenda-filter-by-tag): Use
5150 `read-char-exclusive' instead of `read-char'.
5151
5152 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5153
5154 * org-clock.el (org-clock-in, org-clock-find-position): Remove
5155 erraneous space in regexp.
5156
5157 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5158
5159 * ob.el (org-babel-expand-noweb-references): Rather than using
5160 a pure regexp solution to resolve noweb references, actually
5161 check the information of every code block in the buffer. This
5162 will cause a slowdown in noweb reference expansion, but is
5163 necessary for correct behavior.
5164
5165 2012-01-03 Bastien Guerry <bzg@gnu.org>
5166
5167 * org.el (org-map-continue-from): Fix typo in docstring.
5168
5169 2012-01-03 Bastien Guerry <bzg@gnu.org>
5170
5171 * org.el (org-property-re): Also match cumulating properties
5172 like ":prop+:".
5173
5174 2012-01-03 Bastien Guerry <bzg@gnu.org>
5175
5176 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
5177 matching the end of a block.
5178
5179 2012-01-03 David Maus <dmaus@ictsoc.de>
5180
5181 * org.el (org-open-at-point): Escape link path for http:,
5182 https:, ftp:, news:, and doi: links only if the path contains
5183 space or non-ascii character.
5184
5185 2012-01-03 David Maus <dmaus@ictsoc.de>
5186
5187 * org.el (org-refile-get-targets): Ignore headlines without a
5188 true headline.
5189
5190 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5191
5192 * ob.el (org-babel-map-call-lines): Moved this file from
5193 ob-lob.el into ob.el to ease dependency pains.
5194
5195 2012-01-03 Bastien Guerry <bzg@gnu.org>
5196
5197 * org-publish.el (org-publish-index-generate-theindex): Use
5198 theindex.inc for storing index entries, and theindex.org for
5199 including theindex.inc.
5200
5201 2012-01-03 Bastien Guerry <bzg@gnu.org>
5202
5203 * org-publish.el (org-publish-index-generate-theindex): Create
5204 proper file target for index entries in subdirectories.
5205
5206 2012-01-03 Bastien Guerry <bzg@gnu.org>
5207
5208 * org-protocol.el (org-protocol-check-filename-for-protocol):
5209 Fix spelling mistake.
5210
5211 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5212
5213 * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
5214 for title and subtitle.
5215 (org-odt-format-toc): New.
5216 (org-odt-format-preamble): New. Users can redefine this to
5217 customize what goes before the document body. Currently it
5218 outputs title, author and email, date and toc.
5219 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5220 (org-odt-format-date): Renamed from
5221 `org-odt-iso-date-from-org-timestamp'. Also added an
5222 additional param for format string.
5223 (org-odt-begin-annotation, org-odt-update-meta-file): Use
5224 `org-odt-format-date'.
5225
5226 2012-01-03 Bastien Guerry <bzg@gnu.org>
5227
5228 * org.el (org-at-drawer-p): New function.
5229 (org-end-of-line): Use it.
5230
5231 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5232
5233 * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
5234 Controls the method in which noweb references are expanded.
5235 (org-babel-expand-noweb-references): Bring back the option for
5236 regexp-based noweb expansion.
5237
5238 2012-01-03 Bastien Guerry <bzg@gnu.org>
5239
5240 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
5241 with only one digit for the hours.
5242
5243 2012-01-03 Bastien Guerry <bzg@gnu.org>
5244
5245 * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
5246 when ticking the checkbox of the first item.
5247
5248 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5249
5250 * org-list.el (org-list-write-struct): Add an optional
5251 argument for structure changes happening outside the function.
5252
5253 * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
5254 item of a sub-list should toggle check-box presence of every
5255 item in the same sub-list. Also fix check-box insertion on a
5256 single item.
5257
5258 2012-01-03 Bastien Guerry <bzg@gnu.org>
5259
5260 * org-agenda.el (org-agenda-filter-preset): New alias.
5261 (org-agenda-filter-by-category): New command.
5262 (org-agenda-mode-map): Add the new command.
5263 (org-agenda-custom-commands-local-options): Add category
5264 filter preset.
5265 (org-agenda-mark-filtered-text): Mark both tag and filter
5266 overlays.
5267 (org-agenda-category-filter-preset): New variable.
5268 (org-finalize-agenda, org-agenda-redo)
5269 (org-agenda-filter-make-matcher, org-agenda-filter-apply): Handle
5270 both category and tag filters.
5271 (org-agenda-filter-show-all-tag): Rename from
5272 `org-agenda-filter-by-tag-show-all'.
5273 (org-agenda-filter-show-all-cat): New function.
5274 (org-agenda-set-mode-name): Show the category filter in the
5275 modeline.
5276
5277 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5278
5279 * org-bbdb.el (org-bbdb-old): New variable.
5280 (org-bbdb-store-link, org-bbdb-open): Check for
5281 `org-bbdb-old'.
5282 (org-bbdb-open-old, org-bbdb-open-new): New functions.
5283
5284 2012-01-03 Bastien Guerry <bzg@gnu.org>
5285
5286 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5287 Remove deleted function `org-encode-for-stdout'.
5288
5289 2012-01-03 Bastien Guerry <bzg@gnu.org>
5290
5291 * org.el (org-check-dates-range): New command.
5292 (org-sparse-tree): Use it.
5293
5294 2012-01-03 Bastien Guerry <bzg@gnu.org>
5295
5296 * org-agenda.el (org-agenda-write): Rename from
5297 `org-write-agenda'.
5298 (org-agenda-mode-map, org-agenda-menu)
5299 (org-batch-store-agenda-views): Use new name
5300 `org-agenda-write'.
5301
5302 2012-01-03 Bastien Guerry <bzg@gnu.org>
5303
5304 * org.el (org-loop-over-headlines-in-active-region): Fix
5305 docstring.
5306 (org-todo, org-deadline, org-schedule): Honor the 'start-level
5307 value of `org-loop-over-headlines-in-active-region'.
5308
5309 2012-01-03 Bastien Guerry <bzg@gnu.org>
5310
5311 * org-archive.el (org-archive-subtree)
5312 (org-archive-to-archive-sibling, org-toggle-archive-tag):
5313 Bugfix: use 'region-start-level.
5314
5315 2012-01-03 Bastien Guerry <bzg@gnu.org>
5316
5317 * org.el (org-show-context): Complete docstring.
5318
5319 2012-01-03 Bastien Guerry <bzg@gnu.org>
5320
5321 * org-agenda.el (org-agenda-filter-by-tag): Use
5322 `read-char-exclusive' instead of `read-char'.
5323
5324 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5325
5326 * org.el (org-scan-tags): Make sure `org-map-continue-from' is
5327 nil at each match.
5328
5329 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5330
5331 * org-clock.el (org-clock-in, org-clock-find-position): Remove
5332 erraneous space in regexp.
5333
5334 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5335
5336 * org-odt.el (org-odt-lib-dir): Add docstring.
5337 (org-odt-data-dir): New variable. Use this variable to
5338 control the locations from which the ODT exporter picks the
5339 OpenDocument styles and schema files from. Set this variable
5340 explicitly only if the in-built heuristics for locating the
5341 above files fails.
5342 (org-odt-styles-dir-list, org-odt-schema-dir-list): New
5343 variables. Pay specific attention to (eval-when-compile ...)
5344 form through which Makefile's $(datadir) - contained in
5345 `org-odt-data-dir' - gets compiled in as a "hard coded"
5346 constant.
5347 (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
5348 aid debugging.
5349
5350 2012-01-03 Bastien Guerry <bzg@gnu.org>
5351
5352 * org-archive.el (org-archive-subtree)
5353 (org-archive-to-archive-sibling, org-toggle-archive-tag)
5354 (org-archive-set-tag): Handle the 'start-level value for
5355 `org-loop-over-headlines-in-active-region'.
5356
5357 2012-01-03 Bastien Guerry <bzg@gnu.org>
5358
5359 * org.el (org-scan-tags): New parameter `start-level' to scan only
5360 through headlines of that level.
5361 (org-map-entries): New allowed value `region-start-level' for
5362 the `scope' parameter, to allow scanning through headlines of
5363 the same level than the first headline in the region.
5364 (org-loop-over-headlines-in-active-region): New allowed value
5365 'start-level.
5366
5367 2012-01-03 Bastien Guerry <bzg@gnu.org>
5368
5369 * org-archive.el (org-archive-subtree)
5370 (org-archive-to-archive-sibling, org-archive-set-tag)
5371 (org-toggle-archive-tag): Allow to loop over the active region by
5372 using `org-loop-over-headlines-in-active-region'.
5373
5374 2012-01-03 Bastien Guerry <bzg@gnu.org>
5375
5376 * org.el (org-todo): Allow to loop over the active region by
5377 using `org-loop-over-headlines-in-active-region'.
5378
5379 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5380
5381 * ob.el (org-babel-expand-noweb-references): Rather than using
5382 a pure regexp solution to resolve noweb references, actually
5383 check the information of every code block in the buffer. This
5384 will cause a slowdown in noweb reference expansion, but is
5385 necessary for correct behavior.
5386
5387 2012-01-03 Bastien Guerry <bzg@gnu.org>
5388
5389 * org.el (org-map-continue-from): Fix typo in docstring.
5390
5391 2012-01-03 Bastien Guerry <bzg@gnu.org>
5392
5393 * org-agenda.el (org-agenda-write-buffer-name): New variable.
5394 (org-write-agenda): Use it.
5395
5396 2012-01-03 Bastien Guerry <bzg@gnu.org>
5397
5398 * org-exp.el (org-export-date-timestamp-format): New option to
5399 define the way a timestamp in #+DATE will be exported.
5400 (org-infile-export-plist): Use the new option.
5401
5402 2012-01-03 Bastien Guerry <bzg@gnu.org>
5403
5404 * org.el (org-property-re): Also match cumulating properties
5405 like ":prop+:".
5406
5407 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5408
5409 * org-odt.el (org-odt-styles-dir): Assume that the styles
5410 files are located under `data-directory' of Emacs distribution
5411 as etc/org/OrgOdtStyles.xml and
5412 etc/org/OrgOdtContentTemplate.xml. Also update docstring.
5413 (org-export-odt-schema-dir): Update docstring.
5414
5415 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5416
5417 * org-odt.el (org-odt-format-preamble): Honor following user
5418 options: author, timestamp and email.
5419
5420 2012-01-03 Bastien Guerry <bzg@gnu.org>
5421
5422 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
5423 for matching the end of a block.
5424
5425 2012-01-03 Bastien Guerry <bzg@gnu.org>
5426
5427 * org-eshell.el: New file.
5428
5429 2012-01-03 David Maus <dmaus@ictsoc.de>
5430
5431 * org.el (org-open-at-point): Escape link path for http:,
5432 https:, ftp:, news:, and doi: links only if the path contains
5433 space or non-ascii character.
5434
5435 2012-01-03 Bastien Guerry <bzg@gnu.org>
5436
5437 * org-beamer.el (org-beamer-fragile-re): Also recognize
5438 \lstinline and \verb as commands that make a frame fragile.
5439
5440 2012-01-03 David Maus <dmaus@ictsoc.de>
5441
5442 * org.el (org-refile-get-targets): Ignore headlines without a
5443 true headline.
5444
5445 2012-01-03 Litvinov Sergey <slitvinov@gmail.com>
5446
5447 * ob-octave.el: Add graphical output to png file.
5448
5449 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5450
5451 * ob.el (org-babel-map-call-lines): Moved this file from
5452 ob-lob.el into ob.el to ease dependency pains.
5453
5454 2012-01-03 Bastien Guerry <bzg@gnu.org>
5455
5456 * org-publish.el (org-publish-index-generate-theindex): Use
5457 theindex.inc for storing index entries, and theindex.org for
5458 including theindex.inc.
5459
5460 2012-01-03 Bastien Guerry <bzg@gnu.org>
5461
5462 * org-publish.el (org-publish-index-generate-theindex): Create
5463 proper file target for index entries in subdirectories.
5464
5465 2012-01-03 Bastien Guerry <bzg@gnu.org>
5466
5467 * org-protocol.el (org-protocol-check-filename-for-protocol):
5468 Fix spelling mistake.
5469
5470 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5471
5472 * org-odt.el (org-export-odt-default-org-styles-alist): Add
5473 styles for title and subtitle.
5474 (org-odt-format-toc): New.
5475 (org-odt-format-preamble): New. Users can redefine this to
5476 customize what goes before the document body. Currently it
5477 outputs title, author and email, date and toc.
5478 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5479 (org-odt-format-date): Renamed from
5480 `org-odt-iso-date-from-org-timestamp'. Also added an
5481 additional param for format string.
5482 (org-odt-begin-annotation, org-odt-update-meta-file): Use
5483 `org-odt-format-date'.
5484
5485 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5486
5487 * ob-ref.el (org-babel-ref-split-args): Now uses
5488 `org-babel-balanced-split'.
5489
5490 2012-01-03 Bastien Guerry <bzg@gnu.org>
5491
5492 * org-html.el (org-export-html-preamble)
5493 (org-export-html-postamble): Fix docstrings.
5494 (org-export-as-html): Insert the string used by a custom
5495 function for `org-export-html-pre/postamble'.
5496
5497 2012-01-03 Bastien Guerry <bzg@gnu.org>
5498
5499 * org.el (org-block-regexp)
5500 (org-heading-keyword-regexp-format)
5501 (org-heading-keyword-maybe-regexp-format): Move up to keep the
5502 byte-compiler happy.
5503
5504 2012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
5505
5506 * org-agenda.el (org-agenda-do-tree-to-indirect-buffer): New
5507 function.
5508 (org-agenda-tree-to-indirect-buffer): Use the new function.
5509
5510 2012-01-03 Bastien Guerry <bzg@gnu.org>
5511
5512 * org-html.el (org-export-as-html): Fix bug when inserting the
5513 output of a custom function for the pre/postamble.
5514
5515 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5516
5517 * org-odt.el (org-odt-format-source-code-or-example): Try
5518 loading htmlfontify safely.
5519
5520 2012-01-03 Bastien Guerry <bzg@gnu.org>
5521
5522 * org-odt.el (require): Require htmlfontify.el only if
5523 emacs-version is greater than 23.2.
5524
5525 2012-01-03 Bastien Guerry <bzg@gnu.org>
5526
5527 * org-faces.el (org-agenda-calendar-event)
5528 (org-agenda-calendar-sexp): Use the default face.
5529
5530 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5531
5532 * ob.el (org-babel-expand-noweb-references): Fixed regexp.
5533
5534 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
5535
5536 * org.el (Key bindings): Remap the Outline functions from
5537 `outline-mode-prefix-map' where possible.
5538
5539 2012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
5540
5541 * org-html.el (org-export-as-html): Apply
5542 `org-export-html-get-todo-kwd-class-name' to the class
5543 attribute of the todo-keyword span tag, not to its text
5544 content.
5545
5546 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
5547
5548 * org-agenda.el (org-agenda-get-timestamps)
5549 (org-agenda-get-sexps): Use face for highlighting "calendar"
5550 events.
5551
5552 2012-01-03 Peter Münster <pmlists@free.fr> (tiny change)
5553
5554 * org.el (org-add-planning-info): Treat absolute time too.
5555
5556 2012-01-03 Bastien Guerry <bzg@gnu.org>
5557
5558 * org-table.el (org-table-transpose-table-at-point): Don't use
5559 ̀remove-if-not'.
5560
5561 2012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
5562
5563 * org-clock.el (org-clock-out-if-current): Check the clock
5564 buffer is existing.
5565
5566 2012-01-03 Bernt Hansen <bernt@norang.ca>
5567
5568 * org-clock.el (org-clock-out-if-current): Fix marker in no
5569 buffer error for task state change in an indirect buffer.
5570
5571 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
5572
5573 * org.el (org-offer-links-in-entry): Make list when assigning
5574 a single link.
5575
5576 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5577
5578 * ob.el (org-babel-expand-noweb-references): Rather than
5579 collect the info from *every* block in the current buffer,
5580 simply regexp search for those blocks which appear to match
5581 the continued source name.
5582
5583 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5584
5585 * ob.el (org-babel-insert-result): Do not examplize wrapped
5586 scalar results, simply wrap them.
5587 (org-babel-result-end): Find the end of results wrapped in a
5588 RESULTS drawer.
5589
5590 2012-01-03 Bastien Guerry <bzg@gnu.org>
5591
5592 * org.el (org-todo-yesterday): When called from the agenda,
5593 use `org-agenda-todo-yesterday' instead.
5594
5595 2012-01-03 Bastien Guerry <bzg@gnu.org>
5596
5597 * org-table.el (org-table-transpose-table-at-point): New command.
5598
5599 2012-01-03 Bastien Guerry <bzg@gnu.org>
5600
5601 * org-html.el (org-export-html-headline-anchor-format): New
5602 option.
5603 (org-html-level-start): Use the new option.
5604
5605 2012-01-03 Rob Giardina <rob@giardina.us> (tiny change)
5606
5607 * org-agenda.el (org-agenda-with-point-at-orig-entry): Small
5608 bugfix.
5609
5610 2012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
5611
5612 * org-special-blocks.el
5613 (org-special-blocks-convert-html-special-cookies): Close
5614 paragraph before opening or closing the <div>, and open
5615 paragraph after. Also changed newline placement to be the same
5616 as for other blocks.
5617
5618 2012-01-03 Roberto Huelga <rhuelga@gmail.com>
5619
5620 * org-clock.el (org-program-exists): Make the function
5621 compatible with darwin systems.
5622
5623 2012-01-03 David Maus <dmaus@ictsoc.de>
5624
5625 * org-exp.el (org-export-normalize-links): Mark bracket links
5626 before normalization to avoid erroneous normalization of
5627 bracket link parts.
5628
5629 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5630
5631 * org-odt.el (org-odt-data-dir): Removed.
5632 (org-odt-styles-dir, org-export-odt-schema-dir): New
5633 variables.
5634
5635 * org-odt.el, org-lparse.el: New files.
5636
5637 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5638
5639 * org-capture.el (org-capture-set-target-location): Set the
5640 capture default time also to the prompt time.
5641
5642 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5643
5644 * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
5645 and #+results lines during preprocess.
5646
5647 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5648
5649 * ob-picolisp.el (ob-comint): Required.
5650 (comint): Required.
5651 (cl): Required.
5652 (run-picolisp): Declared.
5653 (org-babel-execute:picolisp): Capture free variable, and replace
5654 function from cl-extra with core function.
5655
5656 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5657
5658 * ob-picolisp.el: New file.
5659
5660 * org.el (org-babel-load-languages): Add Pico Lisp to the list
5661 of supported code block languages.
5662
5663 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5664
5665 * org-bibtex.el (org-bibtex): Now catches bibtex errors and
5666 directs the user to the location of the error.
5667
5668 2012-01-03 Bastien Guerry <bzg@gnu.org>
5669
5670 * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
5671
5672 2012-01-03 Bastien Guerry <bzg@gnu.org>
5673
5674 * ob.el (org-babel-execute-src-block): Fix typo.
5675
5676 2012-01-03 Bastien Guerry <bzg@gnu.org>
5677
5678 * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
5679
5680 2012-01-03 Bastien Guerry <bzg@gnu.org>
5681
5682 * org.el (org-link-unescape, org-link-unescape-compound): Fix
5683 two typos in docstrings.
5684
5685 2012-01-03 Thomas Dye <dk@poto.local>
5686
5687 * ob-R.el: Added tikzDevice support.
5688
5689 2012-01-03 David Maus <dmaus@ictsoc.de>
5690
5691 * org.el (org-clone-subtree-with-time-shift): Remove clocking
5692 information and empty drawers when preparing a clone.
5693
5694 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5695
5696 * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
5697 `org-export-blocks-postblock-hook'.
5698
5699 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5700
5701 * ob.el (org-babel-hide-result-toggle): Skip over header
5702 argument lines when toggling named code block visibility.
5703
5704 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5705
5706 * org-exp.el (org-export-grab-title-from-buffer): Don't
5707 license to kill text inside blocks when getting a title.
5708
5709 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5710
5711 * ob.el (org-babel-confirm-evaluate): Adding support for new
5712 range of :eval header arguments.
5713
5714 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5715
5716 * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
5717 during export when eval is set to "non-export".
5718
5719 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5720
5721 * ob-ref.el (org-babel-update-intermediate): New custom
5722 variable.
5723 (org-babel-ref-resolve): Optionally update the in-buffer results
5724 of code blocks which are evaluated to resolve references.
5725
5726 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5727
5728 * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
5729 split string when a character appears on either side of the
5730 split.
5731 (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
5732
5733 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5734
5735 * org.el (org-reduce): Added a less functional Org-mode copy of
5736 the cl reduce function.
5737
5738 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5739
5740 * org.el (org-fontify-meta-lines-and-blocks-1): Recognize
5741 "name" as a valid keyword that can preceed a block.
5742
5743 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5744
5745 * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
5746 in-verbatim check to inline code blocks, do lob code blocks as
5747 well.
5748
5749 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5750
5751 * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
5752
5753 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5754
5755 * ob.el (org-babel-named-src-block-regexp-for-name): Ensure
5756 that partial names are not matched.
5757 (org-babel-named-data-regexp-for-name): Ensure that partial names
5758 are not matched.
5759
5760 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5761
5762 * ob-ref.el (org-babel-ref-resolve): Search for named code
5763 blocks before named data.
5764
5765 * ob.el (org-babel-named-data-regexp-for-name): New function for
5766 finding named data.
5767
5768 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5769
5770 * ob.el (org-babel-insert-result): Gracefully handle results
5771 which are neither lists nor strings.
5772
5773 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5774
5775 * ob-ref.el (org-babel-ref-resolve): Don't change location when
5776 looking at the contents.
5777
5778 2012-01-03 Milan Zamazal <pdm@zamazal.org>
5779
5780 * org.el (org-set-outline-overlay-data): Use
5781 outline-flag-region to make a region invisible. This ensures
5782 all necessary actions, especially adding
5783 isearch-open-invisible property, are applied.
5784
5785 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5786
5787 * ob-lob.el (org-babel-in-example-or-verbatim): Fix
5788 compilation warning.
5789
5790 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5791
5792 * ob.el (org-babel-find-named-result): Downcase "name" before
5793 comparison.
5794
5795 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5796
5797 * ob-lisp.el (org-babel-execute:lisp): Fixed typo.
5798 (org-babel-lisp-vector-to-list): Fixed typo.
5799
5800 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5801
5802 * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
5803 execution contexts (e.g., call lines) look like commented
5804 lines.
5805
5806 * ob.el (org-babel-get-src-block-info): Empty match string doesn't
5807 count.
5808 (org-babel-process-params): Always process parameters, even if
5809 you don't to table splitting.
5810
5811 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5812
5813 * ob-exp.el (org-exp-res/src-name-cleanup): Updated Documentation.
5814
5815 * ob-lob.el (org-babel-block-lob-one-liner-regexp): Updated
5816 regular expression.
5817 (org-babel-inline-lob-one-liner-regexp): Updated regular
5818 expression.
5819
5820 * ob-ref.el (org-babel-ref-resolve): Notice when something that
5821 looks like a data results may actually be a code block.
5822
5823 * ob-table.el: Updated documentation.
5824
5825 * ob.el (org-babel-src-name-regexp): Simplified regexp.
5826 (org-babel-get-src-block-info): Updated match strings.
5827 (org-babel-data-names): Simplified acceptable names.
5828 (org-babel-find-named-block): Indentation.
5829 (org-babel-find-named-result): Updated to not return a code block
5830 as a result.
5831
5832 * org.el (org-fontify-meta-lines-and-blocks-1): Removing
5833 references to old syntactic elements.
5834 (org-additional-option-like-keywords): Removing references to
5835 old syntactic elements.
5836
5837 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5838
5839 * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
5840 and `buffer-substring'.
5841
5842 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5843
5844 * org-agenda.el (org-agenda-get-todos): Prevent an error when
5845 encountering tasks with only the TODO keyword.
5846
5847 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5848
5849 * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
5850 environment when at an item or an headline, but allow LaTeX
5851 fragments.
5852 (org-cycle): Try to call `cdlatex-tab' before cycling item's or
5853 headline's visibility, in order to catch LaTeX fragments within.
5854
5855 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5856
5857 * org-exp-blocks.el (org-export-blocks-preprocess): Require a
5858 newline and spaces before a code block.
5859
5860 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5861
5862 * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
5863 over all call lines in a buffer.
5864
5865 * ob.el (org-babel-execute-buffer): Execute call lines when
5866 executing an entire buffer.
5867
5868 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5869
5870 * ob.el (org-babel-process-params): Don't disassemble tables
5871 twice.
5872
5873 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5874
5875 * org-clock.el (org-clock-in, org-clock-find-position): Make space
5876 after date optional.
5877
5878 * org.el (org-set-regexps-and-options)
5879 (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
5880 (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
5881
5882 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5883
5884 * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
5885 inside a verbatim block.
5886
5887 * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
5888 blocks.
5889
5890 2012-01-03 Litvinov Sergey <slitvinov@gmail.com>
5891
5892 * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
5893 (org-babel-maxima-expand): Add input variables and graphic output.
5894 (org-babel-execute:maxima): Add input variables and graphic output.
5895 (org-babel-maxima-var-to-maxima): Add input variables and graphic
5896 output.
5897 (org-babel-maxima-graphical-output-file): Add input variables and
5898 graphic output.
5899 (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
5900 output.
5901
5902 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5903
5904 * ob-fortran.el: New file. Adding support for Fortran code blocks.
5905 * org.el (org-babel-load-languages): Adding fortran to this list.
5906
5907 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5908
5909 * org-footnote.el (org-footnote-new): Cannot insert an inline
5910 footnote at beginning of line anymore.
5911 (org-footnote-at-reference-p): Don't recognize inline footnotes at
5912 beginning of line.
5913
5914 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5915
5916 * org.el (org-set-font-lock-defaults): Fix small error in matching
5917 group that prevented fontification of keywords like
5918 org-comment-string and stars in headlines.
5919
5920 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5921
5922 * org.el (org-catch-invisible-edits): New option.
5923 (org-self-insert-command, org-delete-backward-char)
5924 (org-delete-char): Call `org-check-before-invisible-edit'.
5925 (org-check-before-invisible-edit): New function.
5926
5927 2012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com>
5928
5929 * org-exp.el (org-solidify-link-text): Respect
5930 org-export-with-tags when forming the export title during subtree
5931 export.
5932
5933 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5934
5935 * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
5936 (org-heading-keyword-maybe-regexp-format): Globalize variables so
5937 they are accessible even in buffers not in Org mode.
5938
5939 2012-01-03 David Maus <dmaus@ictsoc.de>
5940
5941 * org.el (org-insert-link): Don't use default-description if a
5942 `org-make-link-description-function' is defined.
5943
5944 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5945
5946 * org.el (org-set-regexps-and-options): Use property blocks for
5947 multi-line properties.
5948
5949 2012-01-03 Bastien Guerry <bzg@gnu.org>
5950
5951 * org.el (org-self-insert-command): Don't throw an error when
5952 editing takes place at the first point of the buffer.
5953
5954 2012-01-03 Bastien Guerry <bzg@gnu.org>
5955
5956 * org.el (org-self-insert-command): Unfold invisible region at
5957 point or right before point when editing.
5958
5959 2012-01-03 Bastien Guerry <bzg@gnu.org>
5960
5961 * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
5962 default.
5963
5964 2012-01-03 Bastien Guerry <bzg@gnu.org>
5965
5966 * org-html.el (org-html-expand): Prevent a nil value for STRING to
5967 return an error, just return nil.
5968
5969 2012-01-03 Bastien Guerry <bzg@gnu.org>
5970
5971 * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
5972 character in the #+LaTeX_CLASS option.
5973
5974 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5975
5976 * org-footnote.el (org-footnote-at-reference-p)
5977 (org-footnote-at-definition-p): Don't store text-properties of
5978 footnote definitions.
5979
5980 2012-01-03 Bastien Guerry <bzg@gnu.org>
5981
5982 * org-html.el (org-export-as-html): Convert special characters in
5983 meta tag "author", "date", "keyword" and "description".
5984
5985 2012-01-03 Bastien Guerry <bzg@gnu.org>
5986
5987 * org-capture.el (org-capture-before-finalize-hook): Docstring
5988 improvement: mention that the buffer is widened when this hook is
5989 run.
5990
5991 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
5992
5993 * org-html.el (org-export-as-html): Make sure the div for preamble
5994 is not inserted when the preamble is empty.
5995
5996 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
5997
5998 * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
5999 for filtering (shown in the mode-line).
6000
6001 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6002
6003 * ob.el (org-babel-parse-multiple-vars): Trimming excess white
6004 space from split variables.
6005
6006 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6007
6008 * org.el (org-link-search): Add an optional argument preventing
6009 function from revealing context around match.
6010
6011 2012-01-03 Bastien Guerry <bzg@gnu.org>
6012
6013 * org-agenda.el (calendar-check-holidays): Declare function.
6014
6015 2012-01-03 Bastien Guerry <bzg@gnu.org>
6016
6017 * org.el (org-return): Fix bug when matching the face property
6018 before following a link.
6019
6020 2012-01-03 Matt Lundin <mdl@imapmail.org>
6021
6022 * org-agenda.el (org-class): Fix holidays symbol in org-class.
6023 This was resulting in an "Bad sexp..." warning.
6024
6025 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6026
6027 * org.el (org-scan-tags): Also remember
6028 `org-complex-heading-regexp' in a property.
6029
6030 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6031
6032 * org-latex.el (org-export-as-latex): Turn off auto-insert and set
6033 TeX-master to t when creating new TeX buffers.
6034
6035 * org-docbook.el (org-export-as-docbook): Turn off auto-insert
6036 when creating new buffers.
6037
6038 * org-html.el (org-export-as-html): Turn off auto-insert
6039 when creating new buffers.
6040
6041 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6042
6043 * org-table.el (org-table-formula-handle-first/last-rc): Do not
6044 expand pointers to first/last row/column that are inside a call to
6045 `remote'.
6046 (org-table-get-remote-range): Expand pointers to first/last
6047 row/column.
6048
6049 2012-01-03 Michael Sperber <sperber@deinprogramm.de> (tiny change)
6050
6051 * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
6052 compatibility issue when creating an indirect buffer.
6053
6054 2012-01-03 Christophe Rhodes <csr21@cantab.net>
6055
6056 * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
6057 the same way than LATEX_CLASS.
6058
6059 2012-01-03 Bastien Guerry <bzg@gnu.org>
6060
6061 * org.el (org-return): Check the presence of the 'org-link face
6062 even in contexts where there is more than one face.
6063
6064 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6065
6066 * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
6067 argument names which should be inherited.
6068
6069 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6070
6071 * org.el (org-in-block-p): Return matched name of block, if any.
6072 It can be useful when a list of block names is provided as
6073 an argument.
6074
6075 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6076
6077 * org-docbook.el (org-export-as-docbook): Fix regexp.
6078
6079 * org-html.el (org-export-as-html): Fix regexp.
6080
6081 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6082
6083 * org-agenda.el (org-class): Allow holidays to be skipped.
6084
6085 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6086
6087 * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
6088
6089 2012-01-03 Peter Münster <pmrb@free.fr> (tiny change)
6090
6091 * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
6092 strings before calling `string-match'.
6093
6094 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6095
6096 * org-footnote.el (org-footnote-at-reference-p)
6097 (org-footnote-at-definition-p): Remove text-properties from label.
6098
6099 2012-01-03 Bastien Guerry <bzg@gnu.org>
6100
6101 * org-html.el (org-export-as-html): Add a "title" meta tag.
6102
6103 2012-01-03 Bastien Guerry <bzg@gnu.org>
6104
6105 * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
6106 entries to pass to `org-agenda-get-day-entries' and allow to
6107 filter out entries using a function.
6108
6109 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6110
6111 * org-agenda.el: Fix small display bug.
6112
6113 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6114
6115 * org.el (org-set-regexps-and-options): Fix small bug introduced
6116 by commit dfcb6faef11a2439b56b18a6289803361d402130.
6117
6118 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6119
6120 * org-agenda.el (org-search-view): Simplify regexp.
6121 (org-agenda-get-todos): Use new format string.
6122
6123 * org-archive.el (org-archive-all-done): Simplify regexp.
6124
6125 * org-ascii.el (org-export-as-ascii): More accurate regexp.
6126
6127 * org-colview.el (org-columns-capture-view): Use new format string
6128 and new string.
6129
6130 * org-docbook.el (org-export-as-docbook): More accurate
6131 regexp. Also use new regexp to match generic headlines.
6132
6133 * org-exp.el (org-export-protect-quoted-subtrees): More accurate
6134 regexp. Also use new regexp to match generic headlines.
6135
6136 * org-html.el (org-export-as-html): More accurate regexp.
6137 Also use new regexp to match generic headlines.
6138
6139 * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
6140 and now erroneous function.
6141
6142 * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
6143 New variables.
6144 (org-set-regexps-and-options): Create regexps according to the
6145 following rule: use spaces only to separate elements from an headline,
6146 while allowing mixed tabs and spaces for any indentation job.
6147 (org-nl-done-regexp, org-looking-at-done-regexp): Removed variables.
6148 (org-set-font-lock-defaults): Fontify again headlines with a keyword
6149 and no other text. Use new format strings.
6150 (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
6151 (org-toggle-fixed-width-section): Use new format string.
6152 (org-todo): More accurate regexps.
6153 (org-point-at-end-of-empty-headline): Simplify regexp.
6154 (org-insert-heading): Headline can sometimes be nil.
6155
6156 2012-01-03 David Maus <dmaus@ictsoc.de>
6157
6158 * org-agenda.el (org-agenda-bulk-action): Bind
6159 `org-loop-over-headlines-in-active-region' to nil to avoid conflict
6160 with bulk command.
6161
6162 2012-01-03 David Maus <dmaus@ictsoc.de>
6163
6164 * org.el (org-deadline, org-schedule): Skip invisible headlines when
6165 mapping over headlines in active region.
6166
6167 2012-01-03 David Maus <dmaus@ictsoc.de>
6168
6169 * org.el (org-loop-over-headlines-in-active-region):
6170 New customization variable. Loop over headlines in active region.
6171 (org-schedule, org-deadline): Apply to headlines in region depending
6172 on new customization variable.
6173
6174 2012-01-03 David Maus <dmaus@ictsoc.de>
6175
6176 * org.el (org-map-entries): Immediately return if scope is 'region
6177 but no region is active.
6178
6179 2012-01-03 David Maus <dmaus@ictsoc.de>
6180
6181 * org.el (org-map-entries): Extend scope 'region to include entire
6182 body of last headline in active region.
6183
6184 2012-01-03 Bastien Guerry <bzg@gnu.org>
6185
6186 * org-src.el (org-edit-src-code): Fix typo-bug.
6187
6188 2012-01-03 Bastien Guerry <bzg@gnu.org>
6189
6190 * org.el (org-format-agenda-item, org-scan-tags):
6191 Rename `org-format-agenda-item' to `org-agenda-format-item'.
6192
6193 2012-01-03 Bastien Guerry <bzg@gnu.org>
6194
6195 * org-agenda.el: Replace `category-pos' by `org-category-pos' to
6196 silent byte-compiler.
6197
6198 2012-01-03 Bastien Guerry <bzg@gnu.org>
6199
6200 * org.el: Declare external function `cdlatex-compute-tables'.
6201
6202 2012-01-03 Bastien Guerry <bzg@gnu.org>
6203
6204 * org-latex.el (org-export-latex-set-initial-vars): Fix problem
6205 when matching #+LaTeX_CLASS.
6206
6207 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
6208
6209 * org.el (org-link-search-must-match-exact-headline): Fix typos.
6210
6211 2012-01-03 Bastien Guerry <bzg@gnu.org>
6212
6213 * org-latex.el (org-export-latex-make-header): Add some hyperref
6214 options.
6215
6216 2012-01-03 Kai Tetzlaff <kai.tetzlaff@web.de> (tiny change)
6217
6218 * org-publish.el (org-publish-file): Added 'eval'ing the value of
6219 the :publishing-directory property before using it as destination
6220 of the publishing project. This allows to construct the publish
6221 destination directory dynamically at run-time using the return
6222 value of a function.
6223
6224 2012-01-03 Bastien Guerry <bzg@gnu.org>
6225
6226 * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
6227
6228 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6229
6230 * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
6231 New option.
6232 (org-agenda-date-later): Improve the logical structure.
6233
6234 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6235
6236 * ob-calc.el (featurep): Require calc-store.
6237
6238 * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
6239 special handling.
6240
6241 * org-compat.el (fboundp): Support for XEmacs.
6242
6243 * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
6244
6245 * org-footnote.el (org-footnote-re): Optimize macro processing.
6246
6247 * org.el (org-set-autofill-regexps): Xemacs compatibility.
6248
6249 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6250
6251 * ob.el (org-babel-balanced-split): Balance both [] and ()
6252 groupings.
6253 (org-babel-parse-header-arguments): Be sure to replace removed ":"
6254 characters.
6255
6256 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6257
6258 * ob.el (org-babel-parse-header-arguments): Quick fix for a
6259 tiny bug.
6260
6261 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6262
6263 * ob.el (org-babel-params-from-properties): Now splits
6264 multiple var arguments behind a single ":var".
6265 (org-babel-balanced-split): Separated balanced splitting of
6266 strings out into a new function.
6267 (org-babel-parse-multiple-vars): Splits multiple var arguments
6268 behind a single ":var".
6269
6270 2012-01-03 Bastien Guerry <bzg@gnu.org>
6271
6272 * org.el: Remap `outline-promote' and `outline-demote' keys to
6273 `org-promote-subtree' and `org-demote-subtree'.
6274
6275 2012-01-03 Leo Liu <sdl.web@gmail.com>
6276
6277 * org-agenda.el (org-agenda-do-context-action): Check if marker is
6278 valid before use.
6279
6280 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6281
6282 * org-agenda.el (org-agenda-date-later): Fix shifting of date
6283 ranges.
6284
6285 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6286
6287 * ob.el: Removing `org-babel-params-from-buffer' and
6288 #+PROPERTIES: entirely.
6289
6290 * ob-exp.el (org-babel-exp-src-block): Removing
6291 `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6292
6293 * ob-lob.el (org-babel-lob-execute): Removing
6294 `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6295
6296 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6297
6298 * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
6299 lines in favor of general #+PROPERTIES: lines.
6300
6301 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6302
6303 * ob-sql.el (org-babel-execute:sql): Insert into a temporary
6304 buffer.
6305
6306 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6307
6308 * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
6309 update the internal cdlatex tables.
6310
6311 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6312
6313 * ob-sql.el (org-babel-execute:sql): Respect literal-results
6314 options.
6315
6316 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6317
6318 * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
6319 code block colname and rowname handling.
6320
6321 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6322
6323 * org-publish.el (org-publish-cache-file-needs-publishing):
6324 Fix regexp to not inlcude newlines.
6325
6326 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6327
6328 * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
6329 restart.
6330
6331 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6332
6333 * org.el (org-fontify-entities): Match entities before
6334 numbers, as in `\sim2'.
6335
6336 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6337
6338 * org-agenda.el (org-agenda-date-later): Make pushing forward
6339 a past date to jump immedialtely to today.
6340
6341 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6342
6343 * org-exp.el (org-store-forced-table-alignment): Parse the
6344 column cookie for both alignment and width
6345 specification. Store the resulting value in `org-col-cookies'
6346 property. Retire the previously used `org-forced-aligns'
6347 property for consistency. Renamed local variable `aligns' to
6348 `cookies'.
6349
6350 * org-html.el (org-format-org-table-html): Use
6351 `org-col-cookies'. Renamed local variable forced-aligns to
6352 col-cookies.
6353
6354 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6355
6356 * org.el (org-latex-to-mathml-jar-file)
6357 (org-latex-to-mathml-convert-command): New user-customizable
6358 variables.
6359 (org-format-latex-mathml-available-p, org-create-math-formula)
6360 (org-format-latex-as-mathml): New functions.
6361 (org-format-latex): Add a new local variable block-type that notes
6362 the nature of the equation - inline or display. Associate it's
6363 value to `org-latex-src-embed-type' property of dvipng links. Add
6364 mathml as new processing type.
6365
6366 2012-01-03 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
6367
6368 * org.el (org-refile): Add tree name to prompt.
6369
6370 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6371
6372 * org-latex.el (org-export-latex-tables): Honor
6373 `org-export-latex-table-caption-above'
6374 (org-export-latex-table-caption-above): New option.
6375
6376 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6377
6378 * ob.el (org-babel-insert-header-arg): Now including language
6379 specific header arg values in insertion options.
6380
6381 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6382
6383 * ob.el (org-babel-insert-header-arg): Fixed typo.
6384
6385 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
6386
6387 * org-exp.el (org-export-number-lines): Modified. Add a new
6388 parameter `preprocess' and use this for backend-agnostic
6389 handling of literal examples.
6390
6391 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6392
6393 * org.el (org-match-substring-regexp)
6394 (org-match-substring-with-braces-regexp): Allow subscripts and
6395 superscripts to start at beginning of line.
6396
6397 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6398
6399 * ob.el (org-babel-common-header-args-w-values): New variable to
6400 hold common header arguments and their default values.
6401 (org-babel-header-arg-names): Redefined using the new common
6402 header arg variable.
6403 (org-babel-insert-header-arg): New function to help when inserting
6404 header arguments.
6405
6406 2012-01-03 David Maus <dmaus@ictsoc.de>
6407
6408 * org-html.el (org-html-handle-links): Remove unnecessary
6409 protection markers when publishing link in default format.
6410
6411 2012-01-03 Pieter Praet <pieter@praet.org> (tiny change)
6412
6413 * org-crypt.el (org-crypt-check-auto-save): New function, see
6414 next change.
6415
6416 * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
6417 check out into a separate function, and call it at a later
6418 point, to assure it only runs when visiting an encrypted
6419 entry.
6420
6421 2012-01-03 John J Foerch <jjfoerch@earthlink.net> (tiny change)
6422
6423 * org.el (org-log-note-headings): Document new %d and %D
6424 escapes.
6425 (org-store-log-note): Implement new %d and %D escapes.
6426
6427 2012-01-03 Dave Abrahams <dave@boostpro.com>
6428
6429 * org-agenda.el (org-agenda-follow-indirect): New option.
6430 (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
6431 follow mode.
6432 (org-agenda-do-context-action): Also do indirect follow mode
6433 action.
6434
6435 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6436
6437 * ob-table.el (sbe): Fix typo in new sbe specification.
6438
6439 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6440
6441 * ob-table.el (sbe): If first variable is a string and not a
6442 cons cell, then interpret it as a string of header arguments
6443 to be passed to the code block.
6444
6445 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6446
6447 * ob-shen.el (shen-eval-defun): Declare external function.
6448 (org-babel-execute:shen): Move requirement of inf-shen into
6449 the function in which it is used to fix build error.
6450
6451 * ob-shen.el: New file.
6452
6453 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6454
6455 * org.el (org-open-at-point): Make `org-open-at-point' only
6456 ask once about creating a new headline.
6457
6458 2012-01-03 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6459
6460 * org.el (org-refile-targets): Elaborated the documentation of
6461 the variable as suggested by Dave Abrahams.
6462
6463 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6464
6465 * org.el (org-align-tags-here): Allow tags to be placed right
6466 after heading.
6467 (org-tags-column): Document the meaning of tags column 0.
6468
6469 2012-01-03 Niels Giesen <niels.giesen@gmail.com>
6470
6471 * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
6472 in agenda if start day is same as end day.
6473
6474 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6475
6476 * org.el (org-refile-get-location): Ignore errors when
6477 collection heading to be excluded.
6478
6479 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6480
6481 * org-special-blocks.el
6482 (org-special-blocks-convert-html-special-cookies): Avoid XHTML
6483 strict problems by not enclosing special blocks in paragraph tags.
6484
6485 2012-01-03 Bernt Hansen <bernt@norang.ca>
6486
6487 * org-html.el (org-export-as-html): Check string-match
6488 argument.
6489 (org-html-handle-time-stamps): Check string-match argument.
6490
6491 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6492
6493 * org-agenda.el
6494 (org-agenda-skip-additional-timestamps-same-entry): Change
6495 default value.
6496
6497 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6498
6499 * org.el (org-time-string-to-time):
6500 (org-time-string-to-absolute): Add optional arguments BUFFER and
6501 POS for error reporting.
6502
6503 * org-agenda.el (org-get-all-dates):
6504 (org-agenda-get-timestamps, org-agenda-get-deadlines)
6505 (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
6506 stamp parsing functions with information on where the
6507 timestamp was taken from.
6508
6509 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6510
6511 * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
6512 after `show-all' in indirect buffer.
6513
6514 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6515
6516 * org-list.el (org-list-parents-alist): When no parent is found
6517 for an item, set it as the closest less indented item above. If
6518 none is found, make it a top level item.
6519 (org-list-write-struct): Externalize code.
6520 (org-list-struct-fix-item-end): New function.
6521 (org-list-struct): Remove a now useless fix.
6522
6523 * org.el (org-ctrl-c-ctrl-c): Use new function.
6524
6525 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6526
6527 * org.el (org-end-of-line): When on an item, move point at the
6528 end of the line, but before any hidden text. Thus, it's still
6529 possible to use commands, like `C-c C-c', acting at
6530 items. This is still disabled if `org-special-ctrl-a/e'
6531 ignores `C-e'.
6532
6533 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6534
6535 * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
6536
6537 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6538
6539 * org-footnote.el (org-footnote-renumber-fn:N): Fix an
6540 infloop.
6541
6542 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6543
6544 * org-footnote.el (org-footnote-at-definition-p): Remove
6545 useless `org-re'.
6546
6547 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6548
6549 * org-footnote.el (org-footnote-renumber-fn:N): Verify point
6550 is at a real footnote reference or definition before
6551 renumbering it.
6552
6553 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6554
6555 * org-footnote.el (org-footnote-goto-definition): This patch
6556 makes sure the function says when a definition has been
6557 found. Thus, moving from the reference to the definition
6558 doesn't offer to create the latter again.
6559
6560 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6561
6562 * org-footnote.el (org-footnote-create-definition):
6563 Explicitely move point after tag, if it has just been
6564 inserted.
6565
6566 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6567
6568 * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
6569 names on Windows systems.
6570
6571 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6572
6573 * org-footnote.el (org-footnote-create-definition): When the
6574 tag is missing, it is created before any existing footnote, or
6575 at end of buffer. In the latter case, the marker pointing at
6576 the position where the new footnote is going to be inserted
6577 (at end of buffer) stays before the tag. This patch makes
6578 sure that the marker will be kept after the tag.
6579
6580 2012-01-03 Eli Zaretskii <eliz@gnu.org>
6581
6582 * org.el (org-mode): Force left-to-right paragraphs in Org
6583 buffers. For a related discussions, see
6584 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
6585
6586 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6587
6588 * ob-asymptote.el (org-babel-asymptote-define-type): Silence
6589 byte-compiler.
6590
6591 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6592
6593 * ob-R.el (org-babel-R-evaluate): Fix bug in R session
6594 evaluation.
6595
6596 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6597
6598 * org-bibtex.el (org-bibtex-type-property-name): Configurable
6599 property name for bibtex entry types.
6600 (org-bibtex-headline): Use new configurable property name.
6601 (org-bibtex-check): Use new configurable property name.
6602 (org-bibtex-create): Use new configurable property name.
6603 (org-bibtex-write): Use new configurable property name.
6604
6605 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6606
6607 * org.el (org-paste-subtree): Remove unnecessary `concat'.
6608
6609 2012-01-03 Bastien Guerry <bzg@gnu.org>
6610
6611 * org.el (org-paste-subtree): Remove useless (concat ...).
6612
6613 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6614
6615 * ob-C.el (org-babel-C-var-to-C): Replacing usage of
6616 characterp with integerp (which should work w/Emacs22).
6617
6618 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6619
6620 * org-footnote.el (org-footnote-at-definition-p): Context must
6621 be valid at the beginning of line, not at point.
6622
6623 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6624
6625 * ob-tangle.el (org-babel-tangle-collect-blocks): Better
6626 delimiting of Org-mode text preceding a code block.
6627
6628 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6629
6630 * ob.el (org-babel-get-src-block-info): Fixing bug,
6631 accidentally deleted variable values.
6632
6633 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6634
6635 * ob-tangle.el (org-babel-process-comment-text): Customizable
6636 function to process comment text.
6637 (org-babel-tangle-collect-blocks): Make use of new
6638 customizable processing function.
6639 (org-babel-spec-to-string): Call customizable function rather than
6640 `org-babel-trim'.
6641
6642 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6643
6644 * ob-R.el (org-babel-execute:R): Collect and pass along the
6645 result-params.
6646 (org-babel-R-evaluate): Accept result-params and if "scalar" or
6647 "verbatim" don't process output.
6648 (org-babel-R-evaluate-session): Accept result-params and if
6649 "scalar" or "verbatim" don't process output.
6650
6651 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6652
6653 * ob.el (org-babel-merge-params): Differentiate between result
6654 types and wrappers.
6655
6656 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6657
6658 * ob.el (org-babel-get-src-block-info): Check that
6659 functional-syntax variables are initialized.
6660
6661 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6662
6663 * ob.el (org-babel-check-src-block): Adding a note for a
6664 future enhancement.
6665
6666 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6667
6668 * org-exp.el (org-export): Restore point when exporting a subtree.
6669
6670 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6671
6672 * ob.el (org-babel-parse-src-block-match): More robust to code
6673 blocks with empty bodies.
6674
6675 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6676
6677 * ob.el (org-babel-parse-src-block-match): Don't error on empty
6678 code block body.
6679
6680 2012-01-03 David Maus <dmaus@ictsoc.de>
6681
6682 * org.el (org-open-at-point): Unescape plain link.
6683
6684 2012-01-03 David Maus <dmaus@ictsoc.de>
6685
6686 * org-html.el (org-html-handle-links): Remove unnecessary link
6687 unescape.
6688
6689 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6690
6691 * ob.el (org-babel-merge-params): Better error message for
6692 unassigned variables.
6693
6694 2012-01-03 Christian Egli <christian.egli@alumni.ethz.ch>
6695
6696 * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
6697 buffer local variables to the temporary buffer before
6698 exporting.
6699
6700 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6701
6702 * org-exp.el (org-export-select-backend-specific-text): Only
6703 remove commas on the front line of a code block.
6704
6705 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6706
6707 * ob.el (org-babel-demarcate-block): Copy headers and indent to
6708 column of point when a block is split.
6709
6710 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6711
6712 * ob.el (org-babel-insert-result): Corrected file insertion
6713 for inline results.
6714
6715 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6716
6717 * org-footnote.el (org-footnote-in-valid-context-p): No
6718 footnote in latex fragments.
6719
6720 2012-01-03 Martin Rudalics <rudalics@gmx.at>
6721
6722 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
6723 argument from `pop-to-buffer-same-window' call.
6724
6725 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6726
6727 * ob-R.el (org-babel-R-evaluate-session): Improve prompt
6728 detection regexp.
6729
6730 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6731
6732 * org-inlinetask.el (org-inlinetask-goto-end): Small
6733 refactoring.
6734
6735 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6736
6737 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
6738 refactor code.
6739 (org-babel-asymptote-table-to-array): Removed function.
6740
6741 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6742
6743 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
6744 recognize non-nested lists as uni-dimensional arrays.
6745
6746 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6747
6748 * ob.el (org-babel-params-from-properties): Don't check for
6749 header arguments in properties with leading ":"s.
6750
6751 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6752
6753 * org-inlinetask.el (org-inlinetask-goto-end): Correctly
6754 detect the end of an inlinetask when the next one starts
6755 immediately after the current one. Also, return position of
6756 point.
6757
6758 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6759
6760 * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
6761 start at bol.
6762
6763 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6764
6765 * ob-asymptote.el (org-babel-asymptote-define-type): Elisp
6766 floats are asymptote reals.
6767
6768 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6769
6770 * ob-asymptote.el (org-babel-asymptote-table-to-array):
6771 Require a new argument TYPE specifying the detected type of
6772 array. If it's a string array, make sure every element is
6773 returned as a string. Also improve doc-string.
6774 (org-babel-asymptote-var-to-asymptote): Fill new argument.
6775 Small refactoring.
6776 (org-babel-asymptote-define-type): Rewrite to avoid stopping
6777 search at first float found, as strings have precedence over
6778 floats.
6779
6780 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6781
6782 * org-footnote.el (org-footnote-normalize): Be sure to separate
6783 the last footnote definition from the rest of the buffer.
6784
6785 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6786
6787 * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
6788 variable names.
6789
6790 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6791
6792 * org.el (org-latex-regexps): Allow matching latex fragments
6793 of type "$" and "$1" at beginning of line.
6794
6795 2012-01-03 Bastien Guerry <bzg@gnu.org>
6796
6797 * org-agenda.el (org-search-view, org-agenda-get-todos)
6798 (org-agenda-get-deadlines, org-agenda-get-scheduled): Add
6799 `category-pos' in let construct.
6800
6801 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6802
6803 * org-footnote.el (org-footnote-get-definition): The function has
6804 to widen buffer if definition has not been found in the current
6805 narrowed part. Be sure to restore that restriction once the
6806 definition is found.
6807
6808 2012-01-03 Michal Sojka <sojka@os.inf.tu-dresden.de> (tiny change)
6809
6810 * org-icalendar.el (org-print-icalendar-entries): Make alarm
6811 duration RFC5545 compliant.
6812
6813 2012-01-03 Bastien Guerry <bzg@gnu.org>
6814
6815 * org-agenda.el (org-agenda-get-timestamps)
6816 (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
6817 the `org-category-pos' property.
6818
6819 2012-01-03 Bastien Guerry <bzg@gnu.org>
6820
6821 * org-html.el (org-export-html-divs): Improve docstring.
6822
6823 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6824
6825 * org-table.el (org-table-fix-formulas): Throw error when
6826 changing formula leads to an invalid formula.
6827
6828 2012-01-03 Bastien Guerry <bzg@gnu.org>
6829
6830 * org.el (org-archive-location): Minor docstring fix.
6831
6832 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6833
6834 * org.el (org-block-todo-from-checkboxes):
6835 `org-list-search-forward' should be used when looking for an
6836 item, as it filters out contexts where match couldn't be in a
6837 list. Also use a correct item regexp, taking into account
6838 alphabetical ordered lists and counters.
6839
6840 2012-01-03 Bastien Guerry <bzg@gnu.org>
6841
6842 * org-html.el (org-html-make-link): Minor fix to the
6843 docstring.
6844
6845 2012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
6846
6847 * org-inlinetask.el (org-inlinetask): New customizable face
6848 for inlinetasks.
6849
6850 2012-01-03 Bastien Guerry <bzg@gnu.org>
6851
6852 * org-agenda.el (org-agenda-get-todos): Properly set
6853 `category-pos'.
6854
6855 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6856
6857 * org-list.el (org-list-struct-apply-struct): Don't use
6858 (copy-marker (point)) instead of (point-marker).
6859
6860 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6861
6862 * ob.el (org-babel-where-is-src-block-result): Don't try to
6863 resolve variables when simply checking if we're inside of a
6864 code block.
6865
6866 2012-01-03 Bastien Guerry <bzg@gnu.org>
6867
6868 * org.el (org-refresh-category-properties): New text property
6869 'org-category-position to point at the beginning of the
6870 headline from which the category is set.
6871
6872 2012-01-03 Matt Lundin <mdl@imapmail.org>
6873
6874 * org.el (org-refile): Don't call `org-back-to-heading' with
6875 goto argument.
6876
6877 2012-01-03 Bastien Guerry <bzg@gnu.org>
6878
6879 * org.el (org-link-display-descriptive): Remove this option and
6880 rely on the existing `org-descriptive-links' instead.
6881 (org-toggle-link-display): Use `org-descriptive-links'.
6882
6883 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6884
6885 * ob-ref.el (org-babel-ref-resolve): Allow matching of results
6886 with tags after the result name.
6887
6888 2012-01-03 Bastien Guerry <bzg@gnu.org>
6889
6890 * org-table.el (org-table-get-specials): Allow the use of the
6891 underscore character in column names.
6892 (org-table-get-specials): Allow the use of the underscore
6893 character in field names.
6894
6895 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6896
6897 * org-exp-blocks.el (org-export-blocks-preprocess): Explicitly
6898 cleaning up markers.
6899
6900 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6901
6902 * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
6903 around `org-babel-exp-do-export' which now searches in this case.
6904 (org-babel-exp-results): Position the point in the inline source
6905 block during export evaluation.
6906
6907 * ob.el (org-babel-insert-result): More readable code.
6908
6909 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6910
6911 * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
6912 in function rather than the superfluous (and now removed)
6913 org-specific function.
6914
6915 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6916
6917 * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
6918 inline code blocks which are already escaped.
6919
6920 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6921
6922 * org-exp-blocks.el (org-marker-from-point): Helper function to
6923 create markers at specific points in source buffers.
6924 (org-export-blocks-preprocess): Use markers instead of points
6925 to delimit code blocks.
6926
6927 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6928
6929 * org-list.el (org-list-separating-blank-lines-number): The
6930 behaviour of `org-back-over-empty-lines' depends on the
6931 associated value of `headline' in
6932 `org-blank-before-new-entry', which is out of context in a
6933 list.
6934
6935 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6936
6937 * org-indent.el (org-indent-initialize-agent): When the current
6938 buffer isn't being watched, resume initialization of other watched
6939 buffers. In that case, give hand to others idle timers or
6940 processes more frequently.
6941 (org-indent-agent-active-delay): Renamed from
6942 `org-indent-agent-process-duration'.
6943 (org-indent-agent-passive-delay): New variable.
6944 (org-indent-agent-resume-delay): Change value.
6945 (org-indent-initialize-buffer): Change argument name.
6946 (org-indent-add-properties): Change argument name and type
6947 expected. It must be a time value now.
6948
6949 2012-01-03 Bastien Guerry <bzg@gnu.org>
6950
6951 * org.el (org-set-property): Bugfix.
6952
6953 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6954
6955 * ob.el (org-babel-remove-result): Idempotent code block
6956 evaluation and result removal.
6957
6958 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6959
6960 * ob-ruby.el (org-babel-ruby-initiate-session): No longer
6961 require inf-ruby when no session evaluation takes place.
6962
6963 2012-01-03 Bastien Guerry <bzg@gnu.org>
6964
6965 * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
6966 the docstring.
6967
6968 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6969
6970 * org-agenda.el (org-agenda-custom-commands): Set a default
6971 value for this command.
6972
6973 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6974
6975 * org-agenda.el (org-agenda-include-all-todo): Declare this option
6976 as no longer working.
6977 (org-timeline): Rename the include-all argument to dotodo.
6978 (org-arg-loc): Renamed from` org-include-all-loc'.
6979 (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
6980 because its function has changed.
6981
6982 2012-01-03 Bastien Guerry <bzg@gnu.org>
6983
6984 * org.el (org-fixup-indentation): Fix various small bugs.
6985
6986 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6987
6988 * org-indent.el (org-indent-agent-timer)
6989 (org-indent-agentized-buffers, org-indent-agent-resume-timer)
6990 (org-indent-agent-process-duration)
6991 (org-indent-agent-resume-delay): New variables.
6992 (org-indent-initial-marker): More accurate doc-string.
6993 (org-indent-initial-timer, org-indent-initial-resume-timer)
6994 (org-indent-initial-process-duration)
6995 (org-indent-initial-resume-delay)
6996 (org-indent-initial-lock): Removed variables.
6997 (org-indent-mode): Set up an agent to watch current buffer, or
6998 add it to the list of already watched buffers.
6999 (org-indent-initialize-agent): New function.
7000 (org-indent-initialize-buffer): Now requires a mandatory
7001 buffer argument.
7002 (org-indent-add-properties): Reflect changes to variables.
7003 The resume timer is now global.
7004
7005 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7006
7007 * org-footnote.el (org-footnote-normalize): Refactor, and fix
7008 some blank lines deletion.
7009
7010 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7011
7012 * org-indent.el (org-indent-mode):
7013 `org-indent-initial-resume-timer ' needs to be local.
7014
7015 2012-01-03 Bastien Guerry <bzg@gnu.org>
7016
7017 * org.el (org-fixup-indentation): Correctly indent meta lines.
7018
7019 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7020
7021 * org-indent.el (org-indent-set-line-properties): Add text
7022 properties down to the beginning of the next line.
7023 (org-indent-add-properties): When last position to add
7024 properties to is at the beginning of a line, all that line
7025 will have properties.
7026
7027 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7028
7029 * org-indent.el (org-indent-initial-resume-timer): New variable.
7030 (org-indent-initialize-buffer): Also resume after a small break.
7031 (org-indent-add-properties): When in asynchronous mode,
7032 proceed for 2 seconds, then take a break.
7033
7034 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7035
7036 * org-indent.el (org-indent-set-line-properties): New function.
7037 (org-indent-add-properties): Externalize worker function.
7038
7039 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7040
7041 * org-indent.el (org-indent-indent-buffer): Take into account
7042 narrowing.
7043
7044 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7045
7046 * org-indent.el (org-indent-modified-headline-flag): Renamed from
7047 `org-indent-deleted-headline-flag'
7048 (org-indent-notify-modified-headline): Renamed from
7049 `org-indent-notify-deleted-headline'. Handle situations when
7050 the stars of an headline are modified.
7051 (org-indent-refresh-maybe): Remove case now handled by
7052 previous function.
7053 (org-indent-mode): Apply renames.
7054
7055 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7056
7057 * org-indent.el (org-indent-inlinetask-first-star): New
7058 variable.
7059 (org-indent-add-properties): Set the first star of inline-tasks'
7060 virtual indentation in `org-warning' face.
7061
7062 * org-inlinetask.el (org-inlinetask-insert-task): Create a new
7063 inline-task slightly differently, so virtual indentation can
7064 be applied normally.
7065
7066 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7067
7068 * org-indent.el (org-indent-initial-marker)
7069 (org-indent-initial-timer, org-indent-initial-lock): New
7070 variables.
7071 (org-indent-mode): At initialization, start an idle timer to indent
7072 the whole buffer. When the user is asking for control, interrupt the
7073 process, and resume at the same point when idle again.
7074 (org-indent-initialize-buffer): New function.
7075 (org-indent-add-properties): Throw an interrupt when indentation of
7076 buffer is stopped during initialization.
7077
7078 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7079
7080 * org-indent.el (org-indent-indent-buffer): Send more
7081 appropriate messages.
7082
7083 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7084
7085 * org-indent.el (org-indent-notify-deleted-headline)
7086 (org-indent-refresh-maybe): Replace `org-indent-outline-re'
7087 with `org-outline-regexp-bol'.
7088
7089 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7090
7091 * org-indent.el (org-indent-max-levels): Modify default value and
7092 add comment.
7093 (org-indent-add-properties): Pay attention to `org-indent-max'
7094 and `org-indent-max-levels' values.
7095 (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
7096 save excursion.
7097
7098 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7099
7100 * org-table.el (org-table-align): Remove now useless hack.
7101
7102 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7103
7104 * org-indent.el (org-indent-fix-section-after-idle-time): Remove
7105 variable.
7106 (org-indent-initialize): Remove timer.
7107 (org-indent-add-properties): Refactor code.
7108 (org-indent-refresh-subtree, org-indent-refresh-section)
7109 (org-indent-refresh-buffer,org-indent-set-initial-properties): Remove
7110 functions.
7111 (org-indent-deleted-headline): New variable.
7112 (org-indent-notify-deleted-headline,org-indent-refresh-maybe): New
7113 functions.
7114 (org-indent-mode): Insert new functions into a hook.
7115
7116 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7117
7118 * org-indent.el (org-indent-mode): Completely refresh buffer
7119 before starting org-indent-mode. Also set idle timer to refresh
7120 only visible portion of buffer, and refresh the subtree instead of
7121 section when promoting or demoting it.
7122 (org-indent-add-properties): Rewrite function to proceed line by
7123 line, as required by `wrap-prefix' specificity.
7124 (org-indent-refresh-section,org-indent-refresh-subtree): Refactor.
7125 (org-indent-refresh-view): New function.
7126 (org-indent-refresh-to, org-indent-refresh-section): Removed
7127 functions.
7128
7129 * org.el (org-unfontify-region): Do not remove prefix
7130 properties when unfontifying a region.
7131
7132 2012-01-03 Bastien Guerry <bzg@gnu.org>
7133
7134 * org-colview.el (org-columns-cleanup-item): Correctly remove
7135 leading stars in items displayed in the agenda column view.
7136
7137 2012-01-03 Bastien Guerry <bzg@gnu.org>
7138
7139 * org-colview.el (org-columns-display-here): Clean up items in
7140 `org-agenda-mode' too.
7141 (org-columns-cleanup-item): Take a new argument CPHR to allow
7142 passing a complex heading regexp. Rewrite to cleanup ITEM
7143 correctly in `org-agenda-mode'.
7144
7145 2012-01-03 Bastien Guerry <bzg@gnu.org>
7146
7147 * org-clock.el (org-duration-string-to-minutes)
7148 (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes): Move
7149 from org.el.
7150
7151 2012-01-03 Bastien Guerry <bzg@gnu.org>
7152
7153 * org.el (org-refile-active-region-within-subtree): New option to
7154 allow refiling a region that is part of a subtree without
7155 containing a subtree itself. This default to `nil'.
7156 (org-refile): Use the new option. Put point at the beginning
7157 of the region/subtree to be refiled, so that users understand
7158 what will be refiled. Also improve the prompt to tell whether
7159 the user is refiling a region or a headline.
7160
7161 2012-01-03 Bastien Guerry <bzg@gnu.org>
7162
7163 * org.el (org-properties-postprocess-alist): New option to allow
7164 postprocessing the values of properties set through
7165 `org-set-property'.
7166 (org-set-property): Use this option.
7167
7168 2012-01-03 Bastien Guerry <bzg@gnu.org>
7169
7170 * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
7171 docstring.
7172
7173 2012-01-03 Bastien Guerry <bzg@gnu.org>
7174
7175 * org-archive.el (org-archive-to-archive-sibling): Use
7176 `org-outline-regexp' instead of `outline-regexp'.
7177
7178 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7179
7180 * org.el (org-between-regexps-p): Searching up to pos may
7181 match again beginning regexp.
7182
7183 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7184
7185 * org-footnote.el (org-footnote-goto-definition): Don't send
7186 erroneous message: suggested bindings might not be set outside
7187 Org.
7188
7189 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7190
7191 * org-footnote.el (org-footnote-normalize): Effectively remove
7192 any footnote tag in non Org buffers, as detailled in the
7193 docstring of `org-footnote-tag-for-non-org-mode-files'.
7194
7195 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7196
7197 * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
7198 notify the opportunity to set the variable to the empty string.
7199 (org-footnote-normalize, org-footnote-create-definition):
7200 Carefully check for inserted newlines and presence of the
7201 footnote tag.
7202
7203 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7204
7205 * org-footnote.el (org-footnote-at-definition-p): Re-use
7206 `org-footnote-definition-re'.
7207
7208 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7209
7210 * org-footnote.el (org-footnote-definition-re): Remove an
7211 useless group.
7212 (org-footnote-at-definition-p): Reflect removal of the group.
7213
7214 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7215
7216 * org.el (org-set-regexps-and-options): Enforce white space
7217 after todo keyword, as word boundary isn't sufficient (i.e. in
7218 matches * TODO/this).
7219
7220 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
7221
7222 * org-inlinetask.el (org-inlinetask-export-templates): Fixed
7223 template for html so that the exported file is valid
7224 xhtml. Added template for odt.
7225 (org-inlinetask-export-handler): Fix typo in the regexp that
7226 trims content. Make sure that the content is flanked by
7227 paragraph boundaries on either side.
7228
7229 2012-01-03 Bastien Guerry <bzg@gnu.org>
7230
7231 * org.el (org-add-planning-info): Don't insert superfluous
7232 space when updating timestamps.
7233
7234 2012-01-03 Bastien Guerry <bzg@gnu.org>
7235
7236 * org-agenda.el (org-cmp-effort): Fix docstring.
7237
7238 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7239
7240 * org-list.el (org-list-full-item-re): When an item has only a
7241 bullet and no space after it, list structure would not be
7242 recognized correctly.
7243
7244 2012-01-03 Bastien Guerry <bzg@gnu.org>
7245
7246 * org.el (org-overview): Use `outline-regexp' instead of
7247 `org-outline-regexp' so that global cycling using
7248 `orgstruct-mode' works outside of Org buffers.
7249
7250 2012-01-03 Bastien Guerry <bzg@gnu.org>
7251
7252 * org-table.el (org-table-eval-formula): Fix missing variable
7253 in let construct.
7254 (org-table-time-string-to-seconds): Fix missing variable in
7255 let construct.
7256
7257 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
7258
7259 * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
7260 case of wdays being 0. Don't pass wdays to
7261 org-agenda-deadline-face, like before the old fix.
7262 (org-agenda-deadline-face): Revert to old state that was without
7263 wdays.
7264
7265 2012-01-03 Bastien Guerry <bzg@gnu.org>
7266
7267 * org-latex.el (org-export-latex-fixed-width): Only add one
7268 line break after exporting verbatim environments.
7269
7270 2012-01-03 Bastien Guerry <bzg@gnu.org>
7271
7272 * org-mw.el (org-mw-export-lists): Fix list export.
7273
7274 2012-01-03 Bastien Guerry <bzg@gnu.org>
7275
7276 * org-list.el (org-list-item-trim-br): New function.
7277 (org-list-to-generic): New parameter :nobr to use the new
7278 function.
7279
7280 2012-01-03 David Maus <dmaus@ictsoc.de>
7281
7282 * org.el (org-paste-subtree): Fix wrong order of lines to move
7283 before pasting.
7284
7285 2012-01-03 David Maus <dmaus@ictsoc.de>
7286
7287 * org.el (org-paste-subtree): Paste subtree above target
7288 headline if point is at bol.
7289
7290 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7291
7292 * org-list.el (org-toggle-checkbox): Don't clear lim-down
7293 while used in the while loop.
7294
7295 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7296
7297 * org-list.el (org-toggle-checkbox): Lim-down must be a
7298 marker.
7299
7300 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7301
7302 * org.el (org-activate-code): Correct regexp so ":.*" isn't
7303 matched.
7304
7305 2012-01-03 David Maus <dmaus@ictsoc.de>
7306
7307 * org-macs.el (org-with-gensyms, org-called-interactively-p)
7308 (with-silent-modifications, org-bound-and-true-p)
7309 (org-unmodified, org-re, org-preserve-lc)
7310 (org-without-partial-completion, org-with-point-at)
7311 (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
7312 (org-if-unprotected-at, org-with-remote-undo)
7313 (org-no-read-only, org-save-outline-visibility)
7314 (org-with-wide-buffer, org-with-limited-levels)
7315 (org-eval-in-environment): Provide edebug specifications.
7316
7317 * org-src.el (org-src-do-at-code-block): Dto.
7318
7319 * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
7320
7321 * org-compat.el (org-xemacs-without-invisibility): Dto.
7322
7323 * org-clock.el (org-with-clock-position, org-with-clock): Dto.
7324
7325 * org-agenda.el (org-agenda-with-point-at-orig-entry)
7326 (org-batch-agenda, org-batch-agenda-csv)
7327 (org-batch-store-agenda-views): Dto.
7328
7329 * ob.el (org-babel-do-in-edit-buffer)
7330 (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
7331
7332 * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
7333
7334 * ob-table.el (sbe): Dto.
7335
7336 * ob-exp.el (org-babel-exp-in-export-file): Dto.
7337
7338 * ob-comint.el (org-babel-comint-in-buffer)
7339 (org-babel-comint-with-output): Dto.
7340
7341 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7342
7343 * org-inlinetask.el (org-inlinetask-export-templates): Fix
7344 docstring.
7345
7346 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7347
7348 * org-inlinetask.el (org-inlinetask-insert-task): Error when
7349 trying to nest inline tasks.
7350
7351 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7352
7353 * org.el (org-activate-code, org-toggle-fixed-width-section)
7354 (org-indent-line-function): Allow "[ \t]*:$" as a special case of
7355 fixed-width section.
7356
7357 2012-01-03 David Maus <dmaus@ictsoc.de>
7358
7359 * org.el (org-paste-subtree): Don't eat headline when called
7360 with point at existing headline.
7361
7362 2012-01-03 David Maus <dmaus@ictsoc.de>
7363
7364 * org.el (org-paste-subtree): Fix typo in variable name.
7365
7366 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
7367
7368 * org-inlinetask.el (org-inlinetask-export-handler): Don't
7369 export inline tasks if the current backend has provided no
7370 entries in `org-inlinetask-export-templates'.
7371
7372 2012-01-03 Valentin Wüstholz <wuestholz@gmail.com> (tiny change)
7373
7374 * org.el (org-indent-line-function): Made the way in which
7375 example blocks are indented more flexible.
7376
7377 2012-01-03 David Maus <dmaus@ictsoc.de>
7378
7379 * org-agenda.el (org-batch-agenda-csv): Fix argument to append
7380 when creating final parameter alist.
7381
7382 2012-01-03 David Maus <dmaus@ictsoc.de>
7383
7384 * org-agenda.el (org-batch-store-agenda-views): Use macro
7385 `org-eval-in-environment'.
7386
7387 2012-01-03 David Maus <dmaus@ictsoc.de>
7388
7389 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv): Use
7390 `org-eval-in-environment.
7391
7392 2012-01-03 David Maus <dmaus@ictsoc.de>
7393
7394 * org-macs.el (org-make-parameter-alist): New function. Turn
7395 flat list of alternating symbol names and values into an alist
7396 with symbol name in car and value in cdr.
7397
7398 2012-01-03 David Maus <dmaus@ictsoc.de>
7399
7400 * org-agenda.el (org-agenda-with-point-at-orig-entry): Use
7401 macro `org-with-gensyms'.
7402
7403 2012-01-03 David Maus <dmaus@ictsoc.de>
7404
7405 * org-macs.el (org-substitute-posix-classes): New
7406 function. Substitute posix classes in regular expression.
7407 (org-re): Use new function.
7408
7409 2012-01-03 David Maus <dmaus@ictsoc.de>
7410
7411 * org-macs.el (org-eval-in-environment): New macro. Evaluate FORM
7412 in ENVIRONMENT.
7413
7414 2012-01-03 David Maus <dmaus@ictsoc.de>
7415
7416 * org-macs.el (org-preserve-lc, org-with-point-at)
7417 (org-with-remote-undo, org-save-outline-visibility): Use new
7418 macro `org-with-gensyms'.
7419
7420 2012-01-03 David Maus <dmaus@ictsoc.de>
7421
7422 * org-macs.el (org-with-gensyms): New macro. Wrap let-binding
7423 of SYMBOLS to new uninterned symbols around BODY.
7424
7425 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7426
7427 * org-inlinetask.el (org-inlinetask-export-handler): Make sure
7428 the task starts a paragraph or the HTML exporter will produce
7429 an incorrect output.
7430
7431 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7432
7433 * org.el (org-return): When filling happens, `newline' can
7434 change match data, hence modifying the indent column.
7435
7436 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7437
7438 * org-footnote.el (org-footnote-new): Only forbid non-inlined
7439 footnotes at column 0, as only them can be confused with a
7440 footnote definition.
7441
7442 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7443
7444 * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
7445 when available when prompted for a label. Also rename a local
7446 variable to avoid confusion with an existing function.
7447
7448 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7449
7450 * org-footnote.el (org-footnote-label-history): Removed
7451 variable
7452 (org-footnote-new): Remove call to that variable.
7453
7454 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7455
7456 * org.el (org-insert-heading): With `force-heading' non-nil,
7457 inserting an heading before any headline, and just after a
7458 list would return an error.
7459
7460 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7461
7462 * ob.el (org-babel-sha1-hash): Removed use of `copy-seq'.
7463
7464 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7465
7466 * org-bibtex.el (org-bibtex-get): Make the "FILE" property
7467 non-special when resolving bibtex values.
7468
7469 2012-01-03 David Maus <dmaus@ictsoc.de>
7470
7471 * org.el (org-back-over-empty-lines): Don't move line upward
7472 if point is at eob.
7473
7474 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7475
7476 * org-footnote.el (org-footnote-in-valid-context-p): Check
7477 `org-protected' property before allowing to match a footnote.
7478 (org-footnote-at-reference-p): Remove an obsolete test. It is now
7479 done in the previous function.
7480
7481 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7482
7483 * org.el (org-between-regexps-p): Previous name implied the
7484 function was related to blocks, which isn't mandatory.
7485 (org-narrow-to-block, org-in-block-p)
7486 (org-indent-line-function): Applied the rename.
7487
7488 * ob-exp.el (org-babel-in-example-or-verbatim): Applied
7489 rename. Also removed a white space.
7490
7491 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7492
7493 * org.el (org-in-regexps-block-p): Return an useful value when
7494 point is between START-RE and END-RE. No incomplete block is
7495 allowed anymore. Add another optional argument to bound the
7496 bottom part of the search.
7497 (org-narrow-to-block, org-in-block-p): Apply modifications.
7498
7499 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7500
7501 * ob.el (org-babel-src-block-regexp): If a code block has a
7502 body, its last character must be a newline.
7503
7504 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7505
7506 * org-footnote.el (org-footnote-next-reference-or-definition):
7507 If no more footnote is found, be sure to go back to the
7508 original position. Otherwise, point might be left on a
7509 footnote-like element that has been dished out.
7510
7511 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7512
7513 * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
7514 variable.
7515
7516 * ob.el (defvar): Wrap variable declaration in
7517 `eval-when-compile'.
7518
7519 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7520
7521 * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
7522
7523 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7524
7525 * ob-java.el (org-babel-execute:java): Allow cmdline flags
7526 during compilation and evaluation.
7527
7528 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
7529
7530 * ob.el (org-babel-expand-body:generic, org-babel-number-p):
7531 * ob-ref.el (org-babel-ref-parse): Fix typos.
7532
7533 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
7534
7535 * ob.el (org-babel-execute-src-block): Fix typo.
7536
7537 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7538
7539 * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
7540
7541 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
7542
7543 * org-list.el (org-list-send-item): Use sort instead of sort*.
7544
7545 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7546
7547 * org-table.el (org-table-line-to-dline): Fix typo.
7548
7549 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7550
7551 * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
7552 (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
7553 (org-search-syntax-table, org-modify-diary-entry-string)
7554 (org-write-agenda):
7555 * org-bbdb.el (org-bbdb-anniv-export-ical):
7556 * org-bibtex.el (org-bibtex-fields):
7557 * org-icalendar.el (org-icalendar-date-time-format):
7558 * org-latex.el (org-export-latex-inline-image-extensions):
7559 * org-list.el (org-list-insert-item): Fix typos.
7560
7561 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
7562
7563 * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
7564
7565 2011-09-27 Eli Zaretskii <eliz@gnu.org>
7566
7567 * org.el (org-mode): Force left-to-right paragraphs in Org
7568 buffers. For a related discussions, see
7569 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
7570
7571 2011-09-17 Juanma Barranquero <lekktu@gmail.com>
7572
7573 * org.el (org-toggle-pretty-entities): Fix typo in message.
7574
7575 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
7576
7577 * org-compat.el (org-pop-to-buffer-same-window): Deleted.
7578
7579 * ob-ref.el (org-babel-ref-goto-headline-id):
7580 * org.el (org-get-location, org-tree-to-indirect-buffer)
7581 (org-mark-ring-goto, org-refile, org-add-log-note)
7582 (org-revert-all-org-buffers, org-switchb)
7583 (org-cycle-agenda-files, org-submit-bug-report)
7584 (org-goto-marker-or-bmk):
7585 * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
7586 * org-capture.el (org-capture-goto-target)
7587 (org-capture-fill-template):
7588 * org-clock.el (org-clock-goto):
7589 * org-ctags.el (org-ctags-visit-buffer-or-file):
7590 * org-exp.el (org-export-as-org):
7591 * org-feed.el (org-feed-show-raw-feed):
7592 * org-html.el (org-export-htmlize-generate-css):
7593 * org-id.el (org-id-goto):
7594 * org-irc.el (org-irc-visit-erc):
7595 * org-mobile.el (org-mobile-apply):
7596 * org-publish.el (org-publish-org-to, org-publish-find-date):
7597 * org-remember.el (org-go-to-remember-target):
7598 * org-src.el (org-src-switch-to-buffer)
7599 (org-edit-fixed-width-region): Use switch-to-buffer.
7600
7601 2011-08-31 Martin Rudalics <rudalics@gmx.at>
7602
7603 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
7604 argument from pop-to-buffer-same-window call.
7605
7606 2011-07-30 Carsten Dominik <carsten.dominik@gmail.com>
7607
7608 * ob.el (org-babel-src-block-regexp): If a code block has a body,
7609 its last character must be a newline.
7610
7611 2011-07-28 Bastien Guerry <bzg@gnu.org>
7612
7613 * org-pcomplete.el: New file. Rename from org-complete.el.
7614 * org-complete.el: Delete file.
7615
7616 2011-07-28 Bastien Guerry <bzg@gnu.org>
7617
7618 * org-publish.el (org-publish-index-generate-theindex): Rename
7619 from `org-publish-index-generate-theindex.inc'. Use the file
7620 theindex.org directly instead of including theindex.inc.
7621 (org-publish-projects): Don't delete .orgx files.
7622 (org-publish-aux-preprocess): Use .file.orgx.
7623
7624 2011-07-28 Bastien Guerry <bzg@gnu.org>
7625
7626 * org-html.el (org-export-html-preamble-format): New default for
7627 the HTML preamble: don't include the title. Also improve the
7628 docstring.
7629 (org-export-html-postamble-format): Improve the docstring.
7630 (org-export-as-html): Add the title within the "content" div.
7631 This is necessary for interaction with the org-info.js script.
7632
7633 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
7634
7635 * org-table.el (org-table-edit-field): Display field coordinates.
7636
7637 2011-07-28 Bastien Guerry <bzg@gnu.org>
7638
7639 * org-publish.el (org-publish-find-title): Bugfix: kill buffers
7640 unless they were already visited.
7641 (org-sitemap-sort-files, org-sitemap-sort-folders)
7642 (org-sitemap-ignore-case, org-sitemap-requested)
7643 (org-sitemap-date-format, org-sitemap-file-entry-format): Use
7644 a correct prefix.
7645 (org-publish-projects): Make sure to delete .orgx files.
7646 (org-publish-index-generate-theindex.inc): Small docstring fix.
7647
7648 2011-07-28 Bastien Guerry <bzg@gnu.org>
7649
7650 * org-table.el (org-table-duration-custom-format): New defcustom
7651 to select output format of durations computations.
7652 (org-table-time-seconds-to-string): Use the new variable.
7653 (org-table-eval-formula): Allow `t' as a flag, on top of `T'. `t'
7654 will use the custom output format defined in
7655 `org-table-duration-custom-format'.
7656
7657 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7658
7659 * org-list.el: Search blank lines down to the end of the item
7660 instead of stopping at the item, in order to possibly match such
7661 lines within the item.
7662
7663 2011-07-28 Bastien Guerry <bzg@gnu.org>
7664
7665 * org-latex.el (org-export-latex-href-format): Docstring fix to
7666 reflect the fact that you can use only one "%s".
7667 (org-export-latex-links): Allow `org-export-latex-href-format' to
7668 have only one "%s".
7669
7670 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7671
7672 * org.el (org-org-menu): Add `org-copy-visible' to the menu.
7673
7674 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7675
7676 * org.el (org-copy-visible): New command.
7677
7678 2011-07-28 Bastien Guerry <bzg@gnu.org>
7679
7680 * org-capture.el (org-capture-templates): Docstring fix.
7681
7682 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7683
7684 * ob.el (org-babel-view-src-block-info): New function to inspect
7685 code blocks.
7686
7687 * ob-keys.el (org-babel-key-bindings): Key bindings for
7688 `org-babel-view-src-block-info'.
7689
7690 2011-07-28 Bastien Guerry <bzg@gnu.org>
7691
7692 * org-exp.el (org-infile-export-plist): Handle recursively
7693 included setup files. The value of the last included file always
7694 takes precedence over previous values.
7695
7696 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7697
7698 * org.el (org-timestamp-change): Keep point in the same category
7699 when updating a time-stamp. This requires to be careful, as,
7700 depending on the locale, name of day might change of length during
7701 the process.
7702
7703 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7704
7705 * org-footnote.el (org-footnote-create-definition): When skipping
7706 already written footnotes definition, the algorithme would assume
7707 each one was only one-line long.
7708
7709 2011-07-28 Bastien Guerry <bzg@gnu.org>
7710
7711 * org-table.el (org-table-eval-formula): Fix bug when a formula
7712 "range" is just one cell.
7713 (org-table-time-string-to-seconds): Don't check whether we
7714 manipulate a string.
7715
7716 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7717
7718 * org-exp.el (org-export-mark-list-end)
7719 (org-export-mark-list-properties): Don't remove the ending regexp
7720 when it consists in blank lines.
7721
7722 * org-list.el (org-list-parse-list): Ditto, but remove it
7723 completely when it isn't made of blank lines (i.e. during export
7724 process).
7725
7726 2011-07-28 Bastien Guerry <bzg@gnu.org>
7727
7728 * org-table.el (org-table-time-string-to-seconds): Match either
7729 HH:MM:SS or HH:MM (instead of MM:SS).
7730
7731 2011-07-28 Bastien Guerry <bzg@gnu.org>
7732
7733 * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
7734 `org-ctrl-c-ctrl-c' cannot do anything useful in the given
7735 context.
7736
7737 2011-07-28 Bastien Guerry <bzg@gnu.org>
7738
7739 * org-html.el (org-export-html-with-timestamp)
7740 (org-export-html-html-helper-timestamp): These are obsolete
7741 variables as of Org version 7.7 as you can already export the
7742 timestamp from the preamble or the postamble.
7743 (org-export-html-before-content-div): Delete variable.
7744 (org-export-html-content-div): Obsolete variable as of 7.7.
7745 (org-export-html-divs): New variable to define divs used in
7746 HTML export.
7747 (org-export-as-html): Now the preamble and the postamble are
7748 surrounded by a <div ...>. The name of the div is defined through
7749 `org-export-html-divs'.
7750
7751 2011-07-28 Bastien Guerry <bzg@gnu.org>
7752
7753 * org-table.el (org-table-eval-formula): Throw an error when
7754 trying to replace complex range with invalid references.
7755
7756 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7757
7758 * org-macs.el (org-with-limited-levels): Some functions, like
7759 `org-back-to-heading', being deeply based on outline-mode, still
7760 refer to `outline-regexp' instead of `org-outline-regexp'.
7761
7762 2011-07-28 Bastien Guerry <bzg@gnu.org>
7763
7764 * org.el (org-refile-get-targets): New optional argument
7765 `excluded-entries' to exclude entries from the targets.
7766 (org-refile-get-location): From an org-mode buffer, exclude
7767 current heading and subheadings from the list of targets when
7768 `org-refile-use-cache' is nil.
7769
7770 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7771
7772 * org.el (org-imenu-get-tree): Headlines start at bol.
7773
7774 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7775
7776 * ob-maxima.el: New file. Fixed self-proclaimed file name.
7777
7778 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7779
7780 * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
7781 lists.
7782
7783 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7784
7785 * org.el (org-kill-is-subtree-p): Matched string needs to start at
7786 bol.
7787
7788 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7789
7790 * org.el (org-paste-subtree, org-kill-is-subtree-p)
7791 (org-yank-folding-would-swallow-text, org-yank-generic): Use
7792 `org-with-limited-levels' macro.
7793
7794 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7795
7796 * org-macs.el (org-with-limited-levels): Also modify, when
7797 appropriate, `org-outline-regexp-at-bol'.
7798
7799 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7800
7801 * org.el (org-timestamp-change): Some locales don't use the same
7802 length for date abbreviations. Set a marker at origin in case
7803 length of new timestamp is different.
7804
7805 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7806
7807 * org.el (org-imenu-get-tree): Browse only true headlines.
7808
7809 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7810
7811 * org-archive.el (org-archive-subtree): While it might be possible
7812 to archive an headline of a temporary buffer (i.e. not visiting a
7813 file), it wouldn't be really sensible.
7814
7815 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7816
7817 * org-archive.el (org-extract-archive-file)
7818 (org-extract-archive-heading, org-archive-subtree):
7819 `buffer-file-name' is nil in an indirect buffer. Thus, use
7820 `(buffer-file-name (buffer-base-buffer))', which will, in any
7821 case, return the file name.
7822
7823 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7824
7825 * org-capture.el (org-capture): If dired isn't loaded,
7826 `dired-buffers' isn't defined, and %F will fail.
7827
7828 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7829
7830 * ob-java.el (org-babel-execute:java): Don't create empty package
7831 directories.
7832
7833 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7834
7835 * ob-java.el: New file.
7836
7837 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7838
7839 * ob.el (org-babel-execute-src-block): Replace call to defunct
7840 function `org-babel-result-hash'.
7841
7842 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7843
7844 * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
7845 lines and headers in `message-mode'.
7846 (org-footnote-at-reference-p): Remove check for cited lines, this
7847 is now handled by the previous function. Refactor.
7848
7849 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7850
7851 * org-capture.el (org-capture): If no file is associated to
7852 current buffer, check dired buffer and try to retrieve a possibly
7853 directory associated.
7854
7855 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7856
7857 * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
7858 (not original) file buffer.
7859
7860 * ob.el (org-babel-current-result-hash): More informative name,
7861 and remove useless optional argument.
7862
7863 2011-07-28 Bastien Guerry <bzg@gnu.org>
7864
7865 * org.el (org-refile-get-location): Exclude current heading from
7866 the refile table.
7867
7868 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7869
7870 * org-footnote.el (org-footnote-at-reference-p): Test if match is
7871 in cited text, when replying to a message.
7872 (org-footnote-new): Do not create a new footnote at bol, as it
7873 might be seen as a definition.
7874 (org-footnote-at-definition-p): Ignore definitions in forbidden
7875 blocks, as it is already the case for references.
7876
7877 2011-07-28 Matt Lundin <mdl@imapmail.org>
7878
7879 * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
7880 argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
7881 have no effect).
7882
7883 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7884
7885 * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
7886 into empty strings.
7887
7888 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7889
7890 * org-list.el (org-list-insert-item): Actualize code comments.
7891 (org-insert-item): For consistency, point cannot be moved at a
7892 surprising place when the user is being asked to choose a new
7893 description term to insert in the list. Point should stay where
7894 the user called the command.
7895
7896 2011-07-28 Bastien Guerry <bzg@gnu.org>
7897
7898 * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
7899 (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
7900
7901 2011-07-28 Bastien Guerry <bzg@gnu.org>
7902
7903 * org.el (org-outline-regexp-bol): New defconst.
7904 (org-outline-level, org-set-font-lock-defaults, org-cycle)
7905 (org-overview, org-content, org-flag-drawer)
7906 (org-first-headline-recenter, org-insert-todo-heading)
7907 (org-map-region, org-move-subtree-down, org-paste-subtree)
7908 (org-kill-is-subtree-p, org-context-p, org-refile)
7909 (org-refile-new-child, org-toggle-comment, org-todo)
7910 (org-add-planning-info, org-add-log-setup, org-scan-tags)
7911 (org-set-tags, org-insert-property-drawer)
7912 (org-prepare-agenda-buffers, org-preview-latex-fragment)
7913 (org-speed-command-default-hook, org-check-for-hidden)
7914 (org-toggle-item, org-toggle-heading)
7915 (org-indent-line-function, org-set-autofill-regexps)
7916 (org-fill-paragraph, org-toggle-fixed-width-section)
7917 (org-yank-generic, org-yank-folding-would-swallow-text)
7918 (org-first-sibling-p, org-goto-sibling)
7919 (org-goto-first-child, org-show-entry): Use
7920 `org-outline-regexp' and `org-outline-regexp-bol'.
7921
7922 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7923
7924 * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
7925 be checked for parent, not current headline. Also, this function
7926 doesn't need to be interactive.
7927
7928 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7929
7930 * org-list.el (org-list-send-item, org-list-struct-apply-struct)
7931 (org-apply-on-list, org-toggle-checkbox): Make markers point
7932 nowhere when they have become useless.
7933
7934 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7935
7936 * org-list.el (org-list-insert-item): When insertion point is in
7937 some white line after the end of the list, remove all unnecessary
7938 white lines there before proceeding. Also refactor a snippet of
7939 code.
7940
7941 2011-07-28 Bastien Guerry <bzg@gnu.org>
7942
7943 * org-latex.el (org-export-latex-image-default-option): Change
7944 default value.
7945
7946 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7947
7948 * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
7949 correctly fontified when the buffer is missing a final newline.
7950
7951 2011-07-28 Bastien Guerry <bzg@gnu.org>
7952
7953 * ob.el (org-babel-strip-protective-commas): Return `nil' instead
7954 of an error if no argument is given.
7955 (org-babel-parse-src-block-match): Make sure body is defined in
7956 the let construct.
7957
7958 2011-07-28 Jon Anders Skorpen <jonas@ifi.uio.no> (tiny change)
7959
7960 * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
7961 did not find includes with double quoted file names.
7962
7963 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7964
7965 * org-footnote.el (org-footnote-normalize): Footnote section
7966 should be inserted only if there are footnotes to insert.
7967
7968 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7969
7970 * org-footnote.el (org-footnote-at-definition-p)
7971 (org-footnote-normalize): Do not grab signature in the definition
7972 of the last footnote.
7973
7974 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7975
7976 * org-bibtex.el (org-babel-trim): Declare this function to the
7977 compiler.
7978 (org-bibtex-get): Trimming whitespace off of bibtex fields read from
7979 properties.
7980
7981 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7982
7983 * org-exp.el (org-export-preprocess-string): Add the possibility
7984 to call recursively the function. Also change order of some
7985 function calls. Comment export process for footnotes.
7986
7987 * org-footnote.el (org-footnote-normalize): Change the export
7988 specific parameter to hold properties of export. Thus, the
7989 function can send every footnote definition in the buffer through
7990 `org-export-process-string'.
7991
7992 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7993
7994 * org-latex.el (org-export-latex-preprocess): First insert
7995 footnotes in the temporary buffer so their contents can properly
7996 be protected from further transformations if required.
7997
7998 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7999
8000 * org-list.el (org-list-indent-offset): New variable.
8001 (org-list-struct-fix-ind): Make use of the new variable.
8002
8003 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8004
8005 * org-latex.el (org-export-latex-list-parameters): Complete
8006 default value with cbtrans option.
8007
8008 * org-list.el (org-list-to-latex): Set a more consistent default
8009 value.
8010
8011 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8012
8013 * org-list.el (org-list-swap-items): Move it to a meaningful
8014 position in source code (i.e. before any function using it), and
8015 rename it to an easier name.
8016
8017 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8018
8019 * org-list.el (org-list-separating-blank-lines-number): If there
8020 are blank lines already in the whole list, add a blank line.
8021
8022 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8023
8024 * org-list.el (org-list-use-circular-move): New variable.
8025 (org-previous-item, org-next-item): Make use of the new variable.
8026 (org-move-item-down, org-move-item-up): Make use of the new
8027 variable. Simplify code.
8028
8029 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8030
8031 * org-list.el (org-list-delete-item, org-list-send-item): New
8032 functions.
8033
8034 2011-07-28 Bastien Guerry <bzg@gnu.org>
8035
8036 * org-agenda.el (org-agenda-bulk-custom-functions): New variable
8037 for custom bulk action functions.
8038 (org-agenda-bulk-action): Use it.
8039
8040 2011-07-28 Bastien Guerry <bzg@gnu.org>
8041
8042 * org-latex.el (org-export-latex-quotes): New defcustom.
8043 (org-export-latex-quotation-marks): Use it.
8044
8045 2011-07-28 Bastien Guerry <bzg@gnu.org>
8046
8047 * org-capture.el (org-capture-finalize): Bugfix about inserted
8048 blank line when killing the capture buffer and
8049 `org-blank-before-new-entry' tells to not insert anything before a
8050 heading.
8051
8052 2011-07-28 Bastien Guerry <bzg@gnu.org>
8053
8054 * org-html.el (org-export-html-content-div): Rename from
8055 `org-export-content-div'.
8056 (org-export-as-html): Use new name.
8057
8058 2011-07-28 Bastien Guerry <bzg@gnu.org>
8059
8060 * org-latex.el (org-export-latex-header-defs-re): Delete.
8061
8062 2011-07-28 Bastien Guerry <bzg@gnu.org>
8063
8064 * org.el (org-last-set-property): New variable.
8065 (org-read-property-name): Use the new variable: the prompt
8066 defaults to the last property set, unless there is a property in
8067 the line at point.
8068
8069 2011-07-28 David Maus <dmaus@ictsoc.de>
8070
8071 * org-capture.el (org-capture-before-finalize-hook)
8072 (org-capture-after-finalize-hook, org-capture-mode-map)
8073 (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
8074 consistently refer to capture, not remember.
8075
8076 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8077
8078 * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
8079 "verbatim" results params.
8080
8081 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8082
8083 * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
8084 "scalar".
8085
8086 * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
8087 "scalar".
8088
8089 * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
8090 synonym for "scalar".
8091
8092 * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
8093 "scalar".
8094
8095 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8096
8097 * ob.el (org-babel-script-escape): Parse odd parens when nested
8098 isnide lists.
8099
8100 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8101
8102 * ob-clojure.el (org-babel-execute:clojure): No longer force
8103 results into elisp if they don't naturally fit.
8104
8105 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8106
8107 * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
8108 already parsed lisp results.
8109
8110 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8111
8112 * org-list.el (org-plain-list-ordered-item-terminator): Remove
8113 incorrect assumption.
8114
8115 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8116
8117 * org-footnote.el (org-footnote-forbidden-blocks): Add missing
8118 exporter specific blocks.
8119
8120 * org-list.el (org-list-forbidden-blocks): Ditto.
8121
8122 2011-07-28 Bastien Guerry <bzg@gnu.org>
8123
8124 * org-latex.el (org-export-latex-tables): Bugfix: remove
8125 properties from fields.
8126
8127 2011-07-28 Bastien Guerry <bzg@gnu.org>
8128
8129 * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
8130 to use `org-clock-timestamps-change'.
8131
8132 2011-07-28 Bastien Guerry <bzg@gnu.org>
8133
8134 * org.el (org-timestamp-up, org-timestamp-down): Mention time
8135 changes in the docstring.
8136
8137 2011-07-28 Bastien Guerry <bzg@gnu.org>
8138
8139 * org-clock.el (org-clock-remove-empty-clock-drawer): New function
8140 to remove empty clock drawer.
8141 (org-clock-out-hook): Add the new function as a hook.
8142
8143 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8144
8145 * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
8146
8147 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8148
8149 * org.el (org-in-block-p): New function.
8150
8151 * org-footnote.el (org-footnote-forbidden-blocks): New variable.
8152 (org-footnote-in-valid-context-p): New function.
8153 (org-footnote-at-reference-p): Use new function. Allow inline
8154 footnotes to start at bol.
8155
8156 2011-07-28 Bastien Guerry <bzg@gnu.org>
8157
8158 * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
8159 (org-lparse-warn): Use it.
8160
8161 2011-07-28 Bastien Guerry <bzg@gnu.org>
8162
8163 * org-ascii.el (org-export-as-utf8): Fix call to
8164 `org-called-interactively-p': it requires an argument. Also fix
8165 the docstring.
8166
8167 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8168
8169 * ob-lilypond.el (show-all): Declaring function from outline.el.
8170 (org-babel-default-header-args:lilypond): Declared.
8171 (ly-process-basic): Use the appropriate prefix for the temporary
8172 file, and don't call a function from ob-dot.el.
8173 (ly-version): Let-bind a free variable.
8174
8175 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8176
8177 * ob-lilypond.el: New file.
8178
8179 2011-07-28 Bastien Guerry <bzg@gnu.org>
8180
8181 * org-publish.el
8182 (org-publish-cache-file-needs-publishing): Only check against .org
8183 files.
8184
8185 2011-07-28 Bastien Guerry <bzg@gnu.org>
8186
8187 * org.el (org-mode): Use `org-default' as the default face in
8188 org-mode.
8189
8190 2011-07-28 Bastien Guerry <bzg@gnu.org>
8191
8192 * org-publish.el
8193 (org-publish-cache-file-needs-publishing): Takes care of more
8194 recently included files, returning `t' in case the file including
8195 them needs to be republished.
8196
8197 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8198
8199 * org-exp.el (org-export-preprocess-string): If the last subtree
8200 is a task, footnotes may be removed along with the subtree. This
8201 patch ensures footnotes are put at the end of the buffer after the
8202 subtree has been removed.
8203
8204 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8205
8206 * org-footnote.el (org-footnote-at-reference-p): Verify that what
8207 looks like a footnote doesn't belong to a link.
8208 (org-footnote-next-reference-or-definition): Check more strictly
8209 footnote definitions.
8210
8211 2011-07-28 Deech <deech@deech-ThinkPad-X200.(none)> (tiny change)
8212
8213 * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
8214 language modes.
8215
8216 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8217
8218 * ob-python.el (org-babel-python-evaluate-session): Inhibit return
8219 of the eoe string during session evaluation.
8220
8221 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8222
8223 * ob-python.el (org-babel-python-evaluate-session): Enough
8224 newlines to ensure a return when ":results output :session".
8225
8226 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8227
8228 * ob-python.el (org-babel-python-evaluate-session): Introduced a
8229 new local function for sending input with a slight delay to allow
8230 pythong to re-draw the prompt. No longer removing newlines inside
8231 code block bodies (was due to a defective regexp).
8232
8233 2011-07-28 Bastien Guerry <bzg@gnu.org>
8234
8235 * org-table.el (org-table-time-seconds-to-string): Use
8236 `org-format-seconds' instead of `format-seconds'.
8237
8238 2011-07-28 David Maus <dmaus@ictsoc.de>
8239
8240 * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
8241 relative symlinks.
8242
8243 2011-07-28 David Maus <dmaus@ictsoc.de>
8244
8245 * org-latex.el (org-export-latex-preprocess): Use function
8246 argument instead of dynamically scoped symbol.
8247
8248 2011-07-28 David Maus <dmaus@ictsoc.de>
8249
8250 * org-freemind.el (org-freemind-convert-links-helper)
8251 (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
8252 (org-freemind-get-node-style): Use org-string-match-p for backward
8253 compatibility with Emacs 22.
8254
8255 2011-07-28 David Maus <dmaus@ictsoc.de>
8256
8257 * org-html.el (org-export-html-protect-char-alist): Add missing
8258 :group keyword in defcustom.
8259
8260 2011-07-28 David Maus <dmaus@ictsoc.de>
8261
8262 * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
8263 `kill-buffer' with argument indiciating to kill current
8264 buffer. Emacs 22 compatibility.
8265
8266 2011-07-28 David Maus <dmaus@ictsoc.de>
8267
8268 * org-macs.el (org-without-partial-completion): Toggle
8269 partial-completion-mode only if it is turned on.
8270
8271 2011-07-28 Bastien Guerry <bzg@gnu.org>
8272
8273 * org.el (org-add-planning-info): Fix issues with timestamps not
8274 being inserted at the same position.
8275
8276 2011-07-28 Bastien Guerry <bzg@gnu.org>
8277
8278 * org-table.el (org-table-time-string-to-seconds)
8279 (org-table-time-seconds-to-string): New functions.
8280 (org-table-eval-formula): Implement the "T" (time) flag for
8281 computing durations.
8282
8283 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8284
8285 * org.el (org-modules): Add org-lparse and org-odt as contrib
8286 modules.
8287
8288 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8289
8290 * org.el (org-fontify-meta-lines-and-blocks-1): Include header
8291 lines.
8292 (org-additional-option-like-keywords): Include data as a synonym
8293 for results.
8294
8295 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8296
8297 * ob.el (org-babel-sha1-hash): Improving code layout and removing
8298 export-variable headers in cache sha1.
8299
8300 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8301
8302 * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
8303 rescan all IDs when trying to resolve a reference.
8304
8305 2011-07-28 Julien Barnier <julien@nozav.org>
8306
8307 * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
8308 blocks lang attribute.
8309
8310 2011-07-28 Eric S Fraga <e.fraga@ucl.ac.uk>
8311
8312 * org-latex.el (org-export-latex-timestamp-inactive-markup): New
8313 option to allow different markup for inactive timestamps.
8314
8315 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8316
8317 * ob-org.el (org-babel-expand-body:org): Implemented this
8318 function, only action is to expand variables.
8319 (org-babel-execute:org): Uses the new body-expansion function.
8320
8321 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8322
8323 * org-list.el (org-list-full-item-re): Allow counter and check-box
8324 to be separated by white spaces.
8325 (org-list-struct-apply-struct): Reflect changes made to
8326 `org-list-full-item-re'.
8327
8328 * org-html.el (org-html-export-list-line): Recognize spaces
8329 between counter and check-boxes as valid.
8330
8331 * org-docbook.el (org-export-docbook-list-line): Ditto.
8332
8333 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8334
8335 * org-list.el (org-list-insert-item): Make sure point is moved to
8336 the specified POS before starting the function.
8337
8338 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8339
8340 * org.el (org-activate-footnote-links): Properly fontify inline
8341 footnotes.
8342 (org-set-font-lock-defaults): Apply changes to previous function.
8343
8344 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8345
8346 * org-footnote.el (org-footnote-at-reference-p): First check if
8347 point is at the beginning of a footnote. Indeed `org-in-regexp'
8348 first checks backwards and might find an incorrect footnote if
8349 they are side-by-side.
8350
8351 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
8352
8353 * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
8354 (org-agenda-block-separator): Add nil to docstring and customization.
8355 (org-prepare-agenda): Skip agenda block separator additionally if
8356 `org-agenda-block-separator' is nil.
8357 (org-agenda-overriding-header): Improve docstring.
8358
8359 2011-07-28 Bastien Guerry <bzg@gnu.org>
8360
8361 * org.el (org-set-tags): Remove useless
8362 `org-without-partial-completion'.
8363
8364 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8365
8366 * org-footnote.el (org-fill-paragraph): Declare function for the
8367 compiler.
8368
8369 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8370
8371 * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
8372
8373 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8374
8375 * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
8376 to appease compiler.
8377
8378 2011-07-28 Michael Markert <markert.michael@googlemail.com>
8379
8380 * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
8381 all `org-called-interactively-p' function invocations.
8382
8383 * org-agenda.el (org-agenda-redo): Adding optional argument KIND
8384 to all `org-called-interactively-p' function invocations.
8385 (org-agenda-show-1): Adding optional argument KIND to all
8386 `org-called-interactively-p' function invocations.
8387 (org-agenda-set-tags): Adding optional argument KIND to all
8388 `org-called-interactively-p' function invocations.
8389
8390 * org-ascii.el (org-export-as-latin1): Adding optional argument
8391 KIND to all `org-called-interactively-p' function invocations.
8392 (org-export-as-latin1-to-buffer): Adding optional argument KIND to
8393 all `org-called-interactively-p' function invocations.
8394 (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
8395 `org-called-interactively-p' function invocations.
8396 (org-export-region-as-ascii): Adding optional argument KIND to all
8397 `org-called-interactively-p' function invocations.
8398
8399 * org-docbook.el (org-export-region-as-docbook): Adding optional
8400 argument KIND to all `org-called-interactively-p' function
8401 invocations.
8402
8403 * org-html.el (org-export-region-as-html): Adding optional
8404 argument KIND to all `org-called-interactively-p' function
8405 invocations.
8406
8407 * org-latex.el (org-export-region-as-latex): Adding optional
8408 argument KIND to all `org-called-interactively-p' function
8409 invocations.
8410
8411 * org-table.el (org-table-blank-field): Adding optional argument
8412 KIND to all `org-called-interactively-p' function invocations.
8413 (org-table-current-column): Adding optional argument KIND to all
8414 `org-called-interactively-p' function invocations.
8415 (org-table-current-dline): Adding optional argument KIND to all
8416 `org-called-interactively-p' function invocations.
8417 (org-table-sort-lines): Adding optional argument KIND to all
8418 `org-called-interactively-p' function invocations.
8419 (org-table-sum): Adding optional argument KIND to all
8420 `org-called-interactively-p' function invocations.
8421 (org-table-rotate-recalc-marks): Adding optional argument KIND to
8422 all `org-called-interactively-p' function invocations.
8423 (org-table-eval-formula): Adding optional argument KIND to all
8424 `org-called-interactively-p' function invocations.
8425 (orgtbl-send-table): Adding optional argument KIND to all
8426 `org-called-interactively-p' function invocations.
8427
8428 * org.el (org-mode): Adding optional argument KIND to all
8429 `org-called-interactively-p' function invocations.
8430 (org-copy-subtree): Adding optional argument KIND to all
8431 `org-called-interactively-p' function invocations.
8432 (org-paste-subtree): Adding optional argument KIND to all
8433 `org-called-interactively-p' function invocations.
8434 (org-store-link): Adding optional argument KIND to all
8435 `org-called-interactively-p' function invocations.
8436 (org-todo): Adding optional argument KIND to all
8437 `org-called-interactively-p' function invocations.
8438 (org-occur): Adding optional argument KIND to all
8439 `org-called-interactively-p' function invocations.
8440
8441 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8442
8443 * org-footnote.el (org-footnote-action): Offer to create
8444 definition when none is found.
8445
8446 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8447
8448 * org-footnote.el (org-footnote-re): Avoid matching inactive
8449 time-stamps or check-box cookies.
8450 (org-footnote-next-reference-or-definition): Adapt to the new regexp.
8451
8452 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8453
8454 * org-exp.el (org-export-preprocess-string): If the last subtree
8455 is commented, footnotes inserted during normalizing at the end of
8456 the buffer may get deleted. This patch ensures deletion comes
8457 first, normalization second.
8458
8459 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8460
8461 * org-exp.el (org-export-footnotes-data): Change docstring.
8462 (org-export-footnotes-seen): Rename from
8463 org-export-footnotes-markers.
8464
8465 * org-ascii.el (org-export-as-ascii): Apply change.
8466
8467 * org-docbook.el (org-export-as-docbook): Apply change.
8468
8469 * org-footnote.el (org-footnote-normalize): Apply change.
8470
8471 * org-html.el (org-export-as-html): Apply change.
8472
8473 * org-latex.el (org-export-as-latex): Apply change.
8474
8475 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8476
8477 * org-latex.el (org-export-latex-preprocess): Rely on
8478 `org-export-footnotes-markers' to retrieve definition of the
8479 current footnote during export.
8480
8481 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8482
8483 * org-footnote.el (org-footnote-normalize): Remember footnotes
8484 seen so far by the exporter when choosing the new marker.
8485
8486 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8487
8488 * org-footnote.el (org-footnote-normalize): Make use of
8489 `org-footnote-insert-pos-for-preprocessor'.
8490
8491 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8492
8493 * org-footnote.el (org-footnote-normalize): Add `org-footnote'
8494 property to footnote markers when preparing for exportation.
8495
8496 * org-html.el (org-export-as-html): Read new property to decide
8497 when to export a footnote.
8498
8499 * org-docbook.el (org-export-as-docbook): Read new property to
8500 decide when to export a footnote.
8501
8502 * org-latex.el (org-export-latex-preprocess): Ensure footnote at
8503 column 0 cannot end a list containing it by adding
8504 `original-indentation' property to it.
8505
8506 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8507
8508 * org-exp.el (org-export-preprocess-string): Normalize footnotes
8509 before marking lists ending.
8510
8511 * org-latex.el (org-export-latex-preprocess): Work with labels as
8512 strings and not as numbers.
8513
8514 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8515
8516 * org-docbook.el (org-export-docbook-footnote-separator): New
8517 variable.
8518 (org-export-as-docbook): Add a separator between footnotes.
8519
8520 * org-html.el (org-export-html-footnote-separator): New variable.
8521 (org-export-as-html): Add a separator between footnotes.
8522
8523 * org-latex.el (org-export-latex-footnote-separator): New
8524 variable.
8525 (org-export-latex-preprocess): Add a separator between footnotes.
8526
8527 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8528
8529 * org-exp.el (org-export-footnotes-markers)
8530 (org-export-footnotes-data): New variables.
8531 (org-export-preprocess-string): Use a more explicit argument.
8532
8533 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8534
8535 * org-footnote.el (org-footnote-goto-definition): Now, determining
8536 if point is at a footnote reference is entirely determined by
8537 `org-footnote-at-reference-p'. No need to check if pattern isn't
8538 at beginning of the line elsewhere.
8539
8540 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8541
8542 * org-footnote.el (org-footnote-next-reference-or-definition): New
8543 function.
8544
8545 * org.el (org-activate-footnote-links): Activate the whole
8546 footnote, but only fontify its label.
8547
8548 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8549
8550 * org-footnote.el (org-footnote-normalize): Make use of changes to
8551 `org-footnote-at-reference-p' and creation of various functions..
8552 Also comment code.
8553 (org-footnote-get-next-reference, org-footnote-delete-references)
8554 (org-footnote-delete-definitions): New functions.
8555 (org-footnote-goto-previous-reference, org-footnote-all-labels)
8556 (org-insert-footnote-reference-near-definition, org-footnote-delete):
8557 Rewrite to use org-footnote-get-next-reference.
8558
8559 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8560
8561 * org-footnote.el (org-footnote-re): Don't end an inline footnote
8562 at unrelated closing square brackets.
8563 (org-footnote-at-reference-p): Improve accuracy of the function to
8564 determine if point is at a reference and to extract definition of an
8565 inline footnote.
8566 (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
8567 (org-footnote-auto-adjust-maybe): Make use of previous function.
8568
8569 2011-07-28 Bastien Guerry <bzg@gnu.org>
8570
8571 * org.el (org-deadline, org-schedule):
8572 keep warning cookie when rescheduling/redeadlining.
8573 (org-time-stamp): Fix problem with warning cookie.
8574
8575 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8576
8577 * ob-clojure.el (org-babel-execute:clojure): Force escaping of
8578 clojure source into elisp source.
8579
8580 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8581
8582 * ob.el (org-babel-script-escape): Treats {} in the same manner as
8583 [] and allows for forcing string conversion.
8584
8585 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8586
8587 * org-exp.el (org-export-select-backend-specific-text): Strip
8588 protective commas from literal code blocks.
8589
8590 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8591
8592 * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
8593
8594 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8595
8596 * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
8597 own function.
8598 (org-babel-ref-headline-body): Split out into its own function.
8599 (org-babel-ref-resolve): Using new functions, and alignment.
8600
8601 * ob.el (org-babel-ref-goto-headline-id): Declare function.
8602 (org-babel-ref-headline-body): Declare function.
8603 (org-babel-expand-noweb-references): Now expands noweb references to
8604 headlines during expansion.
8605
8606 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8607
8608 * ob-ref.el (org-babel-ref-resolve): Now resolves references to
8609 headlines by either global or custom id, in which case the
8610 contents of the headline are returned literally.
8611
8612 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8613
8614 * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
8615 verbatim emphasis.
8616 (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
8617 lines.
8618
8619 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8620
8621 * org-list.el (org-cycle-item-indentation): Cycling back to
8622 original position deleted any additional information in the item,
8623 like a counter or a tag.
8624
8625 2011-07-28 Pieter Praet <pieter@praet.org>
8626
8627 * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
8628 (org-decrypt-entry): Before decrypting, check whether
8629 `auto-save-mode' is enabled for the current buffer, and act on it
8630 according to how `org-crypt-disable-auto-save' is set. Remove
8631 comment re "encrypt[ing] Org auto-saved buffers". Remove on-init
8632 check for `auto-save-default'.
8633
8634 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8635
8636 * ob.el (org-babel-merge-params): Ensure variable parameters are
8637 not reversed.
8638
8639 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8640
8641 * ob.el (org-babel-insert-result): Fix results insertion for
8642 inline blocks which happen to start a line.
8643
8644 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8645
8646 * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
8647 if a call line is commented.
8648
8649 2011-07-28 Vincent Belaïche <vincentb1@users.sourceforge.net>
8650
8651 * org.el (org-read-property-name): Propose default property name.
8652
8653 2011-07-28 Achim Gratz <stromeko@nexgo.de>
8654
8655 * org.el (org-log-into-drawer): Correct typo.
8656
8657 * org-clock.el (org-clock-into-drawer): New function to change the
8658 location of clock events based on properties CLOCK_INTO_DRAWER or,
8659 as fallback, LOG_INTO_DRAWER, like it is already possible for
8660 state change logs.
8661
8662 * org-clock.el (org-clock-jump-to-current-clock): Add statement to
8663 let clause to bind `org-clock-into-drawer' to result of function
8664 eval.
8665
8666 * org-clock.el (org-clock-find-position): Add statement to let
8667 clause to bind `org-clock-into-drawer' to result of function eval,
8668 change let to let* since the binding is used later in the same
8669 clause.
8670
8671 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8672
8673 * ob-lob.el (require): Ensure 'cl is loaded during compilation so
8674 we can use flet.
8675
8676 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8677
8678 * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
8679 non-inline call lines.
8680
8681 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8682
8683 * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
8684 call_ blocks which aren't whitespace padded.
8685
8686 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8687
8688 * ob.el (org-babel-merge-params): Do not reverse variable order,
8689 and be sure to increment variable index as appropriate.
8690
8691 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8692
8693 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
8694 successfully match optional trailing header arguments in square
8695 brackets.
8696 (org-babel-lob-get-info): Updated to match the new regexp.
8697
8698 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8699
8700 * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
8701 then allow them to be so.
8702
8703 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8704
8705 * ob.el (org-babel-merge-params): If variables are not named they
8706 are assigned in order.
8707
8708 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8709
8710 * ob.el: Remove code comment about online documentation.
8711
8712 * ob-exp.el: Remove code comment about online documentation.
8713
8714 * ob-lob.el: Remove code comment about online documentation.
8715
8716 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8717
8718 * org-exp.el (org-export-format-source-code-or-example): Fix
8719 signature of org-<backend>-format-source-code-or-example function.
8720
8721 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8722
8723 * ob.el (org-babel-sha1-hash): Replace call to
8724 called-interactively-p with backwards-compatible interactive-p.
8725
8726 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8727
8728 * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
8729 replacement of inline call blocks with their results.
8730
8731 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8732
8733 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
8734 trailing space ensures that the insertion of the results looks
8735 nice.
8736
8737 * ob.el (org-babel-insert-result): Insert inline lob line results
8738 as inline results.
8739
8740 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8741
8742 * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
8743 appropriately given the style (block or inline) of the lob line.
8744
8745 * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
8746 specific for block lob lines.
8747 (org-babel-inline-lob-one-liner-regexp): New regexp specific for
8748 inline lob lines.
8749 (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
8750 (org-babel-lob-get-info): Return info from *either* the block or
8751 inline lob lines.
8752
8753 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8754
8755 * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
8756 structure of the resulting info list.
8757
8758 * ob-lob.el (org-babel-default-lob-header-args): Export the
8759 results of call lines by default.
8760
8761 2011-07-28 Niels Giesen <niels.giesen@gmail.com> (tiny change)
8762
8763 * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
8764 property based on the ID property of the org entry to the first
8765 character of the diary entry.
8766
8767 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8768
8769 * org-footnote.el
8770 (org-footnote-insert-pos-for-preprocessor): New variable.
8771 (org-footnote-normalize): Use it.
8772
8773 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8774
8775 * org-exp.el (org-export-format-source-code-or-example):
8776 Simplify. Also add `org-native-text' as a text property to the
8777 formatted text and throw error for unknown backends.
8778
8779 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8780
8781 * org-exp.el (org-export-format-source-code-or-example): Add
8782 support for: - custom formatters for existing backends - seamless
8783 plugging in of new backends.
8784
8785 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8786
8787 * org-exp.el (org-export-backends): New variable.
8788 (org-export-select-backend-specific-text): Use above
8789 variable. Also mark text between #+BACKEND and
8790 #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
8791 This text property is currently used only by the new line-oriented
8792 generic exporter (which is not yet part of the repo).
8793
8794 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8795
8796 * org-exp.el (org-export): Reserve keys 'o' and 'O' for
8797 OpenDocumentText export and bind them to `org-export-as-odt' and
8798 `org-export-as-odt-and-open'.
8799
8800 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8801
8802 * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
8803 mode.
8804
8805 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8806
8807 * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
8808 lists before reading into emacs-lisp.
8809
8810 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8811
8812 * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
8813
8814 * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
8815
8816 * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
8817
8818 * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
8819
8820 * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
8821
8822 * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
8823
8824 * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
8825
8826 * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
8827
8828 * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
8829
8830 * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
8831
8832 * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
8833
8834 * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
8835
8836 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8837
8838 * ob-awk.el: New file.
8839
8840 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8841
8842 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
8843 ":results verbatim".
8844
8845 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8846
8847 * org-agenda.el (org-float): Aliases for `diary-float'.
8848
8849 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8850
8851 * ob-python.el (org-babel-python-evaluate-session): Send
8852 comint-send-input after every line when interacting with an
8853 interactive python process.
8854
8855 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8856
8857 * org-list.el (org-reset-checkbox-state-subtree): Make the command
8858 more robust, and correctly update check-boxes in the whole
8859 sub-tree.
8860 (org-update-checkbox-count): Fix bug accumulating count of checkboxes
8861 when walking a subtree.
8862 (org-update-checkbox-count-maybe): Add an optional argument passed to
8863 org-update-checkbox-count.
8864
8865 2011-07-28 Ted Zlatanov <tzz@lifelogs.com>
8866
8867 * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
8868
8869 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8870
8871 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
8872 ":results scalar" header argument combination.
8873
8874 2011-07-28 Dan Davison <dandavison7@gmail.com>
8875
8876 * org-src.el: Append a space character to copied text so that the
8877 final text property change is picked up correctly.
8878
8879 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8880
8881 * ob-tangle.el (org-babel-tangle-file): Use the new argument list
8882 to org-babel-tangle.
8883 (org-babel-tangle): Now when called with a prefix argument, only the
8884 current code block is tangled.
8885
8886 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8887
8888 * org-list.el (org-list-parse-list): Replace transitional
8889 check-boxes with "[CBTRANS]" string during parsing.
8890 (org-list-to-generic): Use the new property `:cbtrans' to configure
8891 export string for transitional check-boxes.
8892
8893 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8894
8895 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
8896 Use stable internal `org-anniversary' instead of
8897 diary-anniversary.
8898 (org-class): New function.
8899 (org-diary-class): Use `org-class'.
8900 (org-anniversary, org-cyclic, org-date, org-block): New functions.
8901
8902 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8903
8904 * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
8905 of header argument names.
8906
8907 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8908
8909 * ob.el (org-babel-expand-noweb-references): Concatenating all
8910 bodies with the appropriate name or :noweb-ref header argument.
8911
8912 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
8913
8914 * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
8915 work also when #+begin line is indentex.
8916
8917 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8918
8919 * ob.el (org-babel-src-block-regexp): Babel: code block may have
8920 empty bodies.
8921
8922 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8923
8924 * org-macs.el (org-without-partial-completion): Avoid calling by
8925 name a function unknown to the compiler but explicitly checked by
8926 program logic.
8927
8928 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8929
8930 * org-mouse.el (org-agenda-earlier): Declaring previously unknown
8931 function.
8932 (org-agenda-later): Declaring previously unknown function.
8933 (org-agenda-mode-map): Declaring previously unknown variable.
8934
8935 * org.el (org-read-date-analyze): Explicitly ignore the return
8936 value of a function.
8937
8938 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8939
8940 * org-agenda.el (org-agenda-mode): Globally replace
8941 buffer-substring-filters with filter-buffer-substring-functions.
8942
8943 * org-indent.el (org-indent-mode): Globally replace
8944 buffer-substring-filters with filter-buffer-substring-functions.
8945
8946 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8947
8948 * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
8949 #'(λ...).
8950
8951 * org-attach.el: Replacing '(λ...) with #'(λ...).
8952 (org-attach-commit): Replacing '(λ...) with #'(λ...).
8953
8954 * org-exp.el: Replacing '(λ...) with #'(λ...).
8955 (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
8956
8957 * org-html.el: Replacing '(λ...) with #'(λ...).
8958 (org-export-as-html): Replacing '(λ...) with #'(λ...).
8959
8960 * org-mouse.el: Replacing '(λ...) with #'(λ...).
8961 (org-mouse-popup-global-menu): Replacing '(λ...) with
8962 (org-mode-hook): Replacing '(λ...) with #'(λ...).
8963 (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
8964
8965 * org-src.el: Replacing '(λ...) with #'(λ...).
8966 (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
8967
8968 * org-table.el: Replacing '(λ...) with #'(λ...).
8969 (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
8970
8971 * org.el: Replacing '(λ...) with #'(λ...).
8972 (org-confirm-shell-link-function): Replacing '(λ...) with
8973 (org-category): Replacing '(λ...) with #'(λ...).
8974
8975 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8976
8977 * org.el (mailcap-parse-mailcaps): Declaring functions used by
8978 `org-open-file'.
8979 (mailcap-extension-to-mime): Declaring functions used by
8980 `org-open-file'.
8981 (mailcap-mime-info): Declaring functions used by `org-open-file'.
8982
8983 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8984
8985 * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
8986 function `interactive-p'.
8987 (org-agenda-show-1): Replacing call to now-defunct function
8988 `interactive-p'.
8989 (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
8990
8991 * org-ascii.el: Replacing call to now-defunct function
8992 `interactive-p'.
8993 (org-export-as-latin1): Replacing call to now-defunct function
8994 `interactive-p'.
8995 (org-export-as-latin1-to-buffer): Replacing call to now-defunct
8996 function `interactive-p'.
8997 (org-export-as-utf8): Replacing call to now-defunct function
8998 `interactive-p'.
8999 (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
9000 `interactive-p'.
9001 (org-export-region-as-ascii): Replacing call to now-defunct
9002 function `interactive-p'.Replacing call to now-defunct function
9003 `interactive-p'.
9004
9005 * org-docbook.el: Replacing call to now-defunct function
9006 `interactive-p'.
9007 (org-export-region-as-docbook): Replacing call to now-defunct
9008 function `interactive-p'.Replacing call to now-defunct function
9009 `interactive-p'.
9010
9011 * org-html.el: Replacing call to now-defunct function
9012 `interactive-p'.
9013 (org-export-region-as-html): Replacing call to now-defunct
9014 function `interactive-p'.Replacing call to now-defunct function
9015 `interactive-p'.
9016
9017 * org-latex.el: Replacing call to now-defunct function
9018 `interactive-p'.
9019 (org-export-region-as-latex): Replacing call to now-defunct
9020 function `interactive-p'.Replacing call to now-defunct function
9021 `interactive-p'.
9022
9023 * org-macs.el: Replacing call to now-defunct function
9024 `interactive-p'.
9025 (org-called-interactively-p): Replacing call to now-defunct
9026 function `interactive-p'.Replacing call to now-defunct function
9027 `interactive-p'.
9028
9029 * org-table.el: Replacing call to now-defunct function
9030 `interactive-p'.
9031 (org-table-blank-field): Replacing call to now-defunct function
9032 `interactive-p'.
9033 (org-table-current-column): Replacing call to now-defunct function
9034 `interactive-p'.Replacing call to now-defunct function
9035 `interactive-p'.
9036 (org-table-current-dline): Replacing call to now-defunct function
9037 `interactive-p'.Replacing call to now-defunct function
9038 `interactive-p'.
9039 (org-table-sort-lines): Replacing call to now-defunct function
9040 `interactive-p'.
9041 (org-table-sum): Replacing call to now-defunct function
9042 `interactive-p'.
9043 (org-table-rotate-recalc-marks): Replacing call to now-defunct
9044 function `interactive-p'.
9045 (org-table-eval-formula): Replacing call to now-defunct function
9046 `interactive-p'.
9047 (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
9048
9049 * org.el: Replacing call to now-defunct function `interactive-p'.
9050 (org-mode): Replacing call to now-defunct function
9051 `interactive-p'.
9052 (org-copy-subtree): Replacing call to now-defunct function
9053 `interactive-p'.
9054 (org-paste-subtree): Replacing call to now-defunct function
9055 `interactive-p'.
9056 (org-store-link): Replacing call to now-defunct function
9057 `interactive-p'.
9058 (org-todo): Replacing call to now-defunct function `interactive-p'.
9059 (org-occur): Replacing call to now-defunct function `interactive-p'.
9060
9061 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9062
9063 * ob-R.el (ess-local-process-name): This variable wasn't known to
9064 be defined.
9065
9066 * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
9067 group specified.
9068
9069 * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
9070 known to be defined.
9071 (org-babel-tangle-combine-named-blocks): Roll my own version of a
9072 forbidden common lisp function.
9073
9074 * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
9075 called-interactively.
9076
9077 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9078
9079 * org-latex.el (org-export-latex-tables): Check for the
9080 "multiline" option and set the `floatp' option to true when
9081 multicolumn tables are requested.
9082
9083 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9084
9085 * org-html.el (org-export-as-html, org-html-level-start): Only
9086 convert section number underscores to dashes.
9087
9088 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9089
9090 * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
9091 `days-to-time, converting relative to 1 BC, while the code assumed
9092 it would return a time relative to 1970.
9093
9094 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9095
9096 * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
9097 inserting newlines between appended code blocks.
9098
9099 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9100
9101 * ob-exp.el: We may no longer need to export names along with code
9102 blocks.
9103
9104 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9105
9106 * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
9107 balanced nested begin/end blocks in block bodies.
9108
9109 2011-07-28 Dan Davison <dandavison7@gmail.com>
9110
9111 * org-latex.el: Add -shell-escape to pdflatex commands.
9112
9113 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9114
9115 * ob-tangle.el (org-babel-tangle-named-block-combination): Block
9116 combination can now take a number of values.
9117 (org-babel-tangle-combine-named-blocks): More sophisticated block
9118 combination behavior.
9119
9120 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9121
9122 * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
9123 to turn on the combination of code blocks of the same name.
9124 (org-babel-tangle-combine-named-blocks): Combine blocks of the same
9125 name.
9126
9127 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9128
9129 * ob-ruby.el (xmp): Declaring this function to appease the
9130 compiler.
9131 (org-babel-execute:ruby): "xmp" result option for outputting
9132 annotated source code.
9133
9134 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> (tiny change)
9135
9136 * org-list.el (org-list-to-latex): The enumerate environment in
9137 latex increments the counter before using it. Therefore, org-mode
9138 should set the enumeration counter to the desired value minus one.
9139
9140 2011-07-28 Michael Brand <michael.ch.brand@gmail.com> (tiny change)
9141
9142 * org.el (org-toggle-heading): More comments and fix number of
9143 stars when toggling from list items.
9144
9145 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
9146
9147 * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
9148 effort that is accepted by `org-duration-string-to-minutes´.
9149
9150 2011-07-28 Julien Barnier <julien@nozav.org>
9151
9152 * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
9153 wait until previous line execution is finished.
9154
9155 * ob-comint.el (org-babel-comint-with-output): When looking for
9156 end-of-evaluation indicator, search forward for the indicator
9157 before searching forward for the prompt.
9158
9159 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9160
9161 * org-entities.el (org-entities): Fix HTML entity for degree.
9162
9163 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9164
9165 * org.el (org-auto-align-tags): Change docstring.
9166 (org-update-parent-todo-statistics): Keep tags aligned even when
9167 statistics cookies are shifting them.
9168
9169 * org-list.el (org-update-checkbox-count): Keep tags aligned even
9170 when statistics cookies are shifting them.
9171
9172 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9173
9174 * ob.el (org-babel-sha1-hash): Don't modify info argument by
9175 side-effect when sorting result-params list.
9176
9177 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9178
9179 * ob.el (org-babel-result-regexp): Use non-shy group around
9180 `org-babel-data-names'.
9181
9182 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9183
9184 * org.el (org-insert-link): Set truncate-line in the *Org Link*
9185 buffer and make sure that it really is set there.
9186
9187 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9188
9189 * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
9190 changing how/if the current directory is represented to lisp code.
9191 (org-babel-execute:lisp): More general handling of the default
9192 directory value.
9193
9194 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9195
9196 * ob-lisp.el (org-babel-execute:lisp): Setting the value of
9197 *default-pathname-defaults* to either the value of the :dir header
9198 argument or the directory of the containing Org-mode file.
9199
9200 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9201
9202 * ob-lisp.el (org-babel-execute:lisp): No real functional change,
9203 just aesthetic.
9204
9205 2011-07-28 Sébastien Delafond <sdelafond@gmail.com> (tiny change)
9206
9207 * org.el (org-mode-flyspell-verify): This is useful when using
9208 flyspell with a non-English dictionary, or if some of your
9209 keywords are in another language.
9210
9211 2011-07-28 David Maus <dmaus@ictsoc.de>
9212
9213 * org-exp.el (org-export): Use new compatibility function
9214 `org-activate-mark'.
9215
9216 * org-compat.el (org-activate-mark): New function. Provide
9217 `activate-mark' if not present (e.g. Emacs 22).
9218
9219 2011-07-28 David Maus <dmaus@ictsoc.de>
9220
9221 * org-table.el (org-table-follow-field-mode): Declare variable to
9222 keep byte compiler happy.
9223
9224 2011-07-28 David Maus <dmaus@ictsoc.de>
9225
9226 * org-footnote.el (org-id-uuid): Declare function, silence byte
9227 compiler.
9228
9229 2011-07-28 David Maus <dmaus@ictsoc.de>
9230
9231 * org-bibtex.el (org-bibtex-headline): Don't use equalp at
9232 run-time, compare downcased strings.
9233
9234 2011-07-28 David Maus <dmaus@ictsoc.de>
9235
9236 * org-bibtex.el (org-id-locations): Declare variable to silence
9237 byte compiler.
9238
9239 2011-07-28 David Maus <dmaus@ictsoc.de>
9240
9241 * org-id.el (org-id-locations): Fix docstring, remove reference to
9242 non-existent option.
9243
9244 2011-07-28 David Maus <dmaus@ictsoc.de>
9245
9246 * org.el (org-self-insert-command): Use `delete-char' instead of
9247 `delete-backward-char'.
9248
9249 * org-table.el (orgtbl-self-insert-command): Ditto.
9250
9251 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9252
9253 * org-latex.el (org-export-latex-special-chars): Save match data
9254 when checking for table.el table.
9255
9256 2011-07-28 David Maus <dmaus@ictsoc.de>
9257
9258 * org.el (org-re-property): Move before its first use.
9259
9260 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9261
9262 * org-latex.el (org-export-latex-preprocess): Add
9263 `original-indentation' property to footnotes so they cannot
9264 possibly end a list by being less indented than the item they
9265 belong to.
9266
9267 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9268
9269 * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
9270 in `progn'.
9271 (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
9272 to swank.
9273
9274 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9275
9276 * org-clock.el (org-clocktable-write-default): Implement adding
9277 property columns to the clock table.
9278
9279 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9280
9281 * org.el (org-toggle-item): Move parenthesis to correct location.
9282
9283 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9284
9285 * org.el (org-default-priority):
9286 (org-priority-start-cycle-with-default): Improve docstring.
9287 (org-priority): Throw error when priority is out of range.
9288
9289 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9290
9291 * org.el (org-self-insert-command): Catch the case of
9292 `buffer-undo-list' eq t.
9293
9294 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9295
9296 * org.el (org-toggle-heading): Region should be considered as made
9297 of full lines, without the last one if region-end is at bol.
9298 Removed unused variables. Refactored and commented code.
9299
9300 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9301
9302 * org.el (org-toggle-item): When region includes an headline less
9303 indented than first one, set it as the new reference.
9304
9305 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9306
9307 * org-list.el (org-list-to-subtree): If the list is before first
9308 heading and `org-odd-levels-only' is non-nil, the first item gets
9309 two stars instead of one.
9310
9311 * org.el (org-reduced-level): A level of 0 was reduced to 1 with
9312 `org-odd-levels-only' non-nil.
9313
9314 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9315
9316 * org.el (org-toggle-item): Converting an heading to an item would
9317 sometimes insert unnecessary spaces before it, and unwanted space
9318 with `org-indent-mode' on. Changing some text into an item
9319 wouldn't always preserve indentation.
9320
9321 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9322
9323 * org-capture.el (org-capture-current-plist): Improve docstring.
9324 (org-capture-put): Add docstring.
9325 (org-capture-get): Add docstring.
9326 (org-capture-member): Add LOCAL argument. Add docstring.
9327 (org-capture-set-target-location): Store the time received from a
9328 date prompt into the :prompt-time property.
9329
9330 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9331
9332 * org-exp.el (org-export-mark-list-properties): Even if context is
9333 invalid, mark list item with `list-context' property.
9334
9335 * org-list.el (org-list-forbidden-blocks): Add exporters specific
9336 blocks to the list of forbidden blocks.
9337
9338 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9339
9340 * org-list.el (org-sort-list): Function tries to intern
9341 getkey-func before it is defined, so it's always nil.
9342
9343 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9344
9345 * org.el (org-babel-load-languages): Adding ob-awk to the list of
9346 executable languages.
9347
9348 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9349
9350 * org-table.el (org-table-get-field): Make sure the new field
9351 content is at least one space character.
9352
9353 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9354
9355 * org-crypt.el: Check for `daemonp' before using it.
9356
9357 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9358
9359 * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
9360 :stdin header argument.
9361 (org-babel-execute:sh): Use the :stdin header argument.
9362 (org-babel-sh-var-to-sh): Split the bulk of this function off into a
9363 new sub-function.
9364 (org-babel-sh-var-to-string): New function for converting elisp
9365 values to strings that make sense for parsing with sh.
9366 (org-babel-sh-evaluate): Adding "stdin" option to session and
9367 external evaluation options.
9368
9369 2011-07-28 Roland Kaufmann <rlndkfmn+orgmode@gmail.com> (tiny change)
9370
9371 * org-exp.el (org-remove-formatting-on-newlines-in-region): New
9372 function.
9373 (org-export-format-source-code-or-example): Call
9374 `org-remove-formatting-on-newlines-in-region'.
9375
9376 2011-07-28 David Maus <dmaus@ictsoc.de>
9377
9378 * org.el (org-entry-put): Prevent adding of extra space to value
9379 if property already exists.
9380
9381 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
9382
9383 * org-html.el (org-export-as-html): Don't expand non-data lines of
9384 table.el tables.
9385 (org-html-expand): Removed the (buggy) test for non-data lines
9386 in table.el tables. The test is now done as part of
9387 org-export-as-html.
9388 (org-format-table-table-html-using-table-generate-source):
9389 Added test for spanning of cells in table.el tables using
9390 table.el's own library routine. Optionally suppress export of
9391 simple table.el tables.
9392 (org-format-table-html): Removed the (buggy) test for spanned
9393 table.el tables. The test is now done as part of
9394 org-format-table-table-html-using-table-generate-source.
9395
9396 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9397
9398 * org-latex.el (org-export-latex-special-chars): Do nothing in
9399 table.el tables.
9400
9401 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9402
9403 * org-capture.el (org-capture): Ignore errors when creating a
9404 link.
9405
9406 2011-07-28 Nick Dokos <nick@dokosmarshall.org> (tiny change)
9407
9408 * org-exp.el (org-export-define-heading-targets): Use dash instead
9409 of underscore to make labels valid.
9410
9411 2011-07-28 Dan Davison <dandavison7@gmail.com>
9412
9413 * ob-R.el (org-babel-R-write-object-command): Ensure that all data
9414 is written to the results file before Emacs notices that the file
9415 exists.
9416
9417 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9418
9419 * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
9420 defined locally on my system, but not globally in Emacs.
9421
9422 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9423
9424 * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
9425 generate code block output.
9426 (org-babel-exp-code): Re-create the code block body for exporting
9427 source code.
9428
9429 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9430
9431 * org.el (org-read-date): Bury Calendar buffer after using it for
9432 selecting a date.
9433
9434 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9435
9436 * org-list.el (org-list-separating-blank-lines-number): Fix
9437 confusion between point and item beginning. Now, if no
9438 information is available, truly follow user preference when it
9439 inserts blank lines manually.
9440 (org-list-insert-item): Send correct argument to the preceding
9441 function.
9442
9443 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9444
9445 * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
9446 newline inside of the code block body.
9447
9448 2011-07-28 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
9449
9450 * ob.el: Avoid spurious matches to literal.
9451
9452 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9453
9454 * org.el (org-indent-line-function): Don't include #+include
9455 lines.
9456
9457 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9458
9459 * ob-keys.el (org-babel-key-bindings): Adding key sequence for
9460 org-babel-check-src-block.
9461
9462 * ob.el (org-babel-expand-src-block): Fit within 80 cols.
9463 (org-babel-edit-distance): Returns the edit distance of two
9464 strings.
9465 (org-babel-check-src-block): Check a code block for errors.
9466
9467 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9468
9469 * org-capture.el (org-capture-templates): Fix bug in customization
9470 setup.
9471
9472 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9473
9474 * org-table.el
9475 (org-table-exit-follow-field-mode-when-leaving-table): New option.
9476 (org-table-check-inside-data-field): New optional argument
9477 `noerror'. When set, the function will only return nil instead of
9478 throwing an error.
9479 (org-table-edit-field): Interpret double prefix argument, and improve
9480 the properties of the editing window.
9481 (org-table-follow-field-mode): New minor mode.
9482 (org-table-follow-fields-with-editor): New function.
9483
9484 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9485
9486 * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
9487 first, then check if timestamps cause exclusion.
9488
9489 * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
9490 if timestamps cause exclusion.
9491
9492 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9493
9494 * org-list.el (org-list-full-item-re): Allow description term to
9495 have a newline character after the colons.
9496
9497 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9498
9499 * org-list.el (org-sort-list): No longer ignore with-case
9500 argument: the function sorted case-sensitively, regardless of
9501 argument.
9502
9503 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9504
9505 * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
9506
9507 * ob.el (org-babel-data-names): Configurable list of names of
9508 data.
9509 (org-babel-result-regexp): Using new results regexp.
9510
9511 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9512
9513 * org.el (org-special-properties): Add CLOCKSUM to the special
9514 properties.
9515
9516 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
9517
9518 * ob-exp.el (org-babel-exp-in-export-file): Bind
9519 `org-link-search-inhibit-query' to t to inhibit prompts.
9520
9521 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9522
9523 * org-exp.el (org-export-add-options-to-plist): Use the right
9524 match group.
9525
9526 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9527
9528 * org-latex.el (org-export-latex-preprocess): Protect index string.
9529
9530 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9531
9532 * org-latex.el (org-export-latex-preprocess): Pipe index entries
9533 through `org-export-latex-fontify-headline'.
9534
9535 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9536
9537 * org-exp.el (org-export-add-options-to-plist): Fix the option
9538 parser.
9539
9540 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
9541
9542 * org-latex.el (org-export-latex-preprocess): Replace index
9543 entries.
9544
9545 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
9546
9547 * org.el (org-structure-template-alist): Add an easy template for
9548 index (i), and move include file to I from i.
9549
9550 2011-07-28 Matt Lundin <mdl@imapmail.org>
9551
9552 * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
9553 line to `org-offer-links-in-entry'.
9554
9555 2011-07-28 Matt Lundin <mdl@imapmail.org>
9556
9557 * org-bibtex.el (org-bibtex-search): New function.
9558 (org-bibtex-export-to-kill-ring): New function. Export to kill
9559 ring.
9560 (org-bibtex-create-in-current-entry): New function
9561 (org-bibtex-create): Make it easier to add bib fields to an
9562 existing headline.
9563 (org-bibtex-export-arbitrary-fields)
9564 (org-bibtex-treat-headline-as-title): Fix typos
9565 (org-bibtex-fleshout): Don't upcase optional field; remove ":"
9566 from type completion.
9567
9568 2011-07-28 Matt Lundin <mdl@imapmail.org>
9569
9570 * org-bibtex.el (org-bibtex-treat-headline-as-title): New
9571 defcustom.
9572 (org-bibtex-headline): Only use headline text (not TODO or other
9573 metadata) to generate title field and auto key.
9574 (org-bibtex-fleshout): Allow user to choose whether to treat
9575 headline as title.
9576
9577 2011-07-28 Tom Dye <tsd@tsdye.com>
9578
9579 * org-bibtex.el: Added crossref field to other fields.
9580
9581 2011-07-28 Tom Dye <tsd@tsdye.com>
9582
9583 * org-bibtex.el: Add crossref option to incollection.
9584
9585 2011-07-28 Matt Lundin <mdl@imapmail.org>
9586
9587 * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
9588 as field.
9589
9590 2011-07-28 Matt Lundin <mdl@imapmail.org>
9591
9592 * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
9593 warn if a duplicate ID is generated.
9594
9595 2011-07-28 Matt Lundin <mdl@imapmail.org>
9596
9597 * org-bibtex.el (org-bibtex-tags): New variable.
9598 (org-bibtex-tags-are-keywords): New variable.
9599 (org-bibtex-no-export-tags): New variable.
9600 (org-bibtex-headline): Export tags as comma-separated bibtex
9601 keywords.
9602 (org-bibtex-read): Import bibtex keywords field as tags.
9603
9604 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9605
9606 * org-publish.el (org-publish-find-date): Optimization.
9607
9608 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
9609
9610 * org-gnus.el (org-gnus-follow-link): Don't request scan of group
9611 when following link.
9612
9613 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9614
9615 * org-publish.el (org-publish-project-alist): Document new
9616 :sitemap-sans-extension property.
9617 (org-publish-org-sitemap): Use new `sitemap-sans-extension'
9618 setting.
9619
9620 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9621
9622 * org.el (org-remove-uninherited-tags): Renamed from
9623 `org-remove-iniherited-tags'.
9624 (org-scan-tags): Fix typo in function call.
9625 (org-get-tags-at): Fix typo in function call.
9626
9627 2011-07-28 Matt Lundin <mdl@imapmail.org>
9628
9629 * org.el (org-get-tags-at): Don't include filetags if local is t.
9630
9631 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9632
9633 * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
9634 dispatch functions, wrap body in `(do )'.
9635
9636 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9637
9638 * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
9639 resulted in the creation of multiple overlays in src blocks.
9640
9641 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9642
9643 * ob-clojure.el (org-babel-execute:clojure): If results are not
9644 readable by lisp, then return them as a string.
9645
9646 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9647
9648 * org-bibtex.el (org-bibtex): Now prompts for a file name.
9649
9650 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9651
9652 * org-bibtex.el (org-bibtex-create): Adding prefix argument which
9653 will result in prompting for optional fields.
9654
9655 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9656
9657 * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
9658 which was causing compile problems.
9659 (org-bibtex-fleshout): Renamed flet function `get' which was causing
9660 compile problems.
9661 (org-bibtex-write): Renamed flet function `get' which was causing
9662 compile problems.
9663
9664 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
9665
9666 * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
9667 never starts with a number.
9668
9669 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9670
9671 * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
9672 (org-bibtex-key-property): New option.
9673 (org-bibtex-put): Make use of new `org-bibtex-key-property'
9674 variable.
9675 (org-bibtex-headline): Make use of new
9676 `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
9677 variables.
9678 (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
9679 variable.
9680 (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
9681 variable.
9682 (org-bibtex-write): Make use of new `org-bibtex-key-property'
9683 variable.
9684
9685 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9686
9687 * org-bibtex.el: Updating Copyright dates, author information,
9688 commentary and history notes.
9689 (org-bibtex-types): List of bibtex types with descriptions and
9690 required and optional fields.
9691 (org-bibtex-fields): List of bibtex fields with descriptions.
9692 (*org-bibtex-entries*): Special variable to hold parsed bibtex
9693 entries.
9694 (org-bibtex-autogen-keys): Custom variable controlling whether
9695 bibtex keys are automatically generated
9696 (org-bibtex-prefix): Custom variable allowing use of optional prefix
9697 for bibtex properties in Org-mode headlines.
9698 (org-bibtex-get): Helper function for accessing bibtex elements of a
9699 property list.
9700 (org-bibtex-put): Helper function for inserting bibtex element into
9701 a property list.
9702 (org-bibtex-headline): Return a bibtex entry of the given headline
9703 as a string.
9704 (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
9705 field.
9706 (org-bibtex-autokey): Generate a bibtex key for the current
9707 headline.
9708 (org-bibtex-fleshout): Fill in missing bibtex properties of the
9709 current headline.
9710 (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
9711 (org-bibtex-check): Check that all bibtex properties are present in
9712 the current headline.
9713 (org-bibtex-check-all): Check all headlines in the current buffer.
9714 (org-bibtex-create): Create a new bibtex headline at the current
9715 level.
9716 (org-bibtex-read): Read the current bibtex entry from a bibtex file.
9717 (org-bibtex-write): Write the most recently read bibtex entry into
9718 an Org-mode file.
9719
9720 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9721
9722 * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
9723 set properties.
9724 (org-agenda-show-clocking-issues): Handle faces.
9725
9726 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9727
9728 * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
9729 content by default with "-Dfile.encoding=UTF-8".
9730
9731 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9732
9733 * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
9734 argument.
9735
9736 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9737
9738 * org-exp.el (org-export-preprocess-string): Mark list end before
9739 expanding macros. Thus, a macro inside a list and containing
9740 blank lines cannot break the list structure.
9741 (org-export-preprocess-apply-macros): Multi-lines macros get
9742 indented with the same indentation as the first line. Thus, we
9743 are sure that every line belongs to the same list as the first
9744 line, if such list exists. Also add comments in code.
9745
9746 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9747
9748 * org-agenda.el (org-agenda-clock-consistency-checks): New option.
9749 (org-agenda-list): Handle display change to clock check.
9750 (org-agenda-get-progress): Show only clock entries if we are doing
9751 the consistency check.
9752 (org-agenda-show-clocking-issues): New function.
9753 (org-agenda-check-clock-gap): New function.
9754 (org-agenda-view-mode-dispatch): Offer consistency check.
9755 (org-agenda-log-mode): Handle switch to clock only display.
9756 (org-agenda-set-mode-name): Show lighter for Clockcheck.
9757
9758 * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
9759 and return it unchanged.
9760
9761 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9762
9763 * org-list.el (org-list-struct): When walking down the list, the
9764 function would not pay attention to drawers or blocks indentation.
9765 Thus, such constructs couldn't consistently end an item or a list.
9766 This patch ensures line indentation is stored (if applicable)
9767 before skipping them. Also fixed doc-string and comments.
9768
9769 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9770
9771 * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
9772 tree properties.
9773
9774 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9775
9776 * org-exp.el (org-export): Define a bound for finding enclosing
9777 tree with class/title definition.
9778
9779 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9780
9781 * org-exp.el (org-export): Go to next heading before searching
9782 backward, so make this also work if we are on the headline of the
9783 entry with the property.
9784
9785 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9786
9787 * org.el (org-promote):
9788 (org-demote): Soften the previous change, by only removing the
9789 flyspell function from after-change functions, because that was
9790 the one causing the slowdown - at least much of it.
9791
9792 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9793
9794 * org.el (org-promote, org-demote): Turn off
9795 after-change-functions to speed up the reindentation of text.
9796
9797 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9798
9799 * ob-ocaml.el (org-babel-ocaml-read-list): Use
9800 `org-babel-script-escape'.
9801 (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
9802
9803 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9804
9805 * org-html.el (org-html-handle-links): Add an alternate for inline
9806 images.
9807
9808 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9809
9810 * org-agenda.el (org-agenda-bulk-action): Do not use the entries
9811 variable before it is defined.
9812
9813 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9814
9815 * org-src.el (org-src-lang-modes): Added a language alias of "C"
9816 to "c".
9817
9818 2011-07-28 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
9819
9820 * ob-tangle.el (org-babel-tangle): Make it work in an indirect
9821 buffer.
9822
9823 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9824
9825 * org-html.el (org-html-make-link): Correct a bug in coderef link.
9826
9827 2011-07-28 Bernt Hansen <bernt@norang.ca>
9828
9829 * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
9830 typo.
9831
9832 2011-07-28 Bernt Hansen <bernt@norang.ca>
9833
9834 * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
9835 when headlines are missing.
9836
9837 2011-07-28 Bastien Guerry <bzg@gnu.org>
9838
9839 * org-mobile.el (org-mobile-push): Move call to hook, make it the
9840 first thing of the push operation.
9841
9842 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9843
9844 * ob.el (org-babel-params-from-buffer): Now looking for header
9845 arguments in #+Properties: as well as #+Babel:. Also, we're no
9846 longer caching these results into a file local variable.
9847
9848 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9849
9850 * ob-python.el (org-babel-python-evaluate-external-process): Allow
9851 parsing as a table in the case of ":results output table".
9852 (org-babel-python-evaluate-session): Allow parsing as a table in
9853 the case of ":results output table".
9854
9855 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9856
9857 * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
9858 all possible agenda views. Use `org-agenda-schedule' instead of
9859 `org-agenda-date-later'.
9860
9861 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9862
9863 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
9864 ":results output".
9865
9866 2011-07-28 Julien Danjou <julien@danjou.info>
9867
9868 * org.el (org-entry-get, org-entry-delete, org-entry-put)
9869 (org-property-values, org-delete-property-globally): Use
9870 `org-re-property'.
9871 (org-re-property): New function allowing to build a regexp to
9872 match a property.
9873
9874 2011-07-28 Julien Danjou <julien@danjou.info>
9875
9876 * org.el (org-property-values): Enhance docstring.
9877
9878 2011-07-28 Ethan Ligon <ligon@are.berkeley.edu> (tiny change)
9879
9880 * org-html.el (org-html-export-list-line): Fix regexp for
9881 detecting description lists to allow "::" marker to be last
9882 visible element at end of line.
9883 * org-docbook.el (org-docbook-export-list-line): Fix regexp for
9884 detecting description lists to allow "::" marker to be last
9885 visible element at end of line.
9886
9887 2011-07-28 Julien Danjou <julien@danjou.info>
9888
9889 * org-table.el (org-table-cleanup-narrow-column-properties): Use
9890 point-min rather than 1 when moving in the buffer.
9891
9892 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9893
9894 * org-list.el (org-list-in-valid-context-p): Renamed from
9895 `org-list-in-valid-block-p'.
9896 (org-at-item-p,org-list-search-generic): Use renamed function.
9897
9898 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9899
9900 * org.el (org-set-font-lock-defaults): Be more strict when
9901 recognizing description items, and do not fontify wrong cases
9902 like: "- term ::description" or "1. term :: description".
9903
9904 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9905
9906 * org-latex.el: Pay attention to end of footnote. Before closing
9907 the command, ensure that list is properly closed or that last link
9908 is separated from the curly brace.
9909
9910 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9911
9912 * org.el (org-indent-line-function): Footnote definition must stay
9913 at column 0 to be recognized as such. Body below can have normal
9914 indentation, so it should ignore its definition when computing
9915 indentation.
9916
9917 2011-07-28 Bastien Guerry <bzg@gnu.org>
9918
9919 * org-protocol.el (org-protocol-remember, org-protocol-capture):
9920 More appropriate message.
9921
9922 2011-07-28 Bastien Guerry <bzg@gnu.org>
9923
9924 * org-capture.el (org-capture-clock-keep): New local variable.
9925 (org-capture, org-capture-finalize): Use it and fix a bug when
9926 :clock-keep is set to `t'.
9927
9928 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9929
9930 * org-exp.el (org-export-preprocess-string): Handle include files
9931 before processing macros.
9932
9933 2011-07-28 Bernt Hansen <bernt@norang.ca>
9934
9935 * org-agenda.el: Remove obsolete code for adding todo list in
9936 front of the agenda.
9937
9938 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9939
9940 * org-latex.el (org-export-latex-convert-table.el-table): Fix
9941 format-string for insertion of captions.
9942
9943 2011-07-28 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9944
9945 * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
9946 regexp.
9947
9948 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9949
9950 * org.el (org-read-date-analyze): Help matching dotted European
9951 dates, like 31. 12. 2007
9952
9953 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9954
9955 * ob-lisp.el (org-babel-execute:lisp): Fix typo.
9956
9957 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9958
9959 * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
9960 before reading by elisp.
9961 (org-bable-lisp-vector-to-list): Stub of a vector->list function,
9962 should be replaced with a cl-vector->el-vector function.
9963
9964 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9965
9966 * ob-lisp.el (org-babel-execute:lisp): Now using
9967 `org-babel-reassemble-table' to apply the appropriate header
9968 arguments to results.
9969
9970 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9971
9972 * org.el (org-end-of-meta-data-and-drawers): New function.
9973
9974 * org-capture.el (org-capture-place-plain-text): Implement adding
9975 plain text templates to Org nodes.
9976
9977 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9978
9979 * org-beamer.el (org-beamer-environments-extra): Fix docstring.
9980
9981 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9982
9983 * org-exp.el (org-export-handle-comments): Add the org-protected
9984 property to the replacement string.
9985
9986 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9987
9988 * org-html.el (org-export-as-html, org-html-level-start): Fix
9989 logic for section number printing when NUM is an integer.
9990
9991 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9992
9993 * org-latex.el (org-export-latex-special-chars): Fix regexp for
9994 `single' special characters and ellipsis.
9995
9996 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9997
9998 * org.el (org-point-at-end-of-empty-headline): Bind
9999 `case-fold-search' to nil.
10000
10001 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10002
10003 * org-capture.el (org-capture-fill-template): Resolve new %<...>
10004 template escape.
10005 (org-capture-templates): Document new %<...> template escape.
10006
10007 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10008
10009 * ob.el (org-babel-process-params): Make this function idempotent,
10010 as it will sometimes be called multiple times.
10011
10012 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10013
10014 * org.el (org-ts-regexp-both): Add "]" to class of characters that
10015 should not be matched.
10016 (org-ts-regexp0, org-ts-regexp1): Do not start a class with
10017 "^]-+", because that tries to (not) match characters between "]"
10018 and "+". Instead, move the "-" to the end of the class where it
10019 causes no harm.
10020
10021 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10022
10023 * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
10024 process with the edit buffer when :session is specified.
10025
10026 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10027
10028 * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
10029 extraction code into line with a newer version of the
10030 `org-store-link' function.
10031
10032 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10033
10034 * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
10035 wrapping the expression in either a let or progn, and possibly a
10036 pretty-print function invocation.
10037 (org-babel-execute:lisp): Greatly simplified method of executing
10038 lisp code blocks.
10039
10040 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10041
10042 * org-list.el: Move `org-update-checkbox-count-maybe' call outside
10043 of ̀save-excursion' to get back to original position.
10044
10045 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10046
10047 * org.el (org-numbered-action-format): New option.
10048 (org-new-numbered-action): New command.
10049 (org-collect-todos-in-subtree): New command.
10050
10051 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10052
10053 * org-exp.el (org-export-with-tasks): New option.
10054 (org-export-plist-vars): Add :tasks property.
10055
10056 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10057
10058 * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
10059 property to the export preprocessor.
10060
10061 * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
10062 property to the export preprocessor.
10063
10064 * org-html.el (org-export-as-html): Pass the :done-tasks property
10065 to the export preprocessor.
10066
10067 * org-latex.el (org-export-as-latex): Pass the :done-tasks
10068 property to the export preprocessor.
10069
10070 * org-exp.el (org-export-with-done-tasks): New option.
10071 (org-export-plist-vars): Add entry for :done-tasks.
10072 (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
10073 (org-export-remove-done-tasks): New function.
10074
10075 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10076
10077 * org-latex.el (org-export-latex-keywords-maybe): Protect # in
10078 tags.
10079
10080 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10081
10082 * org.el (org-find-olp): Use the level of the correct match to
10083 continue search.
10084
10085 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10086
10087 * org-list.el (org-toggle-checkbox): Build value of
10088 org-keyword-time-regexp instead of using it directly, as it's
10089 buffer-local, and function might be called outside Org.
10090
10091 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10092
10093 * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
10094 blocks or drawers necessarily start somewhere. It it isn't the
10095 case, treat them as normal text.
10096
10097 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10098
10099 * ob-exp.el (org-babel-exp-results): Use code block name when
10100 finding cached results.
10101
10102 2011-07-28 Julien Danjou <julien@danjou.info>
10103
10104 * org-latex.el (org-export-latex-date-format): Change default date
10105 format to \today. This has the same result but respects the
10106 language set in the document by default.
10107
10108 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10109
10110 * org-list.el (org-list-checkbox): When called from an headline,
10111 function would normally skip drawers, but not if a SCHEDULED or
10112 DEADLINE keyword is standing before the drawer. Also avoid
10113 problems if function is called in buffers not is Org mode.
10114
10115 2011-07-28 Bastien Guerry <bzg@gnu.org>
10116
10117 * org-clock.el (org-clock-report): Change the scope of the
10118 inserted clock report depending on whether the point is within a
10119 subtree (:scope subtree) or not (:scope file).
10120
10121 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
10122
10123 * org-html.el (org-export-as-html): Fix export of footnotes
10124 containing lists, tables, quotes, etc.
10125
10126 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10127
10128 * org-latex.el (org-export-latex-preprocess): Correctly match
10129 starred command names.
10130
10131 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10132
10133 * org-html.el (org-export-as-html): Get local value of
10134 org-export-with-section-numbers from the buffer's plist. Deal
10135 specially with the case the resulting value is an integer.
10136 (org-html-level-start): New optional argument of the option plist used
10137 instead of `org-export-with-section-numbers'. Also deal specially
10138 with the case that the value is an integer.
10139
10140 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10141
10142 * org-latex.el (org-export-latex-subcontent): Deal specially with
10143 the case that NUM is an integer.
10144
10145 2011-07-28 Bastien Guerry <bzg@gnu.org>
10146
10147 * org-protocol.el (org-protocol-do-capture): Allow template keys
10148 of two characters.
10149 (org-protocol-default-template-key): Update the docstring to
10150 reflect the change in `org-protocol-do-capture'.
10151
10152 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10153
10154 * org-taskjuggler.el: Fix a typo in the commentary.
10155
10156 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10157
10158 * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
10159 "purge allocations" statement if we are not targeting tj3.
10160
10161 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10162
10163 * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
10164 Replace recursive implementation with an iterative one.
10165
10166 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10167
10168 * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
10169 data into shell variables.
10170
10171 2011-07-28 David Maus <dmaus@ictsoc.de>
10172
10173 * org-html.el (org-html-handle-time-stamps): Protected linebreak
10174 element after timestamp markup.
10175
10176 2011-07-28 David Maus <dmaus@ictsoc.de>
10177
10178 * org-html.el (org-html-handle-links): Don't protect img tag in
10179 link description.
10180
10181 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10182
10183 * org-table.el (org-table-formula-handle-first/last-rc): Bind
10184 `char'.
10185
10186 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10187
10188 * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
10189 whatever the major mode is.
10190
10191 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10192
10193 * org-inlinetask.el (org-inlinetask-export-templates): Fix default
10194 templates.
10195 (org-inlinetask-export-handler): Ensure contents of inline task,
10196 if any, starts and ends with a newline character. Refactor and
10197 comment code.
10198
10199 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10200
10201 * org-capture.el (org-datetree-find-date-create): Lower-case for
10202 variable names in `define-function' form.
10203
10204 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10205
10206 * org-table.el (org-table-convert-region): Throw error when
10207 SEPARATOR is smaller than 1.
10208
10209 2011-07-28 Julien Danjou <julien@danjou.info>
10210
10211 * org-colview.el (org-columns-display-here): Fix heading retrieval
10212 in Org buffers.
10213
10214 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10215
10216 * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
10217 be on the same line as a list end marker.
10218
10219 2011-07-28 Julien Danjou <julien@danjou.info>
10220
10221 * org.el (org-icompleting-read): Do not use useless lambda.
10222
10223 2011-07-28 Julien Danjou <julien@danjou.info>
10224
10225 * org-agenda.el (org-format-agenda-item): Fix length computing.
10226
10227 2011-07-28 Julien Danjou <julien@danjou.info>
10228
10229 * org-agenda.el (org-format-agenda-item): Fix comment and use
10230 `add-text-properties'.
10231
10232 2011-07-28 Julien Danjou <julien@danjou.info>
10233
10234 * org-agenda.el (org-agenda-highlight-todo): Remove useless
10235 `concat'.
10236
10237 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10238
10239 * org-list.el (org-list-to-generic): Set a default term for
10240 ill-formed description lists. Do not insert newline characters
10241 unless told to.
10242 (org-list-to-texinfo,org-list-to-html): Apply changes to
10243 `org-list-parse-liste'.
10244
10245 2011-07-28 Bastien Guerry <bzg@gnu.org>
10246
10247 * org-clock.el (org-clock-clocktable-language-setup): Add a
10248 string.
10249 (org-clocktable-write-default): Use the new localized string
10250 in `org-clock-clocktable-language-setup'.
10251
10252 2011-07-28 Bastien Guerry <bzg@gnu.org>
10253
10254 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10255 (org-taskjuggler-assign-resource-ids): Replace recursive
10256 implementation with an iterative one.
10257
10258 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
10259
10260 * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
10261 in headlines.
10262
10263 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
10264
10265 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10266 Compute the leafiness of a node.
10267 (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
10268 node as a milestone if it is a leaf and has no effort.
10269
10270 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
10271
10272 * org-taskjuggler.el (org-export-taskjuggler-target-version):
10273 (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
10274 to handle export to both tj2 and tj3.
10275 (org-taskjuggler-open-task): Use a different way to purge
10276 allocations for tj2 and tj3.
10277
10278 2011-07-28 Matt Lundin <mdl@imapmail.org>
10279
10280 * org-footnote.el (org-footnote-auto-label): New random option.
10281
10282 * org-footnote.el (org-footnote-new): Create random footnote
10283 labels with unique ids.
10284
10285 2011-07-28 Matt Lundin <mdl@imapmail.org>
10286
10287 * org-footnote.el (org-footnote-create-definition): Allow for
10288 footnote sections above the current footnote insertion point.
10289
10290 2011-07-28 Matt Lundin <mdl@imapmail.org>
10291
10292 * org-footnote.el (org-footnote-create-definition): Don't search
10293 for last footnote when in org-mode file.
10294
10295 2011-07-28 Bastien Guerry <bzg@gnu.org>
10296
10297 * org-html.el (org-export-as-html): Handle links with
10298 `org-html-handle-links' after we handle special characters
10299 conversions.
10300 (org-html-make-link, org-export-html-format-image): Don't
10301 protect html with @ anymore, as links are now handled after
10302 special characters conversions.
10303
10304 2011-07-28 Julien Danjou <julien@danjou.info>
10305
10306 * org-agenda.el (org-agenda-get-timestamps):
10307 (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
10308 (org-format-agenda-item): Remove no-prefix argument.
10309 (org-agenda-change-all-lines): Call org-format-agenda-item without the
10310 no-prefix argument.
10311
10312 2011-07-28 Julien Danjou <julien@danjou.info>
10313
10314 * org-agenda.el (org-agenda-highlight-todo): Stop using
10315 prefix-length.
10316 (org-cmp-alpha): Stop using prefix-length.
10317 (org-agenda-open-link): Stop using prefix-length.
10318 (org-agenda-change-all-lines): Stop using prefix-length.
10319
10320 * org-colview.el (org-columns-display-here): Stop using
10321 prefix-length. Always return claned items.
10322
10323 * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
10324 prefix-length.
10325
10326 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10327
10328 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
10329 `org-store-link' interactively as it can confuse the setting of
10330 `org-link-to-org-use-id' and cause undue edits to the org-mode
10331 buffer during tangling.
10332
10333 2011-07-28 David Maus <dmaus@ictsoc.de>
10334
10335 * org-html.el (org-export-html-format-image): Protect <p> element
10336 of image caption.
10337
10338 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10339
10340 * org.el (org-read-date-force-compatible-dates): New option.
10341 (org-read-date, org-read-date-analyze): Check representable date range.
10342
10343 2011-07-28 Bastien Guerry <bzg@gnu.org>
10344
10345 * org-html.el (org-export-as-html): Fix export of email.
10346
10347 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10348
10349 * ob-tangle.el (org-babel-spec-to-string): Check value of padline
10350 on tangling, no longer use the now-removed variable
10351 `org-babel-tangle-pad-newline'.
10352
10353 * ob.el (org-babel-header-arg-names): Add padline to the list of
10354 header argument names.
10355 (org-babel-default-header-args): Set the default value of padline to
10356 "yes".
10357 (org-babel-merge-params): Cleaned up the merge logic, added padline.
10358
10359 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10360
10361 * ob.el (org-babel-header-arg-names): Adding "shebang" to known
10362 code block header argument names.
10363
10364 2011-07-28 Bastien Guerry <bzg@gnu.org>
10365
10366 * org-crypt.el: Remove useless TODO in comments.
10367
10368 2011-07-28 Bastien Guerry <bzg@gnu.org>
10369
10370 * org-html.el (org-export-as-html): The default postamble now only
10371 export a date paragraph if `org-export-time-stamp-file' is
10372 non-nil.
10373
10374 2011-07-28 Bastien Guerry <bzg@gnu.org>
10375
10376 * org-exp.el (org-export-xml): Remove the defgroup of
10377 org-export-xml.
10378
10379 2011-07-28 Bastien Guerry <bzg@gnu.org>
10380
10381 * org-html.el (org-export-html-insert-plist-item): Remove.
10382 (org-export-html-preamble): Default to `t'. Accept functions.
10383 (org-export-html-postamble): Default to `auto'. Accept
10384 functions and distinguish between 'auto (no formatting string)
10385 and `t' (default formatting string).
10386 (org-export-as-html): Handle org-export-html-preamble and
10387 org-export-html-postamble new defaults/allowed values.
10388 Define email and creator-info before using them.
10389
10390 2011-07-28 Bastien Guerry <bzg@gnu.org>
10391
10392 * org-html.el (org-export-html-protect-char-alist): Fix typo in
10393 custom type definition.
10394
10395 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10396
10397 * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
10398 arguments.
10399
10400 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10401
10402 * org-list.el (org-list-parse-list): Fixed regexp.
10403
10404 2011-07-28 David Maus <dmaus@ictsoc.de>
10405
10406 * org-html.el (org-export-html-format-image): Protect image
10407 elements.
10408
10409 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10410
10411 * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
10412 contents of a code block body on export.
10413 (org-babel-tangle-collect-blocks): Apply
10414 `org-babel-tangle-body-hook' to the collected bodies of code blocks.
10415
10416 2011-07-28 David Maus <dmaus@ictsoc.de>
10417
10418 * org-html.el (org-html-make-link, org-html-handle-links): Protect
10419 generated XHTML elements.
10420 (org-export-as-html): Expand character entities after creating markup
10421 for links and timestamps.
10422
10423 2011-07-28 Bastien Guerry <bzg@gnu.org>
10424
10425 * org-html.el (org-export-as-html): Bugfix: insert email
10426 correctly.
10427
10428 2011-07-28 Bastien Guerry <bzg@gnu.org>
10429
10430 * org-html.el: Bugfix: prevent infinite matching of the `&'
10431 character.
10432
10433 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10434
10435 * org.el (org-fill-paragraph): `fill-forward-paragraph' function
10436 has been introduced with emacs 23.1.
10437
10438 2011-07-28 Bastien Guerry <bzg@gnu.org>
10439
10440 * org-attach.el: Allow to store a link to the attach-dir location.
10441
10442 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
10443
10444 * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
10445 function.
10446
10447 2011-07-28 Bernt Hansen <bernt@norang.ca>
10448
10449 * org-clock.el (org-clock-in): Allow clocking in new tasks
10450 inserted before the current clocking task.
10451
10452 2011-07-28 Bernt Hansen <bernt@norang.ca>
10453
10454 * org-clock.el (org-clock-in): Set default clocking task when
10455 already clocking the task.
10456
10457 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10458
10459 * org.el (org-adaptive-fill-function): When a region is specified
10460 first line of paragraph isn't skipped, so fill-paragraph have to
10461 be computed even if point is at an item.
10462
10463 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10464
10465 * org-list.el (org-list-in-valid-block-p): New function.
10466 (org-at-item-p,org-list-search-generic): Use new function.
10467
10468 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10469
10470 * org.el (org-indent-line-function): Text in both a list and a
10471 valid block is indented with regards to current item, not to block
10472 boundaries.
10473
10474 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
10475
10476 * org-html.el (org-format-org-table-html): Fix anchors in HTML
10477 export (thanks to <aankhen@gmail.com>)
10478 (org-html-protect): Fix a bug that prevents some target to be
10479 rendered correctly.
10480
10481 2011-07-28 Bastien Guerry <bzg@gnu.org>
10482
10483 * org.el (org-default-properties): Add EXPORT_TEXT.
10484
10485 2011-07-28 Matt Lundin <mdl@imapmail.org>
10486
10487 * org-footnote.el (org-footnote-create-definition)
10488 (org-insert-footnote-reference-near-definition): Fix sorting
10489 of footnotes.
10490
10491 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
10492
10493 * org-html.el (org-export-as-html): Bugfix: don't insert closing
10494 HTML tags when exporting body only.
10495
10496 2011-07-28 Jason Dunsmore <emacs-orgmode@deathroller.dunsmor.com> (tiny change)
10497
10498 * org.el (org-back-over-empty-lines): Bugfix. Honor
10499 `org-blank-before-new-entry' correctly in various contexts.
10500
10501 2011-07-28 Bastien Guerry <bzg@gnu.org>
10502
10503 * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
10504 and `save-restriction'.
10505
10506 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10507
10508 * org-timer.el (org-timer-item): `save-excursion' prevents
10509 `org-list-struct' to get the list structure when point isn't on
10510 the first line of the item.
10511
10512 2011-07-28 Bastien Guerry <bzg@gnu.org>
10513
10514 * org-capture.el (org-capture-templates): New option
10515 :no-clock-out.
10516 (org-capture): Use the new option.
10517
10518 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10519
10520 * org-list.el (org-update-checkbox-count): Ensure cookies on an
10521 heading are correctly updated when checkboxes are hidden. It
10522 allows, for example, to use C-c C-x C-b on a collapsed tree and
10523 still get the update.
10524
10525 2011-07-28 David Maus <dmaus@ictsoc.de>
10526
10527 * org-exp.el (org-export-visible): Accept keys for
10528 `org-export-as-html-to-buffer' and `org-export-region-as-html'.
10529
10530 2011-07-28 Bastien Guerry <bzg@gnu.org>
10531
10532 * org.el (org-duration-string-to-minutes): Don't use
10533 `rx-to-string'.
10534
10535 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10536
10537 * org.el (org-effort-durations): New variable.
10538
10539 * org.el (org-duration-string-to-minutes): New function.
10540
10541 * org-agenda.el (org-agenda-filter-effort-form)
10542 (org-format-agenda-item): Use it.
10543
10544 * org-clock.el (org-clock-notify-once-if-expired)
10545 (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
10546
10547 2011-07-28 Bastien Guerry <bzg@gnu.org>
10548
10549 * org-agenda.el (org-agenda-run-series): Rename from
10550 `org-run-agenda-series'.
10551
10552 2011-07-28 Bastien Guerry <bzg@gnu.org>
10553
10554 * org-capture.el: Don't allow currentfile anymore.
10555
10556 2011-07-28 Bastien Guerry <bzg@gnu.org>
10557
10558 * org-agenda.el (org-agenda-list): Fix bug: don't rely on
10559 `org-agenda-current-span' when calling `org-agenda-list'.
10560
10561 2011-07-28 Bastien Guerry <bzg@gnu.org>
10562
10563 * org-capture.el (org-capture-put-target-region-and-position):
10564 New function to store information about the target buffer.
10565 (org-capture-set-target-location): Use it.
10566 (org-capture-finalize): Restore the target buffer in its
10567 possibly narrowed state. Also restore the cursor position.
10568
10569 2011-07-28 Bastien Guerry <bzg@gnu.org>
10570
10571 * org-crypt.el (auto-save-default): Make sure entries are
10572 encrypted before auto-saving.
10573
10574 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10575
10576 * org-inlinetask.el (org-inlinetask-promote)
10577 (org-inlinetask-demote): New functions.
10578
10579 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10580
10581 * org.el (org-demote-subtree,org-promote-subtree): Wrap
10582 `org-map-tree' into `org-with-limited-levels' macro, so it avoids
10583 operating on inline tasks.
10584
10585 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10586
10587 * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
10588 will move point to a real heading and not an inline task by
10589 wraping function into a `org-with-limited-levels' macro.
10590
10591 2011-07-28 Bastien Guerry <bzg@gnu.org>
10592
10593 * org-capture.el (org-capture-finalize): New argument clock-out,
10594 to tell whether finalizing the capture process should clock out
10595 the running clock.
10596 (org-capture): Use the new argument.
10597
10598 2011-07-28 Bastien Guerry <bzg@gnu.org>
10599
10600 * org.el (org-refile-get-targets): Rename from
10601 `org-get-refile-targets'.
10602
10603 2011-07-28 Bastien Guerry <bzg@gnu.org>
10604
10605 * org-exp.el (org-export-table-remove-empty-lines): New custom
10606 variable.
10607 (org-export-remove-special-table-lines): Use it.
10608
10609 2011-07-28 Bastien Guerry <bzg@gnu.org>
10610
10611 * org-table.el (org-table-fix-formulas-confirm): New custom
10612 variable.
10613 (org-table-insert-column, org-table-delete-column)
10614 (org-table-move-column, org-table-move-row)
10615 (org-table-insert-row, org-table-kill-row): Use it.
10616
10617 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
10618
10619 * org.el (org-refile-get-location): Set and show default value.
10620 (org-goto, org-refile): Adapt calls.
10621
10622 2011-07-28 Bastien Guerry <bzg@gnu.org>
10623
10624 * org-mobile.el (org-mobile-files-exclude-regexp): New custom
10625 variable.
10626 (org-mobile-files-alist): Use it.
10627
10628 2011-07-28 Bastien Guerry <bzg@gnu.org>
10629
10630 * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
10631 against headings outside of a narrowed buffer.
10632
10633 2011-07-28 Bastien Guerry <bzg@gnu.org>
10634
10635 * org.el (org-confirm-shell-link-not-regexp)
10636 (org-confirm-elisp-link-not-regexp): New custom variables.
10637 (org-open-at-point): Use the new custom variables.
10638
10639 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10640
10641 * org-latex.el: Place \title \author \date before
10642 \begin{document}.
10643
10644 2011-07-28 Bastien Guerry <bzg@gnu.org>
10645
10646 * org-html.el (org-export-html-preamble)
10647 (org-export-html-postamble): Now default to `nil'.
10648 (org-export-as-html): When :html-pre/postamble is nil, fall
10649 back on the default pre/postamble, which depends on the
10650 :author-info, :email-info, :creator-info options.
10651
10652 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10653
10654 * ob-exp.el (org-babel-exp-results): Don't use cached results if
10655 there is no hash.
10656
10657 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10658
10659 * org-table.el (org-table-eval-formula): Treat relative column
10660 refs.
10661
10662 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10663
10664 * org-table.el (org-table-use-standard-references): Change default
10665 to `from'.
10666
10667 2011-07-28 Bastien Guerry <bzg@gnu.org>
10668
10669 * org.el (org-move-subtree-down): Leave the cursor at the same
10670 column we were at.
10671
10672 2011-07-28 Bastien Guerry <bzg@gnu.org>
10673
10674 * org-attach.el (org-attach-store-link-p): New variable.
10675 (org-attach-store-link): New function.
10676 (org-attach-attach): When `org-attach-store-link-p' is
10677 non-nil, store a link in `org-stored-links' to a newly
10678 attached file.
10679
10680 2011-07-28 Bastien Guerry <bzg@gnu.org>
10681
10682 * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
10683 case-fold-search to avoid mixing TODO keywords with real headline
10684 words.
10685
10686 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10687
10688 * org-table.el (org-table-fedit-finish): Read more general LHS of
10689 formulas.
10690 (org-table-formula-handle-@L): New function to hanle @L references.
10691 (org-table-current-ncol): New variable.
10692 (org-table-line-to-dline): New function.
10693 (org-table-get-stored-formulas): Accept range formulas as matches.
10694 (org-table-get-specials): Compute and store the number of columns.
10695 (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
10696 only the region marked by the range, not the content.
10697 (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
10698 range targets. Also check for duplicate access to fields.
10699 (org-table-expand-lhs-ranges): New funktion.
10700 (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
10701 the caller's value.
10702 (org-table-edit-formulas): Support highlighting of range targets.
10703 (org-table-field-info): Handle renge formulas.
10704
10705 2011-07-28 Bastien Guerry <bzg@gnu.org>
10706
10707 * org-html.el (org-export-html-postamble-format)
10708 (org-export-html-preamble-format): Explain how to escape the
10709 `%' character.
10710
10711 2011-07-28 Bastien Guerry <bzg@gnu.org>
10712
10713 * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
10714 `org-export-current-backend'.
10715
10716 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10717
10718 * ob.el (org-babel-read): Read string variable values wrapped in
10719 double quotes, removing the quotes.
10720
10721 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10722
10723 * ob-exp.el (org-babel-exp-results): Ensure that processed params
10724 are send to org-babel-execute-src-block.
10725
10726 2011-07-28 Bastien Guerry <bzg@gnu.org>
10727
10728 * org-special-blocks.el
10729 (org-special-blocks-make-special-cookies): Use
10730 `org-export-current-backend'.
10731
10732 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10733
10734 * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
10735 as an argument.
10736 (org-babel-exp-src-block): Explicitly pass language to
10737 `org-babel-exp-in-export-file'.
10738 (org-babel-exp-inline-src-blocks): Removed unused code.
10739 (org-babel-exp-results): Explicitly pass language to
10740 `org-babel-exp-in-export-file'.
10741
10742 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10743
10744 * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
10745 returned from calc-eval.
10746
10747 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10748
10749 * ob.el (org-babel-read): Pass elisp vectors through to code
10750 blocks.
10751
10752 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10753
10754 * ob.el (org-src-lang-modes): Defvar.
10755 (org-at-item-p): Declare function.
10756
10757 * ob-calc.el (calc-store): Require.
10758 (var-syms): Defvar.
10759
10760 * ob-python.el (py-default-interpreter): Defvar.
10761
10762 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10763
10764 * org-exp-blocks.el (backend): defvar.
10765
10766 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10767
10768 * org-agenda.el (org-agenda-get-scheduled):
10769 (org-agenda-get-timestamps): Bind local variable `show-all'.
10770
10771 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10772
10773 * ob-ref.el (org-at-item-p): Declare function.
10774
10775 * org-agenda.el (diary-time-regexp): defvar.
10776
10777 * org-archive.el (org-archive-subtree): Bind local variable
10778 `infile-p'.
10779
10780 * org-capture.el (org-capture-insert-template-here): Get template
10781 text from property list, to avoid byte compiler message.
10782
10783 * org-latex.el (org-export-latex-tables): Bind local variable
10784 `width'.
10785
10786 * org-special-blocks.el (org-compat): Add require statement.
10787
10788 * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
10789 `const-str'.
10790
10791 * org.el (org-eval): Moved function here from org-agenda.el.
10792
10793 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10794
10795 * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
10796 when reading from tables.
10797 (org-babel-read-list): Inhibit lisp evaluation of values when
10798 reading from lists.
10799 (org-babel-read): Add optional argument which can be used to inhibit
10800 lisp evaluation of value.
10801
10802 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10803
10804 * ob-table.el (sbe): Ensure that ob-trim is only called on
10805 strings.
10806
10807 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10808
10809 * ob-exp.el (org-babel-exp-results): On export, ensure that the
10810 result hash is resolved in the original org-mode file.
10811
10812 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10813
10814 * org-exp.el (org-export-mark-list-end): Change end marker.
10815
10816 * org-docbook.el (org-export-docbook-list-line): Use new marker.
10817
10818 * org-html.el (org-html-export-list-line): Use new marker.
10819
10820 * org-latex.el (org-export-latex-lists): Use new marker.
10821
10822 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10823
10824 * org-latex.el (org-export-latex-lists): Make sure markers used
10825 for export are taken into account by temporarily setting an
10826 appropriate value for `org-list-ending-method'.
10827
10828 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10829
10830 * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
10831 regexp into its own variable, also allowing match of empty bodies.
10832 (org-export-blocks-preprocess): Using new regexp variable.
10833
10834 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10835
10836 * ob.el (org-babel-src-block-regexp): Code block regexp now
10837 matches blocks with empty bodies.
10838
10839 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10840
10841 * ob.el (org-babel-script-escape): If script escaped value doesn't
10842 parse cleanly, then return it literally.
10843
10844 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10845
10846 * ob-exp.el (org-babel-exp-src-block): When block will eventually
10847 be evaluated, pre-calculate the hash before noweb expansion, and
10848 expand the parameters before hash calculation.
10849 (org-babel-exp-do-export): Pass pre-calculated hash through to
10850 `org-babel-exp-results'.
10851 (org-babel-exp-results): Compare pre-calculated hash to results hash.
10852
10853 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10854
10855 * ob.el (org-babel-sha1-hash): Sort list values to header
10856 arguments, and sort the words in strings.
10857
10858 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10859
10860 * ob-ref.el (org-babel-ref-index-list): Special handling of hline
10861 rows.
10862
10863 2011-07-28 Julien Danjou <julien@danjou.info>
10864
10865 * org-macs.el (org-with-point-at): Store evaluated version of
10866 pom. This fixes a potential bug when using (org-with-point-at
10867 (func) …), where (func) would be evaluated multiple times,
10868 therefore might return different results if a marker was returned
10869 and different each time.
10870
10871 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10872
10873 * org.el (org-open-at-point): If a link to a radio target is the
10874 first, (resp. the last), element of a buffer, function cannot find
10875 the property change required to get its boundaries, and
10876 `buffer-substring' is called with an invalid nil argument.
10877
10878 2011-07-28 Bastien Guerry <bzg@gnu.org>
10879
10880 * org-table.el (org-table-copy-down): Fix docstring.
10881
10882 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10883
10884 * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
10885 and for file types other than png and PDF it uses imagemagick to
10886 convert a compiled PDF file to the desired file type.
10887 (convert-pdf): Convert a PDF file to a new file type using
10888 imagemagick.
10889
10890 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
10891
10892 * org-capture.el (org-capture-fill-template): Fix bug with the
10893 display of interactive prompt in templates expansion.
10894
10895 2011-07-28 Reiner Steib <reiner.steib@gmx.de>
10896
10897 * org-clock.el (org-clock-display): Document how to remove subtree
10898 times.
10899
10900 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10901
10902 * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
10903 append a newline to the body.
10904
10905 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10906
10907 * org-list.el (org-list-insert-item): When computing size of item
10908 being inserted, function has to take into account that indentation
10909 may not only be made of spaces.
10910
10911 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10912
10913 * org-clock.el (org-clock-find-position): If a list was adjacent
10914 to some clocks and a drawer was going to be created, only the
10915 first element of the list would make it into the drawer.
10916
10917 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10918
10919 * org-list.el (org-toggle-checkbox): Fix bug where top item in
10920 list was omitted when checking boxes.
10921
10922 2011-07-28 Dan Davison <dandavison7@gmail.com>
10923
10924 * ob-R.el: Don't print result to echo area after evaluation.
10925
10926 2011-07-28 Bastien Guerry <bzg@gnu.org>
10927
10928 * org-capture.el (org-capture-refile): Fix typo in docstring.
10929
10930 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10931
10932 * ob-calc.el (org-babel-execute:calc): Call out to new function
10933 for variables resolution.
10934 (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
10935 variables in calc expressions.
10936
10937 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10938
10939 * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
10940 (org-babel-C++-compiler): Replace "c++" with "C++".
10941 (org-babel-execute:cpp): Replace "c" with "C++".
10942 (org-babel-execute:C++): Replace "c" with "C++".
10943 (org-babel-expand-body:C++): Replace "c" with "C++".
10944 (org-babel-C-execute): Replace "c" with "C++".
10945
10946 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10947
10948 * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
10949 a list if at the *beginning* of a list item.
10950
10951 * ob.el (org-babel-read-result): Only try to read results as a
10952 list if at the *beginning* of a list item.
10953
10954 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10955
10956 * org-list.el (org-cycle-item-indentation): Do not break an
10957 indentation cycle because visibility cycling is requested. This
10958 happens when an item becomes a parent, due to indentation change.
10959 Not considered empty anymore, the function cannot change its
10960 indentation again.
10961
10962 2011-07-28 Bastien Guerry <bzg@gnu.org>
10963
10964 * org-clock.el (org-clocktable-write-default): Bugfix: falls back
10965 on `org-export-default-language' when no :lang parameter is set.
10966
10967 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10968
10969 * org-capture.el (org-capture-expand-file): New function.
10970 (org-capture-target-buffer):
10971 (org-capture-set-target-location): Use `org-capture-expand-file'.
10972
10973 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10974
10975 * ob.el (org-babel-read-list): Reading the value of a list has
10976 been updated to reflect the new structure of org-mode lists in
10977 elisp.
10978 (org-babel-insert-result): Writing code block results to lists has
10979 been updated to reflect the new list structure.
10980 (org-babel-result-end): Remove a previous change to end-of-list
10981 marker detection.
10982
10983 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10984
10985 * org-list.el (org-cycle-item-indentation): Each time the function
10986 moves item back to child position, a white space is added to the
10987 line.
10988
10989 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10990
10991 * ob.el (org-babel-process-params): Allow elisp code in
10992 specification of results header arguments.
10993
10994 2011-07-28 Bastien Guerry <bzg@gnu.org>
10995
10996 * org-agenda.el (org-agenda-append-agenda): New command.
10997 (org-agenda-mode-map): New keybinding to this new command.
10998
10999 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11000
11001 * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
11002 cursor it at very first item of the list, as specified in the
11003 manual. Also refactored the list part of the function a bit.
11004
11005 2011-07-28 Bastien Guerry <bzg@gnu.org>
11006
11007 * org-agenda.el (org-agenda): Set the 'last-args property to nil
11008 when calling `org-agenda'. Don't kill the local variable
11009 `org-agenda-current-span'.
11010 (org-run-agenda-series): Use the new property 'last-args.
11011 (org-agenda-change-time-span): Use the dynamically set
11012 `org-agenda-overriding-arguments' variable when non-nil.
11013
11014 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11015
11016 * ob.el (org-babel-result-end): Adjust marker of list end to
11017 changes in the list format.
11018
11019 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11020
11021 * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
11022 need to wrap `org-entry-get' in `ignore-errors'.
11023
11024 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11025
11026 * org.el (org-toggle-item, org-toggle-heading): Make sure every
11027 sub-item in a list is changed into a sub-heading and sub-headings
11028 are translated into sub-items. Also ignore inline tasks in the
11029 process.
11030
11031 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11032
11033 * org-exp.el (org-export-select-backend-specific-text): Add
11034 `original-indentation' property when replacing #+begin_backend and
11035 #+backend blocks with their content. This is needed for lists, as
11036 they must know if the block belonged to them.
11037
11038 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11039
11040 * org-html.el (org-html-export-list-line): Insert a newline
11041 character before ending an item, as anchor could be on a line
11042 going to be deleted, like a drawer ending string.
11043
11044 * org-list.el (org-list-to-html): Same.
11045
11046 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11047
11048 * org.el (org-set-autofill-regexps): Use `org-item-re' in
11049 `paragraph-start' to recognize alphabetical lists.
11050 (org-fill-paragraph): Enforce a pre-computed fill-prefix before
11051 calling `fill-paragraph' when point is in an item. Also prevent
11052 paragraphs getting merged into an adjacent list upon filling.
11053 (org-adaptive-fill-function): Make sure to determine real
11054 fill-prefix for auto-fill.
11055 (org-auto-fill-function): Use a pre-computed fill-prefix before
11056 calling `do-auto-fill'.
11057
11058 * org-list.el (org-list-item-body-column): New function.
11059
11060 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11061
11062 * org-inlinetask.el (org-inlinetask-at-task-p)
11063 (org-inlinetask-toggle-visibility): New functions.
11064
11065 * org-list.el (org-list-set-item-visibility): New function.
11066
11067 * org.el (org-cycle, org-cycle-internal-local): Separate lists and
11068 inline tasks from headlines.
11069 (org-outline-level): Do not consider lists as headlines. Cycling
11070 visibility is using different tools.
11071
11072 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11073
11074 * org-list.el (org-list-struct): Mark items less indented than top
11075 item of the list, so that they will be modified.
11076 (org-list-struct-apply-struct): Compare struct's indentation with
11077 line's indentation instead of old-struct's. This is needed
11078 because `org-list-struct' automatically fixes indentation so
11079 changes might not be seen otherwise.
11080
11081 * org.el (org-ctrl-c-ctrl-c): Small refactoring.
11082
11083 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11084
11085 * org-list.el (org-update-checkbox-count): When a part of the
11086 buffer is processed to count checkboxes, lists are read from top
11087 to bottom, but inside lists (in drawers, blocks, or inline tasks)
11088 are skipped. Thus, cookies cannot be updated. This patch
11089 enforces reading of such lists if counter is itself in a special
11090 context.
11091
11092 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11093
11094 * org-list.el (org-list-struct-apply-struct): Inline tasks along
11095 with their content must stay at column 0 even if the item is
11096 gaining indentation. Moreover, fix indentation of text in an
11097 inline task, now it can be in such a task within a list.
11098
11099 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11100
11101 * org-list.el (org-at-item-p): Also verify context is valid.
11102 Otherwise it would recognize valid items where `org-in-item-p'
11103 wouldn't.
11104 (org-in-item-p, org-list-struct-apply-struct): Use shorter version
11105 of org-at-item-p.
11106 (org-cycle-list-bullet): Fix typo.
11107 (org-list-parse-list): Avoid calling `org-at-item-p' two times by
11108 using an appropriate regexp.
11109
11110 * org.el (org-indent-line-function): Use an appropriate regexp
11111 instead of calling `org-at-item-p' two times.
11112
11113 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11114
11115 * org-list.el (org-in-item-p): When point was just after
11116 org-list-end-re, check wouldn't be done for starting line. So, if
11117 the first line was an item, it wouln't be noticed and function
11118 would return nil. Simplify and comment code.
11119
11120 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11121
11122 * org.el (org-toggle-item): When used on normal text, ensure every
11123 line in region is included in the new item, regardless of its
11124 original indentation.
11125
11126 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11127
11128 * org-list.el (org-list-struct-apply-struct): If end of list was
11129 at eol, for example, with list inside a block, the last list
11130 wouldn't be shifted. Thus, the patch ensures no blank lines is
11131 skipped.
11132
11133 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11134
11135 * org.el (org-toggle-item): Now accepts a prefix argument. When
11136 used without argument on normal text, it will make the whole
11137 region one item. With an argument, it defaults to old behavior:
11138 change each line in region into an item.
11139
11140 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11141
11142 * org.el (org-return): When called from inside an item with the
11143 indent flag, function should keep text moved inside the item.
11144 This allows to use C-j to separate lines in an item: cursor won't
11145 go back to column 0.
11146
11147 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11148
11149 * org-list.el (org-list-struct): When a line has org-example
11150 property, skip the entire block. This is needed during export,
11151 for example when src blocks in org markup contain lists, and are
11152 returned verbatim because org isn't in the list of interpreted
11153 languages.
11154
11155 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11156
11157 * org-list.el (org-in-item-p): Handle special cases when function
11158 is called with cursor amidst `org-list-end-re' or at an inline
11159 task.
11160
11161 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11162
11163 * ob.el (org-babel-result-end): Apply renaming.
11164
11165 * org-exp.el (org-export-mark-list-properties): Apply renaming.
11166
11167 * org-list.el (org-list-prevs-alist): Renamed from
11168 `org-list-struct-prev-alist'.
11169 (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
11170 (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
11171 (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
11172 (org-toggle-checkbox, org-update-checkbox-count)
11173 (org-cycle-list-bullet, org-list-repair, org-insert-item)
11174 (org-move-item-up, org-move-item-up, org-move-item-down)
11175 (org-next-item, org-previous-item, org-end-of-item-list)
11176 (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
11177 (org-get-bullet): Removed function, as it is not needed anymore.
11178
11179 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11180
11181 * org-list.el (org-list-insert-item-generic): Change arguments.
11182 The function now accepts structure and previous items alist. This
11183 allows to insert an item programmatically more easily.
11184 (org-insert-item): Apply changes to
11185 `org-list-insert-item-generic'. The function now takes care about
11186 repairing structure and updating checkboxes.
11187
11188 * org-timer.el (org-timer-item): Apply changes to
11189 `org-list-insert-item-generic'. The function now takes care about
11190 repairing structure.
11191
11192 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11193
11194 * org-list.el (org-list-make-subtree): Function now uses
11195 `org-list-parse-list mechanism'.
11196 (org-list-make-subtrees): Removed function.
11197 (org-list-to-generic): Added a parameter and every parameter can
11198 be a sexp returning a string, for finer control.
11199 (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
11200 modifications to apply changes to `org-list-to-generic'.
11201 (org-list-to-subtree): New function.
11202
11203 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11204
11205 * org.el (org-beginning-of-line): Apply changes to
11206 `org-item-beginning-re' to correct sub-expression reference.
11207
11208 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11209
11210 * org-docbook.el (org-export-docbook-list-line): Even with
11211 alphabetical lists, Org shouldn't enforce a particular list type
11212 to exporters. This is a job for style files.
11213
11214 * org-html.el (org-html-export-list-line): Ib idem.
11215
11216 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11217
11218 * org-list.el (org-at-item-counter-p): New function.
11219 (org-list-parse-list): Handle counters and list depth.
11220 (org-list-to-generic): A special string is used when an item has a
11221 counter.
11222 (org-list-to-latex): Use new special string for counters. This
11223 fixes the counter bug in LaTeX export, as the enumi counter was
11224 the only one modified.
11225
11226 * org-latex.el (org-export-latex-lists): Use new
11227 `org-list-parse-list' output.
11228
11229 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11230
11231 * org-list.el (org-list-get-list-type): New function.
11232 (org-list-parse-list): Use new function.
11233
11234 * org-html.el (org-html-export-list-line): Use new function.
11235
11236 * org-docbook.el (org-export-docbook-list-line): Use new function.
11237
11238 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11239
11240 * org-list.el (org-alphabetical-lists): New variable
11241 (org-item-re, org-list-full-item, org-cycle-list-bullet)
11242 (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
11243 introduction of the new variable.
11244 (org-item-beginning-re): Changed into a function, so any
11245 modification of `org-alphabetical-lists' will not require
11246 reloading Org.
11247 (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
11248 (org-list-parse-list, org-list-send-list): Reflect changes to
11249 `org-item-beginning-re'.
11250 (org-list-use-alpha-bul-p): New function.
11251
11252 * org.el (org-check-for-hidden): Reflect changes to
11253 `org-item-beginning-re'.
11254
11255 * org-capture.el (org-capture-place-item): Reflect changes to
11256 `org-item-beginning-re'.
11257
11258 * org-docbook.el (org-export-docbook-list-line): Handle New type
11259 of items.
11260
11261 * org-exp.el (org-export-mark-list-end)
11262 (org-export-mark-list-properties): Reflect changes to
11263 `org-item-beginning-re'.
11264
11265 * org-html.el (org-html-export-list-line): Handle new type of
11266 items.
11267
11268 * org-latex.el (org-export-latex-lists): Handle new type of items
11269 and reflect changes to `org-item-beginning-re'.
11270
11271 * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
11272
11273 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11274
11275 * org-list.el (org-list-end-re): Removed function and made it a
11276 variable. There's no need for the overhead of calling the
11277 function every at every line in a list. User will have to reload
11278 Org if he change value of either `org-list-end-regexp' or
11279 `org-empty-line-terminates-plain-lists'.
11280 (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
11281
11282 * org-exp.el (org-export-mark-list-end)
11283 (org-export-mark-list-properties): Apply change.
11284
11285 * org-latex.el (org-export-latex-lists): Apply change. Also
11286 prevent items with org-example property to be considered as real
11287 items.
11288
11289 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11290
11291 * org-inlinetask.el (org-inlinetask-export-templates): Slightly
11292 modify templates so environment boundaries don't interfere with
11293 content of task. Unprotect content of task so it might benefit
11294 from further transformations. Set original-indentation property to
11295 a high value to ensure that task is always in the last item of the
11296 list. Also, apply templates later in export process.
11297
11298 * org-list.el (org-list-struct): Fix inline task skipping.
11299
11300 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11301
11302 * org-latex.el (org-export-latex-lists): Search for unprotected
11303 items only, and redefine `org-at-item'. This change is required
11304 when verbatim lists are inserted during export, usually by Babel.
11305
11306 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11307
11308 * ob.el (org-babel-result-end): End position is end of current
11309 sublist instead of bottom point, as results might be inserted in a
11310 list themselves.
11311
11312 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11313
11314 * org-list.el (org-list-automatic-rules): Removed insert rule.
11315 (org-list-insert-item-generic): Removed code preventing user to
11316 insert another item in a block within a list. It is because new
11317 list context make it impossible to see if a point in a block is
11318 also in a list.
11319
11320 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11321
11322 * org-exp.el (org-export-preprocess-string): Mark list endings
11323 before babel blocks preprocessing starts, so blank lines that may
11324 be inserted do not break list's structure. Then, mark list with
11325 special properties required by exporters. Thus output from babel
11326 can easily be included in lists.
11327 (org-export-mark-list-end): New function.
11328 (org-export-mark-list-properties): New function.
11329 (org-export-mark-lists): Removed function. It was split into the
11330 two preceding functions.
11331
11332 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11333
11334 * org-list.el (org-update-checkbox-count): Do not recompute every
11335 list before next heading when there are more than one cookie in an
11336 headline. Moreover, ignore the case where cookie is inserted
11337 neither at an heading nor at an item.
11338
11339 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11340
11341 * org-list.el (org-sort-list): Fix number of arguments to
11342 `org-list-repair', plus make `end-record' go to end of item before
11343 any blank line to keep them from being swallowed in the sorting.
11344
11345 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11346
11347 * org-list.el (org-list-forbidden-blocks): Renamed from
11348 `org-list-blocks'.
11349 (org-list-export-context): New variable.
11350
11351 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11352
11353 * org-list.el (org-list-search-generic): Renamed form
11354 `org-search-unenclosed-generic' to reflect the new behavior. Now,
11355 match can only be in a valid context for lists, as determined by
11356 `org-list-context'.
11357 (org-list-search-backward): Renamed from
11358 `org-search-backward-unenclosed'.
11359 (org-list-search-forward): Renamed from
11360 `org-search-forward-unenclosed'.
11361 (org-toggle-checkbox,org-update-checkbox-count): Use new
11362 functions.
11363 (org-sort-list): Using default regexp search functions as context
11364 is not required in this case.
11365
11366 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11367
11368 * org-exp.el (org-export-mark-lists): New function, replacing
11369 org-export-mark-list-ending. It adds information as text
11370 properties to every list, before changes done by exporter destruct
11371 them.
11372
11373 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11374
11375 * org-list.el (org-list-get-first-item): New alias for
11376 `org-list-get-list-begin'.
11377 (org-list-get-last-item): New function.
11378 (org-list-get-list-end): Use `org-list-get-last-item'.
11379
11380 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11381
11382 * org.el (org-get-string-indentation): Moved in generally useful
11383 functions section, as it wasn't specific to plain lists and that
11384 no code was using it in org-list.el.
11385
11386 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11387
11388 * org.el (org-skip-over-state-notes,org-store-log-note): Use new
11389 accessors.
11390
11391 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11392
11393 * org-list.el (org-list-indent-item-generic): Remove error
11394 messages happening before process. This belongs to interactive
11395 functions.
11396 (org-indent-item,org-indent-item-tree)
11397 (org-outdent-item,org-outdent-item-tree): Ensure point or region
11398 is correct before computing list structure. Return an error
11399 message otherwise.
11400
11401 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11402
11403 * org-list.el (org-apply-on-list): Use new structures. Function
11404 is now applied in reverse order so modifications do not change
11405 positions of items in buffer.
11406
11407 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11408
11409 * org-list.el (org-list-parse-list): Rewrite of function to allow
11410 text following a sub-list in the same item. See docstring for an
11411 example of output.
11412 (org-list-to-generic): Use new parsing function.
11413 (org-list-to-latex,org-list-to-html): Minor change for clearer
11414 export.
11415
11416 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11417
11418 * org-list.el (org-list-has-child-p): Renamed from
11419 `org-list-get-child'. Returning first child is only useful as a
11420 predicate, as we are allowing an item to have more than one
11421 sub-list.
11422 (org-list-indent-item-generic): Use `org-list-has-child-p' instead
11423 of org-list-get-child.
11424 (org-in-item-p): Also return item beginning when list starts at
11425 context beginning.
11426 (org-list-get-parent): Use of `org-list-struct-parent-alist'
11427 helper function is not optional anymore.
11428 (org-list-get-all-items): Shorten code with the help of cl.el.
11429 (org-list-get-children): Now returns all children of item, even if
11430 they do not belong to the same list. Renamed from
11431 `org-list-get-all-children'.
11432 (org-list-get-list-begin): Function wasn't return value when item
11433 was already the first item of the list at point.
11434 (org-list-get-list-end): Function wasn't return value when item
11435 was already the last item of the list at point.
11436 (org-list-struct-fix-box,org-update-checkbox-count): Now uses
11437 `org-list-get-children'.
11438
11439 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11440
11441 * org.el (org-indent-line-function): Indentation of item's body
11442 starts just after the bullet, not after a checkbox. Moreover, As
11443 `org-in-item-p' also returns item beginning position when point is
11444 in a list, do not compute it a second time.
11445
11446 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11447
11448 * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
11449 usage `org-repair-list', forcing another reading of the list, with
11450 only needed subroutines.
11451
11452 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11453
11454 * org-list.el (org-list-separating-blank-lines-number): Use new
11455 accessors.
11456 (org-list-insert-item-generic): Use list structures to insert a
11457 new item.
11458 (org-list-exchange-items): Refactor and comment code. Now return
11459 new struct instead of modifying it, as list sorting would
11460 sometimes eat first item.
11461 (org-move-item-down,org-move-item-up): Reflect changes to
11462 `org-list-exchange-items'.
11463 (org-insert-item): As `org-in-item-p' also computes item beginning
11464 when applicable, reuse the result.
11465
11466 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11467
11468 * org-list.el (org-list-in-item-p): Unify methods for this
11469 predicate.
11470 (org-list-in-item-p-with-indent): Removed function.
11471 (org-list-ending-between): Removed function.
11472 (org-list-maybe-skip-block): Removed function.
11473 (org-list-in-item-p-with-regexp): Removed function.
11474 (org-list-top-point-with-regexp): Removed function.
11475 (org-list-top-point-with-indent): Removed function.
11476 (org-list-bottom-point-with-indent): Removed function.
11477 (org-list-bottom-point-with-regexp): Removed function.
11478 (org-list-get-item-same-level): Removed function.
11479 (org-list-top-point): Removed function.
11480 (org-list-bottom-point): Removed function.
11481 (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
11482 be consistent with naming policy of non-interactive functions.
11483 (org-get-beginning-of-list): Removed function.
11484 (org-beginning-of-item-list): Use new accessors.
11485 (org-get-end-of-list): Removed function.
11486 (org-end-of-list): Use new accessors.
11487 (org-get-end-of-item): Removed function.
11488 (org-end-of-item): Use new accessors.
11489 (org-get-previous-item): Removed function.
11490 (org-previous-item): Use new accessors.
11491 (org-get-next-item): Removed function.
11492 (org-next-item): Use new accessors.
11493 (org-list-get-item-end-before-blank): Use new accessors.
11494
11495 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11496
11497 * org-list.el (org-list-repair): Removed optional argument
11498 FORCE-BULLET. The job of this interactive function is to
11499 completely fix a list at point. Changing bullets is a separate
11500 task. Also removed others optional arguments TOP and BOTTOM to
11501 follow the new structures.
11502 (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
11503 STRUCT is a new required argument. This avoids computing a list
11504 structure many times when function is called more than once in a
11505 row, for example in `org-cycle-item-indentation'. Use new
11506 accessors. Now, also call `org-update-checkbox-count-maybe'.
11507 (org-outdent-item, org-indent-item, org-outdent-item-tree)
11508 (org-indent-item-tree): Remove need for TOP and BOTTOM.
11509 (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
11510 (org-list-exchange-items): Use new accessors. Now modify struct
11511 to avoid re-reading it later.
11512 (org-move-item-down): Reflect changes to `org-list-repair'. Use
11513 new accessors.
11514 (org-move-item-up): Reflect changes to `org-list-repair'. Use new
11515 accessors.
11516 (org-cycle-list-bullet): Use new structures. Also use a shortcut
11517 to `org-list-struct-fix-struct' in order to avoid unnecessary
11518 fixes, like `org-list-struct-fix-box'
11519 (org-sort-list): Use of new structures. Renamed an internal
11520 function for a little more clarity.
11521 (org-cycle-item-indentation): Remove dependency on
11522 `org-list-repair'. Use new accessors.
11523 (org-list-get-child): Correct bug when asking for the child of the
11524 last item.
11525 (org-list-exchange-items): Use new accessors.
11526
11527 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11528
11529 * org-list.el (org-list-blocks): New variable.
11530 (org-list-context): New function.
11531 (org-list-full-item-re): New variable.
11532 (org-list-struct-assoc-at-point): Use new variable.
11533 (org-list-struct): Rewrite of function. Now, list data is
11534 collected by looking at the list line after line. It reads the
11535 whole list each time because reading only a subtree was not enough
11536 for some operations, like fixing checkboxes. It also removes the
11537 need to get `org-list-top-point' and `org-list-bottom-point'
11538 first. An added data is the position of item ending. This aims
11539 to be able to have list followed by text inside an item.
11540 (org-list-struct-assoc-end): New function.
11541 (org-list-struct-parent-alist): New function.
11542 (org-list-get-parent): New function.
11543 (org-list-get-child): New function.
11544 (org-list-get-next-item): New function.
11545 (org-list-get-prev-item): New function.
11546 (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
11547 (org-list-get-all-items): New function.
11548 (org-list-get-all-children): New function.
11549 (org-list-get-top-point): New function.
11550 (org-list-get-bottom-point): New function.
11551 (org-list-get-counter): New function.
11552 (org-list-get-item-end): New function.
11553 (org-list-struct-fix-bul): Rewrite for cleaner code. Make use of
11554 new accessors.
11555 (org-list-struct-fix-ind): Make use of new accessors.
11556 (org-list-struct-fix-box): New function.
11557 (org-list-struct-fix-checkboxes): Removed function.
11558 (org-list-struct-outdent): Use new accessors. Use the fact that
11559 there is no longer a virtual item at beginning of structure.
11560 (org-list-struct-indent): Use helper functions
11561 `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
11562 Also use new accessors.
11563 (org-list-struct-fix-struct): Comment function. Call directly
11564 `org-list-struct-apply-struct', without removing unchanged items
11565 first.
11566 (org-list-struct-apply-struct): Comment function. Rewrite using
11567 new accessors. Use new variable `org-list-full-item-re'.
11568 (org-list-shift-item-indentation): Removed function, now included
11569 in `org-list-struct-apply-struct' because it is too specific.
11570
11571 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11572
11573 * org-list.el (org-toggle-checkbox): Use structures to fix
11574 checkboxes of a list.
11575 (org-update-checkbox-count): Use structures to update cookies.
11576
11577 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11578
11579 * org-list.el (org-list-struct-fix-checkboxes): New function.
11580 (org-checkbox-blocked-p): Removed function.
11581
11582 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11583
11584 * org-list.el (org-list-get-all-items): New function.
11585 (org-list-get-all-children): New function.
11586 (org-list-get-nth): New function.
11587 (org-list-set-nth): New function.
11588 (org-list-get-ind): New function.
11589 (org-list-set-ind): New function.
11590 (org-list-get-bullet): New function.
11591 (org-list-set-bullet): New function.
11592 (org-list-get-checkbox): New function.
11593 (org-list-set-checkbox): New function.
11594 (org-list-struct-fix-bul): Use new accessors.
11595 (org-list-repair): Use new accessors.
11596 (org-list-indent-item-generic): Make use of accessors.
11597 (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
11598 (org-list-get-child): Renamed from `org-list-struct-get-child'.
11599 (org-list-struct-fix-ind): Make use of accessors.
11600 (org-list-get-next-item): New function.
11601 (org-list-get-subtree): New function.
11602
11603 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11604
11605 * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
11606 list structure.
11607
11608 * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
11609 value in structure.
11610
11611 * org-list.el (org-list-struct-apply-struct): Also apply
11612 checkboxes.
11613
11614 2011-07-28 Bastien Guerry <bzg@gnu.org>
11615
11616 * org-latex.el (org-export-latex-content): Bind local variables
11617 for export in the temporary export buffer.
11618
11619 2011-07-28 David Maus <dmaus@ictsoc.de>
11620
11621 * org-protocol.el (org-protocol-unhex-single-byte-sequence)
11622 (org-protocol-unhex-string, org-protocol-unhex-compound): Change
11623 date of obsolete declaration to 2011-02-17.
11624
11625 2011-07-28 David Maus <dmaus@ictsoc.de>
11626
11627 * org.el (org-link-escape): Throw error if encoding character in
11628 utf8 fails.
11629
11630 2011-07-28 David Maus <dmaus@ictsoc.de>
11631
11632 * org-protocol.el (org-protocol-split-data)
11633 (org-protocol-open-source): Use `org-link-unescape' instead of
11634 obsolete unhex string function.
11635
11636 2011-07-28 David Maus <dmaus@ictsoc.de>
11637
11638 * org.el (org-link-escape, org-link-escape-chars-browser)
11639 (org-link-escape-chars): Always percent escape the percent sign.
11640
11641 2011-07-28 David Maus <dmaus@ictsoc.de>
11642
11643 * org.el (org-link-unescape): Simpler algorithm for replacing
11644 percent escapes.
11645 (org-link-unescape-compound): Use cond statements instead of nested
11646 if, convert hex string with string-to-number, save match data.
11647 (org-link-unescape-single-byte-sequence): Use mapconcat and
11648 string-to-number for unescaping single byte sequence.
11649
11650 2011-07-28 David Maus <dmaus@ictsoc.de>
11651
11652 * org.el (org-link-escape): Rename lambda argument.
11653
11654 2011-07-28 David Maus <dmaus@ictsoc.de>
11655
11656 * org.el (org-link-escape-chars-browser, org-link-escape-chars):
11657 Add percent sign to list of escape chars.
11658
11659 2011-07-28 David Maus <dmaus@ictsoc.de>
11660
11661 * org-mobile.el (org-mobile-escape-olp): Use new percent escape
11662 character table format.
11663
11664 2011-07-28 David Maus <dmaus@ictsoc.de>
11665
11666 * org-mobile.el (org-mobile-locate-entry): Remove obsolete
11667 argument in call to org-link-unescape.
11668
11669 2011-07-28 David Maus <dmaus@ictsoc.de>
11670
11671 * org-protocol.el (org-protocol-unhex-string)
11672 (org-protocol-unhex-compound)
11673 (org-protocol-unhex-single-byte-sequence): Declare obsolete and
11674 alias to respective org-link-unescape-* functions.
11675
11676 2011-07-28 David Maus <dmaus@ictsoc.de>
11677
11678 * org.el (org-link-unescape, org-link-unescape-compound)
11679 (org-link-unescape-single-byte-sequence): Functions moved and renamed
11680 from org-protocol.el.
11681
11682 2011-07-28 David Maus <dmaus@ictsoc.de>
11683
11684 * org-macs.el (org-char-to-string): Inline function to properly
11685 decode utf8 characters in Emacs 22. Moved and renamed from
11686 org-protocol.el.
11687
11688 2011-07-28 David Maus <dmaus@ictsoc.de>
11689
11690 * org.el (org-link-escape): New optional argument. Merge user
11691 table with default table.
11692
11693 2011-07-28 David Maus <dmaus@ictsoc.de>
11694
11695 * org.el (org-link-escape): Fixup doc string.
11696
11697 2011-07-28 David Maus <dmaus@ictsoc.de>
11698
11699 * org.el (org-link-escape-chars, org-link-escape-chars-browser):
11700 New format of percent escape table.
11701 (org-link-escape): Use new table format.
11702
11703 2011-07-28 David Maus <dmaus@ictsoc.de>
11704
11705 * org.el (org-link-escape): New Unicode aware percent encoding
11706 algorithm.
11707
11708 2011-07-28 Sebastian Rose <sebastian_rose@gmx.de>
11709
11710 * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
11711 function. Decode hex-encoded singly byte sequences.
11712 (org-protocol-unhex-compound): Use new function if decoding sequence
11713 as Unicode character failed.
11714
11715 2011-07-28 Bastien Guerry <bzg@gnu.org>
11716
11717 * org-html.el (org-export-as-html): Expand the HTML title.
11718
11719 2011-07-28 Bastien Guerry <bzg@gnu.org>
11720
11721 * org-publish.el (org-publish-cache-ctime-of-src): Improve
11722 docstring.
11723 (org-publish-find-title): New option to explicitly reset the title
11724 in the cache.
11725 (org-publish-format-file-entry): Use this new option.
11726
11727 2011-07-28 Dan Davison <dandavison7@gmail.com>
11728
11729 * org-exp.el (org-export-preprocess-string): Set the source buffer
11730 and use `org-clone-local-variables' to get local variables from
11731 it.
11732
11733 2011-07-28 Dan Davison <dandavison7@gmail.com>
11734
11735 * org-exp.el (org-export-format-source-code-or-example): Allow
11736 empty string as second element in minted/listings options.
11737
11738 2011-07-28 Dan Davison <dandavison7@gmail.com>
11739
11740 * org-exp.el (org-export-format-source-code-or-example): Support
11741 new user-customizable options.
11742 (org-export-latex-custom-lang-environments): Ensure new variable
11743 is defined.
11744 (org-export-latex-listings-options): Ensure new variable is defined.
11745 (org-export-latex-minted-options): Ensure new variable is defined.
11746
11747 2011-07-28 Bastien Guerry <bzg@gnu.org>
11748
11749 * org-html.el (org-export-as-html): Handle the case when
11750 `org-export-html-validation-link' is nil to keep backward
11751 compatible with the old default value of this variable.
11752
11753 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11754
11755 * ob.el (org-babel-insert-result): Don't choke if indent is not a
11756 number.
11757
11758 2011-07-28 Christian Moe <mail@christianmoe.com> (tiny change)
11759
11760 * org-bbdb.el (org-bbdb-export): When a link description has been
11761 added by `org-export-normalize-links', use path instead (remove
11762 the `bbdb:' prefix).
11763
11764 2011-07-28 Bastien Guerry <bzg@gnu.org>
11765
11766 * org-ascii.el (org-export-ascii-underline): Put the level's
11767 characters in the right order, as documented by the docstring.
11768 (org-ascii-level-start): Select the right char for underlining
11769 headlines.
11770
11771 2011-07-28 Bastien Guerry <bzg@gnu.org>
11772
11773 * org-src.el (org-edit-src-code): Allow to edit source code from
11774 modes derived from Org.
11775
11776 2011-07-28 Niels Giesen <niels.giesen@gmail.com>
11777
11778 * org-clock.el (org-clock-clocktable-language-setup): Add list of
11779 dutch strings.
11780
11781 2011-07-28 Dan Davison <dandavison7@gmail.com>
11782
11783 * org-beamer.el: Mark frame as fragile when it is using minted for
11784 src block export.
11785
11786 2011-07-28 Bastien Guerry <bzg@gnu.org>
11787
11788 * org-agenda.el (org-agenda-date-later)
11789 (org-agenda-date-earlier): Enhance docstrings.
11790 (org-agenda-bulk-mark-regexp): Only match against headlines.
11791 Send a message when no entry is marked.
11792 (org-agenda-bulk-action): Fix bug about scattering deadlines.
11793 Send an error when trying to scatter outside an agenda or a
11794 timeline view. Silently fail when trying to scatter sexp entries.
11795
11796 2011-07-28 Bastien Guerry <bzg@gnu.org>
11797
11798 * org-clock.el (org-clock-clocktable-language-setup): New custom
11799 variable.
11800 (org-clocktable-defaults): Set the default language.
11801 (org-clocktable-write-default): Use the new variable.
11802
11803 2011-07-28 Dan Davison <dandavison7@gmail.com>
11804
11805 * ob.el (org-babel-src-block-names): Don't strip text properties
11806 from search hits.
11807 (org-babel-result-names): Don't strip text properties from search
11808 hits.
11809
11810 2011-07-28 Dan Davison <dandavison7@gmail.com>
11811
11812 * ob-python.el (org-babel-python-evaluate-session): Pass nil as
11813 remove-echo part of META argument to
11814 `org-babel-comint-with-output'.
11815
11816 2011-07-28 Dan Davison <dandavison7@gmail.com>
11817
11818 * ob.el (org-babel-script-escape): Use `substring' comparison
11819 instead of regexp matching.
11820
11821 2011-07-28 Dan Davison <dandavison7@gmail.com>
11822
11823 * org-src.el (org-edit-src-code): When generating the code edit
11824 buffer, it is necessary for several variables to inherit their
11825 values from the parent org buffer. These changes collect all such
11826 variables together into a single association list of
11827 `(variable-name value)' pairs. In addition, a new variable is
11828 added to the list: `org-edit-src-content-indentation'. This has
11829 the effect that a buffer local value can be used for that
11830 variable.
11831
11832 2011-07-28 Dan Davison <dandavison7@gmail.com>
11833
11834 * ob-table.el (sbe): Don't truncate sbe results.
11835
11836 2011-07-28 Lawrence Mitchell <wence@gmx.li>
11837
11838 * org-exp.el (org-export-add-options-to-plist): Require match to
11839 start at a word-boundary.
11840
11841 2011-07-28 Bastien Guerry <bzg@gnu.org>
11842
11843 * org-latex.el (org-export-latex-hyperref-format): Update
11844 docstring.
11845
11846 2011-07-28 Tom Dye <tsd@tsdye.com>
11847
11848 * org.el: Update documentation of `org-add-link-type'.
11849
11850 2011-07-28 Dan Davison <dandavison7@gmail.com>
11851
11852 * org.el (org-open-at-point): Fix bug when using prefix arg to
11853 construct `org-link-search' call. Rename prefix arg with a more
11854 generic name, to reflect its diverse uses in this function.
11855
11856 2011-07-28 Rémi Vanicat <vanicat@debian.org>
11857
11858 * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
11859 (org-icalendar-date-time-format): New custom variable.
11860 (org-icalendar-use-UTC-date-timep): New function.
11861 (org-ical-ts-to-string): Use the new variable.
11862
11863 2011-07-28 Bastien Guerry <bzg@gnu.org>
11864
11865 * org-vm.el (org-vm-store-link): Make sure the buffer is
11866 associated with a file when trying to store an Org link.
11867
11868 2011-07-28 Dan Davison <dandavison7@gmail.com>
11869
11870 * ob.el (org-babel-params-from-properties): Test for
11871 "header-arg-name" and ":header-arg-name", in that order.
11872
11873 2011-07-28 Bastien Guerry <bzg@gnu.org>
11874
11875 * org-capture.el (org-capture-templates): Document "currentfile"
11876 for capture template.
11877 (org-capture-templates): Allow to use currentfile for capture
11878 templates.
11879 (org-capture-set-target-location): Handle currentfile as a way to
11880 setting the capture buffer.
11881
11882 2011-07-28 Bastien Guerry <bzg@gnu.org>
11883
11884 * ob.el (org-babel-params-from-properties): Don't wrap
11885 `org-entry-get' into `condition-case'.
11886
11887 2011-07-28 Dan Davison <dandavison7@gmail.com>
11888
11889 * org.el (org-entry-get): Don't look for a property drawer if we
11890 are before the first heading in the file.
11891 (org-entry-get-with-inheritance): Don't attempt to move up the
11892 tree if we are before the first heading in the file. Also,
11893 enclose less of the function in the `save-excursion'.
11894
11895 2011-07-28 Dan Davison <dandavison7@gmail.com>
11896
11897 * ob.el (org-babel-params-from-buffer): Return desired value
11898 rather than nil from failed re search.
11899
11900 2011-07-28 Bastien Guerry <bzg@gnu.org>
11901
11902 * org-agenda.el (org-get-entries-from-diary): Put multiline diary
11903 entries on a single line when lines don't start with a diary time.
11904
11905 2011-07-28 Bastien Guerry <bzg@gnu.org>
11906
11907 * org-html.el (org-export-html-protect-char-alist): New custom
11908 variable to define characters to be HTML protected.
11909 (org-html-protect): Use the new variable.
11910
11911 2011-07-28 Bastien Guerry <bzg@gnu.org>
11912
11913 * org-info.el (org-info-store-link): Use "#" to separate the info
11914 file and the node.
11915 (org-info-follow-link): Use both "#" to separate the info file and
11916 the node. Continue to use ":" for backward compatibility.
11917
11918 2011-07-28 Bastien Guerry <bzg@gnu.org>
11919
11920 * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
11921 variable.
11922 (org-print-icalendar-entries): Use this new variable to prevent
11923 export of entries with a :noexport: tag.
11924
11925 2011-07-28 Bastien Guerry <bzg@gnu.org>
11926
11927 * org-exp.el (org-export-initial-scope): New custom variable.
11928 (org-export): Use this new variable. If there is an active
11929 region, tell it when prompting the user for an export command.
11930 Also change the way the function handles selection of buffer and
11931 subtree export.
11932
11933 2011-07-28 Bastien Guerry <bzg@gnu.org>
11934
11935 * org-html.el (org-export-html-auto-preamble)
11936 (org-export-html-auto-postamble): Remove.
11937 (org-export-html-preamble, org-export-html-postamble): Turn into
11938 custom variables. Update the docstrings.
11939 (org-export-html-preamble-format)
11940 (org-export-html-postamble-format): New custom variables.
11941 (org-export-as-html): Use `org-export-html-postamble-format' and
11942 `org-export-html-preamble-format'.
11943 (org-export-html-title-format): Delete.
11944
11945 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11946
11947 * org-exp-blocks.el (org-export-blocks-format-ditaa): This
11948 function is begin deprecated in favor of begin_src blocks.
11949 (org-export-blocks-format-dot): This function is begin deprecated in
11950 favor of begin_src blocks.
11951
11952 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11953
11954 * ob.el (org-babel-header-arg-names): no-expand is now part of the
11955 default header argument names list.
11956
11957 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
11958
11959 * org-publish.el (org-publish-sitemap-date-format)
11960 (org-publish-sitemap-file-entry-format): New custom variables.
11961 (org-publish-projects): Use these variables to format the sitemap
11962 entries.
11963
11964 2011-07-28 Ulf Stegemann <ulf-news@zeitform.de>
11965
11966 * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
11967 from `message-mode'.
11968
11969 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11970
11971 * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
11972 updating the filter while the clock report is following the
11973 filter.
11974
11975 2011-07-28 Julien Danjou <julien@danjou.info>
11976
11977 * org-agenda.el (org-agenda): Kill all local variables. This
11978 assures we are not keeping buffer variable from an old agenda view
11979 when switching to a new custom agenda.
11980
11981 2011-07-28 Julien Danjou <julien@danjou.info>
11982
11983 * org-crypt.el (org-encrypt-string): New function.
11984 (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
11985 cached crypted values.
11986 (org-decrypt-entry): Store crypted text in decrypted text.
11987
11988 2011-07-28 Dan Davison <dandavison7@gmail.com>
11989
11990 * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
11991 if a non-nil result is returned.
11992
11993 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11994
11995 * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
11996 modified today.
11997
11998 2011-07-28 Bastien Guerry <bzg@gnu.org>
11999
12000 * org.el (org-update-parent-todo-statistics): Fix bug when
12001 updating statistics from the column view.
12002
12003 2011-07-28 Bastien Guerry <bzg@gnu.org>
12004
12005 * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
12006 (org-agenda-menu): Add the new command to the menu.
12007 (org-agenda-mode-map): Add % as the keybinding for the new
12008 command.
12009
12010 2011-07-28 Bastien Guerry <bzg@gnu.org>
12011
12012 * org-exp.el (org-export-target-internal-links): Locally turn on
12013 `org-link-search-must-match-exact-headline' to match exact
12014 internal links.
12015
12016 2011-07-28 Julien Danjou <julien@danjou.info>
12017
12018 * org-faces.el (org-special-keyword): Make it inherited from
12019 `font-lock-keyword-face'.
12020
12021 2011-07-28 Julien Danjou <julien@danjou.info>
12022
12023 * org-faces.el (org-link): Make `org-link' inherits from `link'
12024 face.
12025
12026 2011-07-28 Bastien Guerry <bzg@gnu.org>
12027
12028 * org.el (org-narrow-to-block): New function to narrow to block.
12029 Bound this function to `C-x n b'.
12030
12031 2011-07-28 Bastien Guerry <bzg@gnu.org>
12032
12033 * org.el (org-schedule, org-deadline): Fix bug: take care of
12034 repeating timestamps like ".+1d/3d" or "+1d 10d".
12035
12036 2011-07-28 Bastien Guerry <bzg@gnu.org>
12037
12038 * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
12039 to use a list of TODO keywords as the value of this variable. The
12040 agenda will show repeating stamps for entries matching these TODO
12041 keywords.
12042 (org-agenda-get-timestamps, org-agenda-get-deadlines)
12043 (org-agenda-get-scheduled): Allow the use of a list of keywords in
12044 `org-agenda-repeating-timestamp-show-all'.
12045
12046 2011-07-28 Bastien Guerry <bzg@gnu.org>
12047
12048 * org-latex.el (org-export-latex-emph-format): Don't use
12049 `org-export-latex-use-verb'. Remove this variable.
12050
12051 2011-07-28 Jason Dunsmore <emacs-orgmode@dunsmor.com> (tiny change)
12052
12053 * org-html.el (org-html-handle-time-stamps): Fix bug when
12054 exporting inactive timestamps.
12055
12056 2011-07-28 Bastien Guerry <bzg@gnu.org>
12057
12058 * org-archive.el (org-archive-save-context-info): Fix docstring
12059 typo.
12060 (org-archive-subtree-add-inherited-tags): New variable to control
12061 whether inherited tags should be appended to local tags when
12062 archiving subtrees.
12063 (org-archive-subtree): Use the new variable.
12064
12065 2011-07-28 Bastien Guerry <bzg@gnu.org>
12066
12067 * org-archive.el (org-archive-save-context-info): Fix docstring.
12068
12069 2011-07-28 Julien Danjou <julien@danjou.info>
12070
12071 * org-crypt.el (org-decrypt-entry): Delete \n on top level
12072 heading. This avoids a display bug showing the heading outlined
12073 where the text is not since it does not have the outline property.
12074 Restore subtree visibility state after decryption.
12075
12076 2011-07-28 Julien Danjou <julien@danjou.info>
12077
12078 * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
12079 as a possible default span if it is set.
12080
12081 2011-07-28 Dan Davison <dandavison7@gmail.com>
12082
12083 * org-src.el (org-edit-src-persistent-message): Change docstring.
12084 (org-edit-src-code): Get rid of help message in echo area.
12085
12086 * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
12087 argument to org-edit-src-code as this has been removed.
12088
12089 2011-07-28 Bastien Guerry <bzg@gnu.org>
12090
12091 * org-latex.el (org-export-latex-emphasis-alist): Use
12092 \protectedtexttt for the =...= emphasis and \verb for the ~...~
12093 emphasis.
12094 (org-export-latex-use-verb): Now defaults to t.
12095 (org-export-latex-emph-format): Distinguish between =...= and
12096 ~...~ emphasis.
12097
12098 2011-07-28 Julien Danjou <julien@danjou.info>
12099
12100 * org.el (org-link-expand-abbrev): Allow any type of character in
12101 link expand.
12102
12103 2011-07-28 Dan Davison <dandavison7@gmail.com>
12104
12105 * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
12106
12107 2011-07-28 Dan Davison <dandavison7@gmail.com>
12108
12109 * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
12110 resolving references.
12111
12112 2011-07-28 Bastien Guerry <bzg@gnu.org>
12113
12114 * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
12115 instead of <hr> to keep w3c validator happy.
12116
12117 2011-07-28 Dan Davison <dandavison7@gmail.com>
12118
12119 * ob.el (org-babel-where-is-src-block-head): Detect src block if
12120 point is on a #+header line.
12121
12122 2011-07-28 Dan Davison <dandavison7@gmail.com>
12123
12124 * ob.el (org-babel-where-is-src-block-head): Skip over intervening
12125 #+header lines when searching for block associated with block name
12126 line.
12127
12128 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12129
12130 * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
12131 the more specific `org-at-item-p'.
12132
12133 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12134
12135 * org-latex.el (org-latex-default-figure-position): New defcustom
12136 for default placement of latex figures.
12137 (org-export-latex-tables): Positioning tables using the new
12138 defcustom variable.
12139 (org-export-latex-format-image): Positioning images using the new
12140 defcustom variable.
12141
12142 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12143
12144 * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
12145 evaluated and :file header argument is missing.
12146
12147 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12148
12149 * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
12150 to do anything to export code.
12151 (org-babel-exp-results): No longer returns a replacement for the
12152 code block.
12153 (org-babel-exp-inline-src-blocks): Simplified.
12154 (org-babel-exp-src-block): Removed unnecessary pluralization from
12155 function name.
12156
12157 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12158
12159 * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
12160 exportation of inline code blocks using normal code block
12161 execution mechanism to insert results.
12162 (org-babel-exp-results): Results exportation mechanism is unified
12163 for both inline and regular code blocks.
12164
12165 * ob.el (org-babel-where-is-src-block-result): Returns the point
12166 after an inline code block for inline code blocks.
12167
12168 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12169
12170 * ob.el (org-babel-insert-result): Special handling of the
12171 position of results of inline code blocks.
12172 (org-babel-examplize-region): Now able to comment inline regions.
12173
12174 2011-07-28 Lawrence Mitchell <wence@gmx.li>
12175
12176 * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
12177 that \\[ a = b \\] is not interpreted as a keybinding by
12178 `substitute-command-keys'.
12179
12180 2011-07-28 Dan Davison <dandavison7@gmail.com>
12181
12182 * org-latex.el (org-export-as-latex): Process export property list
12183 with `org-export-process-option-filters' early in latex export.
12184
12185 2011-07-28 Julien Danjou <julien@danjou.info>
12186
12187 * org.el: Remove `org-invisible-p': `outline-invisible-p' is
12188 available in Emacs 22 and in recent XEmacs 21. Replace in various
12189 files.
12190
12191 2011-07-28 Julien Danjou <julien@danjou.info>
12192
12193 * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
12194 it must has \\ at the end of the line. This avoid matching the
12195 following heading when there's no newline between the logged state
12196 and the next heading.
12197
12198 2011-07-28 Julien Danjou <julien@danjou.info>
12199
12200 * org-agenda.el (org-format-agenda-item): Simplify time comuting.
12201
12202 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
12203
12204 * org.el (org-current-level, org-store-link, org-mark-subtree):
12205 Use `org-with-limited-levels'.
12206
12207 2011-07-28 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
12208
12209 * org-publish.el (org-publish-get-base-files): Add sitemap file.
12210
12211 2011-07-28 Matt Lundin <mdl@imapmail.org>
12212
12213 * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
12214 (org-agenda-todo-ignore-scheduled): New option.
12215 (org-agenda-todo-ignore-timestamp): New option.
12216 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
12217 Allow user to specify custom distance to ignore (future or past).
12218 (org-agenda-todo-custom-ignore-p): New function.
12219
12220 2011-07-28 Matt Lundin <mdl@imapmail.org>
12221
12222 * org-habit.el (org-habit-parse-todo) Don't parse more days than
12223 needed.
12224
12225 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12226
12227 * ob.el (org-babel-map-inline-src-blocks): Macro for executing
12228 code in each inline code block.
12229 (org-babel-execute-buffer): Executes inline code blocks as well as
12230 regular code blocks.
12231
12232 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12233
12234 * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
12235 blocks for removal.
12236
12237 2011-07-28 Benjamin Drieu <bdrieu@april.org> (tiny change)
12238
12239 * org-clock.el (org-clock-before-select-task-hook): New hook.
12240 (org-clock-select-task): Run new hook.
12241
12242 2011-07-28 Julien Danjou <julien@danjou.info>
12243
12244 * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
12245 events with range. This display things like: <2011-01-22 Sat
12246 14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
12247 at 14:00 and ending at 20:00.
12248
12249 2011-07-28 Dan Davison <dandavison7@gmail.com>
12250
12251 * ob.el (org-babel-inline-src-block-regexp): Character preceding
12252 "src_" can now be anything as long as it is neither alphanumeric
12253 nor '-'.
12254
12255 2011-07-28 Dan Davison <dandavison7@gmail.com>
12256
12257 * ob.el (org-babel-merge-params): Docstring typo.
12258
12259 2011-07-28 Dan Davison <dandavison7@gmail.com>
12260
12261 * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
12262 in the buffer.
12263
12264 2011-07-28 Dan Davison <dandavison7@gmail.com>
12265
12266 * ob.el (org-babel-get-src-block-info): Alter order of merge
12267 arguments.
12268
12269 2011-07-28 Dan Davison <dandavison7@gmail.com>
12270
12271 * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
12272
12273 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12274
12275 * ob.el (org-babel-insert-result): Ensure all parts of result
12276 wrappers end in newlines.
12277
12278 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12279
12280 * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
12281 optionally creates parent directories of tangle targets.
12282
12283 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12284
12285 * org-ascii.el (org-ascii-level-start): Catch the case of levels
12286 which do not have an equivalent in the list of underline
12287 characters.
12288
12289 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12290
12291 * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
12292 the format string used to escape arguments to shell code blocks.
12293
12294 2011-07-28 Julien Danjou <julien@danjou.info>
12295
12296 * org-agenda.el (org-agenda-reset-view): New function.
12297 (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
12298
12299 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
12300
12301 * org-exp.el (org-export-handle-include-files): Support :lines
12302 property.
12303 (org-get-file-contents): New argument lines to include specify a
12304 range of lines to include.
12305
12306 2011-07-28 Bastien Guerry <bzg@gnu.org>
12307
12308 * org.el (org-fast-tag-selection): Fix bug when assigning keys.
12309
12310 2011-07-28 Lawrence Mitchell <wence@gmx.li>
12311
12312 * org-latex.el (org-export-latex-make-header): Export email in
12313 author line if `org-export-email-info' is non-nil.
12314
12315 2011-07-28 Julien Danjou <julien@danjou.info>
12316
12317 * org-agenda.el (org-agenda-goto-today): Respect current span.
12318
12319 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12320
12321 * org-complete.el (pcomplete/org-mode/link)
12322 (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
12323 before uniquifying.
12324
12325 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12326
12327 * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
12328 linking comment type
12329 (org-babel-tangle-comment-links): Returns comment links for the
12330 source code block at point.
12331
12332 2011-07-28 Bastien Guerry <bzg@gnu.org>
12333
12334 * org.el (org-refile-check-position): Send a more explicit message
12335 on how to clear the cache before refiling again.
12336
12337 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12338
12339 * org-agenda.el (org-agenda-skip-function-global): New option.
12340 (org-agenda-skip-eval): New function.
12341 (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
12342 the global skipping condition.
12343
12344 2011-07-28 David Maus <dmaus@ictsoc.de>
12345
12346 * org-html.el (org-export-as-html): Handle timestamps after
12347 handling links.
12348
12349 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12350
12351 * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
12352 until either a matching block is found, or the limits of the file
12353 are reached.
12354
12355 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12356
12357 * ob.el (org-babel-update-block-body): Literal argument to
12358 `replace-match' to allow insertion of text containing '\'.
12359
12360 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12361
12362 * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
12363 into code blocks.
12364
12365 2011-07-28 David Maus <dmaus@ictsoc.de>
12366
12367 * test-org-table.el
12368 (test-org-table/org-table-convert-refs-to-rc/3)
12369 (test-org-table/org-table-convert-refs-to-rc/2)
12370 (test-org-table/org-table-convert-refs-to-rc/1)
12371 (test-org-table/org-table-convert-refs-to-an/3)
12372 (test-org-table/org-table-convert-refs-to-an/2)
12373 (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
12374 table formular format conversion.
12375
12376 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12377
12378 * org.el (org-sort-entries): Fix sorting with a bold emphasis at
12379 bol.
12380
12381 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12382
12383 * ob.el (org-babel-open-src-block-result): Must collect result
12384 *before* jumping to the result buffer.
12385
12386 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12387
12388 * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
12389 used after update to regexp.
12390
12391 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12392
12393 * ob.el (org-babel-temp-file): Ensure that
12394 `org-babel-temporary-directory' is bound before using.
12395 (org-babel-remove-temporary-directory): Safer error throwing.
12396
12397 2011-07-28 niels giesen <niels.giesen@gmail.com>
12398
12399 * org-docbook.el (org-export-docbook-finalize-table): Do literal
12400 replacements.
12401
12402 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12403
12404 * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
12405 resolve language names for evaluation.
12406
12407 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12408
12409 * org-capture.el (org-capture-templates): Add %f and %F escapes
12410 (org-capture): Add more information to capture property list
12411 (org-capture-fill-template): Handle %f and %F escapes.
12412
12413 2011-07-28 David Maus <dmaus@ictsoc.de>
12414
12415 * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
12416 symlink target.
12417
12418 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12419
12420 * org.el (org-occur-next-match): New function.
12421 (org-mode): Set the variable `next-error-function'.
12422 (org-highlight-new-match): Add an `org-type' property to the
12423 overlays.
12424
12425 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12426
12427 * ob-calc.el: No longer require `calc-trail' on XEmacs.
12428
12429 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12430
12431 * org.el (org-modules): Add `org-eshell'.
12432
12433 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12434
12435 * org-special-blocks.el (htmlp, latexp, line): Add defvars for
12436 dynamically scoped variables.
12437
12438 * org.el (org-modules): Move `org-special-blocks' into the core
12439 modules section.
12440
12441 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12442
12443 * org-special-blocks.el: New file.
12444
12445 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12446
12447 * org.el (org-plist-delete): Remove duplicate definition.
12448
12449 2011-07-28 Bernt Hansen <bernt@norang.ca>
12450
12451 * org-agenda.el (org-agenda-goto): Display invisible entry text.
12452
12453 * org-agenda.el (org-agenda-switch-to): Display invisible entry
12454 text.
12455
12456 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12457
12458 * org.el (org-get-category): New optional argument FORCE-REFRESH.
12459 Automatically refresh if the property is not there.
12460 (org-entry-properties): Remove refresh - this is now done in
12461 org-get-category.
12462
12463 * org-clock.el (org-clock-insert-selection-line): Let
12464 `org-get-category' do the property refresh.
12465
12466 * org-archive.el (org-archive-subtree): Force a refresh of
12467 category properties.
12468
12469 2011-07-28 Julien Danjou <julien@danjou.info>
12470
12471 * org-icalendar.el (org-print-icalendar-entries): Do not manually
12472 refresh categories.
12473
12474 2011-07-28 Dan Davison <dandavison7@gmail.com>
12475
12476 * org.el (org-display-inline-images): Check for clear-image-cache
12477 before using it.
12478
12479 2011-07-28 Bernt Hansen <bernt@norang.ca>
12480
12481 * org.el: Document missing value for org-link-frame-setup.
12482
12483 2011-07-28 Dan Davison <dandavison7@gmail.com>
12484
12485 * ob-R.el (org-babel-R-write-object-command): Force evaluation of
12486 user code prior to the R exception-handling, so that errors in
12487 user code are unhandled.
12488
12489 2011-07-28 Dan Davison <dandavison7@gmail.com>
12490
12491 * org-src.el (org-src-font-lock-fontify-block): Test, early on,
12492 that a major-mode function corresponding to the language string
12493 exists.
12494
12495 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
12496
12497 * org-exp.el (org-export-mark-list-ending): Insert additional
12498 newline characters if end-list-marker is at a wrong position.
12499
12500 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12501
12502 * ob.el (org-babel-script-escape): Replace commas with spaces for
12503 better list reading when list items are packed with commas,
12504 e.g. Haskell list output.
12505
12506 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12507
12508 * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
12509 error reporting.
12510
12511 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12512
12513 * ob.el (org-babel-confirm-evaluate): Fix for the case when
12514 org-confirm-babel-evaluate is a function (used to always ask no
12515 matter what the function returns).
12516
12517 2011-07-28 Dan Davison <dandavison7@gmail.com>
12518
12519 * ob-R.el: Delete duplicated function.
12520
12521 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12522
12523 * ob.el (org-babel-execute-src-block): Removed unused flet
12524 function.
12525
12526 2011-07-28 Dan Davison <dandavison7@gmail.com>
12527
12528 * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
12529 signal that the intended content has been written to file.
12530
12531 * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
12532 the intended content has been written to file.
12533
12534 * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
12535 intended content has been written to file.
12536
12537 * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
12538 that the intended content has been written to file.
12539
12540 * ob-latex.el (org-babel-execute:latex): Return nil to signal that
12541 the intended content has been written to file.
12542
12543 * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
12544 that the intended content has been written to file.
12545
12546 * ob-octave.el (org-babel-execute:octave): Return result; not name
12547 of output file.
12548
12549 * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
12550 signal that the intended content has been written to file.
12551
12552 * ob-python.el (org-babel-execute:python): Return result; not name
12553 of output file.
12554
12555 * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
12556 output file.
12557
12558 * ob-sass.el (org-babel-execute:sass): Return nil if result has
12559 been written to file.
12560
12561 2011-07-28 Dan Davison <dandavison7@gmail.com>
12562
12563 * ob-R.el (org-babel-R-graphical-output-file): New function
12564 returns the name of the output file iff R has been instructed to
12565 send graphical output to file by means of the ":results graphics"
12566 directive.
12567 (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
12568 when constructing the R code to evaluate, which may be augmented
12569 with code implementing the writing of graohical output to file.
12570 (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
12571 determine whether R is taking responsibility for writing output to
12572 file; if so, this is signaled to ob.el by returning a nil result.
12573
12574 2011-07-28 Dan Davison <dandavison7@gmail.com>
12575
12576 * ob.el (org-babel-format-result): New function to format results
12577 of src block execution.
12578 (org-babel-execute-src-block): Use `org-babel-format-result' when
12579 writing to file.
12580 (org-babel-open-src-block-result): Use `org-babel-format-result'
12581 when displaying results in a buffer. Name results buffer
12582 differently.
12583
12584 2011-07-28 Dan Davison <dandavison7@gmail.com>
12585
12586 * ob.el (org-babel-execute-src-block): Avoid calling
12587 `orgtbl-to-generic' on number results.
12588
12589 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12590
12591 * ob.el (org-babel-execute-src-block): Allow specification of
12592 table separator with :sep header argument.
12593 (org-babel-open-src-block-result): Allow specification of table
12594 separator with :sep header argument.
12595
12596 2011-07-28 Dan Davison <dandavison7@gmail.com>
12597
12598 * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
12599 executing buffer (note that this handles execute subtree also).
12600
12601 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
12602
12603 * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
12604 do not modify match data either.
12605 (org-inlinetask-goto-end): Small refactoring, remove
12606 case-sensitivity.
12607 (org-inlinetask-goto-beginning): Small refactoring, remove
12608 case-sensitivity.
12609
12610 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12611
12612 * org-capture.el (org-capture-set-target-location): Use
12613 `current-time'.
12614
12615 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12616
12617 * org-capture.el (org-capture-set-target-location): Use
12618 `current-time'.
12619
12620 2011-07-28 Bernt Hansen <bernt@norang.ca>
12621
12622 * org.el (org-before-first-heading-p): If point is on an org-mode
12623 heading line then we are not before the first heading.
12624
12625 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
12626
12627 * org-timer.el (org-timer-continue-hook): Define the variable
12628 (org-timer-pause-or-continue): Run hook after relative timer is
12629 continued.
12630
12631 2011-07-28 Julien Danjou <julien@danjou.info>
12632
12633 * org-agenda.el (org-compile-prefix-format): Allow %() expression.
12634
12635 2011-07-28 Julien Danjou <julien@danjou.info>
12636
12637 * org-capture.el (org-capture-fill-template): Use org-eval.
12638
12639 2011-07-28 Julien Danjou <julien@danjou.info>
12640
12641 * org-agenda.el (org-eval): New function.
12642
12643 2011-07-28 Dan Davison <dandavison7@gmail.com>
12644
12645 * ob.el (org-babel-execute-src-block): With :results file, when
12646 :file is not supplied, interpret result as a file link as long as
12647 it is a string.
12648
12649 2011-07-28 David Maus <dmaus@ictsoc.de>
12650
12651 * org-latex.el (org-export-latex-preprocess): Don't convert link
12652 description parts that look like numeric footnote.
12653
12654 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12655
12656 * org-latex.el (org-export-latex-tables): Allowing specification
12657 of tabular[xy] inner environments through the ATTR_LaTeX line.
12658
12659 2011-07-28 Julien Danjou <julien@danjou.info>
12660
12661 * org-capture.el (org-capture-fill-template): Use
12662 `org-set-property' directly.
12663
12664 2011-07-28 Julien Danjou <julien@danjou.info>
12665
12666 * org-agenda.el (org-agenda-prefix-format): Add missing `search'
12667 item in docstring.
12668
12669 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12670
12671 * org-exp.el (org-export-string): Use `format' to construct
12672 function call to allow symbolic or string arguments.
12673
12674 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12675
12676 * org-capture.el (org-capture-place-entry):
12677 (org-capture-insert-template-here): Check tree for validity before
12678 pasting it.
12679
12680 2011-07-28 Julien Danjou <julien@danjou.info>
12681
12682 * org-gnus.el (org-gnus-store-link): Trim date.
12683
12684 2011-07-28 Julien Danjou <julien@danjou.info>
12685
12686 * org.el (org-email-link-description): Allow to retrieve email
12687 link date.
12688
12689 2011-07-28 Lawrence Mitchell <wence@gmx.li>
12690
12691 * org.el (org-make-target-link-regexp): `regexp-quote' target
12692 before replacing whitespace.
12693
12694 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12695
12696 * ob.el (org-babel-expand-noweb-references): Noweb references can
12697 now be resolved from the library of babel.
12698
12699 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12700
12701 * ob.el (org-babel-result-end): No longer leaving trailing new
12702 line after block removal.
12703
12704 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12705
12706 * org-latex.el (org-export-latex-first-lines): Anchor outline
12707 regexp during LaTeX tree export.
12708
12709 2011-07-28 Konrad Hinsen <konrad.hinsen@fastmail.net>
12710
12711 * ob-python.el (org-babel-python-initiate-session-by-key): Make
12712 sure that py-which-bufname is initialized, as otherwise it will be
12713 overwritten the first time a Python buffer is created.
12714
12715 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12716
12717 * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
12718 with spaces.
12719
12720 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12721
12722 * ob-org.el (org-babel-execute:org): Padding code block with an
12723 empty title on LaTeX export.
12724
12725 2011-07-28 Matt Lundin <mdl@imapmail.org>
12726
12727 * org.el (org-entry-properties): Stop scanning for timestamps if a
12728 specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
12729 requested and a match is found. Also, if a specific timestamp
12730 property is requested, do not push non-relevant timestamps onto
12731 property list.
12732
12733 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12734
12735 * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
12736 when grid is being made for today.
12737
12738 2011-07-28 Matt Lundin <mdl@imapmail.org>
12739
12740 * org-agenda.el (org-agenda-get-scheduled): Don't call
12741 `org-is-habit-p' until after checking for
12742 `org-agenda-skip-scheduled-if-done'.
12743
12744 2011-07-28 Achim Gratz <Stromeko@nexgo.de>
12745
12746 * org.el: Remove spurious linebreak introduced by earlier patch.
12747
12748 * ob.el, ob-ref.el: Remove double fix of the same problem.
12749
12750 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12751
12752 * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
12753
12754 2011-07-28 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
12755
12756 * org-html.el (org-export-html-mathjax-template): Displaymath
12757 environment and MathJax.
12758
12759 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12760
12761 * org-faces.el (org-agenda-current-time): New face.
12762
12763 * org-agenda.el (org-agenda-show-current-time-in-grid):
12764 (org-agenda-current-time-string): New options.
12765 (org-agenda-add-time-grid-maybe): Add current time to time grid.
12766
12767 2011-05-10 Jim Meyering <meyering@redhat.com>
12768
12769 Fix doubled-word typos.
12770 * org-agenda.el (org-agenda-entry-types): the the -> the
12771 * org-table.el (org-table-get-remote-range): or or -> or
12772 * org-wl.el (org-wl-folder-type): the the -> the
12773 * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
12774
12775 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12776
12777 * org-src.el (org-src-switch-to-buffer):
12778 * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
12779 * org-mouse.el (org-mouse-agenda-type):
12780 * org-freemind.el (org-freemind-node-to-org):
12781 * ob-sql.el (org-babel-execute:sql):
12782 * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
12783 * ob-ref.el (org-babel-ref-resolve): Fix use of case.
12784
12785 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
12786
12787 * Version 23.3 released.
12788
12789 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
12790
12791 * org.el (org-blank-before-new-entry, org-context-in-file-links)
12792 (org-refile-targets, org-log-repeat, org-insert-link)
12793 (org-speed-command-default-hook, org-speed-command-hook)
12794 (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
12795 Fix typos in docstrings.
12796 (org-toggle-pretty-entities): Fix typo in message.
12797
12798 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
12799
12800 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
12801
12802 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12803
12804 * org-remember.el (org-remember-mode-map):
12805 * org-src.el (org-src-mode-map): Move initialization into declaration.
12806
12807 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12808
12809 * org-remember.el (org-remember-mode):
12810 * org-capture.el (org-capture-mode): Don't run hook redundantly.
12811
12812 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
12813
12814 * org-faces.el (org-link): Inherit from link face.
12815 Suggested by Joakim Verona.
12816
12817 2010-12-11 Tassilo Horn <tassilo@member.fsf.org>
12818
12819 * org-footnote.el (org-footnote-create-definition): Place
12820 Footnotes section before message-signature-separator also in modes
12821 derived from message-mode.
12822
12823 2010-12-11 Julien Danjou <julien@danjou.info>
12824
12825 * org.el (org-make-tags-matcher): Remove useless cat-p value.
12826
12827 2010-12-11 Julien Danjou <julien@danjou.info>
12828
12829 * org.el (org-entry-properties): Enhance docstring.
12830
12831 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12832
12833 * org-list.el (org-list-top-point-with-indent)
12834 (org-list-bottom-point-with-indent): Pay also attention to
12835 'original-indentation property of text, as blocks are put to
12836 column 0 upon exporting.
12837
12838 2010-12-11 Dan Davison <dandavison7@gmail.com>
12839
12840 * ob.el (org-babel-remove-temporary-directory): Handle exception
12841 with message informing of failure to remove directory.
12842
12843 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12844
12845 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
12846 `package' to the list of Clojure header arguments which will be read
12847 from heading properties.
12848
12849 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12850
12851 * org-inlinetask.el (org-inlinetask-export-templates): Add
12852 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
12853 not default as it requires an additional LaTeX package: "todonotes".
12854
12855 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12856
12857 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
12858
12859 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
12860 templates to export inline tasks.
12861
12862 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12863
12864 * org.el (org-current-level): Ignore inline tasks when getting current
12865 level of entry.
12866
12867 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12868
12869 * org.el (org-indent-line-function): Ignore drawers inside inline
12870 tasks if the line to indent isn't inside an inline task itself.
12871
12872 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12873
12874 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
12875
12876 * org-indent.el (org-indent-add-properties): Find true level of
12877 indentation wrt inline tasks.
12878
12879 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12880
12881 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
12882
12883 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
12884
12885 * org-inlinetask.el (org-inlinetask-goto-end): New function.
12886
12887 * org.el (org-mark-subtree): New command.
12888
12889 * org.el (org-speed-commands-default, org-mode-map): Make use of
12890 new command.
12891
12892 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12893
12894 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
12895 from @<span class...> so it can be removed during LaTeX export.
12896
12897 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12898
12899 * ob.el (org-babel-insert-result): More informative code block
12900 evaluation messages.
12901
12902 2010-12-11 Matt Lundin <mdl@imapmail.org>
12903
12904 * org.el (org-make-heading-search-string): Optionally limit number
12905 of lines stored in file link search strings.
12906 (org-context-in-file-links): Add option to set to integer specifying
12907 number of lines.
12908
12909 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12910
12911 * org-capture.el (org-capture-finalize): New prefix argument
12912 STAY-WITH-CAPTURE.
12913 (org-capture-refile): Improve docstring.
12914
12915 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12916
12917 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
12918 interaction engine.
12919
12920 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12921
12922 * org-agenda.el (org-agenda-list):
12923 (org-agenda-goto-today): Use `org-today'.
12924
12925 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12926
12927 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
12928 and the title/author definitions.
12929
12930 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12931
12932 * org-macs.el: Better backup definition for
12933 `with-silent-modifications'.
12934
12935 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12936
12937 * ob-python.el (org-babel-execute:python): Rename "prefix" to
12938 "preamble".
12939 (org-babel-python-evaluate): Rename "prefix" to "preamble".
12940 (org-babel-python-evaluate-external-process): Rename "prefix" to
12941 "preamble".
12942
12943 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12944
12945 * ob.el (org-babel-examplize-region): Check if `end' is a marker
12946 or a point and handle appropriately.
12947
12948 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12949
12950 * ob-sql.el (org-babel-execute:sql): Explicitly set field
12951 separator to \t when importing tabular data.
12952
12953 2010-12-11 Julien Danjou <julien@danjou.info>
12954
12955 * org-agenda.el (org-agenda-custom-commands-local-options):
12956 Allow org-agenda-span to be a symbol.
12957 (org-agenda-ndays): Make obsolete.
12958 (org-agenda-span): New variable superseding org-agenda-ndays.
12959 (org-agenda-menu): Use org-agenda-current-span.
12960 (org-agenda-current-span): New local variable storing current
12961 span.
12962 (org-agenda-list): Take a span instead of ndays as argument.
12963 This function is now responsible for computing the ndays based
12964 on span.
12965 (org-agenda-ndays-to-span): Return span only if number of days
12966 really matches.
12967 (org-agenda-span-to-ndays): New function.
12968 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
12969 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
12970 (org-agenda-later): Do not give compute a new span, use the
12971 current one.
12972 (org-agenda-day-view, org-agenda-week-view)
12973 (org-agenda-month-view, org-agenda-year-view): Stop touching
12974 org-agenda-ndays.
12975 (org-agenda-change-time-span): Only compute starting-span.
12976 (org-agenda-compute-starting-span): New function derived from
12977 the old org-agenda-compute-time-span.
12978 (org-agenda-set-mode-name): Compute mode based on
12979 org-agenda-current-span.
12980 (org-agenda-span-name): New function.
12981
12982 2010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
12983
12984 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
12985
12986 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12987
12988 * org-clock.el (org-quarter-to-date): Define variables.
12989 (org-clock-special-range): Defin variables. Use org-floor*.
12990 (org-clocktable-write-default): Define tcol.
12991
12992 * org-compat.el (org-floor*): New function.
12993
12994 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12995 John Wiegley <jwiegley@gmail.com>
12996
12997 * org-complete.el: New file.
12998
12999 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13000
13001 * org-clock.el (org-clocktable-write-default): Fix the % formula.
13002
13003 2010-12-11 Matt Lundin <mdl@imapmail.org>
13004
13005 * org-agenda.el (org-format-agenda-item): The value of
13006 org-category is not converted to a string unless it is defined.
13007
13008 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13009
13010 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
13011 header argument through to external evaluation.
13012 (org-babel-python-evaluate): Pass the new "prefix" header argument
13013 through to external evaluation.
13014 (org-babel-python-evaluate-external-process): When specified prepend
13015 "prefix" to the file used in external evaluation.
13016
13017 2010-12-11 Dan Davison <dandavison7@gmail.com>
13018
13019 * ob-python.el (org-babel-python-evaluate-session): Change python
13020 module name from 'pp' to 'pprint'.
13021
13022 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13023
13024 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
13025 from R session output, these are often the result of variable
13026 assignments.
13027
13028 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13029
13030 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
13031 fix a compiler warning.
13032
13033 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13034
13035 * ob-eval.el (require): No longer require ob.el to allow
13036 requiring by ob.el.
13037
13038 * ob.el (ob-eval): Require ob-eval.
13039
13040 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13041
13042 * ob.el (org-babel-confirm-evaluate): Show code block's name when
13043 it is available during evaluation query.
13044
13045 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13046
13047 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
13048 code block.
13049 (org-babel-execute:sql): Use sql specific body expansion function.
13050 (org-babel-sql-expand-vars): Insert variables into a sql code block.
13051
13052 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13053
13054 * ob.el (org-babel-insert-result): Using markers instead of
13055 points for more robust buffer anchors.
13056
13057 2010-12-11 Julien Danjou <julien@danjou.info>
13058
13059 * org-capture.el: Use org-today.
13060
13061 2010-12-11 Julien Danjou <julien@danjou.info>
13062
13063 * org-habit.el: Use org-today.
13064
13065 2010-12-11 Julien Danjou <julien@danjou.info>
13066
13067 * org.el (org-auto-repeat-maybe): Use org-today.
13068
13069 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13070
13071 * org-clock.el (org-day-of-week): New function.
13072 (org-quarter-to-date): New function.
13073 (org-clock-special-range): Implement quarters.
13074
13075 2010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
13076
13077 * org.el (org-complete-tags-always-offer-all-agenda-tags):
13078 Fix docstring.
13079
13080 2010-12-11 Julien Danjou <julien@danjou.info>
13081
13082 * org-agenda.el (org-format-agenda-item): Convert category to a string
13083 if it is a symbol. This fixes the following call to
13084 org-agenda-get-category-icon which fails if category is not a string.
13085
13086 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13087
13088 * ob-clojure.el: Updated requirements documentation to mention
13089 the minimum version of Clojure.
13090 (org-babel-expand-body:clojure): Fully qualified function name.
13091
13092 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13093
13094 * org-latex.el (org-export-latex-lists): Do not add an
13095 unnecessary newline character after a list.
13096
13097 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
13098 point is just after a non blank line.
13099
13100 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13101
13102 * ob.el (org-babel-examplize-region): Remove old assertion which
13103 no longer applies to the result insertion code.
13104
13105 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13106
13107 * ob-python.el (org-babel-execute:python): Use a :return header
13108 argument for external evaluation in which the code block body need
13109 to be wrapped in a function.
13110
13111 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13112
13113 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
13114 variable.
13115
13116 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13117
13118 * org.el (org-edit-special): Edit formulas when in TBLMF line.
13119
13120 2010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
13121
13122 * org-capture.el (org-capture-after-finalize-hook): New hook.
13123 (org-capture-finalize): Run the new hook.
13124
13125 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13126
13127 * ob-clojure.el (org-babel-expand-body:clojure): Support for
13128 pretty printing of Clojure code and data.
13129
13130 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13131
13132 * ob.el (org-babel-insert-result): No longer escape results which
13133 will be wrapped in a block.
13134
13135 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13136
13137 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
13138 warning and added documentation string.
13139
13140 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13141
13142 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
13143 for all code evaluation.
13144
13145 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13146
13147 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
13148 the column as well.
13149
13150 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13151
13152 * ob.el (org-babel-confirm-evaluate): More descriptive message
13153 when evaluation is aborted or disabled.
13154
13155 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13156
13157 * ob.el (org-babel-insert-result): Responds to new "wrap" header
13158 argument.
13159 (org-babel-merge-params): Includes new "wrap" header argument in
13160 one of the results header argument exclusive groups.
13161
13162 2010-12-11 David Maus <dmaus@ictsoc.de>
13163
13164 * org-macs.el (with-silent-modifications): Fix condition for
13165 with-silent-modification.
13166
13167 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13168
13169 * ob.el (org-babel-parse-header-arguments): Stripping trailing
13170 spaces off of header arguments (even the first one).
13171
13172 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13173
13174 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
13175 single quotes which is the best practice.
13176 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
13177 more robust parsing of shell output.
13178
13179 2010-12-11 Dan Davison <dandavison7@gmail.com>
13180
13181 * org.el (org-additional-option-like-keywords): Add more keywords,
13182 and colons to some old ones.
13183
13184 2010-12-11 Dan Davison <dandavison7@gmail.com>
13185
13186 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
13187
13188 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13189
13190 * ob-python.el (org-babel-python-table-or-string):
13191 Using `org-babel-script-escape' for reading string input from scripting
13192 languages.
13193
13194 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
13195
13196 * org-macs.el (org-called-interactively-p): Wrap function call in
13197 with-no-warnings.
13198 (with-silent-modifications): Declare macro for Emacs < 23.2.
13199
13200 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13201
13202 * ob.el (org-babel-parse-header-arguments): Remove addition of
13203 ":" to singleton first header arguments as it was leading to errors.
13204
13205 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13206
13207 * org-latex.el (org-export-latex-make-header): Run the title through
13208 `org-export-latex-fontify-headline'.
13209 (org-export-latex-fontify-headline): Do the protection of math
13210 snippets also here.
13211
13212 2010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
13213
13214 * org-latex.el (org-export-as-latex): Sent the section title
13215 through the preprocessor.
13216
13217 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13218
13219 * org-html.el (org-html-level-start): Mark listified headings
13220 with a custom id.
13221
13222 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13223
13224 * org.el (org-open-at-point): Don't do footnote action if cursor is
13225 on a bracket link.
13226
13227 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13228
13229 * org.el (org-edit-special): Check also for TBLFM line.
13230
13231 2010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
13232
13233 * org-clock.el (org-get-clocktable): Previous patch incorrectly
13234 required whitespace in front of #+BEGIN: and #+END:.
13235
13236 2010-12-11 Dan Davison <dandavison7@gmail.com>
13237
13238 * org-src.el (org-edit-src-code): Allow region to be inherited by
13239 edit buffer when mark is one character beyond end of src block.
13240
13241 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13242
13243 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
13244 checking item indentation.
13245
13246 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13247
13248 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
13249 and now autoloading.
13250
13251 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13252
13253 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
13254 for testing list membership.
13255
13256 * ob.el (org-babel-read-result): Use higher level function for
13257 testing list membership.
13258 (org-babel-result-end): Use higher level function for testing list
13259 membership.
13260
13261 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13262
13263 * ob-sqlite.el (ob-eval): Require ob-eval for external command
13264 execution.
13265 (org-babel-execute:sqlite): No longer uses the init option for
13266 passing commands to sqlite.
13267
13268 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13269
13270 * org.el (org-indent-line-function): Drawers and blocks have no
13271 influence on indentation of text below. Also fix indentation
13272 problem with a block at column 0 and add a special case for
13273 literal examples.
13274
13275 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13276
13277 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
13278 is only evaluated once.
13279
13280 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13281
13282 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
13283 type of data
13284 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
13285
13286 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13287
13288 * ob-tangle.el (org-babel-load-file): Can be called interactively.
13289
13290 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
13291
13292 * org-table.el (orgtbl-after-send-table-hook): New hook.
13293 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
13294 table was sent.
13295 (orgtbl-send-table): Return the number of sent tables, or nil if no
13296 sending has happened.
13297
13298 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13299
13300 * org.el (org-get-priority-function): New option.
13301 (org-get-priority): Call `org-get-priority-function' if that
13302 has been set.
13303
13304 2010-12-11 Dan Davison <dandavison7@gmail.com>
13305
13306 * ob-table.el (org-babel-table-truncate-at-newline): Only add
13307 "..." if there is something after the newline.
13308
13309 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
13310
13311 * org-clock.el (org-get-clocktable):
13312 (org-in-clocktable-p):
13313 (org-clocktable-shift):
13314 (org-clocktable-steps): Fix regexp to allow for indented clock tables.
13315
13316 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
13317
13318 * org-exp.el (org-export-handle-include-files): Support :minlevel
13319 property.
13320 (org-get-file-contents): New argument minlevel to demote included
13321 content.
13322
13323 2010-12-11 Noorul Islam <noorul@noorul.com>
13324
13325 * org-latex.el (org-export-latex-hyperref-format): New option.
13326 (org-export-latex-href-format): Rename the existing variable
13327 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
13328 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
13329 `org-export-latex-href-format'.
13330
13331 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13332
13333 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
13334 buffer exists before it is used.
13335
13336 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13337
13338 * org-exp.el (org-export-preprocess-string): Delay code block
13339 processing a bit to allow correct list parsing in the export string.
13340
13341 2010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
13342
13343 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
13344 (org-agenda-time-of-day-to-ampm): New function.
13345 (org-agenda-time-of-day-to-ampm-maybe): New function.
13346 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
13347
13348 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13349
13350 * org-faces.el (org-cycle-level-faces): New option.
13351
13352 * org.el (org-get-level-face): Honor org-cycle-level-faces.
13353
13354 2010-12-11 Julien Danjou <julien@danjou.info>
13355
13356 * org-agenda.el (org-agenda-today): New function.
13357 (org-agenda-get-day-face): New function.
13358 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
13359 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
13360 (org-todo-list): Use org-agenda-today.
13361 (org-get-all-dates): Use org-agenda-today.
13362 (org-agenda-day-face-function): New variable.
13363 (org-agenda-get-day-face): Use org-agenda-day-face-function.
13364
13365 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13366
13367 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
13368 in Org.
13369
13370 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13371
13372 * org-html.el (org-export-as-html): Do not treat partially
13373 protected lines as if they were fully protected.
13374
13375 2010-12-11 Dan Davison <dandavison7@gmail.com>
13376
13377 * org-exp.el (org-export-format-source-code-or-example):
13378 Remove hard-wired configuration of minted export
13379 (org-export-latex-minted-with-line-numbers): Remove variable.
13380
13381 2010-12-11 Bastien Guerry <bzg@gnu.org>
13382
13383 * org-clock.el (org-dblock-write:clocktable): Fix double
13384 reference to `link' in let construct.
13385 (org-clock-clocktable-formatter): Fix typo in docstring.
13386 (org-clocktable-write-default): Fix typo in docstring.
13387
13388 2010-12-11 David Maus <dmaus@ictsoc.de>
13389
13390 * org-protocol.el (org-protocol-unhex-string): Normalize percent
13391 escape sequence to upper case letters.
13392
13393 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13394
13395 * ob-lob.el (org-babel-lob-get-info): Include pass-through
13396 header arguments in results variable header argument string.
13397
13398 2010-12-11 David Maus <dmaus@ictsoc.de>
13399
13400 * org-exp.el (org-export-visible): Limit search for in-buffer options
13401 beginning of first headline.
13402
13403 2010-12-11 David Maus <dmaus@ictsoc.de>
13404
13405 * org.el (org-open-at-point): Remove stale link handler for news:
13406 links.
13407
13408 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13409
13410 * org-clock.el (org-clocktable-write-default): Better handling of
13411 narrowing.
13412
13413 2010-12-11 Julien Danjou <julien@danjou.info>
13414
13415 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
13416
13417 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13418
13419 * org.el (org-indent-line-function): Simplify code and remove bug that
13420 would insert a tab at the beginning of the line when trying to
13421 indent the item.
13422
13423 2010-12-11 Julien Danjou <julien@danjou.info>
13424
13425 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
13426
13427 2010-12-11 Julien Danjou <julien@danjou.info>
13428
13429 * org-agenda.el (org-agenda-prefix-format): Insert place holder
13430 for icon.
13431 (org-agenda-category-icon-alist): New option.
13432 (org-agenda-get-category-icon): New function.
13433 (org-format-agenda-item): Support for icons.
13434 (org-compile-prefix-format): Support for icons.
13435
13436 2010-12-11 Julien Danjou <julien@danjou.info>
13437
13438 * org-compat.el: Create defalias for `string-match-p' and
13439 looking-at-p.
13440
13441 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13442
13443 * ob-calc.el (org-babel-execute:calc): Support for variables --
13444 converts :var variables in calc variables.
13445
13446 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13447
13448 * org.el (org-sparse-tree): Mention [r] in dispatch menu.
13449
13450 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13451
13452 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
13453
13454 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13455
13456 * org-id.el (org-id-store-link): Test for org-mode before checking
13457 for IDs.
13458
13459 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13460
13461 * org.el (org-shorten-string): New function.
13462
13463 * org-exp.el (org-export-convert-protected-spaces): New function.
13464 (org-export-preprocess-string):
13465 Call `org-export-convert-protected-spaces' to handle new hard spaces.
13466
13467 2010-12-11 David Maus <dmaus@ictsoc.de>
13468
13469 * org.el (org-narrow-to-subtree): Check for heading that ends at end
13470 of buffer.
13471
13472 2010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
13473
13474 * org-capture.el (org-capture-templates): Remove autoload from
13475 defcustom.
13476
13477 * ob-lisp.el (slime): Don't expect slime to be present.
13478
13479 2010-11-11 Dan Davison <dandavison7@gmail.com>
13480
13481 * ob.el: `copy-sequence' suffices to copy alist; no need for
13482 `copy-tree'.
13483
13484 2010-11-11 Dan Davison <dandavison7@gmail.com>
13485
13486 * ob.el (org-babel-execute-src-block): If ":results file" is in
13487 effect, then ensure that the value of :file is returned as the
13488 result; don't rely on language files for this.
13489
13490 2010-11-11 Dan Davison <dandavison7@gmail.com>
13491
13492 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
13493 structure by side-effects of `sort'.
13494
13495 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
13496
13497 * org-list.el (org-list-bottom-point-with-indent): Do not check
13498 indentation of a non-empty blank line.
13499
13500 * org-list.el (org-sort-list): Sort a list with point anywhere
13501 inside it.
13502
13503 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13504
13505 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
13506 hopefully better error messages.
13507
13508 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13509
13510 * org.el (org-babel-load-languages): Adding calc.
13511
13512 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13513
13514 * ob.el (org-babel-initiate-session): Don't resolve variable
13515 references unless prefix arg is supplied.
13516
13517 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13518
13519 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
13520 refers to the correct stack.
13521
13522 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13523
13524 * ob-calc.el: Adding the beginnings of support for calc code
13525 blocks.
13526
13527 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13528
13529 * ob-tangle.el (org-babel-update-block-body): Declaring function
13530 for updating code block bodies.
13531 (org-babel-spec-to-string):
13532 (org-babel-detangle): Detangle all tangled and commented code
13533 blocks in the current file back to org.
13534 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
13535 file back to the originating org-mode code block ob-tangle:
13536 detangle changes in code files back to the original org files.
13537
13538 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13539
13540 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
13541 (org-babel-tangle-comment-format-end): Fix typo.
13542
13543 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13544
13545 * org-exp.el (org-export-format-source-code-or-example):
13546 Use minted for latex source code export if `org-export-latex-listings'
13547 has the value 'minted.
13548
13549 * org-latex.el (org-export-latex-listings): Document special value
13550 'minted.
13551
13552 * org-latex.el (org-export-latex-minted): Delete variable.
13553
13554 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13555
13556 * ob.el (org-babel-get-src-block-info): Retrieve contents of
13557 parentheses, excluding parentheses themselves.
13558
13559 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13560
13561 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
13562 Fix bug in gnuplot data file assignment using user variables.
13563
13564 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13565
13566 * ob-latex.el (org-babel-execute:latex): Adding new :headers
13567 header argument for latex code blocks.
13568
13569 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13570
13571 * org-capture.el (org-capture-templates): New capture property
13572 `:kill-buffer'.
13573 (org-capture-finalize): Kill target buffer if that is desired.
13574 (org-capture-target-buffer): Remember if we have to make the buffer.
13575
13576 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13577
13578 * org-clock.el (org-dblock-write:clocktable): Fix bug when
13579 computing clock tables.
13580
13581 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13582
13583 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
13584 to caller even if no table is generated.
13585
13586 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
13587
13588 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
13589 values from diary entries.
13590
13591 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
13592 anniversaries.
13593
13594 * org.el (org-diary-sexp-entry): Handle lists as return values
13595 from diary entries.
13596
13597 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13598
13599 * org-capture.el (org-capture-empty-lines-before):
13600 (org-capture-empty-lines-after): Make sure the n=0 does not insert
13601 any newlines.
13602
13603 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13604
13605 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
13606 message when clojure binary is not found.
13607
13608 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13609
13610 * org-html.el (org-format-table-html): New argument DOCBOOK.
13611 (org-format-org-table-html): New argument DOCBOOK. When set, use
13612 align instead of class to align table fields.
13613
13614 * org-docbook.el (org-export-as-docbook): Specify the docbook
13615 argument for the table converter.
13616
13617 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13618
13619 * org-macs.el (org-called-interactively-p): New macro.
13620
13621 * org-freemind.el: No longer require 'rx.
13622 (org-freemind): New customization group, use it for all the
13623 variables.
13624 (org-export-as-freemind): Add docstring.
13625 (org-freemind-show): Improve filen naming.
13626 (org-freemind-convert-links-helper): New function.
13627 (org-freemind-bol-helper-base-indent): New variable.
13628 (org-freemind-bol-helper): New function.
13629 (org-freemind-node-css-style): New option.
13630 (org-freemind-node-pattern): New variable.
13631 (org-freemind-from-org-mode): Better docstring.
13632
13633 2010-11-11 David Maus <dmaus@ictsoc.de>
13634
13635 * ob-haskell.el (org-babel-variable-assignments:haskell):
13636 Don't pass more than two arguments to mapc.
13637
13638 2010-11-11 David Maus <dmaus@ictsoc.de>
13639
13640 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
13641
13642 2010-11-11 David Maus <dmaus@ictsoc.de>
13643
13644 * org-footnote.el (message-signature-separator): Defvar to silence
13645 byte compiler.
13646
13647 2010-11-11 David Maus <dmaus@ictsoc.de>
13648
13649 * org-exp.el (org-export-string): Fix reference to wrong symbol.
13650
13651 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
13652
13653 * org.el (org-link-search): Return 'dedicated on successful match
13654 when org-link-search-must-match-exact-headline is set to t.
13655
13656 2010-11-11 Daniel Clemente <n142857@gmail.com>
13657
13658 * org-html.el (org-html-make-link): Append fragment to file: links
13659 if present.
13660
13661 2010-11-11 Tassilo Horn <tassilo@member.fsf.org>
13662
13663 * org-footnote.el (org-footnote-create-definition)
13664 (org-footnote-goto-local-insertion-point): Add footnotes before
13665 signature when in message-mode.
13666
13667 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13668
13669 * org.el (org-display-inline-images): Improve regexp.
13670
13671 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13672
13673 * org.el (org-cycle): Make sure resetting to startup visibility
13674 works after another cycle command.
13675
13676 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13677
13678 * org-exp.el (org-export-string): New function org-export-string
13679 can be used to convert a string of test in org-mode markup to a
13680 specified format.
13681
13682 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13683
13684 * org.el (org-display-inline-images): Allow non-ASCII characters
13685 in image file names. Save match data.
13686
13687 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13688
13689 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
13690 stamps.
13691
13692 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13693
13694 * org-exp.el (org-store-forced-table-alignment):
13695 (org-export-remove-special-table-lines): Allow the "c" cookie for
13696 table alignment.
13697
13698 * org-html.el (org-export-table-header-tags):
13699 (org-export-table-data-tags): Add another %s format for the
13700 alignment.
13701 (org-export-html-table-align-individual-fields): New option.
13702 (org-format-org-table-html): Implement field-by-field alignment
13703 and support centering.
13704 (org-format-table-table-html): Make sure the new table tag formats
13705 don't break this function.
13706
13707 * org-table.el (org-table-cookie-line-p):
13708 (org-table-align): Allow for the <c> cookie.
13709
13710 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
13711
13712 2010-11-11 David Maus <dmaus@ictsoc.de>
13713
13714 * org-exp.el (org-export-normalize-links): Skip normalization of
13715 plain links that are part of another link.
13716
13717 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13718
13719 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
13720
13721 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13722
13723 * org-indent.el (org-indent-add-properties):
13724 Use `with-silent-modifications'.
13725 (org-indent-remove-properties): Use `with-silent-modifications'.
13726
13727 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13728
13729 * org-table.el (org-table-cookie-line-p): Fix indentation.
13730
13731 * org-exp.el (org-store-forced-table-alignment): New function.
13732 (org-export-preprocess-string):
13733 Call `org-store-forced-table-alignment'.
13734
13735 * org-html.el (org-format-org-table-html): Use stored alignment
13736 information.
13737
13738 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13739
13740 * ob.el (org-babel-execute-src-block): Respects prefix argument
13741 (which forces re-calculation).
13742
13743 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13744
13745 * ob.el (org-babel-execute-src-block): Remove needless param
13746 sorting from ob-execute-src-block, the params are sorted already
13747 by ob-sha1-hash.
13748
13749 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13750
13751 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
13752 header argument level.
13753
13754 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13755
13756 * ob.el (org-babel-sha1-hash): Consider words in different order
13757 as different input.
13758
13759 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13760
13761 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
13762
13763 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13764
13765 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
13766 structure of an Org-mode table (list of lists).
13767
13768 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13769
13770 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
13771 (reference to unassigned variable `src-lang' and avoid calling
13772 org-babel-get-src-block-info twice.
13773
13774 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13775
13776 * ob.el (org-babel-demarcate-block): Updated to reflect the new
13777 info list contents.
13778
13779 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13780
13781 * org-src.el (org-edit-src-code): Supply non-nil argument to
13782 `org-babel-get-src-block-info' to avoid resolving variable
13783 references.
13784
13785 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13786
13787 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
13788 improved efficiency of org-babel-map-src-blocks.
13789
13790 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13791
13792 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
13793 checks that a code block will actually be tangled before
13794 collecting it's full information (a process which could involve
13795 the execution of other code blocks).
13796
13797 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13798
13799 * ob.el (org-babel-demarcate-block): Use light version of
13800 `org-babel-get-src-block-info'.
13801
13802 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13803
13804 * ob.el (org-babel-sha1-hash): Now handles more complex types in
13805 params.
13806
13807 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13808
13809 * ob.el (org-babel-execute-src-block): Generally using the new
13810 more informative params
13811 (org-babel-process-params): Don't forget the :var portion of
13812 variable assignments.
13813
13814 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13815
13816 * ob-table.el (sbe): Simplified to reflect to var resolution.
13817
13818 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13819
13820 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
13821 arguments back to their params before evaluation.
13822
13823 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13824
13825 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
13826 indentation.
13827
13828 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13829
13830 * ob-table.el (sbe): Use `org-babel-process-params params' instead
13831 of `org-babel-expand-variables'.
13832
13833 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13834
13835 * ob-C.el (org-babel-C-execute): Remove call to
13836 org-babel-process-params which should no longer be called from
13837 within a language file.
13838
13839 * ob-R.el (org-babel-execute:R): Remove call to
13840 org-babel-process-params which should no longer be called from
13841 within a language file
13842 (org-babel-R-variable-assignments): Remove call to
13843 org-babel-process-params which should no longer be called from
13844 within a language file.
13845
13846 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
13847 org-babel-process-params which should no longer be called from
13848 within a language file.
13849
13850 * ob-clojure.el (org-babel-execute:clojure): Remove call to
13851 org-babel-process-params which should no longer be called from
13852 within a language file.
13853
13854 * ob-dot.el (org-babel-execute:dot): Remove call to
13855 org-babel-process-params which should no longer be called from
13856 within a language file.
13857
13858 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
13859 call to org-babel-process-params which should no longer be called
13860 from within a language file
13861 (org-babel-execute:emacs-lisp): Remove call to
13862 org-babel-process-params which should no longer be called from
13863 within a language file.
13864
13865 * ob-haskell.el (org-babel-execute:haskell): Remove call to
13866 org-babel-process-params which should no longer be called from
13867 within a language file.
13868
13869 * ob-js.el (org-babel-execute:js): Remove call to
13870 org-babel-process-params which should no longer be called from
13871 within a language file.
13872
13873 * ob-lisp.el (org-babel-execute:lisp): Remove call to
13874 org-babel-process-params which should no longer be called from
13875 within a language file.
13876
13877 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
13878 org-babel-process-params which should no longer be called from
13879 within a language file.
13880
13881 * ob-octave.el (org-babel-execute:octave): Remove call to
13882 org-babel-process-params which should no longer be called from
13883 within a language file.
13884
13885 * ob-perl.el (org-babel-execute:perl): Remove call to
13886 org-babel-process-params which should no longer be called from
13887 within a language file.
13888
13889 * ob-python.el (org-babel-execute:python): Remove call to
13890 org-babel-process-params which should no longer be called from
13891 within a language file.
13892
13893 * ob-ruby.el (org-babel-execute:ruby): Remove call to
13894 org-babel-process-params which should no longer be called from
13895 within a language file.
13896
13897 * ob-scheme.el (org-babel-execute:scheme): Remove call to
13898 org-babel-process-params which should no longer be called from
13899 within a language file.
13900
13901 * ob-screen.el (org-babel-execute:screen): Remove call to
13902 org-babel-process-params which should no longer be called from
13903 within a language file
13904 (org-babel-prep-session:screen): Remove call to
13905 org-babel-process-params which should no longer be called from
13906 within a language file.
13907
13908 * ob-sh.el (org-babel-execute:sh): Remove call to
13909 org-babel-process-params which should no longer be called from
13910 within a language file.
13911
13912 * ob-sql.el (org-babel-execute:sql): Remove call to
13913 org-babel-process-params which should no longer be called from
13914 within a language file.
13915
13916 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
13917 processed params.
13918
13919 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
13920 processed params.
13921
13922 * ob-R.el (org-babel-execute:R): Remove reference to processed
13923 params.
13924
13925 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13926
13927 * ob-sql.el (org-babel-execute:sql): Use generic expansion
13928 function
13929 (org-babel-expand-body:sql): Delete function.
13930
13931 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13932
13933 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
13934 (org-babel-expand-body:sh): Delete function
13935 (org-babel-prep-session:sh): Change name of called function
13936 (org-babel-variable-assignments:sh): Change function name.
13937
13938 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13939
13940 * ob-screen.el (org-babel-execute:screen): Use generic expansion
13941 function
13942 (org-babel-expand-body:screen): Delete function
13943 (org-babel-prep-session:screen): Remove references to processed
13944 params.
13945
13946 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13947
13948 * ob-sass.el (org-babel-execute:sass): Use generic expansion
13949 function
13950 (org-babel-expand-body:sass): Delete function.
13951
13952 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13953
13954 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
13955 function
13956 (org-babel-prep-session:ruby): Use new variable assignment
13957 function
13958 (org-babel-variable-assignments:ruby): New function
13959 (org-babel-expand-body:ruby): Delete function.
13960
13961 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13962
13963 * ob-python.el (org-babel-execute:python): Use generic expansion
13964 function
13965 (org-babel-prep-session:python): Change name of called function
13966 (org-babel-variable-assignments:python): Change function name
13967 (org-babel-expand-body:python): Delete function.
13968
13969 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13970
13971 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
13972 (automatically handled by generic version).
13973
13974 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13975
13976 * ob-perl.el (org-babel-execute:perl): Use generic expansion
13977 function
13978 (org-babel-expand-body:perl): Delete function
13979 (org-babel-variable-assignments:perl): New function.
13980
13981 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13982
13983 * ob-org.el (org-babel-expand-body:org): Delete function
13984 (automatically handled by generic version).
13985
13986 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13987
13988 * ob-octave.el (org-babel-execute:octave): Use generic expansion
13989 function
13990 (org-babel-variable-assignments:octave): Change name of function
13991 (org-babel-variable-assignments:matlab): New defalias
13992 (org-babel-prep-session:octave): Change name of function
13993 (org-babel-expand-body:matlab): Delete function
13994 (org-babel-expand-body:octave): Delete function.
13995
13996 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13997
13998 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
13999 function
14000 (org-babel-variable-assignments:ocaml): New function
14001 (org-babel-expand-body:ocaml): Delete function.
14002
14003 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14004
14005 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
14006 (automatically handled by generic version).
14007
14008 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14009
14010 * ob-js.el (org-babel-execute:js): Use new variable assignment
14011 function
14012 (org-babel-expand-body:js): Delete function
14013 (org-babel-prep-session:js): Use new variable assignment function
14014 (org-babel-variable-assignments:js): New function.
14015
14016 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14017
14018 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
14019 function
14020 (org-babel-expand-body:haskell): Delete function
14021 (org-babel-prep-session:haskell): Use variable assignment function
14022 (org-babel-variable-assignments:haskell): New function.
14023
14024 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14025
14026 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
14027 assignment function
14028 (org-babel-prep-session:gnuplot): Use variable assignment function
14029 (org-babel-variable-assignments:gnuplot): New function.
14030
14031 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14032
14033 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
14034 (automatically handled by generic version).
14035
14036 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14037
14038 * ob-css.el (org-babel-expand-body:css): Delete function
14039 (automatically handled by generic version).
14040
14041 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14042
14043 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
14044 expansion function
14045 (org-babel-expand-body:asymptote): Delete function
14046 (org-babel-variable-assignments:asymptote): New function.
14047
14048 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14049
14050 * ob-R.el (org-babel-expand-body:R): Use new function
14051 `org-babel-variable-assignments:R'; don't trim body.
14052 (org-babel-execute:R): Respond to changes in
14053 `org-babel-expand-body:R'
14054 (org-babel-prep-session:R): Called function is now named
14055 `org-babel-variable-assignments:R'
14056 (org-babel-variable-assignments:R): Receives processed-params as
14057 new optional argument.
14058
14059 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14060
14061 * ob-C.el (org-babel-C-expand): Don't trim body.
14062
14063 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14064
14065 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
14066 obtaining variable references.
14067
14068 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14069
14070 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
14071 assignment lines to generic expansion command.
14072
14073 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14074
14075 * ob.el (org-babel-expand-src-block): Supply variable assignment
14076 lines to generic expansion function
14077 (org-babel-expand-body:generic): Prepend body with optional
14078 variable assignment lines.
14079
14080 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14081
14082 * ob-exp.el (org-babel-exp-results): Replaced old function call.
14083
14084 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14085
14086 * ob-lob.el (org-babel-lob-execute): Now expanding variable
14087 references before execution.
14088
14089 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14090
14091 * ob.el (org-babel-execute-src-block): Only sort parameters if
14092 it's required for caching.
14093
14094 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14095
14096 * ob-table.el (sbe): Reworking for better indentation and to
14097 integrate the new variable resolution.
14098
14099 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14100
14101 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
14102 variables when resolving references.
14103
14104 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14105
14106 * ob.el (org-babel-merge-params): Fix order or precedence for
14107 variables.
14108
14109 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14110
14111 * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
14112 * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
14113 (org-babel-R-variable-assignments):
14114 * ob-asymptote.el (org-babel-expand-body:asymptote)
14115 (org-babel-execute:asymptote):
14116 * ob-clojure.el (org-babel-expand-body:clojure)
14117 (org-babel-execute:clojure):
14118 * ob-css.el (org-babel-expand-body:css):
14119 * ob-ditaa.el (org-babel-expand-body:ditaa):
14120 * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
14121 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
14122 (org-babel-execute:emacs-lisp):
14123 * ob-gnuplot.el (org-babel-expand-body:gnuplot)
14124 * ob-haskell.el (org-babel-expand-body:haskell)
14125 (org-babel-execute:haskell, org-babel-load-session:haskell)
14126 (org-babel-prep-session:haskell):
14127 * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
14128 * ob-latex.el (org-babel-expand-body:latex):
14129 * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
14130 * ob-mscgen.el (org-babel-expand-body:mscgen):
14131 * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
14132 * ob-octave.el (org-babel-expand-body:matlab)
14133 (org-babel-expand-body:octave, org-babel-execute:octave)
14134 (org-babel-octave-variable-assignments):
14135 * ob-org.el (org-babel-expand-body:org):
14136 * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
14137 * ob-plantuml.el (org-babel-expand-body:plantuml):
14138 * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
14139 (org-babel-python-variable-assignments):
14140 * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
14141 * ob-sass.el (org-babel-expand-body:sass):
14142 * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
14143 * ob-screen.el (org-babel-expand-body:screen):
14144 * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
14145 (org-babel-sh-variable-assignments):
14146 * ob-sql.el (org-babel-expand-body:sql):
14147 * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
14148 * ob.el (org-babel-expand-body:generic):
14149 Remove obsoleted optional third argument.
14150
14151 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14152
14153 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
14154 calls to removed org-babel-ref-variables.
14155
14156 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14157
14158 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
14159 ingested code blocks.
14160
14161 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14162
14163 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
14164 information from within the original export file.
14165
14166 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14167
14168 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
14169 (this should return nil if not match found.
14170
14171 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14172
14173 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
14174 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
14175
14176 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14177
14178 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
14179 docstring.
14180
14181 * ob-python.el (org-babel-python-variable-assignments):
14182 Provide missing docstring.
14183
14184 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14185
14186 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
14187 variable assignment part out into a separate function
14188 (org-babel-octave-variable-assignments): New function constructing
14189 list of variable assignment statements
14190 (org-babel-prep-session:octave): Use new function
14191 `org-babel-octave-variable-assignments' instead of previous
14192 (incorrect) variable assignment code.
14193
14194 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14195
14196 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
14197 assignment part out into a separate function
14198 (org-babel-sh-variable-assignments): New function constructing
14199 list of variable assignment statements
14200 (org-babel-prep-session:sh): Use new function
14201 `org-babel-sh-variable-assignments' instead of previous
14202 (incorrect) variable assignment code.
14203
14204 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14205
14206 * ob-python.el (org-babel-expand-body:python): Refactor: break
14207 variable assignment part out into a separate function
14208 (org-babel-python-variable-assignments): New function constructing
14209 list of variable assignment statements
14210 (org-babel-prep-session:python): Use new function
14211 `org-babel-python-variable-assignments' instead of previous
14212 (incorrect) variable assignment code.
14213
14214 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14215
14216 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
14217 assignment part out into a separate function
14218 (org-babel-R-variable-assignments): New function constructing list
14219 of variable assignment statements
14220 (org-babel-prep-session:R): Use new function
14221 `org-babel-R-variable-assignments' instead of previous
14222 (incorrect) variable assignment code.
14223
14224 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14225
14226 * ob.el (org-babel-initiate-session): Better variable names.
14227
14228 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14229
14230 * ob.el (org-number-sequence):
14231 Declared * ob-R.el (org-number-sequence): Declared.
14232
14233 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14234
14235 * ob.el (org-babel-map-src-blocks): Store correct value of
14236 `end-block'.
14237
14238 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14239
14240 * ob.el (org-babel-mark-block): New function to mark the body of a
14241 src block in the style of `mark-defun'.
14242
14243 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14244
14245 * org-compat.el (org-number-sequence): New function.
14246
14247 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
14248
14249 * ob.el (org-babel-where-is-src-block-result):
14250 Use `org-number-sequence'.
14251 (org-babel-current-buffer-properties): Fix variable definition.
14252
14253 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
14254
14255 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
14256 version of `shell-command'.
14257
14258 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
14259 `shell-command'.
14260
14261 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14262
14263 * org-list.el (org-list-search-unenclosed-generic): Replace call
14264 to booleanp.
14265
14266 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14267
14268 * org.el (org-agenda-jump-prefer-future): New option.
14269
14270 * org-agenda.el (org-agenda-goto-date):
14271 Use `org-agenda-jump-prefer-future'.
14272
14273 2010-11-11 Noorul Islam <noorul@noorul.com>
14274
14275 * org-latex.el (org-export-latex-links): Replaced hard coded
14276 hyperref format with custom variable
14277 `org-export-latex-hyperref-format'.
14278
14279 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14280
14281 * org.el (org-insert-heading): Fix docstring.
14282
14283 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
14284
14285 * org-capture.el (org-capture-place-entry): If the first line is
14286 already a headline, just stay there.
14287
14288 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14289
14290 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
14291 are non-nil.
14292
14293 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14294
14295 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
14296 after an entity.
14297
14298 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14299
14300 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
14301 table fields.
14302
14303 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14304
14305 * org.el (org-insert-heading): When on the headline of an inline
14306 task, insert another inline tasks.
14307
14308 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14309
14310 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
14311 links for blocks that will actually tangle.
14312
14313 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14314
14315 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
14316 in expanded shell bodies.
14317
14318 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14319
14320 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
14321 newline characters.
14322
14323 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14324
14325 * ob-sh.el (org-babel-expand-body:sh): Align code.
14326
14327 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14328
14329 * ob.el (org-babel-params-from-properties): Max line with at <=80.
14330
14331 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14332
14333 * org-latex.el (org-export-latex-listings-langs): Clojure is now
14334 recognized as a lisp.
14335
14336 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14337
14338 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
14339 to interpret property as header argument value.
14340
14341 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14342
14343 * ob.el (org-babel-parse-header-arguments): Simplify reading of
14344 header arg value.
14345
14346 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14347
14348 * org-publish.el (org-publish-org-to-ascii):
14349 (org-publish-org-to-latin1):
14350 (org-publish-org-to-utf8): New functions.
14351
14352 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14353
14354 * org.el (org-insert-heading): Skip inline tasks when trying to
14355 insert a new heading after the end of the subtree.
14356
14357 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14358
14359 * org-inlinetask.el (org-inlinetask-min-level): Set customization
14360 type to integer or nil.
14361
14362 * org.el (org-insert-heading): When after an inline task, do not
14363 use level but go back to headline level before the inline task.
14364
14365 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14366
14367 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
14368
14369 * org.el (org-indent-line-function): Fix indentation of inline
14370 tasks.
14371
14372 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14373
14374 * org.el (org-activate-links): Fix customize type.
14375
14376 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14377
14378 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
14379 default option.
14380
14381 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14382
14383 * org-latex.el (org-export-latex-minted): Document pygments
14384 dependency.
14385
14386 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14387
14388 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
14389 file if encryption has been turned on.
14390 (org-mobile-copy-agenda-files): Avoid double encryption of
14391 `mobileorg.org'.
14392
14393 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14394
14395 * org-exp.el (org-export-latex-minted-with-line-numbers):
14396 Ensure that variable is declared.
14397
14398 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14399
14400 * ob-python.el (org-src-preserve-indentation): Fix compiler
14401 warning.
14402
14403 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14404
14405 * org-exp.el (org-export-format-source-code-or-example):
14406 Latex formatting of source code blocks using the minted package
14407 (org-export-plist-vars): Add :latex-minted property
14408 (org-export-latex-minted): Ensure variable is defined
14409 (org-export-latex-minted-langs): Ensure variable is defined.
14410
14411 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14412
14413 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
14414
14415 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14416
14417 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
14418
14419 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14420
14421 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
14422 when `org-src-preserve-indentation' is non-nil.
14423
14424 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14425
14426 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
14427 of blocks added to Library of Babel.
14428
14429 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14430
14431 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
14432 name.
14433
14434 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14435
14436 * org-beamer.el (org-beamer-place-default-actions-for-lists):
14437 Fix typo in regexp.
14438
14439 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14440
14441 * org-list.el (org-toggle-checkbox): Avoid some boundary error
14442 when inserting a checkbox in an empty last item of a list.
14443
14444 2010-11-11 David Maus <dmaus@ictsoc.de>
14445
14446 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
14447 Query article number from file is nil by default.
14448
14449 2010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
14450
14451 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
14452
14453 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14454
14455 * org-capture.el (org-capture-place-entry): Move to `beg' before
14456 searching for `%?'.
14457
14458 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14459
14460 * org.el (org-format-latex): Fix mathjax treatment of single
14461 letters in between dollars.
14462
14463 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
14464
14465 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
14466 run.
14467
14468 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14469
14470 * org.el (org-blank-before-new-entry): Improve docstring.
14471
14472 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14473
14474 * org-mobile.el (org-mobile-force-id-on-agenda-items):
14475 Fix docstring.
14476 (org-mobile-write-agenda-for-mobile): Use outline path if we do
14477 not have an ID and are not allowed to make one.
14478 (org-mobile-get-outline-path-link): New function.
14479
14480 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14481
14482 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
14483 file.
14484 (org-mobile-write-agenda-for-mobile): Use the right name, even if
14485 the file get encrypted.
14486 (org-mobile-move-capture): Only delete tempfile if it does exist.
14487
14488 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14489
14490 * ob.el (org-babel-number-p): Fix documentation string.
14491
14492 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14493
14494 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
14495 "tangle" as a positive argument for the :noweb header argument
14496 during tangling.
14497
14498 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14499
14500 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
14501 have links, with tests.
14502
14503 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14504
14505 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
14506 available.
14507 (org-export-latex-get-error): New function.
14508 (org-export-as-pdf): Give an indication of the errors that
14509 happened during processing.
14510
14511 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
14512
14513 * org-exp.el (org-export-language-setup): Fix Polish entries.
14514
14515 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14516
14517 * org.el (org-set-tags): Allow comma as a separator when
14518 specifying tags at the completion interface.
14519 (org-tags-completion-function): Allow comma as a separator when
14520 specifying tags at the completion interface.
14521
14522 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14523
14524 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
14525 export-file if exporting from a buffer which is not visiting a
14526 file.
14527
14528 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14529
14530 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
14531 name in link construction if there is a heading to follow it.
14532
14533 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14534
14535 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
14536 as an allowed extension.
14537
14538 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
14539
14540 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
14541 with zeros. Start applying face earlier.
14542
14543 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14544
14545 * ob.el (or): Don't create org-babel-temporary-directory in batch
14546 as it won't be removed by emacs-kill-hook
14547 (org-babel-remove-temporary-directory): Only try to remove this
14548 directory if it exists.
14549
14550 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14551
14552 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
14553 warning in ob.el.
14554
14555 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14556
14557 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
14558 the tangling message.
14559
14560 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14561
14562 * ob.el (org-babel-load-languages): Fixes compiler warning.
14563
14564 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14565
14566 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
14567 output.
14568
14569 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14570
14571 * org-ascii.el (org-export-as-ascii): Use the correct match group.
14572
14573 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14574
14575 * ob.el (boundp): Uncommenting defvar form for
14576 org-babel-temporary-directory
14577 (org-babel-temp-file): Now using the org-babel-temporary-directory
14578 for holding new babel temporary files
14579 (org-babel-remove-temporary-directory): Removes the babel temp dir
14580 when Emacs shutsdown
14581 (kill-emacs-hook): Now removing the babel temp dir on Emacs
14582 shutdown.
14583
14584 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14585
14586 * org-capture.el (org-capture-fill-template): Initialize history
14587 variable.
14588
14589 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14590
14591 * org-src.el (org-edit-src-code): Don't move point when generating
14592 edit buffer.
14593
14594 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14595
14596 * org-src.el (org-edit-src-code): Deal with point being in
14597 #+end_src line.
14598
14599 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14600
14601 * org-table.el (org-table-current-column): Add interactive to turn
14602 this into a command.
14603
14604 2010-11-11 Bernt Hansen <bernt@norang.ca>
14605
14606 * org.el (org-insert-heading): Run org-insert-heading-hook when
14607 creating the first heading in a file.
14608
14609 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14610
14611 * org.el (org-startup-with-inline-images): New option.
14612 (org-startup-options): Add new keywords inlineimages and
14613 noinlineimages.
14614 (org-mode): Inline images when this has been configured.
14615
14616 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14617
14618 * ob.el (org-babel-get-src-block-info): Remove optional
14619 HEADER-VARS-ONLY argument; further simplification.
14620
14621 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14622
14623 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
14624 prompt in ob-confirm-evaluate in some cases.
14625
14626 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14627
14628 * ob.el (org-babel-demarcate-block): Visible region and completion
14629 during language selection.
14630
14631 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14632
14633 * ob.el (org-babel-get-src-block-info): Remove comment.
14634
14635 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14636
14637 * ob.el (org-babel-get-src-block-info): Simplify function.
14638
14639 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14640
14641 * ob.el (org-babel-get-src-block-info): Form info list correctly
14642 when parenthesized arguments are missing.
14643
14644 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14645
14646 * ob-exp.el (org-export-babel-evaluate): Docstring typo
14647 (org-babel-exp-code): Docstring typo.
14648
14649 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14650
14651 * org-mobile.el (org-mobile-encryption-password):
14652 Improve docstring.
14653 (org-mobile-encryption-password-session): New variable.
14654 (org-mobile-encryption-password): New function.
14655 (org-mobile-check-setup):
14656 (org-mobile-encrypt-file):
14657 (org-mobile-decrypt-file): Use the new function.
14658
14659 2010-11-11 David Maus <dmaus@ictsoc.de>
14660
14661 * org-capture.el (org-capture-place-template): Widen to remove
14662 possible restrictions in target buffer.
14663
14664 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
14665
14666 * org.el (org-speed-command-hook): Add org-speed-command-hook
14667 (org-babel-speed-command-hook): Hook for Babel's speed commands.
14668
14669 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14670
14671 * ob.el (org-babel-execute-buffer): Re-implement using
14672 `org-babel-map-src-blocks'.
14673
14674 2010-11-11 David Maus <dmaus@ictsoc.de>
14675
14676 * org-capture.el (org-capture-templates): Update doc string with
14677 new message date related escapes.
14678
14679 2010-11-11 David Maus <dmaus@ictsoc.de>
14680
14681 * org-wl.el (org-wl-store-link-message): Define properties %:date)
14682 (%:date-timestamp, and %:date-timestamp-inactive.
14683
14684 * org-mew.el (org-mew-store-link): Dto.
14685
14686 * org-mhe.el (org-mhe-store-link): Dto.
14687
14688 * org-rmail.el (org-rmail-store-link): Dto.
14689
14690 * org-vm.el (org-vm-store-link): Dto.
14691
14692 2010-11-11 David Maus <dmaus@ictsoc.de>
14693
14694 * org-wl.el (org-wl-message-field): Always get literal content of
14695 header fields.
14696
14697 2010-11-11 David Maus <dmaus@ictsoc.de>
14698
14699 * org-gnus.el (org-gnus-store-link): Define properties
14700 %:date-timestamp and %:date-timestamp-inactive.
14701
14702 2010-11-11 David Maus <dmaus@ictsoc.de>
14703
14704 * org-gnus.el (org-gnus-store-link): Handle empty date header
14705 field.
14706
14707 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
14708
14709 * org.el (org-speed-command-hook): New. Hook for installing
14710 additional speed commands. Use this for enabling speed commands on
14711 src blocks.
14712 (org-speed-command-default-hook): The default hook for
14713 org-speed-command-hook. Factored out from org-self-insert-command
14714 and mimics existing behavior.
14715 (org-self-insert-command): Modified to use org-speed-command-hook.
14716
14717 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14718
14719 * org-agenda.el (org-search-view): Recover spaces in search words
14720 if they were escaped with \ or inside a regexp.
14721
14722 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14723
14724 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
14725 the list of completable meta line words.
14726 (org-complete): Complete property names after #+PROPERTY.
14727
14728 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14729
14730 * ob-python.el (org-babel-python-evaluate-session): Make temp file
14731 names consistent.
14732
14733 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14734
14735 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
14736 Delete extra format argument.
14737
14738 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14739
14740 * ob-org.el (org-babel-org-export): Typo in docstring.
14741
14742 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14743
14744 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
14745 variable.
14746
14747 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14748
14749 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
14750
14751 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14752
14753 * ob.el (org-babel-process-file-name): New function
14754 (org-babel-maybe-remote-file): Delete function.
14755
14756 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14757
14758 * ob-C.el (org-babel-C-execute): Remove unused variable.
14759
14760 2010-11-11 David Maus <dmaus@ictsoc.de>
14761
14762 * org.el (org-make-link-string): Prevent superfluous colon.
14763
14764 2010-11-11 David Maus <dmaus@ictsoc.de>
14765
14766 * org.el (org-make-org-heading-search-string): Leave headline
14767 intact.
14768
14769 2010-11-11 David Maus <dmaus@ictsoc.de>
14770
14771 * org.el (org-make-link-string): Don't escape characters in link
14772 type.
14773
14774 2010-11-11 Bastien Guerry <bzg@gnu.org>
14775
14776 * org-capture.el (org-capture-templates): Update docstring to
14777 advertise %:org-date.
14778
14779 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14780
14781 * ob-dot.el (org-babel-execute:dot): Automatically specifies
14782 "-T<ext>" based on file name extension.
14783
14784 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14785
14786 * ob-org.el (org-babel-org-export): Raise error on nested export
14787 call.
14788
14789 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14790
14791 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
14792 output files.
14793
14794 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14795
14796 * ob.el (org-babel-demarcate-block): Better initialization of
14797 stars.
14798
14799 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14800
14801 * org-src.el (org-src-tab-acts-natively): Add customize interface.
14802
14803 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14804
14805 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
14806 New variable allowing prevention of automatic stripping of leading and
14807 trailing blank lines when exiting edit buffer.
14808 (org-edit-src-exit): Respect value of
14809 `org-src-strip-leading-and-trailing-blank-lines'
14810 (org-src-native-tab-command-maybe):
14811 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
14812 this function.
14813
14814 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14815
14816 * org-src.el (org-edit-src-code): If mark was inside code block
14817 then code edit buffer inherits mark with active region.
14818
14819 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14820
14821 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
14822
14823 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14824
14825 * ob.el (org-babel-demarcate-block): Better handling of empty
14826 space around demarcated area.
14827
14828 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14829
14830 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
14831 this command.
14832
14833 2010-11-11 David Maus <dmaus@ictsoc.de>
14834
14835 * org-gnus.el (org-gnus-open-nntp): New function.
14836
14837 2010-11-11 David Maus <dmaus@ictsoc.de>
14838
14839 * org-wl.el (org-wl-open-nntp): New function.
14840
14841 2010-11-11 David Maus <dmaus@ictsoc.de>
14842
14843 * org-wl.el (org-wl-open): Open message by numeric reference if
14844 article part is not a message id.
14845
14846 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14847
14848 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
14849 visible line.
14850
14851 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14852
14853 * ob.el (org-babel-demarcate-block): Interactive demarcation of
14854 code blocks.
14855
14856 * ob-keys.el (org-babel-key-bindings): Key bindings for block
14857 demarcation.
14858
14859 2010-11-11 Bastien Guerry <bzg@gnu.org>
14860
14861 * org.el (org-link-types): Add the "message" link type.
14862
14863 2010-11-11 David Maus <dmaus@ictsoc.de>
14864
14865 * org.el (org-link-types): Add 'message:' link type to default
14866 link types.
14867
14868 2010-11-11 Bastien Guerry <bzg@gnu.org>
14869
14870 * org-gnus.el (org-gnus-store-link): Add the :date property to
14871 gnus links, allowing the use of %:date in capture templates.
14872
14873 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14874
14875 * org-list.el (org-cycle-list-bullet): Follow order of bullets
14876 indicated in doc-string.
14877
14878 * org-list.el (org-list-bottom-point-with-indent): List is ended
14879 when a line is less indented that the last item, not the less
14880 indented item.
14881
14882 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14883
14884 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
14885 original file before resolving code block parameters to ensure
14886 headline and buffer wide parameters are taken into consideration
14887 when only a narrowed portion of the file is exported.
14888
14889 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14890
14891 * org.el (org-forward-same-level): Fix docstring.
14892
14893 2010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
14894
14895 * org-publish.el (org-publish-attachment): Put the attachment into
14896 the right directory.
14897
14898 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
14899
14900 * org.el (org-goto-first-child): New command.
14901
14902 2010-11-11 Matt Lundin <mdl@imapmail.org>
14903
14904 * org-agenda.el (org-prepare-agenda): If the agenda is called from
14905 within the agenda via an elisp link, such as
14906 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
14907 of the file containing the link, since that buffer is current
14908 during org-prepare agenda (due to a with-current-buffer in
14909 org-agenda-open-link). An additional test now ensures that the
14910 agenda buffer is in fact current when the buffer is erased and
14911 local variables for the agenda are set.
14912
14913 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
14914
14915 * org-exp.el (org-infile-export-plist): Define property macro.
14916
14917 2010-11-11 David Maus <dmaus@ictsoc.de>
14918
14919 * org-mhe.el (org-mhe-get-header): Remove possible folding white
14920 space in message header field.
14921
14922 2010-11-11 David Maus <dmaus@ictsoc.de>
14923
14924 * org-feed.el (org-feed): Fix typo in customization group :tag
14925 property.
14926
14927 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14928
14929 * org-latex.el (org-export-latex-tag-markup): New option.
14930 (org-export-latex-keywords-maybe):
14931 Use `org-export-latex-tag-markup'.
14932
14933 2010-11-11 Rémi Vanicat <vanicat@debian.org> (tiny change)
14934
14935 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
14936 (org-ical-ts-to-string): Use UTC time when requested.
14937
14938 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
14939
14940 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
14941 from 'file' to 'http'.
14942
14943 2010-11-11 David Maus <dmaus@ictsoc.de>
14944
14945 * org.el (org-store-log-note): Fix wrong usage
14946 of`org-adapt-indentation'.
14947
14948 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14949
14950 * org.el (org-skip-over-state-notes): Do not compute bottom point
14951 at each item.
14952
14953 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
14954 instead of moving to each item.
14955
14956 2010-11-11 David Maus <dmaus@ictsoc.de>
14957
14958 * org-capture.el (org-capture-templates): Small fix in doc string.
14959
14960 2010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
14961
14962 * org-archive.el (org-get-local-archive-location):
14963 Use `org-carchive-location' as default.
14964
14965 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14966
14967 * ob-C.el (org): No longer requires org.
14968
14969 * ob-ledger.el (org): No longer requires org.
14970
14971 2010-11-11 David Maus <dmaus@ictsoc.de>
14972
14973 * org.el (org-priority): Save match data before call to
14974 `read-char-exclusive'.
14975
14976 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14977
14978 * org-list.el (org-list-to-generic): Descriptions labels can be
14979 any suit of symbols, and will end at double colons.
14980
14981 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14982
14983 * org.el (org-indent-line-function): Indent past [@num] and
14984 [@start:num], consistently with what is already done with
14985 checkboxes.
14986
14987 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14988
14989 * org.el (org-store-log-note): Indent new notes to the right
14990 column. Also take `org-list-two-spaces-after-bullet-regexp' into
14991 consideration when creating the note.
14992
14993 2010-11-11 David Maus <dmaus@ictsoc.de>
14994
14995 * org-gnus.el (nnimap-group-overview-filename): Declare function
14996 to silence byte compiler.
14997
14998 2010-11-11 David Maus <dmaus@ictsoc.de>
14999
15000 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
15001 New customization variable.
15002 (org-gnus-nnimap-cached-article-number): New function.
15003 (org-gnus-follow-link): Try to fetch cached article number of
15004 message-id.
15005
15006 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15007
15008 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
15009 first line into code blocks before export so that the first line
15010 is not interpreted as a title
15011 (org-babel-org-export): Use new dummy code block prefix.
15012
15013 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15014
15015 * ob.el (org-babel-insert-result): No longer throws error when
15016 inserting an empty result.
15017
15018 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15019
15020 * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
15021
15022 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15023
15024 * ob.el (org-babel-do-in-edit-buffer):
15025 Use `org-babel-where-is-src-block-head' to test for source block at
15026 point.
15027
15028 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15029
15030 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
15031 `org-babel-goto-src-block-head'.
15032
15033 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
15034 current code block.
15035
15036 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15037
15038 * ob.el (org-babel-next-src-block): Now raising more informative
15039 error when no further code blocks can be found.
15040 (org-babel-previous-src-block): Now raising more informative error
15041 when no previous code blocks can be found.
15042
15043 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15044
15045 * org-exp-blocks.el
15046 (org-export-preprocess-after-include-files-hook): Now using this
15047 hook instead of `org-export-preprocess-hook'.
15048
15049 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15050
15051 * ob-plantuml.el (org-babel-execute:plantuml): ????
15052
15053 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15054
15055 * ob-python.el (org-babel-python-evaluate): Refactor as call to
15056 either `org-babel-python-evaluate-external-process' or
15057 `org-babel-python-evaluate-session'.
15058 (org-babel-python-evaluate-external-process): New function to
15059 handle evaluation in external process.
15060 (org-babel-python-evaluate-session): New function to handle
15061 evaluation in emacs inferior process.
15062
15063 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15064
15065 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
15066 or html respecting :results header arg
15067 (org-babel-org-export): Exports a string of text to an output
15068 format.
15069
15070 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15071
15072 * ob.el (org-babel-insert-result): Remove existing results when
15073 nil results are returned.
15074
15075 2010-11-11 David Maus <dmaus@ictsoc.de>
15076
15077 * org-ascii.el (org-export-as-ascii): Bind and set link path for
15078 link type specific markup function.
15079
15080 2010-11-11 David Maus <dmaus@ictsoc.de>
15081
15082 * org-clock.el (notifications-notify): Properly declare function
15083 to silence byte compiler.
15084
15085 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15086
15087 * org-list.el (org-insert-item): Check invisibility of point at a
15088 meaningful location.
15089
15090 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15091
15092 * org-list.el (org-list-insert-item-generic): Updating checkboxes
15093 can modify bottom point of a list, so make it a marker before
15094 calling `org-update-checkbox-count-maybe'.
15095
15096 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15097
15098 * org.el (org-src-fontify-natively): Set to nil by default.
15099 Supply customize interface.
15100
15101 2010-11-11 Bastien Guerry <bzg@gnu.org>
15102
15103 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
15104 `org-bracket-link-analytic-regexp++' to match the link type.
15105
15106 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15107
15108 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
15109 `language'.
15110
15111 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15112
15113 * ob-tangle.el (org-babel-tangle-comment-format-beg):
15114 Format string specifying the link-comment preceding a code block
15115 (org-babel-tangle-comment-format-end): Format string specifying
15116 the link-comment following a code block
15117 (org-babel-tangle-collect-blocks): Storing more information in the
15118 spec of a tangling code block
15119 (org-babel-spec-to-string): Now makes use of customizable
15120 link-comment formats.
15121
15122 2010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
15123
15124 * org.el (org-delete-backward-char): Check for nil overwrite-mode
15125 before inserting spaces.
15126
15127 2010-11-11 David Maus <dmaus@ictsoc.de>
15128
15129 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
15130 from summary of non-TODO ical entries.
15131 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
15132 exclude tags from summary of TODO ical entries.
15133
15134 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15135
15136 * ob.el (org-babel-map-src-blocks): Now exposes much information
15137 about the code block in the form of let-bound local variables.
15138
15139 2010-11-11 David Maus <dmaus@ictsoc.de>
15140
15141 * org-list.el (org-outline-regexp, org-ts-regexp)
15142 (org-ts-regexp-both, org-in-regexps-block-p)
15143 (org-level-increment, org-at-heading-p)
15144 (outline-previous-heading, org-icompleting-read)
15145 (org-time-string-to-seconds): Declare to fix compiler warning.
15146
15147 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15148
15149 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
15150 used from an heading. Send an error when no item is in region.
15151
15152 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15153
15154 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
15155 ensure that edit buffer is exited.
15156
15157 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15158
15159 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
15160 control the amount of extra newlines inserted into tangled code
15161 (org-babel-tangle-collect-blocks): Now conditionally collects
15162 information to be used for "org" style comments
15163 (org-babel-spec-to-string): Now inserts "org" style comments, and
15164 obeys the newline configuration variable when inserting whitespace.
15165
15166 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15167
15168 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
15169 hook
15170 (org-babel-tangle): Calls new tangle hook.
15171
15172 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15173
15174 * org-capture.el (org-capture): Compute the length of the correct
15175 string when removing properties.
15176
15177 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15178
15179 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
15180 names before shell quoting.
15181
15182 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15183
15184 * org-src.el (org-src-tab-indents-natively): New variable
15185 controlling whether language-native TAB action should be performed
15186 (org-src-native-tab-command-maybe): New function to perform
15187 language-native TAB action.
15188 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
15189
15190 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15191
15192 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
15193 `org-plantuml-jar-path' before use.
15194
15195 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15196
15197 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
15198 language major mode buffers during fontification.
15199
15200 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15201
15202 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
15203 match code blocks with switches and header args. Call
15204 `org-src-font-lock-fontify-block' for automatic fontification of
15205 code in code blocks, controlled by variable
15206 `org-src-fontify-natively'.
15207 (org-src-fontify-natively): New variable.
15208
15209 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15210
15211 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
15212 inf-ruby.
15213
15214 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
15215
15216 * org-html.el (org-html-make-link): (expand-file-name) removes
15217 one "/" from "///path-to-file", so add one. Anything other than
15218 'file' type should be exported along with the type.
15219
15220 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
15221
15222 * org.el (org-insert-subheading): Fix compiler warning
15223 (org-insert-todo-subheading): Fix compiler warning.
15224
15225 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15226
15227 * org-capture.el (org-capture): Remove read-only text properties
15228 from capture text.
15229 (org-capture-set-target-location): Throw an error if file+headline
15230 target does not point into a file which is in Org mode.
15231
15232 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15233
15234 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
15235
15236 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15237
15238 * org-src.el (org-edit-src-code): Improve docstring.
15239
15240 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15241
15242 * ob.el (org-babel-execute-src-block): Document prefix argument in
15243 docstring.
15244
15245 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15246
15247 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
15248 org-ditaa-jar-path with expand-file-name.
15249
15250 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15251
15252 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
15253 `org-babel-execute-src-block'.
15254
15255 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15256
15257 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
15258 [@x] syntax for list numbering.
15259
15260 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15261
15262 * org.el (org-indent-line-function): Indentation of source block
15263 is left to `org-edit-src-exit' and shouldn't be modified by
15264 `org-indent-line-function'. Indentation of others blocks should be
15265 the same as the #+begin line.
15266
15267 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15268
15269 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
15270 forms on source blocks in current buffer; restore point in current
15271 buffer.
15272
15273 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15274
15275 * org-list.el (org-list-struct): Accept list boundaries as an
15276 argument in order to avoid computing `org-list-top-point' and
15277 `org-list-bottom-point' twice when indenting.
15278
15279 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15280
15281 * org-list.el (org-list-ending-method): Default value is now
15282 `both', to ensure maximum compatibility before previous
15283 implementation.
15284
15285 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15286
15287 * org-list.el (org-list-in-item-p-with-indent): Test if first line
15288 is the item beginning.
15289
15290 * org-list.el (org-list-top-point-with-indent): Test if first line
15291 is a valid list beginning.
15292
15293 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15294
15295 * org-list.el (org-list-ending-method): New customizable variable
15296 to tell Org Mode how lists end. See docstring.
15297
15298 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15299
15300 * org-list.el (org-indent-item-tree): Shifting step of top-level
15301 item depends on `org-level-increment'.
15302
15303 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15304
15305 * org.el (org-indent-line-function): Indent first non blank line
15306 after a list according to current heading level.
15307
15308 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15309
15310 * org-docbook.el (org-export-as-docbook): Remove check for
15311 indentation on lines that do not start with a list bullet.
15312
15313 * org-html.el (org-export-as-html): Same thing.
15314
15315 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15316
15317 * org-list.el (org-list-bottom-point): Take into consideration
15318 that bound of search can be before true ending of the list.
15319
15320 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15321
15322 * org-list.el (org-list-struct-apply-struct): No longer shift
15323 item's body twice: one after replacing bullet and one after
15324 changing indentation.
15325
15326 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15327
15328 * org-list.el (org-list-struct-indent): Add code to replace
15329 bullets if needed when indenting.
15330
15331 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15332
15333 * org-list.el (org-list-insert-item-generic): A single item
15334 already counting blank lines in his body should be separated with
15335 the next one by a blank line. Moreover, if user already provided
15336 blank lines, follow his wishes.
15337
15338 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15339
15340 * org-list.el (org-indent-item-tree): When moving top item of a
15341 *-list to column 0, only the first item had its bullet changed to
15342 -. It now changes all items of the top-level list, as expected.
15343
15344 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15345
15346 * org-list.el (org-toggle-checkbox): Go to beginning of line
15347 before processing.
15348
15349 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15350
15351 * org-list.el (org-list-struct-apply-struct): Check if ancestor
15352 exists.
15353
15354 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15355
15356 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
15357 done at each item.
15358
15359 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15360
15361 * org-list.el : Removed unused variable
15362 `org-suppress-item-indentation'.
15363
15364 * org-list.el (org-renumber-ordered-list): Skip item if bullet
15365 number is already good.
15366
15367 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15368
15369 * org-list.el (org-list-automatic-rules): Doc-string reflects this
15370 change.
15371
15372 * org-list.el (org-indent-item-tree): Prevent whole list from
15373 being moved when user is not moving subtree. Thus
15374 `org-cycle-item-indentation' will not allow to move the list.
15375
15376 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15377
15378 * org-list.el (org-indent-item-tree): Remove region code. It was
15379 prone to errors and undocumented.
15380
15381 * org-list.el (org-item-indent-positions): Better heuristics to
15382 determine what bullet the item will have when demoted.
15383
15384 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15385
15386 * org-list.el (org-list-bullet-string): First check if
15387 `org-list-two-spaces-after-bullet-regexp' isn't nil.
15388
15389 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15390
15391 * org-list.el (org-list-bullet-string): Do not modify match-data.
15392
15393 * org.el (org-toggle-item): Now working again when changing list
15394 items into plain text. Moreover take into consideration
15395 `org-list-two-spaces-after-bullet-regexp'.
15396
15397 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15398
15399 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
15400 fix, and improved heuristics to determine bullet when indenting.
15401
15402 * org-list.el (org-item-indent-positions): Function now returns
15403 sane results when there are two lists separated with blank lines
15404 only.
15405
15406 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15407
15408 * org-docbook.el (org-export-as-docbook): Use override="num" in
15409 any listitem matching [@start:num].
15410
15411 * org-html.el (org-export-as-html): Use value="num" in any li
15412 matching [@start:num].
15413
15414 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15415
15416 * org.el (org-set-font-lock-defaults): Correct fontification for
15417 checkboxes found after [@start:?].
15418
15419 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
15420 [@start:?] when looking at a regex after a bullet.
15421
15422 * org-list.el (org-toggle-checkbox): Correct insertion of
15423 checkboxes when there is already a [@start:?] in the item.
15424
15425 * org-list.el (org-checkbox-blocked-p): Properly check if there's
15426 an unchecked item before.
15427
15428 * org-list.el (org-list-parse-list): Function handles items having
15429 both a counter and a checkbox.
15430
15431 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15432
15433 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
15434 stores both indentation and bullet when cycle started.
15435
15436 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15437
15438 * org-list.el: `org-at-description-p' renamed to
15439 `org-at-item-description-p', `org-first-list-item-p' renamed to
15440 `org-list-first-item-p', `org-end-of-item-text-before-children'
15441 renamed to `org-end-of-item-or-at-child'.
15442
15443 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15444
15445 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
15446 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
15447 before toggling a checkbox.
15448
15449 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15450
15451 * org-list.el (org-list-bullet-string): New function returning
15452 bullet concatenated with an appropriate number of white spaces.
15453
15454 * org-list.el (org-list-insert-item-generic): Insert the right
15455 bullet, with help of `org-list-bullet-string'.
15456
15457 * org-list.el (org-indent-item-tree):
15458 Use `org-list-bullet-string'.
15459
15460 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
15461
15462 * org-list.el (org-toggle-checkbox): Send an error when
15463 `org-toggle-checkbox' is trying to insert a checkbox at a
15464 description item.
15465
15466 * org-list.el (org-item-re): Modified regexp so it can catch
15467 correct number of white space before item body.
15468
15469 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
15470 consideration new `org-item-re'.
15471
15472 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15473
15474 * org-list.el (org-list-insert-item-generic): The second item in a
15475 list will be separated from its predecessor with the number of
15476 blank lines separating the first item from its parent, if any, or
15477 no blank line.
15478
15479 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15480
15481 * org-list.el (org-indent-item-tree): Fix and reorder every list
15482 and sublist, from parent of list that has moved if indenting, or
15483 from list at point if outdenting.
15484
15485 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15486
15487 * org-list.el (org-indent-item-tree): Try to keep relative
15488 position on line. It can't if point is in white spaces before
15489 bullet because mixed tabs and spaces make some columns
15490 unattainable.
15491
15492 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15493
15494 * org-list.el (org-cycle-item-indentation): Cycle when the whole
15495 item only contains bullet and maybe a checkbox. Previously, TAB
15496 would cycle when the first line of the item was blank.
15497
15498 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15499
15500 * org-list.el (org-cycle-item-indentation): Allow a point just
15501 after a description item or a checkboxed item to start cycling.
15502
15503 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15504
15505 * org-list.el (org-cycle-list-bullet):
15506 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
15507 as valid bullets when cycling.
15508
15509 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15510
15511 * org-list.el (org-cycle-item-indentation): Do return t if and
15512 only if cycling is possible and succeded.
15513
15514 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15515
15516 * org-list.el (org-indent-item-tree): When outdenting a subtree,
15517 the last item shouldn't have a children.
15518
15519 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15520
15521 * org-list.el (org-cycle-item-indentation): Cycling should play
15522 nicely with indent rule in `org-list-automatic-rules'.
15523
15524 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15525
15526 * org-list.el (org-indent-item-tree): If indent rule is activated,
15527 it should be impossible to outdent an item having children without
15528 moving its subtree. Improved reordering of lists modified by
15529 cycling indentation.
15530
15531 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15532
15533 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
15534 `org-fix-bullet-type' to prevent infinite loop, and some checks
15535 already done in `org-renumber-ordered-list'.
15536
15537 * org-list.el (org-fix-bullet-type): Remove a check and call
15538 directly `org-maybe-renumber-ordered-list'.
15539
15540 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15541
15542 * org-list.el (org-indent-item-tree): It shouldn't be possible to
15543 indent the first item of a sublist (though outdent is possible) as
15544 it would break list's structure.
15545
15546 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15547
15548 * org-list.el (org-list-insert-item-generic): When local search
15549 doesn't help, search the list globally for blank lines. Moreover,
15550 don't bother with new lists, and add 1 blank line.
15551
15552 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15553
15554 * org-capture.el (org-capture-place-item):
15555 Use `org-search-forward-unenclosed' and
15556 `org-search-backward-unenclosed' and new variable
15557 `org-item-beginning-re'.
15558
15559 * org-list.el (org-item-beginning-re): Regexp matching beginning
15560 of an item.
15561
15562 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15563
15564 * org-list.el (org-cycle-list-bullet): Put back support for
15565 'previous argument.
15566
15567 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15568
15569 * org-list.el (org-in-item-p): Handle case when point is at an
15570 heading.
15571
15572 * org-list.el (org-list-make-subtree): Add protection when used
15573 outside of list.
15574
15575 * org-list.el (org-insert-item): Remove useless hack now
15576 `org-in-item-p' is fixed.
15577
15578 * org-timer.el (org-timer-item): Remove useless hack now
15579 `org-in-item-p' is fixed.
15580
15581 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15582
15583 * org-list.el (org-cycle-list-bullet): Prevent description items
15584 from being numbered. String argument is also recognized now, as
15585 long as it is a valid bullet.
15586
15587 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15588
15589 * org-list.el (org-indent-item-tree): Moving indentation of top
15590 list item will make the whole list move.
15591
15592 * org-list.el (org-apply-on-list): Function is less sensitive to
15593 changes of indentation.
15594
15595 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15596
15597 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
15598 of the regexp.
15599
15600 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
15601
15602 * org-list.el (org-cycle-item-indentation): Allow cycling
15603 description items and checkbox items.
15604
15605 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
15606
15607 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
15608 regexp.
15609
15610 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15611
15612 * org-list.el (org-insert-item-internal): Guessing of blank lines
15613 number is made by looking at neighboring items, if any.
15614
15615 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15616
15617 * org-list.el (org-sort-list): Add the possibility to sort timer
15618 lists with the ?t or ?T options.
15619
15620 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15621
15622 * org-list.el (org-search-unenclosed-internal): New function to
15623 handle both `org-search-forward-unenclosed' and
15624 `org-search-backward-unenclosed'.
15625
15626 * org-list.el (org-search-backward-unenclosed): Can send errors
15627 now. Removed useless usage of COUNT.
15628
15629 * org-list.el (org-search-forward-unenclosed): Can send errors
15630 now. Removed useless usage of COUNT.
15631
15632 * org-list.el (org-update-checkbox-count):
15633 Use `org-search-forward-unenclosed' and
15634 `org-search-backward-unenclosed' instead of `re-search-forward'
15635 and `re-search-backward'.
15636
15637 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
15638 and `org-search-backward-unenclosed' instead of
15639 `re-search-forward' and `re-search-backward'.
15640
15641 * org-list.el (org-list-make-subtree):
15642 Use `org-search-forward-unenclosed' and
15643 `org-search-backward-unenclosed' instead of `re-search-forward'
15644 and `re-search-backward'.
15645
15646 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15647
15648 * org-list.el (org-insert-item-internal): Fixes the problem when
15649 point was before the first char of the item's body.
15650
15651 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15652
15653 * org-timer.el (org-timer-item): Refactoring. Compute timer string
15654 before inserting it in the buffer.
15655
15656 * org-timer.el (org-timer): Add an optional argument to return
15657 timer string instead of inserting it.
15658
15659 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15660
15661 * org-list.el (org-insert-item-internal): New function to handle
15662 positioning and contents of an item being inserted at a specific
15663 pos. It is not possible anymore to split a term in a description
15664 list or a checkbox when inserting a new item.
15665
15666 * org-list.el (org-insert-item): Refactored by using the new
15667 `org-insert-item-internal' function.
15668
15669 * org-timer.el (org-timer-item): Refactored by using the new
15670 `org-insert-item-internal' function.
15671
15672 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15673
15674 * org-list.el (org-list-bottom-point): Be sure to check real
15675 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
15676
15677 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
15678 end of item if we are in a list.
15679
15680 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15681
15682 * org-list.el (org-insert-item): Move before any special block in
15683 a list prior to add a new item.
15684
15685 * org-timer.el (org-timer-item): When in a timer list, insert a
15686 new timer item like `org-insert-item'. If in another list, send an
15687 error. Otherwise, start a new timer list.
15688
15689 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15690
15691 * org-list.el: Minor refactoring.
15692
15693 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15694
15695 * org-timer.el (org-timer-item): Insert description list item at
15696 the right column.
15697
15698 * org-list.el (org-insert-item): Insert the right number of blank
15699 lines before a relative timer.
15700
15701 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15702
15703 * org-list.el (org-insert-item): Remove restriction on latex
15704 blocks.
15705
15706 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15707
15708 * org-list.el (org-search-backward-unenclosed): Do not stop in
15709 protected places.
15710
15711 * org-list.el (org-search-forward-unenclosed): Do not stop in
15712 protected places.
15713
15714 * org-latex.el (org-export-latex-lists): Use the fact that
15715 org-search-forward do not stop anymore at protected places.
15716
15717 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15718
15719 * org-list.el (org-search-backward-unenclosed): Do not prevent
15720 list items from being inside LaTeX blocks.
15721
15722 * org-list.el (org-search-forward-unenclosed): Do not prevent list
15723 items from being inside LaTeX blocks.
15724
15725 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15726
15727 * org-list.el (org-in-item-p): Do not widen before checking if we
15728 are in item.
15729
15730 * org-list.el (org-list-send-list): We cannot count on
15731 `org-list-top-point' and `org-list-bottom-point' before buffer is
15732 narrowed. Find bounds of list otherwise.
15733
15734 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15735
15736 * org-list.el (org-list-end-regexp): By default, list ending is
15737 exactly 2 blank lines.
15738
15739 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15740
15741 * org-docbook.el (org-export-as-docbook): When we find an empty
15742 line, we do not need to check for
15743 `org-empty-line-terminates-plain-lists' because we would have
15744 found end-list marker before.
15745
15746 * org-html.el (org-export-as-html): Same.
15747
15748 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15749
15750 * org-list.el (org-insert-item): Simplify count of blank lines to
15751 insert.
15752
15753 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15754
15755 * org-list.el (org-list-end-regexp): New customizable variable to
15756 define what string should end lists.
15757
15758 * org-list.el (org-list-end-re): Function is now aware of
15759 `org-list-end-regexp'.
15760
15761 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15762
15763 * org-html.el (org-export-as-html): Code cleanup.
15764
15765 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15766
15767 * org-docbook.el (org-export-as-docbook): Properly close any open
15768 list when seeing ORG-LIST-END. Removed any reference to now
15769 unneeded DIDCLOSE variable.
15770
15771 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15772
15773 * org-exp.el (org-export-mark-list-ending): Fix number of blank
15774 lines inserted after a list.
15775
15776 * org-list.el (org-list-parse-list): Fix case when
15777 `org-list-end-re' would have an indentation greater than current
15778 list.
15779
15780 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15781
15782 * org-exp.el (org-export-mark-list-ending): Differentiate between
15783 export backends, and replace `org-list-end-re' by a blank line
15784 upon exporting.
15785
15786 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15787
15788 * org-html.el (org-export-as-html): Delete didclose and everything
15789 related to it, as it is no longer needed.
15790
15791 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15792
15793 * org-html.el (org-export-html-preprocess): Remove unneeded
15794 insertion of list end marker, as it is now handled by
15795 `org-export-mark-list-ending'.
15796
15797 * org-html.el (org-export-as-html): Cleaner termination of lists.
15798
15799 * org-exp.el (org-export-mark-list-ending): New function to insert
15800 specific markers at the end of lists when exporting to a backend
15801 not using `org-list-parse-list'. This function is called early in
15802 `org-export-preprocess-string', while it is still able to
15803 recognize lists.
15804
15805 * org-latex.el (org-export-latex-lists): Better search for
15806 lists. It now only finds items not enclosed and not protected.
15807
15808 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15809
15810 * org-list.el: Replaced `re-search-forward' by
15811 `org-search-forward-unenclosed' where it made sense.
15812
15813 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15814
15815 * org-list.el (org-apply-to-list): Now a return value is handed at
15816 each new call of the function applied.
15817
15818 * org-list.el (org-fix-bullet-type): Use the new
15819 `org-apply-to-list' format.
15820
15821 * org-list.el (org-renumber-ordered-list): Use the new
15822 `org-apply-to-list' format.
15823
15824 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15825
15826 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
15827 correctly used.
15828
15829 * org-list.el (org-search-forward-unenclosed): Better regexp used.
15830
15831 * org-list.el (org-search-backward-unenclosed): Better regexp
15832 used.
15833
15834 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15835
15836 * org-list.el (org-sort-list): End-rec function was ill-defined.
15837
15838 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15839
15840 * org-list.el (org-search-forward-unenclosed): Fix behavior when
15841 last occurrence was enclosed.
15842
15843 * org-list.el (org-search-backward-unenclosed): Fix behavior when
15844 last occurrence was enclosed.
15845
15846 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15847
15848 * org.el (org-in-regexps-block-p): Fix documentation.
15849
15850 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15851
15852 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
15853
15854 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
15855
15856 * org-list.el (org-list-parse-list): Minor fix.
15857
15858 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15859
15860 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
15861 called with t argument.
15862
15863 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15864
15865 * org-html.el (org-export-html-preprocess):
15866 Replace `org-list-end-re' by a blank line during pre-process.
15867
15868 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15869
15870 * org-list.el (org-list-bottom-point): No need for square brackets
15871 for `skip-chars-backward'.
15872
15873 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15874
15875 * org-html.el: Do not delete space between end of list and
15876 beginning of the following.
15877
15878 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15879
15880 * org-html.el: Preprocess buffer string and add ORG-LIST-END where
15881 needed. Lists should not end before seeing this.
15882
15883 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15884
15885 * org-html.el: Notice end of lists.
15886
15887 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15888
15889 * org-list.el (org-list-parse-list): Better handling of
15890 restrictions when function is called on a list with sublists.
15891
15892 * org-list.el (org-list-send-list): Find the true ending of the
15893 list being sent.
15894
15895 * org-list.el (org-list-radio-list-templates): Templates are more
15896 specific to lists.
15897
15898 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15899
15900 * ob-js.el (org-babel-js-eoe): Indicate end of input
15901 (org-babel-execute:js): Support for session evaluation
15902 (org-babel-prep-session:js): Fleshed out definition
15903 (org-babel-js-initiate-session): Can initiate a session using
15904 mozrepl.
15905
15906 2010-11-11 David Maus <dmaus@ictsoc.de>
15907
15908 * org.el (org-set-regexps-and-options): Protect escape char in
15909 `org-complex-heading-regexp-format'.
15910
15911 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15912
15913 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
15914 session-based evaluation
15915 (org-babel-execute:scheme): Now supports session-based evaluation
15916 (org-babel-prep-session:scheme): Now works and defines variables
15917 (org-babel-scheme-initiate-session): Now works using run-scheme
15918 from cmuscheme.
15919
15920 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15921
15922 * org.el (org-export-latex-default-packages-alist): Remove the
15923 t1enc package - this is already covered by fontenc.
15924
15925 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15926
15927 * ob.el (with-parsed-tramp-file-name): Declared
15928 (org-babel-tramp-localname): Ensure variable name exists locally.
15929
15930 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15931
15932 * ob.el (org-babel-temp-file): Don't use babel temporary directory
15933 in remote case; use make-temp-file with remote file name so that
15934 temp file is guaranteed not to exist previously on remote machine.
15935 (org-babel-tramp-localname): New function to return local name
15936 portion of possibly remote file specification.
15937
15938 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15939
15940 * ob-R.el (org-babel-R-write-object-command): New unified R
15941 command for writing results to file
15942 (org-babel-R-wrapper-method): Remove variable
15943 (org-babel-R-wrapper-lastvar): Remove variable
15944 (org-babel-R-evaluate-external-process): Use new R command
15945 (org-babel-R-evaluate-session): Use new R command.
15946
15947 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15948
15949 * ob-comint.el
15950 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
15951 to evaluate code invisibly and block until output file exists.
15952
15953 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
15954 evaluate R code in session for :results value. Write result to
15955 file invisibly using new function
15956 `org-babel-comint-eval-invisibly-and-wait-for-file'.
15957
15958 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15959
15960 * org-capture.el (org-capture-fill-template): Align tags after
15961 insertion.
15962
15963 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15964
15965 * org-exp.el (org-export-concatenate-multiline-emphasis):
15966 Ignore matches that start in a headline.
15967
15968 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15969
15970 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
15971 and out-file in shell-quote-argument.
15972
15973 2010-11-11 David Maus <dmaus@ictsoc.de>
15974
15975 * org-docview.el (org-docview-store-link): Use expanded macro to
15976 get current page.
15977 (doc-view-goto-page, image-mode-window-get): Declare functions for
15978 byte compiler.
15979
15980 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15981
15982 * ob-scheme.el: Very preliminary support for evaluating scheme
15983 code blocks.
15984
15985 * org.el (org-babel-load-languages): Adding scheme.
15986
15987 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15988
15989 * ob.el (require): Remove circular (require 'org).
15990
15991 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15992
15993 * ob-R.el (ess-make-buffer-current): Declared.
15994 (ess-ask-for-ess-directory): Declared.
15995 (ess-local-process-name): Declared.
15996 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
15997
15998 * ob.el (org-edit-src-code): Fixing arguments.
15999 (org-edit-src-exit): Declared.
16000 (org-outline-overlay-data): Declared.
16001 (org-set-outline-overlay-data): Declared.
16002
16003 2010-11-11 Glenn Morris <rgm@gnu.org>
16004
16005 * ob.el: Require org when compiling.
16006 (org-save-outline-visibility): Remove macro declaration.
16007
16008 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
16009 Remove unnecessary/macro declarations.
16010
16011 * org-docview.el: Require doc-view when compiling.
16012 (doc-view-goto-page): Autoload rather than declaring.
16013 (doc-view-current-page): Remove macro declaration.
16014
16015 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
16016 (org-entry-get, org-table-import): Fix declarations.
16017 (org-match-string-no-properties): Remove declaration.
16018
16019 * ob-sh.el (org-babel-comint-in-buffer)
16020 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
16021 (org-babel-comint-with-output): Remove unnecessary declarations.
16022
16023 * ob-R.el (orgtbl-to-tsv): Fix declaration.
16024
16025 * org-list.el (org-entry-get): Fix declaration.
16026
16027 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16028
16029 * ob.el (org-babel-remove-temporary-directory): Remove explicit
16030 second argument.
16031
16032 2010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
16033
16034 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
16035 numbers.
16036
16037 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16038
16039 * org-macs.el (org-save-outline-visibility): Move from org.el.
16040
16041 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16042
16043 * ob-org.el (org-babel-default-header-args:org): Additional
16044 ":results silent" default header argument for org code blocks.
16045
16046 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16047
16048 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
16049 which is now an alias to ":eval no".
16050
16051 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16052
16053 * ob.el (org-babel-remove-temporary-directory): The version of
16054 `delete-directory' found in files.el can not be assumed to be
16055 present on all versions, so this copies the recursive behavior of
16056 that command in such a way that all calls to delete-directory will
16057 also work with the built-in internal C implementation of that
16058 function. This is not overly difficult as all elements of the
16059 directory can be assumed to be files.
16060
16061 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16062
16063 * ob-C.el (org-babel-C-execute): Corrected arguments to
16064 org-babel-temp-file.
16065
16066 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16067
16068 * ob.el (org-babel-temporary-directory): Variable to hold the
16069 value of the Babel temporary directory.
16070
16071 2010-11-11 Aditya Siram <aditya.siram@gmail.com>
16072
16073 * ob.el (org-babel-load-in-session): Expanding noweb references
16074 when appropriate.
16075
16076 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16077
16078 * org.el (org-make-link-regexps): Modified regexp of
16079 org-plain-link-re.
16080
16081 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
16082
16083 * org-habit.el (org-habit-parse-todo): Find sr-days only if
16084 scheduled-repeat is non nil. Use 4th element of the list returned
16085 by (org-heading-components) as habit-entry. Modify the error
16086 message to be more meaningful.
16087
16088 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16089
16090 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
16091 ":border" header arguments which both use the "preview" latex
16092 package to fit the resulting PDF image to the figure.
16093
16094 2010-11-11 David Maus <dmaus@ictsoc.de>
16095
16096 * org-wl.el (org-wl-store-link): Don't try to store link if point
16097 is at end of buffer.
16098
16099 2010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
16100
16101 * org-publish.el (org-publish-project-alist): Document the new
16102 body-only property.
16103 (org-publish-org-to): Use the body-only property.
16104
16105 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
16106
16107 * org.el (org-store-link): Return link when invoked
16108 non-interactively from an agenda buffer.
16109
16110 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
16111
16112 * org.el (org-store-link): Storing of links to headlines in
16113 indirect buffers was broken. Fix it.
16114
16115 2010-11-11 Aidan Kehoe <kehoea@parhasard.net>
16116
16117 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
16118 #'set-file-modes to use integer, not character syntax, avoiding
16119 compile problems with recent XEmacs.
16120
16121 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16122
16123 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
16124 forward even if there is no text to be added.
16125
16126 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16127
16128 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
16129 tags/property matcher.
16130
16131 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16132
16133 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
16134 t.
16135
16136 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16137
16138 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
16139
16140 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16141
16142 * org-latex.el (org-export-latex-set-initial-vars):
16143 Bind `case-fold-search' to t around the search for special LaTeX setup.
16144
16145 * org-beamer.el (org-beamer-after-initial-vars):
16146 Bind `case-fold-search' to t around the search for special BEAMER
16147 setup.
16148
16149 2010-11-11 David Maus <dmaus@ictsoc.de>
16150
16151 * org-agenda.el (org-write-agenda): Delete PostScript file after
16152 creating conversion to PDF.
16153
16154 2010-11-11 David Maus <dmaus@ictsoc.de>
16155
16156 * org-agenda.el (org-write-agenda): Move require statements to
16157 proper place in evaluated lisp expression.
16158
16159 2010-11-11 David Maus <dmaus@ictsoc.de>
16160
16161 * org-agenda.el (org-write-agenda): Rename temporary buffer to
16162 remove dependency of `flet' macro.
16163
16164 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16165
16166 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
16167
16168 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16169
16170 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
16171 from all standard sources when executing #+lob/#+call lines.
16172
16173 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16174
16175 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
16176 separate functions
16177 (org-babel-R-evaluate-external-process): New function to handle
16178 external process evaluation
16179 (org-babel-R-evaluate-session): New function to handle session
16180 evaluation.
16181
16182 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16183
16184 * ob.el (org-babel-initiate-session): New function derived from
16185 previous `org-babel-switch-to-session'
16186 (org-babel-switch-to-session): Refactored to use new
16187 `org-babel-initiate-session'.
16188
16189 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16190
16191 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
16192 to (interactive).
16193
16194 2010-11-11 David Maus <dmaus@ictsoc.de>
16195
16196 * org-feed.el (org-feed-format-entry): Decode entry according to
16197 its character encoding.
16198
16199 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
16200
16201 * org-feed.el (xml-substitute-special): Declare function for byte
16202 compiler.
16203 (org-feed-unescape): Removed.
16204 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
16205 Use `xml-substitute-special' to unescape XML entities.
16206
16207 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16208
16209 * ob.el (org-babel-switch-to-session): Throw error if block if
16210 :session not in effect for the block.
16211
16212 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16213
16214 * org-table.el (org-table-create-with-table.el): Align table
16215 before converting.
16216
16217 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16218
16219 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
16220 that org-src buffer is current before attempting exit.
16221
16222 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16223
16224 * org-src.el (ob-comint): Require 'ob-comint
16225 (org-src-babel-info): Define variable.
16226
16227 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16228
16229 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
16230 in the language major mode edit buffer.
16231 (org-babel-do-key-sequence-in-edit-buffer): New function to call
16232 an arbitrary key sequence in the language major mode edit buffer.
16233
16234 * org-src.el (org-src-switch-to-buffer): Add new allowed value
16235 'switch-invisibly for `org-src-window-setup'.
16236
16237 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16238
16239 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
16240 is used.
16241 (org-src-do-at-code-block): New macro to evaluate lisp with point
16242 at the start of the Org code block containing the code in this
16243 edit buffer.
16244 (org-src-do-key-sequence-at-code-block): New function to execute
16245 command bound to key at the Org code block containing the code in
16246 this edit buffer.
16247
16248 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16249
16250 * ob-R.el (org-babel-R-associate-session): New function to
16251 associate R code edit buffers with ESS comint session.
16252
16253 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16254
16255 * org-src.el (org-edit-src-code): If at src block, store babel
16256 info as buffer local variable.
16257 (org-src-associate-babel-session): New function to associate code
16258 edit buffer with comint session. Does nothing unless a
16259 language-specific function named
16260 `org-babel-LANG-associate-session' exists.
16261 (org-src-babel-configure-edit-buffer): New function to be called
16262 in `org-src-mode-hook'.
16263 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
16264 hook.
16265
16266 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16267
16268 * ob.el (org-babel-switch-to-session-with-code): New function to
16269 generate split frame displaying edit buffer and session.
16270
16271 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16272
16273 * org.el (org-set-tags): Consider org-indent-mode when computing
16274 the tags column.
16275
16276 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16277
16278 * org-compat.el (org-looking-at-p): Only use looking-at-p when
16279 defined.
16280
16281 2010-11-11 David Maus <dmaus@ictsoc.de>
16282
16283 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
16284 lines directly after call to sorting filter function.
16285
16286 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16287
16288 * org.el (org-complex-heading-regexp-format): Document the
16289 variable.
16290 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
16291 to make the regular expression for matching the headline.
16292
16293 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16294
16295 * org.el (org-refile-check-position): New function.
16296 (org-goto):
16297 (org-refile-get-location): Call `org-refile-check-position'.
16298
16299 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16300
16301 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
16302 instead of equal to compare symbols.
16303
16304 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16305
16306 * org-agenda.el (org-agenda-before-sorting-filter-function):
16307 New hook function.
16308 (org-finalize-agenda-entries):
16309 Apply `org-agenda-before-sorting-filter-function'.
16310
16311 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16312
16313 * org-latex.el (org-export-latex-first-lines): Do not protect meta
16314 lines that have nothing to do with babel.
16315
16316 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16317
16318 * org-capture.el (org-capture-place-template): Handle the
16319 checkitem case.
16320 (org-capture-place-item): Provide boundaries for the search to
16321 make sure we do not get a match in a different tree.
16322
16323 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16324
16325 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
16326 argument parser.
16327
16328 2010-11-11 Noorul Islam <noorul@noorul.com>
16329
16330 * org-latex.el (org-latex-to-pdf-process): Add output-directory
16331 option for the command pdflatex.
16332 (org-export-as-pdf): Respect directory in path of
16333 EXPORT_FILE_NAME.
16334
16335 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16336
16337 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
16338 which now means to use MathJax processing for HTML. Also allow
16339 new value `dvipng' to force the old image processing.
16340 (org-infile-export-plist): Parse for MATHJAX setup line.
16341
16342 * org-html.el (org-export-html-mathjax-options): New option.
16343 (org-export-html-mathjax-config): New function.
16344 (org-export-html-mathjax-template): New option.
16345 (org-export-html-preprocess): Call the LaTeX snippet processor
16346 with an additional argument to declare special ways of processing.
16347 (org-export-as-html): Bind the dynamical variable
16348 `org-export-have-math'. Insert the MathJax script template when
16349 it is needed by the document.
16350
16351 * org.el (org-preview-latex-fragment): Call `org-format-latex'
16352 with the additional processing argument.
16353 (org-export-have-math): New variable, for dynamic scoping.
16354 (org-format-latex): Implement specific ways of processing.
16355 New function argument for processing type.
16356 (org-org-menu): Remove the entry to configure LaTeX snippet
16357 processing.
16358
16359 2010-11-11 Bastien Guerry <bzg@gnu.org>
16360
16361 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
16362 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
16363 heading currently clocked in is not listed in the agenda, display
16364 this entry in another buffer. If there is no running clock,
16365 display a help message.
16366
16367 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16368
16369 * org-latex.el (org-export-latex-tables): Return "" instead of nil
16370 when no label is attached.
16371
16372 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16373
16374 * org-agenda.el (org-agenda-menu-show-match): New option.
16375 (org-agenda-menu-two-column): New option.
16376 (org-agenda-get-restriction-and-command): Implement dispatch menu
16377 without showing the matcher, and with two-column display.
16378
16379 2010-11-11 Bernt Hansen <bernt@norang.ca>
16380
16381 * org-indent.el (org-indent-mode): Fix grammar for message when
16382 mode is refused.
16383
16384 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16385
16386 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
16387 no previous result exists.
16388
16389 2010-11-11 Noorul Islam <noorul@noorul.com>
16390
16391 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
16392 warning.
16393
16394 2010-11-11 Noorul Islam <noorul@noorul.com>
16395
16396 * org.el (org-set-visibility-according-to-property): Use backward
16397 search instead of forward, so that top hierarchy gets priority.
16398
16399 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16400
16401 * org-agenda.el (org-timeline): Allow indirect buffer.
16402
16403 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16404
16405 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
16406 (org-export-define-heading-targets-headline-hook): New hooks.
16407
16408 * org.el (org-modules): Add entry for org-wikinodes.el.
16409 (org-font-lock-set-keywords-hook): New hook.
16410 (org-open-at-point-functions): New hook.
16411 (org-find-exact-headling-in-buffer):
16412 (org-find-exact-heading-in-directory): New functions.
16413 (org-mode-flyspell-verify): Better cursor position for checking if
16414 flyspell should ignore a word.
16415
16416 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16417
16418 * org-indent.el (org-indent-remove-properties):
16419 (org-indent-add-properties): Make sure changing these properties
16420 does not trigger modification hooks.
16421
16422 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16423
16424 * org.el (org-link-search-must-match-exact-headline): New option.
16425 (org-link-search-inhibit-query): New variable.
16426 (org-link-search): Search for exact headline match in Org files.
16427
16428 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16429
16430 * ob.el (org-babel-execute-src-block-maybe): Remove check for
16431 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
16432 function `org-babel-execute-safely-maybe'.
16433
16434 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16435
16436 * ob.el (org-babel-load-in-session): Set directory in case :dir
16437 arg is in effect.
16438
16439 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16440
16441 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
16442 errors when we're not under of a headline.
16443
16444 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16445
16446 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
16447 write delimited text instead of save -ascii
16448 (org-babel-octave-import-elisp-from-file): Specify that data
16449 written to file is tab-delimited.
16450
16451 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16452
16453 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
16454 tab-delimited.
16455
16456 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16457
16458 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
16459 specified.
16460
16461 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16462
16463 * ob-python.el (org-babel-python-table-or-string): Fix recognition
16464 of lists and tuples.
16465
16466 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16467
16468 * ob-octave.el (org-babel-octave-evaluate-external-process):
16469 Allow remote files.
16470
16471 2010-11-11 Juan Pechiar <pechiar@computer.org>
16472
16473 * ob-octave.el (org-babel-octave-evaluate-external-process):
16474 Use `org-babel-octave-import-elisp-from-file' instead of
16475 `org-babel-eval-read-file'.
16476 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
16477 and use '%s' as format specifier instead of '%S'.
16478
16479 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16480
16481 * ob-octave.el: Only (require 'matlab) when necessary.
16482 (org-babel-octave-initiate-session): (require) octave-inf or matlab
16483 as appropriate.
16484 (org-babel-execute:matlab): Remove (require).
16485 (org-babel-prep-session:matlab): Remove (require).
16486 (org-babel-matlab-initiate-session): Remove (require).
16487
16488 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16489
16490 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
16491 list.
16492
16493 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16494
16495 * ob-python.el (org-babel-python-table-or-string): Can now handle
16496 VERY long result lines.
16497
16498 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16499
16500 * org-latex.el (org-export-latex-tables): Add label if any.
16501
16502 * org-latex.el (org-export-latex-convert-table.el-table):
16503 Fix little mistake when inserting label.
16504
16505 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16506
16507 * org.el (org-cycle-internal-local): Remove an unnecessary call
16508 to `org-back-to-heading' that was preventing point to stay at its
16509 column when cycling visibility.
16510
16511 2010-11-11 Noorul Islam <noorul@noorul.com>
16512
16513 * org-capture.el (org-capture-finalize): Make messages consistent.
16514
16515 2010-11-11 Noorul Islam <noorul@noorul.com>
16516
16517 * org-gnus.el: Suppress compiler warning by declaring outside
16518 function nnimap-retrieve-headers-from-file.
16519
16520 2010-11-11 Noorul Islam <noorul@noorul.com>
16521
16522 * org-colview.el Use org-beamer-select-environment instead of
16523 org-beamer-set-environment-tag.
16524
16525 2010-11-11 Matt Lundin <mdl@imapmail.org>
16526
16527 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
16528 that the value of org-last-inserted-timestamp includes time range.
16529
16530 2010-11-11 David Maus <dmaus@ictsoc.de>
16531
16532 * org-wl.el (org-wl-store-link-message): Provide link property for
16533 message-id without angle brackets.
16534
16535 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16536
16537 * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
16538
16539 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16540
16541 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
16542 file ensuing that the latest changes on disk are represented.
16543
16544 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16545
16546 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
16547 arguments w/o quotes.
16548
16549 2010-11-11 Bernt Hansen <bernt@norang.ca>
16550
16551 * org-capture.el (org-capture-finalize): Fix clock in of
16552 interrupted task during capture finalize.
16553
16554 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16555
16556 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
16557 session output.
16558
16559 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16560
16561 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
16562 expression for matching main function.
16563
16564 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16565
16566 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
16567 regexp -- it wasn't matching lob lines w/o indices.
16568
16569 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16570
16571 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
16572 warning in org-exp.el.
16573
16574 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16575
16576 * org-publish.el (org-publish-file): Better error message if
16577 base-directory or publishing-directory are not defined.
16578
16579 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16580
16581 * org-colview.el (org-columns-display-here): Use overlays to
16582 overrule line prefix properties during column view.
16583
16584 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16585
16586 * org-agenda.el (org-agenda-filter-preset): Document the
16587 limitation for the filter preset - it can only be used for an
16588 entire agenda view, not in an individual block in a block agenda.
16589
16590 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16591
16592 * ob-table.el (sbe): Now able to accept range references from
16593 tables.
16594
16595 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16596
16597 * ob.el (org-babel-pick-name): If colnames or rownames contain a
16598 list of names, then use those directly.
16599
16600 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16601
16602 * org-exp.el (org-export-format-source-code-or-example):
16603 Escape underscores in code block names on latex listings export.
16604
16605 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16606
16607 * ob-tangle.el (org-babel-with-temp-filebuffer):
16608 Use find-file-noselect to avoid excess buffer movement.
16609
16610 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16611
16612 * org-html.el (org-html-should-inline-p): Only inline images if
16613 they should be.
16614
16615 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16616
16617 * org-id.el (org-id-store-link): Autoload.
16618
16619 * org.el ("org-id"): Autoload `org-id-store-link'.
16620
16621 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16622
16623 * org-html.el (org-html-should-inline-p): Only inline images if
16624 they should be.
16625
16626 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
16627
16628 * org-icalendar.el (org-icalendar-alarm-time): New option.
16629
16630 * org-icalendar.el (org-print-icalendar-entries): Timed events are
16631 exported with alarm events, a.k.a. reminders.
16632
16633 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16634
16635 * org-capture.el (org-capture-target-buffer): Throw an error if we
16636 have no target file.
16637 (org-capture-select-template): Use a default template if the user
16638 has not specified any.
16639
16640 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16641
16642 * org.el (org-modules): Add entry for org-velocity.
16643
16644 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16645
16646 * ob-lob.el (org-babel-lob-execute): Changing indentation to
16647 improve line length.
16648
16649 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16650
16651 * org-exp.el (org-export-handle-table-metalines): Choose a better
16652 position for checking protectedness.
16653
16654 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16655
16656 * org-table.el (org-table-convert-region): Don't continue csv
16657 importation which the point catches the end, this fixes an
16658 infinite loop which was caused by the (point) never catching up
16659 with the "end" marker.
16660
16661 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16662
16663 * org-macs.el (org-string-nw-p): New function.
16664
16665 * org-capture.el (org-capture-import-remember-templates):
16666 Interpret an empty string as request to use
16667 `org-default-notes-file'.
16668 (org-capture-target-buffer): If the FILE is not a (non-empty)
16669 string, use `org-default-notes-file'.
16670
16671 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16672
16673 * org-capture.el (org-capture-templates): Fix customize type.
16674
16675 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
16676
16677 * org.el (org-refile-targets):
16678 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
16679
16680 2010-08-19 Glenn Morris <rgm@gnu.org>
16681
16682 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
16683 (org-save-outline-visibility): Move to org-macs.
16684 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
16685 (org-save-outline-visibility): Move here from org.el.
16686 (show-all): Autoload it.
16687 * ob.el: Don't require org when compiling.
16688
16689 2010-08-18 Glenn Morris <rgm@gnu.org>
16690
16691 * ob.el: Require org when compiling.
16692 (org-save-outline-visibility): Remove macro declaration.
16693 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
16694 Remove unnecessary/macro declarations.
16695 * org-docview.el: Require doc-view when compiling.
16696 (doc-view-goto-page): Autoload rather than declaring.
16697 (doc-view-current-page): Remove macro declaration.
16698
16699 2010-08-17 Glenn Morris <rgm@gnu.org>
16700
16701 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
16702 (org-entry-get, org-table-import): Fix declarations.
16703 (org-match-string-no-properties): Remove unnecessary declaration.
16704 * ob-sh.el (org-babel-comint-in-buffer)
16705 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
16706 (org-babel-comint-with-output): Remove unnecessary declarations.
16707 * ob-R.el (orgtbl-to-tsv): Fix declaration.
16708 * org-list.el (org-entry-get): Fix declaration.
16709
16710 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16711
16712 * ob-C.el: New file.
16713 * ob-R.el: New file.
16714 * ob-asymptote.el: New file.
16715 * ob-clojure.el: New file.
16716 * ob-comint.el: New file.
16717 * ob-css.el: New file.
16718 * ob-ditaa.el: New file.
16719 * ob-dot.el: New file.
16720 * ob-emacs-lisp.el: New file.
16721 * ob-eval.el: New file.
16722 * ob-exp.el: New file.
16723 * ob-gnuplot.el: New file.
16724 * ob-haskell.el: New file.
16725 * ob-keys.el: New file.
16726 * ob-latex.el: New file.
16727 * ob-lob.el: New file.
16728 * ob-matlab.el: New file.
16729 * ob-mscgen.el: New file.
16730 * ob-ocaml.el: New file.
16731 * ob-octave.el: New file.
16732 * ob-perl.el: New file.
16733 * ob-python.el: New file.
16734 * ob-ref.el: New file.
16735 * ob-ruby.el: New file.
16736 * ob-sass.el: New file.
16737 * ob-screen.el: New file.
16738 * ob-sh.el: New file.
16739 * ob-sql.el: New file.
16740 * ob-sqlite.el: New file.
16741 * ob-table.el: New file.
16742 * ob-tangle.el: New file.
16743 * ob.el: New file.
16744
16745 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16746
16747 * org-mks.el: New file.
16748 * org-capture.el: New file.
16749
16750 2010-07-19 Christian Egli <christian.egli@sbszh.ch>
16751
16752 * org-taskjuggler.el: New file.
16753
16754 2010-07-19 Matt Lundin <mdl@imapmail.org>
16755
16756 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
16757 in org-agenda-text-search-extra-files.
16758
16759 2010-07-19 David Maus <dmaus@ictsoc.de>
16760
16761 * org-list.el (org-list-send-list): Locally bind variable `txt'.
16762
16763 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16764
16765 * org.el (org-reload): Now also reloading babel files.
16766
16767 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16768
16769 * org-capture.el (org-capture-set-plist): Make sure txt is a string
16770 before calling `string-match'.
16771 (org-capture-templates): Fix customization type.
16772
16773 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16774
16775 * org-latex.el (org-export-latex-preprocess): Make a special case
16776 for \nbsp.
16777 (org-latex-entities): Remove the entry for \nbsp.
16778 (org-latex-entities-exceptions): Variable removed.
16779
16780 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16781
16782 * org-capture.el (org-capture-refile): Do not try to manipulate
16783 bookmark list.
16784
16785 * org.el (org-refile): Use the correct bookmark here.
16786
16787 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16788
16789 * org-list.el (org-list-send-list): Parse list from its true beginning.
16790
16791 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
16792
16793 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16794
16795 * org.el (org-insert-link): Correctly determine if we should use
16796 a relative path.
16797
16798 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
16799
16800 * org-list.el (org-list-radio-list-templates): Fix templates.
16801
16802 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
16803
16804 * org-list.el (org-list-send-list): Regexp defining the start of
16805 a radio list is now on par with the one used for radio tables.
16806
16807 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16808
16809 * org-entities.el (org-entities-help): Add a headline for
16810 the user-defined entities.
16811
16812 2010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
16813
16814 * org-agenda.el (org-agenda-action): Document capture key and add it
16815 to the prompt.
16816
16817 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16818
16819 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
16820
16821 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16822
16823 * org-latex.el (org-export-latex-first-lines): Do not mark
16824 meta lines for removal. Do not remove BABEL config lines during export.
16825
16826 2010-07-19 David Maus <dmaus@ictsoc.de>
16827
16828 * org-capture.el (org-capture): Check if
16829 `org-capture-link-is-already-stored' is bound before evaluating.
16830
16831 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16832
16833 * org.el: Add autoload for org-babel-do-load-languages.
16834
16835 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16836
16837 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
16838
16839 2010-07-19 David Maus <dmaus@ictsoc.de>
16840
16841 * org-feed.el: Change indentation to match coding style
16842 guideline.
16843
16844 2010-07-19 David Maus <dmaus@ictsoc.de>
16845
16846 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
16847 library if necessary.
16848
16849 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16850
16851 * org-beamer.el (org-beamer-amend-header): Standardize the
16852 header cookie for the beamer extra stuff.
16853
16854 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16855
16856 * org-beamer.el (org-beamer-amend-header): Put extra header
16857 last in header.
16858
16859 2010-07-19 David Maus <dmaus@ictsoc.de>
16860
16861 * org-exp-blocks.el (org-export-blocks-format-ditaa)
16862 (org-export-blocks-format-dot): Remove text properties of body before
16863 calculating cache hash.
16864
16865 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16866
16867 * org-latex.el (org-export-latex-tabular-environment): New option.
16868 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
16869
16870 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16871
16872 * org-compat.el (org-version-check): New function.
16873
16874 * org-indent.el (org-indent-mode): Check for exact emacs version.
16875
16876 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16877
16878 * org-capture.el (org-capture-templates): Allow the template
16879 to come from a file or function call.
16880 (org-capture-place-entry): Get the template from file or function.
16881
16882 2010-07-19 David Maus <dmaus@ictsoc.de>
16883
16884 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
16885 position if target is entire file.
16886
16887 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16888
16889 * org.el (org-autoload): Autoload a few more org-table functions.
16890
16891 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16892
16893 * org.el (org-babel-load-languages): Add ob-mscgen.
16894
16895 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16896
16897 * org-latex.el (org-export-latex-tables): Format string now
16898 matches options.
16899
16900 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16901
16902 * org.el (org-babel-load-languages): This variable controls which
16903 languages will be loaded by org-babel. It is customizable through
16904 the customize interface.
16905
16906 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16907
16908 * org-latex.el (org-export-latex-format-image): Update number of
16909 arguments to allow for an optional short-name.
16910
16911 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16912
16913 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
16914
16915 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16916
16917 * org-capture.el (org-capture-set-target-location):
16918 Store exact positions for file+regexp and file+function targets.
16919 (org-capture-place-entry, org-capture-place-item)
16920 (org-capture-place-table-line, org-capture-place-plain-text):
16921 Respect exact positions.
16922 (org-capture-finalize): Make sure we are at the beginning of a line
16923 when fixing the empty lines after the entry.
16924
16925 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16926
16927 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
16928 (org-entry-get): Pass `literal-nil' into
16929 `org-entry-get-with-inheritance'.
16930 (org-todo): React to nil values of the LOGGING property.
16931
16932 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16933
16934 * org.el (org-default-notes-file): Update docstring.
16935
16936 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16937
16938 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
16939
16940 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16941
16942 * org-exp.el (org-export-attach-captions-and-attributes):
16943 Add a shortname attribute to caption strings under the symbol name
16944 org-caption-shortn.
16945
16946 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16947
16948 * org.el (org-switchb): Rename from `org-iswitchb'.
16949 Improve docstring.
16950 (org-iswitchb): New alias.
16951 (org-ido-switchb): Make alias point to `org-switchb'.
16952
16953 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16954
16955 * org-capture.el (org-capture-fill-template):
16956 Respect time-of-day preference in template prompt.
16957
16958 2010-07-19 David Maus <dmaus@ictsoc.de>
16959
16960 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
16961
16962 2010-07-19 David Maus <dmaus@ictsoc.de>
16963
16964 * org-wl.el (org-wl-disable-folder-check): New customization
16965 variable.
16966 (org-wl-open): Disable folder check depending on
16967 `org-wl-disable-folder-check'.
16968
16969 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16970
16971 * org-capture.el (org-capture-set-target-location):
16972 Fix file+function interpretation.
16973
16974 2010-07-19 David Maus <dmaus@ictsoc.de>
16975
16976 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
16977 content.
16978
16979 2010-07-19 David Maus <dmaus@ictsoc.de>
16980
16981 * org-feed.el (xml-entity-alist): Declare variable
16982 `xml-entity-alist' for byte compiler.
16983
16984 2010-07-19 David Maus <dmaus@ictsoc.de>
16985
16986 * org-feed.el (org-feed-unescape): New function.
16987 Unescape protected entities.
16988 (org-feed-parse-atom-entry): Use function for atom:content
16989 type text and html.
16990
16991 2010-07-19 David Maus <dmaus@ictsoc.de>
16992
16993 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
16994 element names.
16995
16996 2010-07-19 Bernt Hansen <bernt@norang.ca>
16997
16998 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
16999 when displaying items on todays agenda date.
17000
17001 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17002
17003 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
17004 value of EXTRA.
17005
17006 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17007
17008 * org-publish.el (org-publish-initialize-cache):
17009 Make timestamp directory, the entire path to it.
17010
17011 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17012
17013 * org-exp.el (org-export-handle-comments): Make sure to check
17014 for protection in the comment line, and not in the line after it.
17015
17016 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17017
17018 * org-html.el (org-export-html-preprocess): Call org-format-latex,
17019 possibly with a protect-only argument.
17020
17021 * org.el (org-format-latex): New argument PROTECT-ONLY.
17022
17023 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17024
17025 * org-exp.el (org-export-handle-table-metalines): This function
17026 removes table specific meta-lines, now that we aren't wiping
17027 everything that looks remotely like a comment at the end of the
17028 export process we have to be sure to catch all of the specific lines
17029 in org-exp.el.
17030
17031 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
17032
17033 * org-exp.el (org-export-select-backend-specific-text): Properly
17034 get rid of #+Backend and #+ATTR_Backend specifics to backends not
17035 matching the one we're exporting to.
17036
17037 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17038
17039 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
17040 option which will strip newline characters from the text of table
17041 cells and replace then with "\n".
17042
17043 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17044
17045 * org.el (org-confirm-shell-link-function)
17046 (org-confirm-elisp-link-function): Limit the values that can be set by
17047 file variables.
17048
17049 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17050
17051 * org.el (org-compute-latex-and-specials-regexp): Deal with
17052 string elements by discarding them.
17053
17054 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17055
17056 * org.el (org-iswitchb): Make sure to use at least iswitchb.
17057
17058 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17059
17060 * org-capture.el (org-capture-position-for-last-stored)
17061 (org-capture-bookmark-last-stored-position): New functions.
17062 (org-capture-place-table-line): Better error catching.
17063 (org-capture-place-item, org-capture-place-entry)
17064 (org-capture-place-plain-text):
17065 Call `org-capture-position-for-last-stored'.
17066 (org-capture-finalize): Just call
17067 `org-capture-bookmark-last-stored-position'.
17068
17069 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17070
17071 * org-exp.el (org-export-mark-blockquote-verse-center):
17072 Fix small bug, now grabbing match data before overwritten by looking-at
17073 this fixes a problem with remainders of #+end_quote lines appearing
17074 in exported output.
17075
17076 2010-07-19 David Maus <dmaus@ictsoc.de>
17077
17078 * org.el (org-link-frame-setup): Add customization option for
17079 Wanderlust.
17080
17081 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17082
17083 * org-latex.el (org-export-latex-fixed-width): Now check
17084 org-example rather than org-protected on verbatim export, because by
17085 default all ": " prefixed lines are marked protected.
17086
17087 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17088
17089 * org-latex.el (org-export-latex-fixed-width): Check for
17090 protection before wrapping ": " lines as verbatim.
17091
17092 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17093
17094 * org-exp.el (org-export-handle-comments): Check for protection
17095 before removing comments.
17096
17097 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17098
17099 * org-entities.el (org-entities): Restructure the list.
17100 (org-entities-help): Turn the help output into a buffer
17101 in Org-mode, so that it becomes easier to find a symbol
17102 in the structure.
17103 (org-entities-create-table): Deal with new structure.
17104
17105 2010-07-19 David Maus <dmaus@ictsoc.de>
17106
17107 * org-agenda.el (org-write-agenda): Use backquotes to expand
17108 `flet' at compile time.
17109
17110 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17111
17112 * org.el (org-entry-properties): Make sure that standard property
17113 names are used even if the user has customized time keywords.
17114
17115 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17116
17117 * org-macs.el (org-not-nil): Return the value if not interpreted
17118 as nil.
17119
17120 * org.el (org-entry-get)
17121 (org-entry-get-with-inheritance): Interpret the value "nil"
17122 as nil for properties.
17123
17124 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17125
17126 * org.el (org-switch-to-buffer-other-window): Return the buffer.
17127
17128 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17129
17130 * org-macs.el (org-not-nil): New function.
17131
17132 * org.el (org-block-todo-from-children-or-siblings-or-parent):
17133 Use `org-not-nil' to interpret a property value of nil.
17134
17135 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17136
17137 * org.el (org-truely-invisible-p): New function.
17138 (org-beginning-of-line): Use `org-truely-invisible-p'.
17139
17140 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17141
17142 * org-agenda.el (org-agenda-get-timestamps): No errors
17143 while getting TODO state.
17144 (org-agenda-highlight-todo): No error when no keyword has
17145 been matched.
17146
17147 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17148
17149 * org.el (org-timestamp-change): New optional argument UPDOWN.
17150 Use this to identify calls from org-timestamp-up/down, so that we can
17151 skip by rounding minutes in this case.
17152 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
17153 (org-timestamp-down-day): Call org-timestamp-change with the
17154 updown argument.
17155
17156 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17157
17158 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
17159
17160 * org-capture.el: New file.
17161
17162 * org-compat.el (org-get-x-clipboard): Function moved here from
17163 remember.el.
17164
17165 * org-mks.el: New file.
17166
17167 * org.el (org-set-regexps-and-options): Allow statistic cookies as
17168 part of complex headlines.
17169 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
17170 OLP does not contain a file name.
17171
17172 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17173
17174 * org.el (org-mode): Set `comment-start' instead of changing the
17175 syntax of the `#' character.
17176
17177 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17178
17179 * org-exp.el (org-export-format-source-code-or-example): Mark examples
17180 by a property.
17181
17182 * org-html.el (org-export-html-close-lists-maybe): Check if raw
17183 HTML stuff was actually made from an example.
17184
17185 2010-07-19 Bastien Guerry <bzg@gnu.org>
17186
17187 * org-latex.el: Items are no longer skipped when their first line
17188 ends on a protected element.
17189
17190 * org-list.el: Protected environments looking like lists are not
17191 exported anymore.
17192
17193 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17194
17195 * org-exp-blocks.el (org-export-blocks-preprocess):
17196 Cleanup trailing newline after block.
17197
17198 2010-07-19 Bastien Guerry <bzg@gnu.org>
17199
17200 * org-exp.el: Comment regexp now matches documentation. No more
17201 protection check when deleting comments before export.
17202
17203 2010-07-19 Bastien Guerry <bzg@gnu.org>
17204
17205 * org-exp.el (org-export-preprocess-string):
17206 Now using `org-export-handle-include-files-recurse' to resolve
17207 included files.
17208
17209 2010-07-19 Bastien Guerry <bzg@gnu.org>
17210
17211 * org-agenda.el (org-agenda-get-deadlines)
17212 (org-agenda-get-scheduled):
17213 * org.el (org-time-string-to-seconds):
17214 For deadline and scheduled agenda display ignore the cyclic repeater
17215 when calculating how many days late the task is. If you have a weekly
17216 task and miss the date the agenda view will show more than a week late
17217 now instead of resetting on the cyclic repeating date. This makes it
17218 much more obvious when you missed a repeating task after the repeater.
17219
17220 2010-07-19 Bastien Guerry <bzg@gnu.org>
17221
17222 * org-exp.el (org-export-mark-blockquote-verse-center):
17223 Consider environments that end at eob.
17224
17225 2010-07-19 Mikael Fornius <mfo@abc.se>
17226
17227 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
17228 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
17229 display correctly.
17230
17231 2010-07-19 Mikael Fornius <mfo@abc.se>
17232
17233 * org.el (org-at-property-p): Use save-match-data macro instead of let.
17234
17235 2010-07-19 Mikael Fornius <mfo@abc.se>
17236
17237 * org.el (test): Remove unused test function.
17238
17239 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17240
17241 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
17242
17243 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17244
17245 * org-exp-blocks.el (org-export-blocks-postblock-hook):
17246 Add documentation to and turn into a defcustom.
17247
17248 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17249
17250 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
17251 instead of to nil we avoid errors when :prefix1 is defined, but
17252 prefix is not.
17253
17254 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
17255
17256 * org-latex.el (org-export-latex-preprocess): Environments coming
17257 from latex backend specific instructions (#+LaTeX) are already
17258 protected and won't be treated as normal environments.
17259
17260 2010-07-19 Bastien Guerry <bzg@gnu.org>
17261
17262 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
17263
17264 2010-07-19 Bastien Guerry <bzg@gnu.org>
17265
17266 * org-timer.el (org-timer-set-timer): Use a prefix argument.
17267 See the docstring of the function.
17268
17269 2010-07-19 Bastien Guerry <bzg@gnu.org>
17270
17271 * org-timer.el (org-timer-set-timer): Fix bug about canceling
17272 timers.
17273
17274 2010-07-19 David Maus <dmaus@ictsoc.de>
17275
17276 * org-w3m.el (org-w3m-copy-for-org-mode)
17277 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
17278 Get text property directly, not using macro `w3m-anchor'.
17279
17280 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17281
17282 * org.el (org-emph-re): Document the match groups.
17283
17284 2010-07-19 Bernt Hansen <bernt@norang.ca>
17285
17286 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
17287 t before calling `org-clock-out', so that that function can
17288 know its call context.
17289
17290 2010-07-19 Bastien Guerry <bzg@gnu.org>
17291
17292 * org-timer.el (org-timer-default-timer): New variable.
17293 (org-timer-set-timer): Use the new variable. Also offer the
17294 possibility to replace the current timer by a new one.
17295
17296 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17297
17298 * org.el (org-kill-note-or-show-branches): Hide subtree before
17299 exposing the headings.
17300
17301 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17302
17303 * org.el (org-add-planning-info): Remove the empty line also
17304 if there is no whitespace at all in there.
17305
17306 * org-table.el (org-table-align): Fix alignment of strings
17307 with invisible characters.
17308
17309 2010-07-19 David Maus <dmaus@ictsoc.de>
17310
17311 * org.el (org-refile-cache-get): Return empty list of targets
17312 when cache was cleared.
17313 (org-clone-subtree-with-time-shift): Maybe create ID property
17314 in cloned subtrees.
17315 (org-clone-delete-id): New customization variable.
17316 (org-clone-subtree-with-time-shift): Use customization
17317 variable `org-clone-delete-id'.
17318 (org-clone-subtree-with-time-shift): Remove empty property
17319 drawer in cloned subtrees.
17320
17321 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17322
17323 * org.el (org-refile-use-cache): New option.
17324 (org-refile-cache, org-refile-markers): New variable.
17325 (org-refile-marker, org-refile-cache-clear)
17326 (org-refile-cache-check-set, org-refile-cache-put)
17327 (org-refile-cache-get): New function.
17328 (org-get-refile-targets): Use the refile cache.
17329
17330 * org-clock.el (org-clock-sum): Don't include running clock if
17331 the time block is wrong.
17332
17333 2010-07-19 John Wiegley <jwiegley@gmail.com>
17334
17335 * org-clock.el (org-clock-clock-in, org-clock-in):
17336 Add parameter `start-time'.
17337 (org-clock-resolve-clock): Add parameter `clock-out-time'.
17338 If set, and resolve-to is a past time, then the clock out
17339 event occurs at `clock-out-time' rather than at `resolve-to'.
17340 In this case, `resolve-to' becomes the clock in time.
17341 (org-clock-jump-to-current-clock): Create new global command
17342 to reveal the current clock.
17343 (org-clock-resolve): Add new commands g/G and j/J, and a
17344 help window describing all commands and their meaning.
17345 (org-clock-resolve-expert): New customization variable.
17346 (org-find-open-clocks): Fix a bug that caused discovered
17347 clocks not to match up with the currently active clock.
17348 (org-resolve-clocks): Change the argument
17349 `also-non-dangling-p' to `only-dangling-p', since due to a bug
17350 this was the default behavior all along.
17351
17352 2010-07-19 David Maus <dmaus@ictsoc.de>
17353
17354 * org-id.el (org-id-uuid): New function. Return string with
17355 random (version 4) UUID.
17356 (org-id-method): Make 'uuid the new default value.
17357 (org-id-new): Use `org-id-uuid' if call to uuidgen program
17358 does not return a UUID.
17359
17360 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17361
17362 * org-latex.el (org-export-latex-format-image): Add support
17363 for multicolumn figures in LaTeX.
17364
17365 2010-07-19 David Maus <dmaus@ictsoc.de>
17366
17367 * org.el (org-clone-subtree-with-time-shift): Remove ID
17368 property of original subtree in cloned subtrees.
17369
17370 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17371
17372 * org-exp.el (org-export-format-source-code-or-example):
17373 XEmacs compatibility.
17374
17375 * org-latex.el (org-export-latex-tables): Accept comma in
17376 align string.
17377
17378 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
17379 (org-export-docbook-xslt-proc-command): Fix docstring.
17380 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
17381 (org-export-as-docbook-pdf):
17382 Improve formatting of the xslt command.
17383
17384 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
17385
17386 * org.el (org-file-contents): Improve error message.
17387 (org-set-regexps-and-options): Remove spaces at both ends.
17388
17389 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17390
17391 * org-docbook.el (org-export-as-docbook-pdf):
17392 Improve formatting of the xslt command.
17393
17394 2010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
17395
17396 * org-publish.el (org-publish-cache): Use one big hashmap for
17397 each project defined in `org-publish-project-alist'.
17398 (initialize-files-alist): Function removed.
17399 (org-publish-validate-link): Function removed.
17400 (org-publish-get-base-files): Add variable `sitemap-requested'
17401 to avoid sorting where possible.
17402 (org-publish-get-files): Function removed.
17403 (org-publish-get-project-from-filename): Make independent of
17404 file list.
17405 (org-publish-file): New argument NO-CACHE.
17406
17407 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17408
17409 * org.el (org-beginning-of-defun, org-end-of-defun):
17410 New functions.
17411 (org-mode): Install the `org-beginning-of-defun' and
17412 `org-end-of-defun' functions.
17413 (org-pretty-entities): New option.
17414 (org-toggle-pretty-entities): New command.
17415 (org-fontify-entities): New function.
17416 (org-startup-options): New keywords for pretty entities.
17417 (org-set-font-lock-defaults): Call the pretty entities
17418 function.
17419
17420 * org-latex.el (org-export-latex-keywords-maybe): Protect the
17421 TODO markup.
17422
17423 2010-07-19 Mikael Fornius <mfo@abc.se>
17424
17425 * org-habit.el (org-habit-build-graph): Help-echo date when
17426 mouse is over stars.
17427
17428 2010-07-19 Jan Böker <jan.boecker@jboecker.de>
17429
17430 * org.el (org-file-apps): Improve docstring to reflect
17431 grouping matches.
17432
17433 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17434
17435 * org.el (org-set-startup-visibility): Fix empty line display.
17436
17437 * org-latex.el (org-export-latex-links): Use the formatting
17438 function of the link type, if it is available.
17439
17440 * org-table.el (org-table-get-remote-range): Return to
17441 original buffer when retrieving remote reference.
17442
17443 * org.el (org-display-inline-images): Do the entire buffer,
17444 not just the narrowed region. Clear the cache.
17445 (org-display-inline-images): Match mode file paths.
17446
17447 2010-07-19 David Maus <dmaus@ictsoc.de>
17448
17449 * org-wl.el (org-wl-store-link-folder): Don't throw error when
17450 called on WL folder group.
17451
17452 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17453
17454 * org.el (org-replace-escapes): Make sure the cdr is not nil.
17455 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
17456 (org-mode): Revert comment syntax changes.
17457
17458 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17459
17460 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
17461 keywords, and `C-c / T' for a specific one.
17462
17463 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17464
17465 * org.el (org-mode): Fix comment syntax settings.
17466
17467 * org-src.el (org-edit-src-allow-write-back-p):
17468 Define variable.
17469
17470 * org.el (org-inline-image-overlays): New variable.
17471 (org-toggle-inline-images, org-display-inline-images)
17472 (org-remove-inline-images): New commands.
17473 (org-mode-map): Define a key for `org-toggle-inline-images'.
17474
17475 2010-07-19 David Maus <dmaus@ictsoc.de>
17476
17477 * org-wl.el (org-wl-message-field): New function.
17478 Return content of header field in message entity.
17479 (org-wl-store-link): Call `org-wl-store-link-folder' or
17480 `org-wl-store-link-message' depending on major-mode.
17481 (org-wl-store-link-folder): New function. Store link to
17482 Wanderlust folder.
17483 (org-wl-store-link-message): New function. Store link to
17484 Wanderlust message.
17485 (org-wl-store-link-message): Store link to message while
17486 visiting message.
17487 (org-wl-open): Don't try to jump to message when opening a
17488 folder link.
17489
17490 2010-07-19 David Maus <dmaus@ictsoc.de>
17491
17492 * org.el (org-replace-escapes): Avoid infinite loop when
17493 replace string contains escape sequence it replaces.
17494
17495 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17496
17497 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
17498 encryption when now key is set.
17499
17500 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17501
17502 * org-table.el (org-table-recalculate-buffer-tables)
17503 (org-table-iterate-buffer-tables): New commands.
17504
17505 * org.el (org-check-for-hidden): When there is a region, skip
17506 the check.
17507
17508 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
17509
17510 * org-src.el (org-edit-src-code): allow-write-back-p had
17511 erroneously been omitted from let binding.
17512
17513 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17514
17515 * org-agenda.el (org-sorting-choice): New sorting type alpha.
17516 (org-cmp-alpha): New defsubst.
17517 (org-em): New defsubst.
17518 (org-entries-lessp): Only compute needed comparisons.
17519
17520 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17521
17522 * org-html.el (org-format-org-table-html): Test all columns
17523 for number content.
17524
17525 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17526
17527 * org-latex.el (org-export-latex-treat-sub-super-char):
17528 Make sure parenthesis matching is consistent.
17529
17530 * org-table.el (org-table-colgroup-line-p)
17531 (org-table-cookie-line-p): New functions.
17532
17533 * org-exp.el (org-table-clean-before-export): Better tests for
17534 colgroup and cookie lines.
17535
17536 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17537
17538 * org-agenda.el (org-agenda-goto): Push a mark before changing
17539 the position.
17540
17541 * org-footnote.el (org-footnote): New group.
17542 (org-footnote-section)
17543 (org-footnote-tag-for-non-org-mode-files): Fix typos.
17544
17545 * org-list.el (org-end-of-item-text-before-children): Also do
17546 the right thing at the end of a file.
17547
17548 * org.el (org-set-packages-alist, org-get-packages-alist):
17549 New function.
17550 (org-export-latex-default-packages-alist)
17551 (org-export-latex-packages-alist): Add extra flag to
17552 each package, indicating if it should be used for snippets.
17553 (org-create-formula-image): Add the snippet argument.
17554 (org-splice-latex-header): New argument SNIPPET-P, pass it
17555 through to `org-latex-packages-to-string'.
17556 (org-latex-packages-to-string): New argument SNIPPET-P.
17557
17558 * org-latex.el (org-export-latex-make-header): Add the snippet
17559 argument.
17560
17561 * org-docbook.el (org-export-as-docbook): Implement ordered
17562 lists starting at some offset.
17563
17564 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17565
17566 * org.el (org-link-types, org-open-at-point): Add doi links.
17567
17568 * org-ascii.el (org-export-ascii-preprocess): Remove list
17569 startcounter cookies.
17570
17571 * org-list.el (org-renumber-ordered-list): Respect counter
17572 start values.
17573
17574 * org-latex.el (org-export-latex-lists): Accept ordered list
17575 item offset cookie.
17576
17577 * org-html.el (org-export-as-html): Accept ordered list
17578 item offset cookie.
17579
17580 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
17581 which messes up alignment of tags.
17582
17583 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17584
17585 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
17586 the modeline display is removed.
17587
17588 * org-exp.el (org-export-format-drawer-function):
17589 Fix docstring.
17590
17591 * org-agenda.el (org-agenda-refile): New optional argument
17592 NO-UPDATE.
17593 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
17594 is set.
17595 (org-agenda-bulk-action): Call the refile command with updates
17596 suppressed - but arrange for `org-agenda-redo' to be called at
17597 the end.
17598
17599 * org.el (org-mode): Make table mapping quiet.
17600 (org-table-map-tables): New optional argument QUIETLY.
17601
17602 * org-ascii.el (org-export-ascii-preprocess): Make table
17603 mapping quiet.
17604
17605 * org-html.el (org-export-as-html, org-html-level-start):
17606 Change XHTML IDs to not use dots.
17607
17608 * org-exp.el (org-export-define-heading-targets):
17609 Change XHTML IDs to not use dots.
17610
17611 * org-docbook.el (org-export-docbook-level-start):
17612 Change XHTML IDs to not use dots.
17613
17614 * org-latex.el (org-export-as-latex): Make sure that the
17615 result buffer is in latex-mode.
17616
17617 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
17618 (org-shiftleft-final-hook, org-shiftright-final-hook):
17619 New hooks.
17620
17621 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17622
17623 * org-table.el (org-table-justify-field-maybe): Make sure that
17624 inserting a value does not turn a line into a hline.
17625
17626 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17627
17628 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
17629 (org-clock-sum): Add property to selected headlines.
17630 (org-dblock-write:clocktable): Make tags matcher.
17631
17632 * org.el (org-set-autofill-regexps): XEmacs compatibility.
17633
17634 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
17635 in latex class definitions.
17636
17637 * org.el (org-shiftup-hook, org-shiftdown-hook)
17638 (org-shiftleft-hook, org-shiftright-hook): New hooks.
17639
17640 * org-entities.el (org-entities): Use \land and \lor for logical
17641 operators.
17642
17643 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
17644 indentation commands.
17645 (org-hidden-tree-error): New defsubst.
17646 (org-metaleft, org-metaright): Check for hidden stuff and throw an
17647 error.
17648 (org-check-for-hidden): New function.
17649
17650 * org-list.el (org-item-re): New function.
17651 (org-at-item-p): Use `org-item-re'.
17652 (org-end-of-item-text-before-children): New function.
17653 (org-outdent-item, org-indent-item): Arrange for leaving the
17654 subtree alone.
17655 (org-outdent-item-tree, org-indent-item-tree): New argument
17656 NO-SUBTREE.
17657 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
17658 to find the end for processing while ignoring the subtree.
17659
17660 * org-publish.el (org-publish-sitemap-sort-alphabetically)
17661 (org-publish-sitemap-sort-folders)
17662 (org-publish-sitemap-sort-ignore-case): New options.
17663
17664 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17665
17666 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
17667
17668 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
17669
17670 * org-publish.el (org-publish-project-alist): Update docstring.
17671 (org-publish-file-title-cache): New variable.
17672 (org-publish-initialize-files-alist):
17673 Initialize `org-publish-initialize-files-alist' to nil.
17674 (org-publish-sort-directory-files): New function.
17675 (org-publish-projects): Access the new properties.
17676 (org-publish-find-title): Use the file title cache.
17677 (org-publish-find-title): Build the file title cache.
17678 (org-publish-get-base-files-1): Sort files.
17679 (org-publish-aux-preprocess): Do not throw an error when before
17680 the first headline. Allow an empty target, meaning to link just
17681 to the file.
17682 (org-publish-index-generate-theindex.inc): Check if there is
17683 actually a target and only then add it to the link.
17684 (org-publish-projects): Fix a remaining issue with the last commit.
17685
17686 * org-html.el (org-export-as-html): Treat verse as open/close
17687 paragraph.
17688 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
17689 and out of lists.
17690
17691 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
17692
17693 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
17694 be used in a read-only mode.
17695 (org-edit-src-code): Different message in read-only mode.
17696
17697 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17698
17699 * org-src.el (org-edit-src-find-region-and-lang): Test for
17700 table.el as late as possible.
17701
17702 * org-colview.el: Make sure this file is never loaded into XEmacs.
17703
17704 * org-agenda.el (org-highlight, org-unhighlight): Use direct
17705 overlay calls.
17706
17707 * org.el (org-key): Apply the translations defined in
17708 `org-xemacs-key-equivalents'.
17709
17710 * org-mouse.el (org-mode-hook): Use `org-defkey'.
17711
17712 * org-compat.el (org-xemacs-key-equivalents): New constant.
17713
17714 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17715
17716 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
17717 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
17718 Obey `org-odd-levels-only'.
17719
17720 * org-compat.el (org-find-overlays): Use overlays-in/at.
17721
17722 * org.el (org-remove-empty-overlays-at)
17723 (org-outline-overlay-data, org-hide-block-toggle)
17724 (org-format-latex, org-context): Use overlays-in/at.
17725
17726 * org-src.el (org-edit-src-exit): Use overlays-in/at.
17727
17728 * org-agenda.el (org-agenda-mark-clocking-task)
17729 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
17730 (org-agenda-entry-text-hide)
17731 (org-agenda-fix-tags-filter-overlays-at)
17732 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
17733
17734 * org-compat.el (org-overlays-at): Function removed.
17735 (org-overlays-in): Function removed.
17736
17737 2010-07-19 Bastien Guerry <bzg@gnu.org>
17738
17739 * org-clock.el (org-clock-set-current): Just return the headline
17740 itself, strip the TODO keyword, the priority cookie and the tags.
17741
17742 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17743
17744 * org-compat.el (org-xemacs-without-invisibility): New macro.
17745 (org-xemacs-without-invisibility): New macro.
17746 (org-indent-to-column, org-indent-line-to, org-move-to-column):
17747 Redefine using the macro `org-xemacs-without-invisibility'.
17748
17749 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
17750
17751 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
17752
17753 * org-compat.el (org-make-overlay, org-delete-overlay)
17754 (org-overlay-start, org-overlay-end, org-overlay-put)
17755 (org-overlay-get, org-overlay-move, org-overlay-buffer):
17756 Functions removed.
17757 (org-add-to-invisibility-spec): Function removed.
17758
17759 * org-html.el (org-export-as-html-and-open): Add argument to
17760 kill-buffer.
17761
17762 * org-habit.el (require): `calendar' is now required already by
17763 org.el on top level.
17764
17765 * org-clock.el (require): `calendar' is now required already by
17766 org.el on top level.
17767
17768 * org-agenda.el (require, org-timeline, org-agenda-list)
17769 (org-todo-list, org-agenda-to-appt): `calendar' is now required
17770 already by org.el on top level.
17771
17772 * org.el (org-export-latex-fix-inputenc): Declare function.
17773
17774 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
17775 variables.
17776
17777 * org.el (calendar): Require calendar now on top level in org.el
17778 and define aliases to new variables when needed.
17779 (org-read-date, org-goto-calendar): Do not bind obsolete
17780 variables.
17781
17782 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
17783 compilation warning, add comment that this cannot be done with
17784 `with-current-buffer'.
17785
17786 * org-wl.el (org-wl-open): Use `with-current-buffer'.
17787
17788 * org.el (overlay, org-remove-empty-overlays-at)
17789 (org-outline-overlay-data, org-set-outline-overlay-data)
17790 (org-show-block-all, org-hide-block-toggle)
17791 (org-highlight-new-match, org-remove-occur-highlights)
17792 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
17793 (org-read-date, org-read-date-display, org-eval-in-calendar)
17794 (org-format-latex, org-context)
17795 (org-speedbar-restriction-lock-overlay)
17796 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
17797
17798 * org-table.el (org-table-add-rectangle-overlay)
17799 (org-table-remove-rectangle-highlight)
17800 (org-table-overlay-coordinates)
17801 (org-table-toggle-coordinate-overlays): Use the normal overlay
17802 API.
17803
17804 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
17805 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
17806 normal overlay API.
17807
17808 * org-colview.el (org-columns-new-overlay)
17809 (org-columns-display-here, org-columns-remove-overlays)
17810 (org-columns-edit-value, org-columns-next-allowed-value)
17811 (org-columns-update): Use the normal overlay API.
17812
17813 * org-clock.el (org-clock-out, org-clock-cancel)
17814 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
17815 overlay API.
17816
17817 * org-agenda.el (org-agenda-mark-filtered-text)
17818 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
17819 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
17820 (org-agenda-entry-text-hide)
17821 (org-agenda-restriction-lock-overlay)
17822 (org-agenda-set-restriction-lock)
17823 (org-agenda-filter-by-tag-hide-line)
17824 (org-agenda-fix-tags-filter-overlays-at)
17825 (org-agenda-filter-by-tag-show-all, org-hl)
17826 (org-agenda-goto-calendar, org-agenda-bulk-mark)
17827 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
17828
17829 * org-freemind.el (org-freemind-from-org-mode-node)
17830 (org-freemind-from-org-mode)
17831 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
17832 Use interactive-p instead of called-interactively, because this is
17833 backward compatible with older Emacsen I still support..
17834
17835 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17836
17837 * org-exp.el (org-export-define-heading-targets): Fix bug in
17838 regexp finding ID and CUSTOM_ID properties.
17839
17840 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17841
17842 * org-footnote.el (org-footnote-goto-previous-reference):
17843 Rename from `org-footnote-goto-next-reference'.
17844
17845 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
17846 org-log-repeat is non-nil, or if there is clocking data in the
17847 entry.
17848
17849 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
17850
17851 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17852
17853 * org.el (org-align-all-tags): New command.
17854
17855 2010-07-19 David Maus <dmaus@ictsoc.de>
17856
17857 * org-wl.el (org-wl-link-remove-filter): New customizable
17858 variable. If non-nil, filter conditions are stripped when storing
17859 link to message in filter folder.
17860 (org-wl-shimbun-prefer-web-links): New customizable variable.
17861 If non-nil, links to shimbun messages are created as web links to
17862 message source.
17863 (org-wl-nntp-prefer-web-links): New customizable variable.
17864 If non-nil, links to nntp message are created as web links to gmane
17865 or googlegroups.
17866 (org-wl-namazu-default-index): New customizable variable.
17867 Directory of namazu search index that should be used as default
17868 when opening a link in a search folder.
17869 (org-wl-folder-types): New constant. Wanderlust folder type
17870 indicators.
17871 (org-wl-folder-type): New function. Return type of Wanderlust
17872 folder.
17873 (org-wl-store-link): Create web links for shimbun or nntp messages
17874 and strip filter conditions depending on customizable variables.
17875 (org-wl-open): Open namazu search folder for message when called
17876 with prefix.
17877
17878 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17879
17880 * org.el (org-remove-if, org-remove-if-not): New functions.
17881 (org-open-file): Use internal remove-if functions.
17882
17883 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
17884
17885 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
17886 (org-file-apps-ex): Remove variable.
17887 (org-open-file): Integrate org-file-apps-ex functionality back
17888 into org-file-apps, and decide whether to match a regexp against
17889 the link or the filename using org-file-apps-entry-uses-grouping-p.
17890
17891 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
17892
17893 * org.el (org-file-apps-ex): New variable.
17894 (org-open-file): Before considering org-file-apps, first match the
17895 regexps from org-file-apps-ex against the whole link.
17896 See docstring of org-file-apps-ex.
17897
17898 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17899
17900 * org.el (org-export-latex-default-packages-alist):
17901 Remove microtype package.
17902 (org-todo-repeat-to-state): New variable.
17903 (org-auto-repeat-maybe): Allow user-selected target states.
17904 (org-default-properties): Add the new property REPEAT_TO_STATE.
17905
17906 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17907
17908 * org-mobile.el (org-mobile-check-setup): Make sure that there is
17909 a binary to compute checksums.
17910
17911 2010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
17912
17913 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
17914 variables.
17915
17916 * org.el (calendar): Require calendar now on top level in org.el
17917 and define aliases to new variables when needed.
17918 (org-read-date, org-goto-calendar): Do not bind obsolete
17919 variables.
17920
17921 2010-06-22 Glenn Morris <rgm@gnu.org>
17922
17923 * org-entities.el: Add explicit utf-8 coding cookie to file with
17924 utf-8 characters.
17925
17926 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17927
17928 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
17929
17930 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
17931
17932 * Version 23.2 released.
17933
17934 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17935
17936 * org-table.el (orgtbl-setup):
17937 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
17938
17939 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17940
17941 * org-table.el (orgtbl-mode): Use define-minor-mode.
17942
17943 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17944
17945 * org.el (org-insert-link): Find the link buffer on visible frames.
17946 (org-export-latex-default-packages-alist): Hyperref must be loaded
17947 late.
17948 (org-open-file): More care with the new matching for file links.
17949
17950 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17951
17952 * org-latex.el (org-export-latex-preprocess): Do not yet protect
17953 defined entities - these will be taken care of later.
17954 (org-export-latex-special-chars): Post-process entity replacement.
17955 (org-export-latex-fontify-headline): Do not yet protect defined
17956 entities - these will be taken care of later.
17957 (org-export-latex-tables, org-export-latex-links): Format the
17958 caption properly.
17959
17960 * org-entities.el (org-entities-user): Fix typo.
17961
17962 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
17963
17964 * org-entities.el (org-entities-user): Improve docstring.
17965
17966 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17967
17968 * org-entities.el (org-macs): Require org-macs, to be sure that we
17969 have `declare-function' defined.
17970
17971 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17972
17973 * org-latex.el (org-export-latex-classes): Update docstring.
17974
17975 * org.el (org-format-latex-header): Add cookies to the header.
17976 (org-splice-latex-header): Implement placement according to cookies.
17977
17978 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17979
17980 * org-publish.el (org-publish-aux-preprocess): Control case
17981 sensitivity.
17982
17983 2010-04-10 Bastien Guerry <bzg@gnu.org>
17984
17985 * org.el (org-splice-latex-header): Fix typo.
17986
17987 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17988
17989 * org-latex.el (org-export-latex-make-header):
17990 Use `org-splice-latex-header' to build the header.
17991 (org-export-latex-classes): Update docstring.
17992
17993 * org.el (org-splice-latex-header): New function.
17994 (org-create-formula-image): Use `org-splice-latex-header' to build
17995 the header.
17996
17997 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
17998
17999 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18000
18001 * org.el (org-export-latex-packages-alist)
18002 (org-export-latex-default-packages-alist): Fix docstring to
18003 reflect the expected structure.
18004
18005 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
18006 (org-export-docbook-finalize-table): Make use of label for tables.
18007
18008 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18009
18010 * org-attach.el (org-attach-commit): Split on newlines.
18011
18012 * org.el (org-export-latex-default-packages-alist): Use list
18013 instead of cons for the entries.
18014
18015 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18016
18017 * org-entities.el (org-entity-get-representation): Catch the case
18018 that there is not entry in the list.
18019
18020 * org-mobile.el (org-mobile-use-encryption)
18021 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
18022 New options.
18023 (org-mobile-check-setup): CHeck the encryption setup.
18024 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
18025 (org-mobile-create-sumo-agenda): Use encryption code.
18026 (org-mobile-encrypt-and-move): New function.
18027 (org-mobile-encrypt-file, org-mobile-decrypt-file):
18028 New functions.
18029 (org-mobile-move-capture): Decrypt the capture file.
18030
18031 * org.el (org-entities): Require the new file.
18032 (org-export-latex-default-packages-alist): New variable.
18033 (org-complete): Use new entity code for completion.
18034 (org-create-formula-image): Use the new packages variable.
18035
18036 * org-latex.el (org-export-latex-classes): Remove the standard
18037 packages from the class headers.
18038 (org-export-latex-make-header): Use the new package variable.
18039 (org-export-latex-special-chars): Better regexp for entities, to
18040 support entity name that contain numbers.
18041 (org-export-latex-treat-backslash-char): Use the new entity code.
18042
18043 * org-html.el (org-html-do-expand): Use the new entity code.
18044
18045 * org-exp.el (org-export): Add the new export commands.
18046 (org-html-entities): Constant removed.
18047 (org-export-visible): Add the new export commands.
18048
18049 * org-docbook.el (org-docbook-do-expand): Use new entity code.
18050
18051 * org-ascii.el (org-export-ascii-entities): New variable.
18052 (org-export-as-latin1, org-export-as-latin1-to-buffer)
18053 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
18054 (org-export-as-encoding): New function.
18055 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
18056 (org-ascii-replace-entities): New function.
18057
18058 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18059 Ulf Stegemann <ulf@zeitform.de>
18060
18061 * org-entities.el: New file.
18062
18063 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18064
18065 * org-html.el (org-html-level-start): Catch the case that target
18066 might be nil.
18067
18068 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18069
18070 * org.el (org-appearance): Change Customize group variable name
18071 from org-font-lock to org-appearance, and change tag from "Org
18072 Font Lock" to "Org Appearance".
18073 (org-odd-levels-only): Change Customize group variable name.
18074 (org-level-color-stars-only): Change Customize group variable name.
18075 (org-hide-leading-stars): Change Customize group variable name.
18076 (org-hidden-keywords): Change Customize group variable name.
18077 (org-fontify-done-headline): Change Customize group variable name.
18078 (org-fontify-emphasized-text): Change Customize group variable name.
18079 (org-fontify-whole-heading-line): Change Customize group variable name.
18080 (org-highlight-latex-fragments-and-specials): Change Customize
18081 group variable name.
18082 (org-hide-emphasis-markers): Change Customize group variable name.
18083 (org-emphasis-alist): Change Customize group variable name.
18084 (org-emphasis-regexp-components): Change Customize group variable
18085 name.
18086 (org-modules): Remove mention of org-R.
18087
18088 * org-faces.el (org-faces): Change Customize group variable name.
18089
18090 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18091
18092 * org-agenda.el (org-diary-last-run-time): New variable.
18093 (org-diary): Prepare agenda buffers only if last call was some
18094 time ago.
18095
18096 * org-html.el (org-export-html-preprocess): Replace \ref macros
18097 with a link.
18098 (org-format-org-table-html): Add the label as an anchor.
18099
18100 * org-docbook.el (org-export-docbook-format-image): Do some
18101 formatting on captions.
18102
18103 * org-latex.el (org-export-latex-tables, org-export-latex-links):
18104 Do some formatting on captions.
18105
18106 * org-html.el (org-export-html-format-image)
18107 (org-format-org-table-html): Do some formatting on captions.
18108
18109 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18110
18111 * org.el (org-hidden-keywords): New customizable variable. This is
18112 a list of symbols specifying which of the special keywords #+DATE,
18113 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
18114 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
18115 implementing new faces and hiding behavior.
18116
18117 * org-faces.el (org-document-title): New face for #+TITLE lines.
18118 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
18119 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
18120 keywords.
18121
18122 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18123
18124 * org-publish.el (org-publish-sanitize-plist): New function to
18125 rename "index" properties to "sitemap". Do this renaming
18126 globally.
18127 (org-publish-with-aux-preprocess-maybe): New macro.
18128 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
18129 macro.
18130 (org-publish-aux-preprocess)
18131 (org-publish-index-generate-theindex.inc): New function.
18132
18133 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18134
18135 * org-table.el (org-table-align): Interpret <N> at fixed width,
18136 not as maximum width.
18137
18138 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18139
18140 * org-exp.el (org-export-author-info, org-export-email-info):
18141 Fix docstrings.
18142
18143 * org-beamer.el (org-beamer-select-environment): Rename from
18144 `org-beamer-set-environment-tag'. Improve docstring.
18145
18146 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
18147 problem with odd levels.
18148
18149 * org-ascii.el (org-export-as-ascii): Export email only if the
18150 author wants it.
18151
18152 * org-docbook.el (org-export-as-docbook): Export email only if the
18153 author wants it.
18154
18155 * org-html.el (org-export-as-html): Export email only if the
18156 author wants it.
18157
18158 * org-exp.el (org-export-email-info): New option.
18159 (org-export-plist-vars): Add entry for `org-export-email'.
18160
18161 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18162
18163 * org-table.el (org-table-goto-line): Fix typo.
18164
18165 2010-04-10 Mikael Fornius <mfo@abc.se>
18166
18167 * org.el (org-agenda-files): Typo.
18168 (org-read-agenda-file-list): Add optional argument to help
18169 `org-store-new-agenda-file-list' to remember un-expanded file
18170 names. Expand file names relative to `org-directory'.
18171 (org-store-new-agenda-file-list): Keep un-expanded file names when
18172 saving, if available.
18173 (org-agenda-files): Update documentation.
18174
18175 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18176
18177 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
18178 a buffer with no file name attached.
18179
18180 * org.el (org-log-refile): New option.
18181 (org-log-note-headings): Add a heading for refiling.
18182 (org-startup-options): Add keywords for logging of the refile
18183 action.
18184 (org-refile): Add logging action.
18185 (org-add-log-note): Allow for refiling action.
18186
18187 * org-agenda.el (org-agenda-bulk-action): Make sure
18188 `org-log-refile' is not `note' during a bulk action.
18189
18190 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18191
18192 * org.el (org-map-dblocks): Use save-excursion to remember the
18193 position.
18194
18195 * org-attach.el (org-attach-commit): Remove dependence on xargs.
18196 (org-attach-delete-one): Commit after deleting a file.
18197
18198 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
18199 borders for strike-through emphasis.
18200
18201 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
18202 handling of odd levels.
18203
18204 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
18205 and `future' values.
18206 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18207 Handle `past' and `future' values.
18208
18209 * org.el (org-read-agenda-file-list): Interpret file names
18210 relative to org-directory and allow environment variables and
18211 "~".
18212
18213 * org-latex.el (org-export-latex-special-chars): Allow a
18214 parenthesis before an exponent or subscript.
18215
18216 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18217
18218 * org-src.el (org-edit-src-exit): When returning from code edit
18219 buffer, if code block is hidden, leave point at start of
18220 #+begin_src line.
18221
18222 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18223
18224 * org.el (org-insert-heading): Do not remove all spaces if the
18225 headline is empty.
18226
18227 * org-indent.el (org-indent): Fix group name.
18228
18229 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18230
18231 * org-table.el (org-table-goto-column): Fix forcing a non-existing
18232 column.
18233 (org-table-get, org-table-put, org-table-goto-line)
18234 (org-table-current-line): New functions.
18235
18236 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
18237
18238 * org.el (org-open-file): Allow regular expressions in
18239 org-file-apps to capture link parameters using groups. In a
18240 command string to be executed, the parameters can be referenced
18241 using %1, %2, etc. Lisp forms can access them using
18242 (match-string n link).
18243 (org-apps-regexp-alist): Adopt the created regexp, as this is now
18244 matched against a file: link instead of the file name.
18245
18246 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18247
18248 * org-crypt.el (org-reveal-start-hook): Add a decryption function
18249 to this hook.
18250 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
18251 Add docstrings.
18252
18253 * org.el (org-point-at-end-of-empty-headline)
18254 (org-level-increment, org-get-previous-line-level): New function.
18255 (org-cycle-level): Rewritten to be independent of when this
18256 function is called.
18257 (org-in-regexps-block-p): New function.
18258 (org-reveal-start-hook): New hook.
18259 (org-reveal): Run new hook.
18260
18261 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18262
18263 * org-latex.el (org-export-latex-keywords): Start a new paragraph
18264 after time keywords, do not add "\newline".
18265
18266 * org-html.el (org-export-as-html): Avoid double # in href.
18267
18268 * org.el (org-refile-get-location): Catch an invalid target
18269 specification.
18270
18271 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18272
18273 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18274 Make sure the behavior regarding to extracting time is
18275 consistent.
18276
18277 2010-04-10 Stephen Eglen <stephen@gnu.org>
18278
18279 * org-agenda.el (org-agenda-insert-diary-extract-time):
18280 New variable.
18281 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
18282 variable rather than `org-agenda-search-headline-for-time'.
18283
18284 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18285
18286 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
18287
18288 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18289
18290 * org.el (org-adaptive-fill-regexp-backup): New variable.
18291 (org-set-autofill-regexps): Store a backup of
18292 `adaptive-fill-regexp'.
18293 (org-adaptive-fill-function): Fix filling of comments and ordered
18294 lists. If there is no other match, till try adaptive fill.
18295
18296 2010-04-10 John Wiegley <jwiegley@gmail.com>
18297
18298 * org-agenda.el (org-agenda-include-deadlines): Add new
18299 customization variable to determine whether unscheduled tasks
18300 should appear in the agenda solely because of their deadline.
18301 Default to true, which was the previous behavior (it just wasn't
18302 configurable).
18303 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
18304 the agenda to show/hide deadline tasks.
18305 (org-agenda-menu): Add menu option for show/hide deadlines.
18306 (org-agenda-list): Make the agenda list sensitive to the value of
18307 `org-agenda-include-deadlines'.
18308 (org-agenda-toggle-deadlines): New function to toggle the value of
18309 `org-agenda-include-deadlines' and repaint the modeline
18310 indicators.
18311 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
18312 modeline if deadline tasks are being displayed.
18313
18314 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18315
18316 * org-table.el (org-table-eval-formula): Replace $# and @# by
18317 current column and row number.
18318
18319 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18320
18321 * org.el (org-set-property, org-delete-property): Go back to
18322 prompting for the property.
18323
18324 * org-latex.el (org-export-latex-make-header): Fully process
18325 author line.
18326 (org-export-latex-fontify-headline): Allow several arguments, not
18327 just one.
18328 (org-export-latex-fix-inputenc): Catch the error when
18329 `latexenc-coding-system-to-inputenc' is not defined.
18330
18331 * org-agenda.el (org-agenda-skip-if-todo): New function.
18332 (org-agenda-skip-if): Add conditions for TODO keywords.
18333 (org-agenda-skip-if): Document the new todo conditions.
18334
18335 2010-04-10 Mikael Fornius <mfo@abc.se>
18336
18337 * org.el (org-at-property-p): Check if we are inside a property
18338 drawer not just any drawer.
18339 (org-set-property, org-delete-property): When cursor is on a
18340 property key value pair do not prompt for property name instead
18341 use name at cursor.
18342 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
18343 on the first line of a property drawer.
18344 (org-property-end-re): Spell check.
18345
18346 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18347
18348 * org-exp.el (org-export-attach-captions-and-attributes): Add the
18349 properties to the entire table, in case the first line is
18350 removed.
18351
18352 * org-archive.el (org-archive-reversed-order): New option.
18353 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
18354 option `org-archive-reversed-order'.
18355
18356 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18357
18358 * org-agenda.el (org-agenda-entry-types): New variable.
18359 (org-agenda-list): Use `org-agenda-entry-types'.
18360 (org-agenda-custom-commands-local-options): Support for setting
18361 `org-agenda-entry-types' as an option.
18362 (org-diary): Shift some documentation from here to the variable
18363 `org-agenda-entry-types'.
18364
18365 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18366
18367 * org-latex.el (org-export-latex-make-header): Apply macros in
18368 author field.
18369
18370 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
18371 (org-clock-select-task, org-clock-notify-once-if-expired)
18372 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
18373 (org-clock-out-if-current, org-clock-save): Use the new functions.
18374
18375 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18376
18377 * org-docbook.el (org-export-as-docbook): Remove unnecessary
18378 newline.
18379 (org-export-as-docbook): Remove unnecessary newline.
18380 (org-export-as-docbook): Fix problem with double footnote
18381 reference in one place.
18382
18383 * org-exp.el (org-export-format-source-code-or-example):
18384 Remove unnecessary newline.
18385
18386 * org.el (org-deadline, org-schedule): Allow rescheduling entries
18387 with repeaters.
18388
18389 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
18390 function calls that look like references.
18391
18392 * org.el (org-open-at-point): Get link abbreviations from
18393 reference buffer.
18394
18395 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18396
18397 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
18398 as a reference.
18399
18400 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18401
18402 * org.el (org-link-unescape): Solve issue with lower-case escapes.
18403
18404 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18405
18406 * org-latex.el (org-export-latex-classes):
18407 Add \usepackage{latexsym} to all classes.
18408
18409 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18410
18411 * org-html.el (org-export-as-html): Do not allow protected lines
18412 into the table of contents.
18413
18414 * org-latex.el (org-export-latex-special-chars): Find subsequent
18415 occurrences of special characters.
18416 (org-export-latex-tables): Do not convert table-like stuff that is
18417 protected.
18418
18419 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18420
18421 * org-list.el (org-toggle-checkbox): No errors when updating
18422 checkbox count fails because there is no heading.
18423
18424 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18425
18426 * org-clock.el (org-clock-report-include-clocking-task):
18427 New option.
18428 (org-clock-sum): Add the current clocking task.
18429
18430 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18431
18432 * org.el (org-cycle): Print a message when in a table.el table.
18433 (org-edit-special): Recognize the table.el context.
18434 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
18435
18436 * org-src.el (org-at-table.el-p): Declare.
18437 (org-edit-src-code): Handle a special case for table.el editing.
18438 (org-edit-src-find-region-and-lang): Recognize the table.el
18439 context.
18440
18441 * org-latex.el (org-export-latex-tables): Convert table.el
18442 tables.
18443 (org-export-latex-convert-table.el-table): New function.
18444
18445 * org-html.el (org-html-expand): Fix table.el export.
18446
18447 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18448 headings.
18449
18450 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
18451 table for the id locations.
18452
18453 * org.el (org-read-date-analyze): Match American-style dates, like
18454 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
18455 current year when reading ISO and American dates.
18456
18457 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18458
18459 * org.el (org-face-from-face-or-color): New function.
18460 (org-get-todo-face, org-font-lock-add-priority-faces)
18461 (org-get-tag-face): Use `org-face-from-face-or-color'.
18462
18463 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
18464 Allow simple colors as values.
18465 (org-faces-easy-properties): New option.
18466
18467 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
18468 restricted, as an agenda mode.
18469 (org-agenda-fontify-priorities): Allow simple colors as values.
18470
18471 2010-04-10 Bastien Guerry <bzg@gnu.org>
18472
18473 * org-timer.el (org-timer-current-timer): Rename from
18474 `org-timer-last-timer'.
18475 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
18476 (org-timer-cancel-timer, org-timer-show-remaining-time)
18477 (org-timer-set-timer): Update to use only one timer.
18478
18479 * org.el (org-set-property): Remove useless space in the prompt.
18480
18481 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18482
18483 * org-html.el (org-export-html-style-default): Add a default style
18484 for textareas.
18485
18486 * org-exp.el (org-export-format-source-code-or-example):
18487 Fix textarea tag.
18488
18489 2010-04-10 Bastien Guerry <bzg@gnu.org>
18490
18491 * org-clock.el (org-clock-current-task): New variable to store
18492 last clocked in task.
18493 (org-clock-set-current, org-clock-delete-current): New functions.
18494
18495 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18496
18497 * org-remember.el (org-remember-apply-template): Extend comment.
18498 (org-remember-handler): Implement clock sibling filing.
18499
18500 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18501
18502 * org-publish.el (org-publish-all, org-publish-current-file)
18503 (org-publish-current-project): When called with prefix argument
18504 FORCE, also rebuild the validation file list.
18505
18506 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18507 section headings.
18508
18509 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18510
18511 * org-html.el (org-export-as-html-and-open): Kill product buffer
18512 if the user wants that.
18513
18514 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
18515 if the user wants that.
18516
18517 * org-exp.el (org-export-kill-product-buffer-when-displayed):
18518 New option.
18519
18520 * org-agenda.el (org-batch-agenda-csv): Use the time property
18521 instead of the `time-of-day' property.
18522
18523 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18524
18525 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
18526 (org-timer-pause-hook, org-timer-set-hook)
18527 (org-timer-cancel-hook): New hooks.
18528 (org-timer-start): Run `org-timer-start-hook'.
18529 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
18530 (org-timer-stop): Run `org-timer-stop-hook'.
18531 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
18532
18533 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18534
18535 * org.el (org-reveal): Double prefix arg shows the subtree of the
18536 parent.
18537
18538 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18539
18540 * org-agenda.el (org-search-view): Fix bug with searching full
18541 words in headlines in search view.
18542 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
18543 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
18544 scheduled (if the user configures it so.
18545
18546 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18547
18548 * org.el (org-hide-archived-subtrees): Don't jump to end of
18549 subtree if the match was not in a headline.
18550 (org-inside-latex-macro-p): Allow more complex arguments.
18551 (org-emphasize): Protect against use at end of buffer.
18552
18553 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18554
18555 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
18556 text properties.
18557
18558 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18559
18560 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
18561 values.
18562 (org-agenda-todo-ignore-scheduled)
18563 (org-agenda-todo-ignore-deadlines): More control with different
18564 allowed values.
18565 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18566 Honor the new option settings.
18567
18568 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18569
18570 * org.el (org-get-location): Make sure the selection buffer is
18571 shown in the current frame.
18572
18573 * org-ascii.el (org-export-ascii-table-widen-columns):
18574 New option.
18575 (org-export-ascii-preprocess): Realign tables to remove narrowing
18576 if `org-export-ascii-table-widen-columns' is set.
18577
18578 * org-table.el (org-table-do-narrow): New variable.
18579 (org-table-align): Narrow only if `org-table-do-narrow' is t.
18580
18581 * org.el (org-deadline, org-schedule): Allow updating if the
18582 relevant time stamp does not have a repeater, i.e. do not require
18583 that no time stamp has a repeater.
18584
18585 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
18586 new white space before the tags.
18587
18588 * org-latex.el (org-export-as-latex): Do nit require the buffer to
18589 be visiting a file when only exporting to a buffer or string.
18590 (org-export-latex-fix-inputenc): Only save the buffer is there is
18591 a file name attached to it.
18592
18593 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18594
18595 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
18596
18597 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18598
18599 * org.el (org-fontify-meta-lines-and-blocks):
18600 Honor `org-fontify-quote-and-verse-blocks'.
18601
18602 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
18603
18604 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18605
18606 * org.el (org-open-at-point): Also check for text property
18607 org-linked-text before offering collected links.
18608
18609 2010-04-10 Stephen Eglen <stephen@gnu.org>
18610
18611 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18612 Optionally extract time specification from text and add to the
18613 timestamp.
18614
18615 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18616
18617 * org-exp.el (org-html-entities): Fix typo.
18618
18619 * org-latex.el (org-export-latex-make-header): Use \providecommand
18620 to make sure the \alert macro is defined.
18621
18622 * org.el (org-format-latex-signal-error)
18623 (org-create-formula-image): Use `org-format-latex-signal-error'.
18624
18625 2010-04-10 Stephen Eglen <stephen@gnu.org>
18626
18627 * org.el (org-store-link): For dired buffers, use
18628 default-directory as link name if dired-get-filename returns
18629 nil.
18630
18631 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18632
18633 * org-exp.el (org-export-concatenate-multiline-links): The for
18634 protectedness at beginning of match.
18635
18636 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
18637 AUTO as a coding system, instead default to utf8.
18638
18639 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18640
18641 * org.el (org-block-todo-from-children-or-siblings-or-parent)
18642 (org-block-todo-from-checkboxes): Respect the local variable
18643 value when deciding if blocking should be active.
18644
18645 * org-latex.el (org-export-latex-make-header): Define the align
18646 macro if it is not yet defined.
18647
18648 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
18649 Call `org-insert-heading' with the INVISIBLE-OK argument.
18650
18651 * org-mac-message.el (org-mac-message-insert-flagged):
18652 Call `org-insert-heading' with the INVISIBLE-OK argument.
18653
18654 * org.el (org-insert-heading): New argument INVISIBLE-OK.
18655
18656 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
18657 prompt message.
18658
18659 * org-html.el (org-html-level-start): Use the
18660 `html-container-class' text property to set an additional class
18661 for an outline container.
18662
18663 * org-exp.el (org-export-remember-html-container-classes):
18664 New function.
18665 (org-export-preprocess-string):
18666 Call `org-export-remember-html-container-classes'.
18667
18668 * org.el (org-cycle): Mention level cycling in the docstring.
18669 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
18670
18671 * org-remember.el (org-remember-apply-template): Do file insertion
18672 first.
18673
18674 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18675
18676 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
18677 problem with mis-aligned graphs when showing habits.
18678
18679 2010-04-10 Mikael Fornius <mfo@abc.se>
18680
18681 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
18682 when assigning. Begin using numerical characters when all in name
18683 is used up. This is to spare alphanumeric characters for better
18684 match with other keywords.
18685
18686 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18687
18688 * org-exp.el (org-export-preprocess-hook): Improve documentation.
18689
18690 * org-latex.el (org-export-latex-preprocess): More consistent
18691 conversion and protection of the words LaTeX and TeX.
18692 (org-export-latex-fontify-headline, org-export-latex-preprocess):
18693 Allow angle brackets in commands, for beamer.
18694
18695 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18696
18697 * org-clock.el (org-clock-in): Improve the look of the clock line
18698 by formatting links.
18699
18700 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18701
18702 * org-latex.el (org-export-latex-classes): Use AUTO as the place
18703 holder string for the coding system. And improve the
18704 documentation.
18705 (org-export-latex-fix-inputenc): Only modify the coding system if
18706 it is given by the placeholder AUTO.
18707
18708 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18709
18710 * org-clock.el (org-task-overrun-text): New option.
18711 (org-task-overrun, org-clock-update-period): New variables.
18712 (org-clock-get-clock-string, org-clock-update-mode-line):
18713 Mark overrun clock.
18714 (org-clock-notify-once-if-expired): Check if clock is overrun.
18715
18716 * org-faces.el: New face `org-mode-line-clock-overrun'.
18717
18718 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
18719
18720 * org.el (org-narrow-to-subtree): Position the end of the narrowed
18721 region before the line with the next heading, to prevent the user
18722 from prepending text to the next headline.
18723
18724 2010-04-10 Stephen Eglen <stephen@gnu.org>
18725
18726 * org-agenda.el (org-get-time-of-day):
18727 Use org-agenda-time-leading-zero to allow leading zero (rather than
18728 space) for times.
18729
18730 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18731
18732 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
18733 org-datetree.el is loaded.
18734
18735 * org-datetree.el: Autoload `org-datetree-find-day-create'.
18736
18737 * org-latex.el (org-export-latex-hyperref-format): New option.
18738 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
18739
18740 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18741
18742 * org-ctags.el (org-ctags-enable): Change order of functions.
18743 (org-ctags-create-tags): Add wildcard to file name expansion.
18744
18745 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18746
18747 * org.el (org-entry-properties): Fix some important bugs.
18748
18749 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18750
18751 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
18752 the table is not explicitly given.
18753
18754 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18755
18756 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
18757 as value.
18758 (org-clock-out-if-current): Work with the new list value of
18759 `org-clock-out-when-done'.
18760 (org-clock-out, org-clock-out-if-current): Avoid circular logic
18761 between clocking out and state changes.
18762
18763 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
18764
18765 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
18766 accident protect a character that is before a backslash.
18767
18768 2010-04-10 Paul Sexton <eeeickythump@gmail.com>
18769
18770 * org-ctags.el: New file.
18771
18772 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18773
18774 * org-agenda.el (org-diary-class):
18775 Use `org-order-calendar-date-args'.
18776
18777 * org.el (org-order-calendar-date-args): New function.
18778
18779 * org-exp.el (org-export-target-internal-links): Check for
18780 protectedness after the first bracket.
18781
18782 * org.el (org-entry-properties): Don't match wrong-case TODO
18783 keywords.
18784
18785 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
18786 Document that ARG is passed through to remove the date.
18787 (org-agenda-bulk-action): Accept prefix arg and pass it on.
18788 Do not read a date when the user has given a `C-u' prefix.
18789
18790 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18791
18792 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
18793 tags are hidden.
18794
18795 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18796
18797 * org-latex.el (org-export-latex-fix-inputenc): New function.
18798 (org-export-latex-inputenc-alist): New option.
18799
18800 * org-exp.el (org-export): New key SPC to publish enclosing
18801 subtree.
18802
18803 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18804
18805 * org-indent.el (org-indent-add-properties): Catch case when there
18806 is no headline in the buffer.
18807
18808 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18809
18810 * org-exp.el (org-html-entities): Add checkmark symbol.
18811
18812 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
18813 verbatim code for ASCII export.
18814
18815 * org.el (org-update-statistics-cookies): Also see checkboxes in
18816 ordered lists.
18817
18818 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18819
18820 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
18821 key.
18822
18823 * org-beamer.el (org-beamer-amend-header): Change the location
18824 where `org-beamer-header-extra' is inserted.
18825
18826 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
18827 just for computing this regexp.
18828
18829 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18830
18831 * org-beamer.el (org-beamer-frame-default-options): New option.
18832 (org-beamer-sectioning): Use default options if the user does not
18833 have defined any.
18834 (org-beamer-fix-toc): Put a frame around the table of contents.
18835
18836 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
18837 Make sure case-folding works well when processing comment stuff.
18838
18839 * org-latex.el (org-export-latex-after-save-hook): New hook.
18840 (org-export-as-latex): Run the new hook.
18841
18842 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18843
18844 * org-beamer.el (org-beamer-environments-default): Add the note
18845 environments.
18846 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
18847 lines and collect and combine the content.
18848 (org-beamer-after-initial-vars): Check for note tags and make sure
18849 they will be seen like a property.
18850
18851 * org.el (org-offer-links-in-entry): Fix bug when there is a
18852 single link.
18853
18854 * org-exp.el (org-export): Make sure the mark is activated, also
18855 when `transient-mark-mode' is off.
18856
18857 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
18858 (org-agenda-search-view-search-words-only): Obsolete variable, is
18859 now an alias for `org-agenda-search-view-always-boolean'.
18860 (org-agenda-search-view-force-full-words): New option.
18861 (org-search-view): Improve docstring, and implement a better logic
18862 for Boolean and phrase searches.
18863 (org-agenda-last-search-view-search-was-boolean): New variable.
18864 (org-agenda-manipulate-query): Consider the type of the last
18865 search when modifying the search string.
18866
18867 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18868
18869 * org-latex.el (org-export-as-latex): Do the first letbind in the
18870 right moment.
18871
18872 * org-agenda.el (org-get-entries-from-diary): Add the new face to
18873 these entries.
18874
18875 * org-faces.el (org-agenda-diary): New face.
18876
18877 * org.el (org-make-link-regexps): Allow regexp-special characters
18878 in link types.
18879 (org-open-file): When in-emacs is `system', also force system
18880 opening, like when the value was `(16)'.
18881 (org-update-statistics-cookies): Handle entries without children.
18882
18883 * org-exp.el
18884 (org-export-preprocess-before-normalizing-links-hook): New hook.
18885 (org-export-preprocess-string): Run the new hook.
18886
18887 * org.el (org-offer-links-in-entry): Make RET open all links.
18888
18889 * org-html.el (org-export-as-html): Remove any leftover display
18890 properties in the html file.
18891
18892 * org-wl.el (org-wl-store-link): Work-around for format bug with
18893 text properties.
18894
18895 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
18896 invisibility while adding the graphs.
18897
18898 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18899
18900 * org-remember.el (org-select-remember-template): Use C letter to
18901 customize remember templates.
18902
18903 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
18904 Move cursor to next visible line.
18905
18906 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18907
18908 * org-beamer.el (org-beamer-sectioning): Leave columns environment
18909 by specifying 0 or 1 for column width.
18910 (org-beamer-column-widths): Make 0 stand for 0.0.
18911
18912 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18913
18914 * org-exp.el (org-export-mark-radio-links): Don't match inside
18915 <<target>>.
18916
18917 * org.el (org-format-latex-header-extra): New variable.
18918 (org-format-latex): Set org-format-latex-header-extra from
18919 in-buffer stuff.
18920 (org-format-latex): Add org-format-latex-header-extra to the
18921 variables on which image creation depends.
18922 (org-create-formula-image): Add the header stuff from in-buffer
18923 settings.
18924 (org-read-date-analyze): Base the analysis for future preference
18925 on NOW, not on the default date.
18926
18927 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
18928 for TODO keyword in inline tasks.
18929
18930 * org.el (org-log-note-headings): New headings for removing
18931 deadline or scheduling date.
18932 (org-deadline, org-schedule): Arrange for logging when removing a
18933 date.
18934 (org-add-log-note): Handle deadline and scheduling removal.
18935
18936 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18937
18938 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
18939
18940 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18941
18942 * org-agenda.el (org-diary-class): New function.
18943
18944 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18945
18946 * org-latex.el (org-export-latex-preprocess): Do process the text
18947 of a radio target.
18948
18949 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18950
18951 * org.el (org-entry-properties): Add TIMESTAMP properties back
18952 in.
18953
18954 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18955
18956 * org.el (org-all-time-keywords): New variable.
18957 (org-set-regexps-and-options): Set `org-all-time-keywords'.
18958 (org-entry-blocked-p): New function.
18959 (org-special-properties): Add BLOCKED as a new special property.
18960 (org-entry-properties): New optional argument SPECIFIC, only parse
18961 for this property when it is specified.
18962 (org-entry-get): Pass a SPECIFIC argument to
18963 `org-entry-properties'.
18964
18965 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
18966
18967 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18968
18969 * org-latex.el (org-export-latex-tables): No forced line end if
18970 there is no caption.
18971
18972 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18973
18974 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
18975 package.
18976
18977 * org-latex.el (org-export-latex-tables): Only add a caption when
18978 macro is in longtable environments if one has been defined.
18979
18980 * org-html.el (org-export-as-html): Only take title from buffer if
18981 not exporting body-only.
18982
18983 * org-latex.el (org-export-latex-preprocess): Better version of
18984 the regular expression for protecting LaTeX macros.
18985 (org-export-latex-preprocess): Start searching for macros to
18986 protect from beginning of buffer.
18987
18988 * org-exp.el (org-export-target-internal-links): Check for
18989 protectedness earlier in the string.
18990
18991 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
18992 case sensitively.
18993
18994 * org-id.el (org-id-store-link): Match TODO keywords case
18995 sensitively.
18996
18997 * org.el (org-heading-components, org-get-outline-path)
18998 (org-display-outline-path): Match TODO keywords case sensitively.
18999
19000 * org-latex.el (org-export-as-latex): Ignore read-only
19001 properties.
19002
19003 * org-exp.el (org-export-preprocess-string): Remove any
19004 `read-only' properties.
19005
19006 * org-agenda.el (org-agenda-inactive-leader): New option.
19007 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
19008 (org-tags-view): Prompt for matcher if MATCH is an empty string.
19009 (org-todo-list): Prompt for matcher if ARG is an empty string.
19010
19011 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19012
19013 * org.el (org-open-link-functions): New hook.
19014 (org-open-at-point): Run `org-open-link-functions'.
19015
19016 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19017
19018 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
19019 stamps as well.
19020
19021 * org.el (org-inhibit-startup-visibility-stuff): New variable.
19022 (org-mode): Don't do startup visibility if inhibited.
19023 (org-outline-overlay-data, org-set-outline-overlay-data):
19024 New functions.
19025 (org-save-outline-visibility): New macro.
19026 (org-log-note-headings): Document that one should not change the
19027 `state' note format.
19028
19029 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19030
19031 * org.el (org-make-link-regexps): Capture link path into a group.
19032
19033 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19034
19035 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
19036 the options plist.
19037
19038 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19039
19040 * org.el (org-startup-with-beamer-mode): New option.
19041 (org-property-changed-functions)
19042 (org-property-allowed-value-functions): New hooks.
19043 (org-entry-put, org-property-get-allowed-values): Run the new
19044 hooks.
19045 (org-property-next-allowed-value): Run the new hooks.
19046
19047 * org-exp.el (org-export-select-backend-specific-text): Add the
19048 special beamer tags.
19049
19050 * org-beamer.el: New file.
19051
19052 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
19053 (org-export-as-latex):
19054 Run `org-export-latex-after-initial-vars-hook'.
19055 (org-export-latex-format-toc-function)
19056 (org-export-latex-make-header):
19057 Call `org-export-latex-format-toc-function'.
19058
19059 * org.el (org-fill-template): Make template searches case sensitive.
19060
19061 * org-exp.el (org-export): Use "1" as a sign to export only the
19062 subtree.
19063
19064 * org-colview.el (org-columns-edit-value):
19065 Use org-unrestricted property.
19066
19067 * org.el (org-compute-property-at-point): Set org-unrestricted
19068 text property if the list contains ":ETC".
19069 (org-insert-property-drawer):
19070 Use org-unrestricted property.
19071
19072 * org-exp.el
19073 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
19074 (org-export-preprocess-string):
19075 Run `org-export-preprocess-before-selecting-backend-code-hook'.
19076
19077 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
19078
19079 * org-latex.el (org-export-region-as-latex):
19080 Run `org-export-first-hook'.
19081
19082 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
19083
19084 * org-docbook.el (org-export-as-docbook):
19085 Run `org-export-first-hook'.
19086
19087 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
19088
19089 * org-exp.el (org-export-first-hook): New hook.
19090
19091 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19092
19093 * org-list.el (org-previous-item): Exit at the beginning of the
19094 buffer.
19095
19096 * org-id.el (org-id-locations-save): Only write the id locations
19097 if any are defined.
19098
19099 * org-archive.el (org-archive-all-done): Make this work in a file
19100 with org-odd-levels-only set.
19101
19102 * org.el (org-get-refile-targets): Catch the case when a buffer
19103 has no file.
19104
19105 * org-latex.el (org-export-as-latex): Cleanup forced line ends
19106 where they are not needed.
19107 (org-export-latex-subcontent): Remove unnecessary newlines.
19108
19109 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19110
19111 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
19112 (org-export-latex-fontify): Fix regexp bug that takes special
19113 care of protecting the right boundary characters in emphasis
19114 matches.
19115 (org-export-latex-preprocess): Allow multiple arguments to latex
19116 macros.
19117
19118 * org.el (org-make-link-regexps): Use John Gruber's regexp for
19119 urls.
19120
19121 * org-macs.el (org-re): Interpret :punct: in regexps.
19122
19123 * org-exp.el (org-export-replace-src-segments-and-examples):
19124 Also take the final newline after the END line.
19125
19126 * org.el (org-clean-visibility-after-subtree-move): Only fix
19127 entries that are not entirely invisible already.
19128 (org-insert-link): Respect org-link-file-path-type for
19129 "docview:" links in addition to "file:" links.
19130
19131 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19132
19133 * org-exp.el (org-export-format-source-code-or-example):
19134 Avoid additional extra white lines in LaTeX.
19135
19136 * org-list.el (org-list-parse-list): Leave empty lines after the
19137 list, don't consider them as part of the list.
19138
19139 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
19140 searches.
19141
19142 * org-clock.el (org-clock-select-task): Convert integer to
19143 character for XEmacs.
19144
19145 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19146
19147 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
19148 compatible.
19149
19150 2010-04-10 Tassilo Horn <tassilo@member.fsf.org>
19151
19152 * org.el (org-complete-tags-always-offer-all-agenda-tags):
19153 New variable.
19154 (org-set-tags): Use it.
19155
19156 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19157
19158 * org-list.el (org-empty-line-terminates-plain-lists):
19159 Update docstring.
19160
19161 * org.el (org-format-latex): Fix link creation for processed latex
19162 snippets.
19163
19164 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19165
19166 * org-footnote.el (org-footnote-normalize): Protect replacement
19167 text.
19168
19169 * org.el (org-inside-latex-macro-p): Save match data.
19170
19171 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
19172
19173 * org-docview.el: New file.
19174
19175 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19176
19177 * org-latex.el (org-export-latex-class-options): New variable.
19178 (org-export-latex-set-initial-vars): Use the class options.
19179
19180 * org.el (org-forward-same-level): Stop at headings that start
19181 with an invisible character.
19182 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
19183
19184 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19185
19186 * org-footnote.el (org-footnote-normalize): Don't take optional
19187 arguments in LaTeX macros as footnotes.
19188
19189 * org.el (org-inside-latex-macro-p): New function.
19190
19191 * org-latex.el (org-latex-to-pdf-process): Change customization
19192 group to `org-export-pdf'.
19193
19194 * org-agenda.el (org-agenda-get-blocks): Look at time string also
19195 on days after the first one.
19196
19197 * org.el (org-insert-heading): Also check for item before assuming
19198 before-first-heading condition.
19199
19200 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
19201 (org-export-pdf-logfiles): New option.
19202 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
19203 (org-export-pdf-logfiles): Fix customization type.
19204
19205 * org.el (org-insert-link): Improve error message when there is no
19206 default link to select with RET.
19207
19208 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
19209 parameter list.
19210
19211 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19212
19213 * org-latex.el (org-export-latex-parse-global)
19214 (org-export-latex-parse-content)
19215 (org-export-latex-parse-subcontent):
19216 Use `org-re-search-forward-unprotected'.
19217 (org-export-as-pdf): Remove log files produced by XeTeX.
19218
19219 * org-macs.el (org-re-search-forward-unprotected): New function.
19220
19221 2010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
19222
19223 * org-colview.el (org-agenda-colview-summarize): Sort out some
19224 confusion between properties and titles, which resulted in
19225 agenda summaries not working if a title was set for a column.
19226
19227 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19228
19229 * org-mobile.el (org-mobile-agendas): New option.
19230 (org-mobile-sumo-agenda-command): Select the right agendas.
19231
19232 * org-latex.el (org-export-latex-format-image): Preserve the
19233 original-indentation property.
19234
19235 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19236
19237 * org-clock.el (org-clock-insert-selection-line): Catch error when
19238 an old tasks no longer exists.
19239
19240 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
19241 (org-export-as-pdf): Don't remove the old PDF file before making
19242 the new one.
19243
19244 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
19245 (org-mouse-context-menu): Use `org-looking-back'.
19246
19247 * org.el (org-cycle-level): Use `org-looking-back'.
19248
19249 * org-list.el (org-cycle-item-indentation):
19250 Use `org-looking-back'.
19251
19252 * org-compat.el (org-looking-back): New function.
19253
19254 * org.el (org-insert-heading): Catch before-first-headline when
19255 inserting a headline.
19256
19257 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19258
19259 * org-latex.el (org-export-latex-format-image): Indent figure
19260 environment, so that it does not interrupt plain list.
19261
19262 * org.el (org-open-at-point): Allow long link descriptions.
19263
19264 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19265
19266 * org-html.el (org-export-as-html): Remove empty lines at the
19267 beginning of the exported text.
19268
19269 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
19270
19271 * org.el (org): Remove from hypermedia group.
19272
19273 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
19274
19275 * Branch for 23.2.
19276
19277 2010-02-15 Chong Yidong <cyd@stupidchicken.com>
19278
19279 * org-freemind.el (org-freemind-from-org-mode-node)
19280 (org-freemind-from-org-mode)
19281 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
19282 Pass arg to called-interactively-p.
19283
19284 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
19285
19286 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
19287 Fix typos in docstrings.
19288
19289 2010-01-01 Juanma Barranquero <lekktu@gmail.com>
19290
19291 * org.el (org-get-outline-path, org-speed-command-help):
19292 Fix typos in error messages.
19293
19294 2009-12-14 Juri Linkov <juri@jurta.org>
19295
19296 * org-html.el (org-export-html-style-include-default):
19297 Put `safe-local-variable booleanp' on
19298 `org-export-html-style-include-default' instead of mistakenly
19299 duplicate `org-export-html-style'.
19300
19301 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
19302
19303 * org-agenda.el (org-agenda-diary-entry-in-org-file):
19304 Rebuild agenda after adding new entry.
19305
19306 * org-datetree.el (org-datetree-find-day-create): Fix regular
19307 expression.
19308
19309 * org.el (org-display-outline-path): Use a format specifier for
19310 message, to avoid problems with heading containing `%'.
19311
19312 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
19313 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
19314 (org-agenda-fix-displayed-tags): New function.
19315 (org-agenda-do-context-action): Just call
19316 `org-display-outline-path', without piping the result through
19317 `message'.
19318
19319 * org-latex.el (org-export-latex-preprocess): Protect secondary
19320 footnote references.
19321
19322 * org-indent.el (org-indent-initialize): Avoid empty strings as
19323 line prefixes.
19324
19325 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
19326 hat checking for the mark does not throw an error.
19327 (org-agenda-diary-entry-in-org-file): Catch the case that there is
19328 not `day' text property in the cursor line.
19329
19330 * org.el (org-sort-entries-or-items): Make sure that the final
19331 entry has a newline before doing the sorting.
19332
19333 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
19334 property at the beginning of the line.
19335
19336 * org.el (org-make-link-string): Don't allow a description with
19337 only white space.
19338
19339 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
19340 (org-agenda-insert-diary-as-top-level): New function.
19341 (org-agenda-add-entry-to-org-agenda-diary-file):
19342 Call `org-agenda-insert-diary-as-top-level'.
19343
19344 * org.el (org-occur-in-agenda-files): Make sure none of the
19345 buffers is narrowed.
19346 (org-activate-plain-links): Add the face property here.
19347 (org-set-font-lock-defaults): Do not add the face to plain links,
19348 the activator function does this.
19349
19350 * org-habit.el (org-is-habit-p): Add doc string.
19351
19352 * org-archive.el (org-archive-subtree-default-with-confirmation):
19353 Autoload.
19354
19355 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
19356 after match optional (happens at the end of a line...).
19357
19358 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
19359 for special blocks.
19360
19361 * org-faces.el (org-copy-face): Set lisp indentation.
19362 (org-quote, org-verse): New faces.
19363
19364 * org-agenda.el (org-agenda-remove-date): Remove variable.
19365
19366 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
19367
19368 * org-html.el (org-export-as-html): Move the home/up link into
19369 the content div.
19370
19371 * org.el (org-export-latex-packages-alist): Option definition
19372 moved here from org-latex.el.
19373
19374 * org-html.el (org-export-html-home/up-format): Add an ID to the
19375 up/home div.
19376
19377 * org-wl.el (org-wl-store-link): Handle the case that
19378 `wl-use-petname' is set.
19379
19380 * org.el (org-set-effort): Improve prompt.
19381 (org-get-outline-path): Widen to get full path.
19382 (org-compact-display-after-subtree-move): Function removed.
19383
19384 2009-11-20 Eric Schulte <schulte.eric@gmail.com>
19385
19386 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
19387 hash keys to cache and re-use images generated by the
19388 org-exp-blocks interface to ditaa and dot.
19389
19390 * org.el (org-format-latex): Latex images are now saved to files
19391 named by the sha1 hash of the latex source text avoiding
19392 regeneration of identical images.
19393
19394 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
19395
19396 * org-latex.el (org-export-as-latex): Add the :drawers property.
19397
19398 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
19399
19400 * org.el (org-speed-commands-user): Allow documentation headlines.
19401 (org-speed-commands-default): Organize the value of this constant
19402 with descriptive headlines.
19403 (org-print-speed-command): Output the headlines.
19404
19405 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
19406
19407 * org-agenda.el (org-agenda-show-outline-path): New option.
19408 (org-agenda-do-context-action): New function.
19409 (org-agenda-next-line, org-agenda-previous-line):
19410 Use `org-agenda-do-context-action'.
19411
19412 * org.el (org-use-speed-commands): Allow function value.
19413 (org-speed-commands-default): Make headline motion safe, so that
19414 these commands always end on a headline.
19415 (org-speed-commands-default): New key `v' for `org-agenda'.
19416 (org-speed-move-safe): New function.
19417 (org-self-insert-command): Use the function value of
19418 `org-use-speed-commands'.
19419 (org-get-outline-path): Improve docstring.
19420 (org-format-outline-path): New function.
19421 (org-display-outline-path): New function.
19422
19423 2009-11-15 John Wiegley <jwiegley@gmail.com>
19424
19425 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
19426 a string, use that to find the LOGBOOK drawer.
19427
19428 2009-11-15 Glenn Morris <rgm@gnu.org>
19429
19430 * org-agenda.el (org-datetree-find-date-create)
19431 (org-habit-get-priority):
19432 * org.el (org-format-agenda-item): Fix declarations.
19433
19434 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19435
19436 * org.el (org-clone-subtree-with-time-shift): Make it work at the
19437 end of the buffer.
19438
19439 * org-mobile.el (org-mobile-write-checksums): Specify coding
19440 system.
19441 (org-mobile-timestamp-buffer): Keep local variable/mode line at
19442 beginning of buffer.
19443
19444 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
19445
19446 * org.el (org-block-todo-from-children-or-siblings-or-parent)
19447 (org-block-todo-from-checkboxes): Do not block changes to a nil
19448 TODO state.
19449
19450 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19451
19452 * org-habit.el (org-habit-parse-todo): Indicate which habit is
19453 wrongly set up in the error messages.
19454
19455 * org-colview.el (org-columns-display-here): Don't try to
19456 calculate values if the underlying property is not set.
19457 (org-columns-string-to-number): Convert age strings back into
19458 fractional days.
19459 (org-agenda-colview-summarize): Handle extended summary types
19460 properly.
19461
19462 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19463
19464 * org-exp.el (org-export-format-drawer-function): New variable.
19465 (org-export-format-drawer): New function.
19466 (org-export-preprocess-string): Pass the backend as a parameter to
19467 `org-export-remove-or-extract-drawers'.
19468 (org-export-remove-or-extract-drawers): New parameter BACKEND.
19469
19470 * org-protocol.el (org-protocol-char-to-string): New defsubst.
19471
19472 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19473
19474 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
19475 message when no block is selected.
19476
19477 * org-latex.el (org-export-latex-links): Check for protectedness
19478 in the last matched character, not after the match.
19479
19480 * org-datetree.el (org-datetree-find-date-create):
19481 Respect restriction when KEEP-RESTRICTION is set.
19482 (org-datetree-file-entry-under): New function.
19483 (org-datetree-cleanup): New command.
19484
19485 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
19486
19487 * org-src.el (org-edit-src-code): New optional argument context
19488 allows calling functions to avoid altering the saved window
19489 configuration.
19490 (org-edit-src-exit): Do not restore window configuration when this
19491 function is used in the context of saving the edit buffer.
19492
19493 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19494
19495 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
19496 instances to switching to with-current-buffer, because these seem
19497 to cause problems - no idea why.
19498
19499 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
19500 Require diary-lib for (diary-date-display-form).
19501
19502 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19503
19504 * org.el (org-log-reschedule, org-log-redeadline): New options.
19505 (org-log-note-headings): Add templates for rescheduling and
19506 deadline changing.
19507 (org-startup-options): Add in-buffer settings for logging changing
19508 schedule and deadline time stamps.
19509 (org-deadline, org-schedule): Check for existing date and arrange
19510 for logging if the user requests it.
19511 (org-add-log-note): Prepare proper note buffers for rescheduling
19512 and deadline changes.
19513
19514 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19515
19516 * org-agenda.el (org-agenda-diary-entry-in-org-file)
19517 (org-agenda-add-entry-to-org-agenda-diary-file)
19518 (org-agenda-insert-diary-make-new-entry): New functions.
19519 (org-agenda-diary-entry):
19520 Call `org-agenda-diary-entry-in-org-file' when appropriate.
19521
19522 * org.el (org-calendar-insert-diary-entry-key): New option.
19523 (org-agenda-diary-file): New option.
19524 ("calendar"): Install our insertion function in the calendar.
19525
19526 * org-remember.el (org-datetree): Require.
19527 (org-remember-templates): Add new positioning option.
19528 (org-remember-reference-date): New variable.
19529 (org-remember-apply-template): Store the reference date in a local
19530 variable.
19531 (org-remember-handler): Implement date tree positioning of entries.
19532
19533 * org-datetree.el: New file.
19534
19535 * org-latex.el (org-export-latex-preprocess): Protect targets in
19536 verbatim emphasis.
19537
19538 * org-html.el (org-export-as-html): Protect targets in verbatim
19539 emphasis.
19540
19541 * org-docbook.el (org-export-as-docbook): Protect targets in
19542 verbatim emphasis.
19543
19544 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19545
19546 * org-clock.el (org-show-notification): Handle messages that
19547 contain a percent character.
19548
19549 * org-remember.el (org-remember-apply-template): Turn of partial
19550 completion.
19551
19552 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
19553 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
19554
19555 * org.el (org-indent-mode): Define variable already in org.el.
19556 (org-unfontify-region): Remove line-prefix and wrap-prefix
19557 properties only if org-indent-mode is active.
19558
19559 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19560
19561 * org-icalendar.el (org-print-icalendar-entries): Save match data
19562 around call to verify function.
19563 (org-print-icalendar-entries): Add a call to the verification
19564 function.
19565
19566 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
19567 save-restrivtion' form.
19568
19569 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
19570
19571 * org-exp.el (org-export-format-source-code-or-example):
19572 Restrict scope of preserve-indentp to the let binding.
19573 (org-src): Require org-src, since org-src-preserve-indentation is used.
19574
19575 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19576
19577 * org-timer.el (org-timer-set-timer): Set variables
19578 org-timer-timer[123] correctly.
19579
19580 * org-mobile.el (org-mobile-files-alist): Make it work when
19581 `agenda-archives' is included in
19582 `org-agenda-text-search-extra-files'.
19583 (org-mobile-push): Restore agenda after mobile push.
19584
19585 2009-11-13 John Wiegley <jwiegley@gmail.com>
19586
19587 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
19588 way the amount of idle time is presented in the minibuffer.
19589
19590 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19591
19592 * org-icalendar.el (org-print-icalendar-entries):
19593 Use org-icalendar-verify-function only if non-nil.
19594
19595 * org.el (org-refile): Refile to clock only if the prefix arg is
19596 2.
19597 (org-sparse-tree): Fix docstring to be in line with prompt.
19598 (org-update-parent-todo-statistics):
19599 Call `org-after-todo-statistics-hook' on each level.
19600
19601 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19602
19603 * org-remember.el (org-remember-apply-template): Make sure the
19604 buffer exists.
19605
19606 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19607
19608 * org.el (org-tab-ind-state): New variable.
19609 (org-cycle-level): New function.
19610 (org-cycle-level-after-item/entry-creation): New option.
19611 (org-flag-subtree): New function.
19612 (org-hide-archived-subtrees): Call `org-flag-subtree'.
19613 (org-set-effort): Indexed access.
19614
19615 * org-list.el (org-cycle-item-indentation): New function.
19616
19617 * org.el (org-refile): Make prefix argument 2 refile to current
19618 clock.
19619 (org-priority): Interpret action `remove' as call to remove the
19620 priority cookie.
19621
19622 * org-remember.el (org-remember-apply-template): Don't depend on
19623 buffer name being like file name.
19624
19625 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19626
19627 * org-clock.el (org-clock-play-sound): Expand file in
19628 org-clock-sound, to allow ~ for home.
19629
19630 * org-remember.el (org-remember-handler):
19631 Set text-before-node-creation even if this already looks like a node,
19632 because the string might be needed on non-org-mode target files.
19633
19634 * org-agenda.el (org-agenda-open-link): Make this work in agenda
19635 clocktables.
19636 (org-agenda-switch-to): Follow a link at point if
19637 org-return-follows-link' is set and there is nothing else to do in
19638 this line.
19639
19640 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
19641
19642 * org-exp-blocks.el: Modify split separator regexp to avoid empty
19643 strings.
19644
19645 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19646
19647 * org-colview.el (org-columns-new): Make this work with the new
19648 operators.
19649 (org-columns-store-format): Make this work with the new operators.
19650
19651 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19652
19653 * org-src.el (org-src-preserve-indentation): Document that this
19654 variable is also used during export.
19655
19656 * org-exp.el (org-export-format-source-code-or-example):
19657 Preserve indentation if a block has a -i option, or if
19658 `org-src-preserve-indentation' is set.
19659
19660 * org-exp-blocks.el (org-export-blocks-preprocess):
19661 Preserve indentation if a block has a -i option, or if
19662 `org-src-preserve-indentation' is set.
19663
19664 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19665
19666 * org.el (org-mode-map): Define the new archiving keys.
19667 (org-speed-commands-default): Define an archiving key in the speed
19668 command map.
19669 (org-org-menu): Improve the menu structure concerning archiving.
19670
19671 * org-archive.el (org-archive-subtree-default-with-confirmation):
19672 New command.
19673
19674 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
19675 (org-agenda-menu): Add the new archiving commands to the menu.
19676 (org-agenda-archive-default)
19677 (org-agenda-archive-default-with-confirmation): New commands.
19678 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
19679 Just call `org-agenda-archive-with'.
19680 (org-agenda-archive-with): New function.
19681
19682 * org-table.el (org-table-convert-region): Inert spaces around "|"
19683 to avoid line beginnings like "|-1" which will be mistaken as
19684 hlines.
19685
19686 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19687
19688 * org.el (org-offer-links-in-entry): Return nil if there are no
19689 links, t if a link has been selected.
19690 (org-open-at-point): Open attachment directory when called in the
19691 headline and there are no links in the entry body.
19692 (org-speed-commands-default): Add "o" for open-at-point as a speed
19693 command.
19694
19695 * org-attach.el (org-attach-reveal): Optional prefix arg
19696 IF-EXISTS, which avoids creating the attachment directory if it
19697 does not yet exist.
19698
19699 * org-agenda.el (org-agenda, org-run-agenda-series):
19700 Evaluate MATCH.
19701
19702 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19703
19704 * org.el ("abbrev"): Work with abbrev tables only after they have
19705 been loaded.
19706
19707 * org-list.el (org-list-send-list): Fix bug related to match
19708 data.
19709
19710 * org-latex.el (org-export-latex-fontify): Apply verbatim
19711 emphasis.
19712 (org-export-latex-make-header): Insert \obeylines if line breaks
19713 should be preserved.
19714
19715 * org-exp.el (org-export-protect-verbatim): Add an
19716 `org-verbatim-emph' property to such text.
19717
19718 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19719
19720 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
19721 (org-print-icalendar-entries): Skip entries where the timestamp is
19722 not a deadline and not scheduled, if the user requests that.
19723
19724 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
19725 before an opening quote.
19726
19727 * org-archive.el (org-archive-subtree): Keep archive after
19728 archiving something.
19729
19730 * org-id.el (org-id-update-id-locations): Add archive files if
19731 that is required by `org-id-extra-files'.
19732
19733 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19734
19735 * org-src.el (org-src-window-setup): New option.
19736 (org-src-switch-to-buffer): New function.
19737 (org-edit-src-exit): Add optional argument CONTEXT and use it to
19738 restore window configuration.
19739 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
19740 Call `org-src-switch-to-buffer'.
19741
19742 * org.el (org-default-properties): Add STYLE property.
19743 (org-files-list): Use the function call to get the files.
19744 (org-additional-option-like-keywords): Add SETUPFILE to completion
19745 list.
19746
19747 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19748
19749 * org-table.el (org-table-convert-region): Correctly interpret
19750 quoting in csv import.
19751
19752 * org.el (org-icompleting-read): Make iswitchb completion work
19753 with lists and tables.
19754
19755 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
19756 while pushing the mobile agenda.
19757
19758 2009-11-13 John Wiegley <jwiegley@gmail.com>
19759
19760 * org-clock.el (org-clock-auto-clock-resolution): Now takes three
19761 values: nil, t and `when-no-clock-is-running'.
19762 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
19763 whether or not to resolve Org buffers on clock in.
19764
19765 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19766
19767 * org-colview.el (org-format-time-period): Function to format
19768 times in fractional days for display.
19769 (org-columns-display-here): Add support for showing a calculated
19770 value in place of the property.
19771 (org-columns): Set `org-columns-time' to the current time so time
19772 difference calculations will work.
19773 (org-columns-time): Use to store the current time when column view
19774 is displayed, so all time differences will use the same reference
19775 point.
19776 (org-columns-compile-map): There is now an extra position in each
19777 entry specifying the function to use to calculate the displayed
19778 value for the non-calculated properties in the column.
19779 (org-columns-compute-all): Set `org-columns-time' to the current
19780 time so time difference calculations will work.
19781 (org-columns-compute): Handle column operators where the values
19782 used are calculated from the underlying property.
19783 (org-columns-number-to-string): Handle the 'age' column format.
19784 (org-columns-string-to-number): Correct the function name (was
19785 org-column...). Add support for the 'age' column format.
19786 (org-columns-compile-format): Support the additional parameter in
19787 org-columns-compile-map.
19788
19789 2009-11-13 Bastien Guerry <bzg@gnu.org>
19790
19791 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
19792 variable.
19793
19794 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19795
19796 * org-clock.el (org-clock-has-been-used): New variable.
19797 (org-clock-in): Set `org-clock-has-been-used'.
19798 (org-clock-save): Save only if clock data has been used or created
19799 during this session.
19800
19801 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19802
19803 * org-clock.el (org-clock-persist): New value, to store only the
19804 clock history.
19805 (org-clock-save): Don't save the clock if only the history should
19806 be stored.
19807 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
19808 when restoring a saved clock.
19809
19810 2009-11-13 John Wiegley <jwiegley@gmail.com>
19811
19812 * org-clock.el (org-clock-display, org-clock-put-overlay):
19813 Use `org-time-clock-use-fractional'.
19814
19815 * org.el (org-time-clocksum-use-fractional)
19816 (org-time-clocksum-fractional-format): Two new customizable
19817 variables which allow the user to select fractional times (1.25
19818 instead of 1:25) in the `org-clock-display' report.
19819
19820 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19821
19822 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
19823 New option.
19824
19825 * org.el (org-tag-alist): Fix customization type.
19826
19827 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19828
19829 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
19830 Make sure the regexp search can fail without throwing an error.
19831 (org-mobile-apply): Save the inbox buffer after removing
19832 successfully applied changes.
19833
19834 2009-11-13 John Wiegley <jwiegley@gmail.com>
19835
19836 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
19837 time is reported after the user comes back (but before they
19838 resolve time).
19839
19840 * org.el (org-get-repeat): Change so that this function can be
19841 called with either `org-scheduled-string' or
19842 `org-deadline-string'.
19843
19844 * org-clock.el (org-clock-auto-clock-resolution): Rename from
19845 `org-clock-disable-clock-resolution', since negatives don't sound
19846 good in customization variables.
19847 (org-clock-in): Don't use the auto-resolution logic if the user is
19848 clocking into a different task while an active clock is running.
19849 This then allows the default behavior of clocking out of the open
19850 task and then into the new task.
19851
19852 * org.el (org-modules): Made this variable more consistent, since
19853 it was referring to Org, OrgMode and Org-mode, whereas the docs
19854 for the variable always refer to Org-mode.
19855
19856 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19857
19858 * org.el (org-repeat-re): The changed org-repeat-re no longer
19859 matched simple +2d type repeaters. Fix it so it does.
19860
19861 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19862
19863 * org-latex.el (org-export-latex-preprocess): Protect the vspace
19864 macro in the VERSE environment.
19865
19866 2009-11-13 John Wiegley <jwiegley@gmail.com>
19867
19868 * org-habit.el (org-habit-get-priority): A new function that
19869 determines the relative priority of a habit, based on how long
19870 past its scheduled date it is, and how near the deadline is.
19871
19872 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
19873 using `org-habit-get-priority'.
19874
19875 * org-habit.el (org-habit-build-graph): Start displaying colors
19876 from the first scheduled date, if that date is earlier than the
19877 first completion date.
19878
19879 * org-habit.el: Changed all "color" variables to faces, and made
19880 them appropriate for light and dark backgrounds.
19881
19882 * org-habit.el (org-habit-duration-to-days): Made this function
19883 more general.
19884 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
19885
19886 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
19887 habits, since they don't use DEADLINE anymore.
19888
19889 * org.el (org-repeat-re, org-display-custom-time)
19890 (org-timestamp-change): Extend to support the new ".+N/N"
19891 syntax, used for habits.
19892
19893 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
19894 variable reference.
19895
19896 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
19897 modeline when habits are being displayed (if that module is being
19898 loaded).
19899
19900 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19901
19902 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
19903 idle time using the xscreensaver extension.
19904 (org-user-idle-seconds): Use X11 idle time if available.
19905
19906 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19907
19908 * org-agenda.el (org-agenda-next-line): New command.
19909 (org-agenda-previous-line): New commands.
19910 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
19911 New commands.
19912 (org-agenda-follow-mode): Do the follow immediately if the mode is
19913 turned on here.
19914 (previous-line, next-line): Replace keys with the corresponding
19915 org functions.
19916 (org-agenda-mode-map): Bind backspace and delete to the scrolling
19917 command.
19918
19919 * org.el (org-icompleting-read): Turn off partial completion mode
19920 for the duration of this completion round.
19921
19922 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
19923 macros in author lines and similar stuff.
19924
19925 * org.el (org-file-tags): Fix docstring.
19926 (org-get-buffer-tags): Add the #+FILETAGS tags.
19927 ("ecb"): Make ecb show context after jumping into an Org file.
19928
19929 2009-11-13 John Wiegley <johnw@newartisans.com>
19930
19931 * org-agenda.el (org-finalize-agenda): Draw habit consistency
19932 graphs after everything else in the buffer has been setup.
19933
19934 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19935
19936 * org-mobile.el (org-mobile-apply): Count success and failure.
19937
19938 * org.el (org-indent-line-function): Fix regexp replace problem.
19939
19940 2009-11-13 John Wiegley <johnw@newartisans.com>
19941
19942 * org-clock.el (org-clock-disable-clock-resolution):
19943 New customization variable that disable automatic clock resolution on
19944 clock in.
19945 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
19946 not automatically resolve anything. This is does not affect
19947 idle-time resolution, however, if `org-clock-idle-time' is set.
19948
19949 2009-11-13 John Wiegley <johnw@newartisans.com>
19950
19951 * org-habit.el: New file, which implements code to build a "habit
19952 consistency graph".
19953
19954 * org-agenda.el (org-agenda-get-deadlines)
19955 (org-agenda-get-scheduled): Display consistency graphs when
19956 outputting habits into the agenda. The graphs are always relative
19957 to the current time.
19958 (org-format-agenda-item): Add new parameter `habitp', which
19959 indicates whether we are formatting a habit or not. Do not
19960 display "extra" leading information if habitp is true.
19961
19962 * org.el (org-repeat-re): Improve regexp to include .+ and ++
19963 leaders for repeat strings.
19964 (org-get-repeat): Now takes a string parameter `tagline', so the
19965 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
19966
19967 2009-11-13 John Wiegley <johnw@newartisans.com>
19968
19969 * org-agenda.el (org-agenda-auto-exclude-function):
19970 New customization variable for allowing the user to create an "auto
19971 exclusion" filter for doing context-aware auto tag filtering.
19972 (org-agenda-filter-by-tag): Changes to support the use of
19973 `org-agenda-auto-exclude-function'. See the new manual addition.
19974
19975 2009-11-13 John Wiegley <johnw@newartisans.com>
19976
19977 * org.el (org-files-list): Don't attempt to return a file name for
19978 Org buffers which have no associated file.
19979
19980 * org-agenda.el (org-agenda-do-action): Fix a typo.
19981
19982 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19983
19984 * org-mobile.el (org-mobile-locate-entry): Interpret files
19985 relative to org-directory.
19986 (org-mobile-inbox-for-pull): Document the best location for this
19987 file.
19988 (org-mobile-check-setup): Verify `org-directory'.
19989 (org-mobile-create-index-file): Sort the files to be listed in
19990 index.org.
19991
19992 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19993
19994 * org.el (org-fast-tag-selection): Add a way to display a
19995 description for a tag group. This is done by adding a string to
19996 either the startgroup or endgroup cell.
19997
19998 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19999
20000 * org-clock.el (org-clock-resolve, org-resolve-clocks)
20001 (org-emacs-idle-seconds): Use `org-float-time' instead of
20002 `time-to-seconds'.
20003
20004 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20005
20006 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
20007 type.
20008
20009 * org.el (org-pre-cycle-hook): Document that `empty' can also be
20010 the value of ARG when doing local cycling.
20011
20012 2009-11-13 John Wiegley <johnw@newartisans.com>
20013
20014 * org-clock.el (org-clock-resolve-clock): If keeping or
20015 subtracting time results in a clock out at a time in the past, and
20016 if the resolution occurred due to idleness or invoking `M-x
20017 org-resolve-clocks', remember that past moment in time. On the
20018 next clock in, the user will be prompted to see if they want to
20019 back-date their new clock to then.
20020 (org-clock-resolve): Do not jump the user to the location of a
20021 dangling clock if the resolution is occurring due to an idle
20022 timeout. In that case there is typically only one dangling clock,
20023 the active one, and there is no value gained by shuffling their
20024 windows around to show it to them. Being prompted to resolve an
20025 idle clock should be as inobtrusive as possible.
20026 (org-resolve-clocks-if-idle): New function that resolves only the
20027 currently active clock if the user has exceeded the time returned
20028 by `org-user-idle-seconds', based on the value of
20029 `org-clock-idle-time'.
20030 (org-clock-in): If, after resolving clocks, (???)
20031 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
20032
20033 * org-clock.el (org-clock-resolve-clock): New function that
20034 resolves a clock to a specific time, closing or resuming as need
20035 be, and possibly even starting a new clock.
20036 (org-clock-resolve): New function used by `org-resolve-clocks'
20037 that sets up for the call to `org-clock-resolve-clock'.
20038 It determines the time to resolve to based on a single-character
20039 selection from the user to either keep time, subtract away time or
20040 cancel the clock.
20041 (org-resolve-clocks): New user command which resolves dangling
20042 clocks -- that is, open but not active -- anywhere in the file
20043 list returned by `org-files-list'.
20044 (org-clock-in): Automatically resolve dangling clocks whenever a
20045 user clocks in.
20046 (org-clock-cancel): If the user cancels the solely clock in a
20047 LOGBOOK, remove the empty drawer.
20048
20049 * org-clock.el (org-clock-idle-time): New user customizable option
20050 for detecting whether the user has left a clock idle. Note: it is
20051 only used in this commit to test whether it's worthwhile to check
20052 OS X to get the Mac user's current idle time. If the Emacs idle
20053 time is less than the value, the user hasn't been away long enough
20054 to be worth checking (a more expensive test than just getting
20055 Emacs idle time).
20056 (org-user-idle-seconds, org-mac-idle-seconds)
20057 (org-emacs-idle-seconds): This three functions, in conjunction
20058 with the user customization variable `org-clock-idle-time', return
20059 the number of seconds (as a floating point) that the user has been
20060 away from their Emacs (or, if running on OS X, their computer).
20061
20062 * org-clock.el (org-find-open-clocks): New function that returns a
20063 list of all open clocks in the given FILE. Note that each clock
20064 it returns is a cons cell of the format (MARKER . START-TIME).
20065 This "clock" value is used by several of the new clock module
20066 utility functions.
20067 (org-is-active-clock): New inline function which tests whether the
20068 given clock value is the same as the currently active clock.
20069 Returns non-nil if this is the case.
20070 (org-with-clock-position): New macro that evaluates FORMS with
20071 point in the buffer and at the position of the given clock.
20072 Changes to the current clock are global.
20073 (org-with-clock): New macro that evaluates FORMS with point in the
20074 buffer and at the position of the given clock. However, changes
20075 to the current clock are local and have no effect on the user's
20076 active clock. This allows, for example, far any clock to be
20077 canceled without canceling the active clock.
20078 (org-clock-clock-in): New inline function that switches the active
20079 clock to the given clock. If either the argument RESUME, or the
20080 global `org-clock-in-resume', are non-nil, it will resume a clock
20081 that was previously left open.
20082 (org-clock-clock-out): New inline function that clocks out the
20083 given clock value without affecting the currently active clock.
20084 (org-clock-clock-cancel): New inline function that cancels the
20085 given clock value without affecting the currently active clock.
20086
20087 * org-clock.el (org-clock-in): Before creating
20088 `org-clock-mode-line-timer', check to make sure an older timer is
20089 not currently running.
20090 (org-clock-out): Accept new third parameter `at-time', which
20091 permits a clock to be clocked out at a specific time. Note that
20092 no attempt is made to verify that the clock out time is later than
20093 the clock in time.
20094
20095 * org.el (org-files-list): New utility function for returning a
20096 list of all open org-mode buffers, plus all files used to build
20097 the agenda buffer. Note that not all the files will necessarily
20098 be visited by a buffer at time of call.
20099 (org-entry-beginning-position): Like the function
20100 `line-beginning-position', this inline function returns the
20101 beginning position of the current heading/entry.
20102 (org-entry-end-position): Like the function `line-end-position',
20103 this inline function returns the end position of the current
20104 heading/entry.
20105
20106 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20107
20108 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
20109 a header line.
20110
20111 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20112
20113 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
20114
20115 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20116
20117 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
20118 entries that have no tags.
20119 (org-agenda-search-view): New customize group.
20120 (org-agenda-search-view-search-words-only): New option.
20121 (org-search-view): Implement substring search.
20122
20123 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20124
20125 * org.el (org-outline-level): Add doc string.
20126
20127 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20128
20129 * org-inlinetask.el (org-inlinetask-export): Re-introduce
20130 variable.
20131 (org-inlinetask-export-handler): Only export inline task if the
20132 user option calls for it.
20133
20134 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20135
20136 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
20137 END if present.
20138
20139 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20140
20141 * org-latex.el (org-export-latex-tables): Don't format in
20142 protected regions.
20143
20144 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20145
20146 * org-src.el (org-edit-src-code)
20147 (org-edit-src-find-region-and-lang, org-edit-src-exit):
20148 Handle macro editing.
20149
20150 * org-agenda.el (org-prefix-category-max-length): New variable.
20151 (org-format-agenda-item): Use `org-prefix-category-max-length'.
20152 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
20153
20154 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20155
20156 * org-mobile.el (org-mobile-create-index-file): Improve the
20157 listing of tags and todo keywords.
20158
20159 * org-latex.el (org-export-latex-format-image): New function.
20160 (org-export-latex-links): Use `org-export-latex-format-image'.
20161
20162 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20163
20164 * org-inlinetask.el (org-inlinetask-get-current-indentation)
20165 (org-inlinetask-remove-terminator): New functions.
20166 (org-inlinetask-export-handler): Terminate the description list.
20167
20168 * org-exp.el (org-export-select-backend-specific-text): Remove the
20169 region markers.
20170
20171 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
20172 tasks without content.
20173
20174 * org-clock.el: Make sure the clock-in target position does not
20175 move to a different node by widening the buffer.
20176
20177 * org-html.el (org-export-html-format-image): Wrap image into
20178 figure div only when there is a caption.
20179
20180 * org-archive.el (org-archive-mark-done): Change default value to
20181 nil.
20182
20183 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20184
20185 * org.el (org-context): Call `bobp', not `eobp'.
20186
20187 * org-clock.el (org-clock-cancel): Remove quotes from marker
20188 variables.
20189
20190 * org.el (org-read-date-prefer-future): New allowed value `time'.
20191 (org-read-date-analyze): Shift day to tomorrow depending on time
20192 entered and value of `org-read-date-prefer-future'.
20193
20194 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
20195
20196 * org.el (org-version, org-get-refile-targets, org-refile)
20197 (org-store-log-note, org-diary-to-ical-string)
20198 (org-speedbar-set-agenda-restriction):
20199 * org-publish.el (org-publish-find-title):
20200 * org-plot.el (org-plot/gnuplot):
20201 * org-mouse.el (org-mouse-do-remotely):
20202 * org-mobile.el (org-mobile-move-capture):
20203 * org-mac-message.el (org-mac-message-insert-flagged):
20204 * org-latex.el (org-replace-region-by-latex):
20205 * org-docbook.el (org-replace-region-by-docbook):
20206 * org-clock.el (org-clock-out, org-clock-cancel):
20207 * org-bibtex.el (org-execute-file-search-in-bibtex):
20208 Use with-current-buffer.
20209
20210 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
20211
20212 * org.el (org-directory, org-map-entries):
20213 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
20214
20215 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20216
20217 * org.el (org-set-tags-to): New command.
20218
20219 * org-latex.el (org-export-latex-set-initial-vars): Also check in
20220 the plist.
20221
20222 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
20223 keyword.
20224
20225 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
20226
20227 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20228
20229 * org-inlinetask.el (org-inlinetask-export): Option removed.
20230 (org-inlinetask-export-handler): Better export.
20231
20232 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
20233 (org-export-as-xoxo): Run the new hook.
20234
20235 * org-html.el (org-export-html-final-hook): New hook.
20236 (org-export-as-html): Run the new hook.
20237
20238 * org-docbook.el (org-export-docbook-final-hook): New hook.
20239 (org-export-as-docbook): Run the new hook.
20240
20241 * org-ascii.el (org-export-ascii-final-hook): New hook.
20242 (org-export-as-ascii): Run the new hook.
20243
20244 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
20245 space character as the character before the ^/_.
20246 (org-export-latex-final-hook): New hook.
20247 (org-export-as-latex): Run `org-export-latex-final-hook'.
20248
20249 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20250
20251 * org-macs.el (org-if-unprotected-at): Fix docstring.
20252
20253 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
20254 text in the prefix (if category is a link).
20255
20256 * org-latex.el (org-export-latex-preprocess): Deal properly with
20257 empty lines in verse environments.
20258
20259 * org.el (org-format-latex-header): Inline fullpage.sty.
20260
20261 * org-footnote.el (org-footnote-create-definition): Reveal context
20262 to add a new footnote definition.
20263
20264 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
20265 org-table-recalculate when cursor is in TBLFM line.
20266
20267 * org-list.el (org-renumber-ordered-list): Fix cursor position
20268 when bullet length has changed.
20269
20270 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20271
20272 * org.el (org-format-latex): Mention `org-format-latex-options' in
20273 the docstring.
20274
20275 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20276
20277 * org.el (org-agenda-get): New function.
20278
20279 * org-agenda.el (org-agenda-post-command-hook): No longer move
20280 point away from end of line.
20281 (org-agenda-add-entry-text, org-agenda-collect-markers)
20282 (org-finalize-agenda, org-agenda-mark-clocking-task)
20283 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
20284 (org-agenda-entry-text-show, org-agenda-highlight-todo)
20285 (org-agenda-compare-effort, org-agenda-filter-apply)
20286 (org-agenda-later, org-agenda-change-time-span)
20287 (org-agenda-post-command-hook, org-agenda-show-priority)
20288 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
20289 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
20290 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
20291 (org-agenda-open-link, org-agenda-copy-local-variable)
20292 (org-agenda-switch-to, org-agenda-check-no-diary)
20293 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
20294 (org-agenda-add-note, org-agenda-change-all-lines)
20295 (org-agenda-priority, org-agenda-set-tags)
20296 (org-agenda-set-property, org-agenda-set-effort)
20297 (org-agenda-toggle-archive-tag, org-agenda-date-later)
20298 (org-agenda-show-new-time, org-agenda-date-prompt)
20299 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
20300 (org-agenda-clock-in, org-agenda-bulk-mark)
20301 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
20302 Use `org-get-at-bol'.
20303
20304 * org-colview.el (org-columns-display-here)
20305 (org-columns-edit-allowed, org-agenda-columns):
20306 Use `org-get-at-bol'.
20307
20308 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20309
20310 * org.el (org-special-ctrl-a/e): Improve documentation and
20311 customize type.
20312 (org-end-of-line): Don't jump to after the ellipsis.
20313 (org-mode-map): Bind <home> and <end> as well.
20314
20315 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20316
20317 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
20318 space after #+ as comments.
20319 (org-open-at-point): Run `org-follow-link-hook' always.
20320
20321 * org-latex.el (org-export-latex-emph-format): Use better commands
20322 to insert special characters in verbatim snippets.
20323
20324 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20325
20326 * org-faces.el (org-copy-face): New function. Use it to create
20327 various faces formerly created by using `copy-face'.
20328
20329 * org-agenda.el (org-prepare-agenda): Don't officially mark this
20330 window dedicated.
20331 (org-agenda-quit): Kill the frame containing the agenda window if
20332 that frame was created for the agenda.
20333
20334 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20335
20336 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
20337 stamp in the agenda.
20338
20339 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20340
20341 * org-agenda.el (org-prepare-agenda):
20342 Reset `org-drawers-for-agenda'.
20343 (org-prepare-agenda): Uniquify list of drawers.
20344
20345 * org.el (org-complex-heading-regexp-format): New variable.
20346 (org-set-regexps-and-options):
20347 Define `org-complex-heading-regexp-format'.
20348 (org-drawers-for-agenda): New variable.
20349 (org-map-entries): Bind `org-drawers-for-agenda'.
20350 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
20351
20352 * org-remember.el (org-go-to-remember-target)
20353 (org-remember-handler): Use `org-complex-heading-regexp-format'.
20354
20355 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20356
20357 * org-agenda.el (org-agenda-highlight-todo): Fix text property
20358 problem.
20359
20360 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
20361 always with `invisible-ok'.
20362 (org-store-link): No error when there is nothing to link to in the
20363 agenda.
20364
20365 * org-list.el (org-update-checkbox-count): Insert changed cookie
20366 before the old, to avoid problems with invisibility at the end of
20367 the line.
20368 (org-update-checkbox-count): Insert changed cookie before the old,
20369 to avoid problems with invisibility at the end of the line.
20370
20371 * org.el (org-sort-entries-or-items): Include the final newline.
20372 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
20373 lines for fontification.
20374 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
20375 (org-prepare-dblock): Store the current indentation of the BEGIN
20376 line.
20377 (org-update-dblock): Apply the indentation of the begin line to
20378 the rest of the block.
20379 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
20380 (org-startup-folded): New allowed value `showeverything'.
20381 (org-startup-options): Add STARTUP keyword `showeverything'.
20382 (org-set-startup-visibility): Respect value `showeverything' in
20383 org-startup-folded.
20384
20385 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20386
20387 * org.el (org-closest-date): Fix issue with past preference.
20388
20389 * org-archive.el (org-archive-set-tag)
20390 (org-archive-subtree-default): New commands.
20391
20392 * org-clock.el (org-clock-clocktable-default-properties):
20393 New option.
20394 (org-clock-report):
20395 Use `org-clock-clocktable-default-properties'.
20396
20397 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20398
20399 * org.el (org-iswitchb-completing-read): Fix typo.
20400
20401 * org-crypt.el: New file.
20402
20403 * org.el: Add an entry for org-crypt.
20404
20405 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20406
20407 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
20408 consistency.
20409 (org-batch-store-agenda-views): New function.
20410 (org-agenda-title-append): Define variable.
20411 (org-write-agenda): New export to Org files.
20412 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
20413 (org-agenda): Allow to keep the restricted file list if a special
20414 variable is bound to t.
20415 (org-agenda): Define a special agenda view for working on flagged
20416 entries.
20417 (org-agenda-get-restriction-and-command): List the new agenda
20418 view.
20419 (org-agenda-show-the-flagging-note): New command.
20420 (org-agenda-mode-map): New key `?' for looking at the flagging
20421 note.
20422
20423 * org.el (org-autoload): Autoload org-mobile.el.
20424 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
20425
20426 * org-mobile.el: New file.
20427
20428 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
20429
20430 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20431
20432 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
20433 statements.
20434 (org-table-get-remote-range): Match indented #+TBLNAME
20435 statements.
20436
20437 * org.el (org-convert-to-odd-levels)
20438 (org-convert-to-oddeven-levels): Work also correctly if the file
20439 is in outline-mode.
20440
20441 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20442
20443 * org.el (org-store-link): When in agenda buffer, link to
20444 referenced entry.
20445 (org-add-planning-info): Remove spaces at eol.
20446
20447 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
20448 property.
20449
20450 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20451
20452 * org-latex.el (org-export-latex-first-lines): Fix problem with
20453 LaTeX export of first line and selected subtree.
20454
20455 * org.el (org-shifttab): Interpret arg differently when using only
20456 odd levels.
20457
20458 2009-10-01 Bastien Guerry <bzg@gnu.org>
20459
20460 * org.el (org-check-agenda-file): Use a more explicit message.
20461
20462 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20463
20464 * org-exp.el (org-export-remove-special-table-lines): Don't remove
20465 normal lines.
20466
20467 2009-10-01 Bastien Guerry <bzg@gnu.org>
20468
20469 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
20470 prompt in the temporary window.
20471
20472 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
20473 prefix for marked entries in the agenda view.
20474
20475 2009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
20476
20477 * org.el (outline-end-of-subtree): Bugfix: advise this function in
20478 a way that prevents any trailing character from being displayed.
20479
20480 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20481
20482 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
20483 menu.
20484
20485 * org-exp.el (org-export-remove-special-table-lines): Remove bad
20486 slow regexp match.
20487
20488 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20489
20490 * org-latex.el (org-export-latex-preprocess): Do not protect in
20491 the LaTeX header.
20492
20493 * org-src.el (org-edit-src-save): Save window setup while saving.
20494 (org-edit-src-code): Use new buffer name construction scheme.
20495
20496 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20497
20498 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
20499 New variable.
20500 (org-agenda-entry-text-cleanup-hook): New hook.
20501 (org-agenda-get-some-entry-text): Remove matches of
20502 `org-agenda-entry-text-exclude-regexps' and run the hook
20503 `org-agenda-entry-text-cleanup-hook'.
20504
20505 * org.el (org-offer-links-in-entry): New argument ZERO to
20506 implement a link with index zero.
20507 (org-cycle-show-empty-lines): Not keep empty line under header
20508 hidden.
20509 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
20510 to nil for special completion.
20511 (org-store-link): Don't error before the first heading.
20512
20513 * org-agenda.el (org-agenda-open-link): Pass the prefix to
20514 `org-offer-links-in-entry'.
20515
20516 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20517
20518 * org-agenda.el (org-agenda-quit): Provide the window argument for
20519 `window-dedicated-p', Emacs 22 needs it.
20520 (org-format-agenda-item): If the category is a link, arrange for
20521 invisible text to replaced with spaces.
20522 (org-compile-prefix-format): Add the extra space.
20523 (org-prefix-category-length): New variable.
20524
20525 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
20526 references from TOC lines.
20527
20528 * org.el (org-selected-window): New variable.
20529
20530 * org-table.el (org-table-edit-formulas): Remember the selected
20531 window.
20532 (org-table-fedit-finish, org-table-fedit-abort): Select the window
20533 that was originally selected.
20534
20535 * org-exp.el (org-export-preprocess-apply-macros): Scan the
20536 expansion of a macro for more macro definitions.
20537
20538 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
20539 invisibility overlay starts on the newline.
20540
20541 2009-10-01 Glenn Morris <rgm@gnu.org>
20542
20543 * org-agenda.el (calendar-check-holidays):
20544 * org-exp.el (org-agenda-skip):
20545 * org-list.el (outline-back-to-heading):
20546 * org-wl.el (wl-summary-goto-folder-subr):
20547 * org.el (iswitchb-mode, remember, remember-buffer-desc)
20548 (remember-finalize, remember-save-after-remembering, remember-register)
20549 (remember-buffer, remember-handler-functions)
20550 (remember-annotation-functions): Remove unused declarations.
20551
20552 * org.el (iswitchb-read-buffer): Fix declaration.
20553
20554 2009-09-30 Glenn Morris <rgm@gnu.org>
20555
20556 * org-compat.el (w32-focus-frame):
20557 * org-exp-blocks.el (R):
20558 * org-exp.el (htmlize-buffer):
20559 * org-protocol.el (server-edit):
20560 * org-table.el (org-format-org-table-html):
20561 * org.el (org-indent-mode): Fix declarations.
20562
20563 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
20564 free variable `fun'.
20565
20566 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
20567
20568 * org-agenda.el (org-agenda-restore-windows-after-quit):
20569 Fix typo in docstring.
20570
20571 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
20572
20573 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
20574 (org-shiftselect-error, org-ctrl-c-ctrl-c):
20575 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
20576 * org-attach.el (org-attach-check-absolute-path):
20577 * org-docbook.el (org-export-as-docbook):
20578 * org-html.el (org-export-as-html):
20579 * org-id.el (org-id-update-id-locations):
20580 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
20581 Fix typos in error messages.
20582
20583 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
20584
20585 * org-ascii.el: Require CL for the `loop' macro.
20586
20587 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
20588
20589 * org-gnus.el (require): Wrap (require gnus-sum) into
20590 eval-when-compile.
20591
20592 2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
20593
20594 * org-protocol.el (org-protocol-store-link)
20595 (org-protocol-remember, org-protocol-open-source): Remove autoload
20596 cookies again.
20597
20598 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
20599 referencing the start of the line.
20600
20601 * org-gnus.el: Remove unnecessary declare-function forms.
20602 (gnus-sum): Always require gnus-sum.
20603
20604 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20605
20606 * org-protocol.el (org-protocol-store-link)
20607 (org-protocol-remember, org-protocol-open-source): Add autoloads.
20608
20609 * org-compat.el (org-float-time): New function.
20610
20611 * org.el (org-clock-update-time-maybe)
20612 (org-sort-entries-or-items, org-do-sort)
20613 (org-evaluate-time-range, org-time-string-to-seconds)
20614 (org-closed-in-range): Use `org-float-time'.
20615
20616 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
20617 (org-timer-seconds): Use `org-float-time'.
20618
20619 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
20620 (org-clock-sum, org-dblock-write:clocktable)
20621 (org-clocktable-steps): Use `org-float-time'.
20622
20623 * org-agenda.el (org-agenda-last-marker-time)
20624 (org-agenda-new-marker, org-diary): Use `org-float-time'.
20625
20626 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
20627 function.
20628
20629 * org-exp.el (org-get-file-contents): Only protect lines that
20630 really need it.
20631
20632 * org-html.el (require): Require cl for compilation.
20633
20634 * org.el: Avoid using `default-major-mode'.
20635
20636 * org-plot.el (require): Require CL only at compile time.
20637
20638 * org-exp.el (require): Require CL only at compile time.
20639
20640 * org-agenda.el (org-agenda-quit): When the agenda window is
20641 dedicated, remove other windows before exiting, so that the frame
20642 really will be killed.
20643
20644 * org-exp.el (org-export-handle-include-files): Reset START and
20645 END for each loop cycle.
20646
20647 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20648
20649 * org.el (org-eval-in-calendar):
20650 Use `org-select-frame-set-input-focus'.
20651
20652 * org-compat.el (org-select-frame-set-input-focus): New function.
20653
20654 * org.el (org-update-statistics-cookies): New function.
20655 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
20656
20657 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20658
20659 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
20660 after the local variables are set.
20661
20662 * org-latex.el (org-export-latex-protect-amp): New function.
20663 (org-export-latex-links): Protect link ampersands in tables.
20664
20665 * org-exp.el (org-export-select-backend-specific-text): Match in
20666 two steps, to avoid regexp problems.
20667
20668 * org.el (org-offer-links-in-entry): Improve working with many and
20669 duplicate links.
20670
20671 * org-agenda.el (org-agenda-show-1): Make more consistent with
20672 normal cycling.
20673 (org-agenda-cycle-show): Make more consistent with normal cycling.
20674
20675 * org-gnus.el (org-gnus-store-link): Restore the linking to a
20676 website.
20677
20678 2009-09-02 Bastien Guerry <bzg@gnu.org>
20679
20680 * org-latex.el (org-export-latex-first-lines): Bugfix.
20681
20682 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20683
20684 * org-clock.el (org-clock-modify-effort-estimate): Emit message
20685 about new effort.
20686
20687 * org.el (org-set-effort): New function.
20688 (org-mode-map): New key for effort setting command.
20689
20690 * org-agenda.el (org-agenda): Keep window setup when calling
20691 agenda from within agenda window.
20692 (org-agenda-mode-map): New keys for effort setting commands.
20693 (org-agenda-menu): Add effort setting commands to menu.
20694 (org-agenda-set-property, org-agenda-set-effort): New functions.
20695
20696 * org-latex.el (org-export-latex-tables):
20697 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
20698 the first column has been removed.
20699
20700 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20701
20702 * org.el (org-remove-timestamp-with-keyword): Only remove in
20703 entry, not in subtree.
20704
20705 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
20706 emacs lisp.
20707
20708 * org.el (org-open-at-point): When on headline, offer all strings
20709 in entry.
20710
20711 * org-remember.el (org-remember-templates): Documentation fix.
20712
20713 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
20714 `org-get-last-sibling' instead of the outline versions of these
20715 functions.
20716 (org-get-last-sibling): New function.
20717 (org-refile): Use `org-get-next-sibling' instead of the outline
20718 version of this function.
20719 (org-clean-visibility-after-subtree-move):
20720 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
20721 outline versions of these functions.
20722
20723 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20724
20725 * org-agenda.el (org-prepare-agenda): When creating a new frame
20726 for the agenda, make the window dedicated.
20727
20728 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
20729
20730 * org-table.el (org-table-align): Change the order of reinsertion
20731 and deletion, to avoid problems with overlays following the table.
20732
20733 * org.el (org-parse-time-string): Better error message.
20734 (org-show-subtree): Use org-end-of-subtree.
20735
20736 * org-macs.el (org-goto-line): New defsubst.
20737
20738 * org.el (org-open-file, org-change-tag-in-region)
20739 (org-fast-tag-show-exit): Don't use `goto-line'.
20740
20741 * org-table.el (org-table-align, org-table-insert-column)
20742 (org-table-delete-column, org-table-move-column)
20743 (org-table-sort-lines, org-table-copy-region)
20744 (org-table-paste-rectangle, org-table-wrap-region)
20745 (org-table-get-specials, org-table-rotate-recalc-marks)
20746 (org-table-get-range, org-table-recalculate)
20747 (org-table-edit-formulas, org-table-fedit-convert-buffer)
20748 (org-table-show-reference, org-table-highlight-rectangle):
20749 Don't use `goto-line'.
20750
20751 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
20752 (org-edit-src-exit): Don't use `goto-line'.
20753
20754 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
20755
20756 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
20757 Don't use `goto-line'.
20758
20759 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
20760
20761 * org-colview.el (org-columns, org-columns-redo)
20762 (org-agenda-columns): Don't use `goto-line'.
20763
20764 * org-agenda.el (org-agenda-mode): Force visual line motion off.
20765 (org-agenda-add-entry-text-maxlines): Improve docstring.
20766 (org-agenda-start-with-entry-text-mode): New option.
20767 (org-agenda-entry-text-maxlines): New option.
20768 (org-agenda-entry-text-mode): New variable.
20769 (org-agenda-mode): Set initial value of
20770 `org-agenda-entry-text-mode'.
20771 (org-agenda-mode-map): Add the `E' key.
20772 (org-agenda-menu): Add entry text mode to the menu.
20773 (org-agenda-get-some-entry-text): Fix line count bug.
20774 (org-finalize-agenda): Apply entry text mode if appropriate.
20775 (org-agenda-entry-text-show-here): New function.
20776 (org-agenda-entry-text-show): New function.
20777 (org-agenda-entry-text-hide): New function.
20778 (org-agenda-view-mode-dispatch): Add entry text mode to the view
20779 key menu.
20780 (org-agenda-entry-text-mode): New command.
20781 (org-agenda-set-mode-name): Add entry text mode to the mode line
20782 string.
20783 (org-agenda-undo, org-agenda-get-restriction-and-command)
20784 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
20785 `goto-line'.
20786
20787 2009-09-02 Bernt Hansen <bernt@norang.ca>
20788
20789 * org-clock.el (org-notify): Bugfix.
20790
20791 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20792
20793 * org-agenda.el (org-agenda-open-link): Handle multiple links and
20794 check for after-string.
20795
20796 * org-gnus.el (org-gnus-store-link): Simplify.
20797
20798 * org.el (org-latex-regexps): Don't add extra empty lines for
20799 display formulas.
20800
20801 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20802
20803 * org-agenda.el (org-agenda-get-some-entry-text): New function.
20804 (org-agenda-add-entry-text):
20805 Use `org-agenda-get-some-entry-text'.
20806
20807 * org.el (org-cycle-separator-lines): Update docstring.
20808 (org-cycle-show-empty-lines): Handle negative values for
20809 `org-cycle-show-empty-lines'.
20810
20811 * org-exp.el (org-export-protect-sub-super): New function.
20812 (org-export-normalize-links): Protect the url of plain links from
20813 supscript and superscript processing.
20814
20815 * org-remember.el (org-remember-escaped-%): New function.
20816 (org-remember-apply-template): Use `org-remember-escaped-%' to
20817 detect escaped % signs.
20818
20819 2009-09-02 Bastien Guerry <bzg@gnu.org>
20820
20821 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
20822 sound when showing the notification.
20823
20824 * org-clock.el (org-notify): New function.
20825 (org-clock-notify-once-if-expired): Use `org-notify'.
20826
20827 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
20828 and `gnus-article-mode' separately.
20829 (gnus-summary-article-header): Fix the declare-function.
20830
20831 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20832
20833 * org-exp.el (org-export-format-source-code-or-example):
20834 Translate language.
20835
20836 * org-src.el (org-src-lang-modes): New variable.
20837 (org-edit-src-code): Translate language.
20838
20839 * org-exp.el (org-export-format-source-code-or-example): Deal wit
20840 the new structure of the `org-export-latex-listings-langs'
20841 variable.
20842
20843 * org-latex.el (org-export-latex-listings-langs): Change structure
20844 of the variable from plist to alist.
20845
20846 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20847
20848 * org.el (org-in-commented-line): New function.
20849
20850 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20851
20852 * org.el (org-hide-block-toggle): Make folded blocks searchable.
20853
20854 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
20855
20856 * org.el (org-flag-drawer): More useful error.
20857
20858 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20859
20860 * org-remember.el (org-remember-apply-template):
20861 Use org-icompleting-read.
20862
20863 * org-publish.el (org-publish): Use org-icompleting-read.
20864
20865 * org-colview.el (org-columns-edit-value, org-columns-new)
20866 (org-insert-columns-dblock): Use org-icompleting-read.
20867
20868 * org-attach.el (org-attach-delete-one, org-attach-open):
20869 Use org-icompleting-read.
20870
20871 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20872
20873 * org.el (org-hierarchical-todo-statistics): Improve docstring.
20874 (org-version): Return the version text.
20875 (org-org-menu): Add a menu entry for the new bug reporter.
20876 (org-submit-bug-report): New command.
20877
20878 * org-list.el (org-hierarchical-checkbox-statistics):
20879 Improve docstring.
20880
20881 * org.el (org-emphasis-regexp-components): Add "`" to set of
20882 pre-emphasis characters.
20883
20884 * org-latex.el (org-export-latex-classes): Always include the soul
20885 package.
20886 (org-export-latex-emphasis-alist): Use \st for strikethough.
20887
20888 * org-exp-blocks.el (org-export-blocks-preprocess):
20889 Use `indent-code-rigidly' to indent.
20890
20891 * org-agenda.el (org-agenda-get-restriction-and-command):
20892 Remove properties only if MATCH really is a string.
20893
20894 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20895
20896 * org-latex.el (org-export-latex-packages-alist):
20897 Fix customization type.
20898
20899 * org.el (org-create-formula-image): Also use
20900 `org-export-latex-packages-alist'.
20901
20902 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
20903 (org-export-as-html): Format footnotes correctly.
20904
20905 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20906
20907 * org.el (org-fast-tag-selection): Avoid text properties on tags
20908 in the alist.
20909
20910 * org-agenda.el (org-agenda-get-restriction-and-command):
20911 Avoid text properties on the match element.
20912
20913 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20914
20915 * org.el (org-set-regexps-and-options): Make sure the list of done
20916 keywords is not invalid.
20917
20918 * org-exp.el (org-export-interpolate-newlines): New function.
20919
20920 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20921
20922 * org.el (org-format-latex): Avoid nested overlays.
20923
20924 * org-latex.el (org-export-latex-listings-langs): Add a few more
20925 languages.
20926
20927 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
20928 ignore newlines and space before the first macro argument.
20929
20930 * org-latex.el (org-export-latex-tables): Remove save-excursion
20931 around `org-table-align'.
20932
20933 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20934
20935 * org.el (org-export-html-special-string-regexps):
20936 Definition moved into org.el.
20937
20938 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
20939 in macro calls.
20940
20941 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20942
20943 * org-latex.el (org-export-latex-listings)
20944 (org-export-latex-listings-langs): New options.
20945
20946 * org-exp.el (org-export-format-source-code-or-example):
20947 Use listing package if requested by the user.
20948
20949 2009-09-02 Bastien Guerry <bzg@gnu.org>
20950
20951 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
20952 command before actually switching to a buffer.
20953
20954 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20955
20956 * org-exp.el (org-get-file-contents): Only quote org lines when
20957 the markup is src or example.
20958
20959 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
20960 New option.
20961 (org-agenda-get-day-entries): Remember deadline results and pass
20962 them on into the function getting the scheduling information.
20963 (org-agenda-get-scheduled): Accept deadline results as parameters
20964 and maybe skip some entries.
20965 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
20966
20967 * org.el (org-insert-heading): When respecting content, do not
20968 convert current line to headline.
20969
20970 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
20971 Also cheeeeeck the hd marker.
20972 (org-clock-in): Also set the hd marker.
20973 (org-clock-out): Also set the hd marker.
20974 (org-clock-cancel): Reset markers.
20975
20976 * org.el (org-clock-hd-marker): New marker.
20977
20978 * org-faces.el (org-agenda-clocking): New face.
20979
20980 * org-agenda.el (org-agenda-mark-clocking-task): New function.
20981 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
20982
20983 * org.el (org-modules): Add org-track.el.
20984
20985 * org-agenda.el (org-agenda-bulk-marked-p): New function.
20986 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
20987 Use `org-agenda-bulk-marked-p'.
20988 (org-agenda-bulk-toggle): New command.
20989
20990 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20991
20992 * org.el (org-move-subtree-down): Hide subtree if it was folded,
20993 not just the body.
20994
20995 * org-remember.el (org-remember-finalize): Avoid buffer-modified
20996 messages.
20997
20998 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20999
21000 * org-html.el (org-export-as-html):
21001 * org-docbook.el (org-export-as-docbook):
21002 Use (default-value 'major-mode) instead of default-major-mode.
21003
21004 2009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
21005
21006 * org-docbook.el: Add arch-tag.
21007
21008 * org-exp-blocks.el: Add arch-tag.
21009
21010 * org-id.el: Add arch-tag.
21011
21012 * org-indent.el: Add arch-tag.
21013
21014 * org-inlinetask.el: Add arch-tag.
21015
21016 * org-protocol.el: Add arch-tag.
21017
21018 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21019
21020 * org.el (org-create-formula-image): Remove the -E option for
21021 dvipng.
21022
21023 * org-exp.el (org-default-export-plist): Respect #+BIND.
21024 (org-export-confirm-letbind): New function.
21025
21026 * org.el (org-paste-subtree): Test the kill ring entry if it is
21027 going to be used.
21028 (org-copy-subtree): Use `org-forward-same-level'.
21029 (org-forward-same-level): Respect the `invisibe-ok' arg for
21030 back-to-heading.
21031
21032 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21033
21034 * org.el (org-table-map-tables): Make sure cursor is back at table
21035 beginning after funcall.
21036
21037 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
21038 handled before children, and do not error if an entry is not
21039 found, probably because it hase been remove when the parent was
21040 archived or refiled.
21041
21042 * org.el (org-ido-completing-read): Accept straight lists for
21043 completion as well as alists.
21044
21045 * org-timer.el (org-timer-cancel-timers): Rename from
21046 `org-timer-cancel-timers'.
21047
21048 * org.el (org-cycle-internal-local): Fix problem with finding next
21049 invisible line.
21050
21051 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21052
21053 * org-list.el (org-list-send-list):
21054 Call `org-list-goto-true-beginning' instead of
21055 `org-list-find-true-beginning', which does not exist.
21056
21057 * org-timer.el (org-timer-reset-timers): Use `mapc'.
21058 (org-timer-set-timer): Do not assign to heading.
21059
21060 * org-id.el (org-id-open): Quote function name.
21061
21062 * org-macs.el (org-unmodified): Turn off recording undo
21063 information while running inside the macro.
21064
21065 * org-table.el (org-table-export): Also work in file-less
21066 buffers.
21067
21068 * org.el (org-startup-indented): New option.
21069 (org-startup-options): Add new options indent and noindent.
21070 (org-unfontify-region): Remove line-prefix and wrap-prefix
21071 properties.
21072 (org-after-demote-entry-hook, org-after-promote-entry-hook):
21073 New hooks.
21074 (org-promote, org-demote): Run the new hooks.
21075
21076 * org-table.el (org-table-align): Replace leading \n as well.
21077
21078 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
21079 and `line-wrap' text properties.
21080
21081 * org-compat.el (org-kill-new): New function.
21082
21083 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
21084 `line-wrap' text properties.
21085
21086 * org-indent.el: New file.
21087
21088 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21089
21090 * org.el (org-provide-todo-statistics): Tweak docstring.
21091
21092 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
21093
21094 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21095
21096 * org-exp.el (org-export-as-org): Insert the "-source" string
21097 before the extension.
21098
21099 * org.el (org-read-date): Make sure the calendar is in the current
21100 frame.
21101 (org-set-emph-re): Remove the ? from the post-match.
21102 (org-emphasis-regexp-components): Add backslash to the
21103 postmatch class.
21104 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
21105 optional so that also lines at the end of the buffers will still
21106 be matched as headlines.
21107
21108 * org-table.el (org-table-error-on-row-ref-crossing-hline):
21109 Variable made obsolete.
21110 (org-table-relative-ref-may-cross-hline): New option.
21111 (org-table-find-row-type): Honow the new option
21112 `org-table-relative-ref-may-cross-hline'.
21113
21114 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21115
21116 * org-table.el (org-table-cut-region, org-table-copy-region):
21117 Work on single field if no active region.
21118
21119 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21120
21121 * org-latex.el (org-export-latex-make-header): Only insert title
21122 if one is defined.
21123
21124 * org.el (org-make-options-regexp): Allow empty values.
21125
21126 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21127
21128 * org.el (org-cycle-internal-local): Improved version of finding
21129 next visible line.
21130 (org-cycle-hide-drawers): Only hide drawers if this is really
21131 necessary.
21132 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
21133 org-version of this function in Org-mode. We use advice to
21134 implement this change, so that future changes to this function in
21135 outline.el wil be handled properly.
21136 (org-forward-same-level, org-backward-same-level): New commands.
21137
21138 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21139
21140 * org.el (org-remove-empty-overlays-at)
21141 (org-clean-visibility-after-subtree-move): New functions.
21142 (org-move-subtree-down): Simplify cleanup of display.
21143
21144 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21145
21146 * org-mac-message.el (org-mac-message-get-links): Improve
21147 docstring. Make argument SELECT-OR-FLAGGED optional, default to
21148 "s". Fix the return value.
21149 (org-mac-message-insert-flagged): Simplify.
21150
21151 * org.el (org-refile-get-location): Tamper with refile history o
21152 that history contains compete matches instead of the entered
21153 string.
21154
21155 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21156
21157 * org.el (org-store-link): Never store a link to an inline task.
21158
21159 * org-footnote.el (org-footnote-goto-local-insertion-point):
21160 Skip inline tasks when positioning footnotes.
21161
21162 * org.el (org-refile): Remove the END line when archiving an
21163 inline task that does have an END line.
21164
21165 * org-archive.el (org-archive-subtree): Remove the END line when
21166 archiving an inline task that does have an END line.
21167
21168 * org-macs.el (org-with-limited-levels): New macro.
21169 (org-get-limited-outline-regexp): New function.
21170
21171 * org-exp.el (org-export-format-source-code-or-example): Fix bug
21172 that did not enumerate first line.
21173 (org-export-mark-radio-links): Skip matches in links.
21174
21175 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21176
21177 * org.el (org-activate-plain-links): Make single-match.
21178 (org-adapt-indentation): Fix docstring.
21179
21180 * org-macs.el (org-unmodified): Turn of modification hooks while
21181 running this macro.
21182
21183 2009-08-06 Bastien Guerry <bzg@gnu.org>
21184
21185 * org.el (org-adapt-indentation): Slightly improve the docstring.
21186 (org-occur): Sends an error when the user inputs an empty string.
21187 (org-priority): Bugfix: the tag alignement should happen within
21188 save-excursion.
21189
21190 2009-08-06 Bastien Guerry <bzg@gnu.org>
21191
21192 * org.el (org-make-link-regexps): Don't exclude parentheses from
21193 `org-plain-link-re'.
21194 (org-cycle-internal-local): When locally cycling, switch directly
21195 from CHILDREN to FOLDED if there is no subtree.
21196 (org-cycle): Update the docstring to document the new behavior of
21197 `org-cycle-internal-local'.
21198
21199 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
21200
21201 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
21202 an abbreviated format for days.
21203
21204 2009-08-06 Bastien Guerry <bzg@gnu.org>
21205
21206 * org-protocol.el (org-protocol-default-template-key):
21207 New option.
21208
21209 * org.el (org-refile): Bugfix: save-excursion before reading the
21210 refile target, otherwise cursor moves might confuse `org-refile'.
21211
21212 * org.el (org-toggle-heading): Bugfix: correctly convert list
21213 items before the first headline.
21214
21215 * org.el (org-provide-todo-statistics): Allow a list of TODO
21216 keywords to compute statistics against headlines containing a
21217 keyword from this list.
21218 (org-update-parent-todo-statistics): Possibly use the new allowed
21219 value of `org-provide-todo-statistics'.
21220
21221 2009-08-06 Bastien Guerry <bzg@gnu.org>
21222
21223 * org-timer.el: Add autoload cookie.
21224
21225 * org.el (org-occur-link-in-agenda-files): New function.
21226
21227 * org-timer.el (org-timer-last-timer): New variable.
21228
21229 * org-agenda.el (org-agenda-mode-map): New key for
21230 org-timer-set-timer called from the agenda.
21231
21232 * org.el (org-mode-map): New key for org-timer-set-timer.
21233
21234 * org-timer.el (org-timer-reset-timers)
21235 (org-timer-show-remaining-time, org-timer-set-timer):
21236 New functions.
21237
21238 * org-clock.el (org-show-notification): Update the docstring.
21239
21240 * org.el (org-provide-todo-statistics): Allow new value
21241 'all-headlines for this option, which includes entries with no
21242 TODO keywords in the todo statistics.
21243 (org-update-parent-todo-statistics): Possibly use the new
21244 'all-headline value from `org-provide-todo-statistics'.
21245
21246 2009-08-06 Bastien Guerry <bzg@gnu.org>
21247
21248 * org-clock.el (org-dblock-write:clocktable): Add a new option
21249 :timestamp which allows display of timestamps in clock reports.
21250
21251 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
21252 list to a subtree, preserving the structure of the list.
21253 (org-set-emph-re): Make the last element optional in the regexp.
21254 This regexp now matches an emphasized string at the end of a line.
21255
21256 * org-list.el (org-list-goto-true-beginning)
21257 (org-list-make-subtree, org-list-make-subtrees): New functions.
21258
21259 * org.el (org-eval-in-calendar): Select the right frame.
21260 (org-save-frame-excursion): Remove this macro.
21261
21262 2009-08-06 Bastien Guerry <bzg@gnu.org>
21263
21264 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
21265 trying to find the beginning of a list.
21266
21267 * org-exp.el (org-get-file-contents): Use a new argument: markup.
21268 When present, tell org-get-file-contents not to protect org-like
21269 lines.
21270
21271 * org-id.el (org-id-uuid-program): New option to set the name of
21272 the uuidgen program.
21273 (org-id-method): Use `org-id-uuid-program'.
21274 (org-id-new): Use `org-id-uuid-program'.
21275
21276 2009-08-06 Bastien Guerry <bzg@gnu.org>
21277
21278 * org-exp.el (org-export-number-lines): Allow whitespace in code
21279 references. Allow the -r switch to remove the references in the
21280 source code even when the lines are not numbered: the labels can
21281 be explicit enough.
21282
21283 * org.el (org-fontify-whole-heading-line): New option.
21284 (org-set-font-lock-defaults): Use the new option.
21285
21286 * org-clock.el (org-show-notification-handler): New option.
21287 (org-show-notification): Use the new option.
21288
21289 2009-08-06 Bastien Guerry <bzg@gnu.org>
21290
21291 * org.el (org-eval-in-calendar): Fix a bug about calendar
21292 navigation when `calendar-setup' value is 'calendar-only.
21293
21294 2009-08-06 Bastien Guerry <bzg@gnu.org>
21295
21296 * org.el (orgstruct++-mode): Fix typo in docstring.
21297 (org-insert-link): Clean up: (or (...)) => (...)
21298 (org-insert-link): Use TAB for stored links completion.
21299
21300 2009-08-06 Bastien Guerry <bzg@gnu.org>
21301
21302 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
21303 building the list of targets.
21304
21305 * org-remember.el (org-remember-delete-empty-lines-at-end):
21306 New option.
21307 (org-remember-handler): Use the new option.
21308
21309 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
21310
21311 * org.el (org-tags-sort-function): New option for sorting tags.
21312 (org-set-tags): Use the new option to sort tags.
21313
21314 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
21315 premature deletion of the data when using org-plot in a script.
21316
21317 2009-08-06 Bastien Guerry <bzg@gnu.org>
21318
21319 * org-clock.el (org-clock-in-prepare-hook): New hook.
21320 (org-clock-in): Use this new hook.
21321
21322 2009-08-06 Bastien Guerry <bzg@gnu.org>
21323
21324 * org.el (org-special-ctrl-a/e): Explicitly bind the value
21325 'reversed for this option to the "true line boundary first"
21326 behavior.
21327 (org-tags-match-list-sublevels): Document the 'indented value for
21328 this variable.
21329
21330 * org-latex.el (org-export-latex-first-lines): Fix problem with
21331 publishing the region.
21332
21333 * org-exp.el (org-export-format-source-code-or-example):
21334 Fix bad line numbering when exporting examples in HTML.
21335
21336 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
21337
21338 * org-colview.el (org-format-time-period): Formats a time in
21339 fractional days as days, hours, mins, seconds.
21340 (org-columns-display-here): Add special handling for SINCE and
21341 SINCE_IA to format for display.
21342
21343 * org.el (org-time-since): Add a function to get the time since an
21344 org timestamp.
21345 (org-entry-properties): Add two new special properties: SINCE and
21346 SINCE_IA. These give the time since any active or inactive
21347 timestamp in an entry.
21348 (org-special-properties): Add SINCE, SINCE_IA.
21349 (org-tags-sort-function): Add custom declaration for tags
21350 sorting function.
21351 (org-set-tags): Sort tags if org-tags-sort-function is set.
21352
21353 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21354
21355 * org-clock.el (org-clock-goto): Find hidden headlines as well.
21356
21357 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
21358
21359 * org-plot.el (org-plot/add-options-to-plist): Add timeind
21360 option.
21361
21362 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21363
21364 * org-publish.el (org-publish-remove-all-timestamps): New function.
21365 (org-publish-all): Remove all timestamp files if `org-publish-all'
21366 is called with a prefix argument.
21367
21368 * org-list.el (org-indent-item): Fix typo.
21369 (org-item-indent-positions): Normalize ordered bullet.
21370
21371 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21372
21373 * org-macs.el (org-set-local): Make a local variable, do not make
21374 the variable buffer-local!
21375
21376 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
21377
21378 * org-exp.el (org-infile-export-plist): Read BIND lines.
21379 (org-install-letbind): New function.
21380 (org-export-as-org, org-export-preprocess-string):
21381 Call `org-install-letbind'.
21382
21383 * org-list.el (org-list-demote-modify-bullet): New option.
21384 (org-first-list-item-p): Save point.
21385 (org-fix-bullet-type): New optional argument FORCE-BULLET.
21386 (org-indent-item): Honor `org-list-demote-modify-bullet'.
21387 (org-item-indent-positions): Return bullet types along with
21388 indentation.
21389
21390 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21391
21392 * org.el (org-show-entry): Hide drawers.
21393
21394 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21395
21396 * org-footnote.el (org-footnote-auto-adjust): New option.
21397 (org-footnote-auto-adjust-maybe): New function.
21398 (org-footnote-new, org-footnote-delete):
21399 Call `org-footnote-auto-adjust-maybe'.
21400
21401 * org.el (org-startup-options): Add new footnote-related
21402 keywords.
21403
21404 * org-publish.el (org-publish-timestamp-filename): Additional
21405 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
21406 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
21407 TRUE-PUB-DIR. Pass them through to
21408 `org-publish-timestamp-filename'.
21409 (org-publish-update-timestamp): Additional arguments PUB-DIR and
21410 PUB-FUNC, which are included in the hash.
21411 (org-publish-file): Delay timestamp test until the publishing
21412 function is known.
21413
21414 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21415
21416 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
21417 setting the deadline.
21418
21419 * org.el (org-read-date-final-answer): New variable.
21420 (org-read-date): Store the final answer string, including the date
21421 from the calendar, for reuse by agenda bulk commands.
21422
21423 * org-publish.el (org-publish-attachment): Fix publishing of
21424 attachments.
21425
21426 * org-latex.el (org-export-latex-quotation-marks): Fix export of
21427 quotation makrs in parenthesis.
21428 (org-remove-initial-hash): New function.
21429 (org-export-latex-preprocess): Fix bug with infinite loop if
21430 environment is not properly closed.
21431
21432 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
21433 when indented.
21434
21435 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
21436 highlight also when indented.
21437
21438 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21439
21440 * org-footnote.el (org-footnote-renumber-fn:N): New command.
21441 (org-footnote-action): Offer renumbering.
21442
21443 * org.el (org-cycle): Honor the `integrate' value of
21444 org-cycle-include-plain-lists'.
21445
21446 * org-list.el (org-cycle-include-plain-lists): New allowed value
21447 `internal'. Improve the docstring.
21448
21449 * org.el (org-set-autofill-regexps): Improve the paragraph-start
21450 regexp to work better with LaTeX commands.
21451
21452 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21453
21454 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
21455 and eps extensions.
21456
21457 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21458
21459 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
21460 loaded.
21461
21462 * org.el (org-map-entries): No longer force
21463 `org-tags-match-list-sublevels' to t during a todo-only tags
21464 search.
21465
21466 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21467
21468 * org-latex.el (org-export-latex-low-levels): Allow user-defined
21469 environment.
21470 (org-export-latex-subcontent): Handle user-defined environment.
21471
21472 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
21473 the View dispatcher.
21474
21475 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
21476 `make-overlay'.
21477
21478 * org-latex.el (org-export-as-pdf): Protect match data during call
21479 to shell-quote-argument.
21480
21481 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
21482 (org-agenda-view-mode-dispatch): New function.
21483
21484 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21485
21486 * org-agenda.el (org-agenda-mode): Reset list of marks.
21487 (org-agenda-mode-map): Define new keys for refile and bulk action.
21488 (org-agenda-menu): Add menu itesm for refile and bulk action.
21489 (org-agenda-refile): New function.
21490 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
21491 (org-agenda-marked-entries): New variable.
21492 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
21493 (org-agenda-remove-all-bulk-action-marks)
21494 (org-agenda-bulk-action): New functions/commands.
21495
21496 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21497
21498 * org-exp.el (org-get-file-contents): Protect org-like lines in
21499 included files.
21500 (org-export-format-source-code-or-example): Remove newlines.
21501
21502 * org-latex.el (org-export-latex-links): Check for no-description
21503 marking.
21504
21505 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
21506 argument separator back to comma.
21507 (org-export-normalize-links): Mark links without description.
21508
21509 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21510
21511 * org-exp.el (org-infile-export-plist): Fix bug in macro
21512 processing.
21513
21514 * org-agenda.el (org-agenda-clock-out): Update line after clocking
21515 out.
21516 (org-agenda-highlight-todo): Fix bug with highlighting.
21517
21518 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21519
21520 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
21521 new alignment strings.
21522
21523 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
21524 command list.
21525 (org-table-align): Check for forced align type.
21526
21527 * org.el (org-self-insert-command): Add yas/expand to command
21528 list.
21529
21530 * org-clock.el (org-clock-in-hook): New hook.
21531 (org-clock-in): Run `org-clock-in-hook.
21532 (org-clock-out-hook): New hook.
21533 (org-clock-out): Run `org-clock-out-hook.
21534 (org-clock-cancel-hook): New hook.
21535 (org-clock-cancel): Run `org-clock-cancel-hook.
21536 (org-clock-goto-hook): New hook.
21537 (org-clock-goto): Run `org-clock-goto-hook.
21538
21539 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21540
21541 * org.el (org-store-link): Better default description for link to
21542 Org-mode headline.
21543
21544 * org-exp.el (org-export-generic): Autoload the generic exporter
21545 function.
21546 (org-export): Implement the `g' key for the generic exporter.
21547
21548 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21549
21550 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
21551 and for zbacktab'.
21552
21553 * org-exp.el (org-infile-export-plist): Get macros also from
21554 #+SETUPFILE.
21555
21556 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21557
21558 * org-colview.el (org-columns-capture-view): Protect vertical bars
21559 in column values.
21560 (org-columns-capture-view): Exclude comment and archived trees.
21561
21562 * org.el (org-quote-vert): New function.
21563
21564 * org-latex.el (org-export-latex-verbatim-wrap): New option.
21565
21566 * org-exp.el (org-export-format-source-code-or-example):
21567 Use `org-export-latex-verbatim-wrap'.
21568
21569 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
21570 time stamps.
21571
21572 2009-08-06 Eric Schulte <schulte.eric@gmail.com>
21573
21574 * org-exp-blocks.el: New file.
21575
21576 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21577
21578 * org-remember.el (org-remember-templates): Allow the headline
21579 element to be a function.
21580 (org-remember-apply-template): If the headline is a function, call
21581 it to get the true function.
21582
21583 * org-clock.el (org-clock-menu): New function.
21584 (org-clock-update-mode-line): Update help string.
21585 (org-clock-modify-effort-estimate): New function.
21586 (org-clock-mark-default-task): New function.
21587
21588 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
21589 minutes as input.
21590 (org-org-menu): Add new clocking stuff.
21591 (org-clock-is-active): New function.
21592
21593 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21594
21595 * org.el (org-open-non-existing-files): Improve docstring.
21596
21597 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21598
21599 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
21600 New option.
21601 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
21602
21603 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
21604
21605 * org-list.el (org-get-checkbox-statistics-face): Use the new
21606 faces.
21607
21608 * org-faces.el (org-checkbox-statistics-todo)
21609 (org-checkbox-statistics-done): New faces.
21610
21611 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21612
21613 * org-latex.el (org-export-latex-use-verb): New variable.
21614 (org-export-latex-emph-format): Prefer \texttt over \verb when
21615 org-export-latex-use-verb is set.
21616
21617 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21618
21619 * org-remember.el (org-remember-handler): Abort remember if the
21620 buffer is empty.
21621
21622 * org-exp.el (org-export-format-source-code-or-example):
21623 Run `org-src-mode-hook'.
21624
21625 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21626
21627 * org.el (org-indent-line-function): Fix indentation of +#end lines.
21628
21629 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
21630
21631 * org-gnus.el (org-gnus-store-link): Require message.el in
21632 org-gnus-store-link.
21633
21634 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21635
21636 * org-src.el: New file, split out of org.el.
21637
21638 * org-macs.el (org-replace-match-keep-properties): New function.
21639
21640 * org-exp.el (org-export-mark-blockquote-verse-center):
21641 Better preprocessing of center and quote and verse blocks.
21642
21643 * org-list.el (org-list-end): Respect the stored "original"
21644 indentation when determining the end of the list.
21645
21646 * org-exp.el (org-export-replace-src-segments-and-examples):
21647 Remember indentation correctly.
21648
21649 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21650
21651 * org-clock.el (org-clock-update-mode-line): Apply face
21652 org-mode-line-clock.
21653
21654 * org-faces.el (org-mode-line-clock): New face.
21655
21656 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
21657
21658 * org-gnus.el (org-gnus-store-link): Fix bug where
21659 `org-gnus-store-link' used wrong subject when called in an article
21660 buffer. Patch provided by fengli AT gmail DOT com.
21661
21662 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21663
21664 * org-exp.el (org-export-format-source-code-or-example):
21665 Remember the original indentation of source code snippets and examples.
21666
21667 * org-latex.el (org-export-as-latex): Relocate the table of
21668 contents.
21669
21670 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
21671
21672 * org-agenda.el (org-run-agenda-series): Scope global options also
21673 when creating the agenda buffer.
21674
21675 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21676
21677 * org.el (org-adapt-indentation): Improve documentation.
21678 (org-insert-property-drawer): Respect org-adapt-indentation when
21679 inserting the drawer.
21680 (org-remove-flyspell-overlays-in): New function.
21681 (org-do-emphasis-faces, org-activate-plain-links)
21682 (org-activate-code, org-fontify-meta-lines-and-blocks)
21683 (org-activate-angle-links, org-activate-footnote-links)
21684 (org-activate-bracket-links, org-activate-dates)
21685 (org-activate-target-links, org-activate-tags): Remove flyspell
21686 overlays.
21687
21688 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21689
21690 * org.el (org-edit-src-save): New function.
21691
21692 * org-clock.el (org-clock-out-switch-to-state): New option.
21693 (org-clock-out): Honor `org-clock-out-switch-to-state'.
21694
21695 * org-compat.el (org-compatible-face): Improve macro.
21696
21697 * org.el (org-global-properties-fixed): Add default for
21698 CLOCK_MODELINE_TOTAL.
21699
21700 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
21701 and tend.
21702 (org-clock-sum-current-item): Optional argument TSTART, pass it to
21703 org-clock-sum.
21704 (org-clock-get-sum-start): New function.
21705
21706 * org.el (org-startup-options): New keywords blockhide and
21707 blockshow.
21708 (org-mode): Add new invisibility spec.
21709 (org-set-startup-visibility): Hide block on startup if so
21710 desired.
21711 (org-hide-block-startup): New option.
21712 (org-block-regexp): New constant.
21713 (org-hide-block-overlays): New variable.
21714 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
21715 (org-show-block-all, org-hide-block-toggle-maybe)
21716 (org-hide-block-toggle): New functions.
21717 (org-edit-src-exit): Do not quote lines starting with # and no +
21718 behind it.
21719 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
21720 entry.
21721
21722 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21723
21724 * org.el (org-buffer-property-keys): Add Effort property for
21725 completion.
21726
21727 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21728
21729 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
21730 when retrieving total clocked time in the subtree.
21731
21732 * org.el (org-quoting-blocks): New variable.
21733
21734 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21735
21736 * org-table.el (org-table-store-formulas)
21737 (org-table-get-stored-formulas, org-table-fix-formulas)
21738 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
21739 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
21740
21741 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
21742 Allow indented #+TBLFM line.
21743
21744 * org-footnote.el (org-footnote-goto-local-insertion-point):
21745 Allow indented #+TBLFM line.
21746
21747 * org-colview.el (org-dblock-write:columnview): Allow indented
21748 #+TBLFM line.
21749
21750 * org-clock.el (org-dblock-write:clocktable): Allow indented
21751 #+TBLFM line.
21752
21753 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21754
21755 * org-exp.el (org-export-format-source-code-or-example):
21756 Make editing indented blocks work correctly.
21757
21758 * org.el (org-edit-src-nindent): New variable.
21759 (org-edit-src-code, org-edit-fixed-width-region)
21760 (org-edit-src-find-region-and-lang, org-edit-src-exit):
21761 Make editing indented blocks work correctly.
21762
21763 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21764
21765 * org-exp.el (org-export-replace-src-segments-and-examples):
21766 Find indented blocks.
21767 (org-export-format-source-code-or-example): Fix indentation of
21768 blocks.
21769 (org-export-remove-indentation): New function.
21770 (org-export-select-backend-specific-text): Allow backend-specific
21771 code to be indented.
21772 (org-export-mark-blockquote-verse-center): Allow markers to be
21773 indented.
21774
21775 * org.el (org-fontify-meta-lines): New function.
21776 (org-set-font-lock-defaults): Call the new fontification
21777 function.
21778
21779 * org-faces.el (org-meta-line): New face.
21780 (org-block): New face.
21781
21782 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21783
21784 * org.el (org-treat-insert-todo-heading-as-state-change)
21785 (org-treat-S-cursor-todo-selection-as-state-change):
21786 New variables.
21787 (org-insert-todo-heading):
21788 Honor `org-treat-insert-todo-heading-as-state-change'.
21789 (org-shiftright, org-shiftleft):
21790 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
21791 (org-inhibit-logging): New variable.
21792
21793 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21794
21795 * org-agenda.el (org-remove-subtree-entries-from-agenda):
21796 Reduce range for marker position checking.
21797
21798 * org-latex.el (org-export-latex-first-lines): Fix bug when
21799 exporting a region.
21800
21801 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21802
21803 * org-exp.el (org-export-push-to-kill-ring): Protect using
21804 x-set-selection, because that does not always work.
21805
21806 * org-agenda.el (org-agenda-list): Apply the new face
21807 `org-agenda-date-today'.
21808
21809 * org-faces.el (org-agenda-date-today): New face.
21810
21811 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21812
21813 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
21814 creating appointments.
21815
21816 * org-latex.el (org-export-latex-low-levels): Fix customization
21817 type.
21818
21819 * org.el (org-priority, org-shiftup, org-shiftdown):
21820 Disable priority commands.
21821
21822 * org-agenda.el (org-agenda-priority): Disable priority commands.
21823
21824 * org.el (org-enable-priority-commands): New option.
21825
21826 * org-colview.el (org-columns-compute)
21827 (org-columns-number-to-string): Fix problems with empty fields.
21828
21829 * org-exp.el (org-export-push-to-kill-ring): New function.
21830 (org-export-copy-to-kill-ring): New option.
21831
21832 * org-latex.el (org-export-as-latex):
21833 Call `org-export-push-to-kill-ring'.
21834
21835 * org-exp.el (org-export-show-temporary-export-buffer):
21836 New option.
21837
21838 * org-latex.el (org-export-as-latex):
21839 Use `org-export-show-temporary-export-buffer'.
21840
21841 * org-exp.el (org-export-show-temporary-export-buffer):
21842 New option.
21843 (org-export-push-to-kill-ring): New function.
21844
21845 * org-colview.el (org-columns-compile-map): New variable.
21846 (org-columns-new, org-columns-compute)
21847 (org-columns-number-to-string, org-columns-uncompile-format)
21848 (org-columns-compile-format): Implement new operators.
21849
21850 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21851
21852 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
21853
21854 * org-list.el (org-update-checkbox-count): Make property
21855 dependent.
21856
21857 * org.el (org-hierarchical-todo-statistics): New option.
21858 (org-update-parent-todo-statistics): Modify to handle recursive
21859 statistics.
21860
21861 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21862
21863 * org-publish.el (org-publish): Make this function behave
21864 correctly in interactive use when called with a prefix argument.
21865
21866 * org.el (org-todo-statistics-hook): New hook.
21867 (org-update-parent-todo-statistics): Use new hook.
21868 (org-log-into-drawer): New function.
21869 (org-add-log-setup): Use the new `org-log-into-drawer' function to
21870 determine if we should be logging into a drawer.
21871 (org-log-into-drawer): Update docstring.
21872 (org-default-properties): Add LOG_INTO_DRAWER as a property.
21873
21874 * org-list.el (org-checkbox-statistics-hook): New hook.
21875 (org-update-checkbox-count-maybe): Use new hook.
21876
21877 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21878
21879 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
21880 better buffer-generating mechanism.
21881 (org-edit-src-find-buffer): New function.
21882
21883 * org-icalendar.el (org-print-icalendar-entries): Don't check for
21884 archive tag, this is already done by `org-agenda-skip'.
21885 data while constructing lost of tags.
21886
21887 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21888
21889 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
21890 as argument separator in macros.
21891
21892 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21893
21894 * org.el (org-after-sorting-entries-or-items-hook): New hook.
21895 (org-sort-entries-or-items): Run the new hook.
21896 (org-after-refile-insert-hook): New hook.
21897 (org-refile): Run `org-after-refile-insert-hook'.
21898
21899 * org-agenda.el (org-agenda-get-progress): Never take time of day
21900 from headline when displaying progress.
21901
21902 * org-latex.el (org-export-latex-complex-heading-re): New variable.
21903 (org-export-as-latex): Force the correct regexp in the
21904 preprocessor buffer.
21905 (org-export-latex-set-initial-vars):
21906 Set `org-export-latex-complex-heading-re'.
21907
21908 * org-agenda.el (org-agenda-start-with-log-mode): New option.
21909 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
21910
21911 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21912
21913 * org-latex.el (org-export-latex-tables-centered): New option.
21914 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
21915
21916 * org-exp.el (org-export-as-org): New command.
21917 (org-export-as-org): New command.
21918
21919 * org-publish.el (org-publish-org-to-org): New function.
21920
21921 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21922
21923 * org.el (org-yank): Just call `org-yank-generic'.
21924 (org-yank-generic): New function, containing the formaer
21925 functionality of `org-yank'.
21926
21927 * org-latex.el (org-export-latex-not-done-keywords)
21928 (org-export-latex-done-keywords): New variables.
21929 (org-export-latex-todo-keyword-markup): New option.
21930 (org-export-latex-set-initial-vars): Remember the TODO keywords.
21931 (org-export-latex-keywords-maybe): Apply the TODO markup.
21932
21933 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21934
21935 * org-exp.el (org-infile-export-plist): Add more default macros.
21936 (org-export-preprocess-apply-macros): Process macro arguments.
21937
21938 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21939
21940 * org-icalendar.el (org-icalendar-include-todo): New allowed value
21941 `unblocked'.
21942 (org-print-icalendar-entries): Respect the new value of
21943 `org-icalendar-include-todo'.
21944
21945 * org.el (org-link-try-special-completion)
21946 (org-file-complete-link): New functions.
21947 (org-insert-link): Add special completion support for some link
21948 types.
21949
21950 * org-bbdb.el (org-bbdb-complete-link): New function.
21951
21952 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21953
21954 * org-list.el (org-update-checkbox-count): Allow recursive
21955 statistics.
21956 (org-hierarchical-checkbox-statistics): New option.
21957
21958 * org.el (org-cycle): Remove erraneous space character.
21959
21960 * org-icalendar.el (org-icalendar-timezone): Initialize from
21961 environment.
21962
21963 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21964
21965 * org.el (org-autoload): Fix autoloading of ascii export
21966 functions.
21967 (org-modules): Add org-special-blocks.
21968
21969 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21970
21971 * org-icalendar.el (org-start-icalendar-file): Use the new option.
21972 (org-ical-timezone): New option.
21973
21974 * org-exp.el (org-export-get-coderef-format): Use the description
21975 is present.
21976
21977 * org.el (org-sort-entries-or-items): Improve docstring, and make
21978 better implementation for time sorting.
21979
21980 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21981
21982 * org.el (org-edit-src-persistent-message): New option.
21983 (org-edit-src-code, org-edit-fixed-width-region): Use the new
21984 option.
21985
21986 * org-clock.el (org-clock-insert-selection-line): Fix prefious
21987 patch.
21988
21989 * org.el (org-edit-src-code, org-edit-fixed-width-region):
21990 Use separate buffer instead of indirect buffer to edit source code.
21991 (org-edit-src-exit): Make this function work with the new setup.
21992
21993 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
21994 are properly fontified before shown in the selection menu.
21995
21996 * org.el (org-fontify-like-in-org-mode): New function.
21997
21998 * org-latex.el (org-export-latex-links): Use the property list to
21999 retrieve the default image attributes.
22000
22001 * org-exp.el (org-export-plist-vars): Add a new option.
22002
22003 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22004
22005 * org-exp.el (org-export, org-export-visible): Support ASCII
22006 export to buffer.
22007 (org-export-normalize-links): Do not protect the description if it
22008 is explicitly given.
22009
22010 * org-list.el (org-reset-checkbox-state-subtree): Move here from
22011 org-checklist.el.
22012 (org-reset-checkbox-state-subtree):
22013 Call `org-reset-checkbox-state-subtree'.
22014
22015 * org-remember.el (org-select-remember-template): For the
22016 selection of a valid template.
22017
22018 * org-latex.el (org-export-region-as-latex): Supply the
22019 force-no-subtree argument.
22020 (org-export-as-latex): Provide better limits when exporting the
22021 first line. When exporting to string, we still want the first
22022 lines.
22023 (org-export-latex-first-lines): New argument END, to force the end
22024 of the region.
22025 (org-export-region-as-latex): Use the property list.
22026 (org-export-as-latex): ????
22027
22028 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22029
22030 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
22031 (org-export-latex-preprocess): Run the new hook.
22032
22033 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
22034 (org-export-preprocess-string): Run the new hook.
22035
22036 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22037
22038 * org-macs.el (org-check-external-command): New defsubst.
22039
22040 * org.el (org-mode-map): New key for reload.
22041 (org-format-latex): Better error message when external programs
22042 are not available.
22043
22044 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
22045
22046 * org.el (org-sort-entries-or-items): Explicit sorting function
22047 for priorities, needed for XEmacs compatibility.
22048
22049 * org-remember.el (org-remember-apply-template): Improve auto-save
22050 behavior.
22051
22052 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22053
22054 * org-latex.el (org-export-latex-preprocess): Also protect
22055 environments ending in a star.
22056
22057 * org-list.el (org-at-item-p): Fix regular expression.
22058
22059 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22060
22061 * org.el (org-end-of-subtree): Improve speed.
22062
22063 * org-agenda.el (org-agenda-get-timestamps)
22064 (org-agenda-get-progress, org-agenda-get-deadlines)
22065 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
22066 in particular, wait as long as possible to collect the tags.
22067 (org-stuck-projects): Improve docstring.
22068
22069 * org.el (org-store-link): No errors when getting custom id before
22070 first headline.
22071 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
22072
22073 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22074
22075 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
22076
22077 * org-protocol.el: Remove dependency on url.el.
22078 (org-protocol-unhex-compound, org-protocol-open-source):
22079 Remove dependency on url.el.
22080
22081 * org-latex.el (org-export-as-pdf):
22082 Use `org-latex-to-pdf-process'.
22083
22084 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22085
22086 * org-latex.el (org-latex-to-pdf-process): New option.
22087
22088 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
22089 New option.
22090 (org-agenda-get-timestamps):
22091 Honor `org-agenda-skip-additional-timestamps-same-entry'.
22092
22093 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
22094 (org-clock-goto): Find recent task only if
22095 `org-clock-goto-may-find-recent-task' allows it.
22096
22097 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
22098 drawers, and drawers that are missing the :END: line.
22099
22100 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22101
22102 * org-clock.el (org-clock-goto): Go to recently clocked task if no
22103 clock is running.
22104
22105 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22106
22107 * org.el (org-update-parent-todo-statistics): Check for
22108 STATISTICS_FROM property.
22109
22110 * org-list.el (org-update-checkbox-count): Check for
22111 STATISTICS_FROM property.
22112
22113 * org.el (org-tab-first-hook)
22114 (org-tab-after-check-for-table-hook)
22115 (org-tab-after-check-for-cycling-hook): New hooks.
22116 (org-cycle-internal-global, org-cycle-internal-local):
22117 New functions, split out from `org-cycle'.
22118 (org-cycle): Call the new hooks.
22119
22120 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22121
22122 * org-exp.el (org-export-preprocess-string): Reset the list of
22123 preferred targets for each run of the preprocessor.
22124
22125 * org.el (org-refile-target-verify-function):
22126 Improve documentation.
22127 (org-get-refile-targets): Respect point being moved by the
22128 verification function.
22129
22130 * org-latex.el (org-export-latex-timestamp-keyword-markup):
22131 New option.
22132 (org-export-latex-keywords): Use new option.
22133
22134 * org.el (org-rear-nonsticky-at): New defsubst.
22135 (org-activate-plain-links, org-activate-angle-links)
22136 (org-activate-footnote-links, org-activate-bracket-links)
22137 (org-activate-dates, org-activate-target-links)
22138 (org-activate-tags): Place the rear-nonsticky properties at the
22139 correct location.
22140
22141 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22142
22143 * org-protocol.el (server-edit): Declare `server-edit'.
22144 (org-protocol-unhex-string, org-protocol-unhex-compound):
22145 New functions.
22146 (org-protocol-check-filename-for-protocol): Call `server-edit'.
22147
22148 * org.el (org-default-properties): New default properteis for
22149 completion.
22150
22151 * org-exp.el (org-export-add-subtree-options): Add new properties
22152 for subtree export.
22153
22154 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22155
22156 * org-id.el (org-id-get-with-outline-path-completion): Turn off
22157 org-refile-target-verify-function for the duration of the command.
22158
22159 * org.el (org-link-to-org-use-id): New possible value
22160 `create-if-interactive-and-no-custom-id'.
22161 (org-store-link): Use custom IDs.
22162 (org-link-search): Find custom ID properties from #link.
22163 (org-default-properties): Add CUSTOM_ID for property completion.
22164 (org-refile-target-verify-function): New option.
22165 (org-goto): Turn off org-refile-target-verify-function
22166 for the duration of the command.
22167
22168 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22169
22170 * org-exp.el (org-export-preferred-target-alist): New variable.
22171 (org-export-define-heading-targets): Find the new CUSTOM_ID
22172 property.
22173 (org-export-target-internal-links): Target the custom ids when
22174 possible.
22175
22176 * org-latex.el (org-export-latex-preprocess): Better regexp for
22177 matching latex macros with arguments.
22178
22179 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22180
22181 * org-remember.el (org-remember-handler): Allow filing to non-org
22182 files.
22183
22184 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
22185
22186 * org-table.el (org-table-fix-formulas): Do not change references
22187 to remote tables.
22188 (org-table-get-remote-range): Convert standard coordinates to RC
22189 format.
22190
22191 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
22192
22193 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22194
22195 * org-compat.el (org-sha1-string): Function removed.
22196
22197 * org.el (org-refile-allow-creating-parent-nodes): New option.
22198 (org-refile-get-location): New argument NEW-NODES.
22199 (org-refile): Call `org-refile-get-location' with the new
22200 argument.
22201 (org-refile-get-location): Arrange for adding a new child.
22202 (org-refile-new-child): New function.
22203
22204 * org-clock.el: Fix a number of docstrings.
22205 (org-clock-find-position): New argument
22206 FIND-UNCLOSED to make the function find an unclosed clock in the
22207 entry.
22208 (org-clock-in): Call `org-clock-find-position' with the new
22209 argument if we might be resuming a clock.
22210
22211 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22212
22213 * org-latex.el (org-export-latex-display-custom-times): New variable.
22214 (org-export-latex-timestamp-markup): New option.
22215 (org-export-latex-set-initial-vars): Remember the local value of
22216 `org-display-custom-times'.
22217 (org-export-latex-content): Process time stamps.
22218 (org-export-latex-time-stamps): New function.
22219
22220 * org-macs.el (org-maybe-intangible): Add intangible property
22221 again to invisible text.
22222
22223 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22224
22225 * org-exp.el (org-default-export-plist): Handle undefined
22226 variables.
22227
22228 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22229
22230 * org.el (org-sort-entries-or-items): Match TODO keywords
22231 case-sensitively, when sorting.
22232 (org-priority): Do not match TODO keywords with wrong case.
22233
22234 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22235
22236 * org.el (org-todo): Honor the NOBLOCKING property.
22237
22238 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
22239 NOBLOCKING property.
22240
22241 * org.el (org-scan-tags): Fix bug in tag scanner.
22242
22243 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22244
22245 * org.el (org-modules): Mark obsolete packages.
22246
22247 * org-html.el: New file, split out from org-exp.el.
22248
22249 * org-icalendar.el: New file, split out from org-exp.el.
22250
22251 * org-xoxo.el: New file, split out from org-exp.el.
22252
22253 * org-ascii.el: New file, split out from org-exp.el.
22254
22255 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22256
22257 * org-compat.el (org-find-library-name): New function.
22258
22259 * org.el (org-pre-cycle-hook): New hook.
22260 (org-cycle): Call the new hook in appropriate places.
22261 (org-reload): Only reload files that have been loaded before.
22262
22263 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22264
22265 * org.el (org-set-font-lock-defaults): Enforxe space or line end
22266 after todo keyword.
22267 (org-todo): When changing TODO state, do matching
22268 case-sensitively.
22269 (org-map-continue-from): New variable.
22270 (org-scan-tags): Respect values in `org-map-continue-from'.
22271 (org-reload): Make XEmacs compatible.
22272
22273 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22274
22275 * org-protocol.el (org-protocol-flatten-greedy): New function.
22276 (org-protocol-flatten): New function.
22277
22278 * org.el (org-open-link-from-string): Pass reference buffer to
22279 `org-open-at-point'.
22280 (org-open-at-point): New optional argument `reference-buffer'.
22281
22282 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22283
22284 * org.el (org-scan-tags): Make tag scan find headline in first
22285 line, 2nd attempt.
22286 (org-get-refile-targets): Add the naked file name.
22287 (org-refile): Store as top-level entry when only file name was
22288 given.
22289
22290 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
22291
22292 * org.el (org-block-todo-from-children-or-siblings-or-parent):
22293 Rename from org-block-todo-from-children-or-siblings, and
22294 enhanced to look for the parent's status as well.
22295
22296 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
22297 (org-agenda-get-progress): Add first notes line to log entry if so
22298 desired.
22299
22300 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22301
22302 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
22303 (org-agenda-cleanup-fancy-diary): Call the new hook.
22304
22305 * org-remember.el (org-remember-apply-template): Take the default
22306 for the annotation from the :annotation property.
22307
22308 * org-mac-message.el (org-mac-message-get-link): Remove the
22309 quotes.
22310 (org-mac-message-get-link): Return the result.
22311
22312 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22313
22314 * org.el (org-refile-get-location): Add file name only if not
22315 already included in outline path.
22316
22317 * org-faces.el (org-n-level-faces): Fix customization type from
22318 number to integer.
22319
22320 * org-exp.el (org-export-headline-levels): Fix customization type
22321 from number to integer.
22322
22323 * org-agenda.el (org-agenda-confirm-kill)
22324 (org-agenda-custom-commands-local-options)
22325 (org-timeline-show-empty-dates, org-agenda-ndays)
22326 (org-agenda-start-on-weekday, org-scheduled-past-days):
22327 Fix customization type from number to integer.
22328
22329 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22330
22331 * org-protocol.el: Declare some functions.
22332
22333 * org-agenda.el (org-agenda-compare-effort):
22334 Honor `org-sort-agenda-noeffort-is-high'.
22335 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
22336 (org-agenda-compare-effort): Implement the "?" operator for
22337 finding entries without effort setting.
22338
22339 * org.el (org-extract-attributes-from-string): New function.
22340
22341 * org-exp.el (org-export-splice-attributes): New function.
22342
22343 2009-08-06 Bastien Guerry <bzg@gnu.org>
22344 Daniel M German <dmg@uvic.org>
22345 Sebastian Rose <sebastian_rose@gmx.de>
22346 Ross Patterson <me@rpatterson.net>
22347
22348 * org-protocol.el: New file.
22349
22350 2009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
22351
22352 * org-docbook.el: New file.
22353
22354 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22355
22356 * org-mouse.el: XEmacs compatibility fixes.
22357
22358 * org.el (org-modules): Add org-inlinetasks.el.
22359 (org-cycle): Implement limiting level on cycling.
22360 (org-move-subtree-down): Fix bug with swapping subtrees at end of
22361 buffer.
22362
22363 * org-inlinetask.el: New file.
22364
22365 * org.el (org-emphasis-regexp-components): Allow braces in
22366 emphasis pre and post match.
22367
22368 * org-footnote.el (org-footnote-normalize): When only sorting, do
22369 not insert inline notes at the end.
22370
22371 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
22372
22373 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22374
22375 * org.el (org-reftex-citation): New command.
22376
22377 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22378
22379 * org-agenda.el (org-agenda-cmp-user-defined): New option.
22380 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
22381 sorting options.
22382 (org-entries-lessp): Apply the new sorting option.
22383
22384 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
22385 blocker code, when an older sibling has children.
22386
22387 * org-mac-message.el (org-mac-message-get-link): Improve getting
22388 links from multiple selected messages.
22389
22390 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22391
22392 * org-remember.el (org-remember-finalize): Do not set buffer file
22393 name to nil.
22394 (org-remember-handler): Mark buffer as unmodified.
22395 (org-remember-handler): Delete backup file and show message about
22396 remaining backup files.
22397 (org-remember-auto-remove-backup-files): New option.
22398
22399 * org.el (org-store-link): Use buffer name as link description in
22400 w3-mode buffers.
22401 (org-ido-switchb): Fix argument bug for completion.
22402
22403 * org-remember.el (org-remember-apply-template): Set local
22404 variable `auto-save-visited-file-name' instead of global one.
22405
22406 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22407
22408 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
22409 (org-agenda-get-todos): Mark file tags as inherited.
22410 (org-agenda-list): Always search diary lines for a time.
22411
22412 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22413
22414 * org-feed.el: New file.
22415
22416 * org-exp.el (org-export-as-html): Close local lists depending on
22417 indentation, also when starting a table.
22418
22419 * org-remember.el (org-remember-backup-directory)
22420 (org-remember-backup-name): New internal variable.
22421
22422 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22423
22424 * org-clock.el (org-clock-out-if-current): Make buffer detection
22425 work in indirect buffers as well.
22426
22427 * org.el (org-emphasis-regexp-components): Add the exxclamation
22428 mark to the post-emphasis characters.
22429
22430 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22431
22432 * org.el (org-read-date-minibiffer-septup-hook): New hook.
22433 (org-read-date): Run the new hook.
22434
22435 * org-mac-message.el (org-mac-flagged-mail): New group.
22436 (org-mac-mail-account): New variable.
22437 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
22438 New commands.
22439
22440 * org-remember.el (org-remember-backup-directory): New variable.
22441 (org-remember-apply-template): Write file to backup directory.
22442
22443 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22444
22445 * org-mouse.el (org-mouse-todo-menu): New function.
22446 (org-mouse-todo-keywords): Function removed.
22447 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
22448
22449 * org-table.el (org-table-beginning-of-field)
22450 (org-table-end-of-field): New commands.
22451 (org-table-previous-field, org-table-beginning-of-field):
22452 Better error messages.
22453 (orgtbl-setup): Include `M-a' and `M-e'.
22454
22455 * org.el (org-backward-sentence, org-forward-sentence):
22456 New commands.
22457
22458 * org-colview.el (org-colview-initial-truncate-line-value):
22459 New variable.
22460 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
22461 (org-columns): Remember the value of `truncate-lines'.
22462
22463 * org.el (org-columns-skip-arrchived-trees): New option.
22464
22465 * org-agenda.el (org-agenda-export-html-style): Define color for
22466 org-agenda-done face.
22467 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
22468 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
22469
22470 * org.el (org-scan-tags): Use the new face.
22471
22472 * org-faces.el (org-agenda-done): New face.
22473
22474 * org.el (org-scan-tags): Test the value org
22475 `org-tags-match-list-sublevels'.
22476 (org-tags-match-list-sublevels): New allowed value: indented.
22477
22478 * org-latex.el (org-export-latex-make-header): Apply macros
22479 in header.
22480
22481 * org-exp.el (org-export-apply-macros-in-string): New function.
22482
22483 * org-latex.el (org-export-latex-list-parameters): Fix bug
22484 with the definition of a checked box.
22485
22486 * org-clock.el (org-clock-find-position): Fix drawer indentations.
22487
22488 * org-latex.el (org-export-latex-low-levels): More options
22489 for how to process lower levels in LaTeX.
22490 (org-export-latex-subcontent): Better treatment for lists as a
22491 means of publishing lower levels.
22492
22493 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22494
22495 * org.el (org-set-font-lock-defaults): Use new checkbox face.
22496
22497 * org-faces.el (org-checkbox): New face.
22498
22499 * org-exp.el (org-export-html-preprocess): Only create LaTeX
22500 fragement images if there is an export file.
22501
22502 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22503
22504 * org-agenda.el (org-stuck-projects): Document that the subtree of
22505 projects that are not stuck will now be searched for stuck
22506 sub-projects.
22507 (org-agenda-skip-entry-when-regexp-matches)
22508 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
22509 (org-agenda-list-stuck-projects):
22510 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
22511
22512 * org-latex.el (org-export-latex-preprocess):
22513 Improve export of verses.
22514
22515 * org-exp.el (org-export-as-html): Implement centering as a div
22516 rather than a paragraph. Do a better job with line-end in verse
22517 environments.
22518
22519 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22520
22521 * org.el (org-open-at-point): Fix tags searches by mouse click.
22522
22523 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22524
22525 * org-latex.el (org-export-latex-preprocess): Implement the
22526 centering markup.
22527
22528 * org-exp.el (org-export-mark-blockquote-verse-center):
22529 Rename from `org-export-mark-blockquote-and-verse'.
22530 (org-export-as-html): Implement the centering markup.
22531
22532 * org-latex.el (org-export-latex-tables): Fix vertical
22533 lines in tables.
22534
22535 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22536
22537 * org.el (org-read-date-history): New variable.
22538 (org-read-date): Use new history variable.
22539 (org-toggle-heading): Fix bug when used before first headline.
22540 (org-store-log-note): Remove drawer if empty while note is
22541 aborted.
22542 (org-remove-empty-drawer-at): New function.
22543 (org-check-after-date): New command.
22544 (org-sparse-tree): New sparse tree command "a".
22545
22546 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
22547
22548 2009-08-06 Bastien Guerry <bzg@gnu.org>
22549
22550 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
22551 column and a space, not only a column.
22552
22553 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22554
22555 * org-latex.el (org-export-latex-emphasis-alist):
22556 Better defaults for verbose emphasis.
22557 (org-export-latex-emph-format): New function.
22558 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
22559
22560 * org-agenda.el (org-agenda-menu): Add new commands to menu.
22561 (org-agenda-do-date-later, org-agenda-do-date-earlier)
22562 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
22563 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
22564 New commands.
22565
22566 * org.el (org-timestamp-change): Move end-time along with start
22567 time.
22568
22569 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22570
22571 * org-exp.el (org-export-target-internal-links)
22572 (org-export-as-html): Protect links specified as #name.
22573
22574 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22575
22576 * org.el (org-clone-subtree-with-time-shift): New command.
22577
22578 * org-latex.el (org-export-latex-special-chars)
22579 (org-export-latex-treat-sub-super-char): Fix subscript export.
22580
22581 * org-exp.el (org-create-multibrace-regexp): Do not add
22582 backslashes to the class.
22583
22584 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22585
22586 * org-colview.el (org-columns-map): Better functions for moving up
22587 and down a row, even if `truncate-line' is nil.
22588
22589 * org.el (org-insert-todo-heading): Make sure the keyword is
22590 inserted at the correct position.
22591
22592 * org-publish.el (org-publish-project-alist)
22593 (org-publish-projects, org-publish-org-index): Change default anme
22594 for the index of file names to "sitemap.org".
22595
22596 * org-latex.el (org-export-latex-tables):
22597 Use `org-split-string', for Emacs 21 compatibility.
22598
22599 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22600
22601 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
22602
22603 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22604
22605 * org-exp.el (org-export-page-description)
22606 (org-export-page-keywords): New variables.
22607 (org-export-plist-vars): Add entries for :keywords and
22608 :description.
22609 (org-infile-export-plist): Parse for new keywords.
22610 (org-get-current-options): Add new keywords.
22611 (org-export-as-html): Publish description and keywords.
22612
22613 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
22614 New option.
22615 (org-agenda-add-entry-text):
22616 Honor `org-agenda-add-entry-text-descriptive-links'.
22617
22618 * org-latex.el (org-export-latex-preprocess): Make all
22619 external preprocess functions use a PARAMETER arg.
22620
22621 * org-exp.el (org-export-preprocess-string)
22622 (org-export-select-backend-specific-text)
22623 (org-export-format-source-code-or-example)
22624 (org-format-org-table-html): Support docbook export.
22625 (org-export-preprocess-string): Make all external preprocess
22626 functions use a PARAMETER arg.
22627
22628 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22629
22630 * org-exp.el (org-export-html-style-include-scripts): New option.
22631 (org-export-plist-vars): Add new option
22632 `org-export-html-style-include-scripts'.
22633 (org-export-as-html): Honor new option
22634 `org-export-html-style-include-scripts'.
22635 (org-export-html-scripts, org-export-html-style-default):
22636 Fix xml issues with the Safari browser.
22637
22638 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22639
22640 * org-publish.el (org-publish-attachment): Only copy file when the
22641 directories differ.
22642
22643 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22644
22645 * org-clock.el (org-clocktable-steps): Use inactive time stamps
22646 for clocktable steps.
22647
22648 * org.el (org-additional-option-like-keywords): Add two more
22649 keywords.
22650
22651 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22652
22653 * org-exp.el (org-export-format-source-code-or-example):
22654 Mark temporary buffer unmodified, so that it will be killed even if
22655 mode like message mode has decided to assign a file name.
22656
22657 * org.el (org-scan-tags): Improve tag inheritance.
22658 (org-scan-tags, org-make-tags-matcher): Make tag comparison
22659 case-sensitive.
22660 (org-scan-tags): Use the internal tags list instead of creating it
22661 from scratch.
22662 (org-trust-scanner-tags, org-scanner-tags): New variables.
22663 (org-scan-tags): Set `org-scanner-tags'.
22664 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
22665 (org-map-entries): Document the possible speedup using scanner
22666 tags.
22667
22668 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22669
22670 * org.el (org-add-planning-info): Fix bug with looking for keyword
22671 only at column 0.
22672
22673 * org-agenda.el (org-agenda-custom-commands-local-options):
22674 Add option for tags filter preset.
22675 (org-prepare-agenda): Store filter preset as a property on the
22676 filter variable.
22677 (org-finalize-agenda): Call the filter, if there is a preset.
22678 (org-agenda-filter-by-tag): Filter again after clearing the
22679 filter, when there still is a preset.
22680 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
22681 Include the preset filter.
22682 (org-agenda-redo): Apply the filter again, also the preset filter.
22683
22684 * org-exp.el (org-export-as-html): Use IDs in the correct way.
22685
22686 * org.el (org-uuidgen-p): New function.
22687
22688 * org-agenda.el (org-agenda-fontify-priorities): New default value
22689 `cookies'.
22690 (org-agenda-fontify-priorities): Rename from
22691 org-fontify-priorities.
22692
22693 * org.el (org-set-font-lock-defaults):
22694 Call `org-font-lock-add-priority-faces'.
22695 (org-font-lock-add-priority-faces): New function.
22696
22697 * org-faces.el (org-set-tag-faces): New option.
22698 (org-priority-faces): New variable.
22699
22700 * org-exp.el (org-export-as-html): Add a "content" div around the
22701 entire content of the body tag.
22702 (org-export-html-get-bibliography): New function.
22703 (org-export-html-validation-link): New variable.
22704 (org-export-as-html): Add validation link to exported page.
22705
22706 * org.el (org-match-sparse-tree): Rename from
22707 `org-tags-sparse-tree'.
22708 (org-tags-sparse-tree): New alias.
22709
22710 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22711
22712 * org.el (org-get-valid-level): Catch the case where the level
22713 change is nil.
22714
22715 * org-clock.el (org-clock-find-position): Better indentation of
22716 new clock drawers.
22717
22718 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22719
22720 * org-agenda.el (org-agenda-quit): Delete window only when the
22721 frame-setup was not `current-window'.
22722
22723 * org.el (org-tag-persistent-alist): New option.
22724 (org-startup-options): Add keyword `noptag'.
22725 (org-fast-todo-selection): Handle :newline correctly.
22726 (org-set-tags): Handle :newline correctly.
22727 (org-fast-tag-selection): Handle :newline correctly.
22728
22729 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22730
22731 * org-exp.el (org-export-as-ascii): Reverse link buffer before
22732 outputting it.
22733 (org-export-ascii-push-links): Fix bug with pussing links into the
22734 export buffer.
22735
22736 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22737
22738 * org-archive.el (org-archive-subtree): Do not add 1 to level if
22739 pasting at top level.
22740
22741 * org-bbdb.el: Improve documentation.
22742
22743 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22744
22745 * org-list.el (org-insert-item): Only consider insert empty lines
22746 is `org-empty-line-terminates-plain-lists' is not nil.
22747
22748 * org.el (org-blank-before-new-entry): Mention the dependence on
22749 `org-empty-line-terminates-plain-lists' in the docstring.
22750
22751 * org-publish.el (org-publish-get-project-from-filename):
22752 New optional argument UP. Only find the top project if UP is set.
22753 (org-publish-current-project): Find the top encloding project.
22754
22755 * org-agenda.el (org-agenda-before-write-hook)
22756 (org-agenda-add-entry-text-maxlines): New options.
22757 (org-write-agenda): Run the new hook in the temporary buffer.
22758 (org-agenda-add-entry-text): New function.
22759 (org-write-agenda): Implement PDF export, using ps2pdf.
22760
22761 * org.el (org-global-properties-fixed, org-global-properties):
22762 Improve documentation string.
22763
22764 * org-exp.el (org-export-ascii-links-to-notes): New option.
22765 (org-export-as-ascii): Handle links better.
22766 (org-export-ascii-wrap, org-export-ascii-push-links):
22767 New functions.
22768
22769 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22770
22771 * org-agenda.el (org-agenda): Make prefix arg optional.
22772 (org-agenda-search-headline-for-time): New option.
22773 (org-format-agenda-item):
22774 Honor `org-agenda-search-headline-for-time'.
22775
22776 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
22777 characters.
22778
22779 * org.el (org-self-insert-cluster-for-undo): New option.
22780 (org-self-insert-command): Cluster undo for 20 characters.
22781 (org-self-insert-command-undo-counter): New variable.
22782
22783 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22784
22785 * org-exp.el (org-export-as-html): Fix problem with closing colone
22786 example.
22787
22788 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22789
22790 * org-latex.el (org-export-as-latex)
22791 (org-export-latex-first-lines): Avoid modification flag when
22792 adding or removing text properties.
22793 (org-export-latex-fontify): Catch error when org-emph-alist has
22794 entries that are not defined for LaTeX export.
22795
22796 * org-export-latex.el: Rename to org-latex.el.
22797
22798 * org-latex.el: Rename from org-export-latex.el.
22799
22800 * org.el (orgstruct++-mode): New function.
22801 (turn-on-orgstruct++): Call `orgstruct++-mode'.
22802 (org-context-p): Allow detecting item context after the first line
22803 of an item.
22804 (orgstruct-make-binding): Detect if item-body context should be
22805 seen.
22806 (orgstruct-is-++): New variable.
22807 (org-add-planning-info): Catch the case when there is no planning
22808 info yet and the call does not want to add anything, only maybe
22809 tries to remove something.
22810 (org-special-ctrl-a/e): All value to be a cons cell with separate
22811 settings for `C-a' and `C-e'.
22812 (org-beginning-of-line, org-end-of-line): Honor separate values
22813 for `C-a' and `C-e'.
22814
22815 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22816
22817 * org.el (org-reload): New command.
22818
22819 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
22820
22821 * org-gnus.el (org-gnus-store-link): Fix bug where
22822 org-gnus-store-link used wrong subject when called in an article
22823 buffer. Patch provided by fengli AT gmail DOT com.
22824
22825 2009-03-13 D. Goel <deego3@gmail.com>
22826
22827 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
22828 replace ls by (values-list ls).
22829
22830 2009-02-20 Carsten Dominik <dominik@science.uva.nl>
22831
22832 * org-remember.el (org-remember-apply-template): Turn off ido for
22833 this completion.
22834
22835 * org.el (org-priority): Also find invisible headings, for remote
22836 editing.
22837 (org-completing-read-no-ido): New function.
22838 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
22839
22840 * org-colview.el (org-columns-edit-value): No special treatment of
22841 prefix arg.
22842
22843 2009-02-19 Carsten Dominik <dominik@science.uva.nl>
22844
22845 * org.el (org-block-todo-from-children-or-siblings):
22846 Use `org-up-heading-all' so that this will work correctly with hidden
22847 property drawers and entries.
22848 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
22849 falling back to normal, default command.
22850 (org-get-location): Temporarily turn off special behavior.
22851
22852 2009-02-13 Glenn Morris <rgm@gnu.org>
22853
22854 * org-rmail.el (rmail-show-message): Restore argument list to the
22855 declaration now that this functions behaves in Emacs 23 as in 22.
22856
22857 2009-02-12 Glenn Morris <rgm@gnu.org>
22858
22859 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
22860
22861 2009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
22862
22863 * org-footnote.el (org-footnote-action): Fix doc typo.
22864
22865 2009-02-06 Carsten Dominik <dominik@science.uva.nl>
22866
22867 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
22868 text before first headline.
22869 (org-export-remove-or-extract-drawers): Fix regular expression for
22870 extracting drawers.
22871
22872 * org.el (org-format-latex): Stop LaTeX fragment processing in
22873 protected examples.
22874
22875 2009-02-05 Glenn Morris <rgm@gnu.org>
22876
22877 * org-rmail.el (rmail-show-message): Update declaration.
22878 (rmail-buffer, rmail-view-buffer): Declare.
22879 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
22880
22881 2009-02-04 Carsten Dominik <dominik@science.uva.nl>
22882
22883 * org.el (org-return-follows-link): Revert setting
22884 `org-return-follows-link' to t by default.
22885
22886 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
22887
22888 * org.el (org-cycle-global-at-bob): Fix typo.
22889
22890 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
22891
22892 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
22893
22894 * org.el (org-mode): Make dependence stuff work more reliably.
22895 (org-update-parent-todo-statistics): Fix bug with updating
22896 statistics cookie.
22897 (org-yank-adjusted-subtrees, org-return-follows-link)
22898 (org-use-fast-todo-selection, org-tags-column): New default
22899 setting for variables.
22900
22901 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
22902 ~ as verbatim delimiters, to avoid table bug.
22903 (org-export-latex-classes): Remove the a4paper option from the
22904 default styles.
22905
22906 * org-exp.el (org-export-html-format-image): New argument
22907 PAR-OPEN, to fix XHTM validation bug.
22908 (org-export-as-html): Pass par-open to
22909 `org-export-html-format-image'.
22910 (org-export-html-footnotes-section): Use a more consistent id for
22911 footnotes.
22912
22913 * org-agenda.el (org-agenda-sorting-strategy)
22914 (org-agenda-tags-column): New default setting for variables, based
22915 on a poll what typical uses use.
22916 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
22917 setting the blocked tag.
22918
22919 2009-01-31 Carsten Dominik <dominik@science.uva.nl>
22920
22921 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
22922 only checking for blocks.
22923
22924 * org-exp.el (org-export-html-footnotes-section): Make the div id
22925 consistent.
22926
22927 * org-export-latex.el (org-export-latex-classes):
22928 Remove paper size option from LaTeX classes.
22929
22930 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
22931
22932 * org.el (org-enforce-todo-checkbox-dependencies): New option.
22933 (org-block-todo-from-checkboxes): New function.
22934 (org-todo): Make triple prefix arg circumvent blocking.
22935
22936 2009-01-30 Glenn Morris <rgm@gnu.org>
22937
22938 * org-list.el (org-empty-line-terminates-plain-lists)
22939 (org-toggle-checkbox): Doc fixes.
22940
22941 * org-table.el (org-table-clean-before-export): Fix declaration.
22942
22943 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
22944
22945 * org-timer.el (org-timer): Provide the timer feature.
22946
22947 * org.el (org-require-autoloaded-modules): Add a few more files to
22948 the list of autoloaded modules.
22949
22950 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
22951
22952 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
22953 drawers that are unprotected.
22954 (org-export-html-format-image): Make sure inlined LaTeX fragment
22955 images remain inlined.
22956
22957 * org.el (org-toggle-ordered-property): New function.
22958 (org-mode-map): Add a key for `org-toggle-ordered-property'.
22959 (org-org-menu): Add menu entries for TODO dependencies.
22960
22961 * org.el (org-default-properties): Add ORDERED to the default
22962 properties, to get completion support for it.
22963
22964 * org-list.el (org-update-checkbox-count): Update more than one cookie.
22965
22966 * org.el (org-update-parent-todo-statistics): Update more than one
22967 cookie.
22968
22969 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
22970
22971 * org-agenda.el (org-agenda-get-todos): Start search from correct
22972 position.
22973
22974 * org.el (org-fast-todo-selection): Make sure TODO selection does
22975 not change buffer position.
22976
22977 * org-list.el (org-toggle-checkbox): Implement adding or removing
22978 checkboxes from line or region when called with a prefix
22979 argument.
22980
22981 * org-rmail.el (org-rmail-store-link): Protect the call to
22982 `rmail-narrow-to-non-pruned-header'.
22983
22984 * org-clock.el (org-clock-special-range): Fix week display in
22985 clock tables.
22986
22987 * org-exp.el (org-get-current-options): Fix bug when in indirect
22988 buffer.
22989
22990 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
22991 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
22992 (org-agenda-dim-blocked-tasks): New function.
22993
22994 * org.el (org-enforce-todo-dependencies): New option.
22995 (org-block-todo-from-children-or-siblings): New function.
22996
22997 * org-faces.el (org-agenda-dimmed-todo-face): New face.
22998
22999 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
23000
23001 * org.el (org-todo): Return correct state type even if the blocker
23002 throws an error.
23003 (org-modifier-cursor-error): Rename from
23004 `org-shiftcursor-error'.
23005 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
23006 (org-shiftmetadown): Call `org-modifier-cursor-error'.
23007
23008 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
23009 to get real errors from the blocker hook.
23010
23011 * org.el (org-shiftselect-error, org-call-for-shift-select):
23012 New functions.
23013 (org-set-visibility-according-to-property): Turn off the setting
23014 of `org-show-entry-below', to avoid overruling a FOLDED visibility
23015 property.
23016
23017 * org.el (org-support-shift-select): New option.
23018 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
23019 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
23020 selection outside contexts.
23021
23022 * org-list.el (org-at-item-bullet-p): New function.
23023
23024 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
23025 variables.
23026
23027 * org-footnote.el (org-footnote-normalize): Remove unnecessary
23028 variable.
23029 (org-insert-footnote-reference-near-definition):
23030 Remove unnecessary let form.
23031
23032 2009-01-26 Carsten Dominik <dominik@science.uva.nl>
23033
23034 * org-export-latex.el (org-export-as-latex):
23035 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
23036 (org-export-latex-first-lines): New parameter OPT-PLIST.
23037
23038 * org.el (org-yank): Tell `delete-selection-mode' about
23039 `org-yank'.
23040
23041 * org-faces.el (org-clock-overlay): Fix face definition.
23042
23043 * org-export-latex.el (org-export-latex-first-lines):
23044 Pass timestamp and footnote parameters to the preprocessor.
23045
23046 * org-exp.el (org-export-remove-timestamps): Do not remove time
23047 stamps inside tables.
23048
23049 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23050
23051 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
23052
23053 * org.el (org-agenda-tags-todo-honor-ignore-options):
23054 Declare variable.
23055
23056 * org-table.el (org-table-insert-hline): Fix typo in function call
23057 to `backward-char'.
23058
23059 * org-exp.el (org-export-as-html): Remove the initial space from
23060 colon examples.
23061
23062 * org.el (org-scan-tags):
23063 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
23064
23065 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
23066 New customization groups.
23067 (org-agenda-tags-todo-honor-ignore-options): New option.
23068 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
23069 New function.
23070 (org-agenda-get-todos):
23071 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
23072
23073 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23074
23075 * org-exp.el (org-export-format-source-code-or-example):
23076 Escape HTML characters also in examples that anre not treated with
23077 htmlize. Also, just switch to EXAMPLE processing if we do not
23078 have a good version of htmlize.
23079
23080 * org-rmail.el: Fix copyright notice.
23081
23082 * org.el (org-activate-footnote-links): Improve footnote link
23083 highlighting.
23084
23085 * org-footnote.el (org-footnote-normalize): Fix finding the end of
23086 a footnote definition at the end of the file.
23087
23088 * org-table.el (org-table-get-specials): Add an imagined hline at
23089 the end of the table. This can be useful for references that want
23090 to go to the end of the table. Also fix bug when computing last
23091 row constants, in tables that do not start right at the right
23092 margin.
23093 (org-table-eval-formula): Match and replace remove references.
23094 (org-table-formula-substitute-names): Make sure that names inside
23095 a "remote" call are left alone, the will be replaced later when
23096 the remote call is handled.
23097 (org-table-convert-refs-to-rc): Do not convert things that might
23098 look like a reference, but are really part of an ID or namei n a
23099 remote reference.
23100 (org-table-get-remote-range): New function.
23101
23102 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23103
23104 * org-faces.el (org-clock-overlay): Fix bug in face definition.
23105
23106 * org-clock.el (org-clock-put-overlay): Use new face instead of
23107 `secondary-selection'.
23108
23109 * org-faces.el (org-clock-overlay): New face.
23110
23111 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23112
23113 * org-exp.el (org-get-current-options): Include the option for
23114 publishing time stamps.
23115
23116 * org.el (org-toggle-heading): Rename from
23117 `org-toggel-region-headings'.
23118 No longer needs a region defined, but will use it if there is one.
23119 (org-ctrl-c-star): Simplify, relying more on the internal
23120 workings of `org-toggle-heading'.
23121 (org-toggle-item): Rename from `org-toggle-region-items'.
23122 No longer needs a region defined, but will use it if there is one.
23123 (org-ctrl-c-minus): Simplify, relying more on the inernal
23124 workings of `org-toggle-item'.
23125
23126 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
23127 environment detection. Also, do real changes only in unprotected
23128 places.
23129
23130 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23131
23132 * org-export-latex.el (org-export-latex-quotation-marks):
23133 Use `org-if-unprotected-1'.
23134 (org-export-latex-set-initial-vars): Check for class definition in
23135 property.
23136
23137 * org-macs.el (org-if-unprotected-1): New macro.
23138
23139 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23140
23141 * org-compat.el (org-count-lines): New function.
23142
23143 * org-exp.el (org-export-format-source-code-or-example):
23144 Handle switches related to text areas.
23145
23146 * org.el (org-activate-footnote-links): Don't allow match inside a
23147 link.
23148
23149 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
23150
23151 * org-export-latex.el (org-export-latex-links): Keep a relative
23152 path relative also after export.
23153
23154 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
23155
23156 * org.el (org-make-tags-matcher): Never use IDO for completing the
23157 tags matcher match string.
23158 (org-completing-read): Also remove the special biding for "?".
23159
23160 * org-attach.el (org-attach-allow-inheritance): New option.
23161 (org-attach-inherited): New variable.
23162 (org-attach-dir): Handle properties related to the attachment
23163 directory.
23164 (org-attach-check-absolute-path): New function.
23165 (org-attach-set-directory, org-attach-set-inherit): New commands.
23166 (org-attach): Accommodate the new commands in the dispatcher.
23167
23168 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23169
23170 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
23171 `window-full-width-p'.
23172
23173 * org-exp.el (org-export-as-html): Only check for images files
23174 that really can be inlined.
23175
23176 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
23177 list of extensions to be a parameter.
23178
23179 * org-exp.el (org-export-html-inline-image-extensions):
23180 New variable.
23181
23182 * org-agenda.el (org-prepare-agenda):
23183 Use `org-agenda-block-separator'.
23184 (org-agenda-block-separator): New option.
23185
23186 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23187
23188 * org-export-latex.el (org-export-latex-tables):
23189 Call `org-table-clean-before-export' with the new optional argument.
23190
23191 * org-exp.el (org-table-clean-before-export): New optional
23192 parameter MAYBE-QUOTED, allows for quoted characters like \# in
23193 first column.
23194
23195 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23196
23197 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
23198 histograms.
23199
23200 * org-colview.el (org-colview-construct-allowed-dates):
23201 Better error catching when a date/time property does not have allowed
23202 values defined.
23203
23204 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23205
23206 * org.el (org-map-entries): Restore point and restriction after
23207 `org-map-entries'.
23208
23209 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23210
23211 * org.el (org-time=, org-time<, org-time<=, org-time>)
23212 (org-time>=, org-time<>): Make sure both values are dates.
23213
23214 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23215
23216 * org-archive.el (org-extract-archive-heading): Allow %s for file
23217 name also in achive location heading.
23218
23219 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23220
23221 * org-archive.el (org-add-archive-files): Uniquify the list before
23222 returning it.
23223
23224 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23225
23226 * org-compat.el (org-fit-window-to-buffer):
23227 Use `window-full-width-p'.
23228
23229 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
23230 space after the colon in short examples.
23231
23232 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
23233 enforce a space after the colon. However, we also allow lines
23234 that are *only* a colon.
23235 (org-export-as-html): Enforce the space after the colon in short
23236 examples.
23237 (org-export-preprocess-string): Do the colon example protection
23238 earlier.
23239 (org-export-remove-timestamps): Do not check for protection at the
23240 end of the line.
23241
23242 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23243
23244 * org.el (org-format-latex-options): Add new matcher for single
23245 letters between dollars.
23246 (org-get-header): Function removed.
23247 (org-heading-components): New function.
23248
23249 * org-exp.el (org-export-define-heading-targets): Record ID's also
23250 as alternative targets.
23251 (org-export-as-html): Interpret "id:" links to other files by
23252 preserving the relative path.
23253
23254 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
23255 is nil.
23256
23257 * org-exp.el (org-export-normalize-links): Protect the main link,
23258 to avoid special character processing.
23259
23260 * org-export-latex.el (org-export-latex-special-keyword-regexp):
23261 New variable.
23262 (org-export-latex-special-string-regexps): Variable removed.
23263 (org-export-latex-keywords): Use the new regexp.
23264
23265 * org-exp.el (org-export-handle-include-files): Fetch switches and
23266 put them into the BEGIN statement.
23267
23268 * org-timer.el (org-timer-mode-line-string): New variable.
23269
23270 * org-clock.el (org-clock-mode-line-map): Rename from
23271 `org-clock-mode-map'.
23272 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
23273 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
23274 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
23275 (org-clock-remove-overlays): Rename from
23276 `org-remove-clock-overlays'.
23277
23278 * org-timer.el (org-timer-pause-or-continue): Implement stopping
23279 and mode line display.
23280 (org-timer-stop): New command.
23281 (org-timer-seconds): Return correct time when timer is paused.
23282 (org-timer-mode-line-timer): New variable.
23283 (org-timer-set-mode-line, org-timer-update-mode-line):
23284 New functions.
23285
23286 * org.el (org-insert-heading): Handle new value `auto' for
23287 `org-blank-before-new-entry'.
23288 (org-org-menu): Add new items for timer functions.
23289
23290 * org-list.el (org-insert-item): Handle new value `auto' for
23291 `org-blank-before-new-entry'.
23292
23293 * org.el (org-blank-before-new-entry): New value `auto', made
23294 default.
23295
23296 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23297
23298 * org-exp.el (org-export-normalize-links): If the link is also
23299 used as the description, protect the description.
23300
23301 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23302
23303 * org.el (org-closest-date): Fix bug with yearly repeats, in
23304 combination with preference of the past as it is used for deadline
23305 and scheduling search.
23306
23307 * org-exp.el (org-html-handle-time-stamps): No longer check for
23308 the `org-export-with-timestamps' option, because the preprocesser
23309 has taken care of this already.
23310
23311 * org.el (org-entry-properties): Catch the case when this is
23312 called in a non-org-mode file.
23313
23314 * org-export-latex.el (org-export-latex-remove-from-headlines):
23315 Variable made obsolete, also LaTeX export now uses the standard
23316 variables.
23317 (org-export-as-latex): Add the timestamps parameter to the
23318 preprocessor parameter list.
23319 (org-export-latex-content): Export the remaining keywords without
23320 considering to remove them.
23321 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
23322 Use bold font instead of tt font for the keywords.
23323 (org-export-latex-fontify-headline): Format headlines, assuming
23324 that all keywords still present should be published.
23325 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
23326 publish what ever remains of the time stamps.
23327 (org-export-latex-list-parameters): New option.
23328 (org-export-latex-lists): Pass additional parameters to the list
23329 converter.
23330
23331 * org-exp.el (org-export-preprocess-string): Remove clock lines
23332 and timestamps already in the preprocesor.
23333 (org-export-remove-timestamps, org-export-remove-clock-lines):
23334 New functions.
23335 (org-export-as-ascii, org-export-as-html): Add the timestamps
23336 parameter to the preprocessor parameter list.
23337
23338 * org-list.el (org-list-parse-list): Parse for checkboxes.
23339 (org-list-to-generic): Introduce and handle new parameters :cbon
23340 and :cboff.
23341 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
23342 Add optional parameter PARAMS.
23343
23344 * org-export-latex.el (org-export-latex-special-chars):
23345 Fix problems with interpreting dollar signs.
23346 (org-inside-latex-math-p): New function.
23347 (org-export-latex-preprocess): Protect all the math fragments.
23348
23349 * org.el (org-latex-regexps): Allow a dash after a dollar.
23350
23351 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
23352 mark after copying.
23353
23354 * org-agenda.el (org-run-agenda-series): Have series options set
23355 when finalizing the agenda.
23356
23357 * org-exp.el (org-export-format-source-code-or-example):
23358 Protect the converted examples.
23359
23360 * org.el (org-set-regexps-and-options): Fix the regexp
23361 `org-complex-heading-regexp'.
23362
23363 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23364
23365 * org.el (org-edit-src-get-label-format): New function.
23366 (org-coderef-label-format): New option.
23367 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
23368 a label format specification and make sure it is used in the edit
23369 buffer.
23370 (org-edit-src-get-label-format): New function.
23371 (org-store-link): Handle new coderef formats.
23372 (org-link-search): Handle new coderef formats.
23373
23374 * org-footnote.el (org-footnote-create-definition)
23375 (org-footnote-goto-local-insertion-point): Make footnote insertion
23376 work correctly when the "Footnotes" headline is the last line in
23377 the buffer.
23378
23379 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
23380 the location.
23381
23382 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23383
23384 * org-w3m.el (org-w3m): New customization group.
23385 (org-w3m-deactivate-mark): New option.
23386 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
23387 option say not to.
23388
23389 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23390
23391 * org.el (org-set-font-lock-defaults): Trigger footnote
23392 fontification.
23393 (org-activate-footnote-links): New function.
23394 (org-activate-links): New entry `footnote'.
23395
23396 * org-faces.el (org-footnote): New face.
23397
23398 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23399
23400 * org-macs.el (org-re): Handle the [:word:] class.
23401
23402 * org-exp.el (org-export-preprocess-string):
23403 Call `org-export-protect-colon-examples'.
23404 (org-export-protect-colon-examples): Rename from
23405 `org-export-protect-examples', and scope limited to lines starting
23406 with a colon.
23407
23408 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23409
23410 * org-exp.el (org-export-preprocess-string): Move the preprocess
23411 hook to after turning on Org-mode.
23412 (org-export-preprocess-after-include-files-hook)
23413 (org-export-preprocess-after-tree-selection-hook)
23414 (org-export-preprocess-before-backend-specifics-hook)
23415 (org-export-preprocess-final-hook): New hooks.
23416 (org-export-preprocess-string): Run the new hooks.
23417
23418 * org.el (org-ctrl-c-minus): Fix indentation for new items.
23419
23420 * org-footnote.el: New file.
23421
23422 * org.el (org-footnote): Require footnote code.
23423 (org-startup-options): Add new footnote options.
23424 (org-mode-map): New keybindig for footnotes.
23425 (org-ctrl-c-ctrl-c): Add function at footnotes.
23426 (org-org-menu): New menu entries for footnotes.
23427
23428 * org-export-latex.el (org-export-as-latex): Pass footnote
23429 variable to preprocessor.
23430 (org-export-latex-preprocess): Treat multiple references to a
23431 footnote.
23432
23433 * org-exp.el (org-export-preprocess-string):
23434 Call `org-footnote-normalize'.
23435 (org-export-as-ascii, org-export-as-html): Pass footnote variable
23436 to preprocessor.
23437 (org-export-as-html): Treat multiple references to a footnote.
23438
23439 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23440
23441 * org-export-latex.el (org-export-latex-links): Handle coderef
23442 links.
23443
23444 * org.el (org-bracket-link-analytic-regexp++): New variable.
23445 (org-make-link-regexps):
23446 Initialize `org-bracket-link-analytic-regexp++'.
23447 (org-store-link): Implement special case in edit-src buffer.
23448 (org-insert-link): No use of ide to insert stored links.
23449 (org-link-search): Implement special case for coderefs.
23450
23451 * org-exp.el (org-export-html-scripts): New constant.
23452 (org-export-html-style-default): Add a new style for highlighted
23453 code.
23454 (org-export-code-refs): New variable.
23455 (org-export-preprocess-string): Initialize `org-export-code-refs'.
23456 Call `org-export-replace-src-segments-and-examples'
23457 No longer call `org-export-protect-examples'.
23458 (org-export-target-internal-links): Take care of coderef targets.
23459 (org-export-last-code-line-counter-value): New variable.
23460 (org-export-replace-src-segments-and-examples): Rename from
23461 `org-export-replace-src-segments', and modified.
23462 (org-export-format-source-code-or-example): Rename from
23463 `org-export-format-source-code'.
23464 (org-export-number-lines): New function.
23465 (org-export-as-ascii, org-export-as-html): Handle coderef links.
23466
23467 2009-01-23 Glenn Morris <rgm@gnu.org>
23468
23469 * org-rmail.el (rmail-narrow-to-non-pruned-header):
23470 Remove declaration of deleted function.
23471
23472 2009-01-16 Glenn Morris <rgm@gnu.org>
23473
23474 * org-mouse.el (org-mouse-show-context-menu):
23475 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
23476 mouse-major-mode-menu.
23477
23478 2008-12-23 Carsten Dominik <dominik@science.uva.nl>
23479
23480 * org-remember.el (org-remember-handler): Safer way to get a new
23481 buffer accessing the target file.
23482
23483 * org.el (org-refile-get-location): Handle case of current buffer
23484 not having a file associated with it.
23485
23486 2008-12-22 Carsten Dominik <dominik@science.uva.nl>
23487
23488 * org-table.el (org-table-get-formula): Only ask to overwrite
23489 field formula if there really is one.
23490
23491 2008-12-21 Carsten Dominik <dominik@science.uva.nl>
23492
23493 * org-export-latex.el (org-export-latex-make-header): Double the
23494 commenting % in the time stamp format.
23495 (org-export-latex-special-chars): Handle case where there is no
23496 match group 3.
23497
23498 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
23499
23500 * org.el (org-get-refile-targets, org-refile-get-location):
23501 Use expanded file name to improve comparison.
23502
23503 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
23504
23505 * org.el (org-scan-tags): Rescan for tags, to get the correct
23506 upcase/downcase stuff. This slows things down for now, but it
23507 works.
23508 (org-mode): Make sure the tag-faces regexp is initialized.
23509
23510 * org-export-latex.el (org-export-latex-links): Fix bug with
23511 undefined label.
23512
23513 * org-table.el (org-table-get-specials):
23514 Set `org-table-current-last-data-line'.
23515 (org-table-current-last-data-line): New variable.
23516 (org-table-insert-column, org-table-delete-column)
23517 (org-table-move-column, org-table-fix-formulas):
23518 Call `org-table-fix-formulas' a second time to fix the $LR references.
23519 (org-table-get-specials): Add the $LR references to the tables.
23520 (org-table-get-formula): Do not offer last-row names as LHS of
23521 formulas.
23522
23523 * org.el (org-store-link): Capture link description from
23524 `org-id-store-link'.
23525
23526 * org-exp.el (org-export-html-format-image): Add the / to the end
23527 of the <img> tag.
23528 (org-export-format-source-code): Surround example by empty lines,
23529 to make sure it will not be inside a paragraph.
23530
23531 * org.el (org-ido-switchb): New function.
23532
23533 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
23534
23535 * org-agenda.el (org-agenda-show): New prefix argument
23536 FULL-ENTRY.
23537
23538 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
23539 argument.
23540
23541 2008-12-20 Glenn Morris <rgm@gnu.org>
23542
23543 * org.el (org-org-menu): Fix some more menu entries.
23544
23545 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
23546
23547 * org-table.el (org-table-get-specials): Revert introduction of @0
23548 as reference of the last table row, because of conflicts.
23549
23550 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
23551 argument, get the current tags directly.
23552 (org-agenda-set-tags): Leave getting current tags to
23553 `org-agenda-change-all-lines'.
23554
23555 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
23556
23557 * org.el (org-org-menu): Do not quote the set-tags command.
23558
23559 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
23560
23561 * Fix typos in comments and docstrings throughout Org-mode.
23562
23563 * org.el (org-get-outline-path): Fix bug if level is not given.
23564
23565 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
23566
23567 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23568
23569 * org.el (org-refile): Avoid refiling to within the region to be
23570 refiled.
23571
23572 * org-export-latex.el (org-export-latex-special-chars):
23573 Replace special characters also in tables.
23574
23575 * org-agenda.el (org-agenda-change-all-lines): New argument
23576 FORCE-TAGS.
23577 (org-agenda-set-tags): Get the new tags and pass them to
23578 `org-format-agenda-item'.
23579
23580 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23581
23582 * org-export-latex.el (org-export-latex-classes): Add longable as
23583 a default package to all classes.
23584 (org-export-latex-tables): Handle the longtable attribute and the
23585 align attribute.
23586
23587 * org-table.el (orgtbl-to-generic): Handle tables that start with
23588 a hline.
23589
23590 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
23591 \verb for colde-like snippets.
23592 (org-export-as-latex): Fix issues with region export.
23593
23594 * org.el (org-up-heading-safe): Speed up function by using a
23595 direct regexp search.
23596 (org-olpa): New variable.
23597 (org-get-outline-path): Speed-up path constructions in cases where
23598 this is possible because the entire hierarchy is scanned anyway.
23599 (org-refile-get-location): Don't compare the truenames of files,
23600 this is too slow.
23601 (org-goto-max-level): New option.
23602 (org-goto): Use `org-goto-max-level'.
23603
23604 2008-12-16 Tassilo Horn <tassilo@member.fsf.org>
23605
23606 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
23607 Strip angle brackets from message-ids in the former and don't do
23608 it in the latter.
23609 (org-gnus-follow-link): Open summary reliable, even if the last
23610 messages were deleted, and handle empty groups, too.
23611
23612 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23613
23614 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
23615 instead of \texttt for the =...= and ~===~ emphasis environments.
23616 (org-export-as-latex): Remove any old :org-license-to-kill text
23617 properties.
23618 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
23619 (org-export-latex-make-header): Add some hard space after the
23620 table of contents.
23621 (org-export-latex-first-lines): Accept RBEG argument.
23622 Mark exported text so that it will be excuded in further steps.
23623
23624 * org-table.el (org-table-get-specials): Make @0 reference the
23625 last line in a table.
23626 (org-table-recalculate): Improve docstring.
23627
23628 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23629
23630 * org.el (org-log-done): Fix docstring.
23631
23632 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23633
23634 * org-exp.el (org-export-html-format-image): Fix bugs.
23635
23636 * org-export-latex.el (org-export-latex-tables)
23637 (org-export-latex-links): Implement attribute, label, and caption
23638 handling.
23639
23640 * org-exp.el (org-export-html-style-default): Add style
23641 definitions for the figure div.
23642 (org-export-preprocess-string, org-export-as-html):
23643 Implement attribute, label, and caption handling.
23644 (org-export-attach-captions-and-attributes): New function.
23645 (org-export-html-format-image): New function.
23646 (org-format-org-table-html): Implement attribute, label, and
23647 caption handling.
23648
23649 * org.el (org-find-text-property-in-string): New function.
23650 (org-extract-attributes): Use the property org-attr instead of
23651 org-attrobutes, because this property is now set with the #+ATTR
23652 lines.
23653
23654 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23655
23656 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
23657 the case that FROM is nil.
23658
23659 * org.el (org-before-first-heading-p): New function.
23660
23661 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23662
23663 * org-exp.el (org-export-as-html): Do not add a space before
23664 enforces line breaks.
23665 (org-export-as-html): Close paragraph before blockquote and verse
23666 tags.
23667
23668 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23669
23670 * org-id.el (org-id-locations-file): Wrap file name with
23671 `convert-standard-filename'.
23672 (org-id-files): New variable.
23673 (org-id-use-hash): New option.
23674 (org-id-update-id-locations): Also search in all files current
23675 listed in `org-id-files'. Convert the resulting alist to a hash
23676 if the user customation says so.
23677 (org-id-locations-save): Handle he case if `org-id-locations' is a
23678 hash.
23679 (org-id-locations-load): Convert the alist to a hash.
23680 (org-id-add-location): Handle the hast case.
23681 (kill-emacs-hook): Make sure id locations are saved when Emacs is
23682 exited.
23683 (org-id-hash-to-alist, org-id-alist-to-hash)
23684 (org-id-paste-tracker): New functions.
23685
23686 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23687
23688 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
23689 bindings of calendar variables.
23690
23691 * org-table.el (org-table-find-row-type): Rename from
23692 `org-find-row-type'.
23693 (org-table-rewrite-old-row-references): Rename from
23694 `org-rewrite-old-row-references'.
23695 (org-table-shift-refpart): Rename from `org-shift-refpart'.
23696 (org-table-cleanup-narrow-column-properties): Rename from
23697 `org-cleanup-narrow-column-properties'.
23698
23699 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23700
23701 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
23702 for better error messages.
23703 (org-table-get-descriptor-line): Supply the new arguments to
23704 `org-find-row-type'.
23705 (org-table-error-on-row-ref-crossing-hline): New option.
23706
23707 * org.el (org-target-link-regexp): Make buffer-local.
23708 (org-move-subtree-down): Fix bug with trees at beginning of
23709 buffer.
23710
23711 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23712
23713 * org-faces.el (org-set-tag-faces): New function.
23714 (org-tags-special-faces-re): New variable.
23715
23716 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
23717
23718 * org-faces.el (org-tag-faces): New option.
23719 (org-tag): Mention `org-tag-faces' in the docstring.
23720
23721 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23722
23723 * org-exp.el (org-export-html-style-default): Implement new
23724 quoting.
23725
23726 * org-jsinfo.el (org-infojs-template): Implement new quoting.
23727
23728 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
23729 command to the `w3m-minor-mode-map'.
23730
23731 * org-archive.el (org-archive-to-archive-sibling):
23732 Protect `this-command' to avoid appending kills during archiving.
23733
23734 * org-exp.el (org-export-with-priority): New variable.
23735 (org-export-add-options-to-plist): Use `org-export-plist-vars'
23736 instead of internal list of strings and properties.
23737 (org-print-icalendar-entries): Retrieve the location property with
23738 inheritance.
23739
23740 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23741
23742 * org-exp.el (org-export-with-todo-keywords): New option.
23743 (org-export-plist-vars): Include also the keys for the #+OPTIONS
23744 line.
23745 (org-default-export-plist, org-export-add-options-to-plist)
23746 (org-export-as-ascii, org-export-as-html): Use the new structure
23747 of `org-export-plist-vars'.
23748
23749 * org.el (org-map-entries): Return all values.
23750
23751 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23752
23753 * org.el (org-matcher-time): Recognize more special values.
23754
23755 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
23756
23757 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23758
23759 * org.el (org-tags-exclude-from-inheritance): New option.
23760 (org-tag-inherit-p, org-remove-uniherited-tags):
23761 Respect `org-tags-exclude-from-inheritance'.
23762
23763 * org-agenda.el (org-agenda-show-inherited-tags): New option.
23764 (org-format-agenda-item): Add inherited tags to the agenda line
23765 string, and make sure that properties are kept when downcasing the
23766 tags list.
23767 (org-agenda-add-inherited-tags): New function.
23768 (org-downcase-keep-props): New function.
23769
23770 * org.el (org-scan-tags): Mark inherited tags with a text
23771 property.
23772 (org-get-tags-at): Mark inherited tags with a text property.
23773 (org-add-prop-inherited): New function.
23774
23775 * org-agenda.el (org-agenda-add-inherited-tags): New function.
23776 (org-agenda-show-inherited-tags): New option.
23777
23778 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23779
23780 * org.el (org-modules): Add org-w3m to the default modules.
23781
23782 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
23783 orgtbl-mode.
23784 (orgtabl-create-or-convert-from-region): New command.
23785
23786 * org-exp.el (org-export-as-ascii): Remove the handling of
23787 targets.
23788 (org-export-ascii-preprocess): Handle targets already in this
23789 function.
23790
23791 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23792
23793 * org-timer.el (org-timer-start-time): Define this variable.
23794 (org-timer-item): Make argument optional.
23795
23796 * org-list.el (org-insert-item): Automatically insert a timer item
23797 if the current list is a timer list.
23798
23799 * org-timer.el: New file.
23800
23801 * org-publish.el (org-publish-org-index): Only exclude the index
23802 file in the main directory from being added to the site-map.
23803 (org-publish-get-project-from-filename): If the current project is
23804 a component, start publishing from the parent project.
23805
23806 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23807
23808 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
23809
23810 * org-publish.el (org-publish-org-index): Improve removal of
23811 temporary buffers.
23812
23813 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
23814
23815 * org-agenda.el (org-get-closed): Re-apply changes
23816 accidentially overwritten by last commit to Emacs.
23817
23818 * org.el (org-outline-path-complete-in-steps): New option.
23819 (org-refile-get-location):
23820 Honor `org-outline-path-complete-in-steps'.
23821 (org-agenda-change-all-lines, org-tags-sparse-tree)
23822 (org-time-string-to-absolute, org-small-year-to-year)
23823 (org-link-escape): Re-apply changes accidentially overwritten
23824 by last commit to Emacs.
23825
23826 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23827
23828 * org-clock.el (org-dblock-write:clocktable): Make sure the
23829 clocktable sees the first line.
23830 (org-clock-in): Warn if the clock cannot be resumed.
23831
23832 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23833
23834 * org.el (org-open-at-point): Fix mixup about interactive and
23835 non-interactive elisp links.
23836
23837 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23838
23839 * org-exp.el (org-export-preprocess-string): Allow one comment
23840 line before the first headline to always be included. This is
23841 to not miss a commented target.
23842
23843 * org-mouse.el (org-mouse-insert-item):
23844 Call `org-indent-to-column' instead of `indent-to', for XEmacs
23845 compatibility.
23846
23847 * org.el (org-refile-targets): Fix customize definition so
23848 that it works also in XEmacs.
23849 (org-fixup-indentation): Call `org-indent-to-column' instead
23850 of `indent-to', for XEmacs compatibility.
23851
23852 2008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
23853
23854 * org-mew.el (org-mew-store-link): Get the correct case folder
23855 for refiled messages.
23856
23857 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23858
23859 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
23860 line break indicators.
23861
23862 * org.el (org-ido-completing-read): Remove the "i:" prefix for
23863 ido-completion propts.
23864
23865 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23866
23867 * org-remember.el (org-remember-apply-template):
23868 Use `org-substring-no-properties'.
23869
23870 * org-compat.el (org-substring-no-properties): New function.
23871
23872 * org-remember.el (org-remember-apply-template):
23873 Use `org-substring-no-properties' for compatibility.
23874
23875 * org-list.el (org-list-two-spaces-after-bullet-regexp):
23876 New option.
23877 (org-fix-bullet-type):
23878 Respect `org-list-two-spaces-after-bullet-regexp'.
23879
23880 * org-clock.el (org-clock-load): Clean up the code.
23881
23882 * org.el (org-adaptive-fill-function): Allow two spaces after
23883 "1." as a list bullet.
23884
23885 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23886
23887 * org-clock.el (org-clock-save, org-clock-load): Check for
23888 live buffers, existing files, and buffer file names to ensure
23889 consistent information.
23890 (org-clock-persist): Make `clock' a special value of this
23891 variable, and improve docstring.
23892
23893 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
23894 (org-get-string-indentation): Adapt indentation when the bullet
23895 width changes.
23896
23897 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23898
23899 * org-remember.el (org-remember-finalize): Make interactive.
23900 (org-remember-kill): New command.
23901 (org-remember-finish-immediately): Call `org-remember-finalize'
23902 directly.
23903 (org-remember-finalize): Make `org-remember-finalize' an interactive
23904 function.
23905
23906 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23907
23908 * org-remember.el (org-remember-apply-template): No ido completion
23909 for free prompts in remember templates.
23910 (org-remember-before-finalize-hook): New hook.
23911 (org-remember-mode): New minor mode.
23912 (org-remember-apply-template): Turn on `org-remember-mode'.
23913
23914 * org-remember.el (org-remember-apply-template): Fix the way how
23915 the list of allowed properties is retrieved from the target file.
23916
23917 * org.el (org-insert-link): Improve file link matching.
23918
23919 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23920
23921 * org-colview.el (org-columns-display-here): New argument
23922 DATELINE, to trigger using the new face.
23923 (org-agenda-colview-summarize): Call `org-columns-display-here'
23924 with the new argument.
23925
23926 * org-faces.el (org-agenda-column-dateline): New face.
23927
23928 * org-publish.el (org-publish-org-index): Use index-title at page
23929 title, not as section.
23930
23931 * org-exp.el (org-export-html-format-desc): Respect the
23932 org-protect property.
23933 (org-export-as-html): Protect image specifiers that are in the
23934 description part of a link.
23935
23936 * org.el (org-sort-entries-or-items, org-completing-read)
23937 (org-refile-get-location, org-olpath-completing-read, org-todo)
23938 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
23939 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
23940 (org-set-property, org-delete-property)
23941 (org-delete-property-globally): Use `org-ido-completing-read'.
23942
23943 * org-remember.el (org-remember-apply-template):
23944 Use `org-ido-completing-read'.
23945
23946 * org-publish.el (org-publish): Use `org-ido-completing-read'.
23947
23948 * org-colview.el (org-columns-edit-value, org-columns-new)
23949 (org-insert-columns-dblock): Use `org-ido-completing-read'.
23950
23951 * org-attach.el (org-attach-delete-one, org-attach-open):
23952 Use `org-ido-completing-read'.
23953
23954 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
23955 Use `org-ido-completing-read'.
23956
23957 * org.el (org-time-today): New function.
23958 (org-matcher-time): Use `org-time-today'. Add special treatment
23959 for "<tomorrow>" and "<yesterday>".
23960 (org-ido-completing-read): New function.
23961 (org-completion-use-ido): New option.
23962
23963 * org-exp.el (org-export-format-source-code): Fix bug in require
23964 htmlize code.
23965 (org-export-target-internal-links): Fix bug in search for text
23966 property.
23967
23968 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23969
23970 * org-export-latex.el (org-export-latex-subcontent):
23971 Interpret target aliases as additional labels.
23972
23973 * org-exp.el (org-export-target-aliases): New variable.
23974 (org-export-preprocess-string)
23975 (org-export-handle-invisible-targets): Fill the alias alist.
23976 (org-export-as-html): Remove the &nbsp; from the anchor, and also
23977 assign an id.
23978 (org-html-level-start): Insert the target aliases as additional
23979 anchors.
23980
23981 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
23982 picture area.
23983
23984 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23985
23986 * org.el (org-open-at-mouse): Ensure correct link abbreviations
23987 when following a link with the mouse from the agenda.
23988
23989 * org-exp.el (org-export-as-html): Avoid lone </div> when no
23990 headlines are created.
23991
23992 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23993
23994 * org.el (org-link-translation-function): New option.
23995 (org-open-at-point): Call `org-link-translation-function' if
23996 non-nil.
23997 (org-translate-link): New function.
23998 (org-translate-link-from-planner): New function.
23999 (org-open-at-point): Allow interactive commands in elisp links.
24000
24001 * org-exp.el (org-icalendar-cleanup-string): Restore the old
24002 iCalendar quoting. The new one seems to caus problems with
24003 applications.
24004
24005 * org.el (org-yank): Set `this-command' to `yank', so that
24006 `yank-pop' will work.
24007
24008 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24009
24010 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
24011 compliance as far as quoting is concerned.
24012
24013 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
24014 hexified version of the tag.
24015
24016 * org-vm.el (org-vm-follow-link): Require `vm-search'.
24017
24018 * org.el (org-up-heading-safe, org-forward-same-level):
24019 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
24020 (org-back-to-heading): New wrapper around outline-back-to-heading,
24021 with a useful error message telling where the error happened.
24022
24023 * org-list.el (org-update-checkbox-count): Always call
24024 `org-back-to-heading' instead of `outline-back-to-heading'.
24025
24026 * org-exp.el (org-export-as-html): Make sure that each <img> tag
24027 has an `alt' attribute, to ensure XHTML validation.
24028
24029 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24030
24031 * org-publish.el (org-publish-attachment): Allow publishing to
24032 overwrite attachment files.
24033
24034 * org-agenda.el (org-agenda-timerange-leaders): New option.
24035 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
24036
24037 * org.el (org-edit-src-exit): Untabify ASCII image before
24038 returning.
24039
24040 2008-11-19 Glenn Morris <rgm@gnu.org>
24041
24042 * org.el, org-mouse.el (org-agenda-change-all-lines):
24043 Fix declaration.
24044
24045 2008-11-18 Carsten Dominik <dominik@science.uva.nl>
24046
24047 * org.el ("speedbar"): Only show context if the file really is an
24048 org-mode buffer.
24049
24050 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
24051
24052 * org.el (org-time-string-to-absolute, org-small-year-to-year)
24053 (org-tags-sparse-tree): Fix typos in docstrings.
24054
24055 2008-11-15 Carsten Dominik <dominik@science.uva.nl>
24056
24057 * org-publish.el (org-publish-attachment): Allow copy-file to
24058 overwrite files.
24059
24060 2008-11-13 Glenn Morris <rgm@gnu.org>
24061
24062 * org-agenda.el (org-get-closed): Fix alias.
24063
24064 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
24065
24066 * org.el (org-link-escape): Fix typo in docstring.
24067
24068 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24069
24070 * org.el (org-yank): Make any prefix force normal yanking.
24071 Suppress folding if text would be swallowed into a folded
24072 subtree.
24073 (org-yank-folded-subtrees, org-yank): Docstring updates.
24074
24075 * org-agenda.el (org-agenda-compare-effort): Treat no effort
24076 defined as 0.
24077
24078 * org-exp.el (org-export-language-setup): Add Catalan and
24079 Esperanto language entries.
24080
24081 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24082
24083 * org.el (org-refile): Allow refiling of entire regions.
24084
24085 * org-clock.el (org-clock-time%): New function.
24086
24087 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
24088 retrieve property values.
24089
24090 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24091
24092 * org-agenda.el (org-agenda-list): Handle the value `only' of
24093 org-agenda-show-log'.
24094 (org-agenda-log-mode): Interpret a double prefix arg.
24095
24096 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24097
24098 * org-exp.el (org-export-html-footnotes-section): New variable.
24099 (org-export-as-html): Use `org-export-html-footnotes-section' to
24100 insert the footnotes.
24101 (org-export-language-setup): Add "Footnotes" to language words.
24102
24103 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24104
24105 * org.el (org-yank): Fix bug when not inserting a subtree.
24106
24107 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24108
24109 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
24110 instead of `vm-beginning-of-message'.
24111
24112 * org.el (org-make-link-regexps): Make sure that links to gnus can
24113 contain brackets.
24114
24115 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24116
24117 * org-attach.el (org-attach-dir): Remove duplicate ID creation
24118 code.
24119
24120 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
24121 shell output.
24122
24123 * org.el (org-link-abbrev-alist): Improve customization type.
24124
24125 * org-attach.el (org-attach-expand-link, org-attach-expand):
24126 New functions.
24127
24128 * org-agenda.el (org-agenda-get-progress): Rename from
24129 `org-get-closed'. Implement searching for state changes as well.
24130 (org-agenda-log-mode-items): New option.
24131 (org-agenda-log-mode): New option prefix argument, interpreted as
24132 request to show all possible progress info.
24133 (org-agenda-get-day-entries): Call `org-get-progress' instead of
24134 `org-get-closed'.
24135 (org-agenda-set-mode-name): Handle the more complex log mode
24136 settings.
24137 (org-get-closed): New alias, pointing to `org-get-progress'.
24138
24139 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24140
24141 * org.el (org-file-apps-defaults-gnu)
24142 (org-file-apps-defaults-macosx)
24143 (org-file-apps-defaults-windowsnt): Add an entry defining the
24144 system command.
24145 (org-file-apps): Allow `system' as key and value.
24146 (org-open-at-point): Explain the effect of a double prefix arg.
24147 (org-open-file): If the argument `in-emacs' is (16),
24148 i.e. corresponding to a double prefix argument, try to open the
24149 file externally.
24150
24151 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24152
24153 * org.el (org-insert-link): Abbreviate absolute files names in
24154 links. Also, fix a bug in which the double C-u prefix would not
24155 be honored.
24156
24157 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24158
24159 * org.el (org-insert-heading): If buffer does not end with a
24160 newline, add one if necessary to insert headline correctly.
24161
24162 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
24163 paragraphs, not inside.
24164
24165 * org.el (org-todo):
24166 Quote `org-agenda-headline-snapshot-before-repeat'.
24167
24168 * org-exp.el (org-export-as-html): Fully process link descriptions.
24169 (org-export-html-format-desc): New function.
24170 (org-export-as-html): Collect footnotes into the correct basket.
24171 (org-html-protect): No longer protect quotations marks here, this
24172 goes wrong.
24173
24174 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
24175 BEG.
24176
24177 * org-compat.el (org-fit-window-to-buffer): New function (not
24178 really, a preliminary and incomplete version was present earlier,
24179 but not used).
24180
24181 * org.el (org-fast-todo-selection, org-fast-tag-selection):
24182 Use `org-fit-window-to-buffer'.
24183
24184 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
24185
24186 * org-agenda.el (org-agenda-get-restriction-and-command)
24187 (org-fit-agenda-window, org-agenda-convert-date):
24188 Use `org-fit-window-to-buffer'.
24189
24190 * org-exp.el (org-export-as-html): Process href links through
24191 `org-export-html-format-href'.
24192 (org-export-html-format-href): New function.
24193
24194 * org-agenda.el (org-agenda-todo): Update only the current
24195 headline if this is a repeated TODO, marked done for today.
24196 (org-agenda-change-all-lines): New argument JUST-THIS, to change
24197 only the current line.
24198
24199 * org.el (org-todo): Take a snapshot of the headline if the
24200 repeater might change it.
24201
24202 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24203
24204 * org-publish.el (org-publish-find-title): Remove buffers visited
24205 only for extracting the title.
24206
24207 * org-exp.el (org-export-html-style)
24208 (org-export-html-style-default): Mark style definitions as
24209 unparsed CDATA.
24210
24211 * org-publish.el (org-publish-validate-link):
24212 Function re-introduced.
24213
24214 2008-11-12 Charles Sebold <csebold@gmail.com>
24215
24216 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
24217 property.
24218 (org-plot-quote-timestamp-field): New function.
24219 (org-plot-quote-tsv-field): Call timestamp field function when
24220 necessary rather than just quoting as a string.
24221 (org-plot/gnuplot-to-data): Pass in timefmt property.
24222 (org-plot/gnuplot-script): Supports timefmt property.
24223 (org-plot/gnuplot): Checks for timestamp column before checking
24224 for text index column.
24225
24226 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24227
24228 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
24229
24230 * org-publish.el (org-publish-org-index): Create a section in the
24231 index file.
24232 (org-publish-org-index): Stop linking to directories.
24233
24234 * org.el (org-emphasis-alist): Use span instead of <u> to
24235 underline text.
24236
24237 * org-exp.el (org-export-as-html): Make sure <p> is closed before
24238 <pre> sections.
24239
24240 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
24241
24242 * org-jsinfo.el (org-infojs-template): Remove language attribute
24243 from script tag.
24244
24245 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24246
24247 * org-agenda.el (org-agenda-remove-marked-text): New function.
24248 (org-agenda-mark-filtered-text)
24249 (org-agenda-unmark-filtered-text): New functions.
24250 (org-write-agenda): Remove filtered text.
24251
24252 * org.el (org-make-tags-matcher): Give access to TODO "property"
24253 without speed penalty.
24254
24255 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24256
24257 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
24258 option.
24259 (org-store-link-props): Make sure adding to the plist works
24260 correctly.
24261
24262 * org-gnus.el (org-gnus-no-new-news): New function.
24263 (org-gnus-follow-link): Allow the article ID to be a message-id,
24264 in addition to allowing article numbers. Message IDs make much
24265 more roubust links.
24266 (org-gnus-store-link): Use message-id to create link.
24267
24268 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24269
24270 * org.el (org-emphasize): Reverse the selection array.
24271 (org-emphasis-alist): Set <code> tags for the verbatim
24272 environment.
24273
24274 * org-remember.el (org-remember-handler): Fix bug with
24275 prefix-related changing of the note storage target.
24276
24277 * org-exp.el (org-print-icalendar-entries): Make the exported
24278 priorities compatible with RFC 2445.
24279
24280 * org-clock.el (org-clock-save): Insert time stamp without
24281 dependence on time-stamp.el.
24282
24283 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24284
24285 * org.el ("saveplace"): If saveplace puts point into an invisible
24286 location, make it visible.
24287 (org-make-tags-matcher): Allow inactive time stamps in time
24288 comparisons.
24289 (org-yank-adjusted-subtrees): New option.
24290 (org-yank): Incorporate adjusting trees.
24291 (org-paste-subtree): New argument FOR-YANK which will cause
24292 insertion at point without backing up over white lines, and leave
24293 point at the end of the inserted text. Also if the cursor is
24294 at the beginning of a headline, use the same level or the inserted
24295 tree.
24296
24297 * org-publish.el (org-publish-get-base-files-1): Deal correctly
24298 with broken symlinks.
24299
24300 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24301
24302 * org-exp.el (org-export-select-tags, org-get-current-options):
24303 Fix typo.
24304
24305 2008-11-06 Glenn Morris <rgm@gnu.org>
24306
24307 * org-publish.el (org-publish-attachment): Use copy-file rather than
24308 eshell/cp.
24309
24310 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
24311
24312 * org.el (org-columns-modify-value-for-display-function):
24313 * org-table.el (org-table-convert-region): Fix typos in docstrings.
24314
24315 2008-10-28 Glenn Morris <rgm@gnu.org>
24316
24317 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
24318
24319 * org-list.el (outline-next-heading, outline-back-to-heading):
24320 Fix declarations.
24321
24322 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24323
24324 * org-agenda.el (org-format-agenda-item)
24325 (org-agenda-filter-make-matcher): Make sure tags are stored and
24326 compared downcased.
24327
24328 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24329
24330 * org.el (org-insert-todo-heading): Fix bug with force-heading
24331 argument.
24332
24333 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24334
24335 * org-exp.el (org-export-as-ascii): Handle the case that we are
24336 bulishing from an indirect buffer.
24337
24338 * org-table.el (org-table-copy-down): Fix bug with time stamp
24339 increment.
24340
24341 * org-mouse.el (org-mouse-features): New option.
24342 (org-mode-hook): Turn on features depending on
24343 `org-mouse-features'.
24344
24345 * org.el (org-insert-heading-respect-content): Force heading
24346 creation.
24347 (org-insert-heading): Keep the folding state of the heading before
24348 the inserted one.
24349
24350 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24351
24352 * org-archive.el (org-archive-to-archive-sibling): Handle top
24353 level headlines better.
24354
24355 2008-10-26 Bastien Guerry <bzg@gnu.org>
24356
24357 * org-export-latex.el (org-export-latex-classes):
24358 Add \usepackage{graphicx} to the default list of packages.
24359
24360 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24361
24362 * org-agenda.el (org-agenda-filter): Rename from
24363 `org-agenda-filter-tags'.
24364
24365 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24366
24367 * org.el (org-entry-properties): Add CATEGORY property, iven if it
24368 is not defined as a property in this entry.
24369 (org-add-log-note): Mask prefix argument when immediately storing
24370 the note.
24371
24372 * org-agenda.el (org-agenda-filter-effort-default-operator):
24373 New option.
24374
24375 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
24376
24377 * org.el (org-add-log-setup): Bugfix; code to find insertion point
24378 after drawers was skipping ahead one line too many, so notes were
24379 inserted after the first note instead of before it.
24380
24381 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24382
24383 * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
24384 New variables.
24385 (org-prepare-agenda): Reset the filter tags.
24386 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
24387 Show filter tags in mode line.
24388
24389 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
24390 formatter.
24391
24392 * org-export-latex.el (org-latex-entities-regexp): New constant.
24393 (org-export-as-pdf): Use two calls to `shell-command'.
24394
24395 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24396
24397 * org-export-latex.el (org-export-latex-treat-sub-super-char):
24398 Honor the {} value of the subsuperscript setting. Make sure that
24399 longer subsuperscripts are typeset in a roman font.
24400
24401 * org.el (org-clock-update-time-maybe): Compute negative clock
24402 intervals correctly.
24403
24404 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24405
24406 * org.el (org-add-log-setup):
24407 Respect `org-log-state-notes-insert-after-drawers'.
24408 (org-log-state-notes-insert-after-drawers): New option.
24409 (org-todo-trigger-tag-changes): New function.
24410 (org-todo): Call `org-todo-trigger-tag-changes'.
24411
24412 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
24413
24414 * org.el (org-add-log-setup): Only skip drawers if they are
24415 immediately after the scheduling keywords.
24416
24417 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
24418 function.
24419 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
24420 call it with the current todo state to get the state to switch to
24421 when clocking in.
24422 (org-clock-in): Use org-indent-line-function to indent clock lines.
24423 (org-clock-find-position): Fix indentation of empty clock drawers.
24424
24425 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24426
24427 * org-publish.el (org-publish-org-to): Handle case when
24428 org-export-to-pdf does return a file name, not a buffer.
24429 (org-publish-org-to-pdf): New function.
24430
24431 * org-export-latex.el (org-export-as-pdf)
24432 (org-export-as-pdf-and-open): New commands.
24433
24434 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
24435 forms as ranges.
24436
24437 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
24438 things in protexted regions.
24439
24440 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24441
24442 * org-export-latex.el (org-export-latex-preprocess):
24443 Improve quoting of LaTeX environments.
24444
24445 2008-10-19 Eli Zaretskii <eliz@gnu.org>
24446
24447 * org.el (org-default-notes-file):
24448 * org-publish.el (org-publish-timestamp-directory):
24449 * org-id.el (org-id-locations-file): Run file names that begin
24450 with a period thru `convert-standard-filename'.
24451
24452 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24453
24454 * org-plot.el: Switch coding system to unix.
24455
24456 2008-10-12 John Wiegley <johnw@newartisans.com>
24457
24458 * org-attach.el: New file.
24459
24460 2008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
24461
24462 * org.el (org-edit-fixed-width-region): Exclude final newline from
24463 picture area.
24464
24465 * org-export-latex.el (org-export-latex-subcontent): Add labels to
24466 sections, to make internal links work.
24467 (org-export-latex-fontify-headline): Do not remove all text
24468 properties, to make sure that target properties survive this
24469 process.
24470
24471 * org-exp.el (org-export-preprocess-string): Change sequence of
24472 modifications, to make sure links are prepared before the LaTeX
24473 conversions do happen.
24474
24475 * org-attach.el (org-attach-delete-all): Rename from
24476 `org-attch-delete'. Add a security query before deleting the
24477 entire directory. New optional argument FORCE can overrule the
24478 security query.
24479 (org-attach-delete-one): New command.
24480
24481 * org-attach.el (org-attach-file-list): Fix bug with directory.
24482
24483 * org.el (org-apps-regexp-alist): New function.
24484 (org-file-apps): Add auto-mode to the default value.
24485 (org-open-file): Use the new structure of org-file-apps.
24486
24487 * org-attach.el (org-attach): Support the new keys.
24488 (org-attach-method): New option.
24489
24490 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
24491 March.
24492
24493 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
24494 of the list value o `org-use-tag-inheritance'.
24495
24496 * org-attach.el (org-attach-auto-tag): New option.
24497 (org-attach-tag, org-attach-untag): New functions.
24498 (org-attach-attach, org-attach-new, org-attach-sync):
24499 Call `org-attach-tag'.
24500 (org-attach-delete): Call `org-attach-untag'.
24501
24502 * org-table.el (orgtbl-self-insert-command): Make this work for
24503 the keypad as well.
24504
24505 * org.el (org-add-log-setup): Limit searc for drawers to entry
24506 text, not to subtree.
24507
24508 * org-clock.el (org-clock-heading-for-remember): New variable.
24509 (org-clock-in): Set `org-clock-heading-for-remember'.
24510
24511 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
24512
24513 * org-remember.el (org-remember-apply-template): Add new
24514 expansions: %k, %K for currently clocked task and a link to the
24515 currently clocked task, and %< to file notes in the currently
24516 clocked task.
24517
24518 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24519
24520 * org-export-latex.el (org-export-latex-make-header): Also insert
24521 the content of the property :latex-header-extra.
24522
24523 * org-exp.el (org-infile-export-plist): Put the content of
24524 #+LATEX_HEADER: into the property :latex-header-extra.
24525
24526 * org-colview.el (org-columns-get-format-and-top-level):
24527 Remove resetting the marker.
24528
24529 * org.el (org-entry-property-inherited-from): Improve docstring.
24530 (org-entry-get-with-inheritance): Reset marker before starting the
24531 search.
24532
24533 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
24534
24535 * org.el (org-entry-get-multivalued-property)
24536 (org-entry-protect-space, org-entry-restore-space):
24537 New functions.
24538 (org-file-apps-defaults-macosx): Let PostScript files be opened by
24539 preview.
24540 (org-time-stamp-inactive): Call `org-time-stamp'.
24541 (org-time-stamp): New argument `inactive'. Also edit inactive
24542 stamps. Convert time stamp type.
24543 (org-open-file): Interpret the `default' value for the `command'
24544 in `org-file-apps'.
24545
24546 * org-id.el (org-id-int-to-b36-one-digit)
24547 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
24548 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
24549 b36.
24550
24551 * org-id.el (org-id-reverse-string): New function.
24552 (org-id-new): Use `org-id-reverse-string' to make sure the
24553 beginning chars of the ID are mutating fast. This allows to use a
24554 directory structure to spread things better.
24555 (org-id-prefix): Change default to nil.
24556
24557 * org-list.el (org-move-item-down, org-move-item-up): Remember and
24558 restore the column of the cursor position.
24559
24560 * org-remember.el (org-remember-apply-template): Remove properties
24561 from `initial'.
24562
24563 * org-wl.el (org-wl-open): Remove useless call to
24564 `wl-thread-open-all'.
24565
24566 * org-remember.el (org-remember-handler): Fix bug with `bottom'
24567 location.
24568
24569 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
24570 `org-bbdb-anniversaries'.
24571
24572 * org.el (org-get-next-sibling, org-forward-same-level):
24573 New functions, similar to the outline versions, but invisible headings
24574 are OK.
24575
24576 2008-10-12 Bastien Guerry <bzg@gnu.org>
24577
24578 * org.el (org-auto-repeat-maybe): Insert a space between
24579 the timestamp's type and the timestamp itself.
24580
24581 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24582
24583 * org-table.el (org-table-sum): Do not format the result with %g,
24584 it does rounding when there are too many digits.
24585
24586 * org.el (org-map-entries): Protect the keyword-selecting variables.
24587
24588 2008-10-12 Bastien Guerry <bzg@gnu.org>
24589
24590 * org-agenda.el (org-agenda-to-appt): Make sure the function check
24591 against all agenda files.
24592
24593 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24594 Bastien Guerry <bzg@gnu.org>
24595
24596 * org-list.el: New file, aggregating list functions from org.el
24597 and org-export-latex.el.
24598
24599 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24600
24601 * org.el (org-edit-src-region-extra): New option.
24602
24603 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
24604 time before 1am.
24605
24606 2008-10-12 Bastien Guerry <bzg@gnu.org>
24607
24608 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
24609
24610 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
24611
24612 * org-plot.el (org-plot/gnuplot): Make tables starting with a
24613 hline work correctly.
24614 (org-plot/gnuplot-script): Put commas at the end of each script
24615 line.
24616
24617 * org.el (org-get-refile-targets): Replace links with their
24618 descriptions.
24619 (org-imenu-get-tree): Replace links with their descriptions.
24620
24621 * org-remember.el (org-remember-apply-template): Add a new
24622 expansion for adding properties to remember items.
24623
24624 * org.el (org-add-log-setup): Skip over drawers (properties,
24625 clocks etc) when adding notes.
24626
24627 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
24628 items as well as the start and end times.
24629
24630 * org-compat.el (org-get-x-clipboard-compat): Add a compat
24631 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
24632
24633 * org-remember.el (org-get-x-clipboard): Use the compat
24634 function to get clipboard values when x-selection-value is
24635 unavailable. Use substring-no-properties instead of
24636 set-text-properties to remove text properties from the clipboard
24637 value.
24638
24639 * org-clock.el (org-update-mode-line): Support limiting the
24640 modeline clock string, and display the full todo value in the
24641 tooltip. Set a local keymap so mouse-3 on the clock string goes to
24642 the currently clocked task.
24643 (org-clock-string-limit): Add a custom value for the maximum
24644 length of the clock string in the modeline.
24645 (org-clock-mode-map): Add a keymap for the modeline string.
24646
24647 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24648
24649 * org-compat.el (org-propertize): New function.
24650
24651 2008-10-12 Bastien Guerry <bzg@gnu.org>
24652
24653 * org-export-latex.el (org-export-latex-tables): Protect exported
24654 tables from further special chars conversion.
24655 (org-export-latex-preprocess): Preserve LaTeX environments.
24656 (org-list-parse-list): Parse descriptive lists.
24657 (org-list-to-generic, org-list-to-latex, org-list-to-html)
24658 (org-list-to-texinfo): Export descriptive lists.
24659 (org-quote-chars): Remove.
24660 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
24661 (org-export-latex-list-beginning-re): Rename to
24662 `org-list-beginning-re'.
24663 (org-list-item-begin): Rename to `org-list-item-beginning'.
24664
24665 2008-10-12 Eric Schulte <schulte.eric@gmail.com>
24666
24667 * org-plot.el: New file.
24668
24669 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24670
24671 * org.el (org-refile): Allow refiling to the last entry in the
24672 buffer.
24673 (org-get-tags-at): Fix bug when inheritance is turned off.
24674
24675 * org.el (org-indent-line-function): No longer check for src
24676 regions, this is too much overhead.
24677
24678 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
24679 matching.
24680
24681 * org.el (org-scan-tags): Make sure that tags matching is not case
24682 sensitive. TODO keyword matching is case sensitive, however, to
24683 avoid confusion with similar words that are not meant to be
24684 keywords.
24685
24686 * org.el (org-get-local-tags-at): New function.
24687 (org-get-local-tags): New function.
24688
24689 * org-exp.el (org-export-get-categories): New function.
24690
24691 * org-agenda.el (org-sorting-choice)
24692 (org-agenda-sorting-strategy, org-agenda-get-todos)
24693 (org-agenda-get-timestamps, org-agenda-get-deadlines)
24694 (org-agenda-get-scheduled, org-agenda-get-blocks)
24695 (org-entries-lessp): Implement sorting by TODO state.
24696 (org-cmp-todo-state): New defsubst.
24697
24698 * org-colview.el (org-colview-construct-allowed-dates):
24699 New function.
24700 (org-columns-next-allowed-value):
24701 Use `org-colview-construct-allowed-dates'.
24702
24703 * org.el (org-protect-slash): New function.
24704 (org-get-refile-targets): Use `org-protect-slash'.
24705
24706 * org-agenda.el (org-global-tags-completion-table): New variable.
24707
24708 * org-exp.el (org-export-handle-export-tags): New function.
24709 (org-export-preprocess-string):
24710 Call `org-export-handle-export-tags'.
24711
24712 * org-publish.el (org-publish-expand-components): Function removed.
24713 (org-publish-expand-projects): Allow components to have components.
24714
24715 * org.el (org-indent-line-function): Do not indent in regions that
24716 are external source code.
24717 (org-yank-and-fold-if-subtree): New function.
24718
24719 * org-agenda.el (org-agenda-todayp): New function.
24720 (org-agenda-get-deadlines, org-agenda-get-scheduled):
24721 Use `org-agenda-todayp'.
24722
24723 * org.el (org-insert-heading-respect-content)
24724 (org-insert-todo-heading-respect-content): New commands.
24725 (org-insert-heading-respect-content): New option.
24726 (org-insert-heading): Respect `org-insert-heading-respect-content'.
24727
24728 * org-clock.el (org-clock-find-position): Make sure the note after
24729 the clock line gets moved into the new clock drawer.
24730
24731 * org-id.el (org-id-new): New option.
24732
24733 * org-table.el (org-table-copy-down): Avoid overflow during
24734 increment. Use prefix argument 0 to temporarily disable the
24735 increment.
24736
24737 * org-exp.el (org-export-as-html): Do not turn on the major mode
24738 if the buffer will be killed anyway.
24739 (org-get-current-options): Exclude the #+TEXT field.
24740 (org-export-as-html): Make sure text before the first headline is
24741 a paragraph.
24742
24743 * org-publish.el (org-publish-org-to): Tell the exporter that this
24744 buffer will be killed, so it is not necessary to do major mode
24745 initialization.
24746
24747 * org-archive.el (org-archive-to-archive-sibling): Show empty
24748 lines after folding the archive sibling.
24749
24750 * org.el (org-log-note-extra): New variable.
24751
24752 2008-10-12 Bastien Guerry <bzg@gnu.org>
24753
24754 * org.el (org-additional-option-like-keywords): Add keywords for
24755 the _QUOTE, _VERSE and _SRC environments.
24756
24757 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
24758 exporting _QUOTE and _VERSE environments.
24759
24760 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24761
24762 * org-agenda.el (org-agenda-filter-by-tag): New command.
24763
24764 * org-exp.el (org-get-current-options): Remove angular brackets
24765 from the date entry.
24766
24767 * org.el (org-edit-fixed-width-region): New function.
24768 (org-edit-fixed-width-region): Also try
24769 `org-edit-fixed-width-region'.
24770 (org-edit-fixed-width-region-mode): New option.
24771 (org-activate-code): Only interpret lines starting with colon
24772 plus a space as example lines.
24773
24774 * org-remember.el (org-remember-templates): Add nil instead of
24775 empty strings to fix the length of remember templates.
24776
24777 * org-table.el (org-calc-default-modes): Fix the time format for
24778 calc, from 12 hour to 24 hour clock.
24779
24780 * org-agenda.el (org-agenda-get-deadlines)
24781 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
24782 entries that are pre-warnings of deadlines or reminders.
24783
24784 * org.el (org-sort-entries-or-items): Make numeric and alpha
24785 comparisons ignore any TODO keyword and priority cookie.
24786
24787 * org-remember.el (org-remember-handler): Reinterpretation of the
24788 prefix argument.
24789
24790 * org-agenda.el (org-agenda-get-scheduled): Use new
24791 `org-scheduled' face.
24792
24793 * org-faces.el (org-scheduled): New face.
24794
24795 * org-wl.el (org-wl-open): Remove incorrect declaration.
24796
24797 * org-gnus.el (org-gnus-store-link): Support for :to information
24798 in gnus links.
24799
24800 * org-exp.el (org-export-as-html): Fix typo in creator
24801 information.
24802 (org-export-protect-examples): New parameter indent. Insert extra
24803 spaces only when this parameter is specified.
24804 (org-export-preprocess-string): Call `org-export-protect-examples'
24805 with an indentation parameter when exporting to ASCII.
24806
24807 * org-remember.el (org-remember-templates)
24808 (org-remember-apply-template): Allow the file component to be a
24809 function.
24810
24811 * org.el (org-goto-local-search-headings): Rename from
24812 `org-goto-local-search-forward-headings'. Added the possibility
24813 to search backwards.
24814
24815 * org-export-latex.el (org-export-latex): New customization
24816 group.
24817
24818 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
24819
24820 * org-exp.el (org-html-do-expand): Allow {} to terminate
24821 tex macro.
24822
24823 * org.el (org-buffer-list): Select buffers based on major mode,
24824 not on file name.
24825
24826 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
24827 face property.
24828
24829 * org-colview.el (org-columns-display-here):
24830 Use `org-columns-modify-value-for-display-function'.
24831
24832 * org.el (org-columns-modify-value-for-display-function): New option.
24833
24834 * org-publish.el (org-publish-file): Make sure the directory match
24835 for the publishing directory works correctly.
24836
24837 * org-agenda.el (org-agenda-execute-calendar-command)
24838 (org-agenda-diary-entry): Additional optional argument.
24839
24840 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
24841
24842 * org-exp.el (org-export-as-html): Add attributes also in mailto
24843 and ftp links.
24844
24845 * org.el (org-autoload): Add `org-dblock-write:columnview'.
24846
24847 2008-08-11 Glenn Morris <rgm@gnu.org>
24848
24849 * org-mac-message.el (do-applescript): Fix declaration.
24850
24851 2008-08-10 Glenn Morris <rgm@gnu.org>
24852
24853 * org-exp.el (org-export-as-html): Let-bind `i'.
24854
24855 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
24856 (org-extract-attributes): Let-bind `key', `value'.
24857 (org-make-tags-matcher): Let-bind `time-p'.
24858
24859 2008-07-27 Carsten Dominik <dominik@science.uva.nl>
24860
24861 * org-install.el: New file.
24862
24863 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
24864
24865 * org-exp.el (org-export-html-style)
24866 (org-export-html-style-extra): Declare as safe-local-variable.
24867
24868 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
24869
24870 * org-publish.el (org-publish-file): Use the true name of the
24871 file.
24872
24873 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
24874 instead of :style.
24875
24876 * org-exp.el (org-export-plist-vars)
24877 (org-export-add-options-to-plist): Handle creator setting flag.
24878 (org-export-as-html): Handle attributes also for ftp and mailto
24879 links.
24880
24881 * org-agenda.el (org-agenda-diary-entry)
24882 (org-agenda-execute-calendar-command): Cater for the second
24883 argument of `calendar-cursor-to-date'.
24884
24885 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
24886
24887 * org-exp.el (org-export-region-as-html, org-export-as-html):
24888 Make sure that calls from `org-export-region-as-html' do not do the
24889 special check for a subtree.
24890
24891 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
24892
24893 * org.el (org-open-file):
24894 Use `org-open-directory-means-index-dot-org'.
24895 (org-open-directory-means-index-dot-org): New option.
24896
24897 * org.el (org-make-link-string): Remove link attributes from
24898 description.
24899 (org-open-at-point): Remove link attributes before using the path.
24900
24901 * org-exp.el (org-export-as-html): Handle link attributes.
24902
24903 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
24904
24905 * org-table.el (org-table-to-lisp): New function.
24906
24907 * org.el (org-narrow-to-subtree): Do not include the final newline
24908 into the narrowed region.
24909
24910 * org-agenda.el (org-agenda-custom-commands-local-options):
24911 Fix bug with user-define skipping condition.
24912
24913 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
24914
24915 * org-exp.el (org-export-html-style-default): Automatic overflow
24916 handling for pre fields.
24917 (org-export-as-ascii, org-export-as-html): Change default format
24918 for time stamp.
24919
24920 * org-table.el (org-table-export): Offer completion for translator
24921 functions, and do not require a heading above the table.
24922
24923 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
24924 Cater for the case of a list starting in the first line of the
24925 buffer.
24926
24927 * org-publish.el (org-publish-find-title): Bug fix.
24928 (org-publish-org-index): Implement new :index-style option.
24929
24930 * org-publish.el (org-publish-timestamp-filename):
24931 Use SHA1-encoded file names in the timestamp directory.
24932
24933 * org-publish.el (org-publish-needed-p): Be verbose about files
24934 published and files skipped.
24935
24936 * org-exp.el (org-export-preprocess-string): Swap link
24937 normalization and internal link targeting.
24938
24939 * org-publish.el (org-publish-needed-p): Create timestamp
24940 directory when it does not exist.
24941
24942 * org-clock.el (org-clock-out-when-done): Doc fix.
24943
24944 * org.el (org-agenda-skip-unavailable-files): Doc fix.
24945
24946 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
24947 Ignore case when searching for the COMMENT cookie at export time.
24948
24949 * org-exp.el (org-get-file-contents)
24950 (org-get-and-remove-property): New functions.
24951 (org-export-handle-include-files): Handle the new prefix options.
24952 (org-export-as-html): Fix the verse environment.
24953
24954 * org.el (org-time=, org-time<, org-time<=, org-time>)
24955 (org-time>=, org-time<>, org-2ft): New functions.
24956 (org-op-to-function): Also provide for the time testing functions.
24957
24958 * org-exp.el (org-export-html-style-default): New constant.
24959
24960 * org-exp.el (org-export-html-style-extra): New variable.
24961 (org-export-splice-style): New function.
24962
24963 * org-exp.el (org-export-plist-vars, org-export-as-html):
24964 Implement `org-export-creator-info'.
24965 (org-export-creator-info): New option.
24966
24967 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
24968 (org-property-drawer-re, org-clock-drawer-re): New constants.
24969
24970 * org-exp.el (org-icalendar-use-deadline)
24971 (org-icalendar-use-scheduled): New options.
24972 (org-icalendar-include-todo): Default changed to t.
24973 (org-print-icalendar-entries): Implement better utilization of
24974 scheduling and deadline time stamps.
24975 (org-export-target-internal-links, org-export-as-html): Allow file
24976 lines without the "file:" prefix if the file path is an absolute
24977 path or starts with ".".
24978
24979 * org-clock.el (org-clocktable-shift): Also understand yesterday,
24980 lastweek etc.
24981 (org-clock-special-range): Also understand yesterday, lastweek etc.
24982
24983 * org.el (org-agenda-skip-archived-trees): Docstring now
24984 discourages using this.
24985 (org-scan-tags): Check for org-agenda-archives-mode.
24986 (org-map-entries): Make sure org-agenda-archives-mode is nil.
24987 (org-agenda-files): Functionality of second arg changed.
24988
24989 * org-agenda.el (org-agenda-archives-mode): New variable.
24990 (org-write-agenda, org-prepare-agenda, org-agenda-list)
24991 (org-search-view, org-todo-list, org-tags-view)
24992 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
24993 `ifmode' argument.
24994 (org-agenda-quit): Reset the archives mode.
24995 (org-agenda-archives-mode): New command.
24996 (org-agenda-set-mode-name): Include archives info.
24997
24998 * org.el (org-paste-subtree): Make sure the yanked headline is
24999 visible if it was yanked at a visible point.
25000 (org-move-item-up): Fix the bug with moving white space at the end
25001 of the item.
25002 (org-show-empty-lines-in-parent): New function.
25003
25004 2008-07-19 Juri Linkov <juri@jurta.org>
25005
25006 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
25007 new keymap `narrow-map' instead of binding "\C-xns".
25008
25009 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
25010
25011 * org.el (org-agenda-skip-unavailable-files):
25012 * org-clock.el (org-clock-out-when-done): Doc fixes.
25013
25014 2008-06-18 Glenn Morris <rgm@gnu.org>
25015
25016 * org.el (org-map-entries): Let-bind `file'.
25017
25018 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25019
25020 * org-colview.el (org-columns-next-allowed-value): Bug fix.
25021
25022 * org-agenda.el (org-agenda-get-closed): Get the end time into the
25023 agenda prefix as well.
25024
25025 * org-publish.el (org-publish-org-index): Make a properly indented
25026 list.
25027
25028 * org.el (org-calendar-agenda-action-key): New option.
25029 (org-get-cursor-date): New function.
25030 (org-mark-entry-for-agenda-action): New command.
25031 (org-overriding-default-time): New variable.
25032 (org-read-date): Respect `org-overriding-default-time'.
25033
25034 * org-remember.el (org-remember-apply-template): Respect the
25035 overriding default time.
25036
25037 * org-agenda.el (org-agenda-action-marker): New variable.
25038 (org-agenda-action): New command.
25039 (org-agenda-do-action): New function.
25040
25041 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25042
25043 * org.el (org-schedule, org-deadline): Protect scheduled and
25044 deadline tasks against changes that accidentally remove the
25045 repeater. Also show a message with the new date when done.
25046
25047 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25048
25049 * org.el (org-beginning-of-line): Cater for the case when there
25050 are tags but no headline text.
25051 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
25052 it set.
25053
25054 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25055
25056 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
25057 the return value is nil instead of "nil" when there is no match.
25058
25059 * org-exp.el (org-insert-centered): Use fill-column instead of
25060 80.
25061 (org-export-as-ascii): Use string-width to measure the width of
25062 the heading.
25063
25064 * org.el (org-diary-to-ical-string): No longer kill buffer
25065 FROMBUF, this is now done by the caller.
25066
25067 * org-exp.el (org-print-icalendar-entries): Move the call to
25068 `org-diary-to-ical-string' out of the loop, and kill the buffer
25069 afterwords.
25070
25071 * org-remember.el (org-remember-visit-immediately):
25072 Position cursor after moving to the note.
25073 (org-remember-apply-template): Use a text property to record the
25074 cursor position.
25075 (org-remember-handler): Align tags after pasting the note.
25076
25077 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25078
25079 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
25080
25081 * org-agenda.el (org-agenda-open-link): If there is an
25082 org-bbdb-name property in the current line, jump to that bbdb
25083 entry.
25084
25085 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
25086 text property, so that the agenda knows where this entry comes
25087 from.
25088
25089 * org-agenda.el (org-agenda-clock-in): Fix bug in the
25090 interaction between clocking-in from the agenda, and automatic
25091 task state switching.
25092
25093 * org-macs.el (org-with-point-at): Bug fix in macro definition.
25094
25095 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
25096 zmacs-region stays after this command in XEmacs.
25097
25098 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25099
25100 * org.el (org-scan-tags): Allow new values for ACTION parameter.
25101
25102 * org-remember.el (org-remember-templates): Fix bug in
25103 customization type definition.
25104
25105 * org.el (org-map-entries): New function.
25106
25107 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25108
25109 * org-agenda.el (org-agenda-skip-comment-trees): New option.
25110 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
25111
25112 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25113
25114 * org-remember.el (org-jump-to-target-location): New variable.
25115 (org-remember-apply-template):
25116 Set `org-remember-apply-template' if requested by template.
25117 (org-remember-handler): Start an idle timer to jump to
25118 remember location.
25119
25120 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
25121
25122 * org.el (org-set-regexps-and-options): Fix bug with parsing of
25123 file tags.
25124 (org-get-tags-at): Add the content of `org-file-tags'.
25125
25126 * org-exp.el (org-export-handle-comments): Fix bug with several
25127 comment lines after each other.
25128 (org-number-to-roman, org-number-to-counter): New functions.
25129 (org-export-section-number-format): New option.
25130
25131 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25132
25133 * org-exp.el (org-export-protect-examples): Catch the case of a
25134 missing end_example line.
25135
25136 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
25137 `org-file-tags' to nil.
25138
25139 * org-colview.el (org-columns-next-allowed-value): Handle next
25140 argument NTH to directly select a value.
25141
25142 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25143
25144 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
25145
25146 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25147
25148 * org.el (org-columns-ellipses): New option.
25149
25150 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25151
25152 * org-colview.el (org-columns-add-ellipses): New function.
25153 (org-columns-compact-links): New function.
25154 (org-columns-cleanup-item): Call `org-columns-compact-links'.
25155 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
25156 when in agenda.
25157 (org-columns-edit-value): Fix bug with editing values from
25158 agenda column view.
25159 (org-columns-redo): Also redo the agenda itself.
25160
25161 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25162
25163 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
25164 New option.
25165
25166 * org-colview.el (org-agenda-columns-cleanup-item): New function.
25167
25168 * org-exp.el (org-export-ascii-preprocess): Rename from
25169 `org-export-ascii-clean-string'.
25170 (org-export-kill-licensed-text)
25171 (org-export-define-heading-targets)
25172 (org-export-handle-invisible-targets)
25173 (org-export-target-internal-links)
25174 (org-export-remove-or-extract-drawers)
25175 (org-export-remove-archived-trees)
25176 (org-export-protect-quoted-subtrees)
25177 (org-export-protect-verbatim, org-export-protect-examples)
25178 (org-export-select-backend-specific-text)
25179 (org-export-mark-blockquote-and-verse)
25180 (org-export-remove-comment-blocks-and-subtrees)
25181 (org-export-handle-comments, org-export-mark-radio-links)
25182 (org-export-remove-special-table-lines)
25183 (org-export-normalize-links)
25184 (org-export-concatenate-multiline-links)
25185 (org-export-concatenate-multiline-emphasis): New functions,
25186 obtained from spliting the export preprocessor.
25187
25188 * org-table.el (org-table-recalculate): Improve error message if
25189 the row number is invalid.
25190
25191 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25192
25193 * org-archive.el (org-archive-save-context-info): Fix bugs in
25194 customization setup and docstring.
25195
25196 * org-exp.el (org-export-html-style): Change the size of in the
25197 <pre> element to 90%.
25198
25199 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25200
25201 * org.el (org-find-src-example-start): Function removed.
25202 (org-edit-src-find-region-and-lang): New function.
25203
25204 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25205
25206 * org.el (org-edit-src-exit): New function.
25207 (org-exit-edit-mode): New minor mode.
25208
25209 * org-exp.el (org-export-preprocess-string): Fix bug with removing
25210 comment-like lines from protected examples.
25211
25212 * org.el (org-edit-src-example, org-find-src-example-start)
25213 (org-protect-source-example, org-edit-special): New functions.
25214
25215 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25216
25217 * org-publish.el (org-publish-project-alist): Fix typo in
25218 docstring.
25219 (org-publish-project-alist): Handle :index-title property.
25220
25221 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25222
25223 * org-export-latex.el (org-export-as-latex): Make sure region
25224 bounds are correct. Parse subtree properties relating to export.
25225
25226 * org-exp.el (org-export-add-options-to-plist): New function.
25227 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
25228
25229 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25230
25231 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
25232 EXPORT_TITLE.
25233
25234 * org-exp.el (org-export-get-title-from-subtree)
25235 (org-export-as-ascii, org-export-as-html): Make sure the original
25236 region-beginning and region-end are used, even after moving point.
25237 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
25238 property.
25239
25240 * org-remember.el (org-remember-last-stored-marker): New variable.
25241 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
25242 (org-remember-handler): Also use marker to remember
25243 last-stored position.
25244
25245 * org.el (org-goto-marker-or-bmk): New function.
25246
25247 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25248
25249 * org.el (org-file-properties): Rename from `org-local-properties'.
25250 (org-scan-tags): Take file tags into account.
25251 (org-tags-match-list-sublevels): Default changed to t.
25252
25253 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
25254
25255 * org.el (org-update-parent-todo-statistics): New function.
25256
25257 * org-exp.el (org-icalendar-store-UID): New option.
25258 (org-icalendar-force-UID): Option removed.
25259 (org-print-icalendar-entries): IMplement UIDs.
25260
25261 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25262
25263 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
25264
25265 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25266
25267 * org-faces.el (org-column): Document how this face is being used
25268 and why sometimes the background faces shine through.
25269
25270 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
25271
25272 * org-publish.el (org-publish-attachment): Create publishing
25273 directory if it does not yet exist.
25274
25275 * org-table.el (org-calc-default-modes): Change default number
25276 format to (float 8).
25277
25278 * org.el (org-olpath-completing-read): New function.
25279 (org-time-clocksum-format): New option.
25280 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
25281
25282 * org-clock.el (org-clock-display, org-clock-out)
25283 (org-update-mode-line): Use `org-time-clocksum-format'.
25284
25285 * org-colview.el (org-columns-number-to-string):
25286 Use `org-time-clocksum-format'.
25287
25288 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25289
25290 * org-id.el: New file, move from contrib to core.
25291
25292 * org-exp.el (org-icalendar-force-UID): New option.
25293
25294 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25295
25296 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
25297 shifted by one day if there is a date range without an end time.
25298
25299 * org.el (org-try-structure-completion): New function.
25300
25301 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25302
25303 * org.el (org-set-font-lock-defaults): Improve fontification of
25304 description lists.
25305 (org-insert-item): Handle description lists.
25306 (org-adaptive-fill-function): Improve auto indentation in
25307 description lists.
25308
25309 * org-exp.el (org-export-as-html, org-export-preprocess-string):
25310 Implement VERSE environment.
25311 (org-export-preprocess-string): Implement the COMMENT
25312 environment.
25313
25314 * org-export-latex.el (org-export-latex-preprocess):
25315 Implement VERSE environment.
25316
25317 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25318
25319 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
25320 option.
25321
25322 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25323
25324 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
25325
25326 * org.el (org-quote-csv-field): New functions.
25327
25328 * org-table.el (org-table-export-default-format): Remove :splice
25329 from default format, we get the same effect by not specifying
25330 :tstart and :tend.
25331 (org-table-export): Improve setup, distinguish better between
25332 interactive and non-interactive use, allow specifying the format
25333 on the fly, better protection against wrong file names.
25334 (orgtbl-to-generic): Fix documentation. Do not require :tstart
25335 and :tend when :splice is omitted.
25336
25337 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25338
25339 * org-clock.el (org-clock-select-task): Make sure the selection
25340 letters are 1-9 and A-Z, no special characters.
25341
25342 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25343
25344 * org-exp.el (org-export-htmlize): New group.
25345 (org-export-htmlize-output-type)
25346 (org-export-htmlize-css-font-prefix): New options.
25347 (org-export-htmlize-region-for-paste): New function.
25348 (org-export-htmlize-generate-css): New command.
25349
25350 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25351
25352 * org.el (org-set-visibility-according-to-property): New function.
25353 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
25354 and compute the regular expressions, and update font-lock.
25355 (org-property-re): Allow a dash in property names.
25356
25357 * org-archive.el (org-extract-archive-file): Insert the file name
25358 without the path into the format, to allow the location format to
25359 contain a subdirectory.
25360
25361 * org-agenda.el (org-agenda-post-command-hook): If point is at end
25362 of buffer, and the `org-agenda-type' property undefined, use the
25363 value from the character before.
25364
25365 * org.el (org-add-planning-info): Don't let indentation for
25366 would-be timestamp become extra whitespace at the end of headline.
25367
25368 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25369
25370 * org.el (org-remove-double-quotes, org-file-contents):
25371 New functions.
25372
25373 * org-exp.el (org-infile-export-plist): Also parse the
25374 contents of #+SETUPFILE files, recursively.
25375
25376 * org.el (org-set-regexps-and-options): Also parse the
25377 contents of #+SETUPFILE files, recursively.
25378
25379 * org-exp.el (org-export-handle-include-files): New function.
25380 (org-export-preprocess-string):
25381 Call `org-export-handle-include-files'.
25382
25383 * org.el (org-delete-property-globally)
25384 (org-delete-property, org-set-property): Ignore case during
25385 completion.
25386 (org-set-property): Use `org-completing-read' instead of
25387 `completing-read'.
25388
25389 * org.el (org-complete-expand-structure-template): New,
25390 experimental function.
25391 (org-structure-template-alist): New, experimental option.
25392 (org-complete): Call `org-complete-expand-structure-template'.
25393
25394 2008-06-17 Bastien Guerry <bzg@gnu.org>
25395
25396 * org-export-latex.el (org-export-latex-preprocess):
25397 Add support for blockquotes.
25398
25399 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25400
25401 * org.el (org-read-date-analyze): Catch the case where only a
25402 weekday is given.
25403
25404 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25405
25406 * org.el (org-set-font-lock-defaults): Make the description
25407 tag bold.
25408
25409 * org-exp.el (org-export-as-html, org-close-li):
25410 Implement description lists.
25411
25412 2008-06-17 Jason Riedy <jason@acm.org>
25413
25414 * org-table.el (*orgtbl-default-fmt*): New variable.
25415 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
25416 when there is no other fmt available.
25417
25418 (orgtbl-to-generic): Allow an explicitly nil :tstart or
25419 :tend to suppress the appropriate string.
25420
25421 (orgtbl-to-orgtbl): New function for translating to another orgtbl
25422 table.
25423
25424 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25425
25426 * org.el (org-read-date-analyze): "." as an alias for "+0" in
25427 read date.
25428
25429 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
25430 New function.
25431
25432 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
25433 New function.
25434
25435 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25436
25437 * org-clock.el (org-clock-find-position): Don't include notes
25438 into clock drawer.
25439
25440 * org-archive.el (org-archive-subtree): No longer remove an
25441 extra line after cutting the subtree. `org-cut-subtree' already
25442 takes care of this.
25443
25444 * org-remember.el (org-remember-handler): Only kill the target
25445 buffer if it does not contain the running clock.
25446
25447 * org.el (org-markers-to-move): New variable.
25448 (org-save-markers-in-region, org-check-and-save-marker)
25449 (org-reinstall-markers-in-region): New function.
25450 (org-move-subtree-down, org-copy-subtree): Remember relative
25451 marker positions before cutting.
25452 (org-move-subtree-down, org-paste-subtree): Restore relative
25453 marker positions after pasting.
25454
25455 * org-remember.el (org-remember-clock-out-on-exit): New option.
25456 (org-remember-finalize): Clock out only if the setting in
25457 `org-remember-clock-out-on-exit' requires it.
25458 (org-remember-handler): Do the cleanup in the buffer, to make sure
25459 that the clock marker remains in tact.
25460
25461 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25462
25463 * org-clock.el (org-clock-goto): Widen buffer if necessary.
25464 (org-clock-in): Make sure that also tasks outside the narrowed
25465 region will be clocked in correctly.
25466 (org-clock-insert-selection-line): Widen the buffer so that we can
25467 find the correct task heading.
25468
25469 * org.el (org-base-buffer): New function.
25470
25471 * org-exp.el (org-icalendar-cleanup-string): Make sure ","
25472 and ";" are escaped.
25473 (org-print-icalendar-entries): Also apply
25474 `org-icalendar-cleanup-string' to the headline, not only to the
25475 summary property.
25476
25477 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25478
25479 * org-exp.el (org-export-preprocess-hook): New hook.
25480 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
25481
25482 * org.el (org-font-lock-hook): New variable.
25483 (org-font-lock-hook): New function.
25484 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
25485
25486 ;; Local Variables:
25487 ;; coding: utf-8
25488 ;; add-log-time-zone-rule: t
25489 ;; End:
25490
25491 Copyright (C) 2008-2013 Free Software Foundation, Inc.
25492
25493 This file is part of GNU Emacs.
25494
25495 GNU Emacs is free software: you can redistribute it and/or modify
25496 it under the terms of the GNU General Public License as published by
25497 the Free Software Foundation, either version 3 of the License, or
25498 (at your option) any later version.
25499
25500 GNU Emacs is distributed in the hope that it will be useful,
25501 but WITHOUT ANY WARRANTY; without even the implied warranty of
25502 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25503 GNU General Public License for more details.
25504
25505 You should have received a copy of the GNU General Public License
25506 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.