]> code.delx.au - gnu-emacs/blob - lisp/org/ChangeLog
Merge from trunk + rename the event. Not tested yet.
[gnu-emacs] / lisp / org / ChangeLog
1 2012-12-04 Chong Yidong <cyd@gnu.org>
2
3 * org-bibtex.el (org-bibtex-ask): Use visual-line-mode instead of
4 longlines-mode.
5
6 2012-10-26 Achim Gratz <stromeko@stromeko.de>
7
8 * ob-ditaa.el: Needs to (require 'org-compat) for
9 org-find-library-dir.
10
11 * org.el: Remove utf-8 codepoints in docstrings, bytecode doesn't
12 work when loaded from compressed files.
13
14 * org-compat.el: Make sure that file-name-directory is getting a
15 stringp. This avoids a possible " (wrong-type-argument stringp
16 nil)" error when the library in question does not exist.
17
18 * org-odt.el: Replace arc-mode.el by arc-mode.
19
20 * org.el: Replace org-macs.el by org-macs.
21
22 * org-install.el: Provide an empty file that prints a warning
23 about an outdated configuration.
24
25 2012-10-26 Bastien Guerry <bzg@gnu.org>
26
27 * org-latex.el (org-export-as-latex): Remove obsolete argument
28 `hidden'. Also fix the docstring: using 'string as the value
29 for `to-buffer' outputs a string with no LaTeX header.
30 (org-export-as-latex-batch)
31 (org-export-as-latex-to-buffer, org-export-region-as-latex)
32 (org-export-as-pdf): Don't use the obsoleted argument.
33
34 * ob-haskell.el (org-export-as-latex): Don't use the obsoleted
35 argument `hidden'.
36
37 * org.el (org-refile): Run within `with-demoted-errors' so
38 that a corrupted bookmark file does not stop the refile
39 process.
40
41 * org-capture.el (org-capture-bookmark-last-stored-position):
42 Ditto for the capture process.
43
44 * org-src.el (org-edit-src-exit): Fix bug when saving an empty
45 source buffer.
46
47 * org-lparse.el (org-lparse): Fix bug by returning the output
48 of `org-do-lparse'.
49
50 * org.el (org-refile-check-position): Throw an error when the
51 refile target is the current buffer and is not a file.
52 (org-agenda-file-to-front, org-remove-file): Throw an error
53 when the current buffer is not a file.
54 (org-check-agenda-file): Enhance the message.
55 (org-element-type): Autoload.
56 (org-element-context, org-element-paragraph-parser): Don't
57 declare as these two functions are not used in org.el.
58
59 * org-lparse.el (browse-url-file-url): Declare.
60
61 * org.el (org-refile-check-position): Fix typo in docstring.
62
63 * org-clock.el (org-clock-modeline-total): Make obsolete.
64 (org-clock-mode-line-total): Rename from
65 `org-clock-modeline-total'.
66 (org-clock-get-sum-start): Fix references to
67 `org-clock-modeline-total'.
68
69 * org-faces.el (org-agenda-filter-tags)
70 (org-agenda-filter-category, mode-line): Use the 'mode-line
71 face instead of the obsolete 'modeline.
72
73 * org-odt.el (org-odt-styles-dir): Try more directories.
74 Don't throw an error, just send a message.
75
76 * org-odt.el (org-odt-lib-dir, org-odt-data-dir)
77 (org-odt-schema-dir-list, org-odt-styles-dir-list): Delete.
78 (org-export-odt-schema-dir, org-odt-styles-dir): Infer the
79 correct directories without requiring other variables.
80
81 * org-fixup.el (org-make-org-version, org-make-autoloads):
82 Don't define `org-odt-data-dir' in org-version.el.
83
84 * org-loaddefs.el: New file.
85
86 * org.el ("org-loaddefs.el"): Don't throw an error if the file
87 cannot be fund.
88 (org-version): Use org-loaddefs.el instead of org-install.el.
89
90 * org.el: Don't dynamically autoload already autoloaded
91 functions.
92 (org-clock-update-time-maybe): Move to org-clock.el.
93
94 * org-exp.el (org-insert-export-options-template): Remove
95 autoload cookie.
96
97 * org-clock.el (org-resolve-clocks, org-clock-in)
98 (org-clock-out, org-clock-cancel, org-clock-goto)
99 (org-clock-sum, org-clock-display, org-clock-report)
100 (org-dblock-write:clocktable): Add autoload cookie.
101 (org-clock-update-time-maybe): Moved from org.el.
102
103 * org-beamer.el (org-beamer-sectioning, org-beamer-mode): Ditto.
104
105 * org-ascii.el (org-export-ascii-preprocess): Ditto.
106
107 * org-archive.el (org-archive-subtree)
108 (org-archive-to-archive-sibling, org-toggle-archive-tag): Add
109 autoload cookie.
110
111 * org-colview.el (org-columns, org-dblock-write:columnview)
112 (org-insert-columns-dblock, org-agenda-columns): Ditto.
113
114 * org-table.el (org-table-create-with-table.el)
115 (org-table-create-or-convert-from-region, org-table-create)
116 (org-table-convert-region, org-table-import)
117 (org-table-export, org-table-align)
118 (org-table-justify-field-maybe, org-table-next-field)
119 (org-table-previous-field, org-table-next-row)
120 (org-table-copy-down, org-table-field-info)
121 (org-table-current-dline, org-table-goto-column)
122 (org-table-insert-column, org-table-delete-column)
123 (org-table-move-column-right, org-table-move-column-left)
124 (org-table-move-column, org-table-move-row-down)
125 (org-table-move-row-up, org-table-move-row)
126 (org-table-insert-row, org-table-insert-hline)
127 (org-table-hline-and-move, org-table-kill-row)
128 (org-table-sort-lines, org-table-cut-region)
129 (org-table-copy-region, org-table-paste-rectangle)
130 (org-table-convert, org-table-wrap-region)
131 (org-table-edit-field, org-table-sum)
132 (org-table-get-stored-formulas)
133 (org-table-maybe-eval-formula)
134 (org-table-rotate-recalc-marks)
135 (org-table-maybe-recalculate-line, org-table-eval-formula)
136 (org-table-recalculate, org-table-iterate)
137 (org-table-edit-formulas)
138 (org-table-toggle-coordinate-overlays)
139 (org-table-toggle-formula-debugger, orgtbl-to-generic)
140 (orgtbl-to-tsv, orgtbl-to-csv, orgtbl-to-latex)
141 (orgtbl-to-html, orgtbl-to-texinfo, orgtbl-to-orgtbl): Ditto.
142
143 * org.el (turn-on-orgtbl): Moved here from org-table.el.
144 (org-clock-persistence-insinuate): Moved here from org-clock.el.
145 (org-update-all-dblocks, org-map-entries)
146 (org-require-autoloaded-modules, org-forward-element)
147 (org-backward-element, org-up-element)
148 (org-element-greater-elements, org-drag-element-backward)
149 (org-drag-element-forward, org-mark-element)
150 (org-narrow-to-element, org-transpose-element)
151 (org-unindent-buffer): Don't autoload.
152
153 * org-clock.el (org-clock-get-clocktable): Rename from
154 `org-get-clocktable'.
155 (org-clock-persistence-insinuate): Move to org.el.
156
157 * org-capture.el: Do no set `generated-autoload-file' locally.
158 Minor code clean up.
159
160 * org-agenda.el (org-agenda-list): Use
161 `org-clock-get-clocktable'. Do no set
162 `generated-autoload-file' locally.
163
164 * org-table.el (org-table-iterate-buffer-tables): Minor
165 reformatting.
166 (turn-on-orgtbl): Move to org.el.
167
168 * org-html.el (org-export-htmlize-generate-css): Don't autoload.
169
170 * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
171 Ditto.
172
173 * ob-tangle.el (org-babel-tangle-lang-exts): Ditto.
174
175 * ob-lob.el (org-babel-lob-ingest): Ditto.
176
177 * org-id.el (org-id-copy)
178 (org-id-get-with-outline-path-completion)
179 (org-id-get-with-outline-drilling): Ditto.
180
181 * org-lparse.el (org-lparse-and-open, org-lparse-batch)
182 (org-lparse-to-buffer, org-replace-region-by)
183 (org-lparse-region): Ditto.
184
185 * org-mobile.el (org-mobile-create-sumo-agenda): Ditto.
186
187 * org.el (org-cycle): Fix misplaced autoload cookie.
188
189 * org-agenda.el (org-agenda-get-timestamps): Check if the item
190 is an habit when formatting it with `org-agenda-format-item'.
191 (org-agenda-get-blocks): Fix bug: don't assume the item is an
192 habit when formatting with `org-agenda-format-item'.
193
194 * org.el (org-calendar-agenda-action-key): Delete an option.
195 (org-mode-map): Delete its keybinding.
196 (org-agenda-action-marker, org-mark-entry-for-agenda-action):
197 Delete.
198
199 * org-agenda.el (org-agenda-diary-entry): Don't prevent from
200 being used outside of Org agendas, as it can be used in
201 calendar buffers too.
202
203 2012-10-26 Caio Tiago Oliveira <asrail@gmail.com> (tiny change)
204
205 * ob-scala.el (org-babel-scala-wrapper-method): Use a Scala
206 block enclosing the submitted code.
207
208 2012-10-26 Myles English <mylesenglish@gmail.com> (tiny change)
209
210 * org-clock.el (org-clock-in): Moved the call to
211 org-clock-in-prepare-hook until the task's properties
212 can be accessed.
213
214 2012-10-26 Nicolas Goaziou <n.goaziou@gmail.com>
215
216 * org.el (org-auto-fill-function): Make sure `adaptive-fill-mode'
217 mode is nil when pre-computed `fill-prefix' is the empty string.
218 Otherwise filling functions from fill.el think it has to be computed
219 again and overwrite it.
220
221 * org.el: Make `org-closest-date' aware of hours repeaters.
222
223 * org.el (org-end-of-line): Do not call `end-of-visual-line' when
224 moving to the end of line. Also improve behaviour on elements that
225 can be hidden.
226
227 * org.el (org-sparse-tree): Allow to call `org-show-todo-tree'
228 with an argument.
229
230 * org-element.el (org-element--get-next-object-candidates): Fix
231 parsing of objects of the same type in a single paragraph.
232
233 * org-element.el (org-element-sub/superscript-successor): Fix
234 parsing of sub/superscript at beginning of item.
235 (org-element-latex-or-entity-successor): Fix parsing of latex
236 fragments at beginning of item.
237
238 * org-agenda.el (org-agenda-later): Fix function when span is
239 a number and an argument was provided. Also fix typo in docstring.
240
241 * org.el (org-read-date-analyze): Fix analyzing for dates like
242 "29.03 16:40".
243
244 * org-element.el (org-element-center-block-parser)
245 (org-element-drawer-parser, , org-element-footnote-definition-parser)
246 (org-element-inlinetask-parser, org-element-plain-list-parser)
247 (org-element-quote-block-parser, org-element-special-block-parser)
248 (org-element-babel-call-parser, org-element-clock-parser)
249 (org-element-comment-parser, org-element-comment-block-parser)
250 (org-element-example-block-parser, org-element-export-block-parser)
251 (org-element-fixed-width-parser, org-element-horizontal-rule-parser)
252 (org-element-keyword-parser, org-element-latex-environment-parser)
253 (org-element-paragraph-parser, org-element-planning-parser)
254 (org-element-property-drawer-parser, org-element-src-block-parser)
255 (org-element-table-parser)
256 (org-element-verse-block-parserorg-element-dynamic-block-parser):
257 Make sure element never ends at the end of a blank non-empty line.
258
259 * org-element.el (org-element-context)
260 (org-element--get-next-object-candidates): Fix `org-element-context'.
261 In particular, the restrictions for an object may be different from
262 those of its container (i.e. table rows and table cells).
263
264 * org-element.el (org-element-example-block-parser)
265 (org-element-src-block-parser): Store value of example-blocks and
266 src-blocks unescaped.
267 (org-element-example-block-interpreter)
268 (org-element-src-block-interpreter): Escape value again when storing
269 it.
270
271 * org-src.el (org-escape-code-in-string)
272 (org-unescape-code-in-string, org-escape-code-in-region)
273 (org-unescape-code-in-region): New functions.
274 (org-edit-src-code, org-edit-src-exit): Use new functions.
275
276 * org.el (org-strip-protective-commas): Removed function.
277
278 * org-exp.el (org-export-select-backend-specific-text): Use new
279 function.
280
281 * ob.el (org-babel-parse-src-block-match)
282 (org-babel-parse-inline-src-block-match, org-babel-insert-result):
283 Always escape produced blocks, independently on the language of the
284 block, if any. Use new functions.
285
286 * org-element.el (org-element-paragraph-parser): Fix regexp
287 starting a block.
288
289 * org-element.el (org-element-center-block-parser):
290 (org-element-drawer-parser, org-element-dynamic-block-parser)
291 (org-element-example-block-parser, org-element-export-block-parser)
292 (org-element-latex-environment-parser, org-element-paragraph-parser)
293 (org-element-property-drawer-parser, org-element-src-block-parser)
294 (org-element-verse-block-parser): Use stricter regexps for boundaries
295 of elements.
296
297 2012-10-26 Toby S. Cubitt <tsc25@cantab.net>
298
299 * org-agenda.el (org-agenda-get-sexps): Reset `extra' to nil at
300 beginning of re-search-forward loop, otherwise next iteration picks up
301 `extra' value from previous entry.
302
303 2012-09-30 Abdó Roig-Maranges <abdo.roig@gmail.com>
304
305 * org-html.el (org-export-html-preprocess)
306 (org-export-html-format-image): Use
307 `org-latex-preview-ltxpng-directory'.
308
309 * org-odt.el (org-export-odt-do-preprocess-latex-fragments):
310 Ditto.
311
312 * org.el (org-latex-preview-ltxpng-directory): New option.
313 (org-preview-latex-fragment): Store LaTeX preview images in
314 `org-latex-preview-ltxpng-directory'.
315
316 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
317
318 * ob-R.el (org-babel-R-initiate-session): Protect against use of
319 unbound variable `ess-ask-for-ess-directory´. The default for this
320 variable is true, so act accordingly if it is found unbound.
321
322 * ob-R.el: Remove initialization with `nil´ from
323 `ess-ask-for-ess-directory´ and `ess-local-process-name´. Remove
324 second declaration for `ess-local-process-name´.
325
326 * org-gnus.el: Add a missing require for gnus-util.
327
328 * org-compat.el: Rename utils to make throughout.
329
330 * org.el: Move check for outline-mode-keymap after (require
331 'outline).
332
333 * org-element.el: New file. Do not (require 'org).
334
335 * org-agenda.el: Remove duplicate requires.
336
337 * org.el (org-mode-map): Add keybindings to
338 `org-element-transpose' and `org-narrow-to-element'.
339 (org-metaup): Fall back on `org-element-drag-backward'.
340 (org-metadown): Fall back on `org-element-drag-forward'. Also
341 move chunks of declarations and require statements to get rid of
342 compiler warnings.
343
344 * org-exp-blocks.el (org): Don't require org. Add declarations.
345
346 * org-clock.el (org): Don't require org.
347
348 * ob-exp.el (org-list-forbidden-blocks): Add declarations.
349
350 * ob.el (org-babel-exeext): New defconst to hold extension for
351 executables or nil if none. Should be ".exe" for both Windows and
352 Cygwin.
353
354 * ob-C.el (org-babel-C-execute): Use org-babel-exeext when
355 constructing the target file name for the compiled executable.
356
357 * ob-fortran.el (org-babel-execute:fortran): Add org-babel-exeext
358 when constructing the target file name for the compiled
359 executable.
360
361 * org-version.el: New file.
362
363 * org-compat.el (org-check-version): New macro. Check if
364 org-version.el exists and provide autoloads to that. Otherwise
365 check if org-fixup.el exists and use it to provide definitions.
366 Finally if nothing worked, complain about a botched installation
367 and provide fallback definitions.
368
369 * org.el: Use org-check-version.
370
371 * org.el: Fix a subtle error resulting in version functions
372 sometimes not being defined and byte-compiling failing. Always
373 compile in fallback definitions into org.elc -- org-fixup either
374 provides re-definitions at compile-time or checks org-version.el
375 and then the git work tree when run uncompiled. So the fallback
376 definitions will only come into effect when org-fixup is not
377 available.
378
379 * org.el (org-version): Make org-version more robust, e.g. when
380 byte-compiling single files with 'make compile-dirty'.
381
382 * org.el (org-reload): Revert an undesirable change in org-reload.
383 Do not prepend org-dir to babel-files, which prevents the files
384 from being found in load-path.
385
386 * org.el (org-version): Add optional parameters 'full and 'message
387 to optionally return the full version string and echo to message
388 area in non-interactive calls.
389
390 * org.el (org-submit-bug-report): Add optional parameter 'full to
391 call of (org-version) so that the bug report has all version
392 information.
393
394 * org.el (org-reload): Simplify file-re (orgtbl-*.el files do not
395 exist anymore). Keep org-*.el at the end of the files list.
396 Explicitely load org-version.el (since it doesn't provide feature
397 'org-version) at the very end, but ignore errors when it doesn't
398 exist. Add parameters 'full and 'message to the call of
399 (org-version) so that after reload the full version information is
400 displayed in the message area again.
401
402 * org-agenda.el: Replace with-no-warnings with org-no-warnings
403 (defined in org-macs.el).
404
405 * org-bbdb.el: Replace with-no-warnings with org-no-warnings
406 (defined in org-macs.el).
407
408 * org-clock.el: Replace with-no-warnings with org-no-warnings
409 (defined in org-macs.el).
410
411 * org.el: Replace with-no-warnings with org-no-warnings (defined
412 in org-macs.el).
413
414 * org.el: Add with-not-warnings around call of (org-fixup).
415
416 * org-compat.el (org-find-library-dir): Rename
417 org-find-library-name (misleading) and implement with a function
418 that exists identically in Emacs/XEmacs.
419
420 * org-exp-blocks.el: Change calls to org-find-library-dir.
421
422 * org.el: change calls to org-find-library-dir. Make require for
423 noutline fail silently because it is missing from XEmacs.
424
425 * org.el (org-version): Use functions instead of global variables
426 to get the version strings and remove the defvaralias to
427 org-version. Warn when encountering a mixed installation (org and
428 org-install.el should be found in the same directory).
429
430 * org.el: Add with-no-warning to defvar for two unprefixed global
431 variables from calendar.el (there's nothing else we can do inside
432 org until it is fixed in calendar.el).
433
434 * org.el: Require find-func and remove declare-function for
435 find-library-name, otherwise autoloaded org-version doesn't show
436 all info correctly.
437
438 * org.el (org-version): Show the full path to org-install.el in
439 the version string to avoid confusion if multiple installations
440 exist or a previously loaded org-install.el has already defined a
441 version string that is now out of date.
442
443 * org.el (org-version): Remove determination of version
444 information, show "N/A" if the information is not provided via
445 org-install.el.
446
447 * org.el (org-git-version): Placeholder for recording the Git
448 version of org during install
449
450 * org.el (org-version): Initialize local git-version with
451 placeholder and fall through using it when org is not installed in
452 a Git repository
453
454 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
455
456 * org-html.el: Add hyperlink to http://orgmode.org/ from export
457 footer.
458
459 * org-clock.el (org-clock-modify-effort-estimate): Display a
460 message when no clock is currently active.
461
462 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
463
464 * org-archive.el (org-archive-subtree): Allow archiving to a
465 datetree.
466
467 * org.el (org-archive-location): Ditto.
468
469 2012-09-30 Bastien Guerry <bzg@gnu.org>
470
471 * ob-io.el: New file.
472
473 * ob-scala.el: New file.
474
475 * org.el (org-url-hexify-p, org-doi-server-url)
476 (org-latex-preview-ltxpng-directory, org-custom-properties)
477 (org-sparse-tree-default-date-type): Add :version "24.3".
478
479 * org-agenda.el (org-agenda-sticky)
480 (org-agenda-custom-commands-contexts): Ditto.
481
482 * org-capture.el (org-capture-bookmark)
483 (org-capture-templates-contexts) (org-capture-use-agenda-date):
484 Ditto.
485
486 * org-latex.el (org-export-latex-hyperref-options-format)
487 (org-export-latex-link-with-unknown-path-format): Ditto.
488
489 * org-id.el (org-id-link-to-org-use-id): Ditto.
490
491 * org-datetree.el (org-datetree-add-timestamp): Ditto.
492
493 * org.el (org-make-link-description-function): Enhance docstring.
494 (org-insert-link): Fall back on interactive prompt when
495 `org-make-link-description-function' fails.
496
497 * org-agenda.el (org-todo-list): Fix redoing of todo agenda when
498 `org-agenda-sticky' is non-nil.
499
500 * org-agenda.el (org-agenda-quit): Delete last indirect buffer.
501 (org-agenda-pre-follow-window-conf): New variable.
502 (org-agenda-tree-to-indirect-buffer): Fix bug: don't split agenda
503 window when there an indirect buffer is already displayed.
504
505 * org-agenda.el (org-agenda-manipulate-query)
506 (org-agenda-goto-date, org-agenda-goto-today)
507 (org-agenda-find-same-or-today-or-agenda, )
508 (org-agenda-later, org-agenda-change-time-span)
509 (org-agenda-change-all-lines)
510 (org-agenda-execute-calendar-command)
511 (org-agenda-goto-calendar, org-agenda-convert-date): Make sure to
512 get a property from (1- (point-max)), not (point-max)).
513
514 * ob-dot.el (org-babel-execute:dot): Throw an error when there is
515 no :file parameter.
516
517 * org-table.el (org-table-eval-formula): Convert time-stamps to
518 inactive time-stamp so that Calc can handle them correctly.
519
520 * org-table.el (org-table-fix-formulas): Warn with a message when
521 formulas have been updated.
522
523 * org-publish.el (org-publish-cache-ctime-of-src): Delete the
524 base-dir argument and use (file-name-directory file) to get the
525 file's directory.
526 (org-publish-update-timestamp)
527 (org-publish-cache-file-needs-publishing): Call
528 `org-publish-cache-ctime-of-src' with only one argument.
529
530 * org.el (org-follow-timestamp-link): Fix bug when using sticky
531 agenda. Add a docstring.
532
533 * org-agenda.el (org-agenda-sticky): Don't use a function to set.
534 Add a :version string.
535
536 * org.el (org-priority): Use a new argument to show priority
537 instead of setting it.
538 (org-show-priority): New function to show priority both in normal
539 Org buffers and in Org Agenda buffers.
540 (org-speed-commands-default): Use "," as a speed command for
541 setting priority.
542
543 * org-agenda.el (org-agenda-mode-map): Bind `org-agenda-priority'
544 to `C-c ,' as it was before.
545 (org-agenda-show-priority): Delete.
546 (org-agenda-priority): Use a new argument to show priority instead
547 of setting it.
548
549 * org.el (org-font-lock-hook, org-set-font-lock-defaults): Add a
550 docstring.
551 (org-display-inline-remove-overlay): Rename from
552 `org-display-inline-modification-hook'.
553 (org-speed-command-activate): Rename from
554 `org-speed-command-default-hook'.
555 (org-babel-speed-command-hook): Rename from
556 `org-babel-speed-command-activate'.
557
558 * org-agenda.el (org-agenda-update-agenda-type): Rename from
559 `org-agenda-post-command-hook'.
560 (org-agenda-mode): Use the new name.
561 (org-agenda-post-command-hook): Define as obsolete function.
562
563 * org-lparse.el (org-lparse): Temporarily activate the hooks
564 needed for the ODT conversion.
565 (org-lparse-preprocess-after-blockquote): Rename from
566 `org-lparse-preprocess-after-blockquote-hook'.
567 (org-lparse-strip-experimental-blocks-maybe): Rename from
568 `org-lparse-strip-experimental-blocks-maybe'.
569 (org-lparse-preprocess-after-blockquote-hook)
570 (org-lparse-strip-experimental-blocks-maybe-hook): Define as
571 obsolete functions.
572
573 * ob.el (org-babel-insert-result): Comma-escape results inserted
574 with ":results org".
575
576 * org-src.el (org-edit-src-code, org-edit-src-exit): Fix bug about
577 saving the source editing window with the default value for
578 `org-src-window-setup' (i.e. 'reorganize-frame).
579
580 * org-src.el (org-src-font-lock-fontify-block): Fix bug: don't
581 fontify the last character.
582
583 * org.el (org-open-at-point): Don't follow timestamp within
584 bracket links.
585
586 * org-capture.el (org-capture-templates): Fix typo in docstring.
587
588 * org-agenda.el (org-agenda-skip): Skip information retrieved from
589 a source block.
590
591 * ob.el (org-babel-common-header-args-w-values)
592 (org-babel-insert-result): Reintroduce ":results org" but using
593 "#+BEGIN_SRC org", not "#+BEGIN_ORG".
594
595 * ob.el (org-babel-common-header-args-w-values): Remove "org" the
596 list of predefined values for the ":results" parameter.
597
598 * ob.el (org-babel-insert-result): Remove support for ":results
599 org".
600
601 * ob.el (org-babel-common-header-args-w-values)
602 (org-babel-insert-result): Deprecate ":results wrap" in favor of
603 ":results drawer".
604
605 * org-crypt.el (org-at-encrypted-entry-p): Fix bug when the check
606 happens before the first headline.
607
608 * org-capture.el (org-at-encrypted-entry-p)
609 (org-encrypt-entry, org-decrypt-entry): Declare.
610 (org-capture-set-target-location): Check whether `org-crypt' has
611 been loaded.
612
613 * org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in
614 docstring.
615
616 * org-capture.el (org-capture-finalize): Maybe re-encrypt the
617 target headline if it was decrypted.
618 (org-capture-set-target-location): Maybe decrypt the target
619 headline.
620
621 * org-crypt.el (org-at-encrypted-entry-p): New function.
622
623 * org.el (org-options-keywords): Add "STYLE:".
624
625 * org-agenda.el (org-agenda-ndays): Don't make an alias, as
626 `org-agenda-span' is defined separately.
627
628 * org.el (org-in-subtree-not-table-p): New utility function for
629 building the menu.
630 (org-org-menu): Add an item for refiling. Check more contexts
631 when activating items.
632 (org-tree-to-indirect-buffer): Use `org-up-heading-safe'.
633
634 * org-agenda.el (org-agenda-tree-to-indirect-buffer)
635 (org-agenda-do-tree-to-indirect-buffer): Use argument `arg'.
636
637 * org-capture.el (org-capture-set-target-location): Set a correct
638 time value when storing a note in a datetree and prompting the
639 user for a date.
640
641 * org-capture.el (org-capture-mode): Fix bug: don't run the mode's
642 hook twice.
643
644 * org-agenda.el (org-agenda-menu-two-column)
645 (org-finalize-agenda-hook, org-agenda-ndays): Use
646 `define-obsolete-variable-alias' instead of
647 `make-obsolete-variable'.
648
649 * org.el (org-link-to-org-use-id): Move to org-id.el.
650
651 * org-id.el (org-id-link-to-org-use-id): Rename from
652 `org-link-to-org-use-id'. Use `nil' as the default value.
653 (org-link-to-org-use-id): Alias and define as obsolete.
654
655 * org-agenda.el (org-search-view, org-agenda-get-todos)
656 (org-agenda-get-timestamps, org-agenda-get-blocks): Use the dotime
657 parameter of `org-agenda-format-item' so that 'time-up and
658 'time-down agenda sorting strategies are handled correctly.
659
660 * org-capture.el (org-capture-fill-template): Fix checking of
661 protected template entries.
662
663 * org.el (org-cycle-global-at-bob): Fix typo in docstring.
664
665 * org.el (org-insert-drawer): Deactivate the mark before trying to
666 indent the :END: of the drawer.
667
668 * org-agenda.el (org-agenda-export-html-style): Default to nil as
669 any string value will replace the htmlize style.
670
671 * org.el (org-cycle-hook): Fix tiny typo in docstring.
672
673 * org.el (org-time-string-to-time)
674 (org-time-string-to-seconds, org-end-of-subtree): Add a dosctring.
675
676 * org-freemind.el (org-freemind-write-node): Enhance links
677 conversion in nodes.
678
679 * org-freemind.el (org-freemind-write-node): Convert links in
680 nodes.
681
682 * org.el (org-link-to-org-use-id, org-directory)
683 (org-default-notes-file, org-reverse-note-order)
684 (org-extend-today-until, org-finish-function)
685 (org-store-link-functions): Use "capture" instead of "remember" in
686 docstrings. Also use the `org-capture' group when it makes sense.
687
688 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Find the
689 correct agenda buffer. Don't split the agenda window when the
690 indirect buffer is displayed in another frame.
691
692 * org.el (org-mode): Try to set the org-hide face correctly.
693
694 * org-exp.el (org-export): Set the mark correctly when exporting a
695 subtree.
696
697 * org-agenda.el (org-agenda-get-restriction-and-command): Fix the
698 display of the number of commands for block agendas.
699
700 * org-agenda.el (org-agenda-before-write-hook)
701 (org-agenda-add-entry-text-maxlines): Enhance phrasing.
702 (org-agenda-finalize-hook, org-agenda-mode-hook): Tell that the
703 buffer is writable when the hook is called.
704 (org-agenda-finalize): Allow org-agenda-finalize-hook to modify
705 the buffer.
706
707 * org-agenda.el (org-habit-show-all-today): Only use defvar to
708 silent the byte-compiler.
709 (org-agenda-get-scheduled): Check whether some org-habit.el
710 options have been defined.
711
712 * org-capture.el (org-capture-entry): New variable.
713 (org-capture-string, org-capture): Use it to possibly skip the
714 interactive prompt for a capture template.
715
716 * org.el (org-activate-plain-links): Don't try to check if we are
717 in a bracket link already.
718
719 * org.el (org-read-date-analyze): Fix bug introduced in commit
720 cc5f9f: adding a time should not prevent relative answers to be
721 parsed correctly.
722
723 * org-agenda.el (org-agenda-bulk-action): Always read the date
724 through `org-read-date'. When possible, use the date at point as
725 the default date.
726
727 * org-agenda.el (org-agenda-bulk-action): Fix bug when
728 bulk-shifting timestamps.
729
730 * org.el (org-version): New constant.
731
732 * org-compat.el (org-random): New compatibility function.
733
734 * org-id.el (org-id-uuid): Use it.
735
736 * org-capture.el (org-capture-use-agenda-date): New option.
737 (org-capture): Use it.
738
739 * org-agenda.el (org-agenda-capture): New command.
740 (org-agenda-mode-map): Bind it to `k'.
741 (org-agenda-menu): Add it to the menu.
742
743 * org-capture.el (org-capture): Update docstring.
744
745 * org-capture.el (org-capture): When called from an agenda buffer,
746 use the cursor date at the default date.
747
748 * org-agenda.el (org-agenda-bulk-action): Use the let-bound
749 `entries' instead the variable.
750
751 * org-agenda.el (org-agenda-bulk-action): Fix bug: don't remove
752 persistent marks too early.
753
754 * org-agenda.el (org-agenda-bulk-action): Possibly use the day at
755 point to reset the scheduled or deadline cookie. On date headers,
756 use it without prompting the user. On an item, use the item's
757 date as the default prompt for `org-read-date'.
758
759 * org.el (org-read-date): Docstring fix.
760
761 * org-agenda.el (org-agenda-bulk-action): Reorder possible actions
762 in the message.
763
764 * org-agenda.el (org-agenda-action, org-agenda-do-action): Delete.
765 (org-agenda-mode-map): Delete related keys.
766
767 * org-agenda.el (org-agenda-menu): Fix a keybinding.
768
769 * org-colview.el (org-columns-goto-top-level): Correctly move the
770 marker `org-columns-top-level-marker'.
771 (org-agenda-columns): Don't set
772 `org-agenda-overriding-columns-format' as a buffer variable, as we
773 only need it dynamically.
774 (org-agenda-colview-summarize): Fix a bug in returning the match
775 string.
776
777 * org-agenda.el (org-agenda-span-to-ndays): Make the second
778 argument `starting-day' optional.
779 (org-agenda-goto-date): Keep parameters of custom agendas.
780
781 * org-agenda.el (org-agenda-list): Allow setting the agenda buffer
782 name through a temporary variable.
783 (org-agenda-buffer-tmp-name): New variable to temporary store the
784 agenda buffer name.
785
786 * org-agenda.el (org-agenda-goto-date): Fix behavior when using
787 sticky agendas.
788
789 * org-agenda.el (org-diary): Don't check whether there is an
790 agenda buffer when trying to compile the prefix format.
791 (org-compile-prefix-format): Check if there is an agenda buffer.
792 If not, use the current buffer.
793
794 * org-agenda.el (org-agenda-get-day-entries): Set the agenda
795 buffer inconditionnally.
796
797 * ob.el (org-babel-named-src-block-regexp-for-name): Generate a
798 more general regexp.
799
800 * ob.el (org-babel-where-is-src-block-head): Find a src block head
801 correctly when #+header(s) is before #+name.
802
803 * org-agenda.el (org-agenda-finalize-hook)
804 (org-agenda-finalize, org-agenda-finalize-entries): Rename from
805 org-finalize-agenda-*.
806 (org-agenda-run-series, org-agenda-finalize, org-timeline)
807 (org-agenda-list, org-search-view, org-todo-list)
808 (org-tags-view, org-diary, org-agenda-finalize-entries)
809 (org-agenda-change-all-lines): Use the new names.
810
811 * org-agenda.el (org-agenda-local-vars): Remove
812 ̀org-agenda-last-arguments' from the list of local variables.
813 (org-agenda-mode-map): `g' does the same than `r' in buffers with
814 only one agenda view, but its behavior differs when there are
815 several views. In manually appended agendas (with `A'), `g'
816 displays only the agenda under the point. With multiple agenda
817 blocks, `g' reinitializes the view by discarding any temporary
818 changes (e.g. with ̀f' or `w'), while ̀r' keeps those temporary
819 changes for the agenda view under the point.
820 (org-agenda-run-series, org-agenda-redo): Implement the above
821 changes.
822 (org-agenda-mark-header-line): Don't set useless properties.
823 (org-agenda-list, org-todo-only, org-search-view)
824 (org-todo-list, org-tags-view, org-agenda-list-stuck-projects)
825 (org-agenda-manipulate-query, org-agenda-goto-today)
826 (org-agenda-later, org-agenda-change-time-span): Use text
827 properties for storing the last command and the last arguments for
828 each agenda block.
829 (org-unhighlight-once): Delete.
830
831 * org-agenda.el (org-agenda-append-agenda): Fit agenda window to
832 buffer.
833
834 * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
835 check whether we are in org-agenda-mode.
836
837 * org-agenda.el (org-agenda-pre-window-conf): Rename from
838 `org-pre-agenda-window-conf'.
839 (org-agenda-local-vars, org-agenda-prepare-window)
840 (org-agenda-Quit, org-agenda-quit): Use the new name.
841
842 * org-agenda.el (org-keys, org-match): New variable, dynamically
843 scoped in `org-agenda'.
844 (org-agenda, org-agenda-list, org-search-view, org-todo-list)
845 (org-tags-view): Use the new variables.
846 (org-batch-store-agenda-views): Let-bind `match'.
847
848 * org-agenda.el (org-search-view, org-todo-list)
849 (org-tags-view): Do not let `org-agenda-sticky' prevent the use of
850 these functions programmatically. Also use the sticky agenda
851 function correctly.
852
853 * org-agenda.el (org-agenda): Set `org-agenda-buffer-name'
854 correctly with sticky agendas and non-custom commands.
855
856 * org-agenda.el (org-agenda-fit-window-to-buffer): Rename from
857 `org-fit-agenda-window'.
858 (org-agenda-run-series, org-agenda-prepare, org-agenda-list)
859 (org-search-view, org-todo-list, org-tags-view): Use the new name.
860
861 * org-agenda.el (org-agenda-prepare): Let `throw' display an
862 error.
863
864 * org-agenda.el (org-agenda-list): Fix bug: don't throw an error
865 when called from programs as (org-agenda-list).
866
867 * org-agenda.el (org-todo-list): Make arg optional.
868
869 * org.el (org-agenda-prepare-buffers): Rename from
870 `org-prepare-agenda-buffers'.
871 (org-match-sparse-tree, org-map-entries): Use the new names.
872
873 * org-agenda.el (org-agenda-prepare-window): Rename from
874 `org-prepare-agenda-window'.
875 (org-agenda-prepare): Rename from `org-prepare-agenda'.
876 (org-agenda-run-series, org-agenda-prepare, org-timeline)
877 (org-agenda-list, org-search-view, org-todo-list)
878 (org-tags-view, org-agenda-list-stuck-projects, org-diary)
879 (org-agenda-to-appt): Use the new names.
880
881 * org-mobile.el (org-mobile-create-index-file): Ditto.
882
883 * org-icalendar.el (org-export-icalendar): Ditto.
884
885 * org-clock.el (org-dblock-write:clocktable)
886 (org-dblock-write:clocktable): Ditto.
887
888 * org2rem.el (org2rem): Ditto.
889
890 * org-agenda.el (org-agenda): In sticky agendas, use the current
891 command's match to set the buffer name. This gives more
892 information to the user and allows to distinguish various agendas
893 triggered by the same key.
894 (org-batch-store-agenda-views): Handle the new sticky agenda
895 buffer name.
896
897 * org-agenda.el (org-agenda)
898 (org-agenda-get-restriction-and-command): Use `S' as a key for
899 searching words in TODO-only entries.
900
901 * org-agenda.el (org-prepare-agenda): Fit agenda window when
902 displaying a sticky agenda.
903
904 * org-table.el (org-table-number-regexp): Allow the user to set it
905 to a new regexp, which allows commas as decimal mark. The default
906 is to not use this setting, but the one before commit 7ff8c1,
907 which has ben reverted.
908
909 * org-agenda.el (org-agenda-overriding-cmd)
910 (org-agenda-multi-current-cmd)
911 (org-agenda-multi-overriding-arguments): New variables.
912 (org-agenda-run-series): `org-agenda-overriding-arguments'
913 defaults to the last agenda block arguments, so don't use it
914 globally.
915 (org-agenda-mark-header-line): Add properties needed so that
916 `org-agenda-overriding-arguments', `org-agenda-current-span' and
917 `org-agenda-last-arguments' can be set to their correct contextual
918 value.
919 (org-agenda-multi-back-to-pos): New variable.
920 (org-agenda-later): Retrieve `org-agenda-current-span' and
921 `org-agenda-overriding-arguments' from text properties. Also
922 handle numeric span.
923 (org-agenda-later, org-agenda-change-time-span): Set
924 `org-agenda-overriding-cmd' so that we to take overriding
925 arguments into account for this command only.
926
927 * org-agenda.el (org-agenda-kill, org-agenda-archive-with): Fix
928 bug when called with a non-nil value of `org-agenda-stick'.
929
930 * org-agenda.el (org-agenda-refile): Fix bug when refiling an
931 entry from a sticky agenda.
932
933 * org-agenda.el (org-prepare-agenda-window): Use
934 `org-pre-agenda-window-conf' if already set.
935 (org-agenda-Quit): Set `org-pre-agenda-window-conf' to nil when
936 quitting.
937 (org-agenda-quit): Ditto.
938
939 * org-capture.el (org-capture-fill-template): Protect the text
940 used for replacement from being further replaced.
941
942 * org.el (org-contextualize-validate-key): Fix the check against a
943 function.
944
945 * org.el (org-contextualize-keys): Rename from
946 `org-contextualize-agenda-or-capture'. Fix normalization to
947 handle empty key replacement string.
948 (org-contextualize-validate-key): Rename from
949 `org-contexts-validate'. Allow checking against a custom
950 function.
951
952 * org-agenda.el (org-agenda-custom-commands-contexts): Update.
953 (org-agenda): Use `org-contextualize-keys'.
954
955 * org-capture.el (org-capture-templates-contexts): Ditto.
956
957 * org.el (org-contextualize-agenda-or-capture): Normalize
958 contexts.
959
960 * org.el (org-contextualize-agenda-or-capture): Handle key
961 replacement depending on the contexts.
962
963 * org-capture.el (org-capture-templates-contexts): Allow to use
964 the context as a way to replace one capture template by another
965 one.
966
967 * org-agenda.el (org-agenda-custom-commands-contexts): Allow to
968 use the context as a way to replace one agenda custom command by
969 another one.
970
971 * org.el (org-contextualize-agenda-or-capture)
972 (org-rule-validate): New functions, implement context filtering
973 for agenda commands and capture templates.
974
975 * org-agenda.el (org-agenda-custom-commands-contexts): New option.
976 (org-agenda): Use it.
977
978 * org-capture.el (org-capture-templates-contexts): New option.
979 (org-capture-select-template): Use it.
980
981 * org.el (org-beginning-of-defun, org-end-of-defun): Delete.
982 (org-mode): Set `beginning-of-defun-function' and
983 `end-of-defun-function' directly.
984
985 * org.el (org-insert-link): Fix bug: include links abbreviations
986 when completing.
987
988 * org-icalendar.el (org-icalendar-print-entries): Fix bug: when
989 `org-icalendar-use-plain-timestamp' is nil, scheduled and deadline
990 items should not be ignored.
991
992 * org.el (org-ds-keyword-length, org-make-tags-matcher): Docstring
993 clean-up.
994
995 * org-freemind.el (org-freemind-convert-links-from-org): Replace
996 literally to prevent errors when replacing with string containing
997 backslashes.
998
999 * org-pcomplete.el (org-thing-at-point): Allow to match (and then
1000 complete) a "thing" containing dashes.
1001
1002 * org-table.el (org-table-toggle-coordinate-overlays): Better
1003 message when interactively toggling.
1004
1005 * org-table.el (org-table-number-regexp): Update the docstring to
1006 show an example of a decimal number using the comma as a
1007 separation mark.
1008
1009 * org-agenda.el (org-prepare-agenda): Minor code clean-up.
1010 (org-agenda-filter-by-category): Filtering must be turned off only
1011 when a category filter has been set and this filter is not empty.
1012
1013 * org-agenda.el (org-search-view, org-agenda-get-todos)
1014 (org-agenda-get-timestamps, org-agenda-get-sexps)
1015 (org-agenda-get-progress, org-agenda-get-deadlines)
1016 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
1017 `category-pos' instead of `org-category-pos'.
1018
1019 * ob-fortran.el (org-babel-fortran-transform-list): Rename from
1020 `ob-fortran-transform-list'.
1021 (org-babel-fortran-var-to-fortran): Use the new function's name.
1022
1023 * ob-calc.el (org-babel-calc-maybe-resolve-var): Rename from
1024 `ob-calc-maybe-resolve-var'.
1025 (org-babel-execute:calc): Use the new function's name.
1026
1027 * org-jsinfo.el (org-infojs-template): Add a license.
1028 (org-infojs-handle-options): Replace all template elements.
1029
1030 * org-html.el (org-export-html-scripts): Add a license.
1031 (org-export-html-mathjax-config): Replace all template elements.
1032 (org-export-html-mathjax-template): Add a license.
1033 (org-export-as-html): Minor code clean-up.
1034
1035 * org.el (org-options-keywords): Add "#+MATHJAX" and
1036 "#+INFOJS_OPT" to the list of keywords for completion.
1037
1038 * org.el (org-src-prevent-auto-filling): Remove unused and useless
1039 option.
1040
1041 * org.el (org-element-at-point): Autoload.
1042 (org-element-up): Remove useless declaration.
1043 (org-fill-context-prefix, org-fill-paragraph)
1044 (org-mark-element, org-narrow-to-element)
1045 (org-transpose-element, org-unindent-buffer): Do not require
1046 org-element.
1047
1048 * org.el (org-fill-paragraph): Require org-element.
1049
1050 * org-agenda.el (org-agenda-persistent-marks): Minor docstring
1051 enhancement.
1052
1053 * org.el (org-create-math-formula): Use the compatibility function
1054 `org-region-active-p'.
1055
1056 * org-odt.el (org-export-as-odf): Ditto.
1057
1058 * ob.el (org-babel-demarcate-block): Ditto.
1059
1060 * org.el (org-mark-subtree): Maybe call `org-mark-element'
1061 interactively.
1062 (org-mark-element): Only mark further elements when called
1063 interactively.
1064
1065 * org.el (org-mark-element, org-narrow-to-element)
1066 (org-transpose-element): Require org-element.
1067
1068 * org-agenda.el (org-agenda-get-timestamps)
1069 (org-agenda-get-sexps, org-agenda-get-deadlines)
1070 (org-agenda-get-scheduled): Add the 'warntime as a text property,
1071 getting its value from the APPT_WARNTIME property.
1072 (org-agenda-to-appt): Use the 'warntime text property.
1073
1074 * org-capture.el (org-capture-place-table-line): Fix bug.
1075
1076 * org.el (org-activate-plain-links): Don't activate a plain link
1077 when it is part of a bracketed link, unless bracketed links are
1078 not enlisted in `org-activate-links'.
1079 (org-open-at-point): Don't consider the text immediately after a
1080 bracketed link is part of a plain link.
1081
1082 * org.el (org-compute-latex-and-specials-regexp)
1083 (org-paste-subtree, org-sort-entries, org-store-link)
1084 (org-open-at-point, org-file-remote-p, org-add-log-setup)
1085 (org-set-tags-to, org-fast-tag-selection)
1086 (org-diary-sexp-entry): Ditto.
1087
1088 * org-agenda.el (org-agenda-get-blocks, org-cmp-priority)
1089 (org-cmp-effort, org-cmp-todo-state, org-cmp-alpha)
1090 (org-cmp-tag, org-cmp-time): Remove useless (t nil) sexps at the
1091 end of (cond ...) constructs.
1092
1093 * org-mobile.el (org-mobile-create-index-file): Ditto.
1094
1095 * org-lparse.el (org-lparse-format-table-row): Ditto.
1096
1097 * org-list.el (org-sort-list): Ditto.
1098
1099 * org-id.el (org-id-get): Ditto.
1100
1101 * org-html.el (org-export-html-preprocess): Ditto.
1102
1103 * org-exp.el (org-default-export-plist)
1104 (org-table-clean-before-export): Ditto.
1105
1106 * org.el (org-options-keywords): Add "TODO".
1107 (org-make-options-regexp): Make the hashtag mandatory for options
1108 and don't allow whitespaces between the hashtag and the plus sign.
1109
1110 * org.el (org-refresh-category-properties)
1111 (org-find-dblock, org-dblock-start-re, org-dblock-end-re): Allow
1112 lowercase "#+category" and "#+begin:" dynamic blocks.
1113
1114 * org.el (org-context): Use case-folding when trying to match
1115 clocktables and source blocks contexts.
1116
1117 * org-clock.el (org-clock-put-overlay): Put the overlay on the
1118 whole headline, not only on the last character. This fixes a bug
1119 with overlays on headlines ending with a bracketed link.
1120
1121 * org-html.el (org-export-as-html): Make sure we always process a
1122 string.
1123
1124 * org-exp.el (org-export-cleanup-toc-line): Always return a
1125 string.
1126
1127 * org.el (org-fontify-meta-lines-and-blocks-1): Correctly handle
1128 metalines with #+results[...]:.
1129
1130 * org-exp.el (org-export-handle-metalines): Rename from
1131 `org-export-handle-table-metalines'. Now also handle source block
1132 metalines.
1133 (org-export-res/src-name-cleanup): Delete.
1134 (org-export-preprocess-string): Use `org-export-handle-metalines'.
1135 Don't use `org-export-res/src-name-cleanup' anymore.
1136
1137 * org-html.el (org-format-org-table-html): Don't include the
1138 caption tag for empty captions in HTML export. Keep it in the
1139 DocBook export so that it produces valid DocBook XML.
1140
1141 * org.el (org-read-date-analyze): Allow both "8am Wed" and "Wed
1142 8am" to be parsed correctly with respect to possible values of
1143 `org-read-date-prefer-future'.
1144 (org-read-date-prefer-future): Update docstring to remove the
1145 restriction about inserting only the time. The user can now
1146 insert the time and the day.
1147
1148 * org-icalendar.el (org-icalendar-print-entries): Rename from
1149 `org-print-icalendar-entries'.
1150 (org-icalendar-start-file): Rename from
1151 `org-start-icalendar-file'.
1152 (org-icalendar-finish-file): Rename from
1153 `org-finish-icalendar-file'.
1154 (org-icalendar-ts-to-string): Rename from `org-ical-ts-to-string'.
1155 (org-export-icalendar): Use the correct functions.
1156
1157 * ob-ref.el (org-babel-ref-index-list): Fix bug introduced by
1158 commit e85479.
1159
1160 * org.el (org-fill-context-prefix): Require org-element.
1161 (org-timestamp-change): Fix bug by saving excursion when adjusting
1162 another clock.
1163
1164 * org.el (org-read-date-prefer-future): Fix docstring formatting.
1165 (org-read-date-analyze): Fix the interpretation of
1166 `org-read-date-prefer-future'.
1167
1168 * org-agenda.el (org-agenda-menu-two-column): Rename to
1169 `org-agenda-menu-two-columns'.
1170
1171 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Replace
1172 `org-labels' by `let*'.
1173
1174 * org-bibtex.el (org-bibtex-headline): Ditto.
1175
1176 * org-compat.el: Delete `org-labels'.
1177
1178 * ob.el (org-babel-get-src-block-info)
1179 (org-babel-check-src-block, org-babel-current-result-hash)
1180 (org-babel-parse-src-block-match, org-babel-read-link)
1181 (org-babel-insert-result, org-babel-clean-text-properties): Use
1182 ̀org-no-properties' instead of `org-babel-clean-text-properties'.
1183 (org-babel-clean-text-properties): Delete redundant function
1184 `org-babel-clean-text-properties'.
1185
1186 * ob-tangle.el (org-babel-tangle-collect-blocks)
1187 (org-babel-tangle-comment-links): Ditto.
1188
1189 * ob-table.el (sbe): Ditto.
1190
1191 * ob-lob.el (org-babel-lob-get-info)
1192 (org-babel-lob-execute): Ditto.
1193
1194 * ob-exp.el (org-babel-exp-non-block-elements): Ditto.
1195
1196 * org-macs.el (org-no-properties): Allow a new parameter
1197 `restricted' to restrict the properties removal to those in
1198 `org-rm-props'. The default is now to remove all properties.
1199
1200 * org-compat.el (org-substring-no-properties): Remove unused
1201 defun.
1202
1203 * org-remember.el (org-remember-apply-template): Remove redundant
1204 removal of text properties.
1205 (org-remember-apply-template): Use `org-no-properties'.
1206
1207 * org-capture.el (org-capture-fill-template): Remove redundant
1208 removal of text properties.
1209 (org-capture-fill-template): Use `org-no-properties'.
1210
1211 * org-gnus.el (org-gnus-open, org-gnus-follow-link): Use
1212 `org-no-properties'.
1213
1214 * org-colview.el (org-columns-display-here): Ditto.
1215
1216 * org-table.el (org-table-eval-formula): Ditto.
1217
1218 * org.el (org-entry-properties): Ditto.
1219
1220 * org-icalendar.el (org-print-icalendar-entries): Fix bug about
1221 handling `alarm-time'.
1222
1223 * ob-R.el (org-babel-edit-prep:R): Don't set the session.
1224
1225 * org.el (org-store-log-note): Only skip comments starting with "#
1226 " when storing a note.
1227
1228 * org.el (org-custom-properties): New option.
1229 (org-custom-properties-overlays): New variable.
1230 (org-toggle-custom-properties-visibility): New command to toggle
1231 the visibility of custom properties.
1232 (org-check-before-invisible-edit): Also prevent errors when trying
1233 to edit invisible properties.
1234
1235 * org-datetree.el (org-datetree-add-timestamp): New option.
1236 (org-datetree-insert-line): Use it.
1237
1238 * org.el (org-fill-template): Fix bug when filling template for a
1239 key associated to the nil value.
1240
1241 * org-agenda.el (org-diary): Fix tiny typo.
1242
1243 * org.el (message-in-body-p): Move declaration up to fix compiler
1244 warning.
1245
1246 * org.el (org-fill-context-prefix): Fix auto-filling in
1247 `message-mode'.
1248
1249 * org.el (org-fill-paragraph): Correctly fill paragraph in
1250 message-mode.
1251 (org-indent-line): Correctly indent according to mode when
1252 `orgstruct++-mode' is on.
1253 (orgstruct++-mode): Add `fill-prefix' to the variable temporarily
1254 stored in `org-fb-vars'.
1255
1256 * org.el (org-fill-paragraph): Make a command. Fix bug about
1257 filling message headers and citations.
1258
1259 * org.el (org-redisplay-inline-images): New command.
1260 (org-mode-map): Bind it to C-c C-x C-M-v.
1261
1262 * org-colview.el (org-columns-get-format-and-top-level): Fix bug.
1263 (org-columns-get-format): Fix compiler warning.
1264
1265 * org-feed.el: Add declarations.
1266
1267 * org-agenda.el (org-agenda-get-sexps): Use `org-get-tags-at' to
1268 allow tag inheritance.
1269
1270 * org-capture.el (org-capture): Fix bug introduced by commit
1271 1737d3.
1272
1273 * org-publish.el (org-publish-needed-p)
1274 (org-publish-update-timestamp, org-publish-file)
1275 (org-publish-cache-file-needs-publishing): New argument
1276 `base-dir'.
1277 (org-publish-cache-ctime-of-src): Use the new argument to make
1278 sure we find the file according to :base-directory.
1279
1280 * org-capture.el (org-capture-string): New command to prompt for
1281 the interactive text interactively. This can also be used in
1282 Elisp programs to use ̀org-capture' with some initial text.
1283 (org-capture-initial): New variable to store the initial text.
1284 (org-capture): Use `org-capture-initial'.
1285
1286 * org.el (org-emph-re): Tiny docstring formatting fix.
1287
1288 * org-compat.el (org-labels): Remove.
1289
1290 * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
1291
1292 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
1293
1294 * org.el (org-emph-re): Tiny formatting fix.
1295
1296 * org.el (orgstruct-setup): Require `org-element'.
1297
1298 * org.el (org-store-link, org-open-at-point): New link type
1299 "help".
1300
1301 * org-compat.el (org-flet): Remove alias.
1302
1303 * ob.el (org-babel-edit-distance, org-babel-sha1-hash)
1304 (org-babel-get-rownames, org-babel-insert-result)
1305 (org-babel-merge-params)
1306 (org-babel-expand-noweb-references): Don't use `org-flet'. Also
1307 indent some functions correctly.
1308
1309 * ob.el (org-babel-execute-src-block)
1310 (org-babel-join-splits-near-ch, org-babel-format-result)
1311 (org-babel-examplize-region): Don't use `org-flet'.
1312 (org-babel-tramp-handle-call-process-region): Fix typo.
1313
1314 * ob-awk.el (org-babel-awk-var-to-awk): Don't use `org-flet'.
1315
1316 * ob-sh.el (org-babel-sh-var-to-string): Ditto.
1317
1318 * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string): Don't
1319 use `org-flet'.
1320
1321 * org-pcomplete.el (org-compat): Require.
1322
1323 * ob-tangle.el (org-babel-load-file): Don't use `org-flet'.
1324
1325 * org-bibtex.el (org-bibtex-write): Use let*.
1326
1327 * org-plot.el (org-plot/gnuplot-script): Don't use `org-flet'.
1328
1329 * org-bibtex.el (org-bibtex-headline, org-bibtex-fleshout)
1330 (org-bibtex-read, org-bibtex-write): Don't use `org-flet'.
1331
1332 * org-clock.el (org-clock-cancel): Use `org-looking-back'.
1333
1334 * org-pcomplete.el (org-thing-at-point): Ditto.
1335
1336 * org.el (org-timestamp-change): Ditto.
1337
1338 * org-mouse.el (org-mouse-timestamp-today)
1339 (org-mouse-set-priority, org-mouse-popup-global-menu)
1340 (org-mouse-context-menu): Don't use ̀org-flet'.
1341
1342 * org.el (org-priority): Fix docstring.
1343
1344 * org-publish.el (org-publish-write-cache-file)
1345 (org-publish-initialize-cache)
1346 (org-publish-cache-file-needs-publishing)
1347 (org-publish-cache-get): Small code clean-up.
1348
1349 * org-publish.el (org-publish-cache-ctime-of-src): Simplify.
1350
1351 * org-agenda.el (org-agenda-get-sexps): Add a 'tags property for
1352 agenda entries created from sexps.
1353
1354 * org-capture.el (org-capture-templates): Docstring clean up.
1355 (org-capture-place-entry, org-capture-place-item)
1356 (org-capture-place-plain-text, org-capture-place-table-line):
1357 Ensure to always position the point according to %?.
1358
1359 * org-table.el (org-table-convert-refs-to-rc): Fix bug when
1360 converting remote table references.
1361
1362 * org-agenda.el (org-agenda-switch-to): Run hooks in
1363 ̀org-agenda-after-show-hook'.
1364
1365 * ob-ref.el (org-babel-ref-index-list): Use let* and rename the
1366 variable `length' to `lgth'.
1367
1368 * org-plot.el (org-plot/gnuplot-to-grid-data): Don't use
1369 ̀org-flet'.
1370
1371 * org-exp.el (org-export-format-source-code-or-example): Ditto.
1372
1373 * org-exp-blocks.el (org-export-blocks-preprocess): Ditto.
1374
1375 * ob.el (org-babel-view-src-block-info)
1376 (org-babel-execute-src-block, org-babel-edit-distance)
1377 (org-babel-switch-to-session-with-code)
1378 (org-babel-balanced-split, org-babel-insert-result): Ditto.
1379
1380 * ob-ref.el (org-babel-ref-index-list): Ditto.
1381
1382 * ob-python.el (org-babel-python-evaluate-session): Ditto.
1383
1384 * ob-lob.el (org-babel-lob-get-info): Ditto.
1385
1386 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Ditto.
1387
1388 * ob-exp.el (org-babel-exp-do-export): Ditto.
1389
1390 * org-table.el (orgtbl-to-generic): Fix docstring.
1391
1392 * org-clock.el (org-clock-in): Call `org-clock-out' with the new
1393 argument `switch-to-state' set to nil. Fix docstring.
1394 (org-clock-in-last): Prompt for a todo state to switch to when
1395 called with three universal prefix arguments. Don't display a
1396 message when the clock is already running. Update docstring.
1397 (org-clock-out): New argument `switch-to-state'. When this
1398 argument is non-nil, prompt for a state to switch the clocked out
1399 task to, overriding `org-clock-out-switch-to-state'.
1400
1401 * org.el (org-entry-get): Don't use `org-flet'.
1402
1403 * org.el (org-forward-heading-same-level): Rename from
1404 `org-forward-same-level'.
1405 (org-backward-heading-same-level): Rename from
1406 `org-backward-same-level'.
1407
1408 * org.el (org-forward-element): Rename from `org-element-forward'.
1409 (org-backward-element): Rename from `org-element-backward'.
1410 (org-up-element): Rename from `org-element-up'.
1411 (org-down-element): Rename from `org-element-down'.
1412 (org-drag-element-backward): Rename from
1413 `org-element-drag-backward'.
1414 (org-drag-element-forward): Rename from
1415 `org-element-drag-forward'.
1416 (org-mark-element): Rename from `org-element-mark-element'.
1417 (org-transpose-element): Rename from `org-element-transpose'.
1418 (org-unindent-buffer): Rename from `org-element-unindent-buffer'.
1419 (org-mode-map): Update the names of a commands. Remove useless
1420 declarations.
1421
1422 * org-element.el (org-element-forward, org-element-backward)
1423 (org-element-up, org-element-down)
1424 (org-element-drag-backward, org-element-drag-forward)
1425 (org-element-mark-element, org-narrow-to-element)
1426 (org-element-transpose, org-element-unindent-buffer): Move to
1427 org.el.
1428
1429 * org.el (org-forward-same-level): Fix typo in docstring.
1430
1431 * org-agenda.el (org-agenda-mode-map): Bind
1432 `org-agenda-show-priority' to `C-c,' instead of `P'.
1433 (org-agenda-next-item, org-agenda-previous-item): New commands to
1434 move by one item down/up in the agenda.
1435 (org-agenda-mode-map): Bind `org-agenda-next-item' and
1436 `org-agenda-previous-item' to `N' and `P' respectively.
1437
1438 * org-rmail.el (org-rmail-store-link, org-rmail-follow-link):
1439 Toggle headers when necessary.
1440
1441 * org-element.el (org-narrow-to-element): Autoload.
1442
1443 * org.el (org-mode-map): Use `M-h' for `org-element-mark-element'.
1444 (org-mark-subtree): Allow a numeric prefix argument to move up
1445 into the hierarchy of headlines.
1446
1447 * org-element.el (org-element-up, org-element-down): Autoload.
1448
1449 * org.el: Declare functions and don't require org-element.
1450
1451 * org-element.el (org-element-at-point, org-element-forward)
1452 (org-element-backward, org-element-drag-backward)
1453 (org-element-drag-forward, org-element-mark-element)
1454 (org-element-transpose, org-element-unindent-buffer): Autoload.
1455 Require 'org and remove all declarations.
1456
1457 * org.el (org-outline-regexp-bol, org-heading-regexp): Use
1458 variables instead of constants.
1459
1460 * org-archive.el (org-datetree-find-date-create): Declare.
1461
1462 * org.el (org-open-at-point): Only set
1463 `clean-buffer-list-kill-buffer-names' when the feature 'midnight
1464 has been loaded.
1465
1466 * org-icalendar.el (org-print-icalendar-entries): Let
1467 APPT_WARNTIME take precedence over ̀org-icalendar-alarm-time'.
1468
1469 * org.el (org-special-properties): New special property
1470 CLOCKSUM_T.
1471 (org-entry-properties): Handle the new special property.
1472
1473 * org-colview.el (org-columns): Handle a new special property
1474 CLOCKSUM_T.
1475 (org-agenda-colview-summarize, org-agenda-colview-compute): Ditto.
1476
1477 * org-clock.el (org-clock-sum-today): New function.
1478 (org-clock-sum): New argument PROPNAME to set a custom text
1479 property instead of :org-clock-minutes.
1480
1481 * org-agenda.el (org-agenda-check-type): Throw a more appropriate
1482 error message when no agenda is currently being displayed.
1483
1484 * org.el (org-get-property-block): Find blocks before the first
1485 headline.
1486 (org-entry-properties): Minor code cleanup.
1487 (org-entry-get, org-entry-get-with-inheritance): Get property
1488 before the first headline.
1489
1490 * org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
1491
1492 * org.el (org-make-link): Delete.
1493 (org-store-link, org-insert-link)
1494 (org-file-complete-link): Don't use `org-make-link'.
1495
1496 * org-wl.el (org-wl-store-link-folder)
1497 (org-wl-store-link-message): Ditto.
1498
1499 * org-vm.el (org-vm-store-link): Ditto.
1500
1501 * org-rmail.el (org-rmail-store-link): Ditto.
1502
1503 * org-mhe.el (org-mhe-store-link): Ditto.
1504
1505 * org-mew.el (org-mew-store-link): Ditto.
1506
1507 * org-irc.el (org-irc-erc-store-link): Ditto.
1508
1509 * org-info.el (org-info-store-link): Ditto.
1510
1511 * org-id.el (org-id-store-link): Ditto.
1512
1513 * org-gnus.el (org-gnus-group-link, org-gnus-article-link): Ditto.
1514
1515 * org-eshell.el (org-eshell-store-link): Ditto.
1516
1517 * org-bbdb.el (org-bbdb-store-link): Ditto.
1518
1519 * org.el (org-url-hexify-p): New option. When non-nil (the
1520 default), hexify URLs when creating a link.
1521
1522 * org.el (org-insert-link): Make sure point is at the beginning of
1523 the buffer.
1524
1525 * org.el (clean-buffer-list-kill-buffer-names): Declare.
1526 (org-open-at-point): Allow opening multiple shell links by
1527 creating a new output buffer for each shell process. The new
1528 buffer is added to `clean-buffer-list-kill-buffer-names'.
1529
1530 * org-mobile.el (org-mobile-create-index-file): Use
1531 `org-global-tags-completion-table' instead of
1532 `org-tag-alist-for-agenda' to get the tags for the index file.
1533
1534 * org.el (org-global-tags-completion-table): Fix typo in
1535 docstring.
1536
1537 * org.el (org-link-to-org-use-id): Use `org-capture' instead of
1538 `org-remember' in the docstring.
1539 (org-link-fontify-links-to-this-file): New function to fontify
1540 links to the current buffer in `org-stored-links'.
1541 (org-store-link): Small code simplification.
1542 (org-link-prettify): Enclose literal links into <...> instead of
1543 [[...]].
1544 (org-insert-link): Use `org-link-fontify-links-to-this-file'.
1545 Also allow completion over links' descriptions, as well as links
1546 destinations. When the user uses the description for completion,
1547 don't prompt again for a description.
1548
1549 * org-capture.el (org-capture-templates): Fix docstring by adding
1550 Gnus to the list of mail clients.
1551
1552 * org.el (org-log-repeat): Enhance docstring.
1553
1554 * org.el (org-mode-map): Don't bind C-<up> and C-<down> to
1555 `org-element-backward/forward' as these functions stops when there
1556 is no element of the same type before/after point. It is useful
1557 to navigate with `forward/backward-paragraph' with no stop in most
1558 cases.
1559
1560 * org-capture.el (org-capture-templates): New template %l to
1561 insert the literal link pointing at the current buffer.
1562
1563 * org.el (org-todo-keywords): Ditto.
1564
1565 * org.el (org-fill-paragraph): Falls back on
1566 `message-fill-paragraph' if required in `message-mode'.
1567
1568 * org-pcomplete.el (pcomplete/org-mode/file-option/x): New macro.
1569 (pcomplete/org-mode/file-option/options)
1570 (pcomplete/org-mode/file-option/title)
1571 (pcomplete/org-mode/file-option/author)
1572 (pcomplete/org-mode/file-option/email)
1573 (pcomplete/org-mode/file-option/date): Use the new macro to offer
1574 completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
1575 #+EMAIL and #+DATE.
1576
1577 * org-agenda.el (org-agenda-write): Fix bug when writing agenda to
1578 an external file while `org-agenda-sticky' is non-nil.
1579
1580 * org.el (org-speed-commands-default): New speedy command to
1581 quickly add the :APPT_WARNTIME: property.
1582
1583 * org-agenda.el (org-agenda-to-appt): Use the :APPT_WARNTIME:
1584 property to override `appt-message-warning-time' when adding an
1585 appointment from an entry.
1586
1587 * org.el (org-version): Improve docstring.
1588 (org-self-insert-cluster-for-undo): The default value should be
1589 nil for Emacs >=24.1. See bug#11774.
1590
1591 * org.el (org-fontify-meta-lines-and-blocks-1): Fix previous
1592 commit.
1593
1594 * org.el (org-options-keywords): New constant.
1595 (org-additional-option-like-keywords): Remove duplicates with
1596 keywords in the new constant.
1597 (org-additional-option-like-keywords-for-flyspell): Use the new
1598 constant.
1599 (org-mode-flyspell-verify): Exclude keywords from the new
1600 constant.
1601
1602 * org-pcomplete.el (pcomplete/org-mode/file-option): Use
1603 `org-options-keywords'.
1604
1605 * org.el (org-toggle-heading): Bugfix: use
1606 `org-element-mark-element' instead of `org-mark-list'.
1607
1608 * org-list.el (org-mark-list): Delete.
1609
1610 * org.el: Update a few keybindings.
1611
1612 * org-element.el (org-element-down): Throw an error when the
1613 element has no content.
1614
1615 * org-table.el (orgtbl-radio-table-templates): Add a template for
1616 org-mode.
1617 (orgtbl-to-orgtbl): Complete and align the table created with
1618 orgtbl-to-orgtbl, in case the user use the function for radio
1619 tables.
1620 (orgtbl-to-table.el): New function to export a table to another
1621 one using the table.el format.
1622 (orgtbl-to-unicode): New function to export a table using unicode
1623 characters.
1624
1625 * org-exp.el (org-export-language-setup): Use "Sommaire" for the
1626 french translation of "Table of contents", to avoid a possible bug
1627 when exporting to ODT.
1628
1629 * org.el (org-additional-option-like-keywords): Add keywords.
1630 (org-additional-option-like-keywords-for-flyspell): New constant
1631 to use with flyspell.
1632 (org-mode-flyspell-verify): Use the dedicated constant and don't
1633 check `org-startup-options'.
1634
1635 * org-agenda.el (org-batch-store-agenda-views): Use the sticky
1636 agenda buffer name, if required.
1637 (org-agenda-write): New parameter `agenda-bufname' to allow
1638 setting the agenda buffer name.
1639
1640 * org.el (org-mode-map): Add keybindings for
1641 `org-element-forward', `org-element-backward', `org-element-up'
1642 and `org-element-down'.
1643
1644 * org.el (org-auto-fill-function): Don't call `do-auto-fill'
1645 within (org-let org-fb-vars ...) as `do-auto-fill' should do the
1646 right thing whether orgstruct++-mode is turned on or off.
1647
1648 * org.el (org-sparse-tree-default-date-type): New option.
1649 (org-ts-type): New variable.
1650 (org-sparse-tree): New argument `type'. Use the new option
1651 `org-sparse-tree-default-date-type' as the default value for
1652 `type'. Fix docstring.
1653 (org-re-timestamp): New function.
1654 (org-check-before-date, org-check-after-date)
1655 (org-check-dates-range): Use `org-ts-type' and `org-re-timestamp'
1656 to tell compute the date regexp.
1657
1658 * org.el (orgstruct++-mode, org-get-local-variables): Also set
1659 `normal-auto-fill-function' when turning on/off orgstruct++-mode.
1660
1661 * org-agenda.el (org-agenda-start-with-log-mode): Add relevant
1662 customization types.
1663
1664 * org-faces.el (org-document-title): Use the normal height.
1665
1666 * org-clock.el (org-x11idle-exists-p): New variable.
1667 (org-user-idle-seconds): Use it.
1668
1669 * org.el (org-mode-map): Rebind `org-insert-all-links' to `C-c
1670 C-M-l'.
1671
1672 * org.el (org-insert-all-links): New command.
1673 (org-insert-link): `org-keep-stored-link-after-insertion' is now
1674 checked when the link to insert has been defined, regardless on
1675 how it has been defined. Also don't read the description
1676 interactively when the `default-description' parameter was given.
1677 (org-mode-map): Bind `org-insert-all-links' to `C-c C-L'.
1678
1679 * org.el (org-inc-effort): New command to increment the effort
1680 property.
1681 (org-set-effort): Use it.
1682 (org-mode-map): Bind it to `C-c C-x E'.
1683 (org-speed-commands-default): Use `E' as a speed command for it.
1684
1685 * org.el (org-re-property-keyword): New function.
1686 (org-entry-put): Use it to fix a bug with respect to setting the
1687 value of a property when a property line with no value already
1688 exists.
1689
1690 * org.el (org-timestamp-change): Adjust clock in other org files
1691 correctly.
1692
1693 * org-clock.el (org-user-idle-seconds): Simplify.
1694
1695 * org.el (org-mode-map): Bind `org-resolve-clocks' to `C-c C-x
1696 C-z'.
1697
1698 * org.el (org-mode-map): Add keybindings to
1699 `org-element-transpose' and `org-narrow-to-element'.
1700 (org-metaup): Fall back on `org-element-drag-backward'.
1701 (org-metadown): Fall back on `org-element-drag-forward'. Also
1702 move chunks of declarations and require statements to get rid of
1703 compiler warnings.
1704
1705 * org-exp-blocks.el (org): Don't require org. Add declarations.
1706
1707 * org-clock.el (org): Don't require org.
1708
1709 * ob-exp.el (org-list-forbidden-blocks): Add declarations.
1710
1711 * org.el (org-timestamp-change): Don't use the `position'.
1712
1713 * org.el (org-clock-history, org-clock-adjust-closest): New
1714 variables.
1715 (org-timestamp-change): Maybe adjust the next or previous clock in
1716 `org-clock-history'.
1717 (org-shiftmetaup, org-shiftmetadown): On clock logs, update the
1718 timestamp at point and adjust the next or previous clock in
1719 `org-clock-history', when possible.
1720
1721 * org-clock.el (org-clock-in): Set the marker for
1722 `org-clock-history' at a safer position.
1723
1724 * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
1725 Autoload.
1726
1727 * org-mobile.el (org-mobile-post-pull-hook): Fix docstring.
1728
1729 * org.el (org-indent-line): Fix indentation of a property line
1730 starting at the beginning of a line.
1731
1732 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
1733
1734 * org-compat.el: Alias `org-condition-case-unless-debug' to
1735 `condition-case-unless-debug' or `condition-case-no-debug'.
1736
1737 * org.el (org-todo-keywords): Ditto.
1738
1739 * org.el (org-use-fast-todo-selection): Reformat docstring.
1740
1741 * org.el (org-flag-drawer): Add a docstring.
1742 (org-mode-map): Bind ̀org-clock-cancel' to "C-cC-xC-q" and
1743 `org-clock-in-last' to "C-cC-xC-x". This fixes a bug in the
1744 previous keybinding for `org-clock-in-last', which would override
1745 the one for `org-clock-in'.
1746
1747 * org-clock.el (org-clock-in-last): Prevent errors when there is
1748 no clocking history.
1749 (org-clock-cancel): Fix bug when checking against a clock log in a
1750 folded drawer.
1751
1752 * org.el (org-link-expand-abbrev): Implement "%(my-function)" as a
1753 new specifier. Update the docstring.
1754
1755 * org.el (org-startup-options): Fix docstring formatting.
1756
1757 * org.el (org-use-sub-superscripts): Fix typo in docstring.
1758
1759 * org.el (org-refile): Fix bug: prevent looping when calling
1760 `org-set-tags' internally.
1761
1762 * org.el (org-mode-map): Add `C-c C-x C-I' as a keybinding for
1763 `org-clock-in-last'.
1764
1765 * org-clock.el (org-clock-continuously): New option.
1766 (org-clock-in): Three universal prefix arguments set
1767 `org-clock-continuously' to `t' temporarily.
1768 (org-clock-in-last): Fix call to `org-clock-select-task' and
1769 support continuous clocking.
1770 (org-clock-out-time): New variable.
1771 (org-clock-out): Set `org-clock-out-time' when clocking out.
1772 Small docstring rewriting.
1773 (org-clock-remove-empty-clock-drawer): Fix "invalid search bound"
1774 bug when trying to delete empty logbook drawer.
1775 (org-clock-cancel): If the clock log is gone, send a warning
1776 instead of deleting the region that is supposed to contain it.
1777
1778 * org.el (org-move-line-down, org-move-line-up): Remove.
1779 (org-metaup, org-metadown): When the region is active, move it
1780 up/down by one line, with no regard to the context.
1781
1782 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
1783
1784 * org-compat.el: Alias `org-condition-case-unless-debug' to
1785 `condition-case-unless-debug' or `condition-case-no-debug'.
1786
1787 * org-pcomplete.el (org-thing-at-point): Ignore trailing
1788 whitespaces while looking-back at properties.
1789
1790 * org.el (org-mode): Set `indent-region-function'.
1791 (org-indent-region): New function.
1792 (org-fill-paragraph): When in a src block, use `indent-region' to
1793 indent the whole source code instead of falling back on
1794 `fill-paragraph', as this function messes up the code.
1795
1796 * org-src.el (org-edit-src-code): Fix docstring formatting.
1797
1798 * ob.el (org-babel-do-key-sequence-in-edit-buffer): Ditto.
1799
1800 * org.el (org-mode, org-add-log-setup)
1801 (org-get-property-block, org-entry-put)
1802 (org-property-next-allowed-value, org-return)
1803 (org-indent-line): Rename `org-indent-line-function' to
1804 `org-indent-line'.
1805
1806 * org-timer.el (org-timer-item): Ditto.
1807
1808 * org-table.el (org-table-store-formulas): Ditto.
1809
1810 * org-clock.el (org-clock-in, org-clock-find-position): Ditto.
1811
1812 * org-src.el (org-src-font-lock-fontify-block)
1813 (org-src-strip-leading-and-trailing-blank-lines)
1814 (org-src-ask-before-returning-to-edit-buffer)
1815 (org-edit-src-code, org-edit-src-continue)
1816 (org-edit-fixed-width-region)
1817 (org-src-do-key-sequence-at-code-block)
1818 (org-src-font-lock-fontify-block, org-src-fontify-buffer): Fix
1819 typos in docstrings.
1820
1821 * org-docbook.el (org-export-docbook-emphasis-alist): Fix typo:
1822 use "format string" instead of "formatting string".
1823
1824 * org-latex.el (org-export-latex-emphasis-alist)
1825 (org-export-latex-title-command, org-export-latex-tables): Ditto.
1826
1827 * org-html.el (org-export-html-postamble): Ditto.
1828
1829 * org-latex.el (org-export-latex-hyperref-options-format): New
1830 option.
1831 (org-export-latex-make-header): Use it.
1832
1833 * ob.el (org-babel-confirm-evaluate): Prevent errors when
1834 `org-current-export-file' is void.
1835
1836 * org-table.el (org-table-export): Use the file name extension to
1837 suggest the right conversion format. Also amend the docstring.
1838
1839 * org.el (org-speed-commands-default): Two new speed commands.
1840 Use `:' for `org-columns' and ̀#' for `org-toggle-comment'.
1841
1842 * org.el (org-time-stamp): With two universal arguments, insert an
1843 active timestamp with the current time without prompting the user.
1844
1845 * org-clock.el (org-clock-in-last): New command.
1846
1847 * org-clock.el (org-clock-in): Fix typo in docstring.
1848
1849 * org-mobile.el (org-mobile-edit): Fix reference to a free
1850 variable.
1851
1852 * org.el (org-doi-server-url): Update :group.
1853
1854 * ob-lob.el (org-babel-lob-execute): Fix reference to non-existent
1855 variable.
1856
1857 * org.el (org-doi-server-url): New option.
1858 (org-open-at-point): Use it.
1859
1860 * org.el (org-at-comment-p): New function.
1861 (org-toggle-heading): Use `org-at-comment-p' to skip comments.
1862
1863 * org-html.el (org-export-as-html): Add links to the Org mode and
1864 GNU Emacs websites When :html-postamble is set to 't.
1865
1866 * org-export.el (org-export-creator-string): Add links to the Org
1867 mode and GNU Emacs websites.
1868
1869 * org-special-blocks.el
1870 (org-special-blocks-convert-html-special-cookies): Prevent errors
1871 by first checking `org-line' is not nil.
1872
1873 * org-clock.el (org-clock-string-limit)
1874 (org-clock-modeline-total, org-clock-task-overrun-text)
1875 (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
1876
1877 * org.el (org-at-timestamp-p): Set ̀org-ts-what' to 'after when the
1878 point is right after the timestamp. `org-at-timestamp-p' still
1879 returns `t' in this case, as this is more practical.
1880 (org-return): Check against ̀org-ts-what' to verify that point is
1881 really within the timestamp (if any).
1882
1883 * org.el (org-return): Follow time-stamp links when point is an a
1884 time-stamp.
1885
1886 * org-capture.el (org-capture-bookmark): New option.
1887 (org-capture-finalize): Use it.
1888
1889 * org-publish.el (org-publish-cache-file-needs-publishing): Make
1890 the column mandatory after #+include:.
1891
1892 * org-exp.el (org-export-handle-include-files): Ditto.
1893
1894 * org-bibtex.el (org-bibtex-entries): Rename from
1895 (org-bibtex-read, org-bibtex-write): Use the new name.
1896
1897 * org-exp.el (org-export-handle-include-files): Allow to use
1898 #+include with no column.
1899
1900 * org-publish.el (org-publish-cache-file-needs-publishing): Make
1901 quotes mandatory around the file name and allow spaces in it.
1902
1903 * org-html.el (org-export-as-html): Add link to Org's and Emacs's
1904 websites.
1905
1906 * org-latex.el
1907 (org-export-latex-link-with-unknown-path-format): New option.
1908 (org-export-latex-links): Use it.
1909
1910 * org-agenda.el (org-agenda-get-timestamps): Remove any active
1911 timestamp from the headline text, not only those for the current
1912 date.
1913
1914 * org.el (org-set-tags): Allow setting tags for headlines in the
1915 region when `org-loop-over-headlines-in-active-region' is non-nil.
1916
1917 * org.el (org-allow-promoting-top-level-subtree): New option to
1918 allow promoting a top-level subtree.
1919 (org-called-with-limited-levels): New variable, dynamically bound
1920 within the `org-with-limited-levels' macro.
1921 (org-promote): Use the new option to allow promoting a top-level
1922 subtree.
1923
1924 * org-macs.el (org-with-limited-levels): Let-bind
1925 `org-called-interactively-p' to t.
1926
1927 * org.el (org-create-formula-image-with-dvipng)
1928 (org-create-formula-image-with-imagemagick): Make sure a file
1929 exists before trying to delete it.
1930
1931 * org.el (org-scan-tags): Correctly match TODO keywords.
1932
1933 * org-agenda.el (org-agenda-bulk-action): Fix bug: use
1934 `org-agenda-bulk-unmark-all'.
1935
1936 * org.el (orgstruct++-mode): Fix docstring.
1937 (org-fill-paragraph): Use the 'justify parameter when falling back
1938 on `fill-paragraph'.
1939
1940 * org.el (org-indent-line-function): Use `org-let' instead of
1941 `orgstruct++-ignore-org-filling'.
1942 (org-fill-paragraph, org-auto-fill-function): Ditto.
1943
1944 * org-macs.el (orgstruct++-ignore-org-filling): Delete.
1945
1946 * org-table.el (org-table-time-string-to-seconds): Return the
1947 empty string if provided.
1948 (org-table-eval-formula): When assigning a duration string, handle
1949 it correctly -- i.e. don't make any computation on it, except the
1950 one to insert it using the correct duration format.
1951
1952 * org.el (org-indent-line-function): Fix bug.
1953
1954 * org-clock.el (org-frame-title-format-backup): New variable to
1955 store the value of `frame-title-format' before `org-clock' might
1956 replace it by `org-clock-frame-title-format'.
1957 (org-clock-frame-title-format): New option.
1958 (org-frame-title-string): Delete.
1959 (org-clock-update-mode-line): Minor code reformatting.
1960 (org-clock-in, org-clock-out, org-clock-cancel): Use
1961 `org-clock-frame-title-format'.
1962
1963 * org-clock.el (org-clock-get-clock-string): Add a space.
1964
1965 * org-list.el (org-mark-list): Return an error when there is no
1966 list at point.
1967
1968 * org.el (org-toggle-heading): Allow `C-u C-c *' to mark the list
1969 at point before converting items to headings. With a simple
1970 universal-argument, set `current-prefix-arg' to 1, otherwise keep
1971 the numeric value.
1972
1973 * org-agenda.el (org-agenda-view-mode-dispatch): Make the message
1974 more readable.
1975
1976 * org-agenda.el (org-agenda-mode-map): New keybinding ̀*' to mark
1977 all entries for bulk action.
1978 (org-agenda-menu): New menu item for marking all entries.
1979 (org-agenda-bulk-mark-all): New function to mark all entries.
1980 (org-agenda-bulk-mark-regexp): Minor docstring fix.
1981 (org-agenda-bulk-unmark): With a prefix argument, unmark all.
1982 Also send a better message.
1983 (org-agenda-bulk-remove-all-marks): Rename to
1984 `org-agenda-bulk-unmark-all'. Check against
1985 `org-agenda-bulk-marked-entries' before trying to unmark entries.
1986 Minor docstring fix.
1987 (org-agenda-bulk-unmark-all): Renamed from
1988 ̀org-agenda-bulk-remove-all-marks'.
1989
1990 * org-agenda.el (org-agenda-bulk-mark-char): New option.
1991 (org-agenda-bulk-mark): Use the new option.
1992
1993 * org.el (org-src-prevent-auto-filling): New option to prevent
1994 auto-filling in src blocks. This defaults to nil to avoid people
1995 being surprised that no auto-fill occurs in Org buffers where they
1996 use `auto-fill-mode'.
1997 (org-auto-fill-function): Use the new option.
1998
1999 * org.el (org-properties-postprocess-alist): Better customization
2000 type.
2001 (org-set-property): Fix the check against
2002 `org-properties-postprocess-alist'.
2003
2004 * org-macs.el (orgstruct++-ignore-org-filling): Set
2005 `def-edebug-spec' correctly.
2006
2007 * org-colview.el (org-columns-string-to-number): When computing
2008 the values for the colview, match durations and convert them to
2009 HH:MM values.
2010
2011 * org.el (org-duration-string-to-minutes): Match non-round
2012 numbers. Add a new optional parameter to allow returning the
2013 output as a string.
2014
2015 * org.el (org-auto-fill-fallback-function)
2016 (org-indent-line-fallback-function)
2017 (org-fill-paragraph-fallback-function)
2018 (org-auto-fill-fallback-function)
2019 (org-indent-line-fallback-function)
2020 (org-fill-paragraph-fallback-function): Remove.
2021 (org-fb-vars): New buffer-local variable.
2022 (orgstruct++-mode): Use the fallback variable `org-fb-vars' to
2023 store, use and restore variables if needed.
2024 (org-fill-paragraph): Ignore `orgstruct++-mode' filling variables
2025 when needed.
2026 (org-auto-fill-function, org-indent-line-function): Ditto.
2027
2028 * org-macs.el (orgstruct++-ignore-org-filling): New macro.
2029
2030 * org-exp-block.el: Use `org-find-library-name' instead of
2031 `find-library-name'.
2032
2033 * org-compat.el (org-find-library-name): Convert into a macro to
2034 avoid compilation of a function from XEmacs in Emacs and vice
2035 versa.
2036
2037 * org-table.el (org-table-store-formulas): Fix typo.
2038 (org-table-maybe-eval-formula): Fix the regexp to only match
2039 formulas, which never end with the `=' character. If the field
2040 only contain this character, don't eval either.
2041
2042 * org.el (org-set-property): Perform the correct check against
2043 `org-properties-postprocess-alist'.
2044
2045 * org-bbdb.el (org-bbdb-anniversary-format-alist): Update the
2046 customization type.
2047 (name): Suppress (defvar 'name) as name is not eval'ed when
2048 setting `org-bbdb-anniversary-format-alist'.
2049
2050 * org.el (org-version): When called non-interactively, insert the
2051 short version string, otherwise send a message with the complete
2052 version string.
2053
2054 * org-odt.el (org-odt-update-meta-file): Use (org-version) and
2055 delegate checking whether `org-version' is known as a variable
2056 there.
2057
2058 * org-html.el (org-export-as-html): Use (org-version).
2059
2060 * org-docbook.el (org-export-as-docbook): Ditto.
2061
2062 * org-latex.el (org-export-latex-make-header): Ditto.
2063
2064 * org-clock.el (org-clocktable-write-default): Temporarily disable
2065 `delete-active-region' so that we don't accidently delete an
2066 active region when exporting a subtree/region.
2067
2068 * org-clock.el (org-program-exists): Remove.
2069 (org-show-notification, org-clock-play-sound): Use
2070 `executable-find' instead of `org-program-exists'.
2071
2072 * org-agenda.el (org-diary): Prevent failure from
2073 `org-compile-prefix-format' when there is no agenda buffer.
2074
2075 * org-agenda.el (org-agenda-mode): Replace obsolete variable
2076 `buffer-substring-filters'.
2077
2078 * org-indent.el (org-indent-mode): Ditto.
2079
2080 * org-compat.el (org-find-library-name): Silent the byte-compiler
2081 about a warning related to XEmacs support.
2082
2083 * org-special-blocks.el
2084 (org-special-blocks-convert-html-special-cookies): Use `org-line'
2085 instead of `line'.
2086
2087 * org-html.el (org-html-handle-links, org-export-as-html)
2088 (org-format-org-table-html, org-format-table-table-html)
2089 (org-html-export-list-line): Use `org-line' instead of `line' as
2090 the free variable name.
2091
2092 * org-latex.el (org-export-latex-tables): Let-bind `hfmt'.
2093
2094 * org-faces.el (org-list-dt): New face.
2095
2096 * org.el (org-set-font-lock-defaults): Use `org-list-dt' as the
2097 face for definition terms in definition lists.
2098
2099 * org.el (org-fill-paragraph): Pass the `justify' argument to
2100 `org-fill-paragraph-fallback-function'.
2101
2102 * org.el (org-eval-in-calendar): Fix docstring to mention the
2103 KEEPDATE parameter.
2104
2105 * org.el (org-refresh-category-properties): Let-bind
2106 `inhibit-read-only' to t.
2107
2108 * org.el (org-auto-fill-fallback-function)
2109 (org-indent-line-fallback-function)
2110 (org-fill-paragraph-fallback-function): New variables to store
2111 some fall-back functions when turning `orgstruct++-mode' on.
2112 (orgstruct++-mode): Set the new variables.
2113 (org-indent-line-function, org-fill-paragraph)
2114 (org-auto-fill-function): Use them.
2115
2116 * org.el (org-read-date): Bugfix: call `org-eval-in-calendar' with
2117 the 'keepdate parameter set to t when setting the cursor type.
2118
2119 * org-agenda.el (org-agenda-persistent-marks): New option to keep
2120 marks after a bulk action. The option defaults to nil.
2121 (org-agenda-bulk-action): Use the new option.
2122
2123 * org-capture.el (org-capture-fill-template): Use %\n instead of
2124 %n as a template element to be replaced with the nth prompted
2125 string.
2126 (org-capture-templates): Update docstring.
2127
2128 * org.el (org-goto): Fix docstring and document what C-u does.
2129
2130 * org-publish.el (org-publish-cache-file-needs-publishing): Use
2131 (case-fold-search t) when looking for #+INCLUDE:.
2132
2133 * org.el: Use (case-fold-search t).
2134 (org-edit-special, org-ctrl-c-ctrl-c): Ditto.
2135
2136 * org-table.el:
2137 (org-table-store-formulas, org-table-get-stored-formulas)
2138 (org-table-fix-formulas, org-table-edit-formulas)
2139 (org-old-auto-fill-inhibit-regexp, orgtbl-ctrl-c-ctrl-c)
2140 (orgtbl-toggle-comment, org-table-get-remote-range): Ditto.
2141
2142 * org-footnote.el:
2143 (org-footnote-goto-local-insertion-point): Ditto.
2144
2145 * org-exp.el: Ditto.
2146
2147 * org-colview.el:
2148 (org-dblock-write:columnview, org-dblock-write:columnview): Ditto.
2149
2150 * org-clock.el (org-clocktable-write-default): Ditto.
2151
2152 * org-capture.el (org-capture-place-table-line): Ditto.
2153
2154 * ob.el (org-babel-data-names, org-babel-goto-named-src-block)
2155 (org-babel-src-block-names)
2156 (org-babel-where-is-src-block-result, org-babel-result-end)
2157 (org-babel-where-is-src-block-head)
2158 (org-babel-find-named-result, org-babel-result-names): Ditto.
2159
2160 * org-table.el (orgtbl-send-table): Escape special characters.
2161 Introduce a new parameter :no-escape to prevent escaping.
2162
2163 * org-agenda.el (org-toggle-sticky-agenda): Only shout a message
2164 when called interactively.
2165 (org-agenda-get-restriction-and-command): Call
2166 `org-toggle-sticky-agenda' interactively.
2167
2168 * org-agenda.el (org-agenda-top-category-filter): New variable for
2169 storing the current top-category filter.
2170 (org-agenda-redo): Apply a top-category filter, if any.
2171 (org-agenda-filter-by-top-category)
2172 (org-agenda-filter-top-category-apply): Set
2173 `org-agenda-top-category-filter' to the right value.
2174
2175 * org-clock.el (org-clock-out, org-clock-cancel)
2176 (org-clock-in): Don't modify `frame-title-format' if it is a
2177 string.
2178
2179 * org-latex.el (org-export-latex-special-chars): Fix bug when
2180 escaping special characters in a table.
2181
2182 * org.el (org-read-date): Set cursor-type to nil in the calendar.
2183
2184 * org-faces.el (org-date-selected): Use inverse video. Don't
2185 explicitely set bold to nil as it causes `customize-face' to show
2186 the weight property and thus encourage the user to change it.
2187 Warn in the docstring that using bold might cause problems when
2188 displaying the calendar.
2189
2190 * org-id.el (org-id-update-id-locations): New parameter to silent
2191 `org-id-find'.
2192 (org-id-find): Use the new parameter.
2193
2194 * org.el (org-show-hierarchy-above, org-cycle)
2195 (org-global-cycle, org-files-list, org-store-link)
2196 (org-link-search, org-open-file, org-display-outline-path)
2197 (org-refile-get-location, org-update-all-dblocks)
2198 (org-change-tag-in-region, org-entry-properties)
2199 (org-save-all-org-buffers, org-revert-all-org-buffers)
2200 (org-buffer-list, org-cdlatex-mode)
2201 (org-install-agenda-files-menu, org-end-of-subtree)
2202 (org-speedbar-set-agenda-restriction): Use (derived-mode-p
2203 'org-mode) instead of (eq major-mode 'org-mode).
2204
2205 * org-timer.el (org-timer-set-timer): Ditto.
2206
2207 * org-table.el (orgtbl-mode, org-table-align, orgtbl-mode): Ditto.
2208
2209 * org-src.el (org-edit-src-exit, org-edit-src-code)
2210 (org-edit-fixed-width-region, org-edit-src-exit): Ditto.
2211
2212 * org-remember.el (org-remember-handler): Ditto.
2213
2214 * org-mouse.el (dnd-open-file, org-mouse-insert-item): Ditto.
2215
2216 * org-macs.el (org-get-limited-outline-regexp): Ditto.
2217
2218 * org-lparse.el (org-replace-region-by): Ditto.
2219
2220 * org-latex.el (org-latex-to-pdf-process)
2221 (org-replace-region-by-latex): Ditto.
2222
2223 * org-indent.el (org-indent-indent-buffer): Ditto.
2224
2225 * org-id.el (org-id-store-link, org-id-update-id-locations)
2226 (org-id-store-link): Ditto.
2227
2228 * org-html.el (org-export-html-preprocess)
2229 (org-replace-region-by-html): Ditto.
2230
2231 * org-footnote.el (org-footnote-normalize)
2232 (org-footnote-goto-definition)
2233 (org-footnote-create-definition, org-footnote-normalize): Ditto.
2234
2235 * org-docbook.el (org-replace-region-by-docbook): Ditto.
2236
2237 * org-ctags.el (find-tag): Ditto.
2238
2239 * org-colview.el (org-columns-redo)
2240 (org-columns-display-here, org-columns-edit-value)
2241 (org-columns-redo): Ditto.
2242
2243 * org-capture.el (org-capture-insert-template-here)
2244 (org-capture, org-capture-finalize)
2245 (org-capture-set-target-location)
2246 (org-capture-insert-template-here): Ditto.
2247
2248 * org-ascii.el (org-replace-region-by-ascii): Ditto.
2249
2250 * org-archive.el (org-archive-subtree): Ditto.
2251
2252 * org-agenda.el (org-agenda)
2253 (org-agenda-get-restriction-and-command)
2254 (org-agenda-get-some-entry-text, org-search-view)
2255 (org-tags-view, org-agenda-get-day-entries)
2256 (org-agenda-format-item, org-agenda-goto, org-agenda-kill)
2257 (org-agenda-archive-with, org-agenda-switch-to): Ditto.
2258
2259 * org.el (org-repeat-re)
2260 (org-clone-subtree-with-time-shift, org-auto-repeat-maybe)
2261 (org-deadline, org-schedule, org-matcher-time)
2262 (org-time-stamp, org-read-date, org-read-date-get-relative)
2263 (org-display-custom-time, org-get-wdays)
2264 (org-time-string-to-absolute, org-closest-date)
2265 (org-timestamp-change): Allow to set hourly repeat cookie. Send
2266 an error when an hourly repeat cookie is set and no hour is
2267 specified in the timestamp.
2268
2269 * org-icalendar.el (org-print-icalendar-entries): Handle hourly
2270 repeat cookies.
2271
2272 * org-clock.el (org-program-exists): Fix docstring.
2273
2274 * org-clock.el (org-clock-file-time-cell-format): New option.
2275 (org-clocktable-write-default): Use it.
2276
2277 * org-faces.el (org-date-selected): New face.
2278
2279 * org.el (org-date-ovl): Use `org-date-selected'.
2280
2281 * org.el (org-mode): Don't use `buffer-face-mode' by default.
2282
2283 * org-agenda.el (org-agenda-mode-map): Bind `^' to
2284 `org-agenda-filter-by-top-category'.
2285
2286 * org-ascii.el (org-export-ascii-underline): Change the default
2287 underlining characters for headlines of level 1 and 2. Also
2288 introduce \. as the underline character for headlines of level 5.
2289
2290 * org-table.el (org-table-recalculate-buffer-tables)
2291 (org-table-iterate-buffer-tables): Add autoload cookie.
2292
2293 * org.el (org-table-map-tables): Exclude tables in src and example
2294 blocks.
2295
2296 * org.el (org-fill-paragraph): Leave scheduled/deadline lines
2297 untouched when filling an adjacent paragraph.
2298
2299 * org-html.el (org-export-html-preamble-format)
2300 (org-export-html-postamble-format): Improve the docstring.
2301
2302 * org.el (org-todo): Fix regression: rename `state' to
2303 `org-state'.
2304
2305 * org-clock.el (org-show-notification): Use `fboundp' instead of
2306 `featurep' and the additional `require'.
2307
2308 * org-clock.el (org-clock-in-prepare-hook): New option to format
2309 the total time cells.
2310 (org-clocktable-write-default): Use the new option.
2311
2312 * org.el (org-open-at-point): Allow to open the agenda from an
2313 active or inactive timestamp in a headline.
2314
2315 * org-html.el (org-export-html-date-format-string): Make a
2316 defcustom.
2317
2318 * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
2319
2320 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
2321
2322 * org-table.el (org-table-expand-lhs-ranges): Allow hline
2323 references to be expanded correctly in LHS of formulas.
2324
2325 * org-beamer.el (org-beamer-inherited-properties): New option.
2326 (org-beamer-after-initial-vars): Use new option to look for
2327 inherited properties.
2328
2329 * org.el (org-ts-regexp0): Allow time stamps without name of day.
2330
2331 * org-agenda.el (org-toggle-sticky-agenda):
2332 (org-agenda-sticky): Improve :set property.
2333
2334 * org-agenda.el (org-agenda-local-vars): Clean up the variable
2335 list.
2336 (org-agenda-get-restriction-and-command): Add a key for toggling
2337 sticky agenda views.
2338
2339 * org-agenda.el (org-agenda-local-vars): Final decisions about
2340 global/local
2341
2342 * org-agenda.el (org-agenda-force-single-file): Variable removed.
2343 (org-prepare-agenda-window): Store pre-agenda window config
2344 locally.
2345 (org-timeline): Introduce a scoped version of
2346 `org-agenda-show-log'.
2347 (org-agenda-list): Introduce a scoped version of
2348 `org-agenda-show-log'.
2349 (org-agenda-get-progress): Use the scoped version of
2350 `org-agenda-show-log'.
2351 (org-agenda-local-vars): Write the analysis result as a comment -
2352 to be cleaned up in the next iteration.
2353
2354 * org-agenda.el (org-toggle-sticky-agenda): Kill all agenda
2355 buffers when toggling sticky-agendas.
2356 (org-agenda-get-restriction-and-command): Add `C-c a C-k' as a key
2357 to explicitly kill all agenda buffers.
2358 (org-agenda-run-series): Remove any old agenda markers in the
2359 buffer that is going to take the new block agenda.
2360 (org-prepare-agenda): Reset markers before erasing the buffer anc
2361 running `org-agenda-mode', because after that hte local variable
2362 `org-agenda-markers' will have gone away.
2363 (org-agenda-Quit):
2364 (org-finalize-agenda): Install the marker resetter into the
2365 `kill-buffer-hook'.
2366 (org-agenda-save-markers-for-cut-and-paste): Look for markers in
2367 all agenda buffers.
2368 (org-agenda-kill-all-agenda-buffers): New function.
2369
2370 2012-09-30 Chris Gray <chrismgray@gmail.com>
2371
2372 * org-html.el (org-export-as-html): Remove the check for body-only
2373 in the code for generating tables of contents.
2374
2375 2012-09-30 Christoph Dittmann <github@christoph-d.de> (tiny change)
2376
2377 * org-beamer.el (org-beamer-auto-fragile-frames): Make
2378 [fragile] work with overlay specifications.
2379
2380 2012-09-30 Christophe Junke <christophe.junke@inria.fr> (tiny change)
2381
2382 * org-agenda.el (org-agenda-list): Ensures that the list returned
2383 by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before
2384 checking if the latter is empty.
2385
2386 2012-09-30 Christophe Rhodes <csr21@cantab.net> (tiny change)
2387
2388 * org-latex.el (org-export-latex-tables): Support setting the
2389 :hfmt parameter from #+ATTR_LaTeX.
2390
2391 2012-09-30 Daniel Dehennin <daniel.dehennin@baby-gnu.org> (tiny change)
2392
2393 * org-exp.el (org-export-handle-include-files)
2394 (org-get-file-contents): Handle new parameter :addlevel.
2395
2396 2012-09-30 Dave Abrahams <dave@boostpro.com> (tiny change)
2397
2398 * org.el (org-link-prettify): New function to prettify links while
2399 displaying them with `org-insert-link'.
2400 (org-insert-link): Use the new function.
2401
2402 2012-09-30 David Maus <dmaus@ictsoc.de>
2403
2404 * org-exp.el (org-export-language-setup): Use numeric character
2405 entities for proper rendering of non-UTF8 documents.
2406
2407 * org-exp.el (org-export-language-setup): Add japanese
2408 translation.
2409
2410 2012-09-30 Eric Schulte <eric.schulte@gmx.com>
2411
2412 * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
2413
2414 * ob.el (org-babel-insert-result): Replace key sequence with
2415 function call. Use a more informative flag to the local function.
2416 (org-add-protective-commas): Declare a new external function.
2417
2418 * org-src.el (org-add-protective-commas): This should be its own
2419 function.
2420 (org-edit-src-exit): Use the new function.
2421
2422 * org-compat.el (org-labels): Remove.
2423
2424 * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
2425
2426 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
2427
2428 * ob.el (org-babel-string-read): Don't automatically evaluate code
2429 block results which look like elisp.
2430 (org-babel-import-elisp-from-file): Raise a warning message when
2431 the process of reading code block results raises an error.
2432
2433 * ob-tangle.el (org-babel-with-temp-filebuffer): Don't execute
2434 macro argument multiple times.
2435
2436 * org.el (org-compat): Require org-compat before we first use one
2437 of its functions (a macro actually).
2438
2439 * ob-comint.el (org-babel-comint-with-output): Don't name the
2440 filter function, but rather pass through the anonymous lambda
2441 directly.
2442
2443 * org.el (org-babel-load-languages): Common lisp should be
2444 mentioned as a supported babel language.
2445
2446 * org-clock.el (org-clock-special-range): "concat 'string" ->
2447 "concat"
2448 (org-clocktable-shift): "concat 'string" -> "concat"
2449
2450 * org-bibtex.el (org-bibtex-headline): Replacing org-flet with
2451 org-labels.
2452
2453 * ob-calc.el (org-babel-execute:calc): Strip single quotes from
2454 calc internal representations.
2455
2456 * org-clock.el (org-clock-special-range): Replacing cl concatenate
2457 with concat.
2458 (org-clocktable-shift): Replacing cl concatenate with concat.
2459
2460 * ob.el (org-babel-edit-distance): Remove use of map at runtime.
2461
2462 * org-compat.el (org-flet): Compatibility function now that flet
2463 has been removed from cl-macs.
2464 (org-labels): Compatibility function now that labels has been
2465 removed from cl-macs.
2466
2467 * ob-R.el (org-compat): Require org-compat.
2468
2469 * ob-comint.el: Require org-compat.
2470
2471 * ob-exp.el (org-babel-exp-do-export): Switch to compatibility
2472 function.
2473
2474 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Switch to
2475 compatibility function.
2476
2477 * ob-lob.el (org-babel-lob-get-info): Switch to compatibility
2478 function.
2479 (org-babel-lob-execute): Switch to compatibility function.
2480
2481 * ob-python.el (org-babel-python-evaluate-session): Switch to
2482 compatibility function.
2483
2484 * ob-ref.el (org-babel-ref-index-list): Switch to compatibility
2485 function.
2486
2487 * ob-sh.el (org-babel-sh-var-to-string): Switch to compatibility
2488 function.
2489
2490 * ob-tangle.el (org-babel-load-file): Switch to compatibility
2491 function.
2492 (org-babel-tangle): Switch to compatibility function.
2493 (org-babel-spec-to-string): Switch to compatibility function.
2494
2495 * ob.el (org-babel-view-src-block-info): Switch to compatibility
2496 function.
2497 (org-babel-execute-src-block): Switch to compatibility function.
2498 (org-babel-edit-distance): Switch to compatibility function.
2499 (org-babel-switch-to-session-with-code): Switch to compatibility
2500 function.
2501 (org-babel-sha1-hash): Switch to compatibility function.
2502 (org-babel-balanced-split): Switch to compatibility function.
2503 (org-babel-join-splits-near-ch): Switch to compatibility function.
2504 (org-babel-get-rownames): Switch to compatibility function.
2505 (org-babel-format-result): Switch to compatibility function.
2506 (org-babel-insert-result): Switch to compatibility function.
2507 (org-babel-examplize-region): Switch to compatibility function.
2508 (org-babel-merge-params): Switch to compatibility function.
2509 (org-babel-noweb-p): Switch to compatibility function.
2510 (org-babel-expand-noweb-references): Switch to compatibility
2511 function.
2512
2513 * org-bibtex.el (org-bibtex-headline): Switch to compatibility
2514 function.
2515 (org-bibtex-fleshout): Switch to compatibility function.
2516 (org-bibtex-read): Switch to compatibility function.
2517 (org-bibtex-write): Switch to compatibility function.
2518
2519 * org-exp-blocks.el (org-export-blocks-preprocess): Switch to
2520 compatibility function.
2521
2522 * org-exp.el (org-export-format-source-code-or-example): Switch to
2523 compatibility function.
2524
2525 * org-macs.el (org-called-interactively-p): Indentation fix.
2526
2527 * org-mouse.el (org-mouse-timestamp-today): Switch to
2528 compatibility function.
2529 (org-mouse-set-priority): Switch to compatibility function.
2530 (org-mouse-popup-global-menu): Switch to compatibility function.
2531 (org-mouse-context-menu): Switch to compatibility function.
2532
2533 * org-plot.el (org-plot/gnuplot-to-grid-data): Switch to
2534 compatibility function.
2535 (org-plot/gnuplot-script): Switch to compatibility function.
2536
2537 * org.el (org-entry-get): Switch to compatibility function.
2538 (org-fill-paragraph): Switch to compatibility function.
2539 (org-auto-fill-function): Switch to compatibility function.
2540
2541 * ob-lob.el (org-babel-lob-execute): Only try to insert extant
2542 hashes.
2543
2544 * ob-R.el (org-babel-R-command): From a defvar to a defcustom.
2545
2546 * ob.el (org-babel-set-current-result-hash): Change the hash of
2547 the results for the current code block.
2548 (org-babel-current-result-hash): Fix documentation.
2549
2550 * ob-lob.el (org-babel-lob-execute): Don't re-execute the called
2551 function if the current call line hash matches that in its
2552 results.
2553
2554 * ob-R.el (org-babel-R-assign-elisp): Can't assume every entry in
2555 a table is a sequence.
2556
2557 * ob-R.el (org-babel-R-assign-elisp): Clean up the code
2558 implementing reads of irregular data into R.
2559
2560 * ob.el (org-babel-header-arg-expand): In new buffers
2561 (char-before) may return nil so use equal rather than =.
2562
2563 * ob-R.el (org-babel-header-args:R): Adding values.
2564
2565 * ob-clojure.el (org-babel-header-args:clojure): Adding values.
2566
2567 * ob-lisp.el (org-babel-header-args:lisp): Adding values.
2568
2569 * ob-sql.el (org-babel-header-args:sql): Adding values.
2570
2571 * ob-sqlite.el (org-babel-header-args:sqlite): Adding values.
2572
2573 * ob.el (org-babel-combine-header-arg-lists): Combine lists of
2574 arguments and values.
2575 (org-babel-insert-header-arg): Use new combined header argument
2576 lists.
2577 (org-babel-header-arg-expand): Add support for completing-read
2578 insertion of header arguments after ":"
2579 (org-babel-enter-header-arg-w-completion): Completing read
2580 insertion of header arguments
2581 (org-tab-first-hook): Adding header argument completion.
2582 (org-babel-params-from-properties): Combining header argument
2583 lists.
2584
2585 * ob-exp.el (org-babel-exp-results): Ensure noweb expanded body is
2586 used on export.
2587
2588 * ob.el (org-babel-result-to-file): New optional description
2589 argument.
2590 (org-babel-insert-result): Moved description logic to another
2591 function.
2592
2593 * ob.el (org-babel-insert-result): Change name of filelinkdescr to
2594 file-desc.
2595 (org-babel-common-header-args-w-values): Change name of
2596 filelinkdescr to file-desc.
2597
2598 * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled C
2599 files on windows.
2600
2601 * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
2602 Org-mode blocks.
2603
2604 * ob.el (org-babel-parse-src-block-match): Make use of the new
2605 language argument to org-babel-strip-protective-commas.
2606 (org-babel-parse-inline-src-block-match): Make use of the new
2607 language argument to org-babel-strip-protective-commas.
2608 (org-babel-strip-protective-commas): Now accepts a language
2609 argument.
2610
2611 2012-09-30 Fabrice Niessen <fniessen-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org> (tiny change)
2612
2613 * org-agenda.el (org-agenda-write-buffer-name): Remove the test
2614 for the presence of <style> tag.
2615
2616 2012-09-30 Feng Shu <tumashu@gmail.com>
2617
2618 * org.el (org-create-formula-image-with-imagemagick): Use
2619 'call-process to launch latex so that no shell output buffer will
2620 be shown when previewing formulas.
2621
2622 * org.el (org-create-formula-image-with-imagemagick): Fix typo.
2623
2624 * org.el (org-latex-create-formula-image-program): New option to
2625 use either dvipng or imagemagick to convert and preview LaTeX
2626 fragments.
2627 (org-preview-latex-fragment, org-format-latex): Handle the new
2628 option.
2629 (org-create-formula-image-with-dvipng): Rename from
2630 `org-create-formula-image'.
2631 (org-create-formula-image-with-imagemagick): New defun to handle
2632 LaTeX preview with imagemagick.
2633 (org-latex-color, org-latex-color-format): New defuns to handle
2634 color conversions.
2635
2636 * org-latex.el (org-latex-to-pdf-process, org-export-as-pdf):
2637 Allow to use imagemagick to convert LaTeX fragments.
2638
2639 * org-html.el (org-export-html-preprocess): Ditto.
2640
2641 * org-exp.el (org-export-with-LaTeX-fragments): Ditto.
2642
2643 2012-09-30 George Kettleborough <g.kettleborough@member.fsf.org>
2644
2645 * org-clock.el: New option `org-clock-clocked-in-display' to
2646 control whether the current clock is displayed in the mode line
2647 and/or frame title.
2648
2649 * org-timer.el: New option `org-timer-display' to control whether
2650 the current timer is displayed in the mode line and/or frame
2651 title.
2652
2653 2012-09-30 Hans-Peter Deifel <hpdeifel@gmx.de> (tiny change)
2654
2655 * ob.el (org-babel-execute-src-block): Allow the :dir header
2656 argument to take relative file names.
2657
2658 2012-09-30 Harri Kiiskinen <harri@pp-kaitue.(none)> (tiny change)
2659
2660 * org-protocol.el: New option.
2661 (org-protocol-store-link, org-protocol-do-capture): Use it.
2662
2663 2012-09-30 Henning Weiss <hdweiss@gmail.com>
2664
2665 * org-mobile.el (org-mobile-edit): Added handling of addheading,
2666 refile, archive, archive-sibling and delete edit nodes.
2667 (org-mobile-locate-entry): Olp links containing only a file are
2668 now be located correctly.
2669 (org-mobile-apply): Instead of finding the location of all target
2670 headings for edit nodes in a separate loop, they will be found
2671 immediately before applying edits.
2672
2673 * org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter
2674 title.
2675
2676 2012-09-30 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
2677
2678 * org.el (org-parse-time-string): Allow strings supported by
2679 tags/properties matcher (eg <now>, <yesterday>, <-7d>) if the time
2680 starts with < and ends with >. This means that e.g. in the
2681 clocktable parameters you can specify :tstart "<-1w>" :tend
2682 "<now>".
2683
2684 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2685
2686 * org-colview.el (org-columns): New argument `columns-fmt-string'.
2687
2688 * org-colview.el (org-columns-get-format-end-top-level): Split
2689 into `org-columns-get-format' and `org-columns-goto-top-level'.
2690
2691 * org-colview.el (org-dblock-write:columnview): Add a new
2692 parameter :format which specifies the column view format for the
2693 output of the columnview dynamic block.
2694
2695 2012-09-30 Jambunathan K <kjambunathan@gmail.com>
2696
2697 * org-lparse.el (org-lparse-and-open)
2698 (org-lparse-do-convert): Open exported files with system-specific
2699 application.
2700
2701 * org-odt.el: Don't meddle with `org-file-apps'.
2702
2703 * org-compat.el (org-condition-case-unless-debug): Alias to
2704 `condition-case' when both `condition-case-no-debug' and
2705 `condition-case-unless-debug' is unavailable.
2706
2707 * org-odt.el (org-odt-do-image-size): Replace `flet' with
2708 equivalent construct.
2709
2710 * org-odt.el (org-odt-cleanup-xml-buffers): Use
2711 `condition-case-no-debug' instead of
2712 `condition-case-unless-debug'. This ensures backward
2713 compatibility with Emacs versions < 24.1.
2714
2715 * org-odt.el (org-odt-zip-dir)
2716 (org-odt-cleanup-xml-buffers): New.
2717 (org-export-as-odt-and-open, org-export-as-odt)
2718 (org-odt-init-outfile, org-odt-save-as-outfile)
2719 (org-export-as-odf, org-export-as-odf-and-open): Use
2720 `org-odt-cleanup-xml-buffers'.
2721
2722 * org-odt.el (org-export-odt-default-org-styles-alist): Add
2723 default character style.
2724
2725 * org-odt.el (org-export-odt-default-org-styles-alist): Add
2726 default character style.
2727
2728 * org-lparse.el (org-do-lparse): Remove stray call to
2729 `org-export-html-after-blockquotes-hook'.
2730
2731 * org-bbdb.el (org-bbdb-export): Add support for ODT format.
2732
2733 * org-odt.el (org-odt-update-meta-file): Check for `org-version'
2734 is bound before accessing it.
2735
2736 * org-odt.el (org-odt-schema-dir-list): OD Schema files have been
2737 moved away from $(git-root)/contrib/odt/etc/schema/ to
2738 $(git-root)/etc/schema/.
2739
2740 * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
2741 internal links destined for headlines provide a description or
2742 not. In fact, the `org-store-link' and `org-insert-link' create
2743 internal links which do have a description.
2744
2745 * org-lparse.el (org-lparse-insert-org-table): Consider short
2746 caption as plain text and not as org text.
2747
2748 * org-odt.el (org-export-odt-format-formula)
2749 (org-export-odt-format-image): Ditto.
2750
2751 * org-odt.el (org-odt-begin-table)
2752 (org-export-odt-format-formula, org-export-odt-format-image)
2753 (org-odt-format-entity): Handle short caption.
2754
2755 * org-lparse.el (org-lparse-insert-org-table)
2756 (org-lparse-insert-list-table, org-lparse-insert-table-table):
2757 Ditto.
2758
2759 2012-09-30 Jay McCarthy <jay.mccarthy@gmail.com> (tiny change)
2760
2761 * org-colview.el (org-columns-new-overlay): Make sure to add a
2762 face to a string that has no face.
2763
2764 2012-09-30 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
2765
2766 * org-latex.el: Ensure a final newline is appended to the export
2767 buffer.
2768
2769 2012-09-30 Levin Du <zslevin@gmail.com> (tiny change)
2770
2771 * org-clock.el (org-clock-in): Fix bug in setting the clock
2772 heading.
2773
2774 2012-09-30 Madan Ramakrishnan <madanr79@gmail.com> (tiny change)
2775
2776 * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
2777 advertised by the function.
2778
2779 2012-09-30 Mark E. Shoulson <mark@kli.org> (tiny change)
2780
2781 * org.el (org-fontify-entities): Hide {} when prettifying
2782 entities.
2783
2784 2012-09-30 Mark Shoulson <mark@kli.org> (tiny change)
2785
2786 * org-entities.el (org-entities): Add new entities for characters
2787 which could cause formatting changes if typed directly.
2788
2789 * org-entities.el (org-entities): Added \asciicirc entity for ^;
2790 also fixed \circ expansion in latex.
2791
2792 * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
2793 and \there4 were not "prettified" when org-pretty-entities was
2794 enabled.
2795
2796 2012-09-30 Mats Lidell <matsl@xemacs.org> (tiny change)
2797
2798 * org-element.el (org-element-paragraph-separate): Remove
2799 redundant and misplaced t clause in case.
2800
2801 2012-09-30 Matt Lundin <mdl@imapmail.org>
2802
2803 * org-datetree.el: Fix regexp to allow datetree to find headings
2804 with trailing whitespace. This fixes a bug in which an existing
2805 datetree heading (e.g., "* 2012 ") would not be found by
2806 org-datetree-find-year-create if it had trailing whitespace. This
2807 can cause problems, for instance, if one is using column view on
2808 the date tree, since editing subheadings with column view adds
2809 whitespace at the end of the top heading.
2810
2811 * org-footnote.el (org-footnote-new): Don't call
2812 org-footnote-unique-label if org-footnote-auto-label is set to
2813 random.
2814
2815 * org-gnus.el: (org-gnus-follow-link): Fix argument to
2816 gnus-group-read-group so that following a link does not result in
2817 unread article being selected.
2818
2819 * org-bbdb.el (org-bbdb-anniv-extract-date)
2820 (org-bbdb-make-anniv-hash): Fix org-bbdb anniversary functionality
2821 to accommodate BBDB 3.x. There are two major changes in BBDB 3.x
2822 that need to be taken into account. The first is that
2823 `bbdb-split' reverses the order of its parameters in 3.x. The
2824 second is that `bbdb-record-getprop' is replaced by
2825 bbdb-record-note in 3.x.
2826
2827 2012-09-30 Max Mikhanosha <max@openchat.com>
2828
2829 * org-agenda.el (org-agenda-change-all-lines): Speedup refresh of
2830 a single line of agenda by narrowing the agenda buffer to just
2831 that line before calling `org-agenda-finalize'.
2832
2833 * org.el (org-mode): Don't set org-hide's foreground to
2834 "invisible-bg".
2835 (org-find-invisible-foreground): New function.
2836
2837 * org-agenda.el (defvar org-habit-show-all-today): New variable
2838 (org-agenda-get-scheduled): Show all habits if user wants it
2839
2840 * org-habit.el (defcustom org-habit-show-all-today): New variable
2841
2842 * org-agenda.el (org-agenda-quit): Copy the code for optionally
2843 restoring window configuration after burying the sticky agenda
2844 buffer.
2845
2846 * org-agenda.el (org-agenda-new-marker): Check for NIL
2847 org-agenda-buffer
2848 (org-agenda-to-appt): Bind org-agenda-buffer to NIL
2849
2850 * org-agenda.el (org-agenda-change-all-lines): Move accessing of
2851 'extra text property outside of with-current-buffer for original
2852 buffer
2853
2854 * org-agenda.el (defvar org-habit-show-habits-only-for-today):
2855 initialize to nil
2856
2857 2012-09-30 Michael Brand <michael.ch.brand@gmail.com>
2858
2859 * org-id.el (org-id-link-to-org-use-id): Align the doc string to
2860 the changed default.
2861
2862 * ob-tangle.el (org-babel-tangle-collect-blocks): Use dummy string
2863 when heading has no text.
2864
2865 * org-capture.el (org-capture-inside-embedded-elisp-p): Improve
2866 parsing.
2867
2868 * org-feed.el (org-feed-format-entry): Require `org-capture'.
2869 Expand Elisp %(...) templates.
2870 (org-feed-default-template): Update docstring.
2871
2872 * org-capture.el (org-capture-expand-embedded-elisp): New
2873 function.
2874 (org-capture-fill-template): Use it.
2875 (org-capture-inside-embedded-elisp-p): New function to tell if we
2876 are within an Elisp %(...) template.
2877
2878 * org-list.el (org-at-item-description-p)
2879 (org-list-item-body-column): Make the inline regexp more
2880 consistent with `org-list-full-item-re', the inline regexp
2881 "Description list items" from `org-set-font-lock-defaults and
2882 others'.
2883
2884 2012-09-30 Mike Sperber <sperber@deinprogramm.de>
2885
2886 * org.el (org-fill-paragraph): Pass optional argument to
2887 `fill-paragraph' to fix compatibility with XEmacs.
2888
2889 * org.el (org-self-insert-cluster-for-undo): Default
2890 `org-self-insert-cluster-for-undo' also on XEmacs.
2891
2892 * org.el (org-kill-line): Access `visual-line-mode' only if it's
2893 bound.
2894
2895 2012-09-30 Muchenxuan Tong <demon386@gmail.com> (tiny change)
2896
2897 * org-timer.el (org-timer-set-mode-line): Check
2898 `org-timer-display' when value is 'off.
2899
2900 2012-09-30 Nicolas Calderon Asselin <nicolas.calderon.asselin@gmail.com> (tiny change)
2901
2902 * org-clock.el (org-clock-idle-time): Org-mode assumed that
2903 x11idle was an available command, and returned an idle time of 0
2904 if it was not
2905 (never idle). Added checks so that org-idle-time will come from
2906 emacs' own current-idle-time if x11idle cannot be found or if it
2907 cannot retrieve the idle time from X11
2908
2909 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
2910
2911 * org-element.el: Properly remove COMMENT and QUOTE keywords from
2912 title in parser.
2913
2914 * org-element.el (org-element-headline-parser): Fix parsing for
2915 headlines with a single COMMENT or QUOTE keyword.
2916
2917 * ob-org.el (org-babel-default-header-args:org): By default,
2918 export code from Org src blocks.
2919
2920 * org-element.el (org-element-inline-src-block-successor): Fix
2921 inline-src-block parsing at the beginning of an item.
2922
2923 * org-element.el (org-element--collect-affiliated-keywords): Fix
2924 caption parsing.
2925
2926 * org-element.el (org-element--current-element): At the very
2927 beginning of a footnote definition or an item, next element is
2928 always a paragraph.
2929
2930 * org-element.el (org-element-headline-parser): Handle nil titles.
2931 (org-element-inlinetask-parser): Add :raw-value property. Also
2932 handle nil titles.
2933
2934 * org.el (org-set-regexps-and-options): Don't consider tags as a
2935 replacement for a missing title in an headline.
2936
2937 * org.el (org-setup-filling): Remove duplicate code.
2938
2939 * org.el (org-adaptive-fill-function): Make sure fill prefix is
2940 computed from beginning of line.
2941
2942 * org-element.el (org-element-section-parser): Make sure section
2943 cannot contain an headline.
2944 (org-element--current-element): Fix bug requiring to parse a quote
2945 section even when point is at an headline.
2946
2947 * org.el (org-adaptive-fill-function): Remove occasional spurious
2948 space character when auto-filling.
2949
2950 * org.el (org-mode): Call external initalizers. Now both filling
2951 code and comments code have their own independant part in org.el.
2952 (org-setup-filling): Renamed from `org-set-autofill-regexps'.
2953 (org-setup-comments-handling): New function.
2954
2955 * org.el (org-fill-paragraph): Refine filling in comments and in
2956 paragraphs. Allow commented blank lines. Take into consideration
2957 the indentation of the second line of the paragraph being filled.
2958 (org-comment-or-uncomment-region): Rewrite function. Now comment
2959 region at a fixed column: the minimal indentation of the region.
2960 (org-fill-context-prefix): Rename function into
2961 `org-adaptive-fill-function'. Also, In a paragraph, choose the
2962 same prefix as the current line.
2963
2964 * org-exp.el (org-export-handle-comments): Also remove comments at
2965 column 0.
2966
2967 * org-exp.el (org-export-handle-comments): Handle inline comments
2968 with new syntax.
2969
2970 * org.el (org-structure-template-alist): Add missing colon to
2971 #+INCLUDE.
2972
2973 * org.el (org-backward-element): When called at the beginning of
2974 first element in section, the function shouldn't return an error
2975 but move point to headline or point-min instead.
2976
2977 * org-element.el (org-element-paragraph-parser): Tiny refactoring.
2978
2979 * org-element.el (org-element-paragraph-parser): Remove trailing
2980 code comments.
2981
2982 * org.el (org-fill-context-prefix): Fix incorrect output when
2983 called at the beginning of a plain list with an affiliated
2984 keyword.
2985 (org-fill-paragraph): Remove useless variable.
2986
2987 * org-element.el (org-element-paragraph-parser): Fix parsing of
2988 paragraph at the beginning of an item.
2989
2990 * org.el (org-mode): Set back comment-start-skip so comment-dwim
2991 can tell a keyword from a comment.
2992
2993 * org.el (org-set-autofill-regexps): Install new comment line
2994 break function.
2995 (org-comment-line-break-function): New function.
2996 (org-mode): Remove unnecessary line.
2997
2998 * org.el (org-fill-context-prefix, org-fill-paragraph): Do not
2999 fill verse blocks contents. Verse blocks can be used to format
3000 free-form poetry, so filling has to be done manually.
3001
3002 * org.el (org-fill-paragraph-separate-nobreak-p): New function.
3003 (org-set-autofill-regexps): Introduce new predicate.
3004 (org-fill-item-nobreak-p): Remove function.
3005
3006 * org-element.el (org-element-paragraph-separate): Since this
3007 variable is meant to be searched forward, \end{...} shouldn't
3008 trigger the end of a paragraph before checking if it is the end of
3009 a complete environment.
3010 (org-element-latex-environment-parser): Slight change to the
3011 regexp matching the beginning of a latex environment.
3012 (org-element-paragraph-parser): Paragraphs don't end at incomplete
3013 latex environments.
3014 (org-element-latex-or-entity-successor): Remove paragraph
3015 environments from latex fragment search.
3016
3017 * org-table.el (org-table-number-regexp): By default, accept comma
3018 as a decimal mark to represent numbers.
3019
3020 * org-element.el (org-element-map): Fix comment typo.
3021
3022 * org.el (org-fill-paragraph): Add a `save-excursion' to avoid
3023 returning funny results.
3024
3025 * org.el (org-fill-paragraph): Try not to include message header
3026 and citation lines in a paragraph when filling it.
3027
3028 * org.el (org-fill-paragraph): Fix filling in a narrowed buffer.
3029 (org-fill-context-prefix): Fill prefix doesn't depend on current
3030 narrowing.
3031
3032 * org.el (org-mode): Line with a single hash sign on it is a
3033 comment.
3034
3035 * org.el (org-set-font-lock-defaults): Fix comment fontification.
3036
3037 * org-element.el (org-element-item-parser): Do not remove tag from
3038 body if list isn't descriptive.
3039
3040 * org-list.el (org-insert-item): Only ask about a term for
3041 descriptive lists.
3042 (org-list-struct, org-list-insert-item): Do not recognize a tag in
3043 an ordered list.
3044
3045 * org-element.el (org-element-set-element): Rewrite function.
3046 (org-element-adopt-elements): New function.
3047 (org-element-adopt-element): Removed function.
3048 (org-element--parse-elements, org-element--parse-objects): Use new
3049 function.
3050
3051 * org-list.el (org-list-automatic-rules): Remove `bullet' rule,
3052 which is now hard-coded.
3053 (org-cycle-list-bullet): Hard code `bullet' rule.
3054 (org-list-get-list-type): Make sure a list with numbered bullets
3055 cannot have `descriptive' type.
3056
3057 * org-element.el (org-element-paragraph-parser): Fix previous
3058 patch.
3059
3060 * org.el (org-fill-paragraph): No need to use
3061 `org-element-paragraph-separate' in a verse block since blank
3062 lines only can end a "paragraph".
3063
3064 * org-element.el (org-element-paragraph-separate): Apply changes
3065 to comments.
3066 (org-element-paragraph-parser): Correctly find end of paragraphs.
3067 (org-element--current-element): Require colons for Babel calls.
3068 (org-element-center-block-parser)
3069 (org-element-dynamic-block-parser, org-element-quote-block-parser)
3070 (org-element-special-block-parser)
3071 (org-element-comment-block-parser)
3072 (org-element-example-block-parser)
3073 (org-element-export-block-parser, org-element-src-block-parser)
3074 (org-element-verse-block-parser): Fall-back to paragraph parsing
3075 when incomplete or ill-formed.
3076
3077 * org-element.el (org-element-swap-A-B): Small refactoring.
3078
3079 * org-element.el (org-element-text-markup-successor): Fix typo in
3080 docstring.
3081
3082 * org-element.el (org-element-at-point): Return consistent value
3083 when function is called on a blank line within a plain list.
3084
3085 * org-element.el (org-element-paragraph-separate): Fix comments in
3086 paragraph separator regexp. Optimize it.
3087
3088 * org-element.el: Update code commets.
3089
3090 * org.el (org-mark-subtree): Fix bug when marking subtree with
3091 point on an inlinetask. Refactor code.
3092
3093 * org.el (org-mark-subtree): Do not make a special case for
3094 inlinetasks when marking a subtree. These are handled by
3095 `org-element-mark-element'.
3096
3097 * org-element.el (org-element-comment-parser): Consider first "+"
3098 as a comment when parsing an ill-defined keyword.
3099
3100 * org-element.el (org-element-item-interpreter): Simplify bullet
3101 creation.
3102 (org-element-plain-list-interpreter): Fix wrong bullets, if
3103 needed.
3104
3105 * org-element.el (org-element-comment-parser): Fix parsing when a
3106 keyword follows the commented line.
3107
3108 * org.el (org-fill-context-prefix): Auto-fill first paragraph in
3109 footnote definitions.
3110
3111 * org.el (org-mode): Define new comment syntax.
3112 (org-fontify-meta-lines-and-blocks-1, org-strip-protective-commas)
3113 (org-fill-context-prefix, org-insert-comment)
3114 (org-comment-or-uncomment-region): Use new comment syntax.
3115
3116 * org-element.el (org-element-comment-parser)
3117 (org-element-comment-interpreter, org-element--current-element):
3118 Use new comment syntax.
3119
3120 * org.el (org-fill-paragraph): When at an item or a footnote
3121 definition, fill first paragraph instead.
3122
3123 * org.el (org-fill-paragraph): Fix filling when point is at the
3124 very end of a paragraph.
3125
3126 * org.el (org-mode): Set comments related variables.
3127 (org-insert-comment, org-comment-or-uncomment-region): New
3128 functions.
3129
3130 * org.el (org-fill-context-prefix): Small refactoring.
3131 (org-fill-paragraph): Add code comments.
3132
3133 * org-element.el (org-element-at-point): Add :parent property to
3134 output.
3135 (org-element-context): Add :parent property to output. Also
3136 return a single element or object instead of a list of parents.
3137 (org-element-forward, org-element-up): Apply changes.
3138
3139 * org.el (org-fill-context-prefix): New function.
3140 (org-fill-paragraph, org-auto-fill-function): Use new function.
3141 Also handle comments.
3142 (org-adaptive-fill-function): Remove function.
3143 (org-get-local-variables, orgstruct++-mode): Don't store now
3144 unused adaptive-fill* functions.
3145
3146 * org-element.el (org-element-at-point): Fix function when buffer
3147 starts with an inlinetask. Also fix it when called on the last
3148 element in a greater element or the buffer.
3149
3150 * org-element.el (org-element-center-block-parser)
3151 (org-element-dynamic-block-parser)
3152 (org-element-footnote-definition-parser)
3153 (org-element-headline-parser, org-element-inlinetask-parser)
3154 (org-element-quote-block-parser, org-element-special-block-parser)
3155 (org-element-plain-list-parser): Refactor code.
3156 (org-element-drawer-parser): Fall-back to paragraph parser when
3157 drawer is incomplete.
3158
3159 * org-macs.el (org-with-limited-levels): Fix typo.
3160
3161 * org-element.el (org-element-paragraph-separate): Refactor.
3162 (org-element-paragraph-parser): Fix paragraph parsing.
3163
3164 * org.el (org-fill-paragraph): Rewrite function using
3165 `org-element-at-point'.
3166
3167 * org-element.el (org-element-fill-paragraph): Remove function.
3168
3169 * org.el (org-planning-or-clock-line-re): Make it a defconst.
3170 It's no use to make it a buffer-local variable since variables on
3171 which it depends are not buffer-local anyway.
3172
3173 * org.el (org-drawer-regexp): Provide default value for
3174 `org-drawer-regexp' in non-Org buffers.
3175
3176 * org-entities.el (org-entities-create-table): Function chokes
3177 when CAR of `org-entities' is a string.
3178
3179 * org-list.el (org-list-automatic-rules): Allow check-boxes in
3180 description lists.
3181 (org-list-struct-apply-struct, org-insert-item): Remove rule
3182 check.
3183
3184 * org-footnote.el (org-footnote-normalize): Fix positionning in
3185 HTML export without a footnote section.
3186
3187 * org-list.el (org-list-struct-indent): Follow
3188 `org-list-demote-modify-bullet' specifications for ordered
3189 bullets.
3190 (org-list-indent-item-generic, org-indent-item-tree)
3191 (org-outdent-item-tree): Fix bug when operating on a region.
3192 (org-outdent-item, org-indent-item): Allow to operate on a region.
3193
3194 * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3195 on a region.
3196
3197 * org-footnote.el (org-footnote-delete-definitions): Remove blank
3198 lines before the footnote definition instead of removing those
3199 after it.
3200
3201 * org-footnote.el (org-footnote-at-definition-p): Don't grab
3202 trailing blank lines in a footnote definition.
3203 (org-footnote-delete-definitions): Remove both footnote definition
3204 and trailing blank lines.
3205
3206 2012-09-30 Rick Frankel <rick@rickster.com>
3207
3208 * ob-sql.el: Add dbi engine type and pre/post processing.
3209
3210 2012-09-30 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
3211
3212 * ob.el (org-babel-expand-noweb-references): Capture current noweb
3213 start and end patterns then use to set buffer locals in
3214 (with-temp-buffer) form.
3215
3216 2012-09-30 Sebastien Vauban <sva@mygooglest.com> (tiny change)
3217
3218 * org.el (org-update-all-dblocks): Autoload function.
3219
3220 2012-09-30 Simon Thum <simon.thum@gmx.de> (tiny change)
3221
3222 * ob-maxima.el (org-babel-execute:maxima): Let cmdline always
3223 return a string.
3224
3225 2012-09-30 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
3226
3227 * org-icalendar.el (org-icalendar-timezone): Fix typo and clarify
3228 meaning.
3229
3230 2012-09-30 Stuart Hickinbottom <stuart@hickinbottom.com> (tiny change)
3231
3232 * org-clock.el (org-x11idle-exists-p): Only shell out when running
3233 on X.
3234
3235 2012-09-30 Suhail Shergill <suhailshergill@gmail.com> (tiny change)
3236
3237 * org-html.el (org-export-as-html): If possible, use the
3238 :CUSTOM_ID: property to assign unique ids to footnotes.
3239
3240 2012-09-30 T.F. Torrey <tftorrey@tftorrey.com> (tiny change)
3241
3242 * org-exp.el (org-export-remember-html-container-classes): Allow
3243 exporting a single subtree with HTML_CONTAINER_CLASS property.
3244
3245 * org-rmail.el (org-rmail-follow-link): Use `rmail-widen' instead
3246 of `widen' and don't toggle header as `rmail-widen' already takes
3247 care of this.
3248
3249 2012-09-30 Tim Howe <vsync@quadium.net> (tiny change)
3250
3251 * org-clock.el (org-clocktable-defaults): Revert extra layer of
3252 quoting.
3253
3254 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
3255
3256 * org-capture.el (org-capture-fill-template): Expand %<num> escape
3257 sequences into text entered for <num>'th %^{PROMPT} escape.
3258
3259 * org-capture.el (org-capture-fill-template): Fixed regexp for
3260 %<n> expandos to match any positive integer.
3261 (org-capture-templates): Updated docstring accordingly.
3262
3263 * org-agenda.el (org-agenda-skip-timestamp-if-deadline-is-shown):
3264 Skip timestamp items in agenda view if item is already shown as a
3265 deadline item.
3266 (org-agenda-skip-dealine-if-done): Pass deadline results to
3267 org-agenda-get-timestamps.
3268 (org-agenda-get-timestamps): Optionally take list of deadline
3269 results, so that timestamp results can be skipped if already
3270 included in deadline results.
3271
3272 * org-agenda.el (org-agenda-diary-sexp-prefix): Regexp matching
3273 deadline/scheduling information to be displayed in diary sexp
3274 agenda items.
3275 (org-agenda-get-sexps): Extract deadline/scheduling information
3276 from diary sexp entries.
3277
3278 * org-capture.el (org-capture-place-entry): Place captured entry
3279 immediately after last subheading of target, instead of just
3280 before next heading at same level as target.
3281
3282 * org-capture.el (org-capture-templates): Document new capture
3283 template properties.
3284
3285 * org-capture.el (org-capture-place-entry)
3286 (org-capture-empty-lines-before): Make new :empty-lines-before
3287 property override :empty-lines when inserting empty lines before
3288 captured captured entry.
3289
3290 * org-capture.el (org-capture-finalize)
3291 (org-capture-empty-lines-after): Make new :empty-lines-after
3292 property override :empty-lines when inserting empty lines after
3293 captured captured entry.
3294
3295 * org-agenda.el (org-agenda-skip-if, org-agenda-skip-if-todo): Add
3296 new todo-unblocked and nottodo-unblocked skip conditions. These
3297 match as for todo and nottodo, but only for unblocked todo items.
3298
3299 2012-09-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
3300
3301 * org.el (org-read-date-display): Fix bug when displaying the
3302 overlay.
3303
3304 2012-09-30 Niels Giesen <niels.giesen@gmail.com>
3305
3306 * org-table.el (orgtbl-to-generic): Add check for :skipheadrule.
3307 When present, the :hline following the head will be skipped. This
3308 is necessary to avoid doubling of horizontal rules in LaTeX
3309 longtable environments and consequent width problems.
3310
3311 * org-latex.el (org-export-latex-tables-tstart)
3312 (org-export-latex-tables-hline)
3313 (org-export-latex-tables-tend): New options.
3314 (org-export-latex-tables): Use the new options.
3315
3316 2012-09-30 tumashu <tumashu@gmail.com> (tiny change)
3317
3318 * org-exp.el (org-export-language-setup): Add simplified chinese
3319 translation.
3320
3321 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3322
3323 Better seed support for (random).
3324 * org-id.el (org-id-uuid):
3325 Change (random t) to (random), now that the latter is more random.
3326
3327 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3328
3329 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
3330 * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
3331 (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
3332 (ly-w32-midi-path): Rename from ly-win32-midi-path.
3333 (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
3334 Check for "windows-nt", not "win32", in system-type.
3335
3336 2012-06-02 Chong Yidong <cyd@gnu.org>
3337
3338 * org-clock.el (org-clock-string-limit)
3339 (org-clock-modeline-total, org-clock-task-overrun-text)
3340 (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
3341
3342 2012-05-27 Mark Shoulson <mark@kli.org> (tiny change)
3343
3344 * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
3345 \there4 were not "prettified" when org-pretty-entities was enabled.
3346
3347 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3348
3349 * org.el (org-font-lock-add-priority-faces):
3350 Restrict priorities fontification to headlines and inlinetasks.
3351
3352 2012-05-27 Jambunathan K <kjambunathan@gmail.com>
3353
3354 * org-odt.el (org-odt-init-outfile)
3355 (org-odt-write-manifest-file):
3356 Disable `nxml-auto-insert-xml-declaration-flag'.
3357
3358 * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
3359
3360 2012-05-27 Bastien Guerry <bzg@gnu.org>
3361
3362 * org.el (org-scan-tags): Fix bug when building the scanner regexp.
3363
3364 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
3365
3366 * ob.el (org-babel-capitalize-examplize-region-markers):
3367 Controls the capitalization of begin and end example blocks.
3368 (org-babel-examplize-region):
3369 Optionally capitalize example block delimiters.
3370
3371 * ob-plantuml.el (org-babel-execute:plantuml):
3372 Add a :java header argument to plantuml.
3373
3374 * org-exp-blocks.el (org-export-blocks-preprocess):
3375 Even when the body of a block is not indented the boundary markers
3376 should be indented to their original positions so things like list
3377 indentation still work.
3378
3379 * ob.el (org-babel-parse-src-block-match):
3380 Save match data during indentation check.
3381
3382 2012-05-27 Bastien Guerry <bzg@gnu.org>
3383
3384 * org.el (org-scan-tags): Correctly match TODO keywords.
3385
3386 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3387
3388 * org-list.el (org-list-struct): Fix white spaces.
3389 (org-list-swap-items, org-list-send-item): Fix visibility preservation.
3390
3391 * org-list.el (org-list-swap-items, org-list-send-item):
3392 Preserve visibility when moving items.
3393
3394 2012-05-27 Mark E. Shoulson <mark@kli.org> (tiny change)
3395
3396 * org.el (org-fontify-entities): Hide {} when prettifying entities.
3397
3398 2012-05-27 Bastien Guerry <bzg@gnu.org>
3399
3400 * org.el (org-cycle-internal-global): Prevent the display of
3401 messages when cycling from with a Gnus article buffer.
3402
3403 * org-table.el (org-table-time-seconds-to-string):
3404 Fix bug about handling a negative duration value.
3405
3406 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3407
3408 * org.el (org-link-expand-abbrev): Fix docstring.
3409
3410 * org.el (org-translate-link): Fix bug.
3411
3412 2012-05-27 Bastien Guerry <bzg@gnu.org>
3413
3414 * org-agenda.el (org-agenda-bulk-mark-regexp):
3415 Fix bug when setting the number of marked entries.
3416
3417 * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
3418 (org-set-calc-mode, org-table-eval-formula): Use it.
3419
3420 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
3421
3422 * ob.el (org-babel-find-named-result):
3423 Fix bug finding empty named results.
3424
3425 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3426
3427 * org.el (org-set-regexps-and-options):
3428 Fix `org-planning-or-clock-line-re' regexp. Indeed "\\>" will never
3429 match since time keywords must end with colons, which are not word
3430 constituents.
3431
3432 2012-05-27 Bastien Guerry <bzg@gnu.org>
3433
3434 * org-ctags.el (org-ctags-new-topic-template):
3435 Fix the option default value back again.
3436
3437 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
3438
3439 * org-bibtex.el (org-bibtex-export-to-kill-ring):
3440 Don't rely on kill-new to return a string.
3441
3442 * org-bibtex.el (org-bibtex-headline):
3443 Remove call to bibtex-reformat which often hangs.
3444
3445 2012-04-27 Glenn Morris <rgm@gnu.org>
3446
3447 * org-ctags.el (org-ctags-new-topic-template):
3448 Revert 2012-04-09 removal of * from defcustom value, not doc.
3449
3450 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3451
3452 * org-table.el (org-table-number-fraction): Fix typo.
3453
3454 2012-04-27 Eric Schulte <eric.schulte@gmx.com>
3455
3456 * ob-python.el (org-babel-execute:python): Ensure newline precedes
3457 automatically-added returns.
3458
3459 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3460
3461 * org-mouse.el (org-mode-hook): Do not move point when clicking on
3462 a footnote reference.
3463
3464 2012-04-27 Bastien Guerry <bzg@gnu.org>
3465
3466 * org-faces.el (org-date-selected): Fix docstring.
3467
3468 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3469
3470 * org-list.el (org-list-struct-indent): Follow
3471 `org-list-demote-modify-bullet' specifications for ordered
3472 bullets.
3473 (org-list-indent-item-generic, org-indent-item-tree)
3474 (org-outdent-item-tree): Fix bug when operating on a region.
3475 (org-outdent-item, org-indent-item): Allow to operate on a region.
3476
3477 * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3478 on a region.
3479
3480 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3481
3482 * org-footnote.el (org-footnote-normalize): Fix positioning in
3483 HTML export without a footnote section.
3484
3485 2012-04-27 Madan Ramakrishnan <madanr79@gmail.com> (tiny change)
3486
3487 * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
3488 advertised by the function.
3489
3490 2012-04-27 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
3491
3492 * org.el (org-read-date-display): Fix bug when displaying the
3493 overlay.
3494
3495 2012-04-27 Bastien Guerry <bzg@gnu.org>
3496
3497 * org.el (org-mode): Don't use `buffer-face-mode' by default.
3498
3499 2012-04-27 Bastien Guerry <bzg@gnu.org>
3500
3501 * org-faces.el (org-date-selected): New face.
3502
3503 2012-04-27 Jambunathan K <kjambunathan@gmail.com>
3504
3505 * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
3506 internal links destined for headlines provide a description or
3507 not. In fact, the `org-store-link' and `org-insert-link' create
3508 internal links which do have a description.
3509
3510 2012-04-27 Bastien Guerry <bzg@gnu.org>
3511
3512 * org-clock.el (org-program-exists): Fix docstring.
3513
3514 2012-04-14 Bastien Guerry <bzg@gnu.org>
3515
3516 * org.el (org-point-at-end-of-empty-headline): Only try to match
3517 `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
3518 modes.
3519 (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
3520 to fontify beyond (point-max).
3521
3522 * org-clock.el (org-clock-task-overrun-text)
3523 (org-task-overrun, org-clock-get-clock-string)
3524 (org-clock-update-mode-line)
3525 (org-clock-notify-once-if-expired): Rename `org-task-overrun'
3526 and `org-task-overrun-text' to `org-clock-task-overrun' and
3527 `org-clock-task-overrun-text' respectively.
3528 (org-task-overrun-text): New alias.
3529
3530 * org-table.el (org-table-eval-formula): Fix bug about handling
3531 remote references as durations.
3532 (org-table-get-range): Fix bug: make sure references to $0 are
3533 correctly handled.
3534
3535 * org-pcomplete.el (pcomplete/org-mode/file-option):
3536 Fix bug in `pcomplete/org-mode/file-option'.
3537 (org-thing-at-point): Also match line options like LATEX_CLASS
3538 when pcompleting from LATEX_.
3539
3540 * org-agenda.el (org-agenda-filter-make-matcher)
3541 (org-agenda-filter-apply): Allow filtering entries out by
3542 category. Using `C-u <' from the agenda view will redisplay
3543 the agenda without entries from categories of the current line.
3544
3545 2012-04-14 Eric Schulte <eric.schulte@gmx.com>
3546
3547 * ob-C.el (org-babel-C-ensure-main-wrap):
3548 Add an explicit return to automatically generated main methods.
3549
3550 2012-04-14 Matt Lundin <mdl@imapmail.org>
3551
3552 * org.el (org-after-todo-state-change-hook):
3553 Fix docstring to reflect name change of state to `org-state'.
3554
3555 2012-04-14 Mike Sperber <sperber@deinprogramm.de> (tiny change)
3556
3557 * org-footnote.el (org-footnote-normalize):
3558 Correctly pass keyword arguments to `org-export-preprocess-string'.
3559
3560 2012-04-03 Bastien Guerry <bzg@gnu.org>
3561
3562 * org.el (org-todo): Fix regression: rename `state' to
3563 `org-state'.
3564 (org-use-effective-time): Fix group and type.
3565
3566 2012-04-02 Bastien Guerry <bzg@gnu.org>
3567
3568 * org-clock.el (org-clock-out-if-current): Fix regression: rename
3569 `org-clock-state' to `org-state' to match the name of the
3570 dynamically-scoped variable in `org-todo'.
3571
3572 * org-agenda.el (entry, org-diary, org-class): Fix regression:
3573 rename `org-entry' to `entry'.
3574
3575 2012-04-01 Bastien Guerry <bzg@gnu.org>
3576
3577 * org.el (org-todo): Fix regression in `org-todo'.
3578
3579 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3580
3581 * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
3582 C files on windows.
3583
3584 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3585
3586 * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
3587 Org-mode blocks.
3588
3589 * ob.el (org-babel-parse-src-block-match): Make use of the new
3590 language argument to org-babel-strip-protective-commas.
3591 (org-babel-parse-inline-src-block-match): Make use of the new
3592 language argument to org-babel-strip-protective-commas.
3593 (org-babel-strip-protective-commas): Now accepts a language
3594 argument.
3595
3596 2012-04-01 Bastien Guerry <bzg@gnu.org>
3597
3598 * org.el (org-fast-tag-selection): Fix an bug when listing tags
3599 for completion.
3600
3601 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3602
3603 * org.el (org-delete-property-globally): Fixed a bug that left
3604 blank line in place of the property, instead of removing the line.
3605
3606 2012-04-01 Bastien Guerry <bzg@gnu.org>
3607
3608 * ob-maxima.el (org-babel-maxima-command): Add group information
3609 to the defcustom.
3610
3611 2012-04-01 Bastien Guerry <bzg@gnu.org>
3612
3613 * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
3614 face to 'org-default.
3615
3616 2012-04-01 Bastien Guerry <bzg@gnu.org>
3617
3618 * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
3619 in links.
3620
3621 2012-04-01 Bastien Guerry <bzg@gnu.org>
3622
3623 * org.el: Prevent a bug while defining the menu by requiring
3624 `org-beamer' when necessary.
3625
3626 2012-04-01 Bastien Guerry <bzg@gnu.org>
3627
3628 * org-table.el (orgtbl-self-insert-command): Use
3629 `backward-delete-char' instead of `delete-backward-char' as this
3630 last command gets caught by the compiler which says to not use it
3631 in programs. `backward-delete-char' is just an alias for
3632 `delete-backward-char' which is internally remapped to
3633 `org-delete-backward-char' for optimization purpose.
3634
3635 2012-04-01 Bastien Guerry <bzg@gnu.org>
3636
3637 * org-latex.el (org-export-latex-subcontent): Bugfix: when
3638 `org-export-latex-low-levels' is nil, do not export low levels.
3639
3640 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3641
3642 * ob.el (org-babel-insert-result): Fix bug in indented wrapped
3643 results insertion.
3644
3645 2012-04-01 Bastien Guerry <bzg@gnu.org>
3646
3647 * org.el (org-set-tags): Include `org-tag-alist' in the list of
3648 possible completions, even when there are tags defined in the
3649 buffer.
3650
3651 2012-04-01 Bastien Guerry <bzg@gnu.org>
3652
3653 * org-mime.el (org-mime-htmlize): Set
3654 `org-export-with-LaTeX-fragments' correctly.
3655
3656 2012-04-01 Bastien Guerry <bzg@gnu.org>
3657
3658 * org.el (org-set-tags): Don't add a column when there is only one
3659 tag offered for completion.
3660
3661 2012-04-01 Bastien Guerry <bzg@gnu.org>
3662
3663 * org.el (org-fast-tag-selection): Include tags from
3664 `org-tag-alist' when completing with the TAB key.
3665
3666 2012-04-01 Shoji Nishimura <nishimura.shoji@gmail.com> (tiny change)
3667
3668 * org.el (org-display-inline-images): Honor the ̀beg' parameter.
3669
3670 2012-04-01 Bastien Guerry <bzg@gnu.org>
3671
3672 * org-latex.el (org-export-latex-subcontent): Don't insert a
3673 linebreak when itemizing a subtree that is just a headline.
3674
3675 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3676
3677 * ob-lob.el (org-babel-lob-get-info): Removed extra []s when
3678 parsing inline call_foo lines.
3679
3680 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3681
3682 * ob-maxima.el (org-babel-maxima-command): The maxima command used
3683 should be configurable (defaults to maxima-command if defined).
3684 (org-babel-execute:maxima): The maxima command used should be
3685 configurable (defaults to maxima-command if defined).
3686
3687 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3688
3689 * ob-C.el (org-babel-C-execute): Add the local directory to the
3690 library search path for C/C++ block compilation.
3691
3692 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3693
3694 * ob.el (org-babel-where-is-src-block-result): Don't truncate
3695 results name on call line execution.
3696
3697 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3698
3699 * org-colview.el (org-columns-cleanup-item): Handle case of empty
3700 headline.
3701
3702 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
3703
3704 * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
3705 export error when a src block produces fake footnotes.
3706
3707 2012-04-01 Bastien Guerry <bzg@gnu.org>
3708
3709 * org.el (org-read-date): Don't mention `parse-time-weekdays' and
3710 `parse-time-months' in the docstring.
3711
3712 2012-04-01 Bastien Guerry <bzg@gnu.org>
3713
3714 * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
3715 binding.
3716
3717 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3718
3719 * org-colview.el (org-columns-compute): Also consider inline tasks
3720 when computing the sum.
3721
3722 2012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
3723
3724 * org-habit.el (org-habit-insert-consistency-graphs): Fix
3725 alignment of consistency graph in filtered agenda view.
3726
3727 2012-04-01 Bastien Guerry <bzg@gnu.org>
3728
3729 * org-latex.el (org-export-as-latex): Fix bug in setting the
3730 export directory according to the LaTeX options.
3731
3732 2012-04-01 K.Nagashima <uni.naga@gmail.com> (tiny change)
3733
3734 * org.el (org-show-subtree): Make interactive.
3735
3736 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu>
3737
3738 * org-clock.el (org-clock-get-table-data): Make sure todo-only
3739 does not leak when it is set by make-org-tags-macher.
3740
3741 2012-04-01 Bastien Guerry <bzg@gnu.org>
3742
3743 * org.el (org-cycle-internal-local): Don't try to hide drawers
3744 within subtrees in this function, it slows cycling down.
3745
3746 2012-04-01 Bastien Guerry <bzg@gnu.org>
3747
3748 * org-agenda.el (org-agenda-custom-commands-local-options): Fix
3749 incorrect custom option definition.
3750
3751 2012-04-01 Bastien Guerry <bzg@gnu.org>
3752
3753 * org-colview.el (org-columns-display-here): Bugfix: use the date
3754 as the value for the ITEM column when displaying a summary.
3755
3756 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
3757
3758 * ob-lilypond.el: Re-direct homepage to Worg.
3759
3760 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
3761
3762 * ob-lilypond.el: Leave versioning to Org.
3763
3764 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
3765
3766 * ob-lilypond.el: Fix compiler warning.
3767
3768 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3769
3770 * org-odt.el (org-odt-format-entity-caption): Enumerate entities
3771 that have either a caption or a label.
3772 (org-odt-label-styles, org-odt-category-map-alist): Add a
3773 separator between sequence number and caption. Introduced two
3774 new label styles for handling of math formula and math label.
3775 (org-odt-format-label-definition)
3776 (org-export-odt-format-formula): Propagate above changes.
3777
3778 2012-04-01 Bastien Guerry <bzg@gnu.org>
3779
3780 * org.el (org-enforce-todo-dependencies): Fix docstring.
3781
3782 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3783
3784 * org-odt.el (org-export-odt-category-strings): New custom
3785 variable.
3786 (org-odt-category-map-alist): Modify interpretation. Don't
3787 use the same field to double up as both a OpenDocument
3788 variable and a category string. Entries in this list now
3789 specify only the OpenDocument variable. Category strings are
3790 obtained through an indirect lookup of
3791 `org-export-odt-category-strings'. Use same OpenDocument
3792 variables as what LibreOffice uses for various entities. Fix
3793 docstring.
3794 (org-odt-add-label-definition)
3795 (org-odt-format-label-definition)
3796 (org-odt-format-label-reference): Propagate above changes.
3797
3798 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3799
3800 * org-latex.el (org-export-as-latex): Check TeX-master correctly.
3801
3802 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3803
3804 * org-odt.el (org-odt-category-map-alist): Update docstring.
3805 (org-export-odt-user-categories)
3806 (org-export-odt-get-category-from-label)
3807 (org-odt-get-label-category-and-style): Remove.
3808 (org-odt-add-label-definition): Propagate above changes.
3809
3810 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3811
3812 * org.el (org-refile): Don't allow creation of parents when using
3813 the refile command to go to a headline.
3814
3815 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3816
3817 * org-odt.el (org-odt-format-org-link): Resolve links to headlines
3818 as section numbers only if section numbering is on.
3819
3820 2012-04-01 Bastien Guerry <bzg@gnu.org>
3821
3822 * org.el (format-spec): Require 'format-spec.
3823
3824 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3825
3826 * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
3827
3828 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3829
3830 * org.el (org-imenu-get-tree): Check that looking-at succeeds
3831 before using match results.
3832
3833 2012-04-01 Bastien Guerry <bzg@gnu.org>
3834
3835 * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
3836
3837 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3838
3839 * org-lparse.el (org-do-lparse): Make effective setting of
3840 `org-export-headline-levels' available to the ODT exporter. Also
3841 remove some stale comments.
3842
3843 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3844
3845 * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
3846 per-language string for "Table Of Contents".
3847
3848 2012-04-01 Bastien Guerry <bzg@gnu.org>
3849
3850 * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
3851
3852 2012-04-01 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
3853
3854 * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
3855 the libary name.
3856
3857 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
3858
3859 * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
3860 case-fold-search is bound to nil globally, the
3861 (case-fold-search t) doesn't work until we get to the body.
3862
3863 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3864
3865 * org-latex.el (org-export-latex-tables): Allow to use
3866 sidewaystable.
3867
3868 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3869
3870 * ob.el (org-babel-expand-noweb-references): Fix bug in src name
3871 regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
3872
3873 2012-04-01 David Maus <dmaus@ictsoc.de>
3874
3875 * org.el (org-scan-tags): Require one or more spaces (+) between
3876 keyword and headline.
3877
3878 2012-04-01 David Maus <dmaus@ictsoc.de>
3879
3880 * org-agenda.el (org-prepare-agenda): Don't reset
3881 `org-done-keywords-for-agenda' when `org-agenda-multi'.
3882
3883 2012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
3884
3885 * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
3886 while inserting habit graph in the agenda buffer.
3887
3888 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3889
3890 * org-src.el (org-src-edit-buffer-p): New function.
3891
3892 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3893
3894 * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
3895 being checked. Also enhance the docstring a bit.
3896
3897 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3898
3899 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
3900 display of indirect agenda window.
3901
3902 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3903
3904 * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
3905 compatibility bug.
3906
3907 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
3908
3909 * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
3910 to tags-list and org-trust-scanner-tags to t while evaluating the
3911 matcher, since the matcher is always evaluated at the current
3912 entry.
3913
3914 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3915
3916 * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
3917 evaluating the matcher, since the matcher is always evaluated at
3918 the current entry.
3919
3920 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3921
3922 * ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
3923 quoting expression.
3924
3925 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3926
3927 * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
3928 argument.
3929 (org-babel-noweb-p): The "eval" argument only expands during
3930 evaluation.
3931
3932 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3933
3934 * ob.el (org-strip-protective-commas): Declared.
3935
3936 * org-agenda.el (org-agenda-filtered-by-category): Declared.
3937 (org-agenda-filter-apply): Capture free variable.
3938
3939 * org-footnote.el (org-skip-whitespace): Declared.
3940
3941 * org-mobile.el (org-agenda-filter): Declared.
3942
3943 * org-src.el (org-strip-protective-commas): Declared.
3944
3945 2012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
3946
3947 * org.el (org-version): Add autoload cookie.
3948
3949 2012-04-01 David Maus <dmaus@ictsoc.de>
3950
3951 * org-attach.el (org-attach-store-link-p): Remove spurious quote
3952 in customization form choice.
3953
3954 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3955
3956 * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
3957 (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
3958 execution.
3959
3960 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3961
3962 * ob.el (org-babel-insert-result): Ensure correct order for empty
3963 result wrapping blocks.
3964
3965 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
3966
3967 * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
3968 and add easy pdf generation in the form of `ly-gen-pdf' variable.
3969
3970 2012-04-01 Deech <deech@deech-ThinkPad-X200.none> (tiny change)
3971
3972 * ob-tangle.el (org-babel-spec-to-string): The link generated by
3973 org-store-link is escaped twice when tangling with ":comments yes"
3974 flag.
3975
3976 2012-04-01 Bastien Guerry <bzg@gnu.org>
3977
3978 * org-html.el (org-export-as-html): Remove another useless space
3979 before tag.
3980
3981 2012-04-01 Bastien Guerry <bzg@gnu.org>
3982
3983 * org-html.el (org-export-as-html): Remove another useless space
3984 before tag.
3985
3986 2012-04-01 Bastien Guerry <bzg@gnu.org>
3987
3988 * org-html.el (org-export-as-html): Remove useless space before
3989 tag.
3990
3991 2012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
3992
3993 * org.el (org-version): Add autoload cookie.
3994
3995 2012-04-01 Bastien Guerry <bzg@gnu.org>
3996
3997 * org.el (org-get-category): Save match data.
3998
3999 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4000
4001 * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
4002 :tangle is specified.
4003
4004 * ob.el (org-babel-expand-noweb-references): Widen buffer when
4005 expanding noweb references.
4006
4007 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4008
4009 * ob-table.el (sbe): Don't accidentally leave a `t' value when
4010 variables are force interpreted as strings.
4011
4012 2012-04-01 David Maus <dmaus@ictsoc.de>
4013
4014 * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
4015 (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
4016
4017 2012-04-01 David Maus <dmaus@ictsoc.de>
4018
4019 * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
4020 (bbdb-search-organization): Declare functions to silence byte
4021 compiler.
4022
4023 2012-04-01 Bernt Hansen <bernt@norang.ca>
4024
4025 * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
4026 repeating tasks using .+n and ++n syntax.
4027
4028 2012-04-01 Karl Fogel <kfogel@red-bean.com> (tiny change)
4029
4030 * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
4031 heading that has a date but no todo keyword.
4032
4033 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4034
4035 * ob.el (org-babel-find-named-result): Fix code block replacement
4036 with results.
4037
4038 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4039
4040 * org-footnote.el (org-footnote-normalize): Do not normalize
4041 labels when sort-only is non-nil.
4042
4043 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4044
4045 * org-footnote.el (org-footnote-normalize): Remove an useless part
4046 of the function.
4047 (org-insert-footnote-reference-near-definition): Remove function.
4048
4049 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4050
4051 * org-footnote.el (org-footnote-normalize): Fix normalization of
4052 inline footnotes with no footnote section.
4053
4054 2012-04-01 David Maus <dmaus@ictsoc.de>
4055
4056 * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
4057 to check for old or new version by a check for the required
4058 function in `org-bbdb-open' and `org-bbdb-store-link'.
4059 (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
4060 to be used.
4061
4062 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4063
4064 * ob.el (org-babel-find-named-result): Don't miss a code block
4065 when there are confounding spaces after the result name.
4066
4067 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4068
4069 * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
4070 regular expressions.
4071 (org-babel-inline-lob-one-liner-regexp): Less greedy regular
4072 expressions.
4073
4074 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4075
4076 * ob.el (org-babel-examplize-region): Fixed bug in examplization.
4077
4078 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4079
4080 * org.el (org-link-search): Search for #+name affiliated keywords
4081 and invisible targets.
4082
4083 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4084
4085 * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
4086 newlines in a transcoded footnote definition. This ensures that
4087 the line that is currently being processed by `org-do-lparse' loop
4088 doesn't get broken up into multiple lines. Fix for the following
4089 bug -
4090
4091 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4092
4093 * org-footnote.el (org-footnote-normalize): Force a paragraph
4094 break after the last footnote definition. This is an an implicit
4095 assumption made by the org-lparse.el library. With this change,
4096 footnote definitions can reliably be exported with ODT backend.
4097 See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
4098
4099 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4100
4101 * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
4102
4103 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4104
4105 * org-list.el (org-list-struct): Fix small bug introduced by
4106 commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
4107
4108 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4109
4110 * ob-ditaa.el (org-ditaa-jar-path): Already defined in
4111 org-exp-blocks.el.
4112
4113 * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
4114 for the fact that this is really now a Babel thing -- even if it
4115 is used here and the definition should remain here for reasons of
4116 load dependencies.
4117
4118 2012-04-01 David Maus <dmaus@ictsoc.de>
4119
4120 * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
4121 defined after bbdb was loaded.
4122
4123 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4124
4125 * org-latex.el (org-export-latex-tables): Don't add spurious
4126 preceding newline if caption is not above a longtable.
4127
4128 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4129
4130 * org-odt.el (org-odt-insert-toc): Remove this stray,
4131 dysfunctional routine. This possibly has crept in because of the
4132 broken merges between "maint" and "origin" branches.
4133 (org-odt-begin-table): Don't emit an empty paragraph when a table is
4134 neither labeled nor captioned.
4135 (org-odt-init-outfile): Remove reference to an unused variable.
4136
4137 2012-04-01 Viktor Rosenfeld <listuser36@googlemail.com>
4138
4139 * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
4140 SQL code blocks.
4141
4142 2012-04-01 Andreas Leha <andreas.leha@med.uni-goettingen.de>
4143
4144 * ob.el (org-babel-goto-named-src-block): Pushing the point to the
4145 org-mark-ring and guessing at the code block name to jump to.
4146
4147 2012-04-01 David Maus <dmaus@ictsoc.de>
4148
4149 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
4150 of indirect buffer and window.
4151
4152 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4153
4154 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4155 in verse blocks.
4156
4157 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4158
4159 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4160 in verse blocks.
4161
4162 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4163
4164 * org-exp.el (org-table-clean-before-export): Ignore table rows
4165 defining parameters for formulas during export.
4166
4167 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4168
4169 * org-list.el (org-list-get-item-number): New function.
4170
4171 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4172
4173 * org-list.el (org-list-ending-method, org-list-end-regexp):
4174 Removed variables.
4175 (org-in-item-p, org-list-separating-blank-lines-number)
4176 (org-list-parse-list, org-list-struct): Apply changes.
4177
4178 * org-exp.el (org-export-mark-list-end)
4179 (org-export-mark-list-properties): Apply changes.
4180
4181 * org-latex.el (org-export-latex-lists): Apply changes.
4182
4183 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4184
4185 * org.el (org-cycle-internal-local): Correctly unfold headlines
4186 containing an inlinetask.
4187
4188 2012-04-01 Bastien Guerry <bzg@gnu.org>
4189
4190 * org.el (org-structure-template-alist): Fix missing angle
4191 brackets for muse export style.
4192
4193 2012-04-01 David Maus <dmaus@ictsoc.de>
4194
4195 * org.el (org-recenter-calendar): Use `with-selected-window' to
4196 select calendar window and save currently selected window and
4197 current buffer.
4198
4199 2012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
4200
4201 * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4202 argument set, otherwise not only are headlines in the current
4203 subtree excluded, but it throws an error if point happens not to
4204 be within a subtree (e.g. at start of buffer).
4205
4206 2012-04-01 David Maus <dmaus@ictsoc.de>
4207
4208 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4209
4210 2012-04-01 David Maus <dmaus@ictsoc.de>
4211
4212 * org-clock.el (org-in-clocktable-p): Moved to org.el.
4213
4214 * org.el (org-in-clocktable-p): New function. Moved from
4215 org-clock.el.
4216
4217 2012-04-01 David Maus <dmaus@ictsoc.de>
4218
4219 * org-exp.el (org-export-get-title-from-subtree): Don't format
4220 tags in title if title headline does not have tags.
4221
4222 2012-04-01 Bastien Guerry <bzg@gnu.org>
4223
4224 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4225 inline tasks too.
4226
4227 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4228
4229 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
4230 Delay it till the end of export.
4231 (org-odt-begin-document-body): Make a note of the default
4232 position of TOC in `org-lparse-dyn-first-heading-pos'.
4233 (org-odt-insert-toc): Insert TOC as directed by
4234 [TABLE-OF-CONTENTS] line or at the default position.
4235 (org-odt-end-export): Call `org-odt-insert-toc'.
4236
4237 2012-04-01 Bastien Guerry <bzg@gnu.org>
4238
4239 * org.el (org-preview-latex-fragment): Throw an error when called
4240 from a non-file buffer.
4241
4242 2012-04-01 David Maus <dmaus@ictsoc.de>
4243
4244 * org-capture.el (org-capture-place-item): Don't search for
4245 position in existing list if :exact-position was supplied.
4246
4247 2012-04-01 Bastien Guerry <bzg@gnu.org>
4248
4249 * org.el (org-set-font-lock-defaults): Fix bug in done headline
4250 fontification.
4251
4252 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4253
4254 * org-odt.el (org-odt-format-textbox): Honor user-specified width
4255 in captioned images.
4256
4257 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4258
4259 * org.el (org-update-property-plist): Fix bug in property list
4260 updates.
4261
4262 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4263
4264 * ob.el (org-babel-balanced-split): Explicit checking if list
4265 before calling member.
4266
4267 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4268
4269 * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
4270 as the separator to `org-table-convert-region'. Fixes errors when
4271 only one result per line of output.
4272
4273 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4274
4275 * ob.el (org-babel-strip-protective-commas): Use
4276 `org-strip-protective-commas'.
4277
4278 * org-exp.el (org-export-select-backend-specific-text): Use
4279 `org-strip-protective-commas'.
4280
4281 * org-src.el (org-edit-src-code): Use
4282 `org-strip-protective-commas'.
4283
4284 * org.el (org-strip-protective-commas): Single definition for this
4285 functionality.
4286
4287 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4288
4289 * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
4290
4291 2012-04-01 David Maus <dmaus@ictsoc.de>
4292
4293 * org-capture.el (org-capture-prepare-finalize-hook): New hook.
4294 Run before the finalization process starts.
4295 (org-capture-finalize): Run new hook.
4296
4297 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4298
4299 * org.el (org-entry-get): Generalize to multiple "prop+"
4300 properties.
4301
4302 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4303
4304 * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
4305 the `org-src-mode-map'.
4306
4307 2012-04-01 David Maus <dmaus@ictsoc.de>
4308
4309 * org.el (org-recenter-calendar): Use `with-selected-window' to
4310 select calendar window and save currently selected window and
4311 current buffer.
4312
4313 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4314
4315 * org-list.el (org-list-ending-method, org-list-end-regexp):
4316 Removed variables.
4317 (org-in-item-p, org-list-separating-blank-lines-number)
4318 (org-list-parse-list, org-list-struct): Apply changes.
4319
4320 * org-exp.el (org-export-mark-list-end)
4321 (org-export-mark-list-properties): Apply changes.
4322
4323 * org-latex.el (org-export-latex-lists): Apply changes.
4324
4325 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4326
4327 * org.el (org-entry-get): Accumulate properties from subtree
4328 property drawers.
4329
4330 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4331
4332 * org.el (org-entry-get): Accumulate properties from subtree
4333 property drawers.
4334
4335 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4336
4337 * org-odt.el (org-export-odt-image-size-probe-method)
4338 (org-odt-do-image-size): Use imagemagick preferentially to
4339 determine image sizes.
4340
4341 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4342
4343 * org-odt.el (org-export-as-odt-to-buffer)
4344 (org-replace-region-by-odt, org-export-region-as-odt): Remove
4345 these interactive functions. They are of questionable value.
4346
4347 2012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
4348
4349 * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4350 argument set, otherwise not only are headlines in the current
4351 subtree excluded, but it throws an error if point happens not to
4352 be within a subtree (e.g. at start of buffer).
4353
4354 2012-04-01 Bastien Guerry <bzg@gnu.org>
4355
4356 * org-exp.el (org-export-kill-product-buffer-when-displayed)
4357 (org-export-initial-scope, org-export-date-timestamp-format)
4358 (org-export-with-tasks, org-export-email-info)
4359 (org-export-table-remove-empty-lines): Add version tag.
4360
4361 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4362
4363 * org.el (org-cycle-internal-local): Correctly unfold headlines
4364 containing an inlinetask.
4365
4366 2012-04-01 Bernt Hansen <bernt@norang.ca>
4367
4368 * org-clock.el (org-clock-out): Do not delete the current clocking
4369 task when org-clock-out-hook clocks in another task.
4370
4371 2012-04-01 David Maus <dmaus@ictsoc.de>
4372
4373 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4374
4375 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4376
4377 * org-odt.el (org-export-odt-convert-processes): Re-define
4378 (org-export-odt-convert-capabilities): Fix an accidental
4379 regression.
4380
4381 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4382
4383 * org-odt.el (org-export-odt-convert-capabilities): Change the
4384 default value.
4385
4386 2012-04-01 David Maus <dmaus@ictsoc.de>
4387
4388 * org-clock.el (org-in-clocktable-p): Moved to org.el.
4389
4390 * org.el (org-in-clocktable-p): New function. Moved from org-clock.el.
4391
4392 2012-04-01 David Maus <dmaus@ictsoc.de>
4393
4394 * org-exp.el (org-export-get-title-from-subtree): Don't format
4395 tags in title if title headline does not have tags.
4396
4397 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4398
4399 * org-footnote.el (org-blank-before-new-entry)
4400 (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
4401 declarations.
4402
4403 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4404
4405 * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
4406 and C-e behaviour with visual lines.
4407
4408 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4409
4410 * org-exp-blocks.el (org-export-blocks): Changed the name of
4411 exporting comment blocks given that it seems regular comment
4412 blocks no longer export.
4413
4414 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4415
4416 * ob-exp.el (org-babel-exp-get-export-buffer): Access current
4417 export buffer.
4418 (org-babel-exp-in-export-file): Access current export buffer.
4419 (org-babel-exp-src-block): Access current export buffer.
4420 (org-babel-exp-inline-src-blocks): Access current export buffer.
4421
4422 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4423
4424 * ob-exp.el (org-babel-exp-in-export-file)
4425 (org-babel-exp-src-block, org-babel-exp-inline-src-blocks): Allow
4426 org-current-export-file to contain a buffer.
4427
4428 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4429
4430 * org-lparse.el (org-lparse-do-convert): Replace `call-process'
4431 with `shell-command-to-string'.
4432
4433 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4434
4435 * org-footnote.el (org-footnote-create-definition): Fix space
4436 insertion when creating a new footnote. This fixes newline
4437 munching when `org-footnote-section' is nil and blank lines
4438 stacking when it isn't nil.
4439
4440 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4441
4442 * org-footnote.el (org-footnote-normalize): Make sure that
4443 footnotes are moved to a single place during export.
4444
4445 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4446
4447 * org-footnote.el (org-footnote-normalize): Ensure footnote
4448 definition will be inserted at the end of the section
4449 corresponding to to its first reference.
4450
4451 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4452
4453 * org-footnote.el (org-footnote-at-definition-p): Make sure to
4454 move point at the beginning of the separator before skiping white
4455 spaces. Refactor code.
4456
4457 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4458
4459 * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
4460 export when "strip-export".
4461
4462 * ob.el (org-babel-common-header-args-w-values): New noweb
4463 header value.
4464 (org-babel-merge-params): New noweb header value.
4465 (org-babel-noweb-p): New noweb header value.
4466
4467 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4468
4469 * ob-tangle.el (org-babel-tangle-clean): Just use default value.
4470
4471 * ob.el (org-babel-noweb-wrap): Add default value.
4472 (org-babel-expand-noweb-references): Just use default value.
4473
4474 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4475
4476 * org-exp.el (org-export-select-backend-specific-text): Always
4477 preserve original indentation as a text property so that lists do
4478 not get broken by indentation at column 0.
4479
4480 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4481
4482 * ob.el (org-babel-expand-noweb-references): Don't allow newlines
4483 in source names in noweb references.
4484
4485 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4486
4487 * org.el (org-fill-line-break-nobreak-p): New function.
4488 (org-set-autofill-regexps): Add previous function to
4489 `fill-nobreak-predicate'.
4490
4491 2012-04-01 Vitalie Spinu <spinuvit@gmail.com>
4492
4493 * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
4494 visibility regardless of local user customization.
4495
4496 2012-04-01 Vitalie Spinu <spinuvit@gmail.com>
4497
4498 * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
4499 visibility regardless of local user customization.
4500
4501 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
4502
4503 * org-inlinetask.el (org-inlinetask-show-first-star): New option.
4504 (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
4505
4506 * org-indent.el (org-indent-set-line-properties): Honor
4507 `org-inlinetask-show-first-star'.
4508
4509 2012-04-01 Bastien Guerry <bzg@gnu.org>
4510
4511 * org.el (org-set-regexps-and-options): Ensure `org-drawers'
4512 doesn't contain duplicates.
4513
4514 2012-04-01 Bastien Guerry <bzg@gnu.org>
4515
4516 * org.el (org-at-drawer-p): Normalize the docstring to match other
4517 `org-at-*-p' docstrings.
4518 (org-indent-block, org-indent-drawer, org-at-block-p): New
4519 functions.
4520 (org-metaright): Use the new functions to indent a drawer or a
4521 block depending on the context. Also update the docstring.
4522
4523 2012-04-01 Bastien Guerry <bzg@gnu.org>
4524
4525 * org.el (org-set-regexps-and-options): Set the value of
4526 `org-drawers' by adding the value of the infile #+DRAWERS option
4527 to that of the existing `org-drawers'.
4528
4529 2012-04-01 Bastien Guerry <bzg@gnu.org>
4530
4531 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4532 inline tasks too.
4533
4534 2012-04-01 Bastien Guerry <bzg@gnu.org>
4535
4536 * org-inlinetask.el (org-inlinetask-toggle-visibility): Use
4537 `org-show-entry' instead of `outline-flag-region' to keep the
4538 drawers folded when unfolding an inline task.
4539
4540 2012-04-01 Torsten Anders <torsten.anders@beds.ac.uk> (tiny change)
4541
4542 * org-beamer.el (org-beamer-environments-default): Add support and
4543 keybinding for the `exampleblock' environment.
4544
4545 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
4546
4547 * org.el (org-open-link-from-string): Regard `reference-buffer'
4548 when setting `org-inhibit-startup'.
4549
4550 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4551
4552 * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
4553 space between inline src block and results on export.
4554
4555 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4556
4557 * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
4558 punctuation to proceed an inline src block.
4559
4560 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4561
4562 * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
4563 list of characters allowed to proceed an inline src block.
4564
4565 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4566
4567 * ob-tangle.el (org-babel-tangle-clean): Use the customizable
4568 noweb wrappers.
4569
4570 * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
4571 (org-babel-noweb-wrap-end): End a noweb reference.
4572 (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
4573 (org-babel-expand-noweb-references): Use the customizable noweb
4574 wrappers.
4575
4576 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4577
4578 * org.el (org-beginning-of-line): Handle case when there's no
4579 character after box.
4580
4581 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4582
4583 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
4584 Delay it till the end of export.
4585 (org-odt-begin-document-body): Make a note of the default
4586 position of TOC in `org-lparse-dyn-first-heading-pos'.
4587 (org-odt-insert-toc): Insert TOC as directed by
4588 [TABLE-OF-CONTENTS] line or at the default position.
4589 (org-odt-end-export): Call `org-odt-insert-toc'.
4590
4591 2012-04-01 Bastien Guerry <bzg@gnu.org>
4592
4593 * org.el (org-preview-latex-fragment): Throw an error when called
4594 from a non-file buffer.
4595
4596 2012-04-01 Bastien Guerry <bzg@gnu.org>
4597
4598 * org.el (org-insert-property-drawer): Not an interactive
4599 command anymore.
4600 (org-insert-drawer): With a prefix argument, insert a property
4601 drawer. Check for headline within the region before inserting the
4602 drawer. Don't include special drawers in the completion table.
4603 (org-mode-map): New keybinding `C-c C-x d' for
4604 `org-insert-drawer'.
4605
4606 2012-04-01 Bastien Guerry <bzg@gnu.org>
4607
4608 * org.el (org-insert-drawer): Support completion over known drawer
4609 names and inserting a drawer around the current region.
4610
4611 2012-04-01 Bastien Guerry <bzg@gnu.org>
4612
4613 * org.el (org-insert-drawer): New function.
4614 (org-insert-property-drawer): Use it.
4615
4616 2012-04-01 Bastien Guerry <bzg@gnu.org>
4617
4618 * org-list.el (org-mark-list): New function.
4619
4620 2012-04-01 Bastien Guerry <bzg@gnu.org>
4621
4622 * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
4623 complete drawer at point.
4624 (org-thing-at-point): Use it.
4625
4626 2012-04-01 Bastien Guerry <bzg@gnu.org>
4627
4628 * org.el (org-meta-return): Use `newline-and-indent' when in a
4629 property drawer.
4630
4631 2012-04-01 Bastien Guerry <bzg@gnu.org>
4632
4633 * org.el (org-structure-template-alist): Fix docstring: the
4634 feature is not experimental anymore.
4635
4636 2012-04-01 Bastien Guerry <bzg@gnu.org>
4637
4638 * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
4639 display the item without unfolding drawers and logbooks.
4640
4641 2012-04-01 Bastien Guerry <bzg@gnu.org>
4642
4643 * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
4644 always nil.
4645
4646 2012-04-01 Bastien Guerry <bzg@gnu.org>
4647
4648 * org.el (org-structure-template-alist): Fix missing angle
4649 brackets for muse export style.
4650
4651 2012-04-01 Bastien Guerry <bzg@gnu.org>
4652
4653 * org.el (org-read-date): New parameter `inactive' when reading
4654 for insertion of inactive timestamps.
4655 (org-time-stamp, org-read-date-display): Use the new
4656 parameter.
4657
4658 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4659
4660 * ob.el (org-babel-expand-noweb-references): Only allow
4661 reference names which start and end with non-whitespace characters.
4662 Also, raise errors as appropriate given org-babel-noweb-error-langs.
4663
4664 2012-04-01 Bastien Guerry <bzg@gnu.org>
4665
4666 * org-src.el (org-src-in-org-buffer): Save and restore
4667 `buffer-undo-list' after editing.
4668
4669 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4670
4671 * ob.el (org-babel-common-header-args-w-values): Add new header
4672 argument.
4673 (org-babel-expand-noweb-references): Use header argument rather than
4674 customization variable.
4675
4676 2012-04-01 David Maus <dmaus@ictsoc.de>
4677
4678 * org-capture.el (org-capture-place-item): Don't search for
4679 position in existing list if :exact-position was supplied.
4680
4681 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4682
4683 * ob.el (org-babel-noweb-separator): Custom variable for
4684 accumulated noweb references.
4685 (org-babel-expand-noweb-references): Allow separator for noweb
4686 references.
4687
4688 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4689
4690 * org.el (org-beginning-of-line): In an item, special position
4691 for C-a is after check-box, if any.
4692 (org-special-ctrl-a/e): Modify doc-string accordingly.
4693
4694 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4695
4696 * org-odt.el (org-export-odt-format-formula): Use :style
4697 property to specify custom table styles.
4698
4699 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4700
4701 * ob-exp.el (org-babel-exp-call-line-template): Control export of
4702 additional call line information.
4703 (org-babel-exp-non-block-elements): Fancier call line export.
4704
4705 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4706
4707 * org-odt.el (org-odt-entity-frame-styles): Add frame params
4708 for images that are anchored as character.
4709 (org-export-odt-format-image): Handle new anchor type
4710 "as-char".
4711 (org-export-odt-default-image-sizes-alist): Misc. change.
4712 (org-export-odt-format-formula): Misc. change.
4713
4714 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4715
4716 * ob.el (org-babel-check-src-block): Don't report valid header
4717 arguments as suspicious.
4718
4719 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4720
4721 * ob-exp.el (org-babel-exp-non-block-elements): Map over both
4722 inline src blocks and call lines on export.
4723
4724 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4725
4726 * org-odt.el (org-odt-label-styles): Add a new style.
4727 (org-odt-category-map-alist): Use it.
4728
4729 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4730
4731 * org-odt.el (org-odt-table-style-format): New. Template for
4732 auto-generated table styles.
4733 (org-odt-automatic-styles, org-odt-object-counters): New
4734 variables.
4735 (org-odt-add-automatic-style): New function.
4736 (org-odt-write-automatic-styles): New function. Create
4737 automatic styles for tables that have custom :rel-width.
4738 (org-odt-begin-table): Parse attributes specified with
4739 "#+ATTR_ODT: " option and use it to create an automatic table
4740 style.
4741 (org-odt-save-as-outfile): Call
4742 `org-odt-add-write-automatic-styles'.
4743 (org-odt-init-outfile): Init newly add variables.
4744 (org-odt-section-count): Remove it.
4745 (org-odt-begin-section): Use `org-odt-add-automatic-style' to
4746 generate an automatic section name.
4747
4748 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4749
4750 * ob.el (org-babel-map-executables): Correctly position point when
4751 mapping hits an inline code block.
4752
4753 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4754
4755 * ob.el (org-babel-execute-src-block): Ensure params are
4756 incorporated *before* checking if evaluation is legal.
4757
4758 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4759
4760 * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
4761 marker so it is updated as required during export.
4762
4763 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4764
4765 * org-src.el (org-src-in-org-buffer): Run commands in the parent
4766 buffer.
4767 (org-edit-src-save): Use new macro.
4768 (org-src-tangle): Tangle the parent buffer.
4769
4770 2012-04-01 Bastien Guerry <bzg@gnu.org>
4771
4772 * org.el (org-set-font-lock-defaults): Fix bug in done
4773 headline fontification.
4774
4775 2012-04-01 Bastien Guerry <bzg@gnu.org>
4776
4777 * org.el (org-set-font-lock-defaults): Fix bug in done
4778 headline fontification.
4779
4780 2012-04-01 Bastien Guerry <bzg@gnu.org>
4781
4782 * org.el (org-return): Act normally when in code blocks.
4783
4784 2012-04-01 Bastien Guerry <bzg@gnu.org>
4785
4786 * org.el (org-in-src-block-p): New function.
4787 (org-context): Return new contexts :clocktable and :src-block.
4788
4789 2012-04-01 Bastien Guerry <bzg@gnu.org>
4790
4791 * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
4792 C-q' do the right thing even when point is before the first
4793 heading.
4794
4795 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4796
4797 * ob.el (org-babel-noweb-p): Disambiguate intersection name.
4798
4799 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4800
4801 * org-odt.el (org-odt-format-textbox): Honor user-specified
4802 width in captioned images.
4803
4804 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4805
4806 * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
4807 (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
4808 (org-babel-map-call-lines): Replace gensym with make-symbol.
4809 (org-babel-map-executables): Replace gensym with make-symbol.
4810
4811 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4812
4813 * ob-exp.el (org-babel-exp-results): Alter a copy of info.
4814
4815 2012-04-01 Bastien Guerry <bzg@gnu.org>
4816
4817 * org-html.el (org-export-as-html): Initialize
4818 `html-pre-real-contents' correctly.
4819
4820 2012-04-01 Bastien Guerry <bzg@gnu.org>
4821
4822 * org-html.el (org-export-as-html): Initialize
4823 `html-pre-real-contents' correctly.
4824
4825 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4826
4827 * ob-exp.el (org-babel-exp-code): Ensure code block name is a
4828 string on export.
4829
4830 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4831
4832 * ob-exp.el (org-babel-exp-code-template): Customizable code
4833 block export format string.
4834 (org-babel-exp-code): Customizable code block export.
4835
4836 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4837
4838 * ob-clojure.el (org-babel-execute:clojure): Removed dependency
4839 on deprecated swank-clojure.
4840
4841 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4842
4843 * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
4844 (org-babel-map-inline-src-blocks): Don't pollute symbol space.
4845 (org-babel-map-call-lines): Don't pollute symbol space.
4846 (org-babel-map-executables): Map over *all* executable Org-mode
4847 elements.
4848 (org-babel-execute-buffer): Execute elements in buffer order instead
4849 of arbitrarily.
4850
4851 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4852
4853 * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
4854 Those must be done with `copy-tree'.
4855
4856 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4857
4858 * org-src.el (org-edit-src-code): Referenced code block should
4859 not be evaluated on code block edit.
4860
4861 2012-04-01 Bastien Guerry <bzg@gnu.org>
4862
4863 * org.el (org-structure-template-alist): Use uppercase for
4864 keywords.
4865
4866 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4867
4868 * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
4869 code block results.
4870
4871 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4872
4873 * ob.el (org-babel-results-keyword): New user-configurable
4874 results keyword.
4875 (org-babel-where-is-src-block-result): Use new user-configurable
4876 results keyword.
4877
4878 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4879
4880 * org-indent.el (org-indent-refresh-maybe): Check for new
4881 headlines from the beginning of the line to be sure to catch
4882 any newly inserted headline there.
4883
4884 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4885
4886 * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
4887 (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
4888
4889 * ob-tangle.el (org-babel-tangle-collect-blocks): Use
4890 `org-babel-noweb-p'.
4891
4892 * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
4893 (org-babel-expand-src-block): Use `org-babel-noweb-p'.
4894 (org-babel-load-in-session): Use `org-babel-noweb-p'.
4895 (org-babel-merge-params): Use `org-babel-noweb-p'.
4896 (org-babel-noweb-p): New function used to determine if noweb
4897 expansion should be carried out in a given context.
4898
4899 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4900
4901 * org.el (org-update-property-plist): Fix bug in property list
4902 updates.
4903
4904 2012-04-01 François Pinard <pinard@iro.umontreal.ca> (tiny change)
4905
4906 * org.el (org-kill-line): Use `kill-visual-line' in
4907 `visual-line-mode'.
4908
4909 2012-04-01 Bernt Hansen <bernt@norang.ca>
4910
4911 * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point
4912 is outside the current restriction.
4913
4914 2012-04-01 Bernt Hansen <bernt@norang.ca>
4915
4916 * org-agenda.el (org-agenda-clock-in): Save restriction when clocking
4917 in from the agenda.
4918
4919 2012-04-01 Bernt Hansen <bernt@norang.ca>
4920
4921 * org.el: Honour existing restrictions when regenerating the agenda.
4922
4923 2012-04-01 Bastien Guerry <bzg@gnu.org>
4924
4925 * org-agenda.el: New alias for `list-diary-entries-hook'.
4926
4927 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4928
4929 * ob.el (org-babel-common-header-args-w-values): Add the new
4930 header argument name.
4931 (org-babel-insert-result): Respect the value of the :wrap header
4932 argument when inserting results.
4933 (org-babel-result-end): Find the end of arbitrarily named result
4934 blocks.
4935
4936 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4937
4938 * org-indent.el (org-indent-refresh-maybe): Check for new
4939 headlines from the beginning of the line to be sure to catch
4940 any newly inserted headline there.
4941
4942 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4943
4944 * org.el (org-update-property-plist): Remove old instances of
4945 property when adding a new value for property.
4946
4947 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
4948
4949 * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
4950 code block would cause an error when the block is was executed.
4951 This fix cures this behaviour.
4952
4953 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4954
4955 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
4956 pieces of a previous patch.
4957
4958 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4959
4960 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
4961
4962 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4963
4964 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
4965 pieces of a previous patch.
4966
4967 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4968
4969 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
4970
4971 2012-04-01 Bastien Guerry <bzg@gnu.org>
4972
4973 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
4974 instead of (end-of-buffer).
4975
4976 2012-04-01 Bastien Guerry <bzg@gnu.org>
4977
4978 * org-bbdb.el (name): Declare variable.
4979 (bbdb-record-get-field, bbdb-search-name)
4980 (bbdb-search-organization): Declare as part of ext:bbdb.
4981
4982 2012-04-01 Bastien Guerry <bzg@gnu.org>
4983
4984 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
4985 instead of the obsolete `org-agenda-filter'.
4986
4987 2012-04-01 Bastien Guerry <bzg@gnu.org>
4988
4989 * org-agenda.el: Add an alias for `org-agenda-filter'.
4990 (diary-list-entries-hook): Use the non-obsolete hook.
4991 (org-agenda-filter-apply): Silent compiler warning.
4992
4993 2012-04-01 Bastien Guerry <bzg@gnu.org>
4994
4995 * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
4996 (org-ditaa-jar-option): New option.
4997 (org-babel-execute:ditaa): Use it.
4998
4999 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5000
5001 * ob.el (org-babel-balanced-split): Explicit checking if list
5002 before calling member.
5003
5004 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5005
5006 * ob.el (org-babel-balanced-split): Explicit checking if list
5007 before calling member.
5008
5009 2012-02-14 Chong Yidong <cyd@gnu.org>
5010
5011 * org-footnote.el: Remove bogus defvar values (Bug#10745).
5012
5013 2012-01-05 Eric Schulte <eric.schulte@gmx.com>
5014
5015 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5016 pieces of a previous patch.
5017
5018 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5019
5020 2012-01-05 Bastien Guerry <bzg@gnu.org>
5021
5022 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5023 instead of (end-of-buffer).
5024
5025 * org-bbdb.el (name): Declare variable.
5026 (bbdb-record-get-field, bbdb-search-name)
5027 (bbdb-search-organization): Declare as part of ext:bbdb.
5028
5029 * org-agenda.el: Add an alias for `org-agenda-filter'.
5030 (diary-list-entries-hook): Use the non-obsolete hook.
5031 (org-agenda-filter-apply): Silent compiler warnings.
5032
5033 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5034 instead of the obsolete `org-agenda-filter'.
5035
5036 2012-01-03 Bastien Guerry <bzg@gnu.org>
5037
5038 * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
5039 and removing checkboxes with `C-u C-c C-c' on the first item
5040 of a list. Also, don't reinitialize checkboxes that are
5041 already ticked.
5042
5043 2012-01-03 Bastien Guerry <bzg@gnu.org>
5044
5045 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
5046 value with only one digit for the hours.
5047
5048 2012-01-03 Bastien Guerry <bzg@gnu.org>
5049
5050 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5051 Remove deleted function `org-encode-for-stdout'.
5052
5053 2012-01-03 Bastien Guerry <bzg@gnu.org>
5054
5055 * org.el (org-show-context): Complete docstring.
5056
5057 2012-01-03 Bastien Guerry <bzg@gnu.org>
5058
5059 * org-agenda.el (org-agenda-filter-by-tag): Use
5060 `read-char-exclusive' instead of `read-char'.
5061
5062 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5063
5064 * org-clock.el (org-clock-in, org-clock-find-position): Remove
5065 erraneous space in regexp.
5066
5067 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5068
5069 * ob.el (org-babel-expand-noweb-references): Rather than using
5070 a pure regexp solution to resolve noweb references, actually
5071 check the information of every code block in the buffer. This
5072 will cause a slowdown in noweb reference expansion, but is
5073 necessary for correct behavior.
5074
5075 2012-01-03 Bastien Guerry <bzg@gnu.org>
5076
5077 * org.el (org-map-continue-from): Fix typo in docstring.
5078
5079 2012-01-03 Bastien Guerry <bzg@gnu.org>
5080
5081 * org.el (org-property-re): Also match cumulating properties
5082 like ":prop+:".
5083
5084 2012-01-03 Bastien Guerry <bzg@gnu.org>
5085
5086 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
5087 matching the end of a block.
5088
5089 2012-01-03 David Maus <dmaus@ictsoc.de>
5090
5091 * org.el (org-open-at-point): Escape link path for http:,
5092 https:, ftp:, news:, and doi: links only if the path contains
5093 space or non-ascii character.
5094
5095 2012-01-03 David Maus <dmaus@ictsoc.de>
5096
5097 * org.el (org-refile-get-targets): Ignore headlines without a
5098 true headline.
5099
5100 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5101
5102 * ob.el (org-babel-map-call-lines): Moved this file from
5103 ob-lob.el into ob.el to ease dependency pains.
5104
5105 2012-01-03 Bastien Guerry <bzg@gnu.org>
5106
5107 * org-publish.el (org-publish-index-generate-theindex): Use
5108 theindex.inc for storing index entries, and theindex.org for
5109 including theindex.inc.
5110
5111 2012-01-03 Bastien Guerry <bzg@gnu.org>
5112
5113 * org-publish.el (org-publish-index-generate-theindex): Create
5114 proper file target for index entries in subdirectories.
5115
5116 2012-01-03 Bastien Guerry <bzg@gnu.org>
5117
5118 * org-protocol.el (org-protocol-check-filename-for-protocol):
5119 Fix spelling mistake.
5120
5121 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5122
5123 * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
5124 for title and subtitle.
5125 (org-odt-format-toc): New.
5126 (org-odt-format-preamble): New. Users can redefine this to
5127 customize what goes before the document body. Currently it
5128 outputs title, author and email, date and toc.
5129 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5130 (org-odt-format-date): Renamed from
5131 `org-odt-iso-date-from-org-timestamp'. Also added an
5132 additional param for format string.
5133 (org-odt-begin-annotation, org-odt-update-meta-file): Use
5134 `org-odt-format-date'.
5135
5136 2012-01-03 Bastien Guerry <bzg@gnu.org>
5137
5138 * org.el (org-at-drawer-p): New function.
5139 (org-end-of-line): Use it.
5140
5141 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5142
5143 * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
5144 Controls the method in which noweb references are expanded.
5145 (org-babel-expand-noweb-references): Bring back the option for
5146 regexp-based noweb expansion.
5147
5148 2012-01-03 Bastien Guerry <bzg@gnu.org>
5149
5150 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
5151 with only one digit for the hours.
5152
5153 2012-01-03 Bastien Guerry <bzg@gnu.org>
5154
5155 * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
5156 when ticking the checkbox of the first item.
5157
5158 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5159
5160 * org-list.el (org-list-write-struct): Add an optional
5161 argument for structure changes happening outside the function.
5162
5163 * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
5164 item of a sub-list should toggle check-box presence of every
5165 item in the same sub-list. Also fix check-box insertion on a
5166 single item.
5167
5168 2012-01-03 Bastien Guerry <bzg@gnu.org>
5169
5170 * org-agenda.el (org-agenda-filter-preset): New alias.
5171 (org-agenda-filter-by-category): New command.
5172 (org-agenda-mode-map): Add the new command.
5173 (org-agenda-custom-commands-local-options): Add category
5174 filter preset.
5175 (org-agenda-mark-filtered-text): Mark both tag and filter
5176 overlays.
5177 (org-agenda-category-filter-preset): New variable.
5178 (org-finalize-agenda, org-agenda-redo)
5179 (org-agenda-filter-make-matcher, org-agenda-filter-apply): Handle
5180 both category and tag filters.
5181 (org-agenda-filter-show-all-tag): Rename from
5182 `org-agenda-filter-by-tag-show-all'.
5183 (org-agenda-filter-show-all-cat): New function.
5184 (org-agenda-set-mode-name): Show the category filter in the
5185 modeline.
5186
5187 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5188
5189 * org-bbdb.el (org-bbdb-old): New variable.
5190 (org-bbdb-store-link, org-bbdb-open): Check for
5191 `org-bbdb-old'.
5192 (org-bbdb-open-old, org-bbdb-open-new): New functions.
5193
5194 2012-01-03 Bastien Guerry <bzg@gnu.org>
5195
5196 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5197 Remove deleted function `org-encode-for-stdout'.
5198
5199 2012-01-03 Bastien Guerry <bzg@gnu.org>
5200
5201 * org.el (org-check-dates-range): New command.
5202 (org-sparse-tree): Use it.
5203
5204 2012-01-03 Bastien Guerry <bzg@gnu.org>
5205
5206 * org-agenda.el (org-agenda-write): Rename from
5207 `org-write-agenda'.
5208 (org-agenda-mode-map, org-agenda-menu)
5209 (org-batch-store-agenda-views): Use new name
5210 `org-agenda-write'.
5211
5212 2012-01-03 Bastien Guerry <bzg@gnu.org>
5213
5214 * org.el (org-loop-over-headlines-in-active-region): Fix
5215 docstring.
5216 (org-todo, org-deadline, org-schedule): Honor the 'start-level
5217 value of `org-loop-over-headlines-in-active-region'.
5218
5219 2012-01-03 Bastien Guerry <bzg@gnu.org>
5220
5221 * org-archive.el (org-archive-subtree)
5222 (org-archive-to-archive-sibling, org-toggle-archive-tag):
5223 Bugfix: use 'region-start-level.
5224
5225 2012-01-03 Bastien Guerry <bzg@gnu.org>
5226
5227 * org.el (org-show-context): Complete docstring.
5228
5229 2012-01-03 Bastien Guerry <bzg@gnu.org>
5230
5231 * org-agenda.el (org-agenda-filter-by-tag): Use
5232 `read-char-exclusive' instead of `read-char'.
5233
5234 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5235
5236 * org.el (org-scan-tags): Make sure `org-map-continue-from' is
5237 nil at each match.
5238
5239 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5240
5241 * org-clock.el (org-clock-in, org-clock-find-position): Remove
5242 erraneous space in regexp.
5243
5244 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5245
5246 * org-odt.el (org-odt-lib-dir): Add docstring.
5247 (org-odt-data-dir): New variable. Use this variable to
5248 control the locations from which the ODT exporter picks the
5249 OpenDocument styles and schema files from. Set this variable
5250 explicitly only if the in-built heuristics for locating the
5251 above files fails.
5252 (org-odt-styles-dir-list, org-odt-schema-dir-list): New
5253 variables. Pay specific attention to (eval-when-compile ...)
5254 form through which Makefile's $(datadir) - contained in
5255 `org-odt-data-dir' - gets compiled in as a "hard coded"
5256 constant.
5257 (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
5258 aid debugging.
5259
5260 2012-01-03 Bastien Guerry <bzg@gnu.org>
5261
5262 * org-archive.el (org-archive-subtree)
5263 (org-archive-to-archive-sibling, org-toggle-archive-tag)
5264 (org-archive-set-tag): Handle the 'start-level value for
5265 `org-loop-over-headlines-in-active-region'.
5266
5267 2012-01-03 Bastien Guerry <bzg@gnu.org>
5268
5269 * org.el (org-scan-tags): New parameter `start-level' to scan only
5270 through headlines of that level.
5271 (org-map-entries): New allowed value `region-start-level' for
5272 the `scope' parameter, to allow scanning through headlines of
5273 the same level than the first headline in the region.
5274 (org-loop-over-headlines-in-active-region): New allowed value
5275 'start-level.
5276
5277 2012-01-03 Bastien Guerry <bzg@gnu.org>
5278
5279 * org-archive.el (org-archive-subtree)
5280 (org-archive-to-archive-sibling, org-archive-set-tag)
5281 (org-toggle-archive-tag): Allow to loop over the active region by
5282 using `org-loop-over-headlines-in-active-region'.
5283
5284 2012-01-03 Bastien Guerry <bzg@gnu.org>
5285
5286 * org.el (org-todo): Allow to loop over the active region by
5287 using `org-loop-over-headlines-in-active-region'.
5288
5289 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5290
5291 * ob.el (org-babel-expand-noweb-references): Rather than using
5292 a pure regexp solution to resolve noweb references, actually
5293 check the information of every code block in the buffer. This
5294 will cause a slowdown in noweb reference expansion, but is
5295 necessary for correct behavior.
5296
5297 2012-01-03 Bastien Guerry <bzg@gnu.org>
5298
5299 * org.el (org-map-continue-from): Fix typo in docstring.
5300
5301 2012-01-03 Bastien Guerry <bzg@gnu.org>
5302
5303 * org-agenda.el (org-agenda-write-buffer-name): New variable.
5304 (org-write-agenda): Use it.
5305
5306 2012-01-03 Bastien Guerry <bzg@gnu.org>
5307
5308 * org-exp.el (org-export-date-timestamp-format): New option to
5309 define the way a timestamp in #+DATE will be exported.
5310 (org-infile-export-plist): Use the new option.
5311
5312 2012-01-03 Bastien Guerry <bzg@gnu.org>
5313
5314 * org.el (org-property-re): Also match cumulating properties
5315 like ":prop+:".
5316
5317 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5318
5319 * org-odt.el (org-odt-styles-dir): Assume that the styles
5320 files are located under `data-directory' of Emacs distribution
5321 as etc/org/OrgOdtStyles.xml and
5322 etc/org/OrgOdtContentTemplate.xml. Also update docstring.
5323 (org-export-odt-schema-dir): Update docstring.
5324
5325 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5326
5327 * org-odt.el (org-odt-format-preamble): Honor following user
5328 options: author, timestamp and email.
5329
5330 2012-01-03 Bastien Guerry <bzg@gnu.org>
5331
5332 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
5333 for matching the end of a block.
5334
5335 2012-01-03 Bastien Guerry <bzg@gnu.org>
5336
5337 * org-eshell.el: New file.
5338
5339 2012-01-03 David Maus <dmaus@ictsoc.de>
5340
5341 * org.el (org-open-at-point): Escape link path for http:,
5342 https:, ftp:, news:, and doi: links only if the path contains
5343 space or non-ascii character.
5344
5345 2012-01-03 Bastien Guerry <bzg@gnu.org>
5346
5347 * org-beamer.el (org-beamer-fragile-re): Also recognize
5348 \lstinline and \verb as commands that make a frame fragile.
5349
5350 2012-01-03 David Maus <dmaus@ictsoc.de>
5351
5352 * org.el (org-refile-get-targets): Ignore headlines without a
5353 true headline.
5354
5355 2012-01-03 Litvinov Sergey <slitvinov@gmail.com>
5356
5357 * ob-octave.el: Add graphical output to png file.
5358
5359 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5360
5361 * ob.el (org-babel-map-call-lines): Moved this file from
5362 ob-lob.el into ob.el to ease dependency pains.
5363
5364 2012-01-03 Bastien Guerry <bzg@gnu.org>
5365
5366 * org-publish.el (org-publish-index-generate-theindex): Use
5367 theindex.inc for storing index entries, and theindex.org for
5368 including theindex.inc.
5369
5370 2012-01-03 Bastien Guerry <bzg@gnu.org>
5371
5372 * org-publish.el (org-publish-index-generate-theindex): Create
5373 proper file target for index entries in subdirectories.
5374
5375 2012-01-03 Bastien Guerry <bzg@gnu.org>
5376
5377 * org-protocol.el (org-protocol-check-filename-for-protocol):
5378 Fix spelling mistake.
5379
5380 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5381
5382 * org-odt.el (org-export-odt-default-org-styles-alist): Add
5383 styles for title and subtitle.
5384 (org-odt-format-toc): New.
5385 (org-odt-format-preamble): New. Users can redefine this to
5386 customize what goes before the document body. Currently it
5387 outputs title, author and email, date and toc.
5388 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5389 (org-odt-format-date): Renamed from
5390 `org-odt-iso-date-from-org-timestamp'. Also added an
5391 additional param for format string.
5392 (org-odt-begin-annotation, org-odt-update-meta-file): Use
5393 `org-odt-format-date'.
5394
5395 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5396
5397 * ob-ref.el (org-babel-ref-split-args): Now uses
5398 `org-babel-balanced-split'.
5399
5400 2012-01-03 Bastien Guerry <bzg@gnu.org>
5401
5402 * org-html.el (org-export-html-preamble)
5403 (org-export-html-postamble): Fix docstrings.
5404 (org-export-as-html): Insert the string used by a custom
5405 function for `org-export-html-pre/postamble'.
5406
5407 2012-01-03 Bastien Guerry <bzg@gnu.org>
5408
5409 * org.el (org-block-regexp)
5410 (org-heading-keyword-regexp-format)
5411 (org-heading-keyword-maybe-regexp-format): Move up to keep the
5412 byte-compiler happy.
5413
5414 2012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
5415
5416 * org-agenda.el (org-agenda-do-tree-to-indirect-buffer): New
5417 function.
5418 (org-agenda-tree-to-indirect-buffer): Use the new function.
5419
5420 2012-01-03 Bastien Guerry <bzg@gnu.org>
5421
5422 * org-html.el (org-export-as-html): Fix bug when inserting the
5423 output of a custom function for the pre/postamble.
5424
5425 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5426
5427 * org-odt.el (org-odt-format-source-code-or-example): Try
5428 loading htmlfontify safely.
5429
5430 2012-01-03 Bastien Guerry <bzg@gnu.org>
5431
5432 * org-odt.el (require): Require htmlfontify.el only if
5433 emacs-version is greater than 23.2.
5434
5435 2012-01-03 Bastien Guerry <bzg@gnu.org>
5436
5437 * org-faces.el (org-agenda-calendar-event)
5438 (org-agenda-calendar-sexp): Use the default face.
5439
5440 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5441
5442 * ob.el (org-babel-expand-noweb-references): Fixed regexp.
5443
5444 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
5445
5446 * org.el (Key bindings): Remap the Outline functions from
5447 `outline-mode-prefix-map' where possible.
5448
5449 2012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
5450
5451 * org-html.el (org-export-as-html): Apply
5452 `org-export-html-get-todo-kwd-class-name' to the class
5453 attribute of the todo-keyword span tag, not to its text
5454 content.
5455
5456 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
5457
5458 * org-agenda.el (org-agenda-get-timestamps)
5459 (org-agenda-get-sexps): Use face for highlighting "calendar"
5460 events.
5461
5462 2012-01-03 Peter Münster <pmlists@free.fr> (tiny change)
5463
5464 * org.el (org-add-planning-info): Treat absolute time too.
5465
5466 2012-01-03 Bastien Guerry <bzg@gnu.org>
5467
5468 * org-table.el (org-table-transpose-table-at-point): Don't use
5469 ̀remove-if-not'.
5470
5471 2012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
5472
5473 * org-clock.el (org-clock-out-if-current): Check the clock
5474 buffer is existing.
5475
5476 2012-01-03 Bernt Hansen <bernt@norang.ca>
5477
5478 * org-clock.el (org-clock-out-if-current): Fix marker in no
5479 buffer error for task state change in an indirect buffer.
5480
5481 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
5482
5483 * org.el (org-offer-links-in-entry): Make list when assigning
5484 a single link.
5485
5486 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5487
5488 * ob.el (org-babel-expand-noweb-references): Rather than
5489 collect the info from *every* block in the current buffer,
5490 simply regexp search for those blocks which appear to match
5491 the continued source name.
5492
5493 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5494
5495 * ob.el (org-babel-insert-result): Do not examplize wrapped
5496 scalar results, simply wrap them.
5497 (org-babel-result-end): Find the end of results wrapped in a
5498 RESULTS drawer.
5499
5500 2012-01-03 Bastien Guerry <bzg@gnu.org>
5501
5502 * org.el (org-todo-yesterday): When called from the agenda,
5503 use `org-agenda-todo-yesterday' instead.
5504
5505 2012-01-03 Bastien Guerry <bzg@gnu.org>
5506
5507 * org-table.el (org-table-transpose-table-at-point): New command.
5508
5509 2012-01-03 Bastien Guerry <bzg@gnu.org>
5510
5511 * org-html.el (org-export-html-headline-anchor-format): New
5512 option.
5513 (org-html-level-start): Use the new option.
5514
5515 2012-01-03 Rob Giardina <rob@giardina.us> (tiny change)
5516
5517 * org-agenda.el (org-agenda-with-point-at-orig-entry): Small
5518 bugfix.
5519
5520 2012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
5521
5522 * org-special-blocks.el
5523 (org-special-blocks-convert-html-special-cookies): Close
5524 paragraph before opening or closing the <div>, and open
5525 paragraph after. Also changed newline placement to be the same
5526 as for other blocks.
5527
5528 2012-01-03 Roberto Huelga <rhuelga@gmail.com>
5529
5530 * org-clock.el (org-program-exists): Make the function
5531 compatible with darwin systems.
5532
5533 2012-01-03 David Maus <dmaus@ictsoc.de>
5534
5535 * org-exp.el (org-export-normalize-links): Mark bracket links
5536 before normalization to avoid erroneous normalization of
5537 bracket link parts.
5538
5539 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5540
5541 * org-odt.el (org-odt-data-dir): Removed.
5542 (org-odt-styles-dir, org-export-odt-schema-dir): New
5543 variables.
5544
5545 * org-odt.el, org-lparse.el: New files.
5546
5547 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5548
5549 * org-capture.el (org-capture-set-target-location): Set the
5550 capture default time also to the prompt time.
5551
5552 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5553
5554 * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
5555 and #+results lines during preprocess.
5556
5557 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5558
5559 * ob-picolisp.el (ob-comint): Required.
5560 (comint): Required.
5561 (cl): Required.
5562 (run-picolisp): Declared.
5563 (org-babel-execute:picolisp): Capture free variable, and replace
5564 function from cl-extra with core function.
5565
5566 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5567
5568 * ob-picolisp.el: New file.
5569
5570 * org.el (org-babel-load-languages): Add Pico Lisp to the list
5571 of supported code block languages.
5572
5573 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5574
5575 * org-bibtex.el (org-bibtex): Now catches bibtex errors and
5576 directs the user to the location of the error.
5577
5578 2012-01-03 Bastien Guerry <bzg@gnu.org>
5579
5580 * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
5581
5582 2012-01-03 Bastien Guerry <bzg@gnu.org>
5583
5584 * ob.el (org-babel-execute-src-block): Fix typo.
5585
5586 2012-01-03 Bastien Guerry <bzg@gnu.org>
5587
5588 * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
5589
5590 2012-01-03 Bastien Guerry <bzg@gnu.org>
5591
5592 * org.el (org-link-unescape, org-link-unescape-compound): Fix
5593 two typos in docstrings.
5594
5595 2012-01-03 Thomas Dye <dk@poto.local>
5596
5597 * ob-R.el: Added tikzDevice support.
5598
5599 2012-01-03 David Maus <dmaus@ictsoc.de>
5600
5601 * org.el (org-clone-subtree-with-time-shift): Remove clocking
5602 information and empty drawers when preparing a clone.
5603
5604 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5605
5606 * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
5607 `org-export-blocks-postblock-hook'.
5608
5609 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5610
5611 * ob.el (org-babel-hide-result-toggle): Skip over header
5612 argument lines when toggling named code block visibility.
5613
5614 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5615
5616 * org-exp.el (org-export-grab-title-from-buffer): Don't
5617 license to kill text inside blocks when getting a title.
5618
5619 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5620
5621 * ob.el (org-babel-confirm-evaluate): Adding support for new
5622 range of :eval header arguments.
5623
5624 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5625
5626 * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
5627 during export when eval is set to "non-export".
5628
5629 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5630
5631 * ob-ref.el (org-babel-update-intermediate): New custom
5632 variable.
5633 (org-babel-ref-resolve): Optionally update the in-buffer results
5634 of code blocks which are evaluated to resolve references.
5635
5636 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5637
5638 * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
5639 split string when a character appears on either side of the
5640 split.
5641 (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
5642
5643 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5644
5645 * org.el (org-reduce): Added a less functional Org-mode copy of
5646 the cl reduce function.
5647
5648 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5649
5650 * org.el (org-fontify-meta-lines-and-blocks-1): Recognize
5651 "name" as a valid keyword that can preceed a block.
5652
5653 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5654
5655 * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
5656 in-verbatim check to inline code blocks, do lob code blocks as
5657 well.
5658
5659 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5660
5661 * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
5662
5663 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5664
5665 * ob.el (org-babel-named-src-block-regexp-for-name): Ensure
5666 that partial names are not matched.
5667 (org-babel-named-data-regexp-for-name): Ensure that partial names
5668 are not matched.
5669
5670 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5671
5672 * ob-ref.el (org-babel-ref-resolve): Search for named code
5673 blocks before named data.
5674
5675 * ob.el (org-babel-named-data-regexp-for-name): New function for
5676 finding named data.
5677
5678 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5679
5680 * ob.el (org-babel-insert-result): Gracefully handle results
5681 which are neither lists nor strings.
5682
5683 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5684
5685 * ob-ref.el (org-babel-ref-resolve): Don't change location when
5686 looking at the contents.
5687
5688 2012-01-03 Milan Zamazal <pdm@zamazal.org>
5689
5690 * org.el (org-set-outline-overlay-data): Use
5691 outline-flag-region to make a region invisible. This ensures
5692 all necessary actions, especially adding
5693 isearch-open-invisible property, are applied.
5694
5695 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5696
5697 * ob-lob.el (org-babel-in-example-or-verbatim): Fix
5698 compilation warning.
5699
5700 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5701
5702 * ob.el (org-babel-find-named-result): Downcase "name" before
5703 comparison.
5704
5705 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5706
5707 * ob-lisp.el (org-babel-execute:lisp): Fixed typo.
5708 (org-babel-lisp-vector-to-list): Fixed typo.
5709
5710 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5711
5712 * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
5713 execution contexts (e.g., call lines) look like commented
5714 lines.
5715
5716 * ob.el (org-babel-get-src-block-info): Empty match string doesn't
5717 count.
5718 (org-babel-process-params): Always process parameters, even if
5719 you don't to table splitting.
5720
5721 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5722
5723 * ob-exp.el (org-exp-res/src-name-cleanup): Updated Documentation.
5724
5725 * ob-lob.el (org-babel-block-lob-one-liner-regexp): Updated
5726 regular expression.
5727 (org-babel-inline-lob-one-liner-regexp): Updated regular
5728 expression.
5729
5730 * ob-ref.el (org-babel-ref-resolve): Notice when something that
5731 looks like a data results may actually be a code block.
5732
5733 * ob-table.el: Updated documentation.
5734
5735 * ob.el (org-babel-src-name-regexp): Simplified regexp.
5736 (org-babel-get-src-block-info): Updated match strings.
5737 (org-babel-data-names): Simplified acceptable names.
5738 (org-babel-find-named-block): Indentation.
5739 (org-babel-find-named-result): Updated to not return a code block
5740 as a result.
5741
5742 * org.el (org-fontify-meta-lines-and-blocks-1): Removing
5743 references to old syntactic elements.
5744 (org-additional-option-like-keywords): Removing references to
5745 old syntactic elements.
5746
5747 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5748
5749 * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
5750 and `buffer-substring'.
5751
5752 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5753
5754 * org-agenda.el (org-agenda-get-todos): Prevent an error when
5755 encountering tasks with only the TODO keyword.
5756
5757 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5758
5759 * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
5760 environment when at an item or an headline, but allow LaTeX
5761 fragments.
5762 (org-cycle): Try to call `cdlatex-tab' before cycling item's or
5763 headline's visibility, in order to catch LaTeX fragments within.
5764
5765 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5766
5767 * org-exp-blocks.el (org-export-blocks-preprocess): Require a
5768 newline and spaces before a code block.
5769
5770 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5771
5772 * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
5773 over all call lines in a buffer.
5774
5775 * ob.el (org-babel-execute-buffer): Execute call lines when
5776 executing an entire buffer.
5777
5778 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5779
5780 * ob.el (org-babel-process-params): Don't disassemble tables
5781 twice.
5782
5783 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5784
5785 * org-clock.el (org-clock-in, org-clock-find-position): Make space
5786 after date optional.
5787
5788 * org.el (org-set-regexps-and-options)
5789 (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
5790 (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
5791
5792 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5793
5794 * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
5795 inside a verbatim block.
5796
5797 * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
5798 blocks.
5799
5800 2012-01-03 Litvinov Sergey <slitvinov@gmail.com>
5801
5802 * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
5803 (org-babel-maxima-expand): Add input variables and graphic output.
5804 (org-babel-execute:maxima): Add input variables and graphic output.
5805 (org-babel-maxima-var-to-maxima): Add input variables and graphic
5806 output.
5807 (org-babel-maxima-graphical-output-file): Add input variables and
5808 graphic output.
5809 (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
5810 output.
5811
5812 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5813
5814 * ob-fortran.el: New file. Adding support for Fortran code blocks.
5815 * org.el (org-babel-load-languages): Adding fortran to this list.
5816
5817 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5818
5819 * org-footnote.el (org-footnote-new): Cannot insert an inline
5820 footnote at beginning of line anymore.
5821 (org-footnote-at-reference-p): Don't recognize inline footnotes at
5822 beginning of line.
5823
5824 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5825
5826 * org.el (org-set-font-lock-defaults): Fix small error in matching
5827 group that prevented fontification of keywords like
5828 org-comment-string and stars in headlines.
5829
5830 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5831
5832 * org.el (org-catch-invisible-edits): New option.
5833 (org-self-insert-command, org-delete-backward-char)
5834 (org-delete-char): Call `org-check-before-invisible-edit'.
5835 (org-check-before-invisible-edit): New function.
5836
5837 2012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com>
5838
5839 * org-exp.el (org-solidify-link-text): Respect
5840 org-export-with-tags when forming the export title during subtree
5841 export.
5842
5843 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5844
5845 * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
5846 (org-heading-keyword-maybe-regexp-format): Globalize variables so
5847 they are accessible even in buffers not in Org mode.
5848
5849 2012-01-03 David Maus <dmaus@ictsoc.de>
5850
5851 * org.el (org-insert-link): Don't use default-description if a
5852 `org-make-link-description-function' is defined.
5853
5854 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5855
5856 * org.el (org-set-regexps-and-options): Use property blocks for
5857 multi-line properties.
5858
5859 2012-01-03 Bastien Guerry <bzg@gnu.org>
5860
5861 * org.el (org-self-insert-command): Don't throw an error when
5862 editing takes place at the first point of the buffer.
5863
5864 2012-01-03 Bastien Guerry <bzg@gnu.org>
5865
5866 * org.el (org-self-insert-command): Unfold invisible region at
5867 point or right before point when editing.
5868
5869 2012-01-03 Bastien Guerry <bzg@gnu.org>
5870
5871 * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
5872 default.
5873
5874 2012-01-03 Bastien Guerry <bzg@gnu.org>
5875
5876 * org-html.el (org-html-expand): Prevent a nil value for STRING to
5877 return an error, just return nil.
5878
5879 2012-01-03 Bastien Guerry <bzg@gnu.org>
5880
5881 * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
5882 character in the #+LaTeX_CLASS option.
5883
5884 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5885
5886 * org-footnote.el (org-footnote-at-reference-p)
5887 (org-footnote-at-definition-p): Don't store text-properties of
5888 footnote definitions.
5889
5890 2012-01-03 Bastien Guerry <bzg@gnu.org>
5891
5892 * org-html.el (org-export-as-html): Convert special characters in
5893 meta tag "author", "date", "keyword" and "description".
5894
5895 2012-01-03 Bastien Guerry <bzg@gnu.org>
5896
5897 * org-capture.el (org-capture-before-finalize-hook): Docstring
5898 improvement: mention that the buffer is widened when this hook is
5899 run.
5900
5901 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
5902
5903 * org-html.el (org-export-as-html): Make sure the div for preamble
5904 is not inserted when the preamble is empty.
5905
5906 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
5907
5908 * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
5909 for filtering (shown in the mode-line).
5910
5911 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5912
5913 * ob.el (org-babel-parse-multiple-vars): Trimming excess white
5914 space from split variables.
5915
5916 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5917
5918 * org.el (org-link-search): Add an optional argument preventing
5919 function from revealing context around match.
5920
5921 2012-01-03 Bastien Guerry <bzg@gnu.org>
5922
5923 * org-agenda.el (calendar-check-holidays): Declare function.
5924
5925 2012-01-03 Bastien Guerry <bzg@gnu.org>
5926
5927 * org.el (org-return): Fix bug when matching the face property
5928 before following a link.
5929
5930 2012-01-03 Matt Lundin <mdl@imapmail.org>
5931
5932 * org-agenda.el (org-class): Fix holidays symbol in org-class.
5933 This was resulting in an "Bad sexp..." warning.
5934
5935 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5936
5937 * org.el (org-scan-tags): Also remember
5938 `org-complex-heading-regexp' in a property.
5939
5940 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5941
5942 * org-latex.el (org-export-as-latex): Turn off auto-insert and set
5943 TeX-master to t when creating new TeX buffers.
5944
5945 * org-docbook.el (org-export-as-docbook): Turn off auto-insert
5946 when creating new buffers.
5947
5948 * org-html.el (org-export-as-html): Turn off auto-insert
5949 when creating new buffers.
5950
5951 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5952
5953 * org-table.el (org-table-formula-handle-first/last-rc): Do not
5954 expand pointers to first/last row/column that are inside a call to
5955 `remote'.
5956 (org-table-get-remote-range): Expand pointers to first/last
5957 row/column.
5958
5959 2012-01-03 Michael Sperber <sperber@deinprogramm.de> (tiny change)
5960
5961 * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
5962 compatibility issue when creating an indirect buffer.
5963
5964 2012-01-03 Christophe Rhodes <csr21@cantab.net>
5965
5966 * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
5967 the same way than LATEX_CLASS.
5968
5969 2012-01-03 Bastien Guerry <bzg@gnu.org>
5970
5971 * org.el (org-return): Check the presence of the 'org-link face
5972 even in contexts where there is more than one face.
5973
5974 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5975
5976 * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
5977 argument names which should be inherited.
5978
5979 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5980
5981 * org.el (org-in-block-p): Return matched name of block, if any.
5982 It can be useful when a list of block names is provided as
5983 an argument.
5984
5985 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5986
5987 * org-docbook.el (org-export-as-docbook): Fix regexp.
5988
5989 * org-html.el (org-export-as-html): Fix regexp.
5990
5991 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5992
5993 * org-agenda.el (org-class): Allow holidays to be skipped.
5994
5995 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5996
5997 * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
5998
5999 2012-01-03 Peter Münster <pmrb@free.fr> (tiny change)
6000
6001 * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
6002 strings before calling `string-match'.
6003
6004 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6005
6006 * org-footnote.el (org-footnote-at-reference-p)
6007 (org-footnote-at-definition-p): Remove text-properties from label.
6008
6009 2012-01-03 Bastien Guerry <bzg@gnu.org>
6010
6011 * org-html.el (org-export-as-html): Add a "title" meta tag.
6012
6013 2012-01-03 Bastien Guerry <bzg@gnu.org>
6014
6015 * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
6016 entries to pass to `org-agenda-get-day-entries' and allow to
6017 filter out entries using a function.
6018
6019 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6020
6021 * org-agenda.el: Fix small display bug.
6022
6023 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6024
6025 * org.el (org-set-regexps-and-options): Fix small bug introduced
6026 by commit dfcb6faef11a2439b56b18a6289803361d402130.
6027
6028 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6029
6030 * org-agenda.el (org-search-view): Simplify regexp.
6031 (org-agenda-get-todos): Use new format string.
6032
6033 * org-archive.el (org-archive-all-done): Simplify regexp.
6034
6035 * org-ascii.el (org-export-as-ascii): More accurate regexp.
6036
6037 * org-colview.el (org-columns-capture-view): Use new format string
6038 and new string.
6039
6040 * org-docbook.el (org-export-as-docbook): More accurate
6041 regexp. Also use new regexp to match generic headlines.
6042
6043 * org-exp.el (org-export-protect-quoted-subtrees): More accurate
6044 regexp. Also use new regexp to match generic headlines.
6045
6046 * org-html.el (org-export-as-html): More accurate regexp.
6047 Also use new regexp to match generic headlines.
6048
6049 * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
6050 and now erroneous function.
6051
6052 * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
6053 New variables.
6054 (org-set-regexps-and-options): Create regexps according to the
6055 following rule: use spaces only to separate elements from an headline,
6056 while allowing mixed tabs and spaces for any indentation job.
6057 (org-nl-done-regexp, org-looking-at-done-regexp): Removed variables.
6058 (org-set-font-lock-defaults): Fontify again headlines with a keyword
6059 and no other text. Use new format strings.
6060 (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
6061 (org-toggle-fixed-width-section): Use new format string.
6062 (org-todo): More accurate regexps.
6063 (org-point-at-end-of-empty-headline): Simplify regexp.
6064 (org-insert-heading): Headline can sometimes be nil.
6065
6066 2012-01-03 David Maus <dmaus@ictsoc.de>
6067
6068 * org-agenda.el (org-agenda-bulk-action): Bind
6069 `org-loop-over-headlines-in-active-region' to nil to avoid conflict
6070 with bulk command.
6071
6072 2012-01-03 David Maus <dmaus@ictsoc.de>
6073
6074 * org.el (org-deadline, org-schedule): Skip invisible headlines when
6075 mapping over headlines in active region.
6076
6077 2012-01-03 David Maus <dmaus@ictsoc.de>
6078
6079 * org.el (org-loop-over-headlines-in-active-region):
6080 New customization variable. Loop over headlines in active region.
6081 (org-schedule, org-deadline): Apply to headlines in region depending
6082 on new customization variable.
6083
6084 2012-01-03 David Maus <dmaus@ictsoc.de>
6085
6086 * org.el (org-map-entries): Immediately return if scope is 'region
6087 but no region is active.
6088
6089 2012-01-03 David Maus <dmaus@ictsoc.de>
6090
6091 * org.el (org-map-entries): Extend scope 'region to include entire
6092 body of last headline in active region.
6093
6094 2012-01-03 Bastien Guerry <bzg@gnu.org>
6095
6096 * org-src.el (org-edit-src-code): Fix typo-bug.
6097
6098 2012-01-03 Bastien Guerry <bzg@gnu.org>
6099
6100 * org.el (org-format-agenda-item, org-scan-tags):
6101 Rename `org-format-agenda-item' to `org-agenda-format-item'.
6102
6103 2012-01-03 Bastien Guerry <bzg@gnu.org>
6104
6105 * org-agenda.el: Replace `category-pos' by `org-category-pos' to
6106 silent byte-compiler.
6107
6108 2012-01-03 Bastien Guerry <bzg@gnu.org>
6109
6110 * org.el: Declare external function `cdlatex-compute-tables'.
6111
6112 2012-01-03 Bastien Guerry <bzg@gnu.org>
6113
6114 * org-latex.el (org-export-latex-set-initial-vars): Fix problem
6115 when matching #+LaTeX_CLASS.
6116
6117 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
6118
6119 * org.el (org-link-search-must-match-exact-headline): Fix typos.
6120
6121 2012-01-03 Bastien Guerry <bzg@gnu.org>
6122
6123 * org-latex.el (org-export-latex-make-header): Add some hyperref
6124 options.
6125
6126 2012-01-03 Kai Tetzlaff <kai.tetzlaff@web.de> (tiny change)
6127
6128 * org-publish.el (org-publish-file): Added 'eval'ing the value of
6129 the :publishing-directory property before using it as destination
6130 of the publishing project. This allows to construct the publish
6131 destination directory dynamically at run-time using the return
6132 value of a function.
6133
6134 2012-01-03 Bastien Guerry <bzg@gnu.org>
6135
6136 * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
6137
6138 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6139
6140 * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
6141 New option.
6142 (org-agenda-date-later): Improve the logical structure.
6143
6144 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6145
6146 * ob-calc.el (featurep): Require calc-store.
6147
6148 * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
6149 special handling.
6150
6151 * org-compat.el (fboundp): Support for XEmacs.
6152
6153 * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
6154
6155 * org-footnote.el (org-footnote-re): Optimize macro processing.
6156
6157 * org.el (org-set-autofill-regexps): Xemacs compatibility.
6158
6159 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6160
6161 * ob.el (org-babel-balanced-split): Balance both [] and ()
6162 groupings.
6163 (org-babel-parse-header-arguments): Be sure to replace removed ":"
6164 characters.
6165
6166 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6167
6168 * ob.el (org-babel-parse-header-arguments): Quick fix for a
6169 tiny bug.
6170
6171 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6172
6173 * ob.el (org-babel-params-from-properties): Now splits
6174 multiple var arguments behind a single ":var".
6175 (org-babel-balanced-split): Separated balanced splitting of
6176 strings out into a new function.
6177 (org-babel-parse-multiple-vars): Splits multiple var arguments
6178 behind a single ":var".
6179
6180 2012-01-03 Bastien Guerry <bzg@gnu.org>
6181
6182 * org.el: Remap `outline-promote' and `outline-demote' keys to
6183 `org-promote-subtree' and `org-demote-subtree'.
6184
6185 2012-01-03 Leo Liu <sdl.web@gmail.com>
6186
6187 * org-agenda.el (org-agenda-do-context-action): Check if marker is
6188 valid before use.
6189
6190 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6191
6192 * org-agenda.el (org-agenda-date-later): Fix shifting of date
6193 ranges.
6194
6195 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6196
6197 * ob.el: Removing `org-babel-params-from-buffer' and
6198 #+PROPERTIES: entirely.
6199
6200 * ob-exp.el (org-babel-exp-src-block): Removing
6201 `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6202
6203 * ob-lob.el (org-babel-lob-execute): Removing
6204 `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6205
6206 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6207
6208 * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
6209 lines in favor of general #+PROPERTIES: lines.
6210
6211 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6212
6213 * ob-sql.el (org-babel-execute:sql): Insert into a temporary
6214 buffer.
6215
6216 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6217
6218 * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
6219 update the internal cdlatex tables.
6220
6221 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6222
6223 * ob-sql.el (org-babel-execute:sql): Respect literal-results
6224 options.
6225
6226 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6227
6228 * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
6229 code block colname and rowname handling.
6230
6231 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6232
6233 * org-publish.el (org-publish-cache-file-needs-publishing):
6234 Fix regexp to not inlcude newlines.
6235
6236 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6237
6238 * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
6239 restart.
6240
6241 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6242
6243 * org.el (org-fontify-entities): Match entities before
6244 numbers, as in `\sim2'.
6245
6246 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6247
6248 * org-agenda.el (org-agenda-date-later): Make pushing forward
6249 a past date to jump immedialtely to today.
6250
6251 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6252
6253 * org-exp.el (org-store-forced-table-alignment): Parse the
6254 column cookie for both alignment and width
6255 specification. Store the resulting value in `org-col-cookies'
6256 property. Retire the previously used `org-forced-aligns'
6257 property for consistency. Renamed local variable `aligns' to
6258 `cookies'.
6259
6260 * org-html.el (org-format-org-table-html): Use
6261 `org-col-cookies'. Renamed local variable forced-aligns to
6262 col-cookies.
6263
6264 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6265
6266 * org.el (org-latex-to-mathml-jar-file)
6267 (org-latex-to-mathml-convert-command): New user-customizable
6268 variables.
6269 (org-format-latex-mathml-available-p, org-create-math-formula)
6270 (org-format-latex-as-mathml): New functions.
6271 (org-format-latex): Add a new local variable block-type that notes
6272 the nature of the equation - inline or display. Associate it's
6273 value to `org-latex-src-embed-type' property of dvipng links. Add
6274 mathml as new processing type.
6275
6276 2012-01-03 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
6277
6278 * org.el (org-refile): Add tree name to prompt.
6279
6280 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6281
6282 * org-latex.el (org-export-latex-tables): Honor
6283 `org-export-latex-table-caption-above'
6284 (org-export-latex-table-caption-above): New option.
6285
6286 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6287
6288 * ob.el (org-babel-insert-header-arg): Now including language
6289 specific header arg values in insertion options.
6290
6291 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6292
6293 * ob.el (org-babel-insert-header-arg): Fixed typo.
6294
6295 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
6296
6297 * org-exp.el (org-export-number-lines): Modified. Add a new
6298 parameter `preprocess' and use this for backend-agnostic
6299 handling of literal examples.
6300
6301 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6302
6303 * org.el (org-match-substring-regexp)
6304 (org-match-substring-with-braces-regexp): Allow subscripts and
6305 superscripts to start at beginning of line.
6306
6307 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6308
6309 * ob.el (org-babel-common-header-args-w-values): New variable to
6310 hold common header arguments and their default values.
6311 (org-babel-header-arg-names): Redefined using the new common
6312 header arg variable.
6313 (org-babel-insert-header-arg): New function to help when inserting
6314 header arguments.
6315
6316 2012-01-03 David Maus <dmaus@ictsoc.de>
6317
6318 * org-html.el (org-html-handle-links): Remove unnecessary
6319 protection markers when publishing link in default format.
6320
6321 2012-01-03 Pieter Praet <pieter@praet.org> (tiny change)
6322
6323 * org-crypt.el (org-crypt-check-auto-save): New function, see
6324 next change.
6325
6326 * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
6327 check out into a separate function, and call it at a later
6328 point, to assure it only runs when visiting an encrypted
6329 entry.
6330
6331 2012-01-03 John J Foerch <jjfoerch@earthlink.net> (tiny change)
6332
6333 * org.el (org-log-note-headings): Document new %d and %D
6334 escapes.
6335 (org-store-log-note): Implement new %d and %D escapes.
6336
6337 2012-01-03 Dave Abrahams <dave@boostpro.com>
6338
6339 * org-agenda.el (org-agenda-follow-indirect): New option.
6340 (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
6341 follow mode.
6342 (org-agenda-do-context-action): Also do indirect follow mode
6343 action.
6344
6345 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6346
6347 * ob-table.el (sbe): Fix typo in new sbe specification.
6348
6349 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6350
6351 * ob-table.el (sbe): If first variable is a string and not a
6352 cons cell, then interpret it as a string of header arguments
6353 to be passed to the code block.
6354
6355 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6356
6357 * ob-shen.el (shen-eval-defun): Declare external function.
6358 (org-babel-execute:shen): Move requirement of inf-shen into
6359 the function in which it is used to fix build error.
6360
6361 * ob-shen.el: New file.
6362
6363 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6364
6365 * org.el (org-open-at-point): Make `org-open-at-point' only
6366 ask once about creating a new headline.
6367
6368 2012-01-03 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6369
6370 * org.el (org-refile-targets): Elaborated the documentation of
6371 the variable as suggested by Dave Abrahams.
6372
6373 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6374
6375 * org.el (org-align-tags-here): Allow tags to be placed right
6376 after heading.
6377 (org-tags-column): Document the meaning of tags column 0.
6378
6379 2012-01-03 Niels Giesen <niels.giesen@gmail.com>
6380
6381 * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
6382 in agenda if start day is same as end day.
6383
6384 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6385
6386 * org.el (org-refile-get-location): Ignore errors when
6387 collection heading to be excluded.
6388
6389 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6390
6391 * org-special-blocks.el
6392 (org-special-blocks-convert-html-special-cookies): Avoid XHTML
6393 strict problems by not enclosing special blocks in paragraph tags.
6394
6395 2012-01-03 Bernt Hansen <bernt@norang.ca>
6396
6397 * org-html.el (org-export-as-html): Check string-match
6398 argument.
6399 (org-html-handle-time-stamps): Check string-match argument.
6400
6401 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6402
6403 * org-agenda.el
6404 (org-agenda-skip-additional-timestamps-same-entry): Change
6405 default value.
6406
6407 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6408
6409 * org.el (org-time-string-to-time):
6410 (org-time-string-to-absolute): Add optional arguments BUFFER and
6411 POS for error reporting.
6412
6413 * org-agenda.el (org-get-all-dates):
6414 (org-agenda-get-timestamps, org-agenda-get-deadlines)
6415 (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
6416 stamp parsing functions with information on where the
6417 timestamp was taken from.
6418
6419 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6420
6421 * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
6422 after `show-all' in indirect buffer.
6423
6424 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6425
6426 * org-list.el (org-list-parents-alist): When no parent is found
6427 for an item, set it as the closest less indented item above. If
6428 none is found, make it a top level item.
6429 (org-list-write-struct): Externalize code.
6430 (org-list-struct-fix-item-end): New function.
6431 (org-list-struct): Remove a now useless fix.
6432
6433 * org.el (org-ctrl-c-ctrl-c): Use new function.
6434
6435 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6436
6437 * org.el (org-end-of-line): When on an item, move point at the
6438 end of the line, but before any hidden text. Thus, it's still
6439 possible to use commands, like `C-c C-c', acting at
6440 items. This is still disabled if `org-special-ctrl-a/e'
6441 ignores `C-e'.
6442
6443 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6444
6445 * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
6446
6447 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6448
6449 * org-footnote.el (org-footnote-renumber-fn:N): Fix an
6450 infloop.
6451
6452 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6453
6454 * org-footnote.el (org-footnote-at-definition-p): Remove
6455 useless `org-re'.
6456
6457 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6458
6459 * org-footnote.el (org-footnote-renumber-fn:N): Verify point
6460 is at a real footnote reference or definition before
6461 renumbering it.
6462
6463 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6464
6465 * org-footnote.el (org-footnote-goto-definition): This patch
6466 makes sure the function says when a definition has been
6467 found. Thus, moving from the reference to the definition
6468 doesn't offer to create the latter again.
6469
6470 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6471
6472 * org-footnote.el (org-footnote-create-definition):
6473 Explicitely move point after tag, if it has just been
6474 inserted.
6475
6476 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6477
6478 * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
6479 names on Windows systems.
6480
6481 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6482
6483 * org-footnote.el (org-footnote-create-definition): When the
6484 tag is missing, it is created before any existing footnote, or
6485 at end of buffer. In the latter case, the marker pointing at
6486 the position where the new footnote is going to be inserted
6487 (at end of buffer) stays before the tag. This patch makes
6488 sure that the marker will be kept after the tag.
6489
6490 2012-01-03 Eli Zaretskii <eliz@gnu.org>
6491
6492 * org.el (org-mode): Force left-to-right paragraphs in Org
6493 buffers. For a related discussions, see
6494 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
6495
6496 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6497
6498 * ob-asymptote.el (org-babel-asymptote-define-type): Silence
6499 byte-compiler.
6500
6501 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6502
6503 * ob-R.el (org-babel-R-evaluate): Fix bug in R session
6504 evaluation.
6505
6506 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6507
6508 * org-bibtex.el (org-bibtex-type-property-name): Configurable
6509 property name for bibtex entry types.
6510 (org-bibtex-headline): Use new configurable property name.
6511 (org-bibtex-check): Use new configurable property name.
6512 (org-bibtex-create): Use new configurable property name.
6513 (org-bibtex-write): Use new configurable property name.
6514
6515 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6516
6517 * org.el (org-paste-subtree): Remove unnecessary `concat'.
6518
6519 2012-01-03 Bastien Guerry <bzg@gnu.org>
6520
6521 * org.el (org-paste-subtree): Remove useless (concat ...).
6522
6523 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6524
6525 * ob-C.el (org-babel-C-var-to-C): Replacing usage of
6526 characterp with integerp (which should work w/Emacs22).
6527
6528 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6529
6530 * org-footnote.el (org-footnote-at-definition-p): Context must
6531 be valid at the beginning of line, not at point.
6532
6533 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6534
6535 * ob-tangle.el (org-babel-tangle-collect-blocks): Better
6536 delimiting of Org-mode text preceding a code block.
6537
6538 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6539
6540 * ob.el (org-babel-get-src-block-info): Fixing bug,
6541 accidentally deleted variable values.
6542
6543 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6544
6545 * ob-tangle.el (org-babel-process-comment-text): Customizable
6546 function to process comment text.
6547 (org-babel-tangle-collect-blocks): Make use of new
6548 customizable processing function.
6549 (org-babel-spec-to-string): Call customizable function rather than
6550 `org-babel-trim'.
6551
6552 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6553
6554 * ob-R.el (org-babel-execute:R): Collect and pass along the
6555 result-params.
6556 (org-babel-R-evaluate): Accept result-params and if "scalar" or
6557 "verbatim" don't process output.
6558 (org-babel-R-evaluate-session): Accept result-params and if
6559 "scalar" or "verbatim" don't process output.
6560
6561 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6562
6563 * ob.el (org-babel-merge-params): Differentiate between result
6564 types and wrappers.
6565
6566 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6567
6568 * ob.el (org-babel-get-src-block-info): Check that
6569 functional-syntax variables are initialized.
6570
6571 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6572
6573 * ob.el (org-babel-check-src-block): Adding a note for a
6574 future enhancement.
6575
6576 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6577
6578 * org-exp.el (org-export): Restore point when exporting a subtree.
6579
6580 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6581
6582 * ob.el (org-babel-parse-src-block-match): More robust to code
6583 blocks with empty bodies.
6584
6585 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6586
6587 * ob.el (org-babel-parse-src-block-match): Don't error on empty
6588 code block body.
6589
6590 2012-01-03 David Maus <dmaus@ictsoc.de>
6591
6592 * org.el (org-open-at-point): Unescape plain link.
6593
6594 2012-01-03 David Maus <dmaus@ictsoc.de>
6595
6596 * org-html.el (org-html-handle-links): Remove unnecessary link
6597 unescape.
6598
6599 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6600
6601 * ob.el (org-babel-merge-params): Better error message for
6602 unassigned variables.
6603
6604 2012-01-03 Christian Egli <christian.egli@alumni.ethz.ch>
6605
6606 * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
6607 buffer local variables to the temporary buffer before
6608 exporting.
6609
6610 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6611
6612 * org-exp.el (org-export-select-backend-specific-text): Only
6613 remove commas on the front line of a code block.
6614
6615 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6616
6617 * ob.el (org-babel-demarcate-block): Copy headers and indent to
6618 column of point when a block is split.
6619
6620 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6621
6622 * ob.el (org-babel-insert-result): Corrected file insertion
6623 for inline results.
6624
6625 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6626
6627 * org-footnote.el (org-footnote-in-valid-context-p): No
6628 footnote in latex fragments.
6629
6630 2012-01-03 Martin Rudalics <rudalics@gmx.at>
6631
6632 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
6633 argument from `pop-to-buffer-same-window' call.
6634
6635 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6636
6637 * ob-R.el (org-babel-R-evaluate-session): Improve prompt
6638 detection regexp.
6639
6640 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6641
6642 * org-inlinetask.el (org-inlinetask-goto-end): Small
6643 refactoring.
6644
6645 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6646
6647 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
6648 refactor code.
6649 (org-babel-asymptote-table-to-array): Removed function.
6650
6651 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6652
6653 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
6654 recognize non-nested lists as uni-dimensional arrays.
6655
6656 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6657
6658 * ob.el (org-babel-params-from-properties): Don't check for
6659 header arguments in properties with leading ":"s.
6660
6661 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6662
6663 * org-inlinetask.el (org-inlinetask-goto-end): Correctly
6664 detect the end of an inlinetask when the next one starts
6665 immediately after the current one. Also, return position of
6666 point.
6667
6668 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6669
6670 * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
6671 start at bol.
6672
6673 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6674
6675 * ob-asymptote.el (org-babel-asymptote-define-type): Elisp
6676 floats are asymptote reals.
6677
6678 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6679
6680 * ob-asymptote.el (org-babel-asymptote-table-to-array):
6681 Require a new argument TYPE specifying the detected type of
6682 array. If it's a string array, make sure every element is
6683 returned as a string. Also improve doc-string.
6684 (org-babel-asymptote-var-to-asymptote): Fill new argument.
6685 Small refactoring.
6686 (org-babel-asymptote-define-type): Rewrite to avoid stopping
6687 search at first float found, as strings have precedence over
6688 floats.
6689
6690 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6691
6692 * org-footnote.el (org-footnote-normalize): Be sure to separate
6693 the last footnote definition from the rest of the buffer.
6694
6695 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6696
6697 * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
6698 variable names.
6699
6700 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6701
6702 * org.el (org-latex-regexps): Allow matching latex fragments
6703 of type "$" and "$1" at beginning of line.
6704
6705 2012-01-03 Bastien Guerry <bzg@gnu.org>
6706
6707 * org-agenda.el (org-search-view, org-agenda-get-todos)
6708 (org-agenda-get-deadlines, org-agenda-get-scheduled): Add
6709 `category-pos' in let construct.
6710
6711 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6712
6713 * org-footnote.el (org-footnote-get-definition): The function has
6714 to widen buffer if definition has not been found in the current
6715 narrowed part. Be sure to restore that restriction once the
6716 definition is found.
6717
6718 2012-01-03 Michal Sojka <sojka@os.inf.tu-dresden.de> (tiny change)
6719
6720 * org-icalendar.el (org-print-icalendar-entries): Make alarm
6721 duration RFC5545 compliant.
6722
6723 2012-01-03 Bastien Guerry <bzg@gnu.org>
6724
6725 * org-agenda.el (org-agenda-get-timestamps)
6726 (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
6727 the `org-category-pos' property.
6728
6729 2012-01-03 Bastien Guerry <bzg@gnu.org>
6730
6731 * org-html.el (org-export-html-divs): Improve docstring.
6732
6733 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6734
6735 * org-table.el (org-table-fix-formulas): Throw error when
6736 changing formula leads to an invalid formula.
6737
6738 2012-01-03 Bastien Guerry <bzg@gnu.org>
6739
6740 * org.el (org-archive-location): Minor docstring fix.
6741
6742 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6743
6744 * org.el (org-block-todo-from-checkboxes):
6745 `org-list-search-forward' should be used when looking for an
6746 item, as it filters out contexts where match couldn't be in a
6747 list. Also use a correct item regexp, taking into account
6748 alphabetical ordered lists and counters.
6749
6750 2012-01-03 Bastien Guerry <bzg@gnu.org>
6751
6752 * org-html.el (org-html-make-link): Minor fix to the
6753 docstring.
6754
6755 2012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
6756
6757 * org-inlinetask.el (org-inlinetask): New customizable face
6758 for inlinetasks.
6759
6760 2012-01-03 Bastien Guerry <bzg@gnu.org>
6761
6762 * org-agenda.el (org-agenda-get-todos): Properly set
6763 `category-pos'.
6764
6765 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6766
6767 * org-list.el (org-list-struct-apply-struct): Don't use
6768 (copy-marker (point)) instead of (point-marker).
6769
6770 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6771
6772 * ob.el (org-babel-where-is-src-block-result): Don't try to
6773 resolve variables when simply checking if we're inside of a
6774 code block.
6775
6776 2012-01-03 Bastien Guerry <bzg@gnu.org>
6777
6778 * org.el (org-refresh-category-properties): New text property
6779 'org-category-position to point at the beginning of the
6780 headline from which the category is set.
6781
6782 2012-01-03 Matt Lundin <mdl@imapmail.org>
6783
6784 * org.el (org-refile): Don't call `org-back-to-heading' with
6785 goto argument.
6786
6787 2012-01-03 Bastien Guerry <bzg@gnu.org>
6788
6789 * org.el (org-link-display-descriptive): Remove this option and
6790 rely on the existing `org-descriptive-links' instead.
6791 (org-toggle-link-display): Use `org-descriptive-links'.
6792
6793 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6794
6795 * ob-ref.el (org-babel-ref-resolve): Allow matching of results
6796 with tags after the result name.
6797
6798 2012-01-03 Bastien Guerry <bzg@gnu.org>
6799
6800 * org-table.el (org-table-get-specials): Allow the use of the
6801 underscore character in column names.
6802 (org-table-get-specials): Allow the use of the underscore
6803 character in field names.
6804
6805 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6806
6807 * org-exp-blocks.el (org-export-blocks-preprocess): Explicitly
6808 cleaning up markers.
6809
6810 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6811
6812 * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
6813 around `org-babel-exp-do-export' which now searches in this case.
6814 (org-babel-exp-results): Position the point in the inline source
6815 block during export evaluation.
6816
6817 * ob.el (org-babel-insert-result): More readable code.
6818
6819 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6820
6821 * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
6822 in function rather than the superfluous (and now removed)
6823 org-specific function.
6824
6825 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6826
6827 * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
6828 inline code blocks which are already escaped.
6829
6830 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6831
6832 * org-exp-blocks.el (org-marker-from-point): Helper function to
6833 create markers at specific points in source buffers.
6834 (org-export-blocks-preprocess): Use markers instead of points
6835 to delimit code blocks.
6836
6837 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6838
6839 * org-list.el (org-list-separating-blank-lines-number): The
6840 behaviour of `org-back-over-empty-lines' depends on the
6841 associated value of `headline' in
6842 `org-blank-before-new-entry', which is out of context in a
6843 list.
6844
6845 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6846
6847 * org-indent.el (org-indent-initialize-agent): When the current
6848 buffer isn't being watched, resume initialization of other watched
6849 buffers. In that case, give hand to others idle timers or
6850 processes more frequently.
6851 (org-indent-agent-active-delay): Renamed from
6852 `org-indent-agent-process-duration'.
6853 (org-indent-agent-passive-delay): New variable.
6854 (org-indent-agent-resume-delay): Change value.
6855 (org-indent-initialize-buffer): Change argument name.
6856 (org-indent-add-properties): Change argument name and type
6857 expected. It must be a time value now.
6858
6859 2012-01-03 Bastien Guerry <bzg@gnu.org>
6860
6861 * org.el (org-set-property): Bugfix.
6862
6863 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6864
6865 * ob.el (org-babel-remove-result): Idempotent code block
6866 evaluation and result removal.
6867
6868 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6869
6870 * ob-ruby.el (org-babel-ruby-initiate-session): No longer
6871 require inf-ruby when no session evaluation takes place.
6872
6873 2012-01-03 Bastien Guerry <bzg@gnu.org>
6874
6875 * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
6876 the docstring.
6877
6878 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6879
6880 * org-agenda.el (org-agenda-custom-commands): Set a default
6881 value for this command.
6882
6883 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6884
6885 * org-agenda.el (org-agenda-include-all-todo): Declare this option
6886 as no longer working.
6887 (org-timeline): Rename the include-all argument to dotodo.
6888 (org-arg-loc): Renamed from` org-include-all-loc'.
6889 (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
6890 because its function has changed.
6891
6892 2012-01-03 Bastien Guerry <bzg@gnu.org>
6893
6894 * org.el (org-fixup-indentation): Fix various small bugs.
6895
6896 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6897
6898 * org-indent.el (org-indent-agent-timer)
6899 (org-indent-agentized-buffers, org-indent-agent-resume-timer)
6900 (org-indent-agent-process-duration)
6901 (org-indent-agent-resume-delay): New variables.
6902 (org-indent-initial-marker): More accurate doc-string.
6903 (org-indent-initial-timer, org-indent-initial-resume-timer)
6904 (org-indent-initial-process-duration)
6905 (org-indent-initial-resume-delay)
6906 (org-indent-initial-lock): Removed variables.
6907 (org-indent-mode): Set up an agent to watch current buffer, or
6908 add it to the list of already watched buffers.
6909 (org-indent-initialize-agent): New function.
6910 (org-indent-initialize-buffer): Now requires a mandatory
6911 buffer argument.
6912 (org-indent-add-properties): Reflect changes to variables.
6913 The resume timer is now global.
6914
6915 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6916
6917 * org-footnote.el (org-footnote-normalize): Refactor, and fix
6918 some blank lines deletion.
6919
6920 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6921
6922 * org-indent.el (org-indent-mode):
6923 `org-indent-initial-resume-timer ' needs to be local.
6924
6925 2012-01-03 Bastien Guerry <bzg@gnu.org>
6926
6927 * org.el (org-fixup-indentation): Correctly indent meta lines.
6928
6929 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6930
6931 * org-indent.el (org-indent-set-line-properties): Add text
6932 properties down to the beginning of the next line.
6933 (org-indent-add-properties): When last position to add
6934 properties to is at the beginning of a line, all that line
6935 will have properties.
6936
6937 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6938
6939 * org-indent.el (org-indent-initial-resume-timer): New variable.
6940 (org-indent-initialize-buffer): Also resume after a small break.
6941 (org-indent-add-properties): When in asynchronous mode,
6942 proceed for 2 seconds, then take a break.
6943
6944 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6945
6946 * org-indent.el (org-indent-set-line-properties): New function.
6947 (org-indent-add-properties): Externalize worker function.
6948
6949 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6950
6951 * org-indent.el (org-indent-indent-buffer): Take into account
6952 narrowing.
6953
6954 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6955
6956 * org-indent.el (org-indent-modified-headline-flag): Renamed from
6957 `org-indent-deleted-headline-flag'
6958 (org-indent-notify-modified-headline): Renamed from
6959 `org-indent-notify-deleted-headline'. Handle situations when
6960 the stars of an headline are modified.
6961 (org-indent-refresh-maybe): Remove case now handled by
6962 previous function.
6963 (org-indent-mode): Apply renames.
6964
6965 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6966
6967 * org-indent.el (org-indent-inlinetask-first-star): New
6968 variable.
6969 (org-indent-add-properties): Set the first star of inline-tasks'
6970 virtual indentation in `org-warning' face.
6971
6972 * org-inlinetask.el (org-inlinetask-insert-task): Create a new
6973 inline-task slightly differently, so virtual indentation can
6974 be applied normally.
6975
6976 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6977
6978 * org-indent.el (org-indent-initial-marker)
6979 (org-indent-initial-timer, org-indent-initial-lock): New
6980 variables.
6981 (org-indent-mode): At initialization, start an idle timer to indent
6982 the whole buffer. When the user is asking for control, interrupt the
6983 process, and resume at the same point when idle again.
6984 (org-indent-initialize-buffer): New function.
6985 (org-indent-add-properties): Throw an interrupt when indentation of
6986 buffer is stopped during initialization.
6987
6988 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6989
6990 * org-indent.el (org-indent-indent-buffer): Send more
6991 appropriate messages.
6992
6993 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6994
6995 * org-indent.el (org-indent-notify-deleted-headline)
6996 (org-indent-refresh-maybe): Replace `org-indent-outline-re'
6997 with `org-outline-regexp-bol'.
6998
6999 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7000
7001 * org-indent.el (org-indent-max-levels): Modify default value and
7002 add comment.
7003 (org-indent-add-properties): Pay attention to `org-indent-max'
7004 and `org-indent-max-levels' values.
7005 (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
7006 save excursion.
7007
7008 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7009
7010 * org-table.el (org-table-align): Remove now useless hack.
7011
7012 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7013
7014 * org-indent.el (org-indent-fix-section-after-idle-time): Remove
7015 variable.
7016 (org-indent-initialize): Remove timer.
7017 (org-indent-add-properties): Refactor code.
7018 (org-indent-refresh-subtree, org-indent-refresh-section)
7019 (org-indent-refresh-buffer,org-indent-set-initial-properties): Remove
7020 functions.
7021 (org-indent-deleted-headline): New variable.
7022 (org-indent-notify-deleted-headline,org-indent-refresh-maybe): New
7023 functions.
7024 (org-indent-mode): Insert new functions into a hook.
7025
7026 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7027
7028 * org-indent.el (org-indent-mode): Completely refresh buffer
7029 before starting org-indent-mode. Also set idle timer to refresh
7030 only visible portion of buffer, and refresh the subtree instead of
7031 section when promoting or demoting it.
7032 (org-indent-add-properties): Rewrite function to proceed line by
7033 line, as required by `wrap-prefix' specificity.
7034 (org-indent-refresh-section,org-indent-refresh-subtree): Refactor.
7035 (org-indent-refresh-view): New function.
7036 (org-indent-refresh-to, org-indent-refresh-section): Removed
7037 functions.
7038
7039 * org.el (org-unfontify-region): Do not remove prefix
7040 properties when unfontifying a region.
7041
7042 2012-01-03 Bastien Guerry <bzg@gnu.org>
7043
7044 * org-colview.el (org-columns-cleanup-item): Correctly remove
7045 leading stars in items displayed in the agenda column view.
7046
7047 2012-01-03 Bastien Guerry <bzg@gnu.org>
7048
7049 * org-colview.el (org-columns-display-here): Clean up items in
7050 `org-agenda-mode' too.
7051 (org-columns-cleanup-item): Take a new argument CPHR to allow
7052 passing a complex heading regexp. Rewrite to cleanup ITEM
7053 correctly in `org-agenda-mode'.
7054
7055 2012-01-03 Bastien Guerry <bzg@gnu.org>
7056
7057 * org-clock.el (org-duration-string-to-minutes)
7058 (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes): Move
7059 from org.el.
7060
7061 2012-01-03 Bastien Guerry <bzg@gnu.org>
7062
7063 * org.el (org-refile-active-region-within-subtree): New option to
7064 allow refiling a region that is part of a subtree without
7065 containing a subtree itself. This default to `nil'.
7066 (org-refile): Use the new option. Put point at the beginning
7067 of the region/subtree to be refiled, so that users understand
7068 what will be refiled. Also improve the prompt to tell whether
7069 the user is refiling a region or a headline.
7070
7071 2012-01-03 Bastien Guerry <bzg@gnu.org>
7072
7073 * org.el (org-properties-postprocess-alist): New option to allow
7074 postprocessing the values of properties set through
7075 `org-set-property'.
7076 (org-set-property): Use this option.
7077
7078 2012-01-03 Bastien Guerry <bzg@gnu.org>
7079
7080 * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
7081 docstring.
7082
7083 2012-01-03 Bastien Guerry <bzg@gnu.org>
7084
7085 * org-archive.el (org-archive-to-archive-sibling): Use
7086 `org-outline-regexp' instead of `outline-regexp'.
7087
7088 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7089
7090 * org.el (org-between-regexps-p): Searching up to pos may
7091 match again beginning regexp.
7092
7093 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7094
7095 * org-footnote.el (org-footnote-goto-definition): Don't send
7096 erroneous message: suggested bindings might not be set outside
7097 Org.
7098
7099 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7100
7101 * org-footnote.el (org-footnote-normalize): Effectively remove
7102 any footnote tag in non Org buffers, as detailled in the
7103 docstring of `org-footnote-tag-for-non-org-mode-files'.
7104
7105 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7106
7107 * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
7108 notify the opportunity to set the variable to the empty string.
7109 (org-footnote-normalize, org-footnote-create-definition):
7110 Carefully check for inserted newlines and presence of the
7111 footnote tag.
7112
7113 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7114
7115 * org-footnote.el (org-footnote-at-definition-p): Re-use
7116 `org-footnote-definition-re'.
7117
7118 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7119
7120 * org-footnote.el (org-footnote-definition-re): Remove an
7121 useless group.
7122 (org-footnote-at-definition-p): Reflect removal of the group.
7123
7124 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7125
7126 * org.el (org-set-regexps-and-options): Enforce white space
7127 after todo keyword, as word boundary isn't sufficient (i.e. in
7128 matches * TODO/this).
7129
7130 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
7131
7132 * org-inlinetask.el (org-inlinetask-export-templates): Fixed
7133 template for html so that the exported file is valid
7134 xhtml. Added template for odt.
7135 (org-inlinetask-export-handler): Fix typo in the regexp that
7136 trims content. Make sure that the content is flanked by
7137 paragraph boundaries on either side.
7138
7139 2012-01-03 Bastien Guerry <bzg@gnu.org>
7140
7141 * org.el (org-add-planning-info): Don't insert superfluous
7142 space when updating timestamps.
7143
7144 2012-01-03 Bastien Guerry <bzg@gnu.org>
7145
7146 * org-agenda.el (org-cmp-effort): Fix docstring.
7147
7148 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7149
7150 * org-list.el (org-list-full-item-re): When an item has only a
7151 bullet and no space after it, list structure would not be
7152 recognized correctly.
7153
7154 2012-01-03 Bastien Guerry <bzg@gnu.org>
7155
7156 * org.el (org-overview): Use `outline-regexp' instead of
7157 `org-outline-regexp' so that global cycling using
7158 `orgstruct-mode' works outside of Org buffers.
7159
7160 2012-01-03 Bastien Guerry <bzg@gnu.org>
7161
7162 * org-table.el (org-table-eval-formula): Fix missing variable
7163 in let construct.
7164 (org-table-time-string-to-seconds): Fix missing variable in
7165 let construct.
7166
7167 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
7168
7169 * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
7170 case of wdays being 0. Don't pass wdays to
7171 org-agenda-deadline-face, like before the old fix.
7172 (org-agenda-deadline-face): Revert to old state that was without
7173 wdays.
7174
7175 2012-01-03 Bastien Guerry <bzg@gnu.org>
7176
7177 * org-latex.el (org-export-latex-fixed-width): Only add one
7178 line break after exporting verbatim environments.
7179
7180 2012-01-03 Bastien Guerry <bzg@gnu.org>
7181
7182 * org-mw.el (org-mw-export-lists): Fix list export.
7183
7184 2012-01-03 Bastien Guerry <bzg@gnu.org>
7185
7186 * org-list.el (org-list-item-trim-br): New function.
7187 (org-list-to-generic): New parameter :nobr to use the new
7188 function.
7189
7190 2012-01-03 David Maus <dmaus@ictsoc.de>
7191
7192 * org.el (org-paste-subtree): Fix wrong order of lines to move
7193 before pasting.
7194
7195 2012-01-03 David Maus <dmaus@ictsoc.de>
7196
7197 * org.el (org-paste-subtree): Paste subtree above target
7198 headline if point is at bol.
7199
7200 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7201
7202 * org-list.el (org-toggle-checkbox): Don't clear lim-down
7203 while used in the while loop.
7204
7205 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7206
7207 * org-list.el (org-toggle-checkbox): Lim-down must be a
7208 marker.
7209
7210 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7211
7212 * org.el (org-activate-code): Correct regexp so ":.*" isn't
7213 matched.
7214
7215 2012-01-03 David Maus <dmaus@ictsoc.de>
7216
7217 * org-macs.el (org-with-gensyms, org-called-interactively-p)
7218 (with-silent-modifications, org-bound-and-true-p)
7219 (org-unmodified, org-re, org-preserve-lc)
7220 (org-without-partial-completion, org-with-point-at)
7221 (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
7222 (org-if-unprotected-at, org-with-remote-undo)
7223 (org-no-read-only, org-save-outline-visibility)
7224 (org-with-wide-buffer, org-with-limited-levels)
7225 (org-eval-in-environment): Provide edebug specifications.
7226
7227 * org-src.el (org-src-do-at-code-block): Dto.
7228
7229 * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
7230
7231 * org-compat.el (org-xemacs-without-invisibility): Dto.
7232
7233 * org-clock.el (org-with-clock-position, org-with-clock): Dto.
7234
7235 * org-agenda.el (org-agenda-with-point-at-orig-entry)
7236 (org-batch-agenda, org-batch-agenda-csv)
7237 (org-batch-store-agenda-views): Dto.
7238
7239 * ob.el (org-babel-do-in-edit-buffer)
7240 (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
7241
7242 * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
7243
7244 * ob-table.el (sbe): Dto.
7245
7246 * ob-exp.el (org-babel-exp-in-export-file): Dto.
7247
7248 * ob-comint.el (org-babel-comint-in-buffer)
7249 (org-babel-comint-with-output): Dto.
7250
7251 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7252
7253 * org-inlinetask.el (org-inlinetask-export-templates): Fix
7254 docstring.
7255
7256 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7257
7258 * org-inlinetask.el (org-inlinetask-insert-task): Error when
7259 trying to nest inline tasks.
7260
7261 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7262
7263 * org.el (org-activate-code, org-toggle-fixed-width-section)
7264 (org-indent-line-function): Allow "[ \t]*:$" as a special case of
7265 fixed-width section.
7266
7267 2012-01-03 David Maus <dmaus@ictsoc.de>
7268
7269 * org.el (org-paste-subtree): Don't eat headline when called
7270 with point at existing headline.
7271
7272 2012-01-03 David Maus <dmaus@ictsoc.de>
7273
7274 * org.el (org-paste-subtree): Fix typo in variable name.
7275
7276 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
7277
7278 * org-inlinetask.el (org-inlinetask-export-handler): Don't
7279 export inline tasks if the current backend has provided no
7280 entries in `org-inlinetask-export-templates'.
7281
7282 2012-01-03 Valentin Wüstholz <wuestholz@gmail.com> (tiny change)
7283
7284 * org.el (org-indent-line-function): Made the way in which
7285 example blocks are indented more flexible.
7286
7287 2012-01-03 David Maus <dmaus@ictsoc.de>
7288
7289 * org-agenda.el (org-batch-agenda-csv): Fix argument to append
7290 when creating final parameter alist.
7291
7292 2012-01-03 David Maus <dmaus@ictsoc.de>
7293
7294 * org-agenda.el (org-batch-store-agenda-views): Use macro
7295 `org-eval-in-environment'.
7296
7297 2012-01-03 David Maus <dmaus@ictsoc.de>
7298
7299 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv): Use
7300 `org-eval-in-environment.
7301
7302 2012-01-03 David Maus <dmaus@ictsoc.de>
7303
7304 * org-macs.el (org-make-parameter-alist): New function. Turn
7305 flat list of alternating symbol names and values into an alist
7306 with symbol name in car and value in cdr.
7307
7308 2012-01-03 David Maus <dmaus@ictsoc.de>
7309
7310 * org-agenda.el (org-agenda-with-point-at-orig-entry): Use
7311 macro `org-with-gensyms'.
7312
7313 2012-01-03 David Maus <dmaus@ictsoc.de>
7314
7315 * org-macs.el (org-substitute-posix-classes): New
7316 function. Substitute posix classes in regular expression.
7317 (org-re): Use new function.
7318
7319 2012-01-03 David Maus <dmaus@ictsoc.de>
7320
7321 * org-macs.el (org-eval-in-environment): New macro. Evaluate FORM
7322 in ENVIRONMENT.
7323
7324 2012-01-03 David Maus <dmaus@ictsoc.de>
7325
7326 * org-macs.el (org-preserve-lc, org-with-point-at)
7327 (org-with-remote-undo, org-save-outline-visibility): Use new
7328 macro `org-with-gensyms'.
7329
7330 2012-01-03 David Maus <dmaus@ictsoc.de>
7331
7332 * org-macs.el (org-with-gensyms): New macro. Wrap let-binding
7333 of SYMBOLS to new uninterned symbols around BODY.
7334
7335 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7336
7337 * org-inlinetask.el (org-inlinetask-export-handler): Make sure
7338 the task starts a paragraph or the HTML exporter will produce
7339 an incorrect output.
7340
7341 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7342
7343 * org.el (org-return): When filling happens, `newline' can
7344 change match data, hence modifying the indent column.
7345
7346 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7347
7348 * org-footnote.el (org-footnote-new): Only forbid non-inlined
7349 footnotes at column 0, as only them can be confused with a
7350 footnote definition.
7351
7352 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7353
7354 * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
7355 when available when prompted for a label. Also rename a local
7356 variable to avoid confusion with an existing function.
7357
7358 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7359
7360 * org-footnote.el (org-footnote-label-history): Removed
7361 variable
7362 (org-footnote-new): Remove call to that variable.
7363
7364 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7365
7366 * org.el (org-insert-heading): With `force-heading' non-nil,
7367 inserting an heading before any headline, and just after a
7368 list would return an error.
7369
7370 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7371
7372 * ob.el (org-babel-sha1-hash): Removed use of `copy-seq'.
7373
7374 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7375
7376 * org-bibtex.el (org-bibtex-get): Make the "FILE" property
7377 non-special when resolving bibtex values.
7378
7379 2012-01-03 David Maus <dmaus@ictsoc.de>
7380
7381 * org.el (org-back-over-empty-lines): Don't move line upward
7382 if point is at eob.
7383
7384 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7385
7386 * org-footnote.el (org-footnote-in-valid-context-p): Check
7387 `org-protected' property before allowing to match a footnote.
7388 (org-footnote-at-reference-p): Remove an obsolete test. It is now
7389 done in the previous function.
7390
7391 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7392
7393 * org.el (org-between-regexps-p): Previous name implied the
7394 function was related to blocks, which isn't mandatory.
7395 (org-narrow-to-block, org-in-block-p)
7396 (org-indent-line-function): Applied the rename.
7397
7398 * ob-exp.el (org-babel-in-example-or-verbatim): Applied
7399 rename. Also removed a white space.
7400
7401 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7402
7403 * org.el (org-in-regexps-block-p): Return an useful value when
7404 point is between START-RE and END-RE. No incomplete block is
7405 allowed anymore. Add another optional argument to bound the
7406 bottom part of the search.
7407 (org-narrow-to-block, org-in-block-p): Apply modifications.
7408
7409 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7410
7411 * ob.el (org-babel-src-block-regexp): If a code block has a
7412 body, its last character must be a newline.
7413
7414 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7415
7416 * org-footnote.el (org-footnote-next-reference-or-definition):
7417 If no more footnote is found, be sure to go back to the
7418 original position. Otherwise, point might be left on a
7419 footnote-like element that has been dished out.
7420
7421 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7422
7423 * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
7424 variable.
7425
7426 * ob.el (defvar): Wrap variable declaration in
7427 `eval-when-compile'.
7428
7429 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7430
7431 * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
7432
7433 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7434
7435 * ob-java.el (org-babel-execute:java): Allow cmdline flags
7436 during compilation and evaluation.
7437
7438 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
7439
7440 * ob.el (org-babel-expand-body:generic, org-babel-number-p):
7441 * ob-ref.el (org-babel-ref-parse): Fix typos.
7442
7443 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
7444
7445 * ob.el (org-babel-execute-src-block): Fix typo.
7446
7447 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7448
7449 * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
7450
7451 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
7452
7453 * org-list.el (org-list-send-item): Use sort instead of sort*.
7454
7455 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7456
7457 * org-table.el (org-table-line-to-dline): Fix typo.
7458
7459 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7460
7461 * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
7462 (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
7463 (org-search-syntax-table, org-modify-diary-entry-string)
7464 (org-write-agenda):
7465 * org-bbdb.el (org-bbdb-anniv-export-ical):
7466 * org-bibtex.el (org-bibtex-fields):
7467 * org-icalendar.el (org-icalendar-date-time-format):
7468 * org-latex.el (org-export-latex-inline-image-extensions):
7469 * org-list.el (org-list-insert-item): Fix typos.
7470
7471 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
7472
7473 * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
7474
7475 2011-09-27 Eli Zaretskii <eliz@gnu.org>
7476
7477 * org.el (org-mode): Force left-to-right paragraphs in Org
7478 buffers. For a related discussions, see
7479 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
7480
7481 2011-09-17 Juanma Barranquero <lekktu@gmail.com>
7482
7483 * org.el (org-toggle-pretty-entities): Fix typo in message.
7484
7485 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
7486
7487 * org-compat.el (org-pop-to-buffer-same-window): Deleted.
7488
7489 * ob-ref.el (org-babel-ref-goto-headline-id):
7490 * org.el (org-get-location, org-tree-to-indirect-buffer)
7491 (org-mark-ring-goto, org-refile, org-add-log-note)
7492 (org-revert-all-org-buffers, org-switchb)
7493 (org-cycle-agenda-files, org-submit-bug-report)
7494 (org-goto-marker-or-bmk):
7495 * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
7496 * org-capture.el (org-capture-goto-target)
7497 (org-capture-fill-template):
7498 * org-clock.el (org-clock-goto):
7499 * org-ctags.el (org-ctags-visit-buffer-or-file):
7500 * org-exp.el (org-export-as-org):
7501 * org-feed.el (org-feed-show-raw-feed):
7502 * org-html.el (org-export-htmlize-generate-css):
7503 * org-id.el (org-id-goto):
7504 * org-irc.el (org-irc-visit-erc):
7505 * org-mobile.el (org-mobile-apply):
7506 * org-publish.el (org-publish-org-to, org-publish-find-date):
7507 * org-remember.el (org-go-to-remember-target):
7508 * org-src.el (org-src-switch-to-buffer)
7509 (org-edit-fixed-width-region): Use switch-to-buffer.
7510
7511 2011-08-31 Martin Rudalics <rudalics@gmx.at>
7512
7513 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
7514 argument from pop-to-buffer-same-window call.
7515
7516 2011-07-30 Carsten Dominik <carsten.dominik@gmail.com>
7517
7518 * ob.el (org-babel-src-block-regexp): If a code block has a body,
7519 its last character must be a newline.
7520
7521 2011-07-28 Bastien Guerry <bzg@gnu.org>
7522
7523 * org-pcomplete.el: New file. Rename from org-complete.el.
7524 * org-complete.el: Delete file.
7525
7526 2011-07-28 Bastien Guerry <bzg@gnu.org>
7527
7528 * org-publish.el (org-publish-index-generate-theindex): Rename
7529 from `org-publish-index-generate-theindex.inc'. Use the file
7530 theindex.org directly instead of including theindex.inc.
7531 (org-publish-projects): Don't delete .orgx files.
7532 (org-publish-aux-preprocess): Use .file.orgx.
7533
7534 2011-07-28 Bastien Guerry <bzg@gnu.org>
7535
7536 * org-html.el (org-export-html-preamble-format): New default for
7537 the HTML preamble: don't include the title. Also improve the
7538 docstring.
7539 (org-export-html-postamble-format): Improve the docstring.
7540 (org-export-as-html): Add the title within the "content" div.
7541 This is necessary for interaction with the org-info.js script.
7542
7543 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
7544
7545 * org-table.el (org-table-edit-field): Display field coordinates.
7546
7547 2011-07-28 Bastien Guerry <bzg@gnu.org>
7548
7549 * org-publish.el (org-publish-find-title): Bugfix: kill buffers
7550 unless they were already visited.
7551 (org-sitemap-sort-files, org-sitemap-sort-folders)
7552 (org-sitemap-ignore-case, org-sitemap-requested)
7553 (org-sitemap-date-format, org-sitemap-file-entry-format): Use
7554 a correct prefix.
7555 (org-publish-projects): Make sure to delete .orgx files.
7556 (org-publish-index-generate-theindex.inc): Small docstring fix.
7557
7558 2011-07-28 Bastien Guerry <bzg@gnu.org>
7559
7560 * org-table.el (org-table-duration-custom-format): New defcustom
7561 to select output format of durations computations.
7562 (org-table-time-seconds-to-string): Use the new variable.
7563 (org-table-eval-formula): Allow `t' as a flag, on top of `T'. `t'
7564 will use the custom output format defined in
7565 `org-table-duration-custom-format'.
7566
7567 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7568
7569 * org-list.el: Search blank lines down to the end of the item
7570 instead of stopping at the item, in order to possibly match such
7571 lines within the item.
7572
7573 2011-07-28 Bastien Guerry <bzg@gnu.org>
7574
7575 * org-latex.el (org-export-latex-href-format): Docstring fix to
7576 reflect the fact that you can use only one "%s".
7577 (org-export-latex-links): Allow `org-export-latex-href-format' to
7578 have only one "%s".
7579
7580 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7581
7582 * org.el (org-org-menu): Add `org-copy-visible' to the menu.
7583
7584 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7585
7586 * org.el (org-copy-visible): New command.
7587
7588 2011-07-28 Bastien Guerry <bzg@gnu.org>
7589
7590 * org-capture.el (org-capture-templates): Docstring fix.
7591
7592 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7593
7594 * ob.el (org-babel-view-src-block-info): New function to inspect
7595 code blocks.
7596
7597 * ob-keys.el (org-babel-key-bindings): Key bindings for
7598 `org-babel-view-src-block-info'.
7599
7600 2011-07-28 Bastien Guerry <bzg@gnu.org>
7601
7602 * org-exp.el (org-infile-export-plist): Handle recursively
7603 included setup files. The value of the last included file always
7604 takes precedence over previous values.
7605
7606 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7607
7608 * org.el (org-timestamp-change): Keep point in the same category
7609 when updating a time-stamp. This requires to be careful, as,
7610 depending on the locale, name of day might change of length during
7611 the process.
7612
7613 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7614
7615 * org-footnote.el (org-footnote-create-definition): When skipping
7616 already written footnotes definition, the algorithme would assume
7617 each one was only one-line long.
7618
7619 2011-07-28 Bastien Guerry <bzg@gnu.org>
7620
7621 * org-table.el (org-table-eval-formula): Fix bug when a formula
7622 "range" is just one cell.
7623 (org-table-time-string-to-seconds): Don't check whether we
7624 manipulate a string.
7625
7626 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7627
7628 * org-exp.el (org-export-mark-list-end)
7629 (org-export-mark-list-properties): Don't remove the ending regexp
7630 when it consists in blank lines.
7631
7632 * org-list.el (org-list-parse-list): Ditto, but remove it
7633 completely when it isn't made of blank lines (i.e. during export
7634 process).
7635
7636 2011-07-28 Bastien Guerry <bzg@gnu.org>
7637
7638 * org-table.el (org-table-time-string-to-seconds): Match either
7639 HH:MM:SS or HH:MM (instead of MM:SS).
7640
7641 2011-07-28 Bastien Guerry <bzg@gnu.org>
7642
7643 * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
7644 `org-ctrl-c-ctrl-c' cannot do anything useful in the given
7645 context.
7646
7647 2011-07-28 Bastien Guerry <bzg@gnu.org>
7648
7649 * org-html.el (org-export-html-with-timestamp)
7650 (org-export-html-html-helper-timestamp): These are obsolete
7651 variables as of Org version 7.7 as you can already export the
7652 timestamp from the preamble or the postamble.
7653 (org-export-html-before-content-div): Delete variable.
7654 (org-export-html-content-div): Obsolete variable as of 7.7.
7655 (org-export-html-divs): New variable to define divs used in
7656 HTML export.
7657 (org-export-as-html): Now the preamble and the postamble are
7658 surrounded by a <div ...>. The name of the div is defined through
7659 `org-export-html-divs'.
7660
7661 2011-07-28 Bastien Guerry <bzg@gnu.org>
7662
7663 * org-table.el (org-table-eval-formula): Throw an error when
7664 trying to replace complex range with invalid references.
7665
7666 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7667
7668 * org-macs.el (org-with-limited-levels): Some functions, like
7669 `org-back-to-heading', being deeply based on outline-mode, still
7670 refer to `outline-regexp' instead of `org-outline-regexp'.
7671
7672 2011-07-28 Bastien Guerry <bzg@gnu.org>
7673
7674 * org.el (org-refile-get-targets): New optional argument
7675 `excluded-entries' to exclude entries from the targets.
7676 (org-refile-get-location): From an org-mode buffer, exclude
7677 current heading and subheadings from the list of targets when
7678 `org-refile-use-cache' is nil.
7679
7680 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7681
7682 * org.el (org-imenu-get-tree): Headlines start at bol.
7683
7684 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7685
7686 * ob-maxima.el: New file. Fixed self-proclaimed file name.
7687
7688 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7689
7690 * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
7691 lists.
7692
7693 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7694
7695 * org.el (org-kill-is-subtree-p): Matched string needs to start at
7696 bol.
7697
7698 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7699
7700 * org.el (org-paste-subtree, org-kill-is-subtree-p)
7701 (org-yank-folding-would-swallow-text, org-yank-generic): Use
7702 `org-with-limited-levels' macro.
7703
7704 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7705
7706 * org-macs.el (org-with-limited-levels): Also modify, when
7707 appropriate, `org-outline-regexp-at-bol'.
7708
7709 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7710
7711 * org.el (org-timestamp-change): Some locales don't use the same
7712 length for date abbreviations. Set a marker at origin in case
7713 length of new timestamp is different.
7714
7715 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7716
7717 * org.el (org-imenu-get-tree): Browse only true headlines.
7718
7719 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7720
7721 * org-archive.el (org-archive-subtree): While it might be possible
7722 to archive an headline of a temporary buffer (i.e. not visiting a
7723 file), it wouldn't be really sensible.
7724
7725 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7726
7727 * org-archive.el (org-extract-archive-file)
7728 (org-extract-archive-heading, org-archive-subtree):
7729 `buffer-file-name' is nil in an indirect buffer. Thus, use
7730 `(buffer-file-name (buffer-base-buffer))', which will, in any
7731 case, return the file name.
7732
7733 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7734
7735 * org-capture.el (org-capture): If dired isn't loaded,
7736 `dired-buffers' isn't defined, and %F will fail.
7737
7738 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7739
7740 * ob-java.el (org-babel-execute:java): Don't create empty package
7741 directories.
7742
7743 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7744
7745 * ob-java.el: New file.
7746
7747 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7748
7749 * ob.el (org-babel-execute-src-block): Replace call to defunct
7750 function `org-babel-result-hash'.
7751
7752 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7753
7754 * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
7755 lines and headers in `message-mode'.
7756 (org-footnote-at-reference-p): Remove check for cited lines, this
7757 is now handled by the previous function. Refactor.
7758
7759 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7760
7761 * org-capture.el (org-capture): If no file is associated to
7762 current buffer, check dired buffer and try to retrieve a possibly
7763 directory associated.
7764
7765 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7766
7767 * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
7768 (not original) file buffer.
7769
7770 * ob.el (org-babel-current-result-hash): More informative name,
7771 and remove useless optional argument.
7772
7773 2011-07-28 Bastien Guerry <bzg@gnu.org>
7774
7775 * org.el (org-refile-get-location): Exclude current heading from
7776 the refile table.
7777
7778 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7779
7780 * org-footnote.el (org-footnote-at-reference-p): Test if match is
7781 in cited text, when replying to a message.
7782 (org-footnote-new): Do not create a new footnote at bol, as it
7783 might be seen as a definition.
7784 (org-footnote-at-definition-p): Ignore definitions in forbidden
7785 blocks, as it is already the case for references.
7786
7787 2011-07-28 Matt Lundin <mdl@imapmail.org>
7788
7789 * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
7790 argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
7791 have no effect).
7792
7793 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7794
7795 * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
7796 into empty strings.
7797
7798 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7799
7800 * org-list.el (org-list-insert-item): Actualize code comments.
7801 (org-insert-item): For consistency, point cannot be moved at a
7802 surprising place when the user is being asked to choose a new
7803 description term to insert in the list. Point should stay where
7804 the user called the command.
7805
7806 2011-07-28 Bastien Guerry <bzg@gnu.org>
7807
7808 * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
7809 (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
7810
7811 2011-07-28 Bastien Guerry <bzg@gnu.org>
7812
7813 * org.el (org-outline-regexp-bol): New defconst.
7814 (org-outline-level, org-set-font-lock-defaults, org-cycle)
7815 (org-overview, org-content, org-flag-drawer)
7816 (org-first-headline-recenter, org-insert-todo-heading)
7817 (org-map-region, org-move-subtree-down, org-paste-subtree)
7818 (org-kill-is-subtree-p, org-context-p, org-refile)
7819 (org-refile-new-child, org-toggle-comment, org-todo)
7820 (org-add-planning-info, org-add-log-setup, org-scan-tags)
7821 (org-set-tags, org-insert-property-drawer)
7822 (org-prepare-agenda-buffers, org-preview-latex-fragment)
7823 (org-speed-command-default-hook, org-check-for-hidden)
7824 (org-toggle-item, org-toggle-heading)
7825 (org-indent-line-function, org-set-autofill-regexps)
7826 (org-fill-paragraph, org-toggle-fixed-width-section)
7827 (org-yank-generic, org-yank-folding-would-swallow-text)
7828 (org-first-sibling-p, org-goto-sibling)
7829 (org-goto-first-child, org-show-entry): Use
7830 `org-outline-regexp' and `org-outline-regexp-bol'.
7831
7832 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7833
7834 * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
7835 be checked for parent, not current headline. Also, this function
7836 doesn't need to be interactive.
7837
7838 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7839
7840 * org-list.el (org-list-send-item, org-list-struct-apply-struct)
7841 (org-apply-on-list, org-toggle-checkbox): Make markers point
7842 nowhere when they have become useless.
7843
7844 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7845
7846 * org-list.el (org-list-insert-item): When insertion point is in
7847 some white line after the end of the list, remove all unnecessary
7848 white lines there before proceeding. Also refactor a snippet of
7849 code.
7850
7851 2011-07-28 Bastien Guerry <bzg@gnu.org>
7852
7853 * org-latex.el (org-export-latex-image-default-option): Change
7854 default value.
7855
7856 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7857
7858 * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
7859 correctly fontified when the buffer is missing a final newline.
7860
7861 2011-07-28 Bastien Guerry <bzg@gnu.org>
7862
7863 * ob.el (org-babel-strip-protective-commas): Return `nil' instead
7864 of an error if no argument is given.
7865 (org-babel-parse-src-block-match): Make sure body is defined in
7866 the let construct.
7867
7868 2011-07-28 Jon Anders Skorpen <jonas@ifi.uio.no> (tiny change)
7869
7870 * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
7871 did not find includes with double quoted file names.
7872
7873 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7874
7875 * org-footnote.el (org-footnote-normalize): Footnote section
7876 should be inserted only if there are footnotes to insert.
7877
7878 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7879
7880 * org-footnote.el (org-footnote-at-definition-p)
7881 (org-footnote-normalize): Do not grab signature in the definition
7882 of the last footnote.
7883
7884 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7885
7886 * org-bibtex.el (org-babel-trim): Declare this function to the
7887 compiler.
7888 (org-bibtex-get): Trimming whitespace off of bibtex fields read from
7889 properties.
7890
7891 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7892
7893 * org-exp.el (org-export-preprocess-string): Add the possibility
7894 to call recursively the function. Also change order of some
7895 function calls. Comment export process for footnotes.
7896
7897 * org-footnote.el (org-footnote-normalize): Change the export
7898 specific parameter to hold properties of export. Thus, the
7899 function can send every footnote definition in the buffer through
7900 `org-export-process-string'.
7901
7902 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7903
7904 * org-latex.el (org-export-latex-preprocess): First insert
7905 footnotes in the temporary buffer so their contents can properly
7906 be protected from further transformations if required.
7907
7908 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7909
7910 * org-list.el (org-list-indent-offset): New variable.
7911 (org-list-struct-fix-ind): Make use of the new variable.
7912
7913 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7914
7915 * org-latex.el (org-export-latex-list-parameters): Complete
7916 default value with cbtrans option.
7917
7918 * org-list.el (org-list-to-latex): Set a more consistent default
7919 value.
7920
7921 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7922
7923 * org-list.el (org-list-swap-items): Move it to a meaningful
7924 position in source code (i.e. before any function using it), and
7925 rename it to an easier name.
7926
7927 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7928
7929 * org-list.el (org-list-separating-blank-lines-number): If there
7930 are blank lines already in the whole list, add a blank line.
7931
7932 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7933
7934 * org-list.el (org-list-use-circular-move): New variable.
7935 (org-previous-item, org-next-item): Make use of the new variable.
7936 (org-move-item-down, org-move-item-up): Make use of the new
7937 variable. Simplify code.
7938
7939 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7940
7941 * org-list.el (org-list-delete-item, org-list-send-item): New
7942 functions.
7943
7944 2011-07-28 Bastien Guerry <bzg@gnu.org>
7945
7946 * org-agenda.el (org-agenda-bulk-custom-functions): New variable
7947 for custom bulk action functions.
7948 (org-agenda-bulk-action): Use it.
7949
7950 2011-07-28 Bastien Guerry <bzg@gnu.org>
7951
7952 * org-latex.el (org-export-latex-quotes): New defcustom.
7953 (org-export-latex-quotation-marks): Use it.
7954
7955 2011-07-28 Bastien Guerry <bzg@gnu.org>
7956
7957 * org-capture.el (org-capture-finalize): Bugfix about inserted
7958 blank line when killing the capture buffer and
7959 `org-blank-before-new-entry' tells to not insert anything before a
7960 heading.
7961
7962 2011-07-28 Bastien Guerry <bzg@gnu.org>
7963
7964 * org-html.el (org-export-html-content-div): Rename from
7965 `org-export-content-div'.
7966 (org-export-as-html): Use new name.
7967
7968 2011-07-28 Bastien Guerry <bzg@gnu.org>
7969
7970 * org-latex.el (org-export-latex-header-defs-re): Delete.
7971
7972 2011-07-28 Bastien Guerry <bzg@gnu.org>
7973
7974 * org.el (org-last-set-property): New variable.
7975 (org-read-property-name): Use the new variable: the prompt
7976 defaults to the last property set, unless there is a property in
7977 the line at point.
7978
7979 2011-07-28 David Maus <dmaus@ictsoc.de>
7980
7981 * org-capture.el (org-capture-before-finalize-hook)
7982 (org-capture-after-finalize-hook, org-capture-mode-map)
7983 (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
7984 consistently refer to capture, not remember.
7985
7986 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7987
7988 * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
7989 "verbatim" results params.
7990
7991 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7992
7993 * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
7994 "scalar".
7995
7996 * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
7997 "scalar".
7998
7999 * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
8000 synonym for "scalar".
8001
8002 * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
8003 "scalar".
8004
8005 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8006
8007 * ob.el (org-babel-script-escape): Parse odd parens when nested
8008 isnide lists.
8009
8010 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8011
8012 * ob-clojure.el (org-babel-execute:clojure): No longer force
8013 results into elisp if they don't naturally fit.
8014
8015 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8016
8017 * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
8018 already parsed lisp results.
8019
8020 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8021
8022 * org-list.el (org-plain-list-ordered-item-terminator): Remove
8023 incorrect assumption.
8024
8025 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8026
8027 * org-footnote.el (org-footnote-forbidden-blocks): Add missing
8028 exporter specific blocks.
8029
8030 * org-list.el (org-list-forbidden-blocks): Ditto.
8031
8032 2011-07-28 Bastien Guerry <bzg@gnu.org>
8033
8034 * org-latex.el (org-export-latex-tables): Bugfix: remove
8035 properties from fields.
8036
8037 2011-07-28 Bastien Guerry <bzg@gnu.org>
8038
8039 * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
8040 to use `org-clock-timestamps-change'.
8041
8042 2011-07-28 Bastien Guerry <bzg@gnu.org>
8043
8044 * org.el (org-timestamp-up, org-timestamp-down): Mention time
8045 changes in the docstring.
8046
8047 2011-07-28 Bastien Guerry <bzg@gnu.org>
8048
8049 * org-clock.el (org-clock-remove-empty-clock-drawer): New function
8050 to remove empty clock drawer.
8051 (org-clock-out-hook): Add the new function as a hook.
8052
8053 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8054
8055 * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
8056
8057 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8058
8059 * org.el (org-in-block-p): New function.
8060
8061 * org-footnote.el (org-footnote-forbidden-blocks): New variable.
8062 (org-footnote-in-valid-context-p): New function.
8063 (org-footnote-at-reference-p): Use new function. Allow inline
8064 footnotes to start at bol.
8065
8066 2011-07-28 Bastien Guerry <bzg@gnu.org>
8067
8068 * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
8069 (org-lparse-warn): Use it.
8070
8071 2011-07-28 Bastien Guerry <bzg@gnu.org>
8072
8073 * org-ascii.el (org-export-as-utf8): Fix call to
8074 `org-called-interactively-p': it requires an argument. Also fix
8075 the docstring.
8076
8077 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8078
8079 * ob-lilypond.el (show-all): Declaring function from outline.el.
8080 (org-babel-default-header-args:lilypond): Declared.
8081 (ly-process-basic): Use the appropriate prefix for the temporary
8082 file, and don't call a function from ob-dot.el.
8083 (ly-version): Let-bind a free variable.
8084
8085 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8086
8087 * ob-lilypond.el: New file.
8088
8089 2011-07-28 Bastien Guerry <bzg@gnu.org>
8090
8091 * org-publish.el
8092 (org-publish-cache-file-needs-publishing): Only check against .org
8093 files.
8094
8095 2011-07-28 Bastien Guerry <bzg@gnu.org>
8096
8097 * org.el (org-mode): Use `org-default' as the default face in
8098 org-mode.
8099
8100 2011-07-28 Bastien Guerry <bzg@gnu.org>
8101
8102 * org-publish.el
8103 (org-publish-cache-file-needs-publishing): Takes care of more
8104 recently included files, returning `t' in case the file including
8105 them needs to be republished.
8106
8107 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8108
8109 * org-exp.el (org-export-preprocess-string): If the last subtree
8110 is a task, footnotes may be removed along with the subtree. This
8111 patch ensures footnotes are put at the end of the buffer after the
8112 subtree has been removed.
8113
8114 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8115
8116 * org-footnote.el (org-footnote-at-reference-p): Verify that what
8117 looks like a footnote doesn't belong to a link.
8118 (org-footnote-next-reference-or-definition): Check more strictly
8119 footnote definitions.
8120
8121 2011-07-28 Deech <deech@deech-ThinkPad-X200.(none)> (tiny change)
8122
8123 * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
8124 language modes.
8125
8126 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8127
8128 * ob-python.el (org-babel-python-evaluate-session): Inhibit return
8129 of the eoe string during session evaluation.
8130
8131 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8132
8133 * ob-python.el (org-babel-python-evaluate-session): Enough
8134 newlines to ensure a return when ":results output :session".
8135
8136 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8137
8138 * ob-python.el (org-babel-python-evaluate-session): Introduced a
8139 new local function for sending input with a slight delay to allow
8140 pythong to re-draw the prompt. No longer removing newlines inside
8141 code block bodies (was due to a defective regexp).
8142
8143 2011-07-28 Bastien Guerry <bzg@gnu.org>
8144
8145 * org-table.el (org-table-time-seconds-to-string): Use
8146 `org-format-seconds' instead of `format-seconds'.
8147
8148 2011-07-28 David Maus <dmaus@ictsoc.de>
8149
8150 * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
8151 relative symlinks.
8152
8153 2011-07-28 David Maus <dmaus@ictsoc.de>
8154
8155 * org-latex.el (org-export-latex-preprocess): Use function
8156 argument instead of dynamically scoped symbol.
8157
8158 2011-07-28 David Maus <dmaus@ictsoc.de>
8159
8160 * org-freemind.el (org-freemind-convert-links-helper)
8161 (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
8162 (org-freemind-get-node-style): Use org-string-match-p for backward
8163 compatibility with Emacs 22.
8164
8165 2011-07-28 David Maus <dmaus@ictsoc.de>
8166
8167 * org-html.el (org-export-html-protect-char-alist): Add missing
8168 :group keyword in defcustom.
8169
8170 2011-07-28 David Maus <dmaus@ictsoc.de>
8171
8172 * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
8173 `kill-buffer' with argument indiciating to kill current
8174 buffer. Emacs 22 compatibility.
8175
8176 2011-07-28 David Maus <dmaus@ictsoc.de>
8177
8178 * org-macs.el (org-without-partial-completion): Toggle
8179 partial-completion-mode only if it is turned on.
8180
8181 2011-07-28 Bastien Guerry <bzg@gnu.org>
8182
8183 * org.el (org-add-planning-info): Fix issues with timestamps not
8184 being inserted at the same position.
8185
8186 2011-07-28 Bastien Guerry <bzg@gnu.org>
8187
8188 * org-table.el (org-table-time-string-to-seconds)
8189 (org-table-time-seconds-to-string): New functions.
8190 (org-table-eval-formula): Implement the "T" (time) flag for
8191 computing durations.
8192
8193 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8194
8195 * org.el (org-modules): Add org-lparse and org-odt as contrib
8196 modules.
8197
8198 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8199
8200 * org.el (org-fontify-meta-lines-and-blocks-1): Include header
8201 lines.
8202 (org-additional-option-like-keywords): Include data as a synonym
8203 for results.
8204
8205 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8206
8207 * ob.el (org-babel-sha1-hash): Improving code layout and removing
8208 export-variable headers in cache sha1.
8209
8210 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8211
8212 * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
8213 rescan all IDs when trying to resolve a reference.
8214
8215 2011-07-28 Julien Barnier <julien@nozav.org>
8216
8217 * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
8218 blocks lang attribute.
8219
8220 2011-07-28 Eric S Fraga <e.fraga@ucl.ac.uk>
8221
8222 * org-latex.el (org-export-latex-timestamp-inactive-markup): New
8223 option to allow different markup for inactive timestamps.
8224
8225 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8226
8227 * ob-org.el (org-babel-expand-body:org): Implemented this
8228 function, only action is to expand variables.
8229 (org-babel-execute:org): Uses the new body-expansion function.
8230
8231 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8232
8233 * org-list.el (org-list-full-item-re): Allow counter and check-box
8234 to be separated by white spaces.
8235 (org-list-struct-apply-struct): Reflect changes made to
8236 `org-list-full-item-re'.
8237
8238 * org-html.el (org-html-export-list-line): Recognize spaces
8239 between counter and check-boxes as valid.
8240
8241 * org-docbook.el (org-export-docbook-list-line): Ditto.
8242
8243 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8244
8245 * org-list.el (org-list-insert-item): Make sure point is moved to
8246 the specified POS before starting the function.
8247
8248 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8249
8250 * org.el (org-activate-footnote-links): Properly fontify inline
8251 footnotes.
8252 (org-set-font-lock-defaults): Apply changes to previous function.
8253
8254 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8255
8256 * org-footnote.el (org-footnote-at-reference-p): First check if
8257 point is at the beginning of a footnote. Indeed `org-in-regexp'
8258 first checks backwards and might find an incorrect footnote if
8259 they are side-by-side.
8260
8261 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
8262
8263 * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
8264 (org-agenda-block-separator): Add nil to docstring and customization.
8265 (org-prepare-agenda): Skip agenda block separator additionally if
8266 `org-agenda-block-separator' is nil.
8267 (org-agenda-overriding-header): Improve docstring.
8268
8269 2011-07-28 Bastien Guerry <bzg@gnu.org>
8270
8271 * org.el (org-set-tags): Remove useless
8272 `org-without-partial-completion'.
8273
8274 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8275
8276 * org-footnote.el (org-fill-paragraph): Declare function for the
8277 compiler.
8278
8279 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8280
8281 * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
8282
8283 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8284
8285 * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
8286 to appease compiler.
8287
8288 2011-07-28 Michael Markert <markert.michael@googlemail.com>
8289
8290 * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
8291 all `org-called-interactively-p' function invocations.
8292
8293 * org-agenda.el (org-agenda-redo): Adding optional argument KIND
8294 to all `org-called-interactively-p' function invocations.
8295 (org-agenda-show-1): Adding optional argument KIND to all
8296 `org-called-interactively-p' function invocations.
8297 (org-agenda-set-tags): Adding optional argument KIND to all
8298 `org-called-interactively-p' function invocations.
8299
8300 * org-ascii.el (org-export-as-latin1): Adding optional argument
8301 KIND to all `org-called-interactively-p' function invocations.
8302 (org-export-as-latin1-to-buffer): Adding optional argument KIND to
8303 all `org-called-interactively-p' function invocations.
8304 (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
8305 `org-called-interactively-p' function invocations.
8306 (org-export-region-as-ascii): Adding optional argument KIND to all
8307 `org-called-interactively-p' function invocations.
8308
8309 * org-docbook.el (org-export-region-as-docbook): Adding optional
8310 argument KIND to all `org-called-interactively-p' function
8311 invocations.
8312
8313 * org-html.el (org-export-region-as-html): Adding optional
8314 argument KIND to all `org-called-interactively-p' function
8315 invocations.
8316
8317 * org-latex.el (org-export-region-as-latex): Adding optional
8318 argument KIND to all `org-called-interactively-p' function
8319 invocations.
8320
8321 * org-table.el (org-table-blank-field): Adding optional argument
8322 KIND to all `org-called-interactively-p' function invocations.
8323 (org-table-current-column): Adding optional argument KIND to all
8324 `org-called-interactively-p' function invocations.
8325 (org-table-current-dline): Adding optional argument KIND to all
8326 `org-called-interactively-p' function invocations.
8327 (org-table-sort-lines): Adding optional argument KIND to all
8328 `org-called-interactively-p' function invocations.
8329 (org-table-sum): Adding optional argument KIND to all
8330 `org-called-interactively-p' function invocations.
8331 (org-table-rotate-recalc-marks): Adding optional argument KIND to
8332 all `org-called-interactively-p' function invocations.
8333 (org-table-eval-formula): Adding optional argument KIND to all
8334 `org-called-interactively-p' function invocations.
8335 (orgtbl-send-table): Adding optional argument KIND to all
8336 `org-called-interactively-p' function invocations.
8337
8338 * org.el (org-mode): Adding optional argument KIND to all
8339 `org-called-interactively-p' function invocations.
8340 (org-copy-subtree): Adding optional argument KIND to all
8341 `org-called-interactively-p' function invocations.
8342 (org-paste-subtree): Adding optional argument KIND to all
8343 `org-called-interactively-p' function invocations.
8344 (org-store-link): Adding optional argument KIND to all
8345 `org-called-interactively-p' function invocations.
8346 (org-todo): Adding optional argument KIND to all
8347 `org-called-interactively-p' function invocations.
8348 (org-occur): Adding optional argument KIND to all
8349 `org-called-interactively-p' function invocations.
8350
8351 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8352
8353 * org-footnote.el (org-footnote-action): Offer to create
8354 definition when none is found.
8355
8356 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8357
8358 * org-footnote.el (org-footnote-re): Avoid matching inactive
8359 time-stamps or check-box cookies.
8360 (org-footnote-next-reference-or-definition): Adapt to the new regexp.
8361
8362 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8363
8364 * org-exp.el (org-export-preprocess-string): If the last subtree
8365 is commented, footnotes inserted during normalizing at the end of
8366 the buffer may get deleted. This patch ensures deletion comes
8367 first, normalization second.
8368
8369 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8370
8371 * org-exp.el (org-export-footnotes-data): Change docstring.
8372 (org-export-footnotes-seen): Rename from
8373 org-export-footnotes-markers.
8374
8375 * org-ascii.el (org-export-as-ascii): Apply change.
8376
8377 * org-docbook.el (org-export-as-docbook): Apply change.
8378
8379 * org-footnote.el (org-footnote-normalize): Apply change.
8380
8381 * org-html.el (org-export-as-html): Apply change.
8382
8383 * org-latex.el (org-export-as-latex): Apply change.
8384
8385 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8386
8387 * org-latex.el (org-export-latex-preprocess): Rely on
8388 `org-export-footnotes-markers' to retrieve definition of the
8389 current footnote during export.
8390
8391 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8392
8393 * org-footnote.el (org-footnote-normalize): Remember footnotes
8394 seen so far by the exporter when choosing the new marker.
8395
8396 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8397
8398 * org-footnote.el (org-footnote-normalize): Make use of
8399 `org-footnote-insert-pos-for-preprocessor'.
8400
8401 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8402
8403 * org-footnote.el (org-footnote-normalize): Add `org-footnote'
8404 property to footnote markers when preparing for exportation.
8405
8406 * org-html.el (org-export-as-html): Read new property to decide
8407 when to export a footnote.
8408
8409 * org-docbook.el (org-export-as-docbook): Read new property to
8410 decide when to export a footnote.
8411
8412 * org-latex.el (org-export-latex-preprocess): Ensure footnote at
8413 column 0 cannot end a list containing it by adding
8414 `original-indentation' property to it.
8415
8416 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8417
8418 * org-exp.el (org-export-preprocess-string): Normalize footnotes
8419 before marking lists ending.
8420
8421 * org-latex.el (org-export-latex-preprocess): Work with labels as
8422 strings and not as numbers.
8423
8424 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8425
8426 * org-docbook.el (org-export-docbook-footnote-separator): New
8427 variable.
8428 (org-export-as-docbook): Add a separator between footnotes.
8429
8430 * org-html.el (org-export-html-footnote-separator): New variable.
8431 (org-export-as-html): Add a separator between footnotes.
8432
8433 * org-latex.el (org-export-latex-footnote-separator): New
8434 variable.
8435 (org-export-latex-preprocess): Add a separator between footnotes.
8436
8437 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8438
8439 * org-exp.el (org-export-footnotes-markers)
8440 (org-export-footnotes-data): New variables.
8441 (org-export-preprocess-string): Use a more explicit argument.
8442
8443 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8444
8445 * org-footnote.el (org-footnote-goto-definition): Now, determining
8446 if point is at a footnote reference is entirely determined by
8447 `org-footnote-at-reference-p'. No need to check if pattern isn't
8448 at beginning of the line elsewhere.
8449
8450 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8451
8452 * org-footnote.el (org-footnote-next-reference-or-definition): New
8453 function.
8454
8455 * org.el (org-activate-footnote-links): Activate the whole
8456 footnote, but only fontify its label.
8457
8458 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8459
8460 * org-footnote.el (org-footnote-normalize): Make use of changes to
8461 `org-footnote-at-reference-p' and creation of various functions..
8462 Also comment code.
8463 (org-footnote-get-next-reference, org-footnote-delete-references)
8464 (org-footnote-delete-definitions): New functions.
8465 (org-footnote-goto-previous-reference, org-footnote-all-labels)
8466 (org-insert-footnote-reference-near-definition, org-footnote-delete):
8467 Rewrite to use org-footnote-get-next-reference.
8468
8469 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8470
8471 * org-footnote.el (org-footnote-re): Don't end an inline footnote
8472 at unrelated closing square brackets.
8473 (org-footnote-at-reference-p): Improve accuracy of the function to
8474 determine if point is at a reference and to extract definition of an
8475 inline footnote.
8476 (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
8477 (org-footnote-auto-adjust-maybe): Make use of previous function.
8478
8479 2011-07-28 Bastien Guerry <bzg@gnu.org>
8480
8481 * org.el (org-deadline, org-schedule):
8482 keep warning cookie when rescheduling/redeadlining.
8483 (org-time-stamp): Fix problem with warning cookie.
8484
8485 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8486
8487 * ob-clojure.el (org-babel-execute:clojure): Force escaping of
8488 clojure source into elisp source.
8489
8490 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8491
8492 * ob.el (org-babel-script-escape): Treats {} in the same manner as
8493 [] and allows for forcing string conversion.
8494
8495 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8496
8497 * org-exp.el (org-export-select-backend-specific-text): Strip
8498 protective commas from literal code blocks.
8499
8500 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8501
8502 * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
8503
8504 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8505
8506 * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
8507 own function.
8508 (org-babel-ref-headline-body): Split out into its own function.
8509 (org-babel-ref-resolve): Using new functions, and alignment.
8510
8511 * ob.el (org-babel-ref-goto-headline-id): Declare function.
8512 (org-babel-ref-headline-body): Declare function.
8513 (org-babel-expand-noweb-references): Now expands noweb references to
8514 headlines during expansion.
8515
8516 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8517
8518 * ob-ref.el (org-babel-ref-resolve): Now resolves references to
8519 headlines by either global or custom id, in which case the
8520 contents of the headline are returned literally.
8521
8522 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8523
8524 * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
8525 verbatim emphasis.
8526 (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
8527 lines.
8528
8529 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8530
8531 * org-list.el (org-cycle-item-indentation): Cycling back to
8532 original position deleted any additional information in the item,
8533 like a counter or a tag.
8534
8535 2011-07-28 Pieter Praet <pieter@praet.org>
8536
8537 * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
8538 (org-decrypt-entry): Before decrypting, check whether
8539 `auto-save-mode' is enabled for the current buffer, and act on it
8540 according to how `org-crypt-disable-auto-save' is set. Remove
8541 comment re "encrypt[ing] Org auto-saved buffers". Remove on-init
8542 check for `auto-save-default'.
8543
8544 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8545
8546 * ob.el (org-babel-merge-params): Ensure variable parameters are
8547 not reversed.
8548
8549 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8550
8551 * ob.el (org-babel-insert-result): Fix results insertion for
8552 inline blocks which happen to start a line.
8553
8554 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8555
8556 * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
8557 if a call line is commented.
8558
8559 2011-07-28 Vincent Belaïche <vincentb1@users.sourceforge.net>
8560
8561 * org.el (org-read-property-name): Propose default property name.
8562
8563 2011-07-28 Achim Gratz <stromeko@nexgo.de>
8564
8565 * org.el (org-log-into-drawer): Correct typo.
8566
8567 * org-clock.el (org-clock-into-drawer): New function to change the
8568 location of clock events based on properties CLOCK_INTO_DRAWER or,
8569 as fallback, LOG_INTO_DRAWER, like it is already possible for
8570 state change logs.
8571
8572 * org-clock.el (org-clock-jump-to-current-clock): Add statement to
8573 let clause to bind `org-clock-into-drawer' to result of function
8574 eval.
8575
8576 * org-clock.el (org-clock-find-position): Add statement to let
8577 clause to bind `org-clock-into-drawer' to result of function eval,
8578 change let to let* since the binding is used later in the same
8579 clause.
8580
8581 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8582
8583 * ob-lob.el (require): Ensure 'cl is loaded during compilation so
8584 we can use flet.
8585
8586 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8587
8588 * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
8589 non-inline call lines.
8590
8591 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8592
8593 * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
8594 call_ blocks which aren't whitespace padded.
8595
8596 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8597
8598 * ob.el (org-babel-merge-params): Do not reverse variable order,
8599 and be sure to increment variable index as appropriate.
8600
8601 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8602
8603 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
8604 successfully match optional trailing header arguments in square
8605 brackets.
8606 (org-babel-lob-get-info): Updated to match the new regexp.
8607
8608 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8609
8610 * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
8611 then allow them to be so.
8612
8613 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8614
8615 * ob.el (org-babel-merge-params): If variables are not named they
8616 are assigned in order.
8617
8618 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8619
8620 * ob.el: Remove code comment about online documentation.
8621
8622 * ob-exp.el: Remove code comment about online documentation.
8623
8624 * ob-lob.el: Remove code comment about online documentation.
8625
8626 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8627
8628 * org-exp.el (org-export-format-source-code-or-example): Fix
8629 signature of org-<backend>-format-source-code-or-example function.
8630
8631 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8632
8633 * ob.el (org-babel-sha1-hash): Replace call to
8634 called-interactively-p with backwards-compatible interactive-p.
8635
8636 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8637
8638 * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
8639 replacement of inline call blocks with their results.
8640
8641 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8642
8643 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
8644 trailing space ensures that the insertion of the results looks
8645 nice.
8646
8647 * ob.el (org-babel-insert-result): Insert inline lob line results
8648 as inline results.
8649
8650 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8651
8652 * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
8653 appropriately given the style (block or inline) of the lob line.
8654
8655 * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
8656 specific for block lob lines.
8657 (org-babel-inline-lob-one-liner-regexp): New regexp specific for
8658 inline lob lines.
8659 (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
8660 (org-babel-lob-get-info): Return info from *either* the block or
8661 inline lob lines.
8662
8663 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8664
8665 * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
8666 structure of the resulting info list.
8667
8668 * ob-lob.el (org-babel-default-lob-header-args): Export the
8669 results of call lines by default.
8670
8671 2011-07-28 Niels Giesen <niels.giesen@gmail.com> (tiny change)
8672
8673 * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
8674 property based on the ID property of the org entry to the first
8675 character of the diary entry.
8676
8677 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8678
8679 * org-footnote.el
8680 (org-footnote-insert-pos-for-preprocessor): New variable.
8681 (org-footnote-normalize): Use it.
8682
8683 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8684
8685 * org-exp.el (org-export-format-source-code-or-example):
8686 Simplify. Also add `org-native-text' as a text property to the
8687 formatted text and throw error for unknown backends.
8688
8689 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8690
8691 * org-exp.el (org-export-format-source-code-or-example): Add
8692 support for: - custom formatters for existing backends - seamless
8693 plugging in of new backends.
8694
8695 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8696
8697 * org-exp.el (org-export-backends): New variable.
8698 (org-export-select-backend-specific-text): Use above
8699 variable. Also mark text between #+BACKEND and
8700 #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
8701 This text property is currently used only by the new line-oriented
8702 generic exporter (which is not yet part of the repo).
8703
8704 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8705
8706 * org-exp.el (org-export): Reserve keys 'o' and 'O' for
8707 OpenDocumentText export and bind them to `org-export-as-odt' and
8708 `org-export-as-odt-and-open'.
8709
8710 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8711
8712 * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
8713 mode.
8714
8715 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8716
8717 * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
8718 lists before reading into emacs-lisp.
8719
8720 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8721
8722 * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
8723
8724 * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
8725
8726 * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
8727
8728 * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
8729
8730 * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
8731
8732 * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
8733
8734 * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
8735
8736 * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
8737
8738 * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
8739
8740 * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
8741
8742 * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
8743
8744 * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
8745
8746 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8747
8748 * ob-awk.el: New file.
8749
8750 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8751
8752 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
8753 ":results verbatim".
8754
8755 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8756
8757 * org-agenda.el (org-float): Aliases for `diary-float'.
8758
8759 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8760
8761 * ob-python.el (org-babel-python-evaluate-session): Send
8762 comint-send-input after every line when interacting with an
8763 interactive python process.
8764
8765 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8766
8767 * org-list.el (org-reset-checkbox-state-subtree): Make the command
8768 more robust, and correctly update check-boxes in the whole
8769 sub-tree.
8770 (org-update-checkbox-count): Fix bug accumulating count of checkboxes
8771 when walking a subtree.
8772 (org-update-checkbox-count-maybe): Add an optional argument passed to
8773 org-update-checkbox-count.
8774
8775 2011-07-28 Ted Zlatanov <tzz@lifelogs.com>
8776
8777 * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
8778
8779 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8780
8781 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
8782 ":results scalar" header argument combination.
8783
8784 2011-07-28 Dan Davison <dandavison7@gmail.com>
8785
8786 * org-src.el: Append a space character to copied text so that the
8787 final text property change is picked up correctly.
8788
8789 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8790
8791 * ob-tangle.el (org-babel-tangle-file): Use the new argument list
8792 to org-babel-tangle.
8793 (org-babel-tangle): Now when called with a prefix argument, only the
8794 current code block is tangled.
8795
8796 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8797
8798 * org-list.el (org-list-parse-list): Replace transitional
8799 check-boxes with "[CBTRANS]" string during parsing.
8800 (org-list-to-generic): Use the new property `:cbtrans' to configure
8801 export string for transitional check-boxes.
8802
8803 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8804
8805 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
8806 Use stable internal `org-anniversary' instead of
8807 diary-anniversary.
8808 (org-class): New function.
8809 (org-diary-class): Use `org-class'.
8810 (org-anniversary, org-cyclic, org-date, org-block): New functions.
8811
8812 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8813
8814 * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
8815 of header argument names.
8816
8817 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8818
8819 * ob.el (org-babel-expand-noweb-references): Concatenating all
8820 bodies with the appropriate name or :noweb-ref header argument.
8821
8822 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
8823
8824 * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
8825 work also when #+begin line is indentex.
8826
8827 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8828
8829 * ob.el (org-babel-src-block-regexp): Babel: code block may have
8830 empty bodies.
8831
8832 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8833
8834 * org-macs.el (org-without-partial-completion): Avoid calling by
8835 name a function unknown to the compiler but explicitly checked by
8836 program logic.
8837
8838 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8839
8840 * org-mouse.el (org-agenda-earlier): Declaring previously unknown
8841 function.
8842 (org-agenda-later): Declaring previously unknown function.
8843 (org-agenda-mode-map): Declaring previously unknown variable.
8844
8845 * org.el (org-read-date-analyze): Explicitly ignore the return
8846 value of a function.
8847
8848 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8849
8850 * org-agenda.el (org-agenda-mode): Globally replace
8851 buffer-substring-filters with filter-buffer-substring-functions.
8852
8853 * org-indent.el (org-indent-mode): Globally replace
8854 buffer-substring-filters with filter-buffer-substring-functions.
8855
8856 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8857
8858 * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
8859 #'(λ...).
8860
8861 * org-attach.el: Replacing '(λ...) with #'(λ...).
8862 (org-attach-commit): Replacing '(λ...) with #'(λ...).
8863
8864 * org-exp.el: Replacing '(λ...) with #'(λ...).
8865 (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
8866
8867 * org-html.el: Replacing '(λ...) with #'(λ...).
8868 (org-export-as-html): Replacing '(λ...) with #'(λ...).
8869
8870 * org-mouse.el: Replacing '(λ...) with #'(λ...).
8871 (org-mouse-popup-global-menu): Replacing '(λ...) with
8872 (org-mode-hook): Replacing '(λ...) with #'(λ...).
8873 (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
8874
8875 * org-src.el: Replacing '(λ...) with #'(λ...).
8876 (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
8877
8878 * org-table.el: Replacing '(λ...) with #'(λ...).
8879 (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
8880
8881 * org.el: Replacing '(λ...) with #'(λ...).
8882 (org-confirm-shell-link-function): Replacing '(λ...) with
8883 (org-category): Replacing '(λ...) with #'(λ...).
8884
8885 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8886
8887 * org.el (mailcap-parse-mailcaps): Declaring functions used by
8888 `org-open-file'.
8889 (mailcap-extension-to-mime): Declaring functions used by
8890 `org-open-file'.
8891 (mailcap-mime-info): Declaring functions used by `org-open-file'.
8892
8893 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8894
8895 * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
8896 function `interactive-p'.
8897 (org-agenda-show-1): Replacing call to now-defunct function
8898 `interactive-p'.
8899 (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
8900
8901 * org-ascii.el: Replacing call to now-defunct function
8902 `interactive-p'.
8903 (org-export-as-latin1): Replacing call to now-defunct function
8904 `interactive-p'.
8905 (org-export-as-latin1-to-buffer): Replacing call to now-defunct
8906 function `interactive-p'.
8907 (org-export-as-utf8): Replacing call to now-defunct function
8908 `interactive-p'.
8909 (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
8910 `interactive-p'.
8911 (org-export-region-as-ascii): Replacing call to now-defunct
8912 function `interactive-p'.Replacing call to now-defunct function
8913 `interactive-p'.
8914
8915 * org-docbook.el: Replacing call to now-defunct function
8916 `interactive-p'.
8917 (org-export-region-as-docbook): Replacing call to now-defunct
8918 function `interactive-p'.Replacing call to now-defunct function
8919 `interactive-p'.
8920
8921 * org-html.el: Replacing call to now-defunct function
8922 `interactive-p'.
8923 (org-export-region-as-html): Replacing call to now-defunct
8924 function `interactive-p'.Replacing call to now-defunct function
8925 `interactive-p'.
8926
8927 * org-latex.el: Replacing call to now-defunct function
8928 `interactive-p'.
8929 (org-export-region-as-latex): Replacing call to now-defunct
8930 function `interactive-p'.Replacing call to now-defunct function
8931 `interactive-p'.
8932
8933 * org-macs.el: Replacing call to now-defunct function
8934 `interactive-p'.
8935 (org-called-interactively-p): Replacing call to now-defunct
8936 function `interactive-p'.Replacing call to now-defunct function
8937 `interactive-p'.
8938
8939 * org-table.el: Replacing call to now-defunct function
8940 `interactive-p'.
8941 (org-table-blank-field): Replacing call to now-defunct function
8942 `interactive-p'.
8943 (org-table-current-column): Replacing call to now-defunct function
8944 `interactive-p'.Replacing call to now-defunct function
8945 `interactive-p'.
8946 (org-table-current-dline): Replacing call to now-defunct function
8947 `interactive-p'.Replacing call to now-defunct function
8948 `interactive-p'.
8949 (org-table-sort-lines): Replacing call to now-defunct function
8950 `interactive-p'.
8951 (org-table-sum): Replacing call to now-defunct function
8952 `interactive-p'.
8953 (org-table-rotate-recalc-marks): Replacing call to now-defunct
8954 function `interactive-p'.
8955 (org-table-eval-formula): Replacing call to now-defunct function
8956 `interactive-p'.
8957 (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
8958
8959 * org.el: Replacing call to now-defunct function `interactive-p'.
8960 (org-mode): Replacing call to now-defunct function
8961 `interactive-p'.
8962 (org-copy-subtree): Replacing call to now-defunct function
8963 `interactive-p'.
8964 (org-paste-subtree): Replacing call to now-defunct function
8965 `interactive-p'.
8966 (org-store-link): Replacing call to now-defunct function
8967 `interactive-p'.
8968 (org-todo): Replacing call to now-defunct function `interactive-p'.
8969 (org-occur): Replacing call to now-defunct function `interactive-p'.
8970
8971 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8972
8973 * ob-R.el (ess-local-process-name): This variable wasn't known to
8974 be defined.
8975
8976 * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
8977 group specified.
8978
8979 * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
8980 known to be defined.
8981 (org-babel-tangle-combine-named-blocks): Roll my own version of a
8982 forbidden common lisp function.
8983
8984 * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
8985 called-interactively.
8986
8987 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8988
8989 * org-latex.el (org-export-latex-tables): Check for the
8990 "multiline" option and set the `floatp' option to true when
8991 multicolumn tables are requested.
8992
8993 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8994
8995 * org-html.el (org-export-as-html, org-html-level-start): Only
8996 convert section number underscores to dashes.
8997
8998 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8999
9000 * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
9001 `days-to-time, converting relative to 1 BC, while the code assumed
9002 it would return a time relative to 1970.
9003
9004 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9005
9006 * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
9007 inserting newlines between appended code blocks.
9008
9009 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9010
9011 * ob-exp.el: We may no longer need to export names along with code
9012 blocks.
9013
9014 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9015
9016 * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
9017 balanced nested begin/end blocks in block bodies.
9018
9019 2011-07-28 Dan Davison <dandavison7@gmail.com>
9020
9021 * org-latex.el: Add -shell-escape to pdflatex commands.
9022
9023 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9024
9025 * ob-tangle.el (org-babel-tangle-named-block-combination): Block
9026 combination can now take a number of values.
9027 (org-babel-tangle-combine-named-blocks): More sophisticated block
9028 combination behavior.
9029
9030 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9031
9032 * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
9033 to turn on the combination of code blocks of the same name.
9034 (org-babel-tangle-combine-named-blocks): Combine blocks of the same
9035 name.
9036
9037 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9038
9039 * ob-ruby.el (xmp): Declaring this function to appease the
9040 compiler.
9041 (org-babel-execute:ruby): "xmp" result option for outputting
9042 annotated source code.
9043
9044 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> (tiny change)
9045
9046 * org-list.el (org-list-to-latex): The enumerate environment in
9047 latex increments the counter before using it. Therefore, org-mode
9048 should set the enumeration counter to the desired value minus one.
9049
9050 2011-07-28 Michael Brand <michael.ch.brand@gmail.com> (tiny change)
9051
9052 * org.el (org-toggle-heading): More comments and fix number of
9053 stars when toggling from list items.
9054
9055 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
9056
9057 * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
9058 effort that is accepted by `org-duration-string-to-minutes´.
9059
9060 2011-07-28 Julien Barnier <julien@nozav.org>
9061
9062 * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
9063 wait until previous line execution is finished.
9064
9065 * ob-comint.el (org-babel-comint-with-output): When looking for
9066 end-of-evaluation indicator, search forward for the indicator
9067 before searching forward for the prompt.
9068
9069 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9070
9071 * org-entities.el (org-entities): Fix HTML entity for degree.
9072
9073 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9074
9075 * org.el (org-auto-align-tags): Change docstring.
9076 (org-update-parent-todo-statistics): Keep tags aligned even when
9077 statistics cookies are shifting them.
9078
9079 * org-list.el (org-update-checkbox-count): Keep tags aligned even
9080 when statistics cookies are shifting them.
9081
9082 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9083
9084 * ob.el (org-babel-sha1-hash): Don't modify info argument by
9085 side-effect when sorting result-params list.
9086
9087 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9088
9089 * ob.el (org-babel-result-regexp): Use non-shy group around
9090 `org-babel-data-names'.
9091
9092 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9093
9094 * org.el (org-insert-link): Set truncate-line in the *Org Link*
9095 buffer and make sure that it really is set there.
9096
9097 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9098
9099 * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
9100 changing how/if the current directory is represented to lisp code.
9101 (org-babel-execute:lisp): More general handling of the default
9102 directory value.
9103
9104 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9105
9106 * ob-lisp.el (org-babel-execute:lisp): Setting the value of
9107 *default-pathname-defaults* to either the value of the :dir header
9108 argument or the directory of the containing Org-mode file.
9109
9110 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9111
9112 * ob-lisp.el (org-babel-execute:lisp): No real functional change,
9113 just aesthetic.
9114
9115 2011-07-28 Sébastien Delafond <sdelafond@gmail.com> (tiny change)
9116
9117 * org.el (org-mode-flyspell-verify): This is useful when using
9118 flyspell with a non-English dictionary, or if some of your
9119 keywords are in another language.
9120
9121 2011-07-28 David Maus <dmaus@ictsoc.de>
9122
9123 * org-exp.el (org-export): Use new compatibility function
9124 `org-activate-mark'.
9125
9126 * org-compat.el (org-activate-mark): New function. Provide
9127 `activate-mark' if not present (e.g. Emacs 22).
9128
9129 2011-07-28 David Maus <dmaus@ictsoc.de>
9130
9131 * org-table.el (org-table-follow-field-mode): Declare variable to
9132 keep byte compiler happy.
9133
9134 2011-07-28 David Maus <dmaus@ictsoc.de>
9135
9136 * org-footnote.el (org-id-uuid): Declare function, silence byte
9137 compiler.
9138
9139 2011-07-28 David Maus <dmaus@ictsoc.de>
9140
9141 * org-bibtex.el (org-bibtex-headline): Don't use equalp at
9142 run-time, compare downcased strings.
9143
9144 2011-07-28 David Maus <dmaus@ictsoc.de>
9145
9146 * org-bibtex.el (org-id-locations): Declare variable to silence
9147 byte compiler.
9148
9149 2011-07-28 David Maus <dmaus@ictsoc.de>
9150
9151 * org-id.el (org-id-locations): Fix docstring, remove reference to
9152 non-existent option.
9153
9154 2011-07-28 David Maus <dmaus@ictsoc.de>
9155
9156 * org.el (org-self-insert-command): Use `delete-char' instead of
9157 `delete-backward-char'.
9158
9159 * org-table.el (orgtbl-self-insert-command): Ditto.
9160
9161 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9162
9163 * org-latex.el (org-export-latex-special-chars): Save match data
9164 when checking for table.el table.
9165
9166 2011-07-28 David Maus <dmaus@ictsoc.de>
9167
9168 * org.el (org-re-property): Move before its first use.
9169
9170 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9171
9172 * org-latex.el (org-export-latex-preprocess): Add
9173 `original-indentation' property to footnotes so they cannot
9174 possibly end a list by being less indented than the item they
9175 belong to.
9176
9177 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9178
9179 * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
9180 in `progn'.
9181 (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
9182 to swank.
9183
9184 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9185
9186 * org-clock.el (org-clocktable-write-default): Implement adding
9187 property columns to the clock table.
9188
9189 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9190
9191 * org.el (org-toggle-item): Move parenthesis to correct location.
9192
9193 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9194
9195 * org.el (org-default-priority):
9196 (org-priority-start-cycle-with-default): Improve docstring.
9197 (org-priority): Throw error when priority is out of range.
9198
9199 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9200
9201 * org.el (org-self-insert-command): Catch the case of
9202 `buffer-undo-list' eq t.
9203
9204 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9205
9206 * org.el (org-toggle-heading): Region should be considered as made
9207 of full lines, without the last one if region-end is at bol.
9208 Removed unused variables. Refactored and commented code.
9209
9210 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9211
9212 * org.el (org-toggle-item): When region includes an headline less
9213 indented than first one, set it as the new reference.
9214
9215 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9216
9217 * org-list.el (org-list-to-subtree): If the list is before first
9218 heading and `org-odd-levels-only' is non-nil, the first item gets
9219 two stars instead of one.
9220
9221 * org.el (org-reduced-level): A level of 0 was reduced to 1 with
9222 `org-odd-levels-only' non-nil.
9223
9224 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9225
9226 * org.el (org-toggle-item): Converting an heading to an item would
9227 sometimes insert unnecessary spaces before it, and unwanted space
9228 with `org-indent-mode' on. Changing some text into an item
9229 wouldn't always preserve indentation.
9230
9231 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9232
9233 * org-capture.el (org-capture-current-plist): Improve docstring.
9234 (org-capture-put): Add docstring.
9235 (org-capture-get): Add docstring.
9236 (org-capture-member): Add LOCAL argument. Add docstring.
9237 (org-capture-set-target-location): Store the time received from a
9238 date prompt into the :prompt-time property.
9239
9240 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9241
9242 * org-exp.el (org-export-mark-list-properties): Even if context is
9243 invalid, mark list item with `list-context' property.
9244
9245 * org-list.el (org-list-forbidden-blocks): Add exporters specific
9246 blocks to the list of forbidden blocks.
9247
9248 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9249
9250 * org-list.el (org-sort-list): Function tries to intern
9251 getkey-func before it is defined, so it's always nil.
9252
9253 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9254
9255 * org.el (org-babel-load-languages): Adding ob-awk to the list of
9256 executable languages.
9257
9258 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9259
9260 * org-table.el (org-table-get-field): Make sure the new field
9261 content is at least one space character.
9262
9263 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9264
9265 * org-crypt.el: Check for `daemonp' before using it.
9266
9267 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9268
9269 * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
9270 :stdin header argument.
9271 (org-babel-execute:sh): Use the :stdin header argument.
9272 (org-babel-sh-var-to-sh): Split the bulk of this function off into a
9273 new sub-function.
9274 (org-babel-sh-var-to-string): New function for converting elisp
9275 values to strings that make sense for parsing with sh.
9276 (org-babel-sh-evaluate): Adding "stdin" option to session and
9277 external evaluation options.
9278
9279 2011-07-28 Roland Kaufmann <rlndkfmn+orgmode@gmail.com> (tiny change)
9280
9281 * org-exp.el (org-remove-formatting-on-newlines-in-region): New
9282 function.
9283 (org-export-format-source-code-or-example): Call
9284 `org-remove-formatting-on-newlines-in-region'.
9285
9286 2011-07-28 David Maus <dmaus@ictsoc.de>
9287
9288 * org.el (org-entry-put): Prevent adding of extra space to value
9289 if property already exists.
9290
9291 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
9292
9293 * org-html.el (org-export-as-html): Don't expand non-data lines of
9294 table.el tables.
9295 (org-html-expand): Removed the (buggy) test for non-data lines
9296 in table.el tables. The test is now done as part of
9297 org-export-as-html.
9298 (org-format-table-table-html-using-table-generate-source):
9299 Added test for spanning of cells in table.el tables using
9300 table.el's own library routine. Optionally suppress export of
9301 simple table.el tables.
9302 (org-format-table-html): Removed the (buggy) test for spanned
9303 table.el tables. The test is now done as part of
9304 org-format-table-table-html-using-table-generate-source.
9305
9306 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9307
9308 * org-latex.el (org-export-latex-special-chars): Do nothing in
9309 table.el tables.
9310
9311 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9312
9313 * org-capture.el (org-capture): Ignore errors when creating a
9314 link.
9315
9316 2011-07-28 Nick Dokos <nick@dokosmarshall.org> (tiny change)
9317
9318 * org-exp.el (org-export-define-heading-targets): Use dash instead
9319 of underscore to make labels valid.
9320
9321 2011-07-28 Dan Davison <dandavison7@gmail.com>
9322
9323 * ob-R.el (org-babel-R-write-object-command): Ensure that all data
9324 is written to the results file before Emacs notices that the file
9325 exists.
9326
9327 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9328
9329 * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
9330 defined locally on my system, but not globally in Emacs.
9331
9332 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9333
9334 * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
9335 generate code block output.
9336 (org-babel-exp-code): Re-create the code block body for exporting
9337 source code.
9338
9339 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9340
9341 * org.el (org-read-date): Bury Calendar buffer after using it for
9342 selecting a date.
9343
9344 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9345
9346 * org-list.el (org-list-separating-blank-lines-number): Fix
9347 confusion between point and item beginning. Now, if no
9348 information is available, truly follow user preference when it
9349 inserts blank lines manually.
9350 (org-list-insert-item): Send correct argument to the preceding
9351 function.
9352
9353 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9354
9355 * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
9356 newline inside of the code block body.
9357
9358 2011-07-28 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
9359
9360 * ob.el: Avoid spurious matches to literal.
9361
9362 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9363
9364 * org.el (org-indent-line-function): Don't include #+include
9365 lines.
9366
9367 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9368
9369 * ob-keys.el (org-babel-key-bindings): Adding key sequence for
9370 org-babel-check-src-block.
9371
9372 * ob.el (org-babel-expand-src-block): Fit within 80 cols.
9373 (org-babel-edit-distance): Returns the edit distance of two
9374 strings.
9375 (org-babel-check-src-block): Check a code block for errors.
9376
9377 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9378
9379 * org-capture.el (org-capture-templates): Fix bug in customization
9380 setup.
9381
9382 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9383
9384 * org-table.el
9385 (org-table-exit-follow-field-mode-when-leaving-table): New option.
9386 (org-table-check-inside-data-field): New optional argument
9387 `noerror'. When set, the function will only return nil instead of
9388 throwing an error.
9389 (org-table-edit-field): Interpret double prefix argument, and improve
9390 the properties of the editing window.
9391 (org-table-follow-field-mode): New minor mode.
9392 (org-table-follow-fields-with-editor): New function.
9393
9394 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9395
9396 * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
9397 first, then check if timestamps cause exclusion.
9398
9399 * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
9400 if timestamps cause exclusion.
9401
9402 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9403
9404 * org-list.el (org-list-full-item-re): Allow description term to
9405 have a newline character after the colons.
9406
9407 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9408
9409 * org-list.el (org-sort-list): No longer ignore with-case
9410 argument: the function sorted case-sensitively, regardless of
9411 argument.
9412
9413 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9414
9415 * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
9416
9417 * ob.el (org-babel-data-names): Configurable list of names of
9418 data.
9419 (org-babel-result-regexp): Using new results regexp.
9420
9421 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9422
9423 * org.el (org-special-properties): Add CLOCKSUM to the special
9424 properties.
9425
9426 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
9427
9428 * ob-exp.el (org-babel-exp-in-export-file): Bind
9429 `org-link-search-inhibit-query' to t to inhibit prompts.
9430
9431 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9432
9433 * org-exp.el (org-export-add-options-to-plist): Use the right
9434 match group.
9435
9436 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9437
9438 * org-latex.el (org-export-latex-preprocess): Protect index string.
9439
9440 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9441
9442 * org-latex.el (org-export-latex-preprocess): Pipe index entries
9443 through `org-export-latex-fontify-headline'.
9444
9445 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9446
9447 * org-exp.el (org-export-add-options-to-plist): Fix the option
9448 parser.
9449
9450 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
9451
9452 * org-latex.el (org-export-latex-preprocess): Replace index
9453 entries.
9454
9455 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
9456
9457 * org.el (org-structure-template-alist): Add an easy template for
9458 index (i), and move include file to I from i.
9459
9460 2011-07-28 Matt Lundin <mdl@imapmail.org>
9461
9462 * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
9463 line to `org-offer-links-in-entry'.
9464
9465 2011-07-28 Matt Lundin <mdl@imapmail.org>
9466
9467 * org-bibtex.el (org-bibtex-search): New function.
9468 (org-bibtex-export-to-kill-ring): New function. Export to kill
9469 ring.
9470 (org-bibtex-create-in-current-entry): New function
9471 (org-bibtex-create): Make it easier to add bib fields to an
9472 existing headline.
9473 (org-bibtex-export-arbitrary-fields)
9474 (org-bibtex-treat-headline-as-title): Fix typos
9475 (org-bibtex-fleshout): Don't upcase optional field; remove ":"
9476 from type completion.
9477
9478 2011-07-28 Matt Lundin <mdl@imapmail.org>
9479
9480 * org-bibtex.el (org-bibtex-treat-headline-as-title): New
9481 defcustom.
9482 (org-bibtex-headline): Only use headline text (not TODO or other
9483 metadata) to generate title field and auto key.
9484 (org-bibtex-fleshout): Allow user to choose whether to treat
9485 headline as title.
9486
9487 2011-07-28 Tom Dye <tsd@tsdye.com>
9488
9489 * org-bibtex.el: Added crossref field to other fields.
9490
9491 2011-07-28 Tom Dye <tsd@tsdye.com>
9492
9493 * org-bibtex.el: Add crossref option to incollection.
9494
9495 2011-07-28 Matt Lundin <mdl@imapmail.org>
9496
9497 * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
9498 as field.
9499
9500 2011-07-28 Matt Lundin <mdl@imapmail.org>
9501
9502 * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
9503 warn if a duplicate ID is generated.
9504
9505 2011-07-28 Matt Lundin <mdl@imapmail.org>
9506
9507 * org-bibtex.el (org-bibtex-tags): New variable.
9508 (org-bibtex-tags-are-keywords): New variable.
9509 (org-bibtex-no-export-tags): New variable.
9510 (org-bibtex-headline): Export tags as comma-separated bibtex
9511 keywords.
9512 (org-bibtex-read): Import bibtex keywords field as tags.
9513
9514 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9515
9516 * org-publish.el (org-publish-find-date): Optimization.
9517
9518 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
9519
9520 * org-gnus.el (org-gnus-follow-link): Don't request scan of group
9521 when following link.
9522
9523 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9524
9525 * org-publish.el (org-publish-project-alist): Document new
9526 :sitemap-sans-extension property.
9527 (org-publish-org-sitemap): Use new `sitemap-sans-extension'
9528 setting.
9529
9530 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9531
9532 * org.el (org-remove-uninherited-tags): Renamed from
9533 `org-remove-iniherited-tags'.
9534 (org-scan-tags): Fix typo in function call.
9535 (org-get-tags-at): Fix typo in function call.
9536
9537 2011-07-28 Matt Lundin <mdl@imapmail.org>
9538
9539 * org.el (org-get-tags-at): Don't include filetags if local is t.
9540
9541 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9542
9543 * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
9544 dispatch functions, wrap body in `(do )'.
9545
9546 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9547
9548 * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
9549 resulted in the creation of multiple overlays in src blocks.
9550
9551 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9552
9553 * ob-clojure.el (org-babel-execute:clojure): If results are not
9554 readable by lisp, then return them as a string.
9555
9556 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9557
9558 * org-bibtex.el (org-bibtex): Now prompts for a file name.
9559
9560 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9561
9562 * org-bibtex.el (org-bibtex-create): Adding prefix argument which
9563 will result in prompting for optional fields.
9564
9565 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9566
9567 * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
9568 which was causing compile problems.
9569 (org-bibtex-fleshout): Renamed flet function `get' which was causing
9570 compile problems.
9571 (org-bibtex-write): Renamed flet function `get' which was causing
9572 compile problems.
9573
9574 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
9575
9576 * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
9577 never starts with a number.
9578
9579 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9580
9581 * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
9582 (org-bibtex-key-property): New option.
9583 (org-bibtex-put): Make use of new `org-bibtex-key-property'
9584 variable.
9585 (org-bibtex-headline): Make use of new
9586 `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
9587 variables.
9588 (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
9589 variable.
9590 (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
9591 variable.
9592 (org-bibtex-write): Make use of new `org-bibtex-key-property'
9593 variable.
9594
9595 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9596
9597 * org-bibtex.el: Updating Copyright dates, author information,
9598 commentary and history notes.
9599 (org-bibtex-types): List of bibtex types with descriptions and
9600 required and optional fields.
9601 (org-bibtex-fields): List of bibtex fields with descriptions.
9602 (*org-bibtex-entries*): Special variable to hold parsed bibtex
9603 entries.
9604 (org-bibtex-autogen-keys): Custom variable controlling whether
9605 bibtex keys are automatically generated
9606 (org-bibtex-prefix): Custom variable allowing use of optional prefix
9607 for bibtex properties in Org-mode headlines.
9608 (org-bibtex-get): Helper function for accessing bibtex elements of a
9609 property list.
9610 (org-bibtex-put): Helper function for inserting bibtex element into
9611 a property list.
9612 (org-bibtex-headline): Return a bibtex entry of the given headline
9613 as a string.
9614 (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
9615 field.
9616 (org-bibtex-autokey): Generate a bibtex key for the current
9617 headline.
9618 (org-bibtex-fleshout): Fill in missing bibtex properties of the
9619 current headline.
9620 (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
9621 (org-bibtex-check): Check that all bibtex properties are present in
9622 the current headline.
9623 (org-bibtex-check-all): Check all headlines in the current buffer.
9624 (org-bibtex-create): Create a new bibtex headline at the current
9625 level.
9626 (org-bibtex-read): Read the current bibtex entry from a bibtex file.
9627 (org-bibtex-write): Write the most recently read bibtex entry into
9628 an Org-mode file.
9629
9630 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9631
9632 * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
9633 set properties.
9634 (org-agenda-show-clocking-issues): Handle faces.
9635
9636 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9637
9638 * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
9639 content by default with "-Dfile.encoding=UTF-8".
9640
9641 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9642
9643 * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
9644 argument.
9645
9646 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9647
9648 * org-exp.el (org-export-preprocess-string): Mark list end before
9649 expanding macros. Thus, a macro inside a list and containing
9650 blank lines cannot break the list structure.
9651 (org-export-preprocess-apply-macros): Multi-lines macros get
9652 indented with the same indentation as the first line. Thus, we
9653 are sure that every line belongs to the same list as the first
9654 line, if such list exists. Also add comments in code.
9655
9656 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9657
9658 * org-agenda.el (org-agenda-clock-consistency-checks): New option.
9659 (org-agenda-list): Handle display change to clock check.
9660 (org-agenda-get-progress): Show only clock entries if we are doing
9661 the consistency check.
9662 (org-agenda-show-clocking-issues): New function.
9663 (org-agenda-check-clock-gap): New function.
9664 (org-agenda-view-mode-dispatch): Offer consistency check.
9665 (org-agenda-log-mode): Handle switch to clock only display.
9666 (org-agenda-set-mode-name): Show lighter for Clockcheck.
9667
9668 * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
9669 and return it unchanged.
9670
9671 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9672
9673 * org-list.el (org-list-struct): When walking down the list, the
9674 function would not pay attention to drawers or blocks indentation.
9675 Thus, such constructs couldn't consistently end an item or a list.
9676 This patch ensures line indentation is stored (if applicable)
9677 before skipping them. Also fixed doc-string and comments.
9678
9679 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9680
9681 * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
9682 tree properties.
9683
9684 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9685
9686 * org-exp.el (org-export): Define a bound for finding enclosing
9687 tree with class/title definition.
9688
9689 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9690
9691 * org-exp.el (org-export): Go to next heading before searching
9692 backward, so make this also work if we are on the headline of the
9693 entry with the property.
9694
9695 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9696
9697 * org.el (org-promote):
9698 (org-demote): Soften the previous change, by only removing the
9699 flyspell function from after-change functions, because that was
9700 the one causing the slowdown - at least much of it.
9701
9702 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9703
9704 * org.el (org-promote, org-demote): Turn off
9705 after-change-functions to speed up the reindentation of text.
9706
9707 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9708
9709 * ob-ocaml.el (org-babel-ocaml-read-list): Use
9710 `org-babel-script-escape'.
9711 (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
9712
9713 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9714
9715 * org-html.el (org-html-handle-links): Add an alternate for inline
9716 images.
9717
9718 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9719
9720 * org-agenda.el (org-agenda-bulk-action): Do not use the entries
9721 variable before it is defined.
9722
9723 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9724
9725 * org-src.el (org-src-lang-modes): Added a language alias of "C"
9726 to "c".
9727
9728 2011-07-28 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
9729
9730 * ob-tangle.el (org-babel-tangle): Make it work in an indirect
9731 buffer.
9732
9733 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9734
9735 * org-html.el (org-html-make-link): Correct a bug in coderef link.
9736
9737 2011-07-28 Bernt Hansen <bernt@norang.ca>
9738
9739 * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
9740 typo.
9741
9742 2011-07-28 Bernt Hansen <bernt@norang.ca>
9743
9744 * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
9745 when headlines are missing.
9746
9747 2011-07-28 Bastien Guerry <bzg@gnu.org>
9748
9749 * org-mobile.el (org-mobile-push): Move call to hook, make it the
9750 first thing of the push operation.
9751
9752 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9753
9754 * ob.el (org-babel-params-from-buffer): Now looking for header
9755 arguments in #+Properties: as well as #+Babel:. Also, we're no
9756 longer caching these results into a file local variable.
9757
9758 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9759
9760 * ob-python.el (org-babel-python-evaluate-external-process): Allow
9761 parsing as a table in the case of ":results output table".
9762 (org-babel-python-evaluate-session): Allow parsing as a table in
9763 the case of ":results output table".
9764
9765 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9766
9767 * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
9768 all possible agenda views. Use `org-agenda-schedule' instead of
9769 `org-agenda-date-later'.
9770
9771 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9772
9773 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
9774 ":results output".
9775
9776 2011-07-28 Julien Danjou <julien@danjou.info>
9777
9778 * org.el (org-entry-get, org-entry-delete, org-entry-put)
9779 (org-property-values, org-delete-property-globally): Use
9780 `org-re-property'.
9781 (org-re-property): New function allowing to build a regexp to
9782 match a property.
9783
9784 2011-07-28 Julien Danjou <julien@danjou.info>
9785
9786 * org.el (org-property-values): Enhance docstring.
9787
9788 2011-07-28 Ethan Ligon <ligon@are.berkeley.edu> (tiny change)
9789
9790 * org-html.el (org-html-export-list-line): Fix regexp for
9791 detecting description lists to allow "::" marker to be last
9792 visible element at end of line.
9793 * org-docbook.el (org-docbook-export-list-line): Fix regexp for
9794 detecting description lists to allow "::" marker to be last
9795 visible element at end of line.
9796
9797 2011-07-28 Julien Danjou <julien@danjou.info>
9798
9799 * org-table.el (org-table-cleanup-narrow-column-properties): Use
9800 point-min rather than 1 when moving in the buffer.
9801
9802 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9803
9804 * org-list.el (org-list-in-valid-context-p): Renamed from
9805 `org-list-in-valid-block-p'.
9806 (org-at-item-p,org-list-search-generic): Use renamed function.
9807
9808 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9809
9810 * org.el (org-set-font-lock-defaults): Be more strict when
9811 recognizing description items, and do not fontify wrong cases
9812 like: "- term ::description" or "1. term :: description".
9813
9814 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9815
9816 * org-latex.el: Pay attention to end of footnote. Before closing
9817 the command, ensure that list is properly closed or that last link
9818 is separated from the curly brace.
9819
9820 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9821
9822 * org.el (org-indent-line-function): Footnote definition must stay
9823 at column 0 to be recognized as such. Body below can have normal
9824 indentation, so it should ignore its definition when computing
9825 indentation.
9826
9827 2011-07-28 Bastien Guerry <bzg@gnu.org>
9828
9829 * org-protocol.el (org-protocol-remember, org-protocol-capture):
9830 More appropriate message.
9831
9832 2011-07-28 Bastien Guerry <bzg@gnu.org>
9833
9834 * org-capture.el (org-capture-clock-keep): New local variable.
9835 (org-capture, org-capture-finalize): Use it and fix a bug when
9836 :clock-keep is set to `t'.
9837
9838 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9839
9840 * org-exp.el (org-export-preprocess-string): Handle include files
9841 before processing macros.
9842
9843 2011-07-28 Bernt Hansen <bernt@norang.ca>
9844
9845 * org-agenda.el: Remove obsolete code for adding todo list in
9846 front of the agenda.
9847
9848 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9849
9850 * org-latex.el (org-export-latex-convert-table.el-table): Fix
9851 format-string for insertion of captions.
9852
9853 2011-07-28 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9854
9855 * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
9856 regexp.
9857
9858 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9859
9860 * org.el (org-read-date-analyze): Help matching dotted European
9861 dates, like 31. 12. 2007
9862
9863 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9864
9865 * ob-lisp.el (org-babel-execute:lisp): Fix typo.
9866
9867 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9868
9869 * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
9870 before reading by elisp.
9871 (org-bable-lisp-vector-to-list): Stub of a vector->list function,
9872 should be replaced with a cl-vector->el-vector function.
9873
9874 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9875
9876 * ob-lisp.el (org-babel-execute:lisp): Now using
9877 `org-babel-reassemble-table' to apply the appropriate header
9878 arguments to results.
9879
9880 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9881
9882 * org.el (org-end-of-meta-data-and-drawers): New function.
9883
9884 * org-capture.el (org-capture-place-plain-text): Implement adding
9885 plain text templates to Org nodes.
9886
9887 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9888
9889 * org-beamer.el (org-beamer-environments-extra): Fix docstring.
9890
9891 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9892
9893 * org-exp.el (org-export-handle-comments): Add the org-protected
9894 property to the replacement string.
9895
9896 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9897
9898 * org-html.el (org-export-as-html, org-html-level-start): Fix
9899 logic for section number printing when NUM is an integer.
9900
9901 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9902
9903 * org-latex.el (org-export-latex-special-chars): Fix regexp for
9904 `single' special characters and ellipsis.
9905
9906 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9907
9908 * org.el (org-point-at-end-of-empty-headline): Bind
9909 `case-fold-search' to nil.
9910
9911 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9912
9913 * org-capture.el (org-capture-fill-template): Resolve new %<...>
9914 template escape.
9915 (org-capture-templates): Document new %<...> template escape.
9916
9917 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9918
9919 * ob.el (org-babel-process-params): Make this function idempotent,
9920 as it will sometimes be called multiple times.
9921
9922 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9923
9924 * org.el (org-ts-regexp-both): Add "]" to class of characters that
9925 should not be matched.
9926 (org-ts-regexp0, org-ts-regexp1): Do not start a class with
9927 "^]-+", because that tries to (not) match characters between "]"
9928 and "+". Instead, move the "-" to the end of the class where it
9929 causes no harm.
9930
9931 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9932
9933 * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
9934 process with the edit buffer when :session is specified.
9935
9936 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9937
9938 * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
9939 extraction code into line with a newer version of the
9940 `org-store-link' function.
9941
9942 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9943
9944 * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
9945 wrapping the expression in either a let or progn, and possibly a
9946 pretty-print function invocation.
9947 (org-babel-execute:lisp): Greatly simplified method of executing
9948 lisp code blocks.
9949
9950 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9951
9952 * org-list.el: Move `org-update-checkbox-count-maybe' call outside
9953 of ̀save-excursion' to get back to original position.
9954
9955 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9956
9957 * org.el (org-numbered-action-format): New option.
9958 (org-new-numbered-action): New command.
9959 (org-collect-todos-in-subtree): New command.
9960
9961 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9962
9963 * org-exp.el (org-export-with-tasks): New option.
9964 (org-export-plist-vars): Add :tasks property.
9965
9966 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9967
9968 * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
9969 property to the export preprocessor.
9970
9971 * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
9972 property to the export preprocessor.
9973
9974 * org-html.el (org-export-as-html): Pass the :done-tasks property
9975 to the export preprocessor.
9976
9977 * org-latex.el (org-export-as-latex): Pass the :done-tasks
9978 property to the export preprocessor.
9979
9980 * org-exp.el (org-export-with-done-tasks): New option.
9981 (org-export-plist-vars): Add entry for :done-tasks.
9982 (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
9983 (org-export-remove-done-tasks): New function.
9984
9985 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9986
9987 * org-latex.el (org-export-latex-keywords-maybe): Protect # in
9988 tags.
9989
9990 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9991
9992 * org.el (org-find-olp): Use the level of the correct match to
9993 continue search.
9994
9995 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9996
9997 * org-list.el (org-toggle-checkbox): Build value of
9998 org-keyword-time-regexp instead of using it directly, as it's
9999 buffer-local, and function might be called outside Org.
10000
10001 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10002
10003 * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
10004 blocks or drawers necessarily start somewhere. It it isn't the
10005 case, treat them as normal text.
10006
10007 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10008
10009 * ob-exp.el (org-babel-exp-results): Use code block name when
10010 finding cached results.
10011
10012 2011-07-28 Julien Danjou <julien@danjou.info>
10013
10014 * org-latex.el (org-export-latex-date-format): Change default date
10015 format to \today. This has the same result but respects the
10016 language set in the document by default.
10017
10018 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10019
10020 * org-list.el (org-list-checkbox): When called from an headline,
10021 function would normally skip drawers, but not if a SCHEDULED or
10022 DEADLINE keyword is standing before the drawer. Also avoid
10023 problems if function is called in buffers not is Org mode.
10024
10025 2011-07-28 Bastien Guerry <bzg@gnu.org>
10026
10027 * org-clock.el (org-clock-report): Change the scope of the
10028 inserted clock report depending on whether the point is within a
10029 subtree (:scope subtree) or not (:scope file).
10030
10031 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
10032
10033 * org-html.el (org-export-as-html): Fix export of footnotes
10034 containing lists, tables, quotes, etc.
10035
10036 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10037
10038 * org-latex.el (org-export-latex-preprocess): Correctly match
10039 starred command names.
10040
10041 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10042
10043 * org-html.el (org-export-as-html): Get local value of
10044 org-export-with-section-numbers from the buffer's plist. Deal
10045 specially with the case the resulting value is an integer.
10046 (org-html-level-start): New optional argument of the option plist used
10047 instead of `org-export-with-section-numbers'. Also deal specially
10048 with the case that the value is an integer.
10049
10050 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10051
10052 * org-latex.el (org-export-latex-subcontent): Deal specially with
10053 the case that NUM is an integer.
10054
10055 2011-07-28 Bastien Guerry <bzg@gnu.org>
10056
10057 * org-protocol.el (org-protocol-do-capture): Allow template keys
10058 of two characters.
10059 (org-protocol-default-template-key): Update the docstring to
10060 reflect the change in `org-protocol-do-capture'.
10061
10062 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10063
10064 * org-taskjuggler.el: Fix a typo in the commentary.
10065
10066 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10067
10068 * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
10069 "purge allocations" statement if we are not targeting tj3.
10070
10071 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10072
10073 * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
10074 Replace recursive implementation with an iterative one.
10075
10076 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10077
10078 * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
10079 data into shell variables.
10080
10081 2011-07-28 David Maus <dmaus@ictsoc.de>
10082
10083 * org-html.el (org-html-handle-time-stamps): Protected linebreak
10084 element after timestamp markup.
10085
10086 2011-07-28 David Maus <dmaus@ictsoc.de>
10087
10088 * org-html.el (org-html-handle-links): Don't protect img tag in
10089 link description.
10090
10091 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10092
10093 * org-table.el (org-table-formula-handle-first/last-rc): Bind
10094 `char'.
10095
10096 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10097
10098 * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
10099 whatever the major mode is.
10100
10101 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10102
10103 * org-inlinetask.el (org-inlinetask-export-templates): Fix default
10104 templates.
10105 (org-inlinetask-export-handler): Ensure contents of inline task,
10106 if any, starts and ends with a newline character. Refactor and
10107 comment code.
10108
10109 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10110
10111 * org-capture.el (org-datetree-find-date-create): Lower-case for
10112 variable names in `define-function' form.
10113
10114 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10115
10116 * org-table.el (org-table-convert-region): Throw error when
10117 SEPARATOR is smaller than 1.
10118
10119 2011-07-28 Julien Danjou <julien@danjou.info>
10120
10121 * org-colview.el (org-columns-display-here): Fix heading retrieval
10122 in Org buffers.
10123
10124 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10125
10126 * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
10127 be on the same line as a list end marker.
10128
10129 2011-07-28 Julien Danjou <julien@danjou.info>
10130
10131 * org.el (org-icompleting-read): Do not use useless lambda.
10132
10133 2011-07-28 Julien Danjou <julien@danjou.info>
10134
10135 * org-agenda.el (org-format-agenda-item): Fix length computing.
10136
10137 2011-07-28 Julien Danjou <julien@danjou.info>
10138
10139 * org-agenda.el (org-format-agenda-item): Fix comment and use
10140 `add-text-properties'.
10141
10142 2011-07-28 Julien Danjou <julien@danjou.info>
10143
10144 * org-agenda.el (org-agenda-highlight-todo): Remove useless
10145 `concat'.
10146
10147 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10148
10149 * org-list.el (org-list-to-generic): Set a default term for
10150 ill-formed description lists. Do not insert newline characters
10151 unless told to.
10152 (org-list-to-texinfo,org-list-to-html): Apply changes to
10153 `org-list-parse-liste'.
10154
10155 2011-07-28 Bastien Guerry <bzg@gnu.org>
10156
10157 * org-clock.el (org-clock-clocktable-language-setup): Add a
10158 string.
10159 (org-clocktable-write-default): Use the new localized string
10160 in `org-clock-clocktable-language-setup'.
10161
10162 2011-07-28 Bastien Guerry <bzg@gnu.org>
10163
10164 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10165 (org-taskjuggler-assign-resource-ids): Replace recursive
10166 implementation with an iterative one.
10167
10168 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
10169
10170 * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
10171 in headlines.
10172
10173 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
10174
10175 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10176 Compute the leafiness of a node.
10177 (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
10178 node as a milestone if it is a leaf and has no effort.
10179
10180 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
10181
10182 * org-taskjuggler.el (org-export-taskjuggler-target-version):
10183 (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
10184 to handle export to both tj2 and tj3.
10185 (org-taskjuggler-open-task): Use a different way to purge
10186 allocations for tj2 and tj3.
10187
10188 2011-07-28 Matt Lundin <mdl@imapmail.org>
10189
10190 * org-footnote.el (org-footnote-auto-label): New random option.
10191
10192 * org-footnote.el (org-footnote-new): Create random footnote
10193 labels with unique ids.
10194
10195 2011-07-28 Matt Lundin <mdl@imapmail.org>
10196
10197 * org-footnote.el (org-footnote-create-definition): Allow for
10198 footnote sections above the current footnote insertion point.
10199
10200 2011-07-28 Matt Lundin <mdl@imapmail.org>
10201
10202 * org-footnote.el (org-footnote-create-definition): Don't search
10203 for last footnote when in org-mode file.
10204
10205 2011-07-28 Bastien Guerry <bzg@gnu.org>
10206
10207 * org-html.el (org-export-as-html): Handle links with
10208 `org-html-handle-links' after we handle special characters
10209 conversions.
10210 (org-html-make-link, org-export-html-format-image): Don't
10211 protect html with @ anymore, as links are now handled after
10212 special characters conversions.
10213
10214 2011-07-28 Julien Danjou <julien@danjou.info>
10215
10216 * org-agenda.el (org-agenda-get-timestamps):
10217 (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
10218 (org-format-agenda-item): Remove no-prefix argument.
10219 (org-agenda-change-all-lines): Call org-format-agenda-item without the
10220 no-prefix argument.
10221
10222 2011-07-28 Julien Danjou <julien@danjou.info>
10223
10224 * org-agenda.el (org-agenda-highlight-todo): Stop using
10225 prefix-length.
10226 (org-cmp-alpha): Stop using prefix-length.
10227 (org-agenda-open-link): Stop using prefix-length.
10228 (org-agenda-change-all-lines): Stop using prefix-length.
10229
10230 * org-colview.el (org-columns-display-here): Stop using
10231 prefix-length. Always return claned items.
10232
10233 * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
10234 prefix-length.
10235
10236 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10237
10238 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
10239 `org-store-link' interactively as it can confuse the setting of
10240 `org-link-to-org-use-id' and cause undue edits to the org-mode
10241 buffer during tangling.
10242
10243 2011-07-28 David Maus <dmaus@ictsoc.de>
10244
10245 * org-html.el (org-export-html-format-image): Protect <p> element
10246 of image caption.
10247
10248 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10249
10250 * org.el (org-read-date-force-compatible-dates): New option.
10251 (org-read-date, org-read-date-analyze): Check representable date range.
10252
10253 2011-07-28 Bastien Guerry <bzg@gnu.org>
10254
10255 * org-html.el (org-export-as-html): Fix export of email.
10256
10257 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10258
10259 * ob-tangle.el (org-babel-spec-to-string): Check value of padline
10260 on tangling, no longer use the now-removed variable
10261 `org-babel-tangle-pad-newline'.
10262
10263 * ob.el (org-babel-header-arg-names): Add padline to the list of
10264 header argument names.
10265 (org-babel-default-header-args): Set the default value of padline to
10266 "yes".
10267 (org-babel-merge-params): Cleaned up the merge logic, added padline.
10268
10269 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10270
10271 * ob.el (org-babel-header-arg-names): Adding "shebang" to known
10272 code block header argument names.
10273
10274 2011-07-28 Bastien Guerry <bzg@gnu.org>
10275
10276 * org-crypt.el: Remove useless TODO in comments.
10277
10278 2011-07-28 Bastien Guerry <bzg@gnu.org>
10279
10280 * org-html.el (org-export-as-html): The default postamble now only
10281 export a date paragraph if `org-export-time-stamp-file' is
10282 non-nil.
10283
10284 2011-07-28 Bastien Guerry <bzg@gnu.org>
10285
10286 * org-exp.el (org-export-xml): Remove the defgroup of
10287 org-export-xml.
10288
10289 2011-07-28 Bastien Guerry <bzg@gnu.org>
10290
10291 * org-html.el (org-export-html-insert-plist-item): Remove.
10292 (org-export-html-preamble): Default to `t'. Accept functions.
10293 (org-export-html-postamble): Default to `auto'. Accept
10294 functions and distinguish between 'auto (no formatting string)
10295 and `t' (default formatting string).
10296 (org-export-as-html): Handle org-export-html-preamble and
10297 org-export-html-postamble new defaults/allowed values.
10298 Define email and creator-info before using them.
10299
10300 2011-07-28 Bastien Guerry <bzg@gnu.org>
10301
10302 * org-html.el (org-export-html-protect-char-alist): Fix typo in
10303 custom type definition.
10304
10305 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10306
10307 * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
10308 arguments.
10309
10310 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10311
10312 * org-list.el (org-list-parse-list): Fixed regexp.
10313
10314 2011-07-28 David Maus <dmaus@ictsoc.de>
10315
10316 * org-html.el (org-export-html-format-image): Protect image
10317 elements.
10318
10319 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10320
10321 * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
10322 contents of a code block body on export.
10323 (org-babel-tangle-collect-blocks): Apply
10324 `org-babel-tangle-body-hook' to the collected bodies of code blocks.
10325
10326 2011-07-28 David Maus <dmaus@ictsoc.de>
10327
10328 * org-html.el (org-html-make-link, org-html-handle-links): Protect
10329 generated XHTML elements.
10330 (org-export-as-html): Expand character entities after creating markup
10331 for links and timestamps.
10332
10333 2011-07-28 Bastien Guerry <bzg@gnu.org>
10334
10335 * org-html.el (org-export-as-html): Bugfix: insert email
10336 correctly.
10337
10338 2011-07-28 Bastien Guerry <bzg@gnu.org>
10339
10340 * org-html.el: Bugfix: prevent infinite matching of the `&'
10341 character.
10342
10343 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10344
10345 * org.el (org-fill-paragraph): `fill-forward-paragraph' function
10346 has been introduced with emacs 23.1.
10347
10348 2011-07-28 Bastien Guerry <bzg@gnu.org>
10349
10350 * org-attach.el: Allow to store a link to the attach-dir location.
10351
10352 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
10353
10354 * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
10355 function.
10356
10357 2011-07-28 Bernt Hansen <bernt@norang.ca>
10358
10359 * org-clock.el (org-clock-in): Allow clocking in new tasks
10360 inserted before the current clocking task.
10361
10362 2011-07-28 Bernt Hansen <bernt@norang.ca>
10363
10364 * org-clock.el (org-clock-in): Set default clocking task when
10365 already clocking the task.
10366
10367 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10368
10369 * org.el (org-adaptive-fill-function): When a region is specified
10370 first line of paragraph isn't skipped, so fill-paragraph have to
10371 be computed even if point is at an item.
10372
10373 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10374
10375 * org-list.el (org-list-in-valid-block-p): New function.
10376 (org-at-item-p,org-list-search-generic): Use new function.
10377
10378 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10379
10380 * org.el (org-indent-line-function): Text in both a list and a
10381 valid block is indented with regards to current item, not to block
10382 boundaries.
10383
10384 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
10385
10386 * org-html.el (org-format-org-table-html): Fix anchors in HTML
10387 export (thanks to <aankhen@gmail.com>)
10388 (org-html-protect): Fix a bug that prevents some target to be
10389 rendered correctly.
10390
10391 2011-07-28 Bastien Guerry <bzg@gnu.org>
10392
10393 * org.el (org-default-properties): Add EXPORT_TEXT.
10394
10395 2011-07-28 Matt Lundin <mdl@imapmail.org>
10396
10397 * org-footnote.el (org-footnote-create-definition)
10398 (org-insert-footnote-reference-near-definition): Fix sorting
10399 of footnotes.
10400
10401 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
10402
10403 * org-html.el (org-export-as-html): Bugfix: don't insert closing
10404 HTML tags when exporting body only.
10405
10406 2011-07-28 Jason Dunsmore <emacs-orgmode@deathroller.dunsmor.com> (tiny change)
10407
10408 * org.el (org-back-over-empty-lines): Bugfix. Honor
10409 `org-blank-before-new-entry' correctly in various contexts.
10410
10411 2011-07-28 Bastien Guerry <bzg@gnu.org>
10412
10413 * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
10414 and `save-restriction'.
10415
10416 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10417
10418 * org-timer.el (org-timer-item): `save-excursion' prevents
10419 `org-list-struct' to get the list structure when point isn't on
10420 the first line of the item.
10421
10422 2011-07-28 Bastien Guerry <bzg@gnu.org>
10423
10424 * org-capture.el (org-capture-templates): New option
10425 :no-clock-out.
10426 (org-capture): Use the new option.
10427
10428 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10429
10430 * org-list.el (org-update-checkbox-count): Ensure cookies on an
10431 heading are correctly updated when checkboxes are hidden. It
10432 allows, for example, to use C-c C-x C-b on a collapsed tree and
10433 still get the update.
10434
10435 2011-07-28 David Maus <dmaus@ictsoc.de>
10436
10437 * org-exp.el (org-export-visible): Accept keys for
10438 `org-export-as-html-to-buffer' and `org-export-region-as-html'.
10439
10440 2011-07-28 Bastien Guerry <bzg@gnu.org>
10441
10442 * org.el (org-duration-string-to-minutes): Don't use
10443 `rx-to-string'.
10444
10445 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10446
10447 * org.el (org-effort-durations): New variable.
10448
10449 * org.el (org-duration-string-to-minutes): New function.
10450
10451 * org-agenda.el (org-agenda-filter-effort-form)
10452 (org-format-agenda-item): Use it.
10453
10454 * org-clock.el (org-clock-notify-once-if-expired)
10455 (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
10456
10457 2011-07-28 Bastien Guerry <bzg@gnu.org>
10458
10459 * org-agenda.el (org-agenda-run-series): Rename from
10460 `org-run-agenda-series'.
10461
10462 2011-07-28 Bastien Guerry <bzg@gnu.org>
10463
10464 * org-capture.el: Don't allow currentfile anymore.
10465
10466 2011-07-28 Bastien Guerry <bzg@gnu.org>
10467
10468 * org-agenda.el (org-agenda-list): Fix bug: don't rely on
10469 `org-agenda-current-span' when calling `org-agenda-list'.
10470
10471 2011-07-28 Bastien Guerry <bzg@gnu.org>
10472
10473 * org-capture.el (org-capture-put-target-region-and-position):
10474 New function to store information about the target buffer.
10475 (org-capture-set-target-location): Use it.
10476 (org-capture-finalize): Restore the target buffer in its
10477 possibly narrowed state. Also restore the cursor position.
10478
10479 2011-07-28 Bastien Guerry <bzg@gnu.org>
10480
10481 * org-crypt.el (auto-save-default): Make sure entries are
10482 encrypted before auto-saving.
10483
10484 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10485
10486 * org-inlinetask.el (org-inlinetask-promote)
10487 (org-inlinetask-demote): New functions.
10488
10489 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10490
10491 * org.el (org-demote-subtree,org-promote-subtree): Wrap
10492 `org-map-tree' into `org-with-limited-levels' macro, so it avoids
10493 operating on inline tasks.
10494
10495 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10496
10497 * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
10498 will move point to a real heading and not an inline task by
10499 wraping function into a `org-with-limited-levels' macro.
10500
10501 2011-07-28 Bastien Guerry <bzg@gnu.org>
10502
10503 * org-capture.el (org-capture-finalize): New argument clock-out,
10504 to tell whether finalizing the capture process should clock out
10505 the running clock.
10506 (org-capture): Use the new argument.
10507
10508 2011-07-28 Bastien Guerry <bzg@gnu.org>
10509
10510 * org.el (org-refile-get-targets): Rename from
10511 `org-get-refile-targets'.
10512
10513 2011-07-28 Bastien Guerry <bzg@gnu.org>
10514
10515 * org-exp.el (org-export-table-remove-empty-lines): New custom
10516 variable.
10517 (org-export-remove-special-table-lines): Use it.
10518
10519 2011-07-28 Bastien Guerry <bzg@gnu.org>
10520
10521 * org-table.el (org-table-fix-formulas-confirm): New custom
10522 variable.
10523 (org-table-insert-column, org-table-delete-column)
10524 (org-table-move-column, org-table-move-row)
10525 (org-table-insert-row, org-table-kill-row): Use it.
10526
10527 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
10528
10529 * org.el (org-refile-get-location): Set and show default value.
10530 (org-goto, org-refile): Adapt calls.
10531
10532 2011-07-28 Bastien Guerry <bzg@gnu.org>
10533
10534 * org-mobile.el (org-mobile-files-exclude-regexp): New custom
10535 variable.
10536 (org-mobile-files-alist): Use it.
10537
10538 2011-07-28 Bastien Guerry <bzg@gnu.org>
10539
10540 * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
10541 against headings outside of a narrowed buffer.
10542
10543 2011-07-28 Bastien Guerry <bzg@gnu.org>
10544
10545 * org.el (org-confirm-shell-link-not-regexp)
10546 (org-confirm-elisp-link-not-regexp): New custom variables.
10547 (org-open-at-point): Use the new custom variables.
10548
10549 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10550
10551 * org-latex.el: Place \title \author \date before
10552 \begin{document}.
10553
10554 2011-07-28 Bastien Guerry <bzg@gnu.org>
10555
10556 * org-html.el (org-export-html-preamble)
10557 (org-export-html-postamble): Now default to `nil'.
10558 (org-export-as-html): When :html-pre/postamble is nil, fall
10559 back on the default pre/postamble, which depends on the
10560 :author-info, :email-info, :creator-info options.
10561
10562 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10563
10564 * ob-exp.el (org-babel-exp-results): Don't use cached results if
10565 there is no hash.
10566
10567 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10568
10569 * org-table.el (org-table-eval-formula): Treat relative column
10570 refs.
10571
10572 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10573
10574 * org-table.el (org-table-use-standard-references): Change default
10575 to `from'.
10576
10577 2011-07-28 Bastien Guerry <bzg@gnu.org>
10578
10579 * org.el (org-move-subtree-down): Leave the cursor at the same
10580 column we were at.
10581
10582 2011-07-28 Bastien Guerry <bzg@gnu.org>
10583
10584 * org-attach.el (org-attach-store-link-p): New variable.
10585 (org-attach-store-link): New function.
10586 (org-attach-attach): When `org-attach-store-link-p' is
10587 non-nil, store a link in `org-stored-links' to a newly
10588 attached file.
10589
10590 2011-07-28 Bastien Guerry <bzg@gnu.org>
10591
10592 * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
10593 case-fold-search to avoid mixing TODO keywords with real headline
10594 words.
10595
10596 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10597
10598 * org-table.el (org-table-fedit-finish): Read more general LHS of
10599 formulas.
10600 (org-table-formula-handle-@L): New function to hanle @L references.
10601 (org-table-current-ncol): New variable.
10602 (org-table-line-to-dline): New function.
10603 (org-table-get-stored-formulas): Accept range formulas as matches.
10604 (org-table-get-specials): Compute and store the number of columns.
10605 (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
10606 only the region marked by the range, not the content.
10607 (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
10608 range targets. Also check for duplicate access to fields.
10609 (org-table-expand-lhs-ranges): New funktion.
10610 (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
10611 the caller's value.
10612 (org-table-edit-formulas): Support highlighting of range targets.
10613 (org-table-field-info): Handle renge formulas.
10614
10615 2011-07-28 Bastien Guerry <bzg@gnu.org>
10616
10617 * org-html.el (org-export-html-postamble-format)
10618 (org-export-html-preamble-format): Explain how to escape the
10619 `%' character.
10620
10621 2011-07-28 Bastien Guerry <bzg@gnu.org>
10622
10623 * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
10624 `org-export-current-backend'.
10625
10626 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10627
10628 * ob.el (org-babel-read): Read string variable values wrapped in
10629 double quotes, removing the quotes.
10630
10631 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10632
10633 * ob-exp.el (org-babel-exp-results): Ensure that processed params
10634 are send to org-babel-execute-src-block.
10635
10636 2011-07-28 Bastien Guerry <bzg@gnu.org>
10637
10638 * org-special-blocks.el
10639 (org-special-blocks-make-special-cookies): Use
10640 `org-export-current-backend'.
10641
10642 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10643
10644 * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
10645 as an argument.
10646 (org-babel-exp-src-block): Explicitly pass language to
10647 `org-babel-exp-in-export-file'.
10648 (org-babel-exp-inline-src-blocks): Removed unused code.
10649 (org-babel-exp-results): Explicitly pass language to
10650 `org-babel-exp-in-export-file'.
10651
10652 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10653
10654 * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
10655 returned from calc-eval.
10656
10657 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10658
10659 * ob.el (org-babel-read): Pass elisp vectors through to code
10660 blocks.
10661
10662 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10663
10664 * ob.el (org-src-lang-modes): Defvar.
10665 (org-at-item-p): Declare function.
10666
10667 * ob-calc.el (calc-store): Require.
10668 (var-syms): Defvar.
10669
10670 * ob-python.el (py-default-interpreter): Defvar.
10671
10672 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10673
10674 * org-exp-blocks.el (backend): defvar.
10675
10676 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10677
10678 * org-agenda.el (org-agenda-get-scheduled):
10679 (org-agenda-get-timestamps): Bind local variable `show-all'.
10680
10681 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10682
10683 * ob-ref.el (org-at-item-p): Declare function.
10684
10685 * org-agenda.el (diary-time-regexp): defvar.
10686
10687 * org-archive.el (org-archive-subtree): Bind local variable
10688 `infile-p'.
10689
10690 * org-capture.el (org-capture-insert-template-here): Get template
10691 text from property list, to avoid byte compiler message.
10692
10693 * org-latex.el (org-export-latex-tables): Bind local variable
10694 `width'.
10695
10696 * org-special-blocks.el (org-compat): Add require statement.
10697
10698 * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
10699 `const-str'.
10700
10701 * org.el (org-eval): Moved function here from org-agenda.el.
10702
10703 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10704
10705 * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
10706 when reading from tables.
10707 (org-babel-read-list): Inhibit lisp evaluation of values when
10708 reading from lists.
10709 (org-babel-read): Add optional argument which can be used to inhibit
10710 lisp evaluation of value.
10711
10712 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10713
10714 * ob-table.el (sbe): Ensure that ob-trim is only called on
10715 strings.
10716
10717 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10718
10719 * ob-exp.el (org-babel-exp-results): On export, ensure that the
10720 result hash is resolved in the original org-mode file.
10721
10722 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10723
10724 * org-exp.el (org-export-mark-list-end): Change end marker.
10725
10726 * org-docbook.el (org-export-docbook-list-line): Use new marker.
10727
10728 * org-html.el (org-html-export-list-line): Use new marker.
10729
10730 * org-latex.el (org-export-latex-lists): Use new marker.
10731
10732 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10733
10734 * org-latex.el (org-export-latex-lists): Make sure markers used
10735 for export are taken into account by temporarily setting an
10736 appropriate value for `org-list-ending-method'.
10737
10738 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10739
10740 * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
10741 regexp into its own variable, also allowing match of empty bodies.
10742 (org-export-blocks-preprocess): Using new regexp variable.
10743
10744 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10745
10746 * ob.el (org-babel-src-block-regexp): Code block regexp now
10747 matches blocks with empty bodies.
10748
10749 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10750
10751 * ob.el (org-babel-script-escape): If script escaped value doesn't
10752 parse cleanly, then return it literally.
10753
10754 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10755
10756 * ob-exp.el (org-babel-exp-src-block): When block will eventually
10757 be evaluated, pre-calculate the hash before noweb expansion, and
10758 expand the parameters before hash calculation.
10759 (org-babel-exp-do-export): Pass pre-calculated hash through to
10760 `org-babel-exp-results'.
10761 (org-babel-exp-results): Compare pre-calculated hash to results hash.
10762
10763 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10764
10765 * ob.el (org-babel-sha1-hash): Sort list values to header
10766 arguments, and sort the words in strings.
10767
10768 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10769
10770 * ob-ref.el (org-babel-ref-index-list): Special handling of hline
10771 rows.
10772
10773 2011-07-28 Julien Danjou <julien@danjou.info>
10774
10775 * org-macs.el (org-with-point-at): Store evaluated version of
10776 pom. This fixes a potential bug when using (org-with-point-at
10777 (func) …), where (func) would be evaluated multiple times,
10778 therefore might return different results if a marker was returned
10779 and different each time.
10780
10781 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10782
10783 * org.el (org-open-at-point): If a link to a radio target is the
10784 first, (resp. the last), element of a buffer, function cannot find
10785 the property change required to get its boundaries, and
10786 `buffer-substring' is called with an invalid nil argument.
10787
10788 2011-07-28 Bastien Guerry <bzg@gnu.org>
10789
10790 * org-table.el (org-table-copy-down): Fix docstring.
10791
10792 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10793
10794 * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
10795 and for file types other than png and PDF it uses imagemagick to
10796 convert a compiled PDF file to the desired file type.
10797 (convert-pdf): Convert a PDF file to a new file type using
10798 imagemagick.
10799
10800 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
10801
10802 * org-capture.el (org-capture-fill-template): Fix bug with the
10803 display of interactive prompt in templates expansion.
10804
10805 2011-07-28 Reiner Steib <reiner.steib@gmx.de>
10806
10807 * org-clock.el (org-clock-display): Document how to remove subtree
10808 times.
10809
10810 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10811
10812 * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
10813 append a newline to the body.
10814
10815 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10816
10817 * org-list.el (org-list-insert-item): When computing size of item
10818 being inserted, function has to take into account that indentation
10819 may not only be made of spaces.
10820
10821 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10822
10823 * org-clock.el (org-clock-find-position): If a list was adjacent
10824 to some clocks and a drawer was going to be created, only the
10825 first element of the list would make it into the drawer.
10826
10827 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10828
10829 * org-list.el (org-toggle-checkbox): Fix bug where top item in
10830 list was omitted when checking boxes.
10831
10832 2011-07-28 Dan Davison <dandavison7@gmail.com>
10833
10834 * ob-R.el: Don't print result to echo area after evaluation.
10835
10836 2011-07-28 Bastien Guerry <bzg@gnu.org>
10837
10838 * org-capture.el (org-capture-refile): Fix typo in docstring.
10839
10840 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10841
10842 * ob-calc.el (org-babel-execute:calc): Call out to new function
10843 for variables resolution.
10844 (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
10845 variables in calc expressions.
10846
10847 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10848
10849 * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
10850 (org-babel-C++-compiler): Replace "c++" with "C++".
10851 (org-babel-execute:cpp): Replace "c" with "C++".
10852 (org-babel-execute:C++): Replace "c" with "C++".
10853 (org-babel-expand-body:C++): Replace "c" with "C++".
10854 (org-babel-C-execute): Replace "c" with "C++".
10855
10856 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10857
10858 * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
10859 a list if at the *beginning* of a list item.
10860
10861 * ob.el (org-babel-read-result): Only try to read results as a
10862 list if at the *beginning* of a list item.
10863
10864 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10865
10866 * org-list.el (org-cycle-item-indentation): Do not break an
10867 indentation cycle because visibility cycling is requested. This
10868 happens when an item becomes a parent, due to indentation change.
10869 Not considered empty anymore, the function cannot change its
10870 indentation again.
10871
10872 2011-07-28 Bastien Guerry <bzg@gnu.org>
10873
10874 * org-clock.el (org-clocktable-write-default): Bugfix: falls back
10875 on `org-export-default-language' when no :lang parameter is set.
10876
10877 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10878
10879 * org-capture.el (org-capture-expand-file): New function.
10880 (org-capture-target-buffer):
10881 (org-capture-set-target-location): Use `org-capture-expand-file'.
10882
10883 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10884
10885 * ob.el (org-babel-read-list): Reading the value of a list has
10886 been updated to reflect the new structure of org-mode lists in
10887 elisp.
10888 (org-babel-insert-result): Writing code block results to lists has
10889 been updated to reflect the new list structure.
10890 (org-babel-result-end): Remove a previous change to end-of-list
10891 marker detection.
10892
10893 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10894
10895 * org-list.el (org-cycle-item-indentation): Each time the function
10896 moves item back to child position, a white space is added to the
10897 line.
10898
10899 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10900
10901 * ob.el (org-babel-process-params): Allow elisp code in
10902 specification of results header arguments.
10903
10904 2011-07-28 Bastien Guerry <bzg@gnu.org>
10905
10906 * org-agenda.el (org-agenda-append-agenda): New command.
10907 (org-agenda-mode-map): New keybinding to this new command.
10908
10909 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10910
10911 * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
10912 cursor it at very first item of the list, as specified in the
10913 manual. Also refactored the list part of the function a bit.
10914
10915 2011-07-28 Bastien Guerry <bzg@gnu.org>
10916
10917 * org-agenda.el (org-agenda): Set the 'last-args property to nil
10918 when calling `org-agenda'. Don't kill the local variable
10919 `org-agenda-current-span'.
10920 (org-run-agenda-series): Use the new property 'last-args.
10921 (org-agenda-change-time-span): Use the dynamically set
10922 `org-agenda-overriding-arguments' variable when non-nil.
10923
10924 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10925
10926 * ob.el (org-babel-result-end): Adjust marker of list end to
10927 changes in the list format.
10928
10929 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10930
10931 * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
10932 need to wrap `org-entry-get' in `ignore-errors'.
10933
10934 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10935
10936 * org.el (org-toggle-item, org-toggle-heading): Make sure every
10937 sub-item in a list is changed into a sub-heading and sub-headings
10938 are translated into sub-items. Also ignore inline tasks in the
10939 process.
10940
10941 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10942
10943 * org-exp.el (org-export-select-backend-specific-text): Add
10944 `original-indentation' property when replacing #+begin_backend and
10945 #+backend blocks with their content. This is needed for lists, as
10946 they must know if the block belonged to them.
10947
10948 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10949
10950 * org-html.el (org-html-export-list-line): Insert a newline
10951 character before ending an item, as anchor could be on a line
10952 going to be deleted, like a drawer ending string.
10953
10954 * org-list.el (org-list-to-html): Same.
10955
10956 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10957
10958 * org.el (org-set-autofill-regexps): Use `org-item-re' in
10959 `paragraph-start' to recognize alphabetical lists.
10960 (org-fill-paragraph): Enforce a pre-computed fill-prefix before
10961 calling `fill-paragraph' when point is in an item. Also prevent
10962 paragraphs getting merged into an adjacent list upon filling.
10963 (org-adaptive-fill-function): Make sure to determine real
10964 fill-prefix for auto-fill.
10965 (org-auto-fill-function): Use a pre-computed fill-prefix before
10966 calling `do-auto-fill'.
10967
10968 * org-list.el (org-list-item-body-column): New function.
10969
10970 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10971
10972 * org-inlinetask.el (org-inlinetask-at-task-p)
10973 (org-inlinetask-toggle-visibility): New functions.
10974
10975 * org-list.el (org-list-set-item-visibility): New function.
10976
10977 * org.el (org-cycle, org-cycle-internal-local): Separate lists and
10978 inline tasks from headlines.
10979 (org-outline-level): Do not consider lists as headlines. Cycling
10980 visibility is using different tools.
10981
10982 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10983
10984 * org-list.el (org-list-struct): Mark items less indented than top
10985 item of the list, so that they will be modified.
10986 (org-list-struct-apply-struct): Compare struct's indentation with
10987 line's indentation instead of old-struct's. This is needed
10988 because `org-list-struct' automatically fixes indentation so
10989 changes might not be seen otherwise.
10990
10991 * org.el (org-ctrl-c-ctrl-c): Small refactoring.
10992
10993 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10994
10995 * org-list.el (org-update-checkbox-count): When a part of the
10996 buffer is processed to count checkboxes, lists are read from top
10997 to bottom, but inside lists (in drawers, blocks, or inline tasks)
10998 are skipped. Thus, cookies cannot be updated. This patch
10999 enforces reading of such lists if counter is itself in a special
11000 context.
11001
11002 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11003
11004 * org-list.el (org-list-struct-apply-struct): Inline tasks along
11005 with their content must stay at column 0 even if the item is
11006 gaining indentation. Moreover, fix indentation of text in an
11007 inline task, now it can be in such a task within a list.
11008
11009 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11010
11011 * org-list.el (org-at-item-p): Also verify context is valid.
11012 Otherwise it would recognize valid items where `org-in-item-p'
11013 wouldn't.
11014 (org-in-item-p, org-list-struct-apply-struct): Use shorter version
11015 of org-at-item-p.
11016 (org-cycle-list-bullet): Fix typo.
11017 (org-list-parse-list): Avoid calling `org-at-item-p' two times by
11018 using an appropriate regexp.
11019
11020 * org.el (org-indent-line-function): Use an appropriate regexp
11021 instead of calling `org-at-item-p' two times.
11022
11023 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11024
11025 * org-list.el (org-in-item-p): When point was just after
11026 org-list-end-re, check wouldn't be done for starting line. So, if
11027 the first line was an item, it wouln't be noticed and function
11028 would return nil. Simplify and comment code.
11029
11030 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11031
11032 * org.el (org-toggle-item): When used on normal text, ensure every
11033 line in region is included in the new item, regardless of its
11034 original indentation.
11035
11036 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11037
11038 * org-list.el (org-list-struct-apply-struct): If end of list was
11039 at eol, for example, with list inside a block, the last list
11040 wouldn't be shifted. Thus, the patch ensures no blank lines is
11041 skipped.
11042
11043 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11044
11045 * org.el (org-toggle-item): Now accepts a prefix argument. When
11046 used without argument on normal text, it will make the whole
11047 region one item. With an argument, it defaults to old behavior:
11048 change each line in region into an item.
11049
11050 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11051
11052 * org.el (org-return): When called from inside an item with the
11053 indent flag, function should keep text moved inside the item.
11054 This allows to use C-j to separate lines in an item: cursor won't
11055 go back to column 0.
11056
11057 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11058
11059 * org-list.el (org-list-struct): When a line has org-example
11060 property, skip the entire block. This is needed during export,
11061 for example when src blocks in org markup contain lists, and are
11062 returned verbatim because org isn't in the list of interpreted
11063 languages.
11064
11065 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11066
11067 * org-list.el (org-in-item-p): Handle special cases when function
11068 is called with cursor amidst `org-list-end-re' or at an inline
11069 task.
11070
11071 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11072
11073 * ob.el (org-babel-result-end): Apply renaming.
11074
11075 * org-exp.el (org-export-mark-list-properties): Apply renaming.
11076
11077 * org-list.el (org-list-prevs-alist): Renamed from
11078 `org-list-struct-prev-alist'.
11079 (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
11080 (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
11081 (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
11082 (org-toggle-checkbox, org-update-checkbox-count)
11083 (org-cycle-list-bullet, org-list-repair, org-insert-item)
11084 (org-move-item-up, org-move-item-up, org-move-item-down)
11085 (org-next-item, org-previous-item, org-end-of-item-list)
11086 (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
11087 (org-get-bullet): Removed function, as it is not needed anymore.
11088
11089 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11090
11091 * org-list.el (org-list-insert-item-generic): Change arguments.
11092 The function now accepts structure and previous items alist. This
11093 allows to insert an item programmatically more easily.
11094 (org-insert-item): Apply changes to
11095 `org-list-insert-item-generic'. The function now takes care about
11096 repairing structure and updating checkboxes.
11097
11098 * org-timer.el (org-timer-item): Apply changes to
11099 `org-list-insert-item-generic'. The function now takes care about
11100 repairing structure.
11101
11102 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11103
11104 * org-list.el (org-list-make-subtree): Function now uses
11105 `org-list-parse-list mechanism'.
11106 (org-list-make-subtrees): Removed function.
11107 (org-list-to-generic): Added a parameter and every parameter can
11108 be a sexp returning a string, for finer control.
11109 (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
11110 modifications to apply changes to `org-list-to-generic'.
11111 (org-list-to-subtree): New function.
11112
11113 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11114
11115 * org.el (org-beginning-of-line): Apply changes to
11116 `org-item-beginning-re' to correct sub-expression reference.
11117
11118 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11119
11120 * org-docbook.el (org-export-docbook-list-line): Even with
11121 alphabetical lists, Org shouldn't enforce a particular list type
11122 to exporters. This is a job for style files.
11123
11124 * org-html.el (org-html-export-list-line): Ib idem.
11125
11126 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11127
11128 * org-list.el (org-at-item-counter-p): New function.
11129 (org-list-parse-list): Handle counters and list depth.
11130 (org-list-to-generic): A special string is used when an item has a
11131 counter.
11132 (org-list-to-latex): Use new special string for counters. This
11133 fixes the counter bug in LaTeX export, as the enumi counter was
11134 the only one modified.
11135
11136 * org-latex.el (org-export-latex-lists): Use new
11137 `org-list-parse-list' output.
11138
11139 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11140
11141 * org-list.el (org-list-get-list-type): New function.
11142 (org-list-parse-list): Use new function.
11143
11144 * org-html.el (org-html-export-list-line): Use new function.
11145
11146 * org-docbook.el (org-export-docbook-list-line): Use new function.
11147
11148 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11149
11150 * org-list.el (org-alphabetical-lists): New variable
11151 (org-item-re, org-list-full-item, org-cycle-list-bullet)
11152 (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
11153 introduction of the new variable.
11154 (org-item-beginning-re): Changed into a function, so any
11155 modification of `org-alphabetical-lists' will not require
11156 reloading Org.
11157 (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
11158 (org-list-parse-list, org-list-send-list): Reflect changes to
11159 `org-item-beginning-re'.
11160 (org-list-use-alpha-bul-p): New function.
11161
11162 * org.el (org-check-for-hidden): Reflect changes to
11163 `org-item-beginning-re'.
11164
11165 * org-capture.el (org-capture-place-item): Reflect changes to
11166 `org-item-beginning-re'.
11167
11168 * org-docbook.el (org-export-docbook-list-line): Handle New type
11169 of items.
11170
11171 * org-exp.el (org-export-mark-list-end)
11172 (org-export-mark-list-properties): Reflect changes to
11173 `org-item-beginning-re'.
11174
11175 * org-html.el (org-html-export-list-line): Handle new type of
11176 items.
11177
11178 * org-latex.el (org-export-latex-lists): Handle new type of items
11179 and reflect changes to `org-item-beginning-re'.
11180
11181 * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
11182
11183 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11184
11185 * org-list.el (org-list-end-re): Removed function and made it a
11186 variable. There's no need for the overhead of calling the
11187 function every at every line in a list. User will have to reload
11188 Org if he change value of either `org-list-end-regexp' or
11189 `org-empty-line-terminates-plain-lists'.
11190 (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
11191
11192 * org-exp.el (org-export-mark-list-end)
11193 (org-export-mark-list-properties): Apply change.
11194
11195 * org-latex.el (org-export-latex-lists): Apply change. Also
11196 prevent items with org-example property to be considered as real
11197 items.
11198
11199 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11200
11201 * org-inlinetask.el (org-inlinetask-export-templates): Slightly
11202 modify templates so environment boundaries don't interfere with
11203 content of task. Unprotect content of task so it might benefit
11204 from further transformations. Set original-indentation property to
11205 a high value to ensure that task is always in the last item of the
11206 list. Also, apply templates later in export process.
11207
11208 * org-list.el (org-list-struct): Fix inline task skipping.
11209
11210 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11211
11212 * org-latex.el (org-export-latex-lists): Search for unprotected
11213 items only, and redefine `org-at-item'. This change is required
11214 when verbatim lists are inserted during export, usually by Babel.
11215
11216 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11217
11218 * ob.el (org-babel-result-end): End position is end of current
11219 sublist instead of bottom point, as results might be inserted in a
11220 list themselves.
11221
11222 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11223
11224 * org-list.el (org-list-automatic-rules): Removed insert rule.
11225 (org-list-insert-item-generic): Removed code preventing user to
11226 insert another item in a block within a list. It is because new
11227 list context make it impossible to see if a point in a block is
11228 also in a list.
11229
11230 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11231
11232 * org-exp.el (org-export-preprocess-string): Mark list endings
11233 before babel blocks preprocessing starts, so blank lines that may
11234 be inserted do not break list's structure. Then, mark list with
11235 special properties required by exporters. Thus output from babel
11236 can easily be included in lists.
11237 (org-export-mark-list-end): New function.
11238 (org-export-mark-list-properties): New function.
11239 (org-export-mark-lists): Removed function. It was split into the
11240 two preceding functions.
11241
11242 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11243
11244 * org-list.el (org-update-checkbox-count): Do not recompute every
11245 list before next heading when there are more than one cookie in an
11246 headline. Moreover, ignore the case where cookie is inserted
11247 neither at an heading nor at an item.
11248
11249 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11250
11251 * org-list.el (org-sort-list): Fix number of arguments to
11252 `org-list-repair', plus make `end-record' go to end of item before
11253 any blank line to keep them from being swallowed in the sorting.
11254
11255 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11256
11257 * org-list.el (org-list-forbidden-blocks): Renamed from
11258 `org-list-blocks'.
11259 (org-list-export-context): New variable.
11260
11261 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11262
11263 * org-list.el (org-list-search-generic): Renamed form
11264 `org-search-unenclosed-generic' to reflect the new behavior. Now,
11265 match can only be in a valid context for lists, as determined by
11266 `org-list-context'.
11267 (org-list-search-backward): Renamed from
11268 `org-search-backward-unenclosed'.
11269 (org-list-search-forward): Renamed from
11270 `org-search-forward-unenclosed'.
11271 (org-toggle-checkbox,org-update-checkbox-count): Use new
11272 functions.
11273 (org-sort-list): Using default regexp search functions as context
11274 is not required in this case.
11275
11276 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11277
11278 * org-exp.el (org-export-mark-lists): New function, replacing
11279 org-export-mark-list-ending. It adds information as text
11280 properties to every list, before changes done by exporter destruct
11281 them.
11282
11283 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11284
11285 * org-list.el (org-list-get-first-item): New alias for
11286 `org-list-get-list-begin'.
11287 (org-list-get-last-item): New function.
11288 (org-list-get-list-end): Use `org-list-get-last-item'.
11289
11290 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11291
11292 * org.el (org-get-string-indentation): Moved in generally useful
11293 functions section, as it wasn't specific to plain lists and that
11294 no code was using it in org-list.el.
11295
11296 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11297
11298 * org.el (org-skip-over-state-notes,org-store-log-note): Use new
11299 accessors.
11300
11301 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11302
11303 * org-list.el (org-list-indent-item-generic): Remove error
11304 messages happening before process. This belongs to interactive
11305 functions.
11306 (org-indent-item,org-indent-item-tree)
11307 (org-outdent-item,org-outdent-item-tree): Ensure point or region
11308 is correct before computing list structure. Return an error
11309 message otherwise.
11310
11311 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11312
11313 * org-list.el (org-apply-on-list): Use new structures. Function
11314 is now applied in reverse order so modifications do not change
11315 positions of items in buffer.
11316
11317 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11318
11319 * org-list.el (org-list-parse-list): Rewrite of function to allow
11320 text following a sub-list in the same item. See docstring for an
11321 example of output.
11322 (org-list-to-generic): Use new parsing function.
11323 (org-list-to-latex,org-list-to-html): Minor change for clearer
11324 export.
11325
11326 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11327
11328 * org-list.el (org-list-has-child-p): Renamed from
11329 `org-list-get-child'. Returning first child is only useful as a
11330 predicate, as we are allowing an item to have more than one
11331 sub-list.
11332 (org-list-indent-item-generic): Use `org-list-has-child-p' instead
11333 of org-list-get-child.
11334 (org-in-item-p): Also return item beginning when list starts at
11335 context beginning.
11336 (org-list-get-parent): Use of `org-list-struct-parent-alist'
11337 helper function is not optional anymore.
11338 (org-list-get-all-items): Shorten code with the help of cl.el.
11339 (org-list-get-children): Now returns all children of item, even if
11340 they do not belong to the same list. Renamed from
11341 `org-list-get-all-children'.
11342 (org-list-get-list-begin): Function wasn't return value when item
11343 was already the first item of the list at point.
11344 (org-list-get-list-end): Function wasn't return value when item
11345 was already the last item of the list at point.
11346 (org-list-struct-fix-box,org-update-checkbox-count): Now uses
11347 `org-list-get-children'.
11348
11349 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11350
11351 * org.el (org-indent-line-function): Indentation of item's body
11352 starts just after the bullet, not after a checkbox. Moreover, As
11353 `org-in-item-p' also returns item beginning position when point is
11354 in a list, do not compute it a second time.
11355
11356 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11357
11358 * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
11359 usage `org-repair-list', forcing another reading of the list, with
11360 only needed subroutines.
11361
11362 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11363
11364 * org-list.el (org-list-separating-blank-lines-number): Use new
11365 accessors.
11366 (org-list-insert-item-generic): Use list structures to insert a
11367 new item.
11368 (org-list-exchange-items): Refactor and comment code. Now return
11369 new struct instead of modifying it, as list sorting would
11370 sometimes eat first item.
11371 (org-move-item-down,org-move-item-up): Reflect changes to
11372 `org-list-exchange-items'.
11373 (org-insert-item): As `org-in-item-p' also computes item beginning
11374 when applicable, reuse the result.
11375
11376 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11377
11378 * org-list.el (org-list-in-item-p): Unify methods for this
11379 predicate.
11380 (org-list-in-item-p-with-indent): Removed function.
11381 (org-list-ending-between): Removed function.
11382 (org-list-maybe-skip-block): Removed function.
11383 (org-list-in-item-p-with-regexp): Removed function.
11384 (org-list-top-point-with-regexp): Removed function.
11385 (org-list-top-point-with-indent): Removed function.
11386 (org-list-bottom-point-with-indent): Removed function.
11387 (org-list-bottom-point-with-regexp): Removed function.
11388 (org-list-get-item-same-level): Removed function.
11389 (org-list-top-point): Removed function.
11390 (org-list-bottom-point): Removed function.
11391 (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
11392 be consistent with naming policy of non-interactive functions.
11393 (org-get-beginning-of-list): Removed function.
11394 (org-beginning-of-item-list): Use new accessors.
11395 (org-get-end-of-list): Removed function.
11396 (org-end-of-list): Use new accessors.
11397 (org-get-end-of-item): Removed function.
11398 (org-end-of-item): Use new accessors.
11399 (org-get-previous-item): Removed function.
11400 (org-previous-item): Use new accessors.
11401 (org-get-next-item): Removed function.
11402 (org-next-item): Use new accessors.
11403 (org-list-get-item-end-before-blank): Use new accessors.
11404
11405 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11406
11407 * org-list.el (org-list-repair): Removed optional argument
11408 FORCE-BULLET. The job of this interactive function is to
11409 completely fix a list at point. Changing bullets is a separate
11410 task. Also removed others optional arguments TOP and BOTTOM to
11411 follow the new structures.
11412 (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
11413 STRUCT is a new required argument. This avoids computing a list
11414 structure many times when function is called more than once in a
11415 row, for example in `org-cycle-item-indentation'. Use new
11416 accessors. Now, also call `org-update-checkbox-count-maybe'.
11417 (org-outdent-item, org-indent-item, org-outdent-item-tree)
11418 (org-indent-item-tree): Remove need for TOP and BOTTOM.
11419 (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
11420 (org-list-exchange-items): Use new accessors. Now modify struct
11421 to avoid re-reading it later.
11422 (org-move-item-down): Reflect changes to `org-list-repair'. Use
11423 new accessors.
11424 (org-move-item-up): Reflect changes to `org-list-repair'. Use new
11425 accessors.
11426 (org-cycle-list-bullet): Use new structures. Also use a shortcut
11427 to `org-list-struct-fix-struct' in order to avoid unnecessary
11428 fixes, like `org-list-struct-fix-box'
11429 (org-sort-list): Use of new structures. Renamed an internal
11430 function for a little more clarity.
11431 (org-cycle-item-indentation): Remove dependency on
11432 `org-list-repair'. Use new accessors.
11433 (org-list-get-child): Correct bug when asking for the child of the
11434 last item.
11435 (org-list-exchange-items): Use new accessors.
11436
11437 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11438
11439 * org-list.el (org-list-blocks): New variable.
11440 (org-list-context): New function.
11441 (org-list-full-item-re): New variable.
11442 (org-list-struct-assoc-at-point): Use new variable.
11443 (org-list-struct): Rewrite of function. Now, list data is
11444 collected by looking at the list line after line. It reads the
11445 whole list each time because reading only a subtree was not enough
11446 for some operations, like fixing checkboxes. It also removes the
11447 need to get `org-list-top-point' and `org-list-bottom-point'
11448 first. An added data is the position of item ending. This aims
11449 to be able to have list followed by text inside an item.
11450 (org-list-struct-assoc-end): New function.
11451 (org-list-struct-parent-alist): New function.
11452 (org-list-get-parent): New function.
11453 (org-list-get-child): New function.
11454 (org-list-get-next-item): New function.
11455 (org-list-get-prev-item): New function.
11456 (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
11457 (org-list-get-all-items): New function.
11458 (org-list-get-all-children): New function.
11459 (org-list-get-top-point): New function.
11460 (org-list-get-bottom-point): New function.
11461 (org-list-get-counter): New function.
11462 (org-list-get-item-end): New function.
11463 (org-list-struct-fix-bul): Rewrite for cleaner code. Make use of
11464 new accessors.
11465 (org-list-struct-fix-ind): Make use of new accessors.
11466 (org-list-struct-fix-box): New function.
11467 (org-list-struct-fix-checkboxes): Removed function.
11468 (org-list-struct-outdent): Use new accessors. Use the fact that
11469 there is no longer a virtual item at beginning of structure.
11470 (org-list-struct-indent): Use helper functions
11471 `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
11472 Also use new accessors.
11473 (org-list-struct-fix-struct): Comment function. Call directly
11474 `org-list-struct-apply-struct', without removing unchanged items
11475 first.
11476 (org-list-struct-apply-struct): Comment function. Rewrite using
11477 new accessors. Use new variable `org-list-full-item-re'.
11478 (org-list-shift-item-indentation): Removed function, now included
11479 in `org-list-struct-apply-struct' because it is too specific.
11480
11481 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11482
11483 * org-list.el (org-toggle-checkbox): Use structures to fix
11484 checkboxes of a list.
11485 (org-update-checkbox-count): Use structures to update cookies.
11486
11487 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11488
11489 * org-list.el (org-list-struct-fix-checkboxes): New function.
11490 (org-checkbox-blocked-p): Removed function.
11491
11492 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11493
11494 * org-list.el (org-list-get-all-items): New function.
11495 (org-list-get-all-children): New function.
11496 (org-list-get-nth): New function.
11497 (org-list-set-nth): New function.
11498 (org-list-get-ind): New function.
11499 (org-list-set-ind): New function.
11500 (org-list-get-bullet): New function.
11501 (org-list-set-bullet): New function.
11502 (org-list-get-checkbox): New function.
11503 (org-list-set-checkbox): New function.
11504 (org-list-struct-fix-bul): Use new accessors.
11505 (org-list-repair): Use new accessors.
11506 (org-list-indent-item-generic): Make use of accessors.
11507 (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
11508 (org-list-get-child): Renamed from `org-list-struct-get-child'.
11509 (org-list-struct-fix-ind): Make use of accessors.
11510 (org-list-get-next-item): New function.
11511 (org-list-get-subtree): New function.
11512
11513 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11514
11515 * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
11516 list structure.
11517
11518 * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
11519 value in structure.
11520
11521 * org-list.el (org-list-struct-apply-struct): Also apply
11522 checkboxes.
11523
11524 2011-07-28 Bastien Guerry <bzg@gnu.org>
11525
11526 * org-latex.el (org-export-latex-content): Bind local variables
11527 for export in the temporary export buffer.
11528
11529 2011-07-28 David Maus <dmaus@ictsoc.de>
11530
11531 * org-protocol.el (org-protocol-unhex-single-byte-sequence)
11532 (org-protocol-unhex-string, org-protocol-unhex-compound): Change
11533 date of obsolete declaration to 2011-02-17.
11534
11535 2011-07-28 David Maus <dmaus@ictsoc.de>
11536
11537 * org.el (org-link-escape): Throw error if encoding character in
11538 utf8 fails.
11539
11540 2011-07-28 David Maus <dmaus@ictsoc.de>
11541
11542 * org-protocol.el (org-protocol-split-data)
11543 (org-protocol-open-source): Use `org-link-unescape' instead of
11544 obsolete unhex string function.
11545
11546 2011-07-28 David Maus <dmaus@ictsoc.de>
11547
11548 * org.el (org-link-escape, org-link-escape-chars-browser)
11549 (org-link-escape-chars): Always percent escape the percent sign.
11550
11551 2011-07-28 David Maus <dmaus@ictsoc.de>
11552
11553 * org.el (org-link-unescape): Simpler algorithm for replacing
11554 percent escapes.
11555 (org-link-unescape-compound): Use cond statements instead of nested
11556 if, convert hex string with string-to-number, save match data.
11557 (org-link-unescape-single-byte-sequence): Use mapconcat and
11558 string-to-number for unescaping single byte sequence.
11559
11560 2011-07-28 David Maus <dmaus@ictsoc.de>
11561
11562 * org.el (org-link-escape): Rename lambda argument.
11563
11564 2011-07-28 David Maus <dmaus@ictsoc.de>
11565
11566 * org.el (org-link-escape-chars-browser, org-link-escape-chars):
11567 Add percent sign to list of escape chars.
11568
11569 2011-07-28 David Maus <dmaus@ictsoc.de>
11570
11571 * org-mobile.el (org-mobile-escape-olp): Use new percent escape
11572 character table format.
11573
11574 2011-07-28 David Maus <dmaus@ictsoc.de>
11575
11576 * org-mobile.el (org-mobile-locate-entry): Remove obsolete
11577 argument in call to org-link-unescape.
11578
11579 2011-07-28 David Maus <dmaus@ictsoc.de>
11580
11581 * org-protocol.el (org-protocol-unhex-string)
11582 (org-protocol-unhex-compound)
11583 (org-protocol-unhex-single-byte-sequence): Declare obsolete and
11584 alias to respective org-link-unescape-* functions.
11585
11586 2011-07-28 David Maus <dmaus@ictsoc.de>
11587
11588 * org.el (org-link-unescape, org-link-unescape-compound)
11589 (org-link-unescape-single-byte-sequence): Functions moved and renamed
11590 from org-protocol.el.
11591
11592 2011-07-28 David Maus <dmaus@ictsoc.de>
11593
11594 * org-macs.el (org-char-to-string): Inline function to properly
11595 decode utf8 characters in Emacs 22. Moved and renamed from
11596 org-protocol.el.
11597
11598 2011-07-28 David Maus <dmaus@ictsoc.de>
11599
11600 * org.el (org-link-escape): New optional argument. Merge user
11601 table with default table.
11602
11603 2011-07-28 David Maus <dmaus@ictsoc.de>
11604
11605 * org.el (org-link-escape): Fixup doc string.
11606
11607 2011-07-28 David Maus <dmaus@ictsoc.de>
11608
11609 * org.el (org-link-escape-chars, org-link-escape-chars-browser):
11610 New format of percent escape table.
11611 (org-link-escape): Use new table format.
11612
11613 2011-07-28 David Maus <dmaus@ictsoc.de>
11614
11615 * org.el (org-link-escape): New Unicode aware percent encoding
11616 algorithm.
11617
11618 2011-07-28 Sebastian Rose <sebastian_rose@gmx.de>
11619
11620 * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
11621 function. Decode hex-encoded singly byte sequences.
11622 (org-protocol-unhex-compound): Use new function if decoding sequence
11623 as Unicode character failed.
11624
11625 2011-07-28 Bastien Guerry <bzg@gnu.org>
11626
11627 * org-html.el (org-export-as-html): Expand the HTML title.
11628
11629 2011-07-28 Bastien Guerry <bzg@gnu.org>
11630
11631 * org-publish.el (org-publish-cache-ctime-of-src): Improve
11632 docstring.
11633 (org-publish-find-title): New option to explicitly reset the title
11634 in the cache.
11635 (org-publish-format-file-entry): Use this new option.
11636
11637 2011-07-28 Dan Davison <dandavison7@gmail.com>
11638
11639 * org-exp.el (org-export-preprocess-string): Set the source buffer
11640 and use `org-clone-local-variables' to get local variables from
11641 it.
11642
11643 2011-07-28 Dan Davison <dandavison7@gmail.com>
11644
11645 * org-exp.el (org-export-format-source-code-or-example): Allow
11646 empty string as second element in minted/listings options.
11647
11648 2011-07-28 Dan Davison <dandavison7@gmail.com>
11649
11650 * org-exp.el (org-export-format-source-code-or-example): Support
11651 new user-customizable options.
11652 (org-export-latex-custom-lang-environments): Ensure new variable
11653 is defined.
11654 (org-export-latex-listings-options): Ensure new variable is defined.
11655 (org-export-latex-minted-options): Ensure new variable is defined.
11656
11657 2011-07-28 Bastien Guerry <bzg@gnu.org>
11658
11659 * org-html.el (org-export-as-html): Handle the case when
11660 `org-export-html-validation-link' is nil to keep backward
11661 compatible with the old default value of this variable.
11662
11663 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11664
11665 * ob.el (org-babel-insert-result): Don't choke if indent is not a
11666 number.
11667
11668 2011-07-28 Christian Moe <mail@christianmoe.com> (tiny change)
11669
11670 * org-bbdb.el (org-bbdb-export): When a link description has been
11671 added by `org-export-normalize-links', use path instead (remove
11672 the `bbdb:' prefix).
11673
11674 2011-07-28 Bastien Guerry <bzg@gnu.org>
11675
11676 * org-ascii.el (org-export-ascii-underline): Put the level's
11677 characters in the right order, as documented by the docstring.
11678 (org-ascii-level-start): Select the right char for underlining
11679 headlines.
11680
11681 2011-07-28 Bastien Guerry <bzg@gnu.org>
11682
11683 * org-src.el (org-edit-src-code): Allow to edit source code from
11684 modes derived from Org.
11685
11686 2011-07-28 Niels Giesen <niels.giesen@gmail.com>
11687
11688 * org-clock.el (org-clock-clocktable-language-setup): Add list of
11689 dutch strings.
11690
11691 2011-07-28 Dan Davison <dandavison7@gmail.com>
11692
11693 * org-beamer.el: Mark frame as fragile when it is using minted for
11694 src block export.
11695
11696 2011-07-28 Bastien Guerry <bzg@gnu.org>
11697
11698 * org-agenda.el (org-agenda-date-later)
11699 (org-agenda-date-earlier): Enhance docstrings.
11700 (org-agenda-bulk-mark-regexp): Only match against headlines.
11701 Send a message when no entry is marked.
11702 (org-agenda-bulk-action): Fix bug about scattering deadlines.
11703 Send an error when trying to scatter outside an agenda or a
11704 timeline view. Silently fail when trying to scatter sexp entries.
11705
11706 2011-07-28 Bastien Guerry <bzg@gnu.org>
11707
11708 * org-clock.el (org-clock-clocktable-language-setup): New custom
11709 variable.
11710 (org-clocktable-defaults): Set the default language.
11711 (org-clocktable-write-default): Use the new variable.
11712
11713 2011-07-28 Dan Davison <dandavison7@gmail.com>
11714
11715 * ob.el (org-babel-src-block-names): Don't strip text properties
11716 from search hits.
11717 (org-babel-result-names): Don't strip text properties from search
11718 hits.
11719
11720 2011-07-28 Dan Davison <dandavison7@gmail.com>
11721
11722 * ob-python.el (org-babel-python-evaluate-session): Pass nil as
11723 remove-echo part of META argument to
11724 `org-babel-comint-with-output'.
11725
11726 2011-07-28 Dan Davison <dandavison7@gmail.com>
11727
11728 * ob.el (org-babel-script-escape): Use `substring' comparison
11729 instead of regexp matching.
11730
11731 2011-07-28 Dan Davison <dandavison7@gmail.com>
11732
11733 * org-src.el (org-edit-src-code): When generating the code edit
11734 buffer, it is necessary for several variables to inherit their
11735 values from the parent org buffer. These changes collect all such
11736 variables together into a single association list of
11737 `(variable-name value)' pairs. In addition, a new variable is
11738 added to the list: `org-edit-src-content-indentation'. This has
11739 the effect that a buffer local value can be used for that
11740 variable.
11741
11742 2011-07-28 Dan Davison <dandavison7@gmail.com>
11743
11744 * ob-table.el (sbe): Don't truncate sbe results.
11745
11746 2011-07-28 Lawrence Mitchell <wence@gmx.li>
11747
11748 * org-exp.el (org-export-add-options-to-plist): Require match to
11749 start at a word-boundary.
11750
11751 2011-07-28 Bastien Guerry <bzg@gnu.org>
11752
11753 * org-latex.el (org-export-latex-hyperref-format): Update
11754 docstring.
11755
11756 2011-07-28 Tom Dye <tsd@tsdye.com>
11757
11758 * org.el: Update documentation of `org-add-link-type'.
11759
11760 2011-07-28 Dan Davison <dandavison7@gmail.com>
11761
11762 * org.el (org-open-at-point): Fix bug when using prefix arg to
11763 construct `org-link-search' call. Rename prefix arg with a more
11764 generic name, to reflect its diverse uses in this function.
11765
11766 2011-07-28 Rémi Vanicat <vanicat@debian.org>
11767
11768 * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
11769 (org-icalendar-date-time-format): New custom variable.
11770 (org-icalendar-use-UTC-date-timep): New function.
11771 (org-ical-ts-to-string): Use the new variable.
11772
11773 2011-07-28 Bastien Guerry <bzg@gnu.org>
11774
11775 * org-vm.el (org-vm-store-link): Make sure the buffer is
11776 associated with a file when trying to store an Org link.
11777
11778 2011-07-28 Dan Davison <dandavison7@gmail.com>
11779
11780 * ob.el (org-babel-params-from-properties): Test for
11781 "header-arg-name" and ":header-arg-name", in that order.
11782
11783 2011-07-28 Bastien Guerry <bzg@gnu.org>
11784
11785 * org-capture.el (org-capture-templates): Document "currentfile"
11786 for capture template.
11787 (org-capture-templates): Allow to use currentfile for capture
11788 templates.
11789 (org-capture-set-target-location): Handle currentfile as a way to
11790 setting the capture buffer.
11791
11792 2011-07-28 Bastien Guerry <bzg@gnu.org>
11793
11794 * ob.el (org-babel-params-from-properties): Don't wrap
11795 `org-entry-get' into `condition-case'.
11796
11797 2011-07-28 Dan Davison <dandavison7@gmail.com>
11798
11799 * org.el (org-entry-get): Don't look for a property drawer if we
11800 are before the first heading in the file.
11801 (org-entry-get-with-inheritance): Don't attempt to move up the
11802 tree if we are before the first heading in the file. Also,
11803 enclose less of the function in the `save-excursion'.
11804
11805 2011-07-28 Dan Davison <dandavison7@gmail.com>
11806
11807 * ob.el (org-babel-params-from-buffer): Return desired value
11808 rather than nil from failed re search.
11809
11810 2011-07-28 Bastien Guerry <bzg@gnu.org>
11811
11812 * org-agenda.el (org-get-entries-from-diary): Put multiline diary
11813 entries on a single line when lines don't start with a diary time.
11814
11815 2011-07-28 Bastien Guerry <bzg@gnu.org>
11816
11817 * org-html.el (org-export-html-protect-char-alist): New custom
11818 variable to define characters to be HTML protected.
11819 (org-html-protect): Use the new variable.
11820
11821 2011-07-28 Bastien Guerry <bzg@gnu.org>
11822
11823 * org-info.el (org-info-store-link): Use "#" to separate the info
11824 file and the node.
11825 (org-info-follow-link): Use both "#" to separate the info file and
11826 the node. Continue to use ":" for backward compatibility.
11827
11828 2011-07-28 Bastien Guerry <bzg@gnu.org>
11829
11830 * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
11831 variable.
11832 (org-print-icalendar-entries): Use this new variable to prevent
11833 export of entries with a :noexport: tag.
11834
11835 2011-07-28 Bastien Guerry <bzg@gnu.org>
11836
11837 * org-exp.el (org-export-initial-scope): New custom variable.
11838 (org-export): Use this new variable. If there is an active
11839 region, tell it when prompting the user for an export command.
11840 Also change the way the function handles selection of buffer and
11841 subtree export.
11842
11843 2011-07-28 Bastien Guerry <bzg@gnu.org>
11844
11845 * org-html.el (org-export-html-auto-preamble)
11846 (org-export-html-auto-postamble): Remove.
11847 (org-export-html-preamble, org-export-html-postamble): Turn into
11848 custom variables. Update the docstrings.
11849 (org-export-html-preamble-format)
11850 (org-export-html-postamble-format): New custom variables.
11851 (org-export-as-html): Use `org-export-html-postamble-format' and
11852 `org-export-html-preamble-format'.
11853 (org-export-html-title-format): Delete.
11854
11855 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11856
11857 * org-exp-blocks.el (org-export-blocks-format-ditaa): This
11858 function is begin deprecated in favor of begin_src blocks.
11859 (org-export-blocks-format-dot): This function is begin deprecated in
11860 favor of begin_src blocks.
11861
11862 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11863
11864 * ob.el (org-babel-header-arg-names): no-expand is now part of the
11865 default header argument names list.
11866
11867 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
11868
11869 * org-publish.el (org-publish-sitemap-date-format)
11870 (org-publish-sitemap-file-entry-format): New custom variables.
11871 (org-publish-projects): Use these variables to format the sitemap
11872 entries.
11873
11874 2011-07-28 Ulf Stegemann <ulf-news@zeitform.de>
11875
11876 * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
11877 from `message-mode'.
11878
11879 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11880
11881 * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
11882 updating the filter while the clock report is following the
11883 filter.
11884
11885 2011-07-28 Julien Danjou <julien@danjou.info>
11886
11887 * org-agenda.el (org-agenda): Kill all local variables. This
11888 assures we are not keeping buffer variable from an old agenda view
11889 when switching to a new custom agenda.
11890
11891 2011-07-28 Julien Danjou <julien@danjou.info>
11892
11893 * org-crypt.el (org-encrypt-string): New function.
11894 (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
11895 cached crypted values.
11896 (org-decrypt-entry): Store crypted text in decrypted text.
11897
11898 2011-07-28 Dan Davison <dandavison7@gmail.com>
11899
11900 * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
11901 if a non-nil result is returned.
11902
11903 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11904
11905 * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
11906 modified today.
11907
11908 2011-07-28 Bastien Guerry <bzg@gnu.org>
11909
11910 * org.el (org-update-parent-todo-statistics): Fix bug when
11911 updating statistics from the column view.
11912
11913 2011-07-28 Bastien Guerry <bzg@gnu.org>
11914
11915 * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
11916 (org-agenda-menu): Add the new command to the menu.
11917 (org-agenda-mode-map): Add % as the keybinding for the new
11918 command.
11919
11920 2011-07-28 Bastien Guerry <bzg@gnu.org>
11921
11922 * org-exp.el (org-export-target-internal-links): Locally turn on
11923 `org-link-search-must-match-exact-headline' to match exact
11924 internal links.
11925
11926 2011-07-28 Julien Danjou <julien@danjou.info>
11927
11928 * org-faces.el (org-special-keyword): Make it inherited from
11929 `font-lock-keyword-face'.
11930
11931 2011-07-28 Julien Danjou <julien@danjou.info>
11932
11933 * org-faces.el (org-link): Make `org-link' inherits from `link'
11934 face.
11935
11936 2011-07-28 Bastien Guerry <bzg@gnu.org>
11937
11938 * org.el (org-narrow-to-block): New function to narrow to block.
11939 Bound this function to `C-x n b'.
11940
11941 2011-07-28 Bastien Guerry <bzg@gnu.org>
11942
11943 * org.el (org-schedule, org-deadline): Fix bug: take care of
11944 repeating timestamps like ".+1d/3d" or "+1d 10d".
11945
11946 2011-07-28 Bastien Guerry <bzg@gnu.org>
11947
11948 * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
11949 to use a list of TODO keywords as the value of this variable. The
11950 agenda will show repeating stamps for entries matching these TODO
11951 keywords.
11952 (org-agenda-get-timestamps, org-agenda-get-deadlines)
11953 (org-agenda-get-scheduled): Allow the use of a list of keywords in
11954 `org-agenda-repeating-timestamp-show-all'.
11955
11956 2011-07-28 Bastien Guerry <bzg@gnu.org>
11957
11958 * org-latex.el (org-export-latex-emph-format): Don't use
11959 `org-export-latex-use-verb'. Remove this variable.
11960
11961 2011-07-28 Jason Dunsmore <emacs-orgmode@dunsmor.com> (tiny change)
11962
11963 * org-html.el (org-html-handle-time-stamps): Fix bug when
11964 exporting inactive timestamps.
11965
11966 2011-07-28 Bastien Guerry <bzg@gnu.org>
11967
11968 * org-archive.el (org-archive-save-context-info): Fix docstring
11969 typo.
11970 (org-archive-subtree-add-inherited-tags): New variable to control
11971 whether inherited tags should be appended to local tags when
11972 archiving subtrees.
11973 (org-archive-subtree): Use the new variable.
11974
11975 2011-07-28 Bastien Guerry <bzg@gnu.org>
11976
11977 * org-archive.el (org-archive-save-context-info): Fix docstring.
11978
11979 2011-07-28 Julien Danjou <julien@danjou.info>
11980
11981 * org-crypt.el (org-decrypt-entry): Delete \n on top level
11982 heading. This avoids a display bug showing the heading outlined
11983 where the text is not since it does not have the outline property.
11984 Restore subtree visibility state after decryption.
11985
11986 2011-07-28 Julien Danjou <julien@danjou.info>
11987
11988 * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
11989 as a possible default span if it is set.
11990
11991 2011-07-28 Dan Davison <dandavison7@gmail.com>
11992
11993 * org-src.el (org-edit-src-persistent-message): Change docstring.
11994 (org-edit-src-code): Get rid of help message in echo area.
11995
11996 * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
11997 argument to org-edit-src-code as this has been removed.
11998
11999 2011-07-28 Bastien Guerry <bzg@gnu.org>
12000
12001 * org-latex.el (org-export-latex-emphasis-alist): Use
12002 \protectedtexttt for the =...= emphasis and \verb for the ~...~
12003 emphasis.
12004 (org-export-latex-use-verb): Now defaults to t.
12005 (org-export-latex-emph-format): Distinguish between =...= and
12006 ~...~ emphasis.
12007
12008 2011-07-28 Julien Danjou <julien@danjou.info>
12009
12010 * org.el (org-link-expand-abbrev): Allow any type of character in
12011 link expand.
12012
12013 2011-07-28 Dan Davison <dandavison7@gmail.com>
12014
12015 * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
12016
12017 2011-07-28 Dan Davison <dandavison7@gmail.com>
12018
12019 * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
12020 resolving references.
12021
12022 2011-07-28 Bastien Guerry <bzg@gnu.org>
12023
12024 * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
12025 instead of <hr> to keep w3c validator happy.
12026
12027 2011-07-28 Dan Davison <dandavison7@gmail.com>
12028
12029 * ob.el (org-babel-where-is-src-block-head): Detect src block if
12030 point is on a #+header line.
12031
12032 2011-07-28 Dan Davison <dandavison7@gmail.com>
12033
12034 * ob.el (org-babel-where-is-src-block-head): Skip over intervening
12035 #+header lines when searching for block associated with block name
12036 line.
12037
12038 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12039
12040 * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
12041 the more specific `org-at-item-p'.
12042
12043 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12044
12045 * org-latex.el (org-latex-default-figure-position): New defcustom
12046 for default placement of latex figures.
12047 (org-export-latex-tables): Positioning tables using the new
12048 defcustom variable.
12049 (org-export-latex-format-image): Positioning images using the new
12050 defcustom variable.
12051
12052 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12053
12054 * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
12055 evaluated and :file header argument is missing.
12056
12057 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12058
12059 * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
12060 to do anything to export code.
12061 (org-babel-exp-results): No longer returns a replacement for the
12062 code block.
12063 (org-babel-exp-inline-src-blocks): Simplified.
12064 (org-babel-exp-src-block): Removed unnecessary pluralization from
12065 function name.
12066
12067 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12068
12069 * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
12070 exportation of inline code blocks using normal code block
12071 execution mechanism to insert results.
12072 (org-babel-exp-results): Results exportation mechanism is unified
12073 for both inline and regular code blocks.
12074
12075 * ob.el (org-babel-where-is-src-block-result): Returns the point
12076 after an inline code block for inline code blocks.
12077
12078 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12079
12080 * ob.el (org-babel-insert-result): Special handling of the
12081 position of results of inline code blocks.
12082 (org-babel-examplize-region): Now able to comment inline regions.
12083
12084 2011-07-28 Lawrence Mitchell <wence@gmx.li>
12085
12086 * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
12087 that \\[ a = b \\] is not interpreted as a keybinding by
12088 `substitute-command-keys'.
12089
12090 2011-07-28 Dan Davison <dandavison7@gmail.com>
12091
12092 * org-latex.el (org-export-as-latex): Process export property list
12093 with `org-export-process-option-filters' early in latex export.
12094
12095 2011-07-28 Julien Danjou <julien@danjou.info>
12096
12097 * org.el: Remove `org-invisible-p': `outline-invisible-p' is
12098 available in Emacs 22 and in recent XEmacs 21. Replace in various
12099 files.
12100
12101 2011-07-28 Julien Danjou <julien@danjou.info>
12102
12103 * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
12104 it must has \\ at the end of the line. This avoid matching the
12105 following heading when there's no newline between the logged state
12106 and the next heading.
12107
12108 2011-07-28 Julien Danjou <julien@danjou.info>
12109
12110 * org-agenda.el (org-format-agenda-item): Simplify time comuting.
12111
12112 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
12113
12114 * org.el (org-current-level, org-store-link, org-mark-subtree):
12115 Use `org-with-limited-levels'.
12116
12117 2011-07-28 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
12118
12119 * org-publish.el (org-publish-get-base-files): Add sitemap file.
12120
12121 2011-07-28 Matt Lundin <mdl@imapmail.org>
12122
12123 * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
12124 (org-agenda-todo-ignore-scheduled): New option.
12125 (org-agenda-todo-ignore-timestamp): New option.
12126 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
12127 Allow user to specify custom distance to ignore (future or past).
12128 (org-agenda-todo-custom-ignore-p): New function.
12129
12130 2011-07-28 Matt Lundin <mdl@imapmail.org>
12131
12132 * org-habit.el (org-habit-parse-todo) Don't parse more days than
12133 needed.
12134
12135 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12136
12137 * ob.el (org-babel-map-inline-src-blocks): Macro for executing
12138 code in each inline code block.
12139 (org-babel-execute-buffer): Executes inline code blocks as well as
12140 regular code blocks.
12141
12142 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12143
12144 * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
12145 blocks for removal.
12146
12147 2011-07-28 Benjamin Drieu <bdrieu@april.org> (tiny change)
12148
12149 * org-clock.el (org-clock-before-select-task-hook): New hook.
12150 (org-clock-select-task): Run new hook.
12151
12152 2011-07-28 Julien Danjou <julien@danjou.info>
12153
12154 * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
12155 events with range. This display things like: <2011-01-22 Sat
12156 14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
12157 at 14:00 and ending at 20:00.
12158
12159 2011-07-28 Dan Davison <dandavison7@gmail.com>
12160
12161 * ob.el (org-babel-inline-src-block-regexp): Character preceding
12162 "src_" can now be anything as long as it is neither alphanumeric
12163 nor '-'.
12164
12165 2011-07-28 Dan Davison <dandavison7@gmail.com>
12166
12167 * ob.el (org-babel-merge-params): Docstring typo.
12168
12169 2011-07-28 Dan Davison <dandavison7@gmail.com>
12170
12171 * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
12172 in the buffer.
12173
12174 2011-07-28 Dan Davison <dandavison7@gmail.com>
12175
12176 * ob.el (org-babel-get-src-block-info): Alter order of merge
12177 arguments.
12178
12179 2011-07-28 Dan Davison <dandavison7@gmail.com>
12180
12181 * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
12182
12183 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12184
12185 * ob.el (org-babel-insert-result): Ensure all parts of result
12186 wrappers end in newlines.
12187
12188 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12189
12190 * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
12191 optionally creates parent directories of tangle targets.
12192
12193 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12194
12195 * org-ascii.el (org-ascii-level-start): Catch the case of levels
12196 which do not have an equivalent in the list of underline
12197 characters.
12198
12199 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12200
12201 * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
12202 the format string used to escape arguments to shell code blocks.
12203
12204 2011-07-28 Julien Danjou <julien@danjou.info>
12205
12206 * org-agenda.el (org-agenda-reset-view): New function.
12207 (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
12208
12209 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
12210
12211 * org-exp.el (org-export-handle-include-files): Support :lines
12212 property.
12213 (org-get-file-contents): New argument lines to include specify a
12214 range of lines to include.
12215
12216 2011-07-28 Bastien Guerry <bzg@gnu.org>
12217
12218 * org.el (org-fast-tag-selection): Fix bug when assigning keys.
12219
12220 2011-07-28 Lawrence Mitchell <wence@gmx.li>
12221
12222 * org-latex.el (org-export-latex-make-header): Export email in
12223 author line if `org-export-email-info' is non-nil.
12224
12225 2011-07-28 Julien Danjou <julien@danjou.info>
12226
12227 * org-agenda.el (org-agenda-goto-today): Respect current span.
12228
12229 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12230
12231 * org-complete.el (pcomplete/org-mode/link)
12232 (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
12233 before uniquifying.
12234
12235 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12236
12237 * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
12238 linking comment type
12239 (org-babel-tangle-comment-links): Returns comment links for the
12240 source code block at point.
12241
12242 2011-07-28 Bastien Guerry <bzg@gnu.org>
12243
12244 * org.el (org-refile-check-position): Send a more explicit message
12245 on how to clear the cache before refiling again.
12246
12247 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12248
12249 * org-agenda.el (org-agenda-skip-function-global): New option.
12250 (org-agenda-skip-eval): New function.
12251 (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
12252 the global skipping condition.
12253
12254 2011-07-28 David Maus <dmaus@ictsoc.de>
12255
12256 * org-html.el (org-export-as-html): Handle timestamps after
12257 handling links.
12258
12259 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12260
12261 * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
12262 until either a matching block is found, or the limits of the file
12263 are reached.
12264
12265 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12266
12267 * ob.el (org-babel-update-block-body): Literal argument to
12268 `replace-match' to allow insertion of text containing '\'.
12269
12270 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12271
12272 * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
12273 into code blocks.
12274
12275 2011-07-28 David Maus <dmaus@ictsoc.de>
12276
12277 * test-org-table.el
12278 (test-org-table/org-table-convert-refs-to-rc/3)
12279 (test-org-table/org-table-convert-refs-to-rc/2)
12280 (test-org-table/org-table-convert-refs-to-rc/1)
12281 (test-org-table/org-table-convert-refs-to-an/3)
12282 (test-org-table/org-table-convert-refs-to-an/2)
12283 (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
12284 table formular format conversion.
12285
12286 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12287
12288 * org.el (org-sort-entries): Fix sorting with a bold emphasis at
12289 bol.
12290
12291 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12292
12293 * ob.el (org-babel-open-src-block-result): Must collect result
12294 *before* jumping to the result buffer.
12295
12296 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12297
12298 * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
12299 used after update to regexp.
12300
12301 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12302
12303 * ob.el (org-babel-temp-file): Ensure that
12304 `org-babel-temporary-directory' is bound before using.
12305 (org-babel-remove-temporary-directory): Safer error throwing.
12306
12307 2011-07-28 niels giesen <niels.giesen@gmail.com>
12308
12309 * org-docbook.el (org-export-docbook-finalize-table): Do literal
12310 replacements.
12311
12312 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12313
12314 * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
12315 resolve language names for evaluation.
12316
12317 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12318
12319 * org-capture.el (org-capture-templates): Add %f and %F escapes
12320 (org-capture): Add more information to capture property list
12321 (org-capture-fill-template): Handle %f and %F escapes.
12322
12323 2011-07-28 David Maus <dmaus@ictsoc.de>
12324
12325 * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
12326 symlink target.
12327
12328 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12329
12330 * org.el (org-occur-next-match): New function.
12331 (org-mode): Set the variable `next-error-function'.
12332 (org-highlight-new-match): Add an `org-type' property to the
12333 overlays.
12334
12335 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12336
12337 * ob-calc.el: No longer require `calc-trail' on XEmacs.
12338
12339 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12340
12341 * org.el (org-modules): Add `org-eshell'.
12342
12343 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12344
12345 * org-special-blocks.el (htmlp, latexp, line): Add defvars for
12346 dynamically scoped variables.
12347
12348 * org.el (org-modules): Move `org-special-blocks' into the core
12349 modules section.
12350
12351 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12352
12353 * org-special-blocks.el: New file.
12354
12355 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12356
12357 * org.el (org-plist-delete): Remove duplicate definition.
12358
12359 2011-07-28 Bernt Hansen <bernt@norang.ca>
12360
12361 * org-agenda.el (org-agenda-goto): Display invisible entry text.
12362
12363 * org-agenda.el (org-agenda-switch-to): Display invisible entry
12364 text.
12365
12366 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12367
12368 * org.el (org-get-category): New optional argument FORCE-REFRESH.
12369 Automatically refresh if the property is not there.
12370 (org-entry-properties): Remove refresh - this is now done in
12371 org-get-category.
12372
12373 * org-clock.el (org-clock-insert-selection-line): Let
12374 `org-get-category' do the property refresh.
12375
12376 * org-archive.el (org-archive-subtree): Force a refresh of
12377 category properties.
12378
12379 2011-07-28 Julien Danjou <julien@danjou.info>
12380
12381 * org-icalendar.el (org-print-icalendar-entries): Do not manually
12382 refresh categories.
12383
12384 2011-07-28 Dan Davison <dandavison7@gmail.com>
12385
12386 * org.el (org-display-inline-images): Check for clear-image-cache
12387 before using it.
12388
12389 2011-07-28 Bernt Hansen <bernt@norang.ca>
12390
12391 * org.el: Document missing value for org-link-frame-setup.
12392
12393 2011-07-28 Dan Davison <dandavison7@gmail.com>
12394
12395 * ob-R.el (org-babel-R-write-object-command): Force evaluation of
12396 user code prior to the R exception-handling, so that errors in
12397 user code are unhandled.
12398
12399 2011-07-28 Dan Davison <dandavison7@gmail.com>
12400
12401 * org-src.el (org-src-font-lock-fontify-block): Test, early on,
12402 that a major-mode function corresponding to the language string
12403 exists.
12404
12405 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
12406
12407 * org-exp.el (org-export-mark-list-ending): Insert additional
12408 newline characters if end-list-marker is at a wrong position.
12409
12410 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12411
12412 * ob.el (org-babel-script-escape): Replace commas with spaces for
12413 better list reading when list items are packed with commas,
12414 e.g. Haskell list output.
12415
12416 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12417
12418 * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
12419 error reporting.
12420
12421 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12422
12423 * ob.el (org-babel-confirm-evaluate): Fix for the case when
12424 org-confirm-babel-evaluate is a function (used to always ask no
12425 matter what the function returns).
12426
12427 2011-07-28 Dan Davison <dandavison7@gmail.com>
12428
12429 * ob-R.el: Delete duplicated function.
12430
12431 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12432
12433 * ob.el (org-babel-execute-src-block): Removed unused flet
12434 function.
12435
12436 2011-07-28 Dan Davison <dandavison7@gmail.com>
12437
12438 * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
12439 signal that the intended content has been written to file.
12440
12441 * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
12442 the intended content has been written to file.
12443
12444 * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
12445 intended content has been written to file.
12446
12447 * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
12448 that the intended content has been written to file.
12449
12450 * ob-latex.el (org-babel-execute:latex): Return nil to signal that
12451 the intended content has been written to file.
12452
12453 * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
12454 that the intended content has been written to file.
12455
12456 * ob-octave.el (org-babel-execute:octave): Return result; not name
12457 of output file.
12458
12459 * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
12460 signal that the intended content has been written to file.
12461
12462 * ob-python.el (org-babel-execute:python): Return result; not name
12463 of output file.
12464
12465 * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
12466 output file.
12467
12468 * ob-sass.el (org-babel-execute:sass): Return nil if result has
12469 been written to file.
12470
12471 2011-07-28 Dan Davison <dandavison7@gmail.com>
12472
12473 * ob-R.el (org-babel-R-graphical-output-file): New function
12474 returns the name of the output file iff R has been instructed to
12475 send graphical output to file by means of the ":results graphics"
12476 directive.
12477 (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
12478 when constructing the R code to evaluate, which may be augmented
12479 with code implementing the writing of graohical output to file.
12480 (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
12481 determine whether R is taking responsibility for writing output to
12482 file; if so, this is signaled to ob.el by returning a nil result.
12483
12484 2011-07-28 Dan Davison <dandavison7@gmail.com>
12485
12486 * ob.el (org-babel-format-result): New function to format results
12487 of src block execution.
12488 (org-babel-execute-src-block): Use `org-babel-format-result' when
12489 writing to file.
12490 (org-babel-open-src-block-result): Use `org-babel-format-result'
12491 when displaying results in a buffer. Name results buffer
12492 differently.
12493
12494 2011-07-28 Dan Davison <dandavison7@gmail.com>
12495
12496 * ob.el (org-babel-execute-src-block): Avoid calling
12497 `orgtbl-to-generic' on number results.
12498
12499 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12500
12501 * ob.el (org-babel-execute-src-block): Allow specification of
12502 table separator with :sep header argument.
12503 (org-babel-open-src-block-result): Allow specification of table
12504 separator with :sep header argument.
12505
12506 2011-07-28 Dan Davison <dandavison7@gmail.com>
12507
12508 * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
12509 executing buffer (note that this handles execute subtree also).
12510
12511 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
12512
12513 * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
12514 do not modify match data either.
12515 (org-inlinetask-goto-end): Small refactoring, remove
12516 case-sensitivity.
12517 (org-inlinetask-goto-beginning): Small refactoring, remove
12518 case-sensitivity.
12519
12520 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12521
12522 * org-capture.el (org-capture-set-target-location): Use
12523 `current-time'.
12524
12525 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12526
12527 * org-capture.el (org-capture-set-target-location): Use
12528 `current-time'.
12529
12530 2011-07-28 Bernt Hansen <bernt@norang.ca>
12531
12532 * org.el (org-before-first-heading-p): If point is on an org-mode
12533 heading line then we are not before the first heading.
12534
12535 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
12536
12537 * org-timer.el (org-timer-continue-hook): Define the variable
12538 (org-timer-pause-or-continue): Run hook after relative timer is
12539 continued.
12540
12541 2011-07-28 Julien Danjou <julien@danjou.info>
12542
12543 * org-agenda.el (org-compile-prefix-format): Allow %() expression.
12544
12545 2011-07-28 Julien Danjou <julien@danjou.info>
12546
12547 * org-capture.el (org-capture-fill-template): Use org-eval.
12548
12549 2011-07-28 Julien Danjou <julien@danjou.info>
12550
12551 * org-agenda.el (org-eval): New function.
12552
12553 2011-07-28 Dan Davison <dandavison7@gmail.com>
12554
12555 * ob.el (org-babel-execute-src-block): With :results file, when
12556 :file is not supplied, interpret result as a file link as long as
12557 it is a string.
12558
12559 2011-07-28 David Maus <dmaus@ictsoc.de>
12560
12561 * org-latex.el (org-export-latex-preprocess): Don't convert link
12562 description parts that look like numeric footnote.
12563
12564 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12565
12566 * org-latex.el (org-export-latex-tables): Allowing specification
12567 of tabular[xy] inner environments through the ATTR_LaTeX line.
12568
12569 2011-07-28 Julien Danjou <julien@danjou.info>
12570
12571 * org-capture.el (org-capture-fill-template): Use
12572 `org-set-property' directly.
12573
12574 2011-07-28 Julien Danjou <julien@danjou.info>
12575
12576 * org-agenda.el (org-agenda-prefix-format): Add missing `search'
12577 item in docstring.
12578
12579 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12580
12581 * org-exp.el (org-export-string): Use `format' to construct
12582 function call to allow symbolic or string arguments.
12583
12584 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12585
12586 * org-capture.el (org-capture-place-entry):
12587 (org-capture-insert-template-here): Check tree for validity before
12588 pasting it.
12589
12590 2011-07-28 Julien Danjou <julien@danjou.info>
12591
12592 * org-gnus.el (org-gnus-store-link): Trim date.
12593
12594 2011-07-28 Julien Danjou <julien@danjou.info>
12595
12596 * org.el (org-email-link-description): Allow to retrieve email
12597 link date.
12598
12599 2011-07-28 Lawrence Mitchell <wence@gmx.li>
12600
12601 * org.el (org-make-target-link-regexp): `regexp-quote' target
12602 before replacing whitespace.
12603
12604 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12605
12606 * ob.el (org-babel-expand-noweb-references): Noweb references can
12607 now be resolved from the library of babel.
12608
12609 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12610
12611 * ob.el (org-babel-result-end): No longer leaving trailing new
12612 line after block removal.
12613
12614 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12615
12616 * org-latex.el (org-export-latex-first-lines): Anchor outline
12617 regexp during LaTeX tree export.
12618
12619 2011-07-28 Konrad Hinsen <konrad.hinsen@fastmail.net>
12620
12621 * ob-python.el (org-babel-python-initiate-session-by-key): Make
12622 sure that py-which-bufname is initialized, as otherwise it will be
12623 overwritten the first time a Python buffer is created.
12624
12625 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12626
12627 * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
12628 with spaces.
12629
12630 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12631
12632 * ob-org.el (org-babel-execute:org): Padding code block with an
12633 empty title on LaTeX export.
12634
12635 2011-07-28 Matt Lundin <mdl@imapmail.org>
12636
12637 * org.el (org-entry-properties): Stop scanning for timestamps if a
12638 specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
12639 requested and a match is found. Also, if a specific timestamp
12640 property is requested, do not push non-relevant timestamps onto
12641 property list.
12642
12643 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12644
12645 * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
12646 when grid is being made for today.
12647
12648 2011-07-28 Matt Lundin <mdl@imapmail.org>
12649
12650 * org-agenda.el (org-agenda-get-scheduled): Don't call
12651 `org-is-habit-p' until after checking for
12652 `org-agenda-skip-scheduled-if-done'.
12653
12654 2011-07-28 Achim Gratz <Stromeko@nexgo.de>
12655
12656 * org.el: Remove spurious linebreak introduced by earlier patch.
12657
12658 * ob.el, ob-ref.el: Remove double fix of the same problem.
12659
12660 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12661
12662 * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
12663
12664 2011-07-28 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
12665
12666 * org-html.el (org-export-html-mathjax-template): Displaymath
12667 environment and MathJax.
12668
12669 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12670
12671 * org-faces.el (org-agenda-current-time): New face.
12672
12673 * org-agenda.el (org-agenda-show-current-time-in-grid):
12674 (org-agenda-current-time-string): New options.
12675 (org-agenda-add-time-grid-maybe): Add current time to time grid.
12676
12677 2011-05-10 Jim Meyering <meyering@redhat.com>
12678
12679 Fix doubled-word typos.
12680 * org-agenda.el (org-agenda-entry-types): the the -> the
12681 * org-table.el (org-table-get-remote-range): or or -> or
12682 * org-wl.el (org-wl-folder-type): the the -> the
12683 * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
12684
12685 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12686
12687 * org-src.el (org-src-switch-to-buffer):
12688 * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
12689 * org-mouse.el (org-mouse-agenda-type):
12690 * org-freemind.el (org-freemind-node-to-org):
12691 * ob-sql.el (org-babel-execute:sql):
12692 * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
12693 * ob-ref.el (org-babel-ref-resolve): Fix use of case.
12694
12695 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
12696
12697 * Version 23.3 released.
12698
12699 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
12700
12701 * org.el (org-blank-before-new-entry, org-context-in-file-links)
12702 (org-refile-targets, org-log-repeat, org-insert-link)
12703 (org-speed-command-default-hook, org-speed-command-hook)
12704 (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
12705 Fix typos in docstrings.
12706 (org-toggle-pretty-entities): Fix typo in message.
12707
12708 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
12709
12710 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
12711
12712 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12713
12714 * org-remember.el (org-remember-mode-map):
12715 * org-src.el (org-src-mode-map): Move initialization into declaration.
12716
12717 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12718
12719 * org-remember.el (org-remember-mode):
12720 * org-capture.el (org-capture-mode): Don't run hook redundantly.
12721
12722 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
12723
12724 * org-faces.el (org-link): Inherit from link face.
12725 Suggested by Joakim Verona.
12726
12727 2010-12-11 Tassilo Horn <tassilo@member.fsf.org>
12728
12729 * org-footnote.el (org-footnote-create-definition): Place
12730 Footnotes section before message-signature-separator also in modes
12731 derived from message-mode.
12732
12733 2010-12-11 Julien Danjou <julien@danjou.info>
12734
12735 * org.el (org-make-tags-matcher): Remove useless cat-p value.
12736
12737 2010-12-11 Julien Danjou <julien@danjou.info>
12738
12739 * org.el (org-entry-properties): Enhance docstring.
12740
12741 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12742
12743 * org-list.el (org-list-top-point-with-indent)
12744 (org-list-bottom-point-with-indent): Pay also attention to
12745 'original-indentation property of text, as blocks are put to
12746 column 0 upon exporting.
12747
12748 2010-12-11 Dan Davison <dandavison7@gmail.com>
12749
12750 * ob.el (org-babel-remove-temporary-directory): Handle exception
12751 with message informing of failure to remove directory.
12752
12753 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12754
12755 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
12756 `package' to the list of Clojure header arguments which will be read
12757 from heading properties.
12758
12759 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12760
12761 * org-inlinetask.el (org-inlinetask-export-templates): Add
12762 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
12763 not default as it requires an additional LaTeX package: "todonotes".
12764
12765 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12766
12767 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
12768
12769 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
12770 templates to export inline tasks.
12771
12772 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12773
12774 * org.el (org-current-level): Ignore inline tasks when getting current
12775 level of entry.
12776
12777 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12778
12779 * org.el (org-indent-line-function): Ignore drawers inside inline
12780 tasks if the line to indent isn't inside an inline task itself.
12781
12782 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12783
12784 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
12785
12786 * org-indent.el (org-indent-add-properties): Find true level of
12787 indentation wrt inline tasks.
12788
12789 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12790
12791 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
12792
12793 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
12794
12795 * org-inlinetask.el (org-inlinetask-goto-end): New function.
12796
12797 * org.el (org-mark-subtree): New command.
12798
12799 * org.el (org-speed-commands-default, org-mode-map): Make use of
12800 new command.
12801
12802 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12803
12804 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
12805 from @<span class...> so it can be removed during LaTeX export.
12806
12807 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12808
12809 * ob.el (org-babel-insert-result): More informative code block
12810 evaluation messages.
12811
12812 2010-12-11 Matt Lundin <mdl@imapmail.org>
12813
12814 * org.el (org-make-heading-search-string): Optionally limit number
12815 of lines stored in file link search strings.
12816 (org-context-in-file-links): Add option to set to integer specifying
12817 number of lines.
12818
12819 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12820
12821 * org-capture.el (org-capture-finalize): New prefix argument
12822 STAY-WITH-CAPTURE.
12823 (org-capture-refile): Improve docstring.
12824
12825 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12826
12827 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
12828 interaction engine.
12829
12830 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12831
12832 * org-agenda.el (org-agenda-list):
12833 (org-agenda-goto-today): Use `org-today'.
12834
12835 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12836
12837 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
12838 and the title/author definitions.
12839
12840 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12841
12842 * org-macs.el: Better backup definition for
12843 `with-silent-modifications'.
12844
12845 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12846
12847 * ob-python.el (org-babel-execute:python): Rename "prefix" to
12848 "preamble".
12849 (org-babel-python-evaluate): Rename "prefix" to "preamble".
12850 (org-babel-python-evaluate-external-process): Rename "prefix" to
12851 "preamble".
12852
12853 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12854
12855 * ob.el (org-babel-examplize-region): Check if `end' is a marker
12856 or a point and handle appropriately.
12857
12858 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12859
12860 * ob-sql.el (org-babel-execute:sql): Explicitly set field
12861 separator to \t when importing tabular data.
12862
12863 2010-12-11 Julien Danjou <julien@danjou.info>
12864
12865 * org-agenda.el (org-agenda-custom-commands-local-options):
12866 Allow org-agenda-span to be a symbol.
12867 (org-agenda-ndays): Make obsolete.
12868 (org-agenda-span): New variable superseding org-agenda-ndays.
12869 (org-agenda-menu): Use org-agenda-current-span.
12870 (org-agenda-current-span): New local variable storing current
12871 span.
12872 (org-agenda-list): Take a span instead of ndays as argument.
12873 This function is now responsible for computing the ndays based
12874 on span.
12875 (org-agenda-ndays-to-span): Return span only if number of days
12876 really matches.
12877 (org-agenda-span-to-ndays): New function.
12878 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
12879 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
12880 (org-agenda-later): Do not give compute a new span, use the
12881 current one.
12882 (org-agenda-day-view, org-agenda-week-view)
12883 (org-agenda-month-view, org-agenda-year-view): Stop touching
12884 org-agenda-ndays.
12885 (org-agenda-change-time-span): Only compute starting-span.
12886 (org-agenda-compute-starting-span): New function derived from
12887 the old org-agenda-compute-time-span.
12888 (org-agenda-set-mode-name): Compute mode based on
12889 org-agenda-current-span.
12890 (org-agenda-span-name): New function.
12891
12892 2010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
12893
12894 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
12895
12896 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12897
12898 * org-clock.el (org-quarter-to-date): Define variables.
12899 (org-clock-special-range): Defin variables. Use org-floor*.
12900 (org-clocktable-write-default): Define tcol.
12901
12902 * org-compat.el (org-floor*): New function.
12903
12904 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12905 John Wiegley <jwiegley@gmail.com>
12906
12907 * org-complete.el: New file.
12908
12909 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12910
12911 * org-clock.el (org-clocktable-write-default): Fix the % formula.
12912
12913 2010-12-11 Matt Lundin <mdl@imapmail.org>
12914
12915 * org-agenda.el (org-format-agenda-item): The value of
12916 org-category is not converted to a string unless it is defined.
12917
12918 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12919
12920 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
12921 header argument through to external evaluation.
12922 (org-babel-python-evaluate): Pass the new "prefix" header argument
12923 through to external evaluation.
12924 (org-babel-python-evaluate-external-process): When specified prepend
12925 "prefix" to the file used in external evaluation.
12926
12927 2010-12-11 Dan Davison <dandavison7@gmail.com>
12928
12929 * ob-python.el (org-babel-python-evaluate-session): Change python
12930 module name from 'pp' to 'pprint'.
12931
12932 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12933
12934 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
12935 from R session output, these are often the result of variable
12936 assignments.
12937
12938 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12939
12940 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
12941 fix a compiler warning.
12942
12943 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12944
12945 * ob-eval.el (require): No longer require ob.el to allow
12946 requiring by ob.el.
12947
12948 * ob.el (ob-eval): Require ob-eval.
12949
12950 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12951
12952 * ob.el (org-babel-confirm-evaluate): Show code block's name when
12953 it is available during evaluation query.
12954
12955 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12956
12957 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
12958 code block.
12959 (org-babel-execute:sql): Use sql specific body expansion function.
12960 (org-babel-sql-expand-vars): Insert variables into a sql code block.
12961
12962 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12963
12964 * ob.el (org-babel-insert-result): Using markers instead of
12965 points for more robust buffer anchors.
12966
12967 2010-12-11 Julien Danjou <julien@danjou.info>
12968
12969 * org-capture.el: Use org-today.
12970
12971 2010-12-11 Julien Danjou <julien@danjou.info>
12972
12973 * org-habit.el: Use org-today.
12974
12975 2010-12-11 Julien Danjou <julien@danjou.info>
12976
12977 * org.el (org-auto-repeat-maybe): Use org-today.
12978
12979 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12980
12981 * org-clock.el (org-day-of-week): New function.
12982 (org-quarter-to-date): New function.
12983 (org-clock-special-range): Implement quarters.
12984
12985 2010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
12986
12987 * org.el (org-complete-tags-always-offer-all-agenda-tags):
12988 Fix docstring.
12989
12990 2010-12-11 Julien Danjou <julien@danjou.info>
12991
12992 * org-agenda.el (org-format-agenda-item): Convert category to a string
12993 if it is a symbol. This fixes the following call to
12994 org-agenda-get-category-icon which fails if category is not a string.
12995
12996 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12997
12998 * ob-clojure.el: Updated requirements documentation to mention
12999 the minimum version of Clojure.
13000 (org-babel-expand-body:clojure): Fully qualified function name.
13001
13002 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13003
13004 * org-latex.el (org-export-latex-lists): Do not add an
13005 unnecessary newline character after a list.
13006
13007 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
13008 point is just after a non blank line.
13009
13010 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13011
13012 * ob.el (org-babel-examplize-region): Remove old assertion which
13013 no longer applies to the result insertion code.
13014
13015 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13016
13017 * ob-python.el (org-babel-execute:python): Use a :return header
13018 argument for external evaluation in which the code block body need
13019 to be wrapped in a function.
13020
13021 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13022
13023 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
13024 variable.
13025
13026 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13027
13028 * org.el (org-edit-special): Edit formulas when in TBLMF line.
13029
13030 2010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
13031
13032 * org-capture.el (org-capture-after-finalize-hook): New hook.
13033 (org-capture-finalize): Run the new hook.
13034
13035 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13036
13037 * ob-clojure.el (org-babel-expand-body:clojure): Support for
13038 pretty printing of Clojure code and data.
13039
13040 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13041
13042 * ob.el (org-babel-insert-result): No longer escape results which
13043 will be wrapped in a block.
13044
13045 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13046
13047 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
13048 warning and added documentation string.
13049
13050 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13051
13052 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
13053 for all code evaluation.
13054
13055 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13056
13057 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
13058 the column as well.
13059
13060 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13061
13062 * ob.el (org-babel-confirm-evaluate): More descriptive message
13063 when evaluation is aborted or disabled.
13064
13065 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13066
13067 * ob.el (org-babel-insert-result): Responds to new "wrap" header
13068 argument.
13069 (org-babel-merge-params): Includes new "wrap" header argument in
13070 one of the results header argument exclusive groups.
13071
13072 2010-12-11 David Maus <dmaus@ictsoc.de>
13073
13074 * org-macs.el (with-silent-modifications): Fix condition for
13075 with-silent-modification.
13076
13077 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13078
13079 * ob.el (org-babel-parse-header-arguments): Stripping trailing
13080 spaces off of header arguments (even the first one).
13081
13082 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13083
13084 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
13085 single quotes which is the best practice.
13086 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
13087 more robust parsing of shell output.
13088
13089 2010-12-11 Dan Davison <dandavison7@gmail.com>
13090
13091 * org.el (org-additional-option-like-keywords): Add more keywords,
13092 and colons to some old ones.
13093
13094 2010-12-11 Dan Davison <dandavison7@gmail.com>
13095
13096 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
13097
13098 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13099
13100 * ob-python.el (org-babel-python-table-or-string):
13101 Using `org-babel-script-escape' for reading string input from scripting
13102 languages.
13103
13104 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
13105
13106 * org-macs.el (org-called-interactively-p): Wrap function call in
13107 with-no-warnings.
13108 (with-silent-modifications): Declare macro for Emacs < 23.2.
13109
13110 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13111
13112 * ob.el (org-babel-parse-header-arguments): Remove addition of
13113 ":" to singleton first header arguments as it was leading to errors.
13114
13115 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13116
13117 * org-latex.el (org-export-latex-make-header): Run the title through
13118 `org-export-latex-fontify-headline'.
13119 (org-export-latex-fontify-headline): Do the protection of math
13120 snippets also here.
13121
13122 2010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
13123
13124 * org-latex.el (org-export-as-latex): Sent the section title
13125 through the preprocessor.
13126
13127 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13128
13129 * org-html.el (org-html-level-start): Mark listified headings
13130 with a custom id.
13131
13132 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13133
13134 * org.el (org-open-at-point): Don't do footnote action if cursor is
13135 on a bracket link.
13136
13137 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13138
13139 * org.el (org-edit-special): Check also for TBLFM line.
13140
13141 2010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
13142
13143 * org-clock.el (org-get-clocktable): Previous patch incorrectly
13144 required whitespace in front of #+BEGIN: and #+END:.
13145
13146 2010-12-11 Dan Davison <dandavison7@gmail.com>
13147
13148 * org-src.el (org-edit-src-code): Allow region to be inherited by
13149 edit buffer when mark is one character beyond end of src block.
13150
13151 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13152
13153 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
13154 checking item indentation.
13155
13156 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13157
13158 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
13159 and now autoloading.
13160
13161 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13162
13163 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
13164 for testing list membership.
13165
13166 * ob.el (org-babel-read-result): Use higher level function for
13167 testing list membership.
13168 (org-babel-result-end): Use higher level function for testing list
13169 membership.
13170
13171 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13172
13173 * ob-sqlite.el (ob-eval): Require ob-eval for external command
13174 execution.
13175 (org-babel-execute:sqlite): No longer uses the init option for
13176 passing commands to sqlite.
13177
13178 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13179
13180 * org.el (org-indent-line-function): Drawers and blocks have no
13181 influence on indentation of text below. Also fix indentation
13182 problem with a block at column 0 and add a special case for
13183 literal examples.
13184
13185 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13186
13187 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
13188 is only evaluated once.
13189
13190 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13191
13192 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
13193 type of data
13194 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
13195
13196 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13197
13198 * ob-tangle.el (org-babel-load-file): Can be called interactively.
13199
13200 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
13201
13202 * org-table.el (orgtbl-after-send-table-hook): New hook.
13203 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
13204 table was sent.
13205 (orgtbl-send-table): Return the number of sent tables, or nil if no
13206 sending has happened.
13207
13208 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13209
13210 * org.el (org-get-priority-function): New option.
13211 (org-get-priority): Call `org-get-priority-function' if that
13212 has been set.
13213
13214 2010-12-11 Dan Davison <dandavison7@gmail.com>
13215
13216 * ob-table.el (org-babel-table-truncate-at-newline): Only add
13217 "..." if there is something after the newline.
13218
13219 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
13220
13221 * org-clock.el (org-get-clocktable):
13222 (org-in-clocktable-p):
13223 (org-clocktable-shift):
13224 (org-clocktable-steps): Fix regexp to allow for indented clock tables.
13225
13226 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
13227
13228 * org-exp.el (org-export-handle-include-files): Support :minlevel
13229 property.
13230 (org-get-file-contents): New argument minlevel to demote included
13231 content.
13232
13233 2010-12-11 Noorul Islam <noorul@noorul.com>
13234
13235 * org-latex.el (org-export-latex-hyperref-format): New option.
13236 (org-export-latex-href-format): Rename the existing variable
13237 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
13238 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
13239 `org-export-latex-href-format'.
13240
13241 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13242
13243 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
13244 buffer exists before it is used.
13245
13246 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13247
13248 * org-exp.el (org-export-preprocess-string): Delay code block
13249 processing a bit to allow correct list parsing in the export string.
13250
13251 2010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
13252
13253 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
13254 (org-agenda-time-of-day-to-ampm): New function.
13255 (org-agenda-time-of-day-to-ampm-maybe): New function.
13256 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
13257
13258 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13259
13260 * org-faces.el (org-cycle-level-faces): New option.
13261
13262 * org.el (org-get-level-face): Honor org-cycle-level-faces.
13263
13264 2010-12-11 Julien Danjou <julien@danjou.info>
13265
13266 * org-agenda.el (org-agenda-today): New function.
13267 (org-agenda-get-day-face): New function.
13268 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
13269 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
13270 (org-todo-list): Use org-agenda-today.
13271 (org-get-all-dates): Use org-agenda-today.
13272 (org-agenda-day-face-function): New variable.
13273 (org-agenda-get-day-face): Use org-agenda-day-face-function.
13274
13275 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13276
13277 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
13278 in Org.
13279
13280 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13281
13282 * org-html.el (org-export-as-html): Do not treat partially
13283 protected lines as if they were fully protected.
13284
13285 2010-12-11 Dan Davison <dandavison7@gmail.com>
13286
13287 * org-exp.el (org-export-format-source-code-or-example):
13288 Remove hard-wired configuration of minted export
13289 (org-export-latex-minted-with-line-numbers): Remove variable.
13290
13291 2010-12-11 Bastien Guerry <bzg@gnu.org>
13292
13293 * org-clock.el (org-dblock-write:clocktable): Fix double
13294 reference to `link' in let construct.
13295 (org-clock-clocktable-formatter): Fix typo in docstring.
13296 (org-clocktable-write-default): Fix typo in docstring.
13297
13298 2010-12-11 David Maus <dmaus@ictsoc.de>
13299
13300 * org-protocol.el (org-protocol-unhex-string): Normalize percent
13301 escape sequence to upper case letters.
13302
13303 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13304
13305 * ob-lob.el (org-babel-lob-get-info): Include pass-through
13306 header arguments in results variable header argument string.
13307
13308 2010-12-11 David Maus <dmaus@ictsoc.de>
13309
13310 * org-exp.el (org-export-visible): Limit search for in-buffer options
13311 beginning of first headline.
13312
13313 2010-12-11 David Maus <dmaus@ictsoc.de>
13314
13315 * org.el (org-open-at-point): Remove stale link handler for news:
13316 links.
13317
13318 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13319
13320 * org-clock.el (org-clocktable-write-default): Better handling of
13321 narrowing.
13322
13323 2010-12-11 Julien Danjou <julien@danjou.info>
13324
13325 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
13326
13327 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13328
13329 * org.el (org-indent-line-function): Simplify code and remove bug that
13330 would insert a tab at the beginning of the line when trying to
13331 indent the item.
13332
13333 2010-12-11 Julien Danjou <julien@danjou.info>
13334
13335 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
13336
13337 2010-12-11 Julien Danjou <julien@danjou.info>
13338
13339 * org-agenda.el (org-agenda-prefix-format): Insert place holder
13340 for icon.
13341 (org-agenda-category-icon-alist): New option.
13342 (org-agenda-get-category-icon): New function.
13343 (org-format-agenda-item): Support for icons.
13344 (org-compile-prefix-format): Support for icons.
13345
13346 2010-12-11 Julien Danjou <julien@danjou.info>
13347
13348 * org-compat.el: Create defalias for `string-match-p' and
13349 looking-at-p.
13350
13351 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13352
13353 * ob-calc.el (org-babel-execute:calc): Support for variables --
13354 converts :var variables in calc variables.
13355
13356 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13357
13358 * org.el (org-sparse-tree): Mention [r] in dispatch menu.
13359
13360 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13361
13362 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
13363
13364 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13365
13366 * org-id.el (org-id-store-link): Test for org-mode before checking
13367 for IDs.
13368
13369 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13370
13371 * org.el (org-shorten-string): New function.
13372
13373 * org-exp.el (org-export-convert-protected-spaces): New function.
13374 (org-export-preprocess-string):
13375 Call `org-export-convert-protected-spaces' to handle new hard spaces.
13376
13377 2010-12-11 David Maus <dmaus@ictsoc.de>
13378
13379 * org.el (org-narrow-to-subtree): Check for heading that ends at end
13380 of buffer.
13381
13382 2010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
13383
13384 * org-capture.el (org-capture-templates): Remove autoload from
13385 defcustom.
13386
13387 * ob-lisp.el (slime): Don't expect slime to be present.
13388
13389 2010-11-11 Dan Davison <dandavison7@gmail.com>
13390
13391 * ob.el: `copy-sequence' suffices to copy alist; no need for
13392 `copy-tree'.
13393
13394 2010-11-11 Dan Davison <dandavison7@gmail.com>
13395
13396 * ob.el (org-babel-execute-src-block): If ":results file" is in
13397 effect, then ensure that the value of :file is returned as the
13398 result; don't rely on language files for this.
13399
13400 2010-11-11 Dan Davison <dandavison7@gmail.com>
13401
13402 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
13403 structure by side-effects of `sort'.
13404
13405 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
13406
13407 * org-list.el (org-list-bottom-point-with-indent): Do not check
13408 indentation of a non-empty blank line.
13409
13410 * org-list.el (org-sort-list): Sort a list with point anywhere
13411 inside it.
13412
13413 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13414
13415 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
13416 hopefully better error messages.
13417
13418 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13419
13420 * org.el (org-babel-load-languages): Adding calc.
13421
13422 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13423
13424 * ob.el (org-babel-initiate-session): Don't resolve variable
13425 references unless prefix arg is supplied.
13426
13427 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13428
13429 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
13430 refers to the correct stack.
13431
13432 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13433
13434 * ob-calc.el: Adding the beginnings of support for calc code
13435 blocks.
13436
13437 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13438
13439 * ob-tangle.el (org-babel-update-block-body): Declaring function
13440 for updating code block bodies.
13441 (org-babel-spec-to-string):
13442 (org-babel-detangle): Detangle all tangled and commented code
13443 blocks in the current file back to org.
13444 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
13445 file back to the originating org-mode code block ob-tangle:
13446 detangle changes in code files back to the original org files.
13447
13448 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13449
13450 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
13451 (org-babel-tangle-comment-format-end): Fix typo.
13452
13453 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13454
13455 * org-exp.el (org-export-format-source-code-or-example):
13456 Use minted for latex source code export if `org-export-latex-listings'
13457 has the value 'minted.
13458
13459 * org-latex.el (org-export-latex-listings): Document special value
13460 'minted.
13461
13462 * org-latex.el (org-export-latex-minted): Delete variable.
13463
13464 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13465
13466 * ob.el (org-babel-get-src-block-info): Retrieve contents of
13467 parentheses, excluding parentheses themselves.
13468
13469 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13470
13471 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
13472 Fix bug in gnuplot data file assignment using user variables.
13473
13474 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13475
13476 * ob-latex.el (org-babel-execute:latex): Adding new :headers
13477 header argument for latex code blocks.
13478
13479 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13480
13481 * org-capture.el (org-capture-templates): New capture property
13482 `:kill-buffer'.
13483 (org-capture-finalize): Kill target buffer if that is desired.
13484 (org-capture-target-buffer): Remember if we have to make the buffer.
13485
13486 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13487
13488 * org-clock.el (org-dblock-write:clocktable): Fix bug when
13489 computing clock tables.
13490
13491 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13492
13493 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
13494 to caller even if no table is generated.
13495
13496 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
13497
13498 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
13499 values from diary entries.
13500
13501 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
13502 anniversaries.
13503
13504 * org.el (org-diary-sexp-entry): Handle lists as return values
13505 from diary entries.
13506
13507 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13508
13509 * org-capture.el (org-capture-empty-lines-before):
13510 (org-capture-empty-lines-after): Make sure the n=0 does not insert
13511 any newlines.
13512
13513 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13514
13515 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
13516 message when clojure binary is not found.
13517
13518 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13519
13520 * org-html.el (org-format-table-html): New argument DOCBOOK.
13521 (org-format-org-table-html): New argument DOCBOOK. When set, use
13522 align instead of class to align table fields.
13523
13524 * org-docbook.el (org-export-as-docbook): Specify the docbook
13525 argument for the table converter.
13526
13527 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13528
13529 * org-macs.el (org-called-interactively-p): New macro.
13530
13531 * org-freemind.el: No longer require 'rx.
13532 (org-freemind): New customization group, use it for all the
13533 variables.
13534 (org-export-as-freemind): Add docstring.
13535 (org-freemind-show): Improve filen naming.
13536 (org-freemind-convert-links-helper): New function.
13537 (org-freemind-bol-helper-base-indent): New variable.
13538 (org-freemind-bol-helper): New function.
13539 (org-freemind-node-css-style): New option.
13540 (org-freemind-node-pattern): New variable.
13541 (org-freemind-from-org-mode): Better docstring.
13542
13543 2010-11-11 David Maus <dmaus@ictsoc.de>
13544
13545 * ob-haskell.el (org-babel-variable-assignments:haskell):
13546 Don't pass more than two arguments to mapc.
13547
13548 2010-11-11 David Maus <dmaus@ictsoc.de>
13549
13550 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
13551
13552 2010-11-11 David Maus <dmaus@ictsoc.de>
13553
13554 * org-footnote.el (message-signature-separator): Defvar to silence
13555 byte compiler.
13556
13557 2010-11-11 David Maus <dmaus@ictsoc.de>
13558
13559 * org-exp.el (org-export-string): Fix reference to wrong symbol.
13560
13561 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
13562
13563 * org.el (org-link-search): Return 'dedicated on successful match
13564 when org-link-search-must-match-exact-headline is set to t.
13565
13566 2010-11-11 Daniel Clemente <n142857@gmail.com>
13567
13568 * org-html.el (org-html-make-link): Append fragment to file: links
13569 if present.
13570
13571 2010-11-11 Tassilo Horn <tassilo@member.fsf.org>
13572
13573 * org-footnote.el (org-footnote-create-definition)
13574 (org-footnote-goto-local-insertion-point): Add footnotes before
13575 signature when in message-mode.
13576
13577 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13578
13579 * org.el (org-display-inline-images): Improve regexp.
13580
13581 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13582
13583 * org.el (org-cycle): Make sure resetting to startup visibility
13584 works after another cycle command.
13585
13586 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13587
13588 * org-exp.el (org-export-string): New function org-export-string
13589 can be used to convert a string of test in org-mode markup to a
13590 specified format.
13591
13592 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13593
13594 * org.el (org-display-inline-images): Allow non-ASCII characters
13595 in image file names. Save match data.
13596
13597 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13598
13599 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
13600 stamps.
13601
13602 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13603
13604 * org-exp.el (org-store-forced-table-alignment):
13605 (org-export-remove-special-table-lines): Allow the "c" cookie for
13606 table alignment.
13607
13608 * org-html.el (org-export-table-header-tags):
13609 (org-export-table-data-tags): Add another %s format for the
13610 alignment.
13611 (org-export-html-table-align-individual-fields): New option.
13612 (org-format-org-table-html): Implement field-by-field alignment
13613 and support centering.
13614 (org-format-table-table-html): Make sure the new table tag formats
13615 don't break this function.
13616
13617 * org-table.el (org-table-cookie-line-p):
13618 (org-table-align): Allow for the <c> cookie.
13619
13620 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
13621
13622 2010-11-11 David Maus <dmaus@ictsoc.de>
13623
13624 * org-exp.el (org-export-normalize-links): Skip normalization of
13625 plain links that are part of another link.
13626
13627 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13628
13629 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
13630
13631 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13632
13633 * org-indent.el (org-indent-add-properties):
13634 Use `with-silent-modifications'.
13635 (org-indent-remove-properties): Use `with-silent-modifications'.
13636
13637 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13638
13639 * org-table.el (org-table-cookie-line-p): Fix indentation.
13640
13641 * org-exp.el (org-store-forced-table-alignment): New function.
13642 (org-export-preprocess-string):
13643 Call `org-store-forced-table-alignment'.
13644
13645 * org-html.el (org-format-org-table-html): Use stored alignment
13646 information.
13647
13648 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13649
13650 * ob.el (org-babel-execute-src-block): Respects prefix argument
13651 (which forces re-calculation).
13652
13653 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13654
13655 * ob.el (org-babel-execute-src-block): Remove needless param
13656 sorting from ob-execute-src-block, the params are sorted already
13657 by ob-sha1-hash.
13658
13659 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13660
13661 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
13662 header argument level.
13663
13664 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13665
13666 * ob.el (org-babel-sha1-hash): Consider words in different order
13667 as different input.
13668
13669 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13670
13671 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
13672
13673 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13674
13675 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
13676 structure of an Org-mode table (list of lists).
13677
13678 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13679
13680 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
13681 (reference to unassigned variable `src-lang' and avoid calling
13682 org-babel-get-src-block-info twice.
13683
13684 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13685
13686 * ob.el (org-babel-demarcate-block): Updated to reflect the new
13687 info list contents.
13688
13689 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13690
13691 * org-src.el (org-edit-src-code): Supply non-nil argument to
13692 `org-babel-get-src-block-info' to avoid resolving variable
13693 references.
13694
13695 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13696
13697 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
13698 improved efficiency of org-babel-map-src-blocks.
13699
13700 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13701
13702 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
13703 checks that a code block will actually be tangled before
13704 collecting it's full information (a process which could involve
13705 the execution of other code blocks).
13706
13707 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13708
13709 * ob.el (org-babel-demarcate-block): Use light version of
13710 `org-babel-get-src-block-info'.
13711
13712 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13713
13714 * ob.el (org-babel-sha1-hash): Now handles more complex types in
13715 params.
13716
13717 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13718
13719 * ob.el (org-babel-execute-src-block): Generally using the new
13720 more informative params
13721 (org-babel-process-params): Don't forget the :var portion of
13722 variable assignments.
13723
13724 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13725
13726 * ob-table.el (sbe): Simplified to reflect to var resolution.
13727
13728 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13729
13730 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
13731 arguments back to their params before evaluation.
13732
13733 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13734
13735 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
13736 indentation.
13737
13738 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13739
13740 * ob-table.el (sbe): Use `org-babel-process-params params' instead
13741 of `org-babel-expand-variables'.
13742
13743 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13744
13745 * ob-C.el (org-babel-C-execute): Remove call to
13746 org-babel-process-params which should no longer be called from
13747 within a language file.
13748
13749 * ob-R.el (org-babel-execute:R): Remove call to
13750 org-babel-process-params which should no longer be called from
13751 within a language file
13752 (org-babel-R-variable-assignments): Remove call to
13753 org-babel-process-params which should no longer be called from
13754 within a language file.
13755
13756 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
13757 org-babel-process-params which should no longer be called from
13758 within a language file.
13759
13760 * ob-clojure.el (org-babel-execute:clojure): Remove call to
13761 org-babel-process-params which should no longer be called from
13762 within a language file.
13763
13764 * ob-dot.el (org-babel-execute:dot): Remove call to
13765 org-babel-process-params which should no longer be called from
13766 within a language file.
13767
13768 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
13769 call to org-babel-process-params which should no longer be called
13770 from within a language file
13771 (org-babel-execute:emacs-lisp): Remove call to
13772 org-babel-process-params which should no longer be called from
13773 within a language file.
13774
13775 * ob-haskell.el (org-babel-execute:haskell): Remove call to
13776 org-babel-process-params which should no longer be called from
13777 within a language file.
13778
13779 * ob-js.el (org-babel-execute:js): Remove call to
13780 org-babel-process-params which should no longer be called from
13781 within a language file.
13782
13783 * ob-lisp.el (org-babel-execute:lisp): Remove call to
13784 org-babel-process-params which should no longer be called from
13785 within a language file.
13786
13787 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
13788 org-babel-process-params which should no longer be called from
13789 within a language file.
13790
13791 * ob-octave.el (org-babel-execute:octave): Remove call to
13792 org-babel-process-params which should no longer be called from
13793 within a language file.
13794
13795 * ob-perl.el (org-babel-execute:perl): Remove call to
13796 org-babel-process-params which should no longer be called from
13797 within a language file.
13798
13799 * ob-python.el (org-babel-execute:python): Remove call to
13800 org-babel-process-params which should no longer be called from
13801 within a language file.
13802
13803 * ob-ruby.el (org-babel-execute:ruby): Remove call to
13804 org-babel-process-params which should no longer be called from
13805 within a language file.
13806
13807 * ob-scheme.el (org-babel-execute:scheme): Remove call to
13808 org-babel-process-params which should no longer be called from
13809 within a language file.
13810
13811 * ob-screen.el (org-babel-execute:screen): Remove call to
13812 org-babel-process-params which should no longer be called from
13813 within a language file
13814 (org-babel-prep-session:screen): Remove call to
13815 org-babel-process-params which should no longer be called from
13816 within a language file.
13817
13818 * ob-sh.el (org-babel-execute:sh): Remove call to
13819 org-babel-process-params which should no longer be called from
13820 within a language file.
13821
13822 * ob-sql.el (org-babel-execute:sql): Remove call to
13823 org-babel-process-params which should no longer be called from
13824 within a language file.
13825
13826 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
13827 processed params.
13828
13829 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
13830 processed params.
13831
13832 * ob-R.el (org-babel-execute:R): Remove reference to processed
13833 params.
13834
13835 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13836
13837 * ob-sql.el (org-babel-execute:sql): Use generic expansion
13838 function
13839 (org-babel-expand-body:sql): Delete function.
13840
13841 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13842
13843 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
13844 (org-babel-expand-body:sh): Delete function
13845 (org-babel-prep-session:sh): Change name of called function
13846 (org-babel-variable-assignments:sh): Change function name.
13847
13848 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13849
13850 * ob-screen.el (org-babel-execute:screen): Use generic expansion
13851 function
13852 (org-babel-expand-body:screen): Delete function
13853 (org-babel-prep-session:screen): Remove references to processed
13854 params.
13855
13856 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13857
13858 * ob-sass.el (org-babel-execute:sass): Use generic expansion
13859 function
13860 (org-babel-expand-body:sass): Delete function.
13861
13862 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13863
13864 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
13865 function
13866 (org-babel-prep-session:ruby): Use new variable assignment
13867 function
13868 (org-babel-variable-assignments:ruby): New function
13869 (org-babel-expand-body:ruby): Delete function.
13870
13871 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13872
13873 * ob-python.el (org-babel-execute:python): Use generic expansion
13874 function
13875 (org-babel-prep-session:python): Change name of called function
13876 (org-babel-variable-assignments:python): Change function name
13877 (org-babel-expand-body:python): Delete function.
13878
13879 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13880
13881 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
13882 (automatically handled by generic version).
13883
13884 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13885
13886 * ob-perl.el (org-babel-execute:perl): Use generic expansion
13887 function
13888 (org-babel-expand-body:perl): Delete function
13889 (org-babel-variable-assignments:perl): New function.
13890
13891 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13892
13893 * ob-org.el (org-babel-expand-body:org): Delete function
13894 (automatically handled by generic version).
13895
13896 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13897
13898 * ob-octave.el (org-babel-execute:octave): Use generic expansion
13899 function
13900 (org-babel-variable-assignments:octave): Change name of function
13901 (org-babel-variable-assignments:matlab): New defalias
13902 (org-babel-prep-session:octave): Change name of function
13903 (org-babel-expand-body:matlab): Delete function
13904 (org-babel-expand-body:octave): Delete function.
13905
13906 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13907
13908 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
13909 function
13910 (org-babel-variable-assignments:ocaml): New function
13911 (org-babel-expand-body:ocaml): Delete function.
13912
13913 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13914
13915 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
13916 (automatically handled by generic version).
13917
13918 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13919
13920 * ob-js.el (org-babel-execute:js): Use new variable assignment
13921 function
13922 (org-babel-expand-body:js): Delete function
13923 (org-babel-prep-session:js): Use new variable assignment function
13924 (org-babel-variable-assignments:js): New function.
13925
13926 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13927
13928 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
13929 function
13930 (org-babel-expand-body:haskell): Delete function
13931 (org-babel-prep-session:haskell): Use variable assignment function
13932 (org-babel-variable-assignments:haskell): New function.
13933
13934 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13935
13936 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
13937 assignment function
13938 (org-babel-prep-session:gnuplot): Use variable assignment function
13939 (org-babel-variable-assignments:gnuplot): New function.
13940
13941 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13942
13943 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
13944 (automatically handled by generic version).
13945
13946 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13947
13948 * ob-css.el (org-babel-expand-body:css): Delete function
13949 (automatically handled by generic version).
13950
13951 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13952
13953 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
13954 expansion function
13955 (org-babel-expand-body:asymptote): Delete function
13956 (org-babel-variable-assignments:asymptote): New function.
13957
13958 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13959
13960 * ob-R.el (org-babel-expand-body:R): Use new function
13961 `org-babel-variable-assignments:R'; don't trim body.
13962 (org-babel-execute:R): Respond to changes in
13963 `org-babel-expand-body:R'
13964 (org-babel-prep-session:R): Called function is now named
13965 `org-babel-variable-assignments:R'
13966 (org-babel-variable-assignments:R): Receives processed-params as
13967 new optional argument.
13968
13969 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13970
13971 * ob-C.el (org-babel-C-expand): Don't trim body.
13972
13973 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13974
13975 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
13976 obtaining variable references.
13977
13978 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13979
13980 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
13981 assignment lines to generic expansion command.
13982
13983 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13984
13985 * ob.el (org-babel-expand-src-block): Supply variable assignment
13986 lines to generic expansion function
13987 (org-babel-expand-body:generic): Prepend body with optional
13988 variable assignment lines.
13989
13990 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13991
13992 * ob-exp.el (org-babel-exp-results): Replaced old function call.
13993
13994 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13995
13996 * ob-lob.el (org-babel-lob-execute): Now expanding variable
13997 references before execution.
13998
13999 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14000
14001 * ob.el (org-babel-execute-src-block): Only sort parameters if
14002 it's required for caching.
14003
14004 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14005
14006 * ob-table.el (sbe): Reworking for better indentation and to
14007 integrate the new variable resolution.
14008
14009 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14010
14011 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
14012 variables when resolving references.
14013
14014 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14015
14016 * ob.el (org-babel-merge-params): Fix order or precedence for
14017 variables.
14018
14019 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14020
14021 * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
14022 * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
14023 (org-babel-R-variable-assignments):
14024 * ob-asymptote.el (org-babel-expand-body:asymptote)
14025 (org-babel-execute:asymptote):
14026 * ob-clojure.el (org-babel-expand-body:clojure)
14027 (org-babel-execute:clojure):
14028 * ob-css.el (org-babel-expand-body:css):
14029 * ob-ditaa.el (org-babel-expand-body:ditaa):
14030 * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
14031 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
14032 (org-babel-execute:emacs-lisp):
14033 * ob-gnuplot.el (org-babel-expand-body:gnuplot)
14034 * ob-haskell.el (org-babel-expand-body:haskell)
14035 (org-babel-execute:haskell, org-babel-load-session:haskell)
14036 (org-babel-prep-session:haskell):
14037 * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
14038 * ob-latex.el (org-babel-expand-body:latex):
14039 * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
14040 * ob-mscgen.el (org-babel-expand-body:mscgen):
14041 * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
14042 * ob-octave.el (org-babel-expand-body:matlab)
14043 (org-babel-expand-body:octave, org-babel-execute:octave)
14044 (org-babel-octave-variable-assignments):
14045 * ob-org.el (org-babel-expand-body:org):
14046 * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
14047 * ob-plantuml.el (org-babel-expand-body:plantuml):
14048 * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
14049 (org-babel-python-variable-assignments):
14050 * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
14051 * ob-sass.el (org-babel-expand-body:sass):
14052 * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
14053 * ob-screen.el (org-babel-expand-body:screen):
14054 * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
14055 (org-babel-sh-variable-assignments):
14056 * ob-sql.el (org-babel-expand-body:sql):
14057 * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
14058 * ob.el (org-babel-expand-body:generic):
14059 Remove obsoleted optional third argument.
14060
14061 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14062
14063 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
14064 calls to removed org-babel-ref-variables.
14065
14066 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14067
14068 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
14069 ingested code blocks.
14070
14071 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14072
14073 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
14074 information from within the original export file.
14075
14076 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14077
14078 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
14079 (this should return nil if not match found.
14080
14081 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14082
14083 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
14084 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
14085
14086 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14087
14088 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
14089 docstring.
14090
14091 * ob-python.el (org-babel-python-variable-assignments):
14092 Provide missing docstring.
14093
14094 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14095
14096 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
14097 variable assignment part out into a separate function
14098 (org-babel-octave-variable-assignments): New function constructing
14099 list of variable assignment statements
14100 (org-babel-prep-session:octave): Use new function
14101 `org-babel-octave-variable-assignments' instead of previous
14102 (incorrect) variable assignment code.
14103
14104 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14105
14106 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
14107 assignment part out into a separate function
14108 (org-babel-sh-variable-assignments): New function constructing
14109 list of variable assignment statements
14110 (org-babel-prep-session:sh): Use new function
14111 `org-babel-sh-variable-assignments' instead of previous
14112 (incorrect) variable assignment code.
14113
14114 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14115
14116 * ob-python.el (org-babel-expand-body:python): Refactor: break
14117 variable assignment part out into a separate function
14118 (org-babel-python-variable-assignments): New function constructing
14119 list of variable assignment statements
14120 (org-babel-prep-session:python): Use new function
14121 `org-babel-python-variable-assignments' instead of previous
14122 (incorrect) variable assignment code.
14123
14124 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14125
14126 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
14127 assignment part out into a separate function
14128 (org-babel-R-variable-assignments): New function constructing list
14129 of variable assignment statements
14130 (org-babel-prep-session:R): Use new function
14131 `org-babel-R-variable-assignments' instead of previous
14132 (incorrect) variable assignment code.
14133
14134 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14135
14136 * ob.el (org-babel-initiate-session): Better variable names.
14137
14138 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14139
14140 * ob.el (org-number-sequence):
14141 Declared * ob-R.el (org-number-sequence): Declared.
14142
14143 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14144
14145 * ob.el (org-babel-map-src-blocks): Store correct value of
14146 `end-block'.
14147
14148 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14149
14150 * ob.el (org-babel-mark-block): New function to mark the body of a
14151 src block in the style of `mark-defun'.
14152
14153 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14154
14155 * org-compat.el (org-number-sequence): New function.
14156
14157 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
14158
14159 * ob.el (org-babel-where-is-src-block-result):
14160 Use `org-number-sequence'.
14161 (org-babel-current-buffer-properties): Fix variable definition.
14162
14163 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
14164
14165 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
14166 version of `shell-command'.
14167
14168 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
14169 `shell-command'.
14170
14171 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14172
14173 * org-list.el (org-list-search-unenclosed-generic): Replace call
14174 to booleanp.
14175
14176 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14177
14178 * org.el (org-agenda-jump-prefer-future): New option.
14179
14180 * org-agenda.el (org-agenda-goto-date):
14181 Use `org-agenda-jump-prefer-future'.
14182
14183 2010-11-11 Noorul Islam <noorul@noorul.com>
14184
14185 * org-latex.el (org-export-latex-links): Replaced hard coded
14186 hyperref format with custom variable
14187 `org-export-latex-hyperref-format'.
14188
14189 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14190
14191 * org.el (org-insert-heading): Fix docstring.
14192
14193 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
14194
14195 * org-capture.el (org-capture-place-entry): If the first line is
14196 already a headline, just stay there.
14197
14198 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14199
14200 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
14201 are non-nil.
14202
14203 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14204
14205 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
14206 after an entity.
14207
14208 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14209
14210 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
14211 table fields.
14212
14213 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14214
14215 * org.el (org-insert-heading): When on the headline of an inline
14216 task, insert another inline tasks.
14217
14218 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14219
14220 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
14221 links for blocks that will actually tangle.
14222
14223 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14224
14225 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
14226 in expanded shell bodies.
14227
14228 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14229
14230 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
14231 newline characters.
14232
14233 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14234
14235 * ob-sh.el (org-babel-expand-body:sh): Align code.
14236
14237 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14238
14239 * ob.el (org-babel-params-from-properties): Max line with at <=80.
14240
14241 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14242
14243 * org-latex.el (org-export-latex-listings-langs): Clojure is now
14244 recognized as a lisp.
14245
14246 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14247
14248 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
14249 to interpret property as header argument value.
14250
14251 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14252
14253 * ob.el (org-babel-parse-header-arguments): Simplify reading of
14254 header arg value.
14255
14256 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14257
14258 * org-publish.el (org-publish-org-to-ascii):
14259 (org-publish-org-to-latin1):
14260 (org-publish-org-to-utf8): New functions.
14261
14262 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14263
14264 * org.el (org-insert-heading): Skip inline tasks when trying to
14265 insert a new heading after the end of the subtree.
14266
14267 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14268
14269 * org-inlinetask.el (org-inlinetask-min-level): Set customization
14270 type to integer or nil.
14271
14272 * org.el (org-insert-heading): When after an inline task, do not
14273 use level but go back to headline level before the inline task.
14274
14275 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14276
14277 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
14278
14279 * org.el (org-indent-line-function): Fix indentation of inline
14280 tasks.
14281
14282 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14283
14284 * org.el (org-activate-links): Fix customize type.
14285
14286 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14287
14288 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
14289 default option.
14290
14291 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14292
14293 * org-latex.el (org-export-latex-minted): Document pygments
14294 dependency.
14295
14296 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14297
14298 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
14299 file if encryption has been turned on.
14300 (org-mobile-copy-agenda-files): Avoid double encryption of
14301 `mobileorg.org'.
14302
14303 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14304
14305 * org-exp.el (org-export-latex-minted-with-line-numbers):
14306 Ensure that variable is declared.
14307
14308 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14309
14310 * ob-python.el (org-src-preserve-indentation): Fix compiler
14311 warning.
14312
14313 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14314
14315 * org-exp.el (org-export-format-source-code-or-example):
14316 Latex formatting of source code blocks using the minted package
14317 (org-export-plist-vars): Add :latex-minted property
14318 (org-export-latex-minted): Ensure variable is defined
14319 (org-export-latex-minted-langs): Ensure variable is defined.
14320
14321 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14322
14323 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
14324
14325 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14326
14327 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
14328
14329 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14330
14331 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
14332 when `org-src-preserve-indentation' is non-nil.
14333
14334 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14335
14336 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
14337 of blocks added to Library of Babel.
14338
14339 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14340
14341 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
14342 name.
14343
14344 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14345
14346 * org-beamer.el (org-beamer-place-default-actions-for-lists):
14347 Fix typo in regexp.
14348
14349 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14350
14351 * org-list.el (org-toggle-checkbox): Avoid some boundary error
14352 when inserting a checkbox in an empty last item of a list.
14353
14354 2010-11-11 David Maus <dmaus@ictsoc.de>
14355
14356 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
14357 Query article number from file is nil by default.
14358
14359 2010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
14360
14361 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
14362
14363 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14364
14365 * org-capture.el (org-capture-place-entry): Move to `beg' before
14366 searching for `%?'.
14367
14368 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14369
14370 * org.el (org-format-latex): Fix mathjax treatment of single
14371 letters in between dollars.
14372
14373 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
14374
14375 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
14376 run.
14377
14378 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14379
14380 * org.el (org-blank-before-new-entry): Improve docstring.
14381
14382 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14383
14384 * org-mobile.el (org-mobile-force-id-on-agenda-items):
14385 Fix docstring.
14386 (org-mobile-write-agenda-for-mobile): Use outline path if we do
14387 not have an ID and are not allowed to make one.
14388 (org-mobile-get-outline-path-link): New function.
14389
14390 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14391
14392 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
14393 file.
14394 (org-mobile-write-agenda-for-mobile): Use the right name, even if
14395 the file get encrypted.
14396 (org-mobile-move-capture): Only delete tempfile if it does exist.
14397
14398 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14399
14400 * ob.el (org-babel-number-p): Fix documentation string.
14401
14402 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14403
14404 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
14405 "tangle" as a positive argument for the :noweb header argument
14406 during tangling.
14407
14408 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14409
14410 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
14411 have links, with tests.
14412
14413 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14414
14415 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
14416 available.
14417 (org-export-latex-get-error): New function.
14418 (org-export-as-pdf): Give an indication of the errors that
14419 happened during processing.
14420
14421 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
14422
14423 * org-exp.el (org-export-language-setup): Fix Polish entries.
14424
14425 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14426
14427 * org.el (org-set-tags): Allow comma as a separator when
14428 specifying tags at the completion interface.
14429 (org-tags-completion-function): Allow comma as a separator when
14430 specifying tags at the completion interface.
14431
14432 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14433
14434 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
14435 export-file if exporting from a buffer which is not visiting a
14436 file.
14437
14438 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14439
14440 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
14441 name in link construction if there is a heading to follow it.
14442
14443 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14444
14445 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
14446 as an allowed extension.
14447
14448 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
14449
14450 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
14451 with zeros. Start applying face earlier.
14452
14453 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14454
14455 * ob.el (or): Don't create org-babel-temporary-directory in batch
14456 as it won't be removed by emacs-kill-hook
14457 (org-babel-remove-temporary-directory): Only try to remove this
14458 directory if it exists.
14459
14460 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14461
14462 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
14463 warning in ob.el.
14464
14465 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14466
14467 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
14468 the tangling message.
14469
14470 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14471
14472 * ob.el (org-babel-load-languages): Fixes compiler warning.
14473
14474 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14475
14476 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
14477 output.
14478
14479 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14480
14481 * org-ascii.el (org-export-as-ascii): Use the correct match group.
14482
14483 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14484
14485 * ob.el (boundp): Uncommenting defvar form for
14486 org-babel-temporary-directory
14487 (org-babel-temp-file): Now using the org-babel-temporary-directory
14488 for holding new babel temporary files
14489 (org-babel-remove-temporary-directory): Removes the babel temp dir
14490 when Emacs shutsdown
14491 (kill-emacs-hook): Now removing the babel temp dir on Emacs
14492 shutdown.
14493
14494 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14495
14496 * org-capture.el (org-capture-fill-template): Initialize history
14497 variable.
14498
14499 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14500
14501 * org-src.el (org-edit-src-code): Don't move point when generating
14502 edit buffer.
14503
14504 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14505
14506 * org-src.el (org-edit-src-code): Deal with point being in
14507 #+end_src line.
14508
14509 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14510
14511 * org-table.el (org-table-current-column): Add interactive to turn
14512 this into a command.
14513
14514 2010-11-11 Bernt Hansen <bernt@norang.ca>
14515
14516 * org.el (org-insert-heading): Run org-insert-heading-hook when
14517 creating the first heading in a file.
14518
14519 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14520
14521 * org.el (org-startup-with-inline-images): New option.
14522 (org-startup-options): Add new keywords inlineimages and
14523 noinlineimages.
14524 (org-mode): Inline images when this has been configured.
14525
14526 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14527
14528 * ob.el (org-babel-get-src-block-info): Remove optional
14529 HEADER-VARS-ONLY argument; further simplification.
14530
14531 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14532
14533 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
14534 prompt in ob-confirm-evaluate in some cases.
14535
14536 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14537
14538 * ob.el (org-babel-demarcate-block): Visible region and completion
14539 during language selection.
14540
14541 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14542
14543 * ob.el (org-babel-get-src-block-info): Remove comment.
14544
14545 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14546
14547 * ob.el (org-babel-get-src-block-info): Simplify function.
14548
14549 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14550
14551 * ob.el (org-babel-get-src-block-info): Form info list correctly
14552 when parenthesized arguments are missing.
14553
14554 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14555
14556 * ob-exp.el (org-export-babel-evaluate): Docstring typo
14557 (org-babel-exp-code): Docstring typo.
14558
14559 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14560
14561 * org-mobile.el (org-mobile-encryption-password):
14562 Improve docstring.
14563 (org-mobile-encryption-password-session): New variable.
14564 (org-mobile-encryption-password): New function.
14565 (org-mobile-check-setup):
14566 (org-mobile-encrypt-file):
14567 (org-mobile-decrypt-file): Use the new function.
14568
14569 2010-11-11 David Maus <dmaus@ictsoc.de>
14570
14571 * org-capture.el (org-capture-place-template): Widen to remove
14572 possible restrictions in target buffer.
14573
14574 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
14575
14576 * org.el (org-speed-command-hook): Add org-speed-command-hook
14577 (org-babel-speed-command-hook): Hook for Babel's speed commands.
14578
14579 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14580
14581 * ob.el (org-babel-execute-buffer): Re-implement using
14582 `org-babel-map-src-blocks'.
14583
14584 2010-11-11 David Maus <dmaus@ictsoc.de>
14585
14586 * org-capture.el (org-capture-templates): Update doc string with
14587 new message date related escapes.
14588
14589 2010-11-11 David Maus <dmaus@ictsoc.de>
14590
14591 * org-wl.el (org-wl-store-link-message): Define properties %:date)
14592 (%:date-timestamp, and %:date-timestamp-inactive.
14593
14594 * org-mew.el (org-mew-store-link): Dto.
14595
14596 * org-mhe.el (org-mhe-store-link): Dto.
14597
14598 * org-rmail.el (org-rmail-store-link): Dto.
14599
14600 * org-vm.el (org-vm-store-link): Dto.
14601
14602 2010-11-11 David Maus <dmaus@ictsoc.de>
14603
14604 * org-wl.el (org-wl-message-field): Always get literal content of
14605 header fields.
14606
14607 2010-11-11 David Maus <dmaus@ictsoc.de>
14608
14609 * org-gnus.el (org-gnus-store-link): Define properties
14610 %:date-timestamp and %:date-timestamp-inactive.
14611
14612 2010-11-11 David Maus <dmaus@ictsoc.de>
14613
14614 * org-gnus.el (org-gnus-store-link): Handle empty date header
14615 field.
14616
14617 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
14618
14619 * org.el (org-speed-command-hook): New. Hook for installing
14620 additional speed commands. Use this for enabling speed commands on
14621 src blocks.
14622 (org-speed-command-default-hook): The default hook for
14623 org-speed-command-hook. Factored out from org-self-insert-command
14624 and mimics existing behavior.
14625 (org-self-insert-command): Modified to use org-speed-command-hook.
14626
14627 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14628
14629 * org-agenda.el (org-search-view): Recover spaces in search words
14630 if they were escaped with \ or inside a regexp.
14631
14632 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14633
14634 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
14635 the list of completable meta line words.
14636 (org-complete): Complete property names after #+PROPERTY.
14637
14638 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14639
14640 * ob-python.el (org-babel-python-evaluate-session): Make temp file
14641 names consistent.
14642
14643 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14644
14645 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
14646 Delete extra format argument.
14647
14648 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14649
14650 * ob-org.el (org-babel-org-export): Typo in docstring.
14651
14652 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14653
14654 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
14655 variable.
14656
14657 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14658
14659 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
14660
14661 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14662
14663 * ob.el (org-babel-process-file-name): New function
14664 (org-babel-maybe-remote-file): Delete function.
14665
14666 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14667
14668 * ob-C.el (org-babel-C-execute): Remove unused variable.
14669
14670 2010-11-11 David Maus <dmaus@ictsoc.de>
14671
14672 * org.el (org-make-link-string): Prevent superfluous colon.
14673
14674 2010-11-11 David Maus <dmaus@ictsoc.de>
14675
14676 * org.el (org-make-org-heading-search-string): Leave headline
14677 intact.
14678
14679 2010-11-11 David Maus <dmaus@ictsoc.de>
14680
14681 * org.el (org-make-link-string): Don't escape characters in link
14682 type.
14683
14684 2010-11-11 Bastien Guerry <bzg@gnu.org>
14685
14686 * org-capture.el (org-capture-templates): Update docstring to
14687 advertise %:org-date.
14688
14689 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14690
14691 * ob-dot.el (org-babel-execute:dot): Automatically specifies
14692 "-T<ext>" based on file name extension.
14693
14694 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14695
14696 * ob-org.el (org-babel-org-export): Raise error on nested export
14697 call.
14698
14699 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14700
14701 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
14702 output files.
14703
14704 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14705
14706 * ob.el (org-babel-demarcate-block): Better initialization of
14707 stars.
14708
14709 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14710
14711 * org-src.el (org-src-tab-acts-natively): Add customize interface.
14712
14713 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14714
14715 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
14716 New variable allowing prevention of automatic stripping of leading and
14717 trailing blank lines when exiting edit buffer.
14718 (org-edit-src-exit): Respect value of
14719 `org-src-strip-leading-and-trailing-blank-lines'
14720 (org-src-native-tab-command-maybe):
14721 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
14722 this function.
14723
14724 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14725
14726 * org-src.el (org-edit-src-code): If mark was inside code block
14727 then code edit buffer inherits mark with active region.
14728
14729 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14730
14731 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
14732
14733 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14734
14735 * ob.el (org-babel-demarcate-block): Better handling of empty
14736 space around demarcated area.
14737
14738 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14739
14740 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
14741 this command.
14742
14743 2010-11-11 David Maus <dmaus@ictsoc.de>
14744
14745 * org-gnus.el (org-gnus-open-nntp): New function.
14746
14747 2010-11-11 David Maus <dmaus@ictsoc.de>
14748
14749 * org-wl.el (org-wl-open-nntp): New function.
14750
14751 2010-11-11 David Maus <dmaus@ictsoc.de>
14752
14753 * org-wl.el (org-wl-open): Open message by numeric reference if
14754 article part is not a message id.
14755
14756 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14757
14758 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
14759 visible line.
14760
14761 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14762
14763 * ob.el (org-babel-demarcate-block): Interactive demarcation of
14764 code blocks.
14765
14766 * ob-keys.el (org-babel-key-bindings): Key bindings for block
14767 demarcation.
14768
14769 2010-11-11 Bastien Guerry <bzg@gnu.org>
14770
14771 * org.el (org-link-types): Add the "message" link type.
14772
14773 2010-11-11 David Maus <dmaus@ictsoc.de>
14774
14775 * org.el (org-link-types): Add 'message:' link type to default
14776 link types.
14777
14778 2010-11-11 Bastien Guerry <bzg@gnu.org>
14779
14780 * org-gnus.el (org-gnus-store-link): Add the :date property to
14781 gnus links, allowing the use of %:date in capture templates.
14782
14783 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14784
14785 * org-list.el (org-cycle-list-bullet): Follow order of bullets
14786 indicated in doc-string.
14787
14788 * org-list.el (org-list-bottom-point-with-indent): List is ended
14789 when a line is less indented that the last item, not the less
14790 indented item.
14791
14792 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14793
14794 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
14795 original file before resolving code block parameters to ensure
14796 headline and buffer wide parameters are taken into consideration
14797 when only a narrowed portion of the file is exported.
14798
14799 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14800
14801 * org.el (org-forward-same-level): Fix docstring.
14802
14803 2010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
14804
14805 * org-publish.el (org-publish-attachment): Put the attachment into
14806 the right directory.
14807
14808 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
14809
14810 * org.el (org-goto-first-child): New command.
14811
14812 2010-11-11 Matt Lundin <mdl@imapmail.org>
14813
14814 * org-agenda.el (org-prepare-agenda): If the agenda is called from
14815 within the agenda via an elisp link, such as
14816 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
14817 of the file containing the link, since that buffer is current
14818 during org-prepare agenda (due to a with-current-buffer in
14819 org-agenda-open-link). An additional test now ensures that the
14820 agenda buffer is in fact current when the buffer is erased and
14821 local variables for the agenda are set.
14822
14823 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
14824
14825 * org-exp.el (org-infile-export-plist): Define property macro.
14826
14827 2010-11-11 David Maus <dmaus@ictsoc.de>
14828
14829 * org-mhe.el (org-mhe-get-header): Remove possible folding white
14830 space in message header field.
14831
14832 2010-11-11 David Maus <dmaus@ictsoc.de>
14833
14834 * org-feed.el (org-feed): Fix typo in customization group :tag
14835 property.
14836
14837 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14838
14839 * org-latex.el (org-export-latex-tag-markup): New option.
14840 (org-export-latex-keywords-maybe):
14841 Use `org-export-latex-tag-markup'.
14842
14843 2010-11-11 Rémi Vanicat <vanicat@debian.org> (tiny change)
14844
14845 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
14846 (org-ical-ts-to-string): Use UTC time when requested.
14847
14848 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
14849
14850 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
14851 from 'file' to 'http'.
14852
14853 2010-11-11 David Maus <dmaus@ictsoc.de>
14854
14855 * org.el (org-store-log-note): Fix wrong usage
14856 of`org-adapt-indentation'.
14857
14858 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14859
14860 * org.el (org-skip-over-state-notes): Do not compute bottom point
14861 at each item.
14862
14863 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
14864 instead of moving to each item.
14865
14866 2010-11-11 David Maus <dmaus@ictsoc.de>
14867
14868 * org-capture.el (org-capture-templates): Small fix in doc string.
14869
14870 2010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
14871
14872 * org-archive.el (org-get-local-archive-location):
14873 Use `org-carchive-location' as default.
14874
14875 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14876
14877 * ob-C.el (org): No longer requires org.
14878
14879 * ob-ledger.el (org): No longer requires org.
14880
14881 2010-11-11 David Maus <dmaus@ictsoc.de>
14882
14883 * org.el (org-priority): Save match data before call to
14884 `read-char-exclusive'.
14885
14886 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14887
14888 * org-list.el (org-list-to-generic): Descriptions labels can be
14889 any suit of symbols, and will end at double colons.
14890
14891 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14892
14893 * org.el (org-indent-line-function): Indent past [@num] and
14894 [@start:num], consistently with what is already done with
14895 checkboxes.
14896
14897 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14898
14899 * org.el (org-store-log-note): Indent new notes to the right
14900 column. Also take `org-list-two-spaces-after-bullet-regexp' into
14901 consideration when creating the note.
14902
14903 2010-11-11 David Maus <dmaus@ictsoc.de>
14904
14905 * org-gnus.el (nnimap-group-overview-filename): Declare function
14906 to silence byte compiler.
14907
14908 2010-11-11 David Maus <dmaus@ictsoc.de>
14909
14910 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
14911 New customization variable.
14912 (org-gnus-nnimap-cached-article-number): New function.
14913 (org-gnus-follow-link): Try to fetch cached article number of
14914 message-id.
14915
14916 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14917
14918 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
14919 first line into code blocks before export so that the first line
14920 is not interpreted as a title
14921 (org-babel-org-export): Use new dummy code block prefix.
14922
14923 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14924
14925 * ob.el (org-babel-insert-result): No longer throws error when
14926 inserting an empty result.
14927
14928 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14929
14930 * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
14931
14932 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14933
14934 * ob.el (org-babel-do-in-edit-buffer):
14935 Use `org-babel-where-is-src-block-head' to test for source block at
14936 point.
14937
14938 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14939
14940 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
14941 `org-babel-goto-src-block-head'.
14942
14943 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
14944 current code block.
14945
14946 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14947
14948 * ob.el (org-babel-next-src-block): Now raising more informative
14949 error when no further code blocks can be found.
14950 (org-babel-previous-src-block): Now raising more informative error
14951 when no previous code blocks can be found.
14952
14953 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14954
14955 * org-exp-blocks.el
14956 (org-export-preprocess-after-include-files-hook): Now using this
14957 hook instead of `org-export-preprocess-hook'.
14958
14959 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14960
14961 * ob-plantuml.el (org-babel-execute:plantuml): ????
14962
14963 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14964
14965 * ob-python.el (org-babel-python-evaluate): Refactor as call to
14966 either `org-babel-python-evaluate-external-process' or
14967 `org-babel-python-evaluate-session'.
14968 (org-babel-python-evaluate-external-process): New function to
14969 handle evaluation in external process.
14970 (org-babel-python-evaluate-session): New function to handle
14971 evaluation in emacs inferior process.
14972
14973 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14974
14975 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
14976 or html respecting :results header arg
14977 (org-babel-org-export): Exports a string of text to an output
14978 format.
14979
14980 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14981
14982 * ob.el (org-babel-insert-result): Remove existing results when
14983 nil results are returned.
14984
14985 2010-11-11 David Maus <dmaus@ictsoc.de>
14986
14987 * org-ascii.el (org-export-as-ascii): Bind and set link path for
14988 link type specific markup function.
14989
14990 2010-11-11 David Maus <dmaus@ictsoc.de>
14991
14992 * org-clock.el (notifications-notify): Properly declare function
14993 to silence byte compiler.
14994
14995 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14996
14997 * org-list.el (org-insert-item): Check invisibility of point at a
14998 meaningful location.
14999
15000 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15001
15002 * org-list.el (org-list-insert-item-generic): Updating checkboxes
15003 can modify bottom point of a list, so make it a marker before
15004 calling `org-update-checkbox-count-maybe'.
15005
15006 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15007
15008 * org.el (org-src-fontify-natively): Set to nil by default.
15009 Supply customize interface.
15010
15011 2010-11-11 Bastien Guerry <bzg@gnu.org>
15012
15013 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
15014 `org-bracket-link-analytic-regexp++' to match the link type.
15015
15016 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15017
15018 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
15019 `language'.
15020
15021 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15022
15023 * ob-tangle.el (org-babel-tangle-comment-format-beg):
15024 Format string specifying the link-comment preceding a code block
15025 (org-babel-tangle-comment-format-end): Format string specifying
15026 the link-comment following a code block
15027 (org-babel-tangle-collect-blocks): Storing more information in the
15028 spec of a tangling code block
15029 (org-babel-spec-to-string): Now makes use of customizable
15030 link-comment formats.
15031
15032 2010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
15033
15034 * org.el (org-delete-backward-char): Check for nil overwrite-mode
15035 before inserting spaces.
15036
15037 2010-11-11 David Maus <dmaus@ictsoc.de>
15038
15039 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
15040 from summary of non-TODO ical entries.
15041 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
15042 exclude tags from summary of TODO ical entries.
15043
15044 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15045
15046 * ob.el (org-babel-map-src-blocks): Now exposes much information
15047 about the code block in the form of let-bound local variables.
15048
15049 2010-11-11 David Maus <dmaus@ictsoc.de>
15050
15051 * org-list.el (org-outline-regexp, org-ts-regexp)
15052 (org-ts-regexp-both, org-in-regexps-block-p)
15053 (org-level-increment, org-at-heading-p)
15054 (outline-previous-heading, org-icompleting-read)
15055 (org-time-string-to-seconds): Declare to fix compiler warning.
15056
15057 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15058
15059 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
15060 used from an heading. Send an error when no item is in region.
15061
15062 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15063
15064 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
15065 ensure that edit buffer is exited.
15066
15067 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15068
15069 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
15070 control the amount of extra newlines inserted into tangled code
15071 (org-babel-tangle-collect-blocks): Now conditionally collects
15072 information to be used for "org" style comments
15073 (org-babel-spec-to-string): Now inserts "org" style comments, and
15074 obeys the newline configuration variable when inserting whitespace.
15075
15076 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15077
15078 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
15079 hook
15080 (org-babel-tangle): Calls new tangle hook.
15081
15082 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15083
15084 * org-capture.el (org-capture): Compute the length of the correct
15085 string when removing properties.
15086
15087 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15088
15089 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
15090 names before shell quoting.
15091
15092 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15093
15094 * org-src.el (org-src-tab-indents-natively): New variable
15095 controlling whether language-native TAB action should be performed
15096 (org-src-native-tab-command-maybe): New function to perform
15097 language-native TAB action.
15098 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
15099
15100 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15101
15102 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
15103 `org-plantuml-jar-path' before use.
15104
15105 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15106
15107 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
15108 language major mode buffers during fontification.
15109
15110 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15111
15112 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
15113 match code blocks with switches and header args. Call
15114 `org-src-font-lock-fontify-block' for automatic fontification of
15115 code in code blocks, controlled by variable
15116 `org-src-fontify-natively'.
15117 (org-src-fontify-natively): New variable.
15118
15119 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15120
15121 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
15122 inf-ruby.
15123
15124 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
15125
15126 * org-html.el (org-html-make-link): (expand-file-name) removes
15127 one "/" from "///path-to-file", so add one. Anything other than
15128 'file' type should be exported along with the type.
15129
15130 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
15131
15132 * org.el (org-insert-subheading): Fix compiler warning
15133 (org-insert-todo-subheading): Fix compiler warning.
15134
15135 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15136
15137 * org-capture.el (org-capture): Remove read-only text properties
15138 from capture text.
15139 (org-capture-set-target-location): Throw an error if file+headline
15140 target does not point into a file which is in Org mode.
15141
15142 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15143
15144 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
15145
15146 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15147
15148 * org-src.el (org-edit-src-code): Improve docstring.
15149
15150 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15151
15152 * ob.el (org-babel-execute-src-block): Document prefix argument in
15153 docstring.
15154
15155 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15156
15157 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
15158 org-ditaa-jar-path with expand-file-name.
15159
15160 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15161
15162 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
15163 `org-babel-execute-src-block'.
15164
15165 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15166
15167 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
15168 [@x] syntax for list numbering.
15169
15170 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15171
15172 * org.el (org-indent-line-function): Indentation of source block
15173 is left to `org-edit-src-exit' and shouldn't be modified by
15174 `org-indent-line-function'. Indentation of others blocks should be
15175 the same as the #+begin line.
15176
15177 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15178
15179 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
15180 forms on source blocks in current buffer; restore point in current
15181 buffer.
15182
15183 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15184
15185 * org-list.el (org-list-struct): Accept list boundaries as an
15186 argument in order to avoid computing `org-list-top-point' and
15187 `org-list-bottom-point' twice when indenting.
15188
15189 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15190
15191 * org-list.el (org-list-ending-method): Default value is now
15192 `both', to ensure maximum compatibility before previous
15193 implementation.
15194
15195 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15196
15197 * org-list.el (org-list-in-item-p-with-indent): Test if first line
15198 is the item beginning.
15199
15200 * org-list.el (org-list-top-point-with-indent): Test if first line
15201 is a valid list beginning.
15202
15203 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15204
15205 * org-list.el (org-list-ending-method): New customizable variable
15206 to tell Org Mode how lists end. See docstring.
15207
15208 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15209
15210 * org-list.el (org-indent-item-tree): Shifting step of top-level
15211 item depends on `org-level-increment'.
15212
15213 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15214
15215 * org.el (org-indent-line-function): Indent first non blank line
15216 after a list according to current heading level.
15217
15218 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15219
15220 * org-docbook.el (org-export-as-docbook): Remove check for
15221 indentation on lines that do not start with a list bullet.
15222
15223 * org-html.el (org-export-as-html): Same thing.
15224
15225 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15226
15227 * org-list.el (org-list-bottom-point): Take into consideration
15228 that bound of search can be before true ending of the list.
15229
15230 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15231
15232 * org-list.el (org-list-struct-apply-struct): No longer shift
15233 item's body twice: one after replacing bullet and one after
15234 changing indentation.
15235
15236 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15237
15238 * org-list.el (org-list-struct-indent): Add code to replace
15239 bullets if needed when indenting.
15240
15241 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15242
15243 * org-list.el (org-list-insert-item-generic): A single item
15244 already counting blank lines in his body should be separated with
15245 the next one by a blank line. Moreover, if user already provided
15246 blank lines, follow his wishes.
15247
15248 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15249
15250 * org-list.el (org-indent-item-tree): When moving top item of a
15251 *-list to column 0, only the first item had its bullet changed to
15252 -. It now changes all items of the top-level list, as expected.
15253
15254 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15255
15256 * org-list.el (org-toggle-checkbox): Go to beginning of line
15257 before processing.
15258
15259 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15260
15261 * org-list.el (org-list-struct-apply-struct): Check if ancestor
15262 exists.
15263
15264 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15265
15266 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
15267 done at each item.
15268
15269 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15270
15271 * org-list.el : Removed unused variable
15272 `org-suppress-item-indentation'.
15273
15274 * org-list.el (org-renumber-ordered-list): Skip item if bullet
15275 number is already good.
15276
15277 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15278
15279 * org-list.el (org-list-automatic-rules): Doc-string reflects this
15280 change.
15281
15282 * org-list.el (org-indent-item-tree): Prevent whole list from
15283 being moved when user is not moving subtree. Thus
15284 `org-cycle-item-indentation' will not allow to move the list.
15285
15286 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15287
15288 * org-list.el (org-indent-item-tree): Remove region code. It was
15289 prone to errors and undocumented.
15290
15291 * org-list.el (org-item-indent-positions): Better heuristics to
15292 determine what bullet the item will have when demoted.
15293
15294 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15295
15296 * org-list.el (org-list-bullet-string): First check if
15297 `org-list-two-spaces-after-bullet-regexp' isn't nil.
15298
15299 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15300
15301 * org-list.el (org-list-bullet-string): Do not modify match-data.
15302
15303 * org.el (org-toggle-item): Now working again when changing list
15304 items into plain text. Moreover take into consideration
15305 `org-list-two-spaces-after-bullet-regexp'.
15306
15307 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15308
15309 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
15310 fix, and improved heuristics to determine bullet when indenting.
15311
15312 * org-list.el (org-item-indent-positions): Function now returns
15313 sane results when there are two lists separated with blank lines
15314 only.
15315
15316 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15317
15318 * org-docbook.el (org-export-as-docbook): Use override="num" in
15319 any listitem matching [@start:num].
15320
15321 * org-html.el (org-export-as-html): Use value="num" in any li
15322 matching [@start:num].
15323
15324 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15325
15326 * org.el (org-set-font-lock-defaults): Correct fontification for
15327 checkboxes found after [@start:?].
15328
15329 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
15330 [@start:?] when looking at a regex after a bullet.
15331
15332 * org-list.el (org-toggle-checkbox): Correct insertion of
15333 checkboxes when there is already a [@start:?] in the item.
15334
15335 * org-list.el (org-checkbox-blocked-p): Properly check if there's
15336 an unchecked item before.
15337
15338 * org-list.el (org-list-parse-list): Function handles items having
15339 both a counter and a checkbox.
15340
15341 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15342
15343 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
15344 stores both indentation and bullet when cycle started.
15345
15346 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15347
15348 * org-list.el: `org-at-description-p' renamed to
15349 `org-at-item-description-p', `org-first-list-item-p' renamed to
15350 `org-list-first-item-p', `org-end-of-item-text-before-children'
15351 renamed to `org-end-of-item-or-at-child'.
15352
15353 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15354
15355 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
15356 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
15357 before toggling a checkbox.
15358
15359 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15360
15361 * org-list.el (org-list-bullet-string): New function returning
15362 bullet concatenated with an appropriate number of white spaces.
15363
15364 * org-list.el (org-list-insert-item-generic): Insert the right
15365 bullet, with help of `org-list-bullet-string'.
15366
15367 * org-list.el (org-indent-item-tree):
15368 Use `org-list-bullet-string'.
15369
15370 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
15371
15372 * org-list.el (org-toggle-checkbox): Send an error when
15373 `org-toggle-checkbox' is trying to insert a checkbox at a
15374 description item.
15375
15376 * org-list.el (org-item-re): Modified regexp so it can catch
15377 correct number of white space before item body.
15378
15379 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
15380 consideration new `org-item-re'.
15381
15382 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15383
15384 * org-list.el (org-list-insert-item-generic): The second item in a
15385 list will be separated from its predecessor with the number of
15386 blank lines separating the first item from its parent, if any, or
15387 no blank line.
15388
15389 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15390
15391 * org-list.el (org-indent-item-tree): Fix and reorder every list
15392 and sublist, from parent of list that has moved if indenting, or
15393 from list at point if outdenting.
15394
15395 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15396
15397 * org-list.el (org-indent-item-tree): Try to keep relative
15398 position on line. It can't if point is in white spaces before
15399 bullet because mixed tabs and spaces make some columns
15400 unattainable.
15401
15402 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15403
15404 * org-list.el (org-cycle-item-indentation): Cycle when the whole
15405 item only contains bullet and maybe a checkbox. Previously, TAB
15406 would cycle when the first line of the item was blank.
15407
15408 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15409
15410 * org-list.el (org-cycle-item-indentation): Allow a point just
15411 after a description item or a checkboxed item to start cycling.
15412
15413 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15414
15415 * org-list.el (org-cycle-list-bullet):
15416 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
15417 as valid bullets when cycling.
15418
15419 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15420
15421 * org-list.el (org-cycle-item-indentation): Do return t if and
15422 only if cycling is possible and succeded.
15423
15424 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15425
15426 * org-list.el (org-indent-item-tree): When outdenting a subtree,
15427 the last item shouldn't have a children.
15428
15429 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15430
15431 * org-list.el (org-cycle-item-indentation): Cycling should play
15432 nicely with indent rule in `org-list-automatic-rules'.
15433
15434 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15435
15436 * org-list.el (org-indent-item-tree): If indent rule is activated,
15437 it should be impossible to outdent an item having children without
15438 moving its subtree. Improved reordering of lists modified by
15439 cycling indentation.
15440
15441 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15442
15443 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
15444 `org-fix-bullet-type' to prevent infinite loop, and some checks
15445 already done in `org-renumber-ordered-list'.
15446
15447 * org-list.el (org-fix-bullet-type): Remove a check and call
15448 directly `org-maybe-renumber-ordered-list'.
15449
15450 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15451
15452 * org-list.el (org-indent-item-tree): It shouldn't be possible to
15453 indent the first item of a sublist (though outdent is possible) as
15454 it would break list's structure.
15455
15456 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15457
15458 * org-list.el (org-list-insert-item-generic): When local search
15459 doesn't help, search the list globally for blank lines. Moreover,
15460 don't bother with new lists, and add 1 blank line.
15461
15462 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15463
15464 * org-capture.el (org-capture-place-item):
15465 Use `org-search-forward-unenclosed' and
15466 `org-search-backward-unenclosed' and new variable
15467 `org-item-beginning-re'.
15468
15469 * org-list.el (org-item-beginning-re): Regexp matching beginning
15470 of an item.
15471
15472 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15473
15474 * org-list.el (org-cycle-list-bullet): Put back support for
15475 'previous argument.
15476
15477 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15478
15479 * org-list.el (org-in-item-p): Handle case when point is at an
15480 heading.
15481
15482 * org-list.el (org-list-make-subtree): Add protection when used
15483 outside of list.
15484
15485 * org-list.el (org-insert-item): Remove useless hack now
15486 `org-in-item-p' is fixed.
15487
15488 * org-timer.el (org-timer-item): Remove useless hack now
15489 `org-in-item-p' is fixed.
15490
15491 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15492
15493 * org-list.el (org-cycle-list-bullet): Prevent description items
15494 from being numbered. String argument is also recognized now, as
15495 long as it is a valid bullet.
15496
15497 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15498
15499 * org-list.el (org-indent-item-tree): Moving indentation of top
15500 list item will make the whole list move.
15501
15502 * org-list.el (org-apply-on-list): Function is less sensitive to
15503 changes of indentation.
15504
15505 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15506
15507 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
15508 of the regexp.
15509
15510 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
15511
15512 * org-list.el (org-cycle-item-indentation): Allow cycling
15513 description items and checkbox items.
15514
15515 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
15516
15517 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
15518 regexp.
15519
15520 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15521
15522 * org-list.el (org-insert-item-internal): Guessing of blank lines
15523 number is made by looking at neighboring items, if any.
15524
15525 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15526
15527 * org-list.el (org-sort-list): Add the possibility to sort timer
15528 lists with the ?t or ?T options.
15529
15530 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15531
15532 * org-list.el (org-search-unenclosed-internal): New function to
15533 handle both `org-search-forward-unenclosed' and
15534 `org-search-backward-unenclosed'.
15535
15536 * org-list.el (org-search-backward-unenclosed): Can send errors
15537 now. Removed useless usage of COUNT.
15538
15539 * org-list.el (org-search-forward-unenclosed): Can send errors
15540 now. Removed useless usage of COUNT.
15541
15542 * org-list.el (org-update-checkbox-count):
15543 Use `org-search-forward-unenclosed' and
15544 `org-search-backward-unenclosed' instead of `re-search-forward'
15545 and `re-search-backward'.
15546
15547 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
15548 and `org-search-backward-unenclosed' instead of
15549 `re-search-forward' and `re-search-backward'.
15550
15551 * org-list.el (org-list-make-subtree):
15552 Use `org-search-forward-unenclosed' and
15553 `org-search-backward-unenclosed' instead of `re-search-forward'
15554 and `re-search-backward'.
15555
15556 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15557
15558 * org-list.el (org-insert-item-internal): Fixes the problem when
15559 point was before the first char of the item's body.
15560
15561 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15562
15563 * org-timer.el (org-timer-item): Refactoring. Compute timer string
15564 before inserting it in the buffer.
15565
15566 * org-timer.el (org-timer): Add an optional argument to return
15567 timer string instead of inserting it.
15568
15569 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15570
15571 * org-list.el (org-insert-item-internal): New function to handle
15572 positioning and contents of an item being inserted at a specific
15573 pos. It is not possible anymore to split a term in a description
15574 list or a checkbox when inserting a new item.
15575
15576 * org-list.el (org-insert-item): Refactored by using the new
15577 `org-insert-item-internal' function.
15578
15579 * org-timer.el (org-timer-item): Refactored by using the new
15580 `org-insert-item-internal' function.
15581
15582 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15583
15584 * org-list.el (org-list-bottom-point): Be sure to check real
15585 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
15586
15587 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
15588 end of item if we are in a list.
15589
15590 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15591
15592 * org-list.el (org-insert-item): Move before any special block in
15593 a list prior to add a new item.
15594
15595 * org-timer.el (org-timer-item): When in a timer list, insert a
15596 new timer item like `org-insert-item'. If in another list, send an
15597 error. Otherwise, start a new timer list.
15598
15599 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15600
15601 * org-list.el: Minor refactoring.
15602
15603 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15604
15605 * org-timer.el (org-timer-item): Insert description list item at
15606 the right column.
15607
15608 * org-list.el (org-insert-item): Insert the right number of blank
15609 lines before a relative timer.
15610
15611 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15612
15613 * org-list.el (org-insert-item): Remove restriction on latex
15614 blocks.
15615
15616 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15617
15618 * org-list.el (org-search-backward-unenclosed): Do not stop in
15619 protected places.
15620
15621 * org-list.el (org-search-forward-unenclosed): Do not stop in
15622 protected places.
15623
15624 * org-latex.el (org-export-latex-lists): Use the fact that
15625 org-search-forward do not stop anymore at protected places.
15626
15627 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15628
15629 * org-list.el (org-search-backward-unenclosed): Do not prevent
15630 list items from being inside LaTeX blocks.
15631
15632 * org-list.el (org-search-forward-unenclosed): Do not prevent list
15633 items from being inside LaTeX blocks.
15634
15635 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15636
15637 * org-list.el (org-in-item-p): Do not widen before checking if we
15638 are in item.
15639
15640 * org-list.el (org-list-send-list): We cannot count on
15641 `org-list-top-point' and `org-list-bottom-point' before buffer is
15642 narrowed. Find bounds of list otherwise.
15643
15644 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15645
15646 * org-list.el (org-list-end-regexp): By default, list ending is
15647 exactly 2 blank lines.
15648
15649 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15650
15651 * org-docbook.el (org-export-as-docbook): When we find an empty
15652 line, we do not need to check for
15653 `org-empty-line-terminates-plain-lists' because we would have
15654 found end-list marker before.
15655
15656 * org-html.el (org-export-as-html): Same.
15657
15658 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15659
15660 * org-list.el (org-insert-item): Simplify count of blank lines to
15661 insert.
15662
15663 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15664
15665 * org-list.el (org-list-end-regexp): New customizable variable to
15666 define what string should end lists.
15667
15668 * org-list.el (org-list-end-re): Function is now aware of
15669 `org-list-end-regexp'.
15670
15671 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15672
15673 * org-html.el (org-export-as-html): Code cleanup.
15674
15675 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15676
15677 * org-docbook.el (org-export-as-docbook): Properly close any open
15678 list when seeing ORG-LIST-END. Removed any reference to now
15679 unneeded DIDCLOSE variable.
15680
15681 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15682
15683 * org-exp.el (org-export-mark-list-ending): Fix number of blank
15684 lines inserted after a list.
15685
15686 * org-list.el (org-list-parse-list): Fix case when
15687 `org-list-end-re' would have an indentation greater than current
15688 list.
15689
15690 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15691
15692 * org-exp.el (org-export-mark-list-ending): Differentiate between
15693 export backends, and replace `org-list-end-re' by a blank line
15694 upon exporting.
15695
15696 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15697
15698 * org-html.el (org-export-as-html): Delete didclose and everything
15699 related to it, as it is no longer needed.
15700
15701 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15702
15703 * org-html.el (org-export-html-preprocess): Remove unneeded
15704 insertion of list end marker, as it is now handled by
15705 `org-export-mark-list-ending'.
15706
15707 * org-html.el (org-export-as-html): Cleaner termination of lists.
15708
15709 * org-exp.el (org-export-mark-list-ending): New function to insert
15710 specific markers at the end of lists when exporting to a backend
15711 not using `org-list-parse-list'. This function is called early in
15712 `org-export-preprocess-string', while it is still able to
15713 recognize lists.
15714
15715 * org-latex.el (org-export-latex-lists): Better search for
15716 lists. It now only finds items not enclosed and not protected.
15717
15718 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15719
15720 * org-list.el: Replaced `re-search-forward' by
15721 `org-search-forward-unenclosed' where it made sense.
15722
15723 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15724
15725 * org-list.el (org-apply-to-list): Now a return value is handed at
15726 each new call of the function applied.
15727
15728 * org-list.el (org-fix-bullet-type): Use the new
15729 `org-apply-to-list' format.
15730
15731 * org-list.el (org-renumber-ordered-list): Use the new
15732 `org-apply-to-list' format.
15733
15734 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15735
15736 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
15737 correctly used.
15738
15739 * org-list.el (org-search-forward-unenclosed): Better regexp used.
15740
15741 * org-list.el (org-search-backward-unenclosed): Better regexp
15742 used.
15743
15744 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15745
15746 * org-list.el (org-sort-list): End-rec function was ill-defined.
15747
15748 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15749
15750 * org-list.el (org-search-forward-unenclosed): Fix behavior when
15751 last occurrence was enclosed.
15752
15753 * org-list.el (org-search-backward-unenclosed): Fix behavior when
15754 last occurrence was enclosed.
15755
15756 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15757
15758 * org.el (org-in-regexps-block-p): Fix documentation.
15759
15760 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15761
15762 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
15763
15764 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
15765
15766 * org-list.el (org-list-parse-list): Minor fix.
15767
15768 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15769
15770 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
15771 called with t argument.
15772
15773 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15774
15775 * org-html.el (org-export-html-preprocess):
15776 Replace `org-list-end-re' by a blank line during pre-process.
15777
15778 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15779
15780 * org-list.el (org-list-bottom-point): No need for square brackets
15781 for `skip-chars-backward'.
15782
15783 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15784
15785 * org-html.el: Do not delete space between end of list and
15786 beginning of the following.
15787
15788 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15789
15790 * org-html.el: Preprocess buffer string and add ORG-LIST-END where
15791 needed. Lists should not end before seeing this.
15792
15793 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15794
15795 * org-html.el: Notice end of lists.
15796
15797 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15798
15799 * org-list.el (org-list-parse-list): Better handling of
15800 restrictions when function is called on a list with sublists.
15801
15802 * org-list.el (org-list-send-list): Find the true ending of the
15803 list being sent.
15804
15805 * org-list.el (org-list-radio-list-templates): Templates are more
15806 specific to lists.
15807
15808 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15809
15810 * ob-js.el (org-babel-js-eoe): Indicate end of input
15811 (org-babel-execute:js): Support for session evaluation
15812 (org-babel-prep-session:js): Fleshed out definition
15813 (org-babel-js-initiate-session): Can initiate a session using
15814 mozrepl.
15815
15816 2010-11-11 David Maus <dmaus@ictsoc.de>
15817
15818 * org.el (org-set-regexps-and-options): Protect escape char in
15819 `org-complex-heading-regexp-format'.
15820
15821 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15822
15823 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
15824 session-based evaluation
15825 (org-babel-execute:scheme): Now supports session-based evaluation
15826 (org-babel-prep-session:scheme): Now works and defines variables
15827 (org-babel-scheme-initiate-session): Now works using run-scheme
15828 from cmuscheme.
15829
15830 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15831
15832 * org.el (org-export-latex-default-packages-alist): Remove the
15833 t1enc package - this is already covered by fontenc.
15834
15835 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15836
15837 * ob.el (with-parsed-tramp-file-name): Declared
15838 (org-babel-tramp-localname): Ensure variable name exists locally.
15839
15840 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15841
15842 * ob.el (org-babel-temp-file): Don't use babel temporary directory
15843 in remote case; use make-temp-file with remote file name so that
15844 temp file is guaranteed not to exist previously on remote machine.
15845 (org-babel-tramp-localname): New function to return local name
15846 portion of possibly remote file specification.
15847
15848 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15849
15850 * ob-R.el (org-babel-R-write-object-command): New unified R
15851 command for writing results to file
15852 (org-babel-R-wrapper-method): Remove variable
15853 (org-babel-R-wrapper-lastvar): Remove variable
15854 (org-babel-R-evaluate-external-process): Use new R command
15855 (org-babel-R-evaluate-session): Use new R command.
15856
15857 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15858
15859 * ob-comint.el
15860 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
15861 to evaluate code invisibly and block until output file exists.
15862
15863 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
15864 evaluate R code in session for :results value. Write result to
15865 file invisibly using new function
15866 `org-babel-comint-eval-invisibly-and-wait-for-file'.
15867
15868 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15869
15870 * org-capture.el (org-capture-fill-template): Align tags after
15871 insertion.
15872
15873 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15874
15875 * org-exp.el (org-export-concatenate-multiline-emphasis):
15876 Ignore matches that start in a headline.
15877
15878 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15879
15880 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
15881 and out-file in shell-quote-argument.
15882
15883 2010-11-11 David Maus <dmaus@ictsoc.de>
15884
15885 * org-docview.el (org-docview-store-link): Use expanded macro to
15886 get current page.
15887 (doc-view-goto-page, image-mode-window-get): Declare functions for
15888 byte compiler.
15889
15890 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15891
15892 * ob-scheme.el: Very preliminary support for evaluating scheme
15893 code blocks.
15894
15895 * org.el (org-babel-load-languages): Adding scheme.
15896
15897 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15898
15899 * ob.el (require): Remove circular (require 'org).
15900
15901 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15902
15903 * ob-R.el (ess-make-buffer-current): Declared.
15904 (ess-ask-for-ess-directory): Declared.
15905 (ess-local-process-name): Declared.
15906 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
15907
15908 * ob.el (org-edit-src-code): Fixing arguments.
15909 (org-edit-src-exit): Declared.
15910 (org-outline-overlay-data): Declared.
15911 (org-set-outline-overlay-data): Declared.
15912
15913 2010-11-11 Glenn Morris <rgm@gnu.org>
15914
15915 * ob.el: Require org when compiling.
15916 (org-save-outline-visibility): Remove macro declaration.
15917
15918 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
15919 Remove unnecessary/macro declarations.
15920
15921 * org-docview.el: Require doc-view when compiling.
15922 (doc-view-goto-page): Autoload rather than declaring.
15923 (doc-view-current-page): Remove macro declaration.
15924
15925 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
15926 (org-entry-get, org-table-import): Fix declarations.
15927 (org-match-string-no-properties): Remove declaration.
15928
15929 * ob-sh.el (org-babel-comint-in-buffer)
15930 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
15931 (org-babel-comint-with-output): Remove unnecessary declarations.
15932
15933 * ob-R.el (orgtbl-to-tsv): Fix declaration.
15934
15935 * org-list.el (org-entry-get): Fix declaration.
15936
15937 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15938
15939 * ob.el (org-babel-remove-temporary-directory): Remove explicit
15940 second argument.
15941
15942 2010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
15943
15944 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
15945 numbers.
15946
15947 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15948
15949 * org-macs.el (org-save-outline-visibility): Move from org.el.
15950
15951 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15952
15953 * ob-org.el (org-babel-default-header-args:org): Additional
15954 ":results silent" default header argument for org code blocks.
15955
15956 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15957
15958 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
15959 which is now an alias to ":eval no".
15960
15961 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15962
15963 * ob.el (org-babel-remove-temporary-directory): The version of
15964 `delete-directory' found in files.el can not be assumed to be
15965 present on all versions, so this copies the recursive behavior of
15966 that command in such a way that all calls to delete-directory will
15967 also work with the built-in internal C implementation of that
15968 function. This is not overly difficult as all elements of the
15969 directory can be assumed to be files.
15970
15971 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15972
15973 * ob-C.el (org-babel-C-execute): Corrected arguments to
15974 org-babel-temp-file.
15975
15976 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15977
15978 * ob.el (org-babel-temporary-directory): Variable to hold the
15979 value of the Babel temporary directory.
15980
15981 2010-11-11 Aditya Siram <aditya.siram@gmail.com>
15982
15983 * ob.el (org-babel-load-in-session): Expanding noweb references
15984 when appropriate.
15985
15986 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15987
15988 * org.el (org-make-link-regexps): Modified regexp of
15989 org-plain-link-re.
15990
15991 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
15992
15993 * org-habit.el (org-habit-parse-todo): Find sr-days only if
15994 scheduled-repeat is non nil. Use 4th element of the list returned
15995 by (org-heading-components) as habit-entry. Modify the error
15996 message to be more meaningful.
15997
15998 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15999
16000 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
16001 ":border" header arguments which both use the "preview" latex
16002 package to fit the resulting PDF image to the figure.
16003
16004 2010-11-11 David Maus <dmaus@ictsoc.de>
16005
16006 * org-wl.el (org-wl-store-link): Don't try to store link if point
16007 is at end of buffer.
16008
16009 2010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
16010
16011 * org-publish.el (org-publish-project-alist): Document the new
16012 body-only property.
16013 (org-publish-org-to): Use the body-only property.
16014
16015 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
16016
16017 * org.el (org-store-link): Return link when invoked
16018 non-interactively from an agenda buffer.
16019
16020 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
16021
16022 * org.el (org-store-link): Storing of links to headlines in
16023 indirect buffers was broken. Fix it.
16024
16025 2010-11-11 Aidan Kehoe <kehoea@parhasard.net>
16026
16027 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
16028 #'set-file-modes to use integer, not character syntax, avoiding
16029 compile problems with recent XEmacs.
16030
16031 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16032
16033 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
16034 forward even if there is no text to be added.
16035
16036 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16037
16038 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
16039 tags/property matcher.
16040
16041 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16042
16043 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
16044 t.
16045
16046 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16047
16048 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
16049
16050 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16051
16052 * org-latex.el (org-export-latex-set-initial-vars):
16053 Bind `case-fold-search' to t around the search for special LaTeX setup.
16054
16055 * org-beamer.el (org-beamer-after-initial-vars):
16056 Bind `case-fold-search' to t around the search for special BEAMER
16057 setup.
16058
16059 2010-11-11 David Maus <dmaus@ictsoc.de>
16060
16061 * org-agenda.el (org-write-agenda): Delete PostScript file after
16062 creating conversion to PDF.
16063
16064 2010-11-11 David Maus <dmaus@ictsoc.de>
16065
16066 * org-agenda.el (org-write-agenda): Move require statements to
16067 proper place in evaluated lisp expression.
16068
16069 2010-11-11 David Maus <dmaus@ictsoc.de>
16070
16071 * org-agenda.el (org-write-agenda): Rename temporary buffer to
16072 remove dependency of `flet' macro.
16073
16074 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16075
16076 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
16077
16078 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16079
16080 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
16081 from all standard sources when executing #+lob/#+call lines.
16082
16083 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16084
16085 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
16086 separate functions
16087 (org-babel-R-evaluate-external-process): New function to handle
16088 external process evaluation
16089 (org-babel-R-evaluate-session): New function to handle session
16090 evaluation.
16091
16092 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16093
16094 * ob.el (org-babel-initiate-session): New function derived from
16095 previous `org-babel-switch-to-session'
16096 (org-babel-switch-to-session): Refactored to use new
16097 `org-babel-initiate-session'.
16098
16099 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16100
16101 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
16102 to (interactive).
16103
16104 2010-11-11 David Maus <dmaus@ictsoc.de>
16105
16106 * org-feed.el (org-feed-format-entry): Decode entry according to
16107 its character encoding.
16108
16109 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
16110
16111 * org-feed.el (xml-substitute-special): Declare function for byte
16112 compiler.
16113 (org-feed-unescape): Removed.
16114 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
16115 Use `xml-substitute-special' to unescape XML entities.
16116
16117 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16118
16119 * ob.el (org-babel-switch-to-session): Throw error if block if
16120 :session not in effect for the block.
16121
16122 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16123
16124 * org-table.el (org-table-create-with-table.el): Align table
16125 before converting.
16126
16127 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16128
16129 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
16130 that org-src buffer is current before attempting exit.
16131
16132 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16133
16134 * org-src.el (ob-comint): Require 'ob-comint
16135 (org-src-babel-info): Define variable.
16136
16137 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16138
16139 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
16140 in the language major mode edit buffer.
16141 (org-babel-do-key-sequence-in-edit-buffer): New function to call
16142 an arbitrary key sequence in the language major mode edit buffer.
16143
16144 * org-src.el (org-src-switch-to-buffer): Add new allowed value
16145 'switch-invisibly for `org-src-window-setup'.
16146
16147 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16148
16149 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
16150 is used.
16151 (org-src-do-at-code-block): New macro to evaluate lisp with point
16152 at the start of the Org code block containing the code in this
16153 edit buffer.
16154 (org-src-do-key-sequence-at-code-block): New function to execute
16155 command bound to key at the Org code block containing the code in
16156 this edit buffer.
16157
16158 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16159
16160 * ob-R.el (org-babel-R-associate-session): New function to
16161 associate R code edit buffers with ESS comint session.
16162
16163 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16164
16165 * org-src.el (org-edit-src-code): If at src block, store babel
16166 info as buffer local variable.
16167 (org-src-associate-babel-session): New function to associate code
16168 edit buffer with comint session. Does nothing unless a
16169 language-specific function named
16170 `org-babel-LANG-associate-session' exists.
16171 (org-src-babel-configure-edit-buffer): New function to be called
16172 in `org-src-mode-hook'.
16173 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
16174 hook.
16175
16176 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16177
16178 * ob.el (org-babel-switch-to-session-with-code): New function to
16179 generate split frame displaying edit buffer and session.
16180
16181 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16182
16183 * org.el (org-set-tags): Consider org-indent-mode when computing
16184 the tags column.
16185
16186 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16187
16188 * org-compat.el (org-looking-at-p): Only use looking-at-p when
16189 defined.
16190
16191 2010-11-11 David Maus <dmaus@ictsoc.de>
16192
16193 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
16194 lines directly after call to sorting filter function.
16195
16196 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16197
16198 * org.el (org-complex-heading-regexp-format): Document the
16199 variable.
16200 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
16201 to make the regular expression for matching the headline.
16202
16203 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16204
16205 * org.el (org-refile-check-position): New function.
16206 (org-goto):
16207 (org-refile-get-location): Call `org-refile-check-position'.
16208
16209 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16210
16211 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
16212 instead of equal to compare symbols.
16213
16214 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16215
16216 * org-agenda.el (org-agenda-before-sorting-filter-function):
16217 New hook function.
16218 (org-finalize-agenda-entries):
16219 Apply `org-agenda-before-sorting-filter-function'.
16220
16221 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16222
16223 * org-latex.el (org-export-latex-first-lines): Do not protect meta
16224 lines that have nothing to do with babel.
16225
16226 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16227
16228 * org-capture.el (org-capture-place-template): Handle the
16229 checkitem case.
16230 (org-capture-place-item): Provide boundaries for the search to
16231 make sure we do not get a match in a different tree.
16232
16233 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16234
16235 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
16236 argument parser.
16237
16238 2010-11-11 Noorul Islam <noorul@noorul.com>
16239
16240 * org-latex.el (org-latex-to-pdf-process): Add output-directory
16241 option for the command pdflatex.
16242 (org-export-as-pdf): Respect directory in path of
16243 EXPORT_FILE_NAME.
16244
16245 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16246
16247 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
16248 which now means to use MathJax processing for HTML. Also allow
16249 new value `dvipng' to force the old image processing.
16250 (org-infile-export-plist): Parse for MATHJAX setup line.
16251
16252 * org-html.el (org-export-html-mathjax-options): New option.
16253 (org-export-html-mathjax-config): New function.
16254 (org-export-html-mathjax-template): New option.
16255 (org-export-html-preprocess): Call the LaTeX snippet processor
16256 with an additional argument to declare special ways of processing.
16257 (org-export-as-html): Bind the dynamical variable
16258 `org-export-have-math'. Insert the MathJax script template when
16259 it is needed by the document.
16260
16261 * org.el (org-preview-latex-fragment): Call `org-format-latex'
16262 with the additional processing argument.
16263 (org-export-have-math): New variable, for dynamic scoping.
16264 (org-format-latex): Implement specific ways of processing.
16265 New function argument for processing type.
16266 (org-org-menu): Remove the entry to configure LaTeX snippet
16267 processing.
16268
16269 2010-11-11 Bastien Guerry <bzg@gnu.org>
16270
16271 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
16272 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
16273 heading currently clocked in is not listed in the agenda, display
16274 this entry in another buffer. If there is no running clock,
16275 display a help message.
16276
16277 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16278
16279 * org-latex.el (org-export-latex-tables): Return "" instead of nil
16280 when no label is attached.
16281
16282 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16283
16284 * org-agenda.el (org-agenda-menu-show-match): New option.
16285 (org-agenda-menu-two-column): New option.
16286 (org-agenda-get-restriction-and-command): Implement dispatch menu
16287 without showing the matcher, and with two-column display.
16288
16289 2010-11-11 Bernt Hansen <bernt@norang.ca>
16290
16291 * org-indent.el (org-indent-mode): Fix grammar for message when
16292 mode is refused.
16293
16294 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16295
16296 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
16297 no previous result exists.
16298
16299 2010-11-11 Noorul Islam <noorul@noorul.com>
16300
16301 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
16302 warning.
16303
16304 2010-11-11 Noorul Islam <noorul@noorul.com>
16305
16306 * org.el (org-set-visibility-according-to-property): Use backward
16307 search instead of forward, so that top hierarchy gets priority.
16308
16309 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16310
16311 * org-agenda.el (org-timeline): Allow indirect buffer.
16312
16313 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16314
16315 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
16316 (org-export-define-heading-targets-headline-hook): New hooks.
16317
16318 * org.el (org-modules): Add entry for org-wikinodes.el.
16319 (org-font-lock-set-keywords-hook): New hook.
16320 (org-open-at-point-functions): New hook.
16321 (org-find-exact-headling-in-buffer):
16322 (org-find-exact-heading-in-directory): New functions.
16323 (org-mode-flyspell-verify): Better cursor position for checking if
16324 flyspell should ignore a word.
16325
16326 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16327
16328 * org-indent.el (org-indent-remove-properties):
16329 (org-indent-add-properties): Make sure changing these properties
16330 does not trigger modification hooks.
16331
16332 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16333
16334 * org.el (org-link-search-must-match-exact-headline): New option.
16335 (org-link-search-inhibit-query): New variable.
16336 (org-link-search): Search for exact headline match in Org files.
16337
16338 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16339
16340 * ob.el (org-babel-execute-src-block-maybe): Remove check for
16341 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
16342 function `org-babel-execute-safely-maybe'.
16343
16344 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16345
16346 * ob.el (org-babel-load-in-session): Set directory in case :dir
16347 arg is in effect.
16348
16349 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16350
16351 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
16352 errors when we're not under of a headline.
16353
16354 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16355
16356 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
16357 write delimited text instead of save -ascii
16358 (org-babel-octave-import-elisp-from-file): Specify that data
16359 written to file is tab-delimited.
16360
16361 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16362
16363 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
16364 tab-delimited.
16365
16366 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16367
16368 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
16369 specified.
16370
16371 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16372
16373 * ob-python.el (org-babel-python-table-or-string): Fix recognition
16374 of lists and tuples.
16375
16376 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16377
16378 * ob-octave.el (org-babel-octave-evaluate-external-process):
16379 Allow remote files.
16380
16381 2010-11-11 Juan Pechiar <pechiar@computer.org>
16382
16383 * ob-octave.el (org-babel-octave-evaluate-external-process):
16384 Use `org-babel-octave-import-elisp-from-file' instead of
16385 `org-babel-eval-read-file'.
16386 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
16387 and use '%s' as format specifier instead of '%S'.
16388
16389 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16390
16391 * ob-octave.el: Only (require 'matlab) when necessary.
16392 (org-babel-octave-initiate-session): (require) octave-inf or matlab
16393 as appropriate.
16394 (org-babel-execute:matlab): Remove (require).
16395 (org-babel-prep-session:matlab): Remove (require).
16396 (org-babel-matlab-initiate-session): Remove (require).
16397
16398 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16399
16400 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
16401 list.
16402
16403 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16404
16405 * ob-python.el (org-babel-python-table-or-string): Can now handle
16406 VERY long result lines.
16407
16408 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16409
16410 * org-latex.el (org-export-latex-tables): Add label if any.
16411
16412 * org-latex.el (org-export-latex-convert-table.el-table):
16413 Fix little mistake when inserting label.
16414
16415 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16416
16417 * org.el (org-cycle-internal-local): Remove an unnecessary call
16418 to `org-back-to-heading' that was preventing point to stay at its
16419 column when cycling visibility.
16420
16421 2010-11-11 Noorul Islam <noorul@noorul.com>
16422
16423 * org-capture.el (org-capture-finalize): Make messages consistent.
16424
16425 2010-11-11 Noorul Islam <noorul@noorul.com>
16426
16427 * org-gnus.el: Suppress compiler warning by declaring outside
16428 function nnimap-retrieve-headers-from-file.
16429
16430 2010-11-11 Noorul Islam <noorul@noorul.com>
16431
16432 * org-colview.el Use org-beamer-select-environment instead of
16433 org-beamer-set-environment-tag.
16434
16435 2010-11-11 Matt Lundin <mdl@imapmail.org>
16436
16437 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
16438 that the value of org-last-inserted-timestamp includes time range.
16439
16440 2010-11-11 David Maus <dmaus@ictsoc.de>
16441
16442 * org-wl.el (org-wl-store-link-message): Provide link property for
16443 message-id without angle brackets.
16444
16445 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16446
16447 * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
16448
16449 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16450
16451 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
16452 file ensuing that the latest changes on disk are represented.
16453
16454 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16455
16456 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
16457 arguments w/o quotes.
16458
16459 2010-11-11 Bernt Hansen <bernt@norang.ca>
16460
16461 * org-capture.el (org-capture-finalize): Fix clock in of
16462 interrupted task during capture finalize.
16463
16464 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16465
16466 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
16467 session output.
16468
16469 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16470
16471 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
16472 expression for matching main function.
16473
16474 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16475
16476 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
16477 regexp -- it wasn't matching lob lines w/o indices.
16478
16479 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16480
16481 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
16482 warning in org-exp.el.
16483
16484 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16485
16486 * org-publish.el (org-publish-file): Better error message if
16487 base-directory or publishing-directory are not defined.
16488
16489 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16490
16491 * org-colview.el (org-columns-display-here): Use overlays to
16492 overrule line prefix properties during column view.
16493
16494 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16495
16496 * org-agenda.el (org-agenda-filter-preset): Document the
16497 limitation for the filter preset - it can only be used for an
16498 entire agenda view, not in an individual block in a block agenda.
16499
16500 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16501
16502 * ob-table.el (sbe): Now able to accept range references from
16503 tables.
16504
16505 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16506
16507 * ob.el (org-babel-pick-name): If colnames or rownames contain a
16508 list of names, then use those directly.
16509
16510 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16511
16512 * org-exp.el (org-export-format-source-code-or-example):
16513 Escape underscores in code block names on latex listings export.
16514
16515 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16516
16517 * ob-tangle.el (org-babel-with-temp-filebuffer):
16518 Use find-file-noselect to avoid excess buffer movement.
16519
16520 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16521
16522 * org-html.el (org-html-should-inline-p): Only inline images if
16523 they should be.
16524
16525 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16526
16527 * org-id.el (org-id-store-link): Autoload.
16528
16529 * org.el ("org-id"): Autoload `org-id-store-link'.
16530
16531 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16532
16533 * org-html.el (org-html-should-inline-p): Only inline images if
16534 they should be.
16535
16536 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
16537
16538 * org-icalendar.el (org-icalendar-alarm-time): New option.
16539
16540 * org-icalendar.el (org-print-icalendar-entries): Timed events are
16541 exported with alarm events, a.k.a. reminders.
16542
16543 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16544
16545 * org-capture.el (org-capture-target-buffer): Throw an error if we
16546 have no target file.
16547 (org-capture-select-template): Use a default template if the user
16548 has not specified any.
16549
16550 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16551
16552 * org.el (org-modules): Add entry for org-velocity.
16553
16554 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16555
16556 * ob-lob.el (org-babel-lob-execute): Changing indentation to
16557 improve line length.
16558
16559 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16560
16561 * org-exp.el (org-export-handle-table-metalines): Choose a better
16562 position for checking protectedness.
16563
16564 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16565
16566 * org-table.el (org-table-convert-region): Don't continue csv
16567 importation which the point catches the end, this fixes an
16568 infinite loop which was caused by the (point) never catching up
16569 with the "end" marker.
16570
16571 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16572
16573 * org-macs.el (org-string-nw-p): New function.
16574
16575 * org-capture.el (org-capture-import-remember-templates):
16576 Interpret an empty string as request to use
16577 `org-default-notes-file'.
16578 (org-capture-target-buffer): If the FILE is not a (non-empty)
16579 string, use `org-default-notes-file'.
16580
16581 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16582
16583 * org-capture.el (org-capture-templates): Fix customize type.
16584
16585 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
16586
16587 * org.el (org-refile-targets):
16588 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
16589
16590 2010-08-19 Glenn Morris <rgm@gnu.org>
16591
16592 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
16593 (org-save-outline-visibility): Move to org-macs.
16594 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
16595 (org-save-outline-visibility): Move here from org.el.
16596 (show-all): Autoload it.
16597 * ob.el: Don't require org when compiling.
16598
16599 2010-08-18 Glenn Morris <rgm@gnu.org>
16600
16601 * ob.el: Require org when compiling.
16602 (org-save-outline-visibility): Remove macro declaration.
16603 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
16604 Remove unnecessary/macro declarations.
16605 * org-docview.el: Require doc-view when compiling.
16606 (doc-view-goto-page): Autoload rather than declaring.
16607 (doc-view-current-page): Remove macro declaration.
16608
16609 2010-08-17 Glenn Morris <rgm@gnu.org>
16610
16611 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
16612 (org-entry-get, org-table-import): Fix declarations.
16613 (org-match-string-no-properties): Remove unnecessary declaration.
16614 * ob-sh.el (org-babel-comint-in-buffer)
16615 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
16616 (org-babel-comint-with-output): Remove unnecessary declarations.
16617 * ob-R.el (orgtbl-to-tsv): Fix declaration.
16618 * org-list.el (org-entry-get): Fix declaration.
16619
16620 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16621
16622 * ob-C.el: New file.
16623 * ob-R.el: New file.
16624 * ob-asymptote.el: New file.
16625 * ob-clojure.el: New file.
16626 * ob-comint.el: New file.
16627 * ob-css.el: New file.
16628 * ob-ditaa.el: New file.
16629 * ob-dot.el: New file.
16630 * ob-emacs-lisp.el: New file.
16631 * ob-eval.el: New file.
16632 * ob-exp.el: New file.
16633 * ob-gnuplot.el: New file.
16634 * ob-haskell.el: New file.
16635 * ob-keys.el: New file.
16636 * ob-latex.el: New file.
16637 * ob-lob.el: New file.
16638 * ob-matlab.el: New file.
16639 * ob-mscgen.el: New file.
16640 * ob-ocaml.el: New file.
16641 * ob-octave.el: New file.
16642 * ob-perl.el: New file.
16643 * ob-python.el: New file.
16644 * ob-ref.el: New file.
16645 * ob-ruby.el: New file.
16646 * ob-sass.el: New file.
16647 * ob-screen.el: New file.
16648 * ob-sh.el: New file.
16649 * ob-sql.el: New file.
16650 * ob-sqlite.el: New file.
16651 * ob-table.el: New file.
16652 * ob-tangle.el: New file.
16653 * ob.el: New file.
16654
16655 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16656
16657 * org-mks.el: New file.
16658 * org-capture.el: New file.
16659
16660 2010-07-19 Christian Egli <christian.egli@sbszh.ch>
16661
16662 * org-taskjuggler.el: New file.
16663
16664 2010-07-19 Matt Lundin <mdl@imapmail.org>
16665
16666 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
16667 in org-agenda-text-search-extra-files.
16668
16669 2010-07-19 David Maus <dmaus@ictsoc.de>
16670
16671 * org-list.el (org-list-send-list): Locally bind variable `txt'.
16672
16673 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16674
16675 * org.el (org-reload): Now also reloading babel files.
16676
16677 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16678
16679 * org-capture.el (org-capture-set-plist): Make sure txt is a string
16680 before calling `string-match'.
16681 (org-capture-templates): Fix customization type.
16682
16683 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16684
16685 * org-latex.el (org-export-latex-preprocess): Make a special case
16686 for \nbsp.
16687 (org-latex-entities): Remove the entry for \nbsp.
16688 (org-latex-entities-exceptions): Variable removed.
16689
16690 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16691
16692 * org-capture.el (org-capture-refile): Do not try to manipulate
16693 bookmark list.
16694
16695 * org.el (org-refile): Use the correct bookmark here.
16696
16697 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16698
16699 * org-list.el (org-list-send-list): Parse list from its true beginning.
16700
16701 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
16702
16703 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16704
16705 * org.el (org-insert-link): Correctly determine if we should use
16706 a relative path.
16707
16708 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
16709
16710 * org-list.el (org-list-radio-list-templates): Fix templates.
16711
16712 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
16713
16714 * org-list.el (org-list-send-list): Regexp defining the start of
16715 a radio list is now on par with the one used for radio tables.
16716
16717 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16718
16719 * org-entities.el (org-entities-help): Add a headline for
16720 the user-defined entities.
16721
16722 2010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
16723
16724 * org-agenda.el (org-agenda-action): Document capture key and add it
16725 to the prompt.
16726
16727 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16728
16729 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
16730
16731 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16732
16733 * org-latex.el (org-export-latex-first-lines): Do not mark
16734 meta lines for removal. Do not remove BABEL config lines during export.
16735
16736 2010-07-19 David Maus <dmaus@ictsoc.de>
16737
16738 * org-capture.el (org-capture): Check if
16739 `org-capture-link-is-already-stored' is bound before evaluating.
16740
16741 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16742
16743 * org.el: Add autoload for org-babel-do-load-languages.
16744
16745 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16746
16747 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
16748
16749 2010-07-19 David Maus <dmaus@ictsoc.de>
16750
16751 * org-feed.el: Change indentation to match coding style
16752 guideline.
16753
16754 2010-07-19 David Maus <dmaus@ictsoc.de>
16755
16756 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
16757 library if necessary.
16758
16759 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16760
16761 * org-beamer.el (org-beamer-amend-header): Standardize the
16762 header cookie for the beamer extra stuff.
16763
16764 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16765
16766 * org-beamer.el (org-beamer-amend-header): Put extra header
16767 last in header.
16768
16769 2010-07-19 David Maus <dmaus@ictsoc.de>
16770
16771 * org-exp-blocks.el (org-export-blocks-format-ditaa)
16772 (org-export-blocks-format-dot): Remove text properties of body before
16773 calculating cache hash.
16774
16775 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16776
16777 * org-latex.el (org-export-latex-tabular-environment): New option.
16778 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
16779
16780 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16781
16782 * org-compat.el (org-version-check): New function.
16783
16784 * org-indent.el (org-indent-mode): Check for exact emacs version.
16785
16786 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16787
16788 * org-capture.el (org-capture-templates): Allow the template
16789 to come from a file or function call.
16790 (org-capture-place-entry): Get the template from file or function.
16791
16792 2010-07-19 David Maus <dmaus@ictsoc.de>
16793
16794 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
16795 position if target is entire file.
16796
16797 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16798
16799 * org.el (org-autoload): Autoload a few more org-table functions.
16800
16801 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16802
16803 * org.el (org-babel-load-languages): Add ob-mscgen.
16804
16805 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16806
16807 * org-latex.el (org-export-latex-tables): Format string now
16808 matches options.
16809
16810 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16811
16812 * org.el (org-babel-load-languages): This variable controls which
16813 languages will be loaded by org-babel. It is customizable through
16814 the customize interface.
16815
16816 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16817
16818 * org-latex.el (org-export-latex-format-image): Update number of
16819 arguments to allow for an optional short-name.
16820
16821 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16822
16823 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
16824
16825 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16826
16827 * org-capture.el (org-capture-set-target-location):
16828 Store exact positions for file+regexp and file+function targets.
16829 (org-capture-place-entry, org-capture-place-item)
16830 (org-capture-place-table-line, org-capture-place-plain-text):
16831 Respect exact positions.
16832 (org-capture-finalize): Make sure we are at the beginning of a line
16833 when fixing the empty lines after the entry.
16834
16835 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16836
16837 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
16838 (org-entry-get): Pass `literal-nil' into
16839 `org-entry-get-with-inheritance'.
16840 (org-todo): React to nil values of the LOGGING property.
16841
16842 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16843
16844 * org.el (org-default-notes-file): Update docstring.
16845
16846 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16847
16848 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
16849
16850 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16851
16852 * org-exp.el (org-export-attach-captions-and-attributes):
16853 Add a shortname attribute to caption strings under the symbol name
16854 org-caption-shortn.
16855
16856 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16857
16858 * org.el (org-switchb): Rename from `org-iswitchb'.
16859 Improve docstring.
16860 (org-iswitchb): New alias.
16861 (org-ido-switchb): Make alias point to `org-switchb'.
16862
16863 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16864
16865 * org-capture.el (org-capture-fill-template):
16866 Respect time-of-day preference in template prompt.
16867
16868 2010-07-19 David Maus <dmaus@ictsoc.de>
16869
16870 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
16871
16872 2010-07-19 David Maus <dmaus@ictsoc.de>
16873
16874 * org-wl.el (org-wl-disable-folder-check): New customization
16875 variable.
16876 (org-wl-open): Disable folder check depending on
16877 `org-wl-disable-folder-check'.
16878
16879 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16880
16881 * org-capture.el (org-capture-set-target-location):
16882 Fix file+function interpretation.
16883
16884 2010-07-19 David Maus <dmaus@ictsoc.de>
16885
16886 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
16887 content.
16888
16889 2010-07-19 David Maus <dmaus@ictsoc.de>
16890
16891 * org-feed.el (xml-entity-alist): Declare variable
16892 `xml-entity-alist' for byte compiler.
16893
16894 2010-07-19 David Maus <dmaus@ictsoc.de>
16895
16896 * org-feed.el (org-feed-unescape): New function.
16897 Unescape protected entities.
16898 (org-feed-parse-atom-entry): Use function for atom:content
16899 type text and html.
16900
16901 2010-07-19 David Maus <dmaus@ictsoc.de>
16902
16903 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
16904 element names.
16905
16906 2010-07-19 Bernt Hansen <bernt@norang.ca>
16907
16908 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
16909 when displaying items on todays agenda date.
16910
16911 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16912
16913 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
16914 value of EXTRA.
16915
16916 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16917
16918 * org-publish.el (org-publish-initialize-cache):
16919 Make timestamp directory, the entire path to it.
16920
16921 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16922
16923 * org-exp.el (org-export-handle-comments): Make sure to check
16924 for protection in the comment line, and not in the line after it.
16925
16926 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16927
16928 * org-html.el (org-export-html-preprocess): Call org-format-latex,
16929 possibly with a protect-only argument.
16930
16931 * org.el (org-format-latex): New argument PROTECT-ONLY.
16932
16933 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16934
16935 * org-exp.el (org-export-handle-table-metalines): This function
16936 removes table specific meta-lines, now that we aren't wiping
16937 everything that looks remotely like a comment at the end of the
16938 export process we have to be sure to catch all of the specific lines
16939 in org-exp.el.
16940
16941 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
16942
16943 * org-exp.el (org-export-select-backend-specific-text): Properly
16944 get rid of #+Backend and #+ATTR_Backend specifics to backends not
16945 matching the one we're exporting to.
16946
16947 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16948
16949 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
16950 option which will strip newline characters from the text of table
16951 cells and replace then with "\n".
16952
16953 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16954
16955 * org.el (org-confirm-shell-link-function)
16956 (org-confirm-elisp-link-function): Limit the values that can be set by
16957 file variables.
16958
16959 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16960
16961 * org.el (org-compute-latex-and-specials-regexp): Deal with
16962 string elements by discarding them.
16963
16964 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16965
16966 * org.el (org-iswitchb): Make sure to use at least iswitchb.
16967
16968 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16969
16970 * org-capture.el (org-capture-position-for-last-stored)
16971 (org-capture-bookmark-last-stored-position): New functions.
16972 (org-capture-place-table-line): Better error catching.
16973 (org-capture-place-item, org-capture-place-entry)
16974 (org-capture-place-plain-text):
16975 Call `org-capture-position-for-last-stored'.
16976 (org-capture-finalize): Just call
16977 `org-capture-bookmark-last-stored-position'.
16978
16979 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16980
16981 * org-exp.el (org-export-mark-blockquote-verse-center):
16982 Fix small bug, now grabbing match data before overwritten by looking-at
16983 this fixes a problem with remainders of #+end_quote lines appearing
16984 in exported output.
16985
16986 2010-07-19 David Maus <dmaus@ictsoc.de>
16987
16988 * org.el (org-link-frame-setup): Add customization option for
16989 Wanderlust.
16990
16991 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16992
16993 * org-latex.el (org-export-latex-fixed-width): Now check
16994 org-example rather than org-protected on verbatim export, because by
16995 default all ": " prefixed lines are marked protected.
16996
16997 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16998
16999 * org-latex.el (org-export-latex-fixed-width): Check for
17000 protection before wrapping ": " lines as verbatim.
17001
17002 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17003
17004 * org-exp.el (org-export-handle-comments): Check for protection
17005 before removing comments.
17006
17007 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17008
17009 * org-entities.el (org-entities): Restructure the list.
17010 (org-entities-help): Turn the help output into a buffer
17011 in Org-mode, so that it becomes easier to find a symbol
17012 in the structure.
17013 (org-entities-create-table): Deal with new structure.
17014
17015 2010-07-19 David Maus <dmaus@ictsoc.de>
17016
17017 * org-agenda.el (org-write-agenda): Use backquotes to expand
17018 `flet' at compile time.
17019
17020 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17021
17022 * org.el (org-entry-properties): Make sure that standard property
17023 names are used even if the user has customized time keywords.
17024
17025 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17026
17027 * org-macs.el (org-not-nil): Return the value if not interpreted
17028 as nil.
17029
17030 * org.el (org-entry-get)
17031 (org-entry-get-with-inheritance): Interpret the value "nil"
17032 as nil for properties.
17033
17034 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17035
17036 * org.el (org-switch-to-buffer-other-window): Return the buffer.
17037
17038 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17039
17040 * org-macs.el (org-not-nil): New function.
17041
17042 * org.el (org-block-todo-from-children-or-siblings-or-parent):
17043 Use `org-not-nil' to interpret a property value of nil.
17044
17045 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17046
17047 * org.el (org-truely-invisible-p): New function.
17048 (org-beginning-of-line): Use `org-truely-invisible-p'.
17049
17050 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17051
17052 * org-agenda.el (org-agenda-get-timestamps): No errors
17053 while getting TODO state.
17054 (org-agenda-highlight-todo): No error when no keyword has
17055 been matched.
17056
17057 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17058
17059 * org.el (org-timestamp-change): New optional argument UPDOWN.
17060 Use this to identify calls from org-timestamp-up/down, so that we can
17061 skip by rounding minutes in this case.
17062 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
17063 (org-timestamp-down-day): Call org-timestamp-change with the
17064 updown argument.
17065
17066 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17067
17068 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
17069
17070 * org-capture.el: New file.
17071
17072 * org-compat.el (org-get-x-clipboard): Function moved here from
17073 remember.el.
17074
17075 * org-mks.el: New file.
17076
17077 * org.el (org-set-regexps-and-options): Allow statistic cookies as
17078 part of complex headlines.
17079 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
17080 OLP does not contain a file name.
17081
17082 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17083
17084 * org.el (org-mode): Set `comment-start' instead of changing the
17085 syntax of the `#' character.
17086
17087 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17088
17089 * org-exp.el (org-export-format-source-code-or-example): Mark examples
17090 by a property.
17091
17092 * org-html.el (org-export-html-close-lists-maybe): Check if raw
17093 HTML stuff was actually made from an example.
17094
17095 2010-07-19 Bastien Guerry <bzg@gnu.org>
17096
17097 * org-latex.el: Items are no longer skipped when their first line
17098 ends on a protected element.
17099
17100 * org-list.el: Protected environments looking like lists are not
17101 exported anymore.
17102
17103 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17104
17105 * org-exp-blocks.el (org-export-blocks-preprocess):
17106 Cleanup trailing newline after block.
17107
17108 2010-07-19 Bastien Guerry <bzg@gnu.org>
17109
17110 * org-exp.el: Comment regexp now matches documentation. No more
17111 protection check when deleting comments before export.
17112
17113 2010-07-19 Bastien Guerry <bzg@gnu.org>
17114
17115 * org-exp.el (org-export-preprocess-string):
17116 Now using `org-export-handle-include-files-recurse' to resolve
17117 included files.
17118
17119 2010-07-19 Bastien Guerry <bzg@gnu.org>
17120
17121 * org-agenda.el (org-agenda-get-deadlines)
17122 (org-agenda-get-scheduled):
17123 * org.el (org-time-string-to-seconds):
17124 For deadline and scheduled agenda display ignore the cyclic repeater
17125 when calculating how many days late the task is. If you have a weekly
17126 task and miss the date the agenda view will show more than a week late
17127 now instead of resetting on the cyclic repeating date. This makes it
17128 much more obvious when you missed a repeating task after the repeater.
17129
17130 2010-07-19 Bastien Guerry <bzg@gnu.org>
17131
17132 * org-exp.el (org-export-mark-blockquote-verse-center):
17133 Consider environments that end at eob.
17134
17135 2010-07-19 Mikael Fornius <mfo@abc.se>
17136
17137 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
17138 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
17139 display correctly.
17140
17141 2010-07-19 Mikael Fornius <mfo@abc.se>
17142
17143 * org.el (org-at-property-p): Use save-match-data macro instead of let.
17144
17145 2010-07-19 Mikael Fornius <mfo@abc.se>
17146
17147 * org.el (test): Remove unused test function.
17148
17149 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17150
17151 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
17152
17153 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17154
17155 * org-exp-blocks.el (org-export-blocks-postblock-hook):
17156 Add documentation to and turn into a defcustom.
17157
17158 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17159
17160 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
17161 instead of to nil we avoid errors when :prefix1 is defined, but
17162 prefix is not.
17163
17164 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
17165
17166 * org-latex.el (org-export-latex-preprocess): Environments coming
17167 from latex backend specific instructions (#+LaTeX) are already
17168 protected and won't be treated as normal environments.
17169
17170 2010-07-19 Bastien Guerry <bzg@gnu.org>
17171
17172 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
17173
17174 2010-07-19 Bastien Guerry <bzg@gnu.org>
17175
17176 * org-timer.el (org-timer-set-timer): Use a prefix argument.
17177 See the docstring of the function.
17178
17179 2010-07-19 Bastien Guerry <bzg@gnu.org>
17180
17181 * org-timer.el (org-timer-set-timer): Fix bug about canceling
17182 timers.
17183
17184 2010-07-19 David Maus <dmaus@ictsoc.de>
17185
17186 * org-w3m.el (org-w3m-copy-for-org-mode)
17187 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
17188 Get text property directly, not using macro `w3m-anchor'.
17189
17190 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17191
17192 * org.el (org-emph-re): Document the match groups.
17193
17194 2010-07-19 Bernt Hansen <bernt@norang.ca>
17195
17196 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
17197 t before calling `org-clock-out', so that that function can
17198 know its call context.
17199
17200 2010-07-19 Bastien Guerry <bzg@gnu.org>
17201
17202 * org-timer.el (org-timer-default-timer): New variable.
17203 (org-timer-set-timer): Use the new variable. Also offer the
17204 possibility to replace the current timer by a new one.
17205
17206 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17207
17208 * org.el (org-kill-note-or-show-branches): Hide subtree before
17209 exposing the headings.
17210
17211 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17212
17213 * org.el (org-add-planning-info): Remove the empty line also
17214 if there is no whitespace at all in there.
17215
17216 * org-table.el (org-table-align): Fix alignment of strings
17217 with invisible characters.
17218
17219 2010-07-19 David Maus <dmaus@ictsoc.de>
17220
17221 * org.el (org-refile-cache-get): Return empty list of targets
17222 when cache was cleared.
17223 (org-clone-subtree-with-time-shift): Maybe create ID property
17224 in cloned subtrees.
17225 (org-clone-delete-id): New customization variable.
17226 (org-clone-subtree-with-time-shift): Use customization
17227 variable `org-clone-delete-id'.
17228 (org-clone-subtree-with-time-shift): Remove empty property
17229 drawer in cloned subtrees.
17230
17231 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17232
17233 * org.el (org-refile-use-cache): New option.
17234 (org-refile-cache, org-refile-markers): New variable.
17235 (org-refile-marker, org-refile-cache-clear)
17236 (org-refile-cache-check-set, org-refile-cache-put)
17237 (org-refile-cache-get): New function.
17238 (org-get-refile-targets): Use the refile cache.
17239
17240 * org-clock.el (org-clock-sum): Don't include running clock if
17241 the time block is wrong.
17242
17243 2010-07-19 John Wiegley <jwiegley@gmail.com>
17244
17245 * org-clock.el (org-clock-clock-in, org-clock-in):
17246 Add parameter `start-time'.
17247 (org-clock-resolve-clock): Add parameter `clock-out-time'.
17248 If set, and resolve-to is a past time, then the clock out
17249 event occurs at `clock-out-time' rather than at `resolve-to'.
17250 In this case, `resolve-to' becomes the clock in time.
17251 (org-clock-jump-to-current-clock): Create new global command
17252 to reveal the current clock.
17253 (org-clock-resolve): Add new commands g/G and j/J, and a
17254 help window describing all commands and their meaning.
17255 (org-clock-resolve-expert): New customization variable.
17256 (org-find-open-clocks): Fix a bug that caused discovered
17257 clocks not to match up with the currently active clock.
17258 (org-resolve-clocks): Change the argument
17259 `also-non-dangling-p' to `only-dangling-p', since due to a bug
17260 this was the default behavior all along.
17261
17262 2010-07-19 David Maus <dmaus@ictsoc.de>
17263
17264 * org-id.el (org-id-uuid): New function. Return string with
17265 random (version 4) UUID.
17266 (org-id-method): Make 'uuid the new default value.
17267 (org-id-new): Use `org-id-uuid' if call to uuidgen program
17268 does not return a UUID.
17269
17270 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17271
17272 * org-latex.el (org-export-latex-format-image): Add support
17273 for multicolumn figures in LaTeX.
17274
17275 2010-07-19 David Maus <dmaus@ictsoc.de>
17276
17277 * org.el (org-clone-subtree-with-time-shift): Remove ID
17278 property of original subtree in cloned subtrees.
17279
17280 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17281
17282 * org-exp.el (org-export-format-source-code-or-example):
17283 XEmacs compatibility.
17284
17285 * org-latex.el (org-export-latex-tables): Accept comma in
17286 align string.
17287
17288 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
17289 (org-export-docbook-xslt-proc-command): Fix docstring.
17290 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
17291 (org-export-as-docbook-pdf):
17292 Improve formatting of the xslt command.
17293
17294 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
17295
17296 * org.el (org-file-contents): Improve error message.
17297 (org-set-regexps-and-options): Remove spaces at both ends.
17298
17299 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17300
17301 * org-docbook.el (org-export-as-docbook-pdf):
17302 Improve formatting of the xslt command.
17303
17304 2010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
17305
17306 * org-publish.el (org-publish-cache): Use one big hashmap for
17307 each project defined in `org-publish-project-alist'.
17308 (initialize-files-alist): Function removed.
17309 (org-publish-validate-link): Function removed.
17310 (org-publish-get-base-files): Add variable `sitemap-requested'
17311 to avoid sorting where possible.
17312 (org-publish-get-files): Function removed.
17313 (org-publish-get-project-from-filename): Make independent of
17314 file list.
17315 (org-publish-file): New argument NO-CACHE.
17316
17317 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17318
17319 * org.el (org-beginning-of-defun, org-end-of-defun):
17320 New functions.
17321 (org-mode): Install the `org-beginning-of-defun' and
17322 `org-end-of-defun' functions.
17323 (org-pretty-entities): New option.
17324 (org-toggle-pretty-entities): New command.
17325 (org-fontify-entities): New function.
17326 (org-startup-options): New keywords for pretty entities.
17327 (org-set-font-lock-defaults): Call the pretty entities
17328 function.
17329
17330 * org-latex.el (org-export-latex-keywords-maybe): Protect the
17331 TODO markup.
17332
17333 2010-07-19 Mikael Fornius <mfo@abc.se>
17334
17335 * org-habit.el (org-habit-build-graph): Help-echo date when
17336 mouse is over stars.
17337
17338 2010-07-19 Jan Böker <jan.boecker@jboecker.de>
17339
17340 * org.el (org-file-apps): Improve docstring to reflect
17341 grouping matches.
17342
17343 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17344
17345 * org.el (org-set-startup-visibility): Fix empty line display.
17346
17347 * org-latex.el (org-export-latex-links): Use the formatting
17348 function of the link type, if it is available.
17349
17350 * org-table.el (org-table-get-remote-range): Return to
17351 original buffer when retrieving remote reference.
17352
17353 * org.el (org-display-inline-images): Do the entire buffer,
17354 not just the narrowed region. Clear the cache.
17355 (org-display-inline-images): Match mode file paths.
17356
17357 2010-07-19 David Maus <dmaus@ictsoc.de>
17358
17359 * org-wl.el (org-wl-store-link-folder): Don't throw error when
17360 called on WL folder group.
17361
17362 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17363
17364 * org.el (org-replace-escapes): Make sure the cdr is not nil.
17365 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
17366 (org-mode): Revert comment syntax changes.
17367
17368 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17369
17370 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
17371 keywords, and `C-c / T' for a specific one.
17372
17373 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17374
17375 * org.el (org-mode): Fix comment syntax settings.
17376
17377 * org-src.el (org-edit-src-allow-write-back-p):
17378 Define variable.
17379
17380 * org.el (org-inline-image-overlays): New variable.
17381 (org-toggle-inline-images, org-display-inline-images)
17382 (org-remove-inline-images): New commands.
17383 (org-mode-map): Define a key for `org-toggle-inline-images'.
17384
17385 2010-07-19 David Maus <dmaus@ictsoc.de>
17386
17387 * org-wl.el (org-wl-message-field): New function.
17388 Return content of header field in message entity.
17389 (org-wl-store-link): Call `org-wl-store-link-folder' or
17390 `org-wl-store-link-message' depending on major-mode.
17391 (org-wl-store-link-folder): New function. Store link to
17392 Wanderlust folder.
17393 (org-wl-store-link-message): New function. Store link to
17394 Wanderlust message.
17395 (org-wl-store-link-message): Store link to message while
17396 visiting message.
17397 (org-wl-open): Don't try to jump to message when opening a
17398 folder link.
17399
17400 2010-07-19 David Maus <dmaus@ictsoc.de>
17401
17402 * org.el (org-replace-escapes): Avoid infinite loop when
17403 replace string contains escape sequence it replaces.
17404
17405 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17406
17407 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
17408 encryption when now key is set.
17409
17410 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17411
17412 * org-table.el (org-table-recalculate-buffer-tables)
17413 (org-table-iterate-buffer-tables): New commands.
17414
17415 * org.el (org-check-for-hidden): When there is a region, skip
17416 the check.
17417
17418 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
17419
17420 * org-src.el (org-edit-src-code): allow-write-back-p had
17421 erroneously been omitted from let binding.
17422
17423 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17424
17425 * org-agenda.el (org-sorting-choice): New sorting type alpha.
17426 (org-cmp-alpha): New defsubst.
17427 (org-em): New defsubst.
17428 (org-entries-lessp): Only compute needed comparisons.
17429
17430 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17431
17432 * org-html.el (org-format-org-table-html): Test all columns
17433 for number content.
17434
17435 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17436
17437 * org-latex.el (org-export-latex-treat-sub-super-char):
17438 Make sure parenthesis matching is consistent.
17439
17440 * org-table.el (org-table-colgroup-line-p)
17441 (org-table-cookie-line-p): New functions.
17442
17443 * org-exp.el (org-table-clean-before-export): Better tests for
17444 colgroup and cookie lines.
17445
17446 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17447
17448 * org-agenda.el (org-agenda-goto): Push a mark before changing
17449 the position.
17450
17451 * org-footnote.el (org-footnote): New group.
17452 (org-footnote-section)
17453 (org-footnote-tag-for-non-org-mode-files): Fix typos.
17454
17455 * org-list.el (org-end-of-item-text-before-children): Also do
17456 the right thing at the end of a file.
17457
17458 * org.el (org-set-packages-alist, org-get-packages-alist):
17459 New function.
17460 (org-export-latex-default-packages-alist)
17461 (org-export-latex-packages-alist): Add extra flag to
17462 each package, indicating if it should be used for snippets.
17463 (org-create-formula-image): Add the snippet argument.
17464 (org-splice-latex-header): New argument SNIPPET-P, pass it
17465 through to `org-latex-packages-to-string'.
17466 (org-latex-packages-to-string): New argument SNIPPET-P.
17467
17468 * org-latex.el (org-export-latex-make-header): Add the snippet
17469 argument.
17470
17471 * org-docbook.el (org-export-as-docbook): Implement ordered
17472 lists starting at some offset.
17473
17474 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17475
17476 * org.el (org-link-types, org-open-at-point): Add doi links.
17477
17478 * org-ascii.el (org-export-ascii-preprocess): Remove list
17479 startcounter cookies.
17480
17481 * org-list.el (org-renumber-ordered-list): Respect counter
17482 start values.
17483
17484 * org-latex.el (org-export-latex-lists): Accept ordered list
17485 item offset cookie.
17486
17487 * org-html.el (org-export-as-html): Accept ordered list
17488 item offset cookie.
17489
17490 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
17491 which messes up alignment of tags.
17492
17493 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17494
17495 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
17496 the modeline display is removed.
17497
17498 * org-exp.el (org-export-format-drawer-function):
17499 Fix docstring.
17500
17501 * org-agenda.el (org-agenda-refile): New optional argument
17502 NO-UPDATE.
17503 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
17504 is set.
17505 (org-agenda-bulk-action): Call the refile command with updates
17506 suppressed - but arrange for `org-agenda-redo' to be called at
17507 the end.
17508
17509 * org.el (org-mode): Make table mapping quiet.
17510 (org-table-map-tables): New optional argument QUIETLY.
17511
17512 * org-ascii.el (org-export-ascii-preprocess): Make table
17513 mapping quiet.
17514
17515 * org-html.el (org-export-as-html, org-html-level-start):
17516 Change XHTML IDs to not use dots.
17517
17518 * org-exp.el (org-export-define-heading-targets):
17519 Change XHTML IDs to not use dots.
17520
17521 * org-docbook.el (org-export-docbook-level-start):
17522 Change XHTML IDs to not use dots.
17523
17524 * org-latex.el (org-export-as-latex): Make sure that the
17525 result buffer is in latex-mode.
17526
17527 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
17528 (org-shiftleft-final-hook, org-shiftright-final-hook):
17529 New hooks.
17530
17531 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17532
17533 * org-table.el (org-table-justify-field-maybe): Make sure that
17534 inserting a value does not turn a line into a hline.
17535
17536 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17537
17538 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
17539 (org-clock-sum): Add property to selected headlines.
17540 (org-dblock-write:clocktable): Make tags matcher.
17541
17542 * org.el (org-set-autofill-regexps): XEmacs compatibility.
17543
17544 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
17545 in latex class definitions.
17546
17547 * org.el (org-shiftup-hook, org-shiftdown-hook)
17548 (org-shiftleft-hook, org-shiftright-hook): New hooks.
17549
17550 * org-entities.el (org-entities): Use \land and \lor for logical
17551 operators.
17552
17553 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
17554 indentation commands.
17555 (org-hidden-tree-error): New defsubst.
17556 (org-metaleft, org-metaright): Check for hidden stuff and throw an
17557 error.
17558 (org-check-for-hidden): New function.
17559
17560 * org-list.el (org-item-re): New function.
17561 (org-at-item-p): Use `org-item-re'.
17562 (org-end-of-item-text-before-children): New function.
17563 (org-outdent-item, org-indent-item): Arrange for leaving the
17564 subtree alone.
17565 (org-outdent-item-tree, org-indent-item-tree): New argument
17566 NO-SUBTREE.
17567 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
17568 to find the end for processing while ignoring the subtree.
17569
17570 * org-publish.el (org-publish-sitemap-sort-alphabetically)
17571 (org-publish-sitemap-sort-folders)
17572 (org-publish-sitemap-sort-ignore-case): New options.
17573
17574 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17575
17576 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
17577
17578 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
17579
17580 * org-publish.el (org-publish-project-alist): Update docstring.
17581 (org-publish-file-title-cache): New variable.
17582 (org-publish-initialize-files-alist):
17583 Initialize `org-publish-initialize-files-alist' to nil.
17584 (org-publish-sort-directory-files): New function.
17585 (org-publish-projects): Access the new properties.
17586 (org-publish-find-title): Use the file title cache.
17587 (org-publish-find-title): Build the file title cache.
17588 (org-publish-get-base-files-1): Sort files.
17589 (org-publish-aux-preprocess): Do not throw an error when before
17590 the first headline. Allow an empty target, meaning to link just
17591 to the file.
17592 (org-publish-index-generate-theindex.inc): Check if there is
17593 actually a target and only then add it to the link.
17594 (org-publish-projects): Fix a remaining issue with the last commit.
17595
17596 * org-html.el (org-export-as-html): Treat verse as open/close
17597 paragraph.
17598 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
17599 and out of lists.
17600
17601 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
17602
17603 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
17604 be used in a read-only mode.
17605 (org-edit-src-code): Different message in read-only mode.
17606
17607 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17608
17609 * org-src.el (org-edit-src-find-region-and-lang): Test for
17610 table.el as late as possible.
17611
17612 * org-colview.el: Make sure this file is never loaded into XEmacs.
17613
17614 * org-agenda.el (org-highlight, org-unhighlight): Use direct
17615 overlay calls.
17616
17617 * org.el (org-key): Apply the translations defined in
17618 `org-xemacs-key-equivalents'.
17619
17620 * org-mouse.el (org-mode-hook): Use `org-defkey'.
17621
17622 * org-compat.el (org-xemacs-key-equivalents): New constant.
17623
17624 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17625
17626 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
17627 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
17628 Obey `org-odd-levels-only'.
17629
17630 * org-compat.el (org-find-overlays): Use overlays-in/at.
17631
17632 * org.el (org-remove-empty-overlays-at)
17633 (org-outline-overlay-data, org-hide-block-toggle)
17634 (org-format-latex, org-context): Use overlays-in/at.
17635
17636 * org-src.el (org-edit-src-exit): Use overlays-in/at.
17637
17638 * org-agenda.el (org-agenda-mark-clocking-task)
17639 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
17640 (org-agenda-entry-text-hide)
17641 (org-agenda-fix-tags-filter-overlays-at)
17642 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
17643
17644 * org-compat.el (org-overlays-at): Function removed.
17645 (org-overlays-in): Function removed.
17646
17647 2010-07-19 Bastien Guerry <bzg@gnu.org>
17648
17649 * org-clock.el (org-clock-set-current): Just return the headline
17650 itself, strip the TODO keyword, the priority cookie and the tags.
17651
17652 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17653
17654 * org-compat.el (org-xemacs-without-invisibility): New macro.
17655 (org-xemacs-without-invisibility): New macro.
17656 (org-indent-to-column, org-indent-line-to, org-move-to-column):
17657 Redefine using the macro `org-xemacs-without-invisibility'.
17658
17659 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
17660
17661 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
17662
17663 * org-compat.el (org-make-overlay, org-delete-overlay)
17664 (org-overlay-start, org-overlay-end, org-overlay-put)
17665 (org-overlay-get, org-overlay-move, org-overlay-buffer):
17666 Functions removed.
17667 (org-add-to-invisibility-spec): Function removed.
17668
17669 * org-html.el (org-export-as-html-and-open): Add argument to
17670 kill-buffer.
17671
17672 * org-habit.el (require): `calendar' is now required already by
17673 org.el on top level.
17674
17675 * org-clock.el (require): `calendar' is now required already by
17676 org.el on top level.
17677
17678 * org-agenda.el (require, org-timeline, org-agenda-list)
17679 (org-todo-list, org-agenda-to-appt): `calendar' is now required
17680 already by org.el on top level.
17681
17682 * org.el (org-export-latex-fix-inputenc): Declare function.
17683
17684 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
17685 variables.
17686
17687 * org.el (calendar): Require calendar now on top level in org.el
17688 and define aliases to new variables when needed.
17689 (org-read-date, org-goto-calendar): Do not bind obsolete
17690 variables.
17691
17692 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
17693 compilation warning, add comment that this cannot be done with
17694 `with-current-buffer'.
17695
17696 * org-wl.el (org-wl-open): Use `with-current-buffer'.
17697
17698 * org.el (overlay, org-remove-empty-overlays-at)
17699 (org-outline-overlay-data, org-set-outline-overlay-data)
17700 (org-show-block-all, org-hide-block-toggle)
17701 (org-highlight-new-match, org-remove-occur-highlights)
17702 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
17703 (org-read-date, org-read-date-display, org-eval-in-calendar)
17704 (org-format-latex, org-context)
17705 (org-speedbar-restriction-lock-overlay)
17706 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
17707
17708 * org-table.el (org-table-add-rectangle-overlay)
17709 (org-table-remove-rectangle-highlight)
17710 (org-table-overlay-coordinates)
17711 (org-table-toggle-coordinate-overlays): Use the normal overlay
17712 API.
17713
17714 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
17715 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
17716 normal overlay API.
17717
17718 * org-colview.el (org-columns-new-overlay)
17719 (org-columns-display-here, org-columns-remove-overlays)
17720 (org-columns-edit-value, org-columns-next-allowed-value)
17721 (org-columns-update): Use the normal overlay API.
17722
17723 * org-clock.el (org-clock-out, org-clock-cancel)
17724 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
17725 overlay API.
17726
17727 * org-agenda.el (org-agenda-mark-filtered-text)
17728 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
17729 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
17730 (org-agenda-entry-text-hide)
17731 (org-agenda-restriction-lock-overlay)
17732 (org-agenda-set-restriction-lock)
17733 (org-agenda-filter-by-tag-hide-line)
17734 (org-agenda-fix-tags-filter-overlays-at)
17735 (org-agenda-filter-by-tag-show-all, org-hl)
17736 (org-agenda-goto-calendar, org-agenda-bulk-mark)
17737 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
17738
17739 * org-freemind.el (org-freemind-from-org-mode-node)
17740 (org-freemind-from-org-mode)
17741 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
17742 Use interactive-p instead of called-interactively, because this is
17743 backward compatible with older Emacsen I still support..
17744
17745 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17746
17747 * org-exp.el (org-export-define-heading-targets): Fix bug in
17748 regexp finding ID and CUSTOM_ID properties.
17749
17750 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17751
17752 * org-footnote.el (org-footnote-goto-previous-reference):
17753 Rename from `org-footnote-goto-next-reference'.
17754
17755 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
17756 org-log-repeat is non-nil, or if there is clocking data in the
17757 entry.
17758
17759 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
17760
17761 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17762
17763 * org.el (org-align-all-tags): New command.
17764
17765 2010-07-19 David Maus <dmaus@ictsoc.de>
17766
17767 * org-wl.el (org-wl-link-remove-filter): New customizable
17768 variable. If non-nil, filter conditions are stripped when storing
17769 link to message in filter folder.
17770 (org-wl-shimbun-prefer-web-links): New customizable variable.
17771 If non-nil, links to shimbun messages are created as web links to
17772 message source.
17773 (org-wl-nntp-prefer-web-links): New customizable variable.
17774 If non-nil, links to nntp message are created as web links to gmane
17775 or googlegroups.
17776 (org-wl-namazu-default-index): New customizable variable.
17777 Directory of namazu search index that should be used as default
17778 when opening a link in a search folder.
17779 (org-wl-folder-types): New constant. Wanderlust folder type
17780 indicators.
17781 (org-wl-folder-type): New function. Return type of Wanderlust
17782 folder.
17783 (org-wl-store-link): Create web links for shimbun or nntp messages
17784 and strip filter conditions depending on customizable variables.
17785 (org-wl-open): Open namazu search folder for message when called
17786 with prefix.
17787
17788 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17789
17790 * org.el (org-remove-if, org-remove-if-not): New functions.
17791 (org-open-file): Use internal remove-if functions.
17792
17793 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
17794
17795 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
17796 (org-file-apps-ex): Remove variable.
17797 (org-open-file): Integrate org-file-apps-ex functionality back
17798 into org-file-apps, and decide whether to match a regexp against
17799 the link or the filename using org-file-apps-entry-uses-grouping-p.
17800
17801 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
17802
17803 * org.el (org-file-apps-ex): New variable.
17804 (org-open-file): Before considering org-file-apps, first match the
17805 regexps from org-file-apps-ex against the whole link.
17806 See docstring of org-file-apps-ex.
17807
17808 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17809
17810 * org.el (org-export-latex-default-packages-alist):
17811 Remove microtype package.
17812 (org-todo-repeat-to-state): New variable.
17813 (org-auto-repeat-maybe): Allow user-selected target states.
17814 (org-default-properties): Add the new property REPEAT_TO_STATE.
17815
17816 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17817
17818 * org-mobile.el (org-mobile-check-setup): Make sure that there is
17819 a binary to compute checksums.
17820
17821 2010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
17822
17823 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
17824 variables.
17825
17826 * org.el (calendar): Require calendar now on top level in org.el
17827 and define aliases to new variables when needed.
17828 (org-read-date, org-goto-calendar): Do not bind obsolete
17829 variables.
17830
17831 2010-06-22 Glenn Morris <rgm@gnu.org>
17832
17833 * org-entities.el: Add explicit utf-8 coding cookie to file with
17834 utf-8 characters.
17835
17836 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17837
17838 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
17839
17840 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
17841
17842 * Version 23.2 released.
17843
17844 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17845
17846 * org-table.el (orgtbl-setup):
17847 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
17848
17849 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17850
17851 * org-table.el (orgtbl-mode): Use define-minor-mode.
17852
17853 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17854
17855 * org.el (org-insert-link): Find the link buffer on visible frames.
17856 (org-export-latex-default-packages-alist): Hyperref must be loaded
17857 late.
17858 (org-open-file): More care with the new matching for file links.
17859
17860 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17861
17862 * org-latex.el (org-export-latex-preprocess): Do not yet protect
17863 defined entities - these will be taken care of later.
17864 (org-export-latex-special-chars): Post-process entity replacement.
17865 (org-export-latex-fontify-headline): Do not yet protect defined
17866 entities - these will be taken care of later.
17867 (org-export-latex-tables, org-export-latex-links): Format the
17868 caption properly.
17869
17870 * org-entities.el (org-entities-user): Fix typo.
17871
17872 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
17873
17874 * org-entities.el (org-entities-user): Improve docstring.
17875
17876 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17877
17878 * org-entities.el (org-macs): Require org-macs, to be sure that we
17879 have `declare-function' defined.
17880
17881 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17882
17883 * org-latex.el (org-export-latex-classes): Update docstring.
17884
17885 * org.el (org-format-latex-header): Add cookies to the header.
17886 (org-splice-latex-header): Implement placement according to cookies.
17887
17888 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17889
17890 * org-publish.el (org-publish-aux-preprocess): Control case
17891 sensitivity.
17892
17893 2010-04-10 Bastien Guerry <bzg@gnu.org>
17894
17895 * org.el (org-splice-latex-header): Fix typo.
17896
17897 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17898
17899 * org-latex.el (org-export-latex-make-header):
17900 Use `org-splice-latex-header' to build the header.
17901 (org-export-latex-classes): Update docstring.
17902
17903 * org.el (org-splice-latex-header): New function.
17904 (org-create-formula-image): Use `org-splice-latex-header' to build
17905 the header.
17906
17907 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
17908
17909 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17910
17911 * org.el (org-export-latex-packages-alist)
17912 (org-export-latex-default-packages-alist): Fix docstring to
17913 reflect the expected structure.
17914
17915 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
17916 (org-export-docbook-finalize-table): Make use of label for tables.
17917
17918 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17919
17920 * org-attach.el (org-attach-commit): Split on newlines.
17921
17922 * org.el (org-export-latex-default-packages-alist): Use list
17923 instead of cons for the entries.
17924
17925 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17926
17927 * org-entities.el (org-entity-get-representation): Catch the case
17928 that there is not entry in the list.
17929
17930 * org-mobile.el (org-mobile-use-encryption)
17931 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
17932 New options.
17933 (org-mobile-check-setup): CHeck the encryption setup.
17934 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
17935 (org-mobile-create-sumo-agenda): Use encryption code.
17936 (org-mobile-encrypt-and-move): New function.
17937 (org-mobile-encrypt-file, org-mobile-decrypt-file):
17938 New functions.
17939 (org-mobile-move-capture): Decrypt the capture file.
17940
17941 * org.el (org-entities): Require the new file.
17942 (org-export-latex-default-packages-alist): New variable.
17943 (org-complete): Use new entity code for completion.
17944 (org-create-formula-image): Use the new packages variable.
17945
17946 * org-latex.el (org-export-latex-classes): Remove the standard
17947 packages from the class headers.
17948 (org-export-latex-make-header): Use the new package variable.
17949 (org-export-latex-special-chars): Better regexp for entities, to
17950 support entity name that contain numbers.
17951 (org-export-latex-treat-backslash-char): Use the new entity code.
17952
17953 * org-html.el (org-html-do-expand): Use the new entity code.
17954
17955 * org-exp.el (org-export): Add the new export commands.
17956 (org-html-entities): Constant removed.
17957 (org-export-visible): Add the new export commands.
17958
17959 * org-docbook.el (org-docbook-do-expand): Use new entity code.
17960
17961 * org-ascii.el (org-export-ascii-entities): New variable.
17962 (org-export-as-latin1, org-export-as-latin1-to-buffer)
17963 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
17964 (org-export-as-encoding): New function.
17965 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
17966 (org-ascii-replace-entities): New function.
17967
17968 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17969 Ulf Stegemann <ulf@zeitform.de>
17970
17971 * org-entities.el: New file.
17972
17973 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17974
17975 * org-html.el (org-html-level-start): Catch the case that target
17976 might be nil.
17977
17978 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
17979
17980 * org.el (org-appearance): Change Customize group variable name
17981 from org-font-lock to org-appearance, and change tag from "Org
17982 Font Lock" to "Org Appearance".
17983 (org-odd-levels-only): Change Customize group variable name.
17984 (org-level-color-stars-only): Change Customize group variable name.
17985 (org-hide-leading-stars): Change Customize group variable name.
17986 (org-hidden-keywords): Change Customize group variable name.
17987 (org-fontify-done-headline): Change Customize group variable name.
17988 (org-fontify-emphasized-text): Change Customize group variable name.
17989 (org-fontify-whole-heading-line): Change Customize group variable name.
17990 (org-highlight-latex-fragments-and-specials): Change Customize
17991 group variable name.
17992 (org-hide-emphasis-markers): Change Customize group variable name.
17993 (org-emphasis-alist): Change Customize group variable name.
17994 (org-emphasis-regexp-components): Change Customize group variable
17995 name.
17996 (org-modules): Remove mention of org-R.
17997
17998 * org-faces.el (org-faces): Change Customize group variable name.
17999
18000 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18001
18002 * org-agenda.el (org-diary-last-run-time): New variable.
18003 (org-diary): Prepare agenda buffers only if last call was some
18004 time ago.
18005
18006 * org-html.el (org-export-html-preprocess): Replace \ref macros
18007 with a link.
18008 (org-format-org-table-html): Add the label as an anchor.
18009
18010 * org-docbook.el (org-export-docbook-format-image): Do some
18011 formatting on captions.
18012
18013 * org-latex.el (org-export-latex-tables, org-export-latex-links):
18014 Do some formatting on captions.
18015
18016 * org-html.el (org-export-html-format-image)
18017 (org-format-org-table-html): Do some formatting on captions.
18018
18019 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18020
18021 * org.el (org-hidden-keywords): New customizable variable. This is
18022 a list of symbols specifying which of the special keywords #+DATE,
18023 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
18024 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
18025 implementing new faces and hiding behavior.
18026
18027 * org-faces.el (org-document-title): New face for #+TITLE lines.
18028 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
18029 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
18030 keywords.
18031
18032 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18033
18034 * org-publish.el (org-publish-sanitize-plist): New function to
18035 rename "index" properties to "sitemap". Do this renaming
18036 globally.
18037 (org-publish-with-aux-preprocess-maybe): New macro.
18038 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
18039 macro.
18040 (org-publish-aux-preprocess)
18041 (org-publish-index-generate-theindex.inc): New function.
18042
18043 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18044
18045 * org-table.el (org-table-align): Interpret <N> at fixed width,
18046 not as maximum width.
18047
18048 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18049
18050 * org-exp.el (org-export-author-info, org-export-email-info):
18051 Fix docstrings.
18052
18053 * org-beamer.el (org-beamer-select-environment): Rename from
18054 `org-beamer-set-environment-tag'. Improve docstring.
18055
18056 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
18057 problem with odd levels.
18058
18059 * org-ascii.el (org-export-as-ascii): Export email only if the
18060 author wants it.
18061
18062 * org-docbook.el (org-export-as-docbook): Export email only if the
18063 author wants it.
18064
18065 * org-html.el (org-export-as-html): Export email only if the
18066 author wants it.
18067
18068 * org-exp.el (org-export-email-info): New option.
18069 (org-export-plist-vars): Add entry for `org-export-email'.
18070
18071 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18072
18073 * org-table.el (org-table-goto-line): Fix typo.
18074
18075 2010-04-10 Mikael Fornius <mfo@abc.se>
18076
18077 * org.el (org-agenda-files): Typo.
18078 (org-read-agenda-file-list): Add optional argument to help
18079 `org-store-new-agenda-file-list' to remember un-expanded file
18080 names. Expand file names relative to `org-directory'.
18081 (org-store-new-agenda-file-list): Keep un-expanded file names when
18082 saving, if available.
18083 (org-agenda-files): Update documentation.
18084
18085 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18086
18087 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
18088 a buffer with no file name attached.
18089
18090 * org.el (org-log-refile): New option.
18091 (org-log-note-headings): Add a heading for refiling.
18092 (org-startup-options): Add keywords for logging of the refile
18093 action.
18094 (org-refile): Add logging action.
18095 (org-add-log-note): Allow for refiling action.
18096
18097 * org-agenda.el (org-agenda-bulk-action): Make sure
18098 `org-log-refile' is not `note' during a bulk action.
18099
18100 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18101
18102 * org.el (org-map-dblocks): Use save-excursion to remember the
18103 position.
18104
18105 * org-attach.el (org-attach-commit): Remove dependence on xargs.
18106 (org-attach-delete-one): Commit after deleting a file.
18107
18108 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
18109 borders for strike-through emphasis.
18110
18111 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
18112 handling of odd levels.
18113
18114 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
18115 and `future' values.
18116 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18117 Handle `past' and `future' values.
18118
18119 * org.el (org-read-agenda-file-list): Interpret file names
18120 relative to org-directory and allow environment variables and
18121 "~".
18122
18123 * org-latex.el (org-export-latex-special-chars): Allow a
18124 parenthesis before an exponent or subscript.
18125
18126 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18127
18128 * org-src.el (org-edit-src-exit): When returning from code edit
18129 buffer, if code block is hidden, leave point at start of
18130 #+begin_src line.
18131
18132 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18133
18134 * org.el (org-insert-heading): Do not remove all spaces if the
18135 headline is empty.
18136
18137 * org-indent.el (org-indent): Fix group name.
18138
18139 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18140
18141 * org-table.el (org-table-goto-column): Fix forcing a non-existing
18142 column.
18143 (org-table-get, org-table-put, org-table-goto-line)
18144 (org-table-current-line): New functions.
18145
18146 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
18147
18148 * org.el (org-open-file): Allow regular expressions in
18149 org-file-apps to capture link parameters using groups. In a
18150 command string to be executed, the parameters can be referenced
18151 using %1, %2, etc. Lisp forms can access them using
18152 (match-string n link).
18153 (org-apps-regexp-alist): Adopt the created regexp, as this is now
18154 matched against a file: link instead of the file name.
18155
18156 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18157
18158 * org-crypt.el (org-reveal-start-hook): Add a decryption function
18159 to this hook.
18160 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
18161 Add docstrings.
18162
18163 * org.el (org-point-at-end-of-empty-headline)
18164 (org-level-increment, org-get-previous-line-level): New function.
18165 (org-cycle-level): Rewritten to be independent of when this
18166 function is called.
18167 (org-in-regexps-block-p): New function.
18168 (org-reveal-start-hook): New hook.
18169 (org-reveal): Run new hook.
18170
18171 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18172
18173 * org-latex.el (org-export-latex-keywords): Start a new paragraph
18174 after time keywords, do not add "\newline".
18175
18176 * org-html.el (org-export-as-html): Avoid double # in href.
18177
18178 * org.el (org-refile-get-location): Catch an invalid target
18179 specification.
18180
18181 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18182
18183 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18184 Make sure the behavior regarding to extracting time is
18185 consistent.
18186
18187 2010-04-10 Stephen Eglen <stephen@gnu.org>
18188
18189 * org-agenda.el (org-agenda-insert-diary-extract-time):
18190 New variable.
18191 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
18192 variable rather than `org-agenda-search-headline-for-time'.
18193
18194 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18195
18196 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
18197
18198 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18199
18200 * org.el (org-adaptive-fill-regexp-backup): New variable.
18201 (org-set-autofill-regexps): Store a backup of
18202 `adaptive-fill-regexp'.
18203 (org-adaptive-fill-function): Fix filling of comments and ordered
18204 lists. If there is no other match, till try adaptive fill.
18205
18206 2010-04-10 John Wiegley <jwiegley@gmail.com>
18207
18208 * org-agenda.el (org-agenda-include-deadlines): Add new
18209 customization variable to determine whether unscheduled tasks
18210 should appear in the agenda solely because of their deadline.
18211 Default to true, which was the previous behavior (it just wasn't
18212 configurable).
18213 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
18214 the agenda to show/hide deadline tasks.
18215 (org-agenda-menu): Add menu option for show/hide deadlines.
18216 (org-agenda-list): Make the agenda list sensitive to the value of
18217 `org-agenda-include-deadlines'.
18218 (org-agenda-toggle-deadlines): New function to toggle the value of
18219 `org-agenda-include-deadlines' and repaint the modeline
18220 indicators.
18221 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
18222 modeline if deadline tasks are being displayed.
18223
18224 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18225
18226 * org-table.el (org-table-eval-formula): Replace $# and @# by
18227 current column and row number.
18228
18229 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18230
18231 * org.el (org-set-property, org-delete-property): Go back to
18232 prompting for the property.
18233
18234 * org-latex.el (org-export-latex-make-header): Fully process
18235 author line.
18236 (org-export-latex-fontify-headline): Allow several arguments, not
18237 just one.
18238 (org-export-latex-fix-inputenc): Catch the error when
18239 `latexenc-coding-system-to-inputenc' is not defined.
18240
18241 * org-agenda.el (org-agenda-skip-if-todo): New function.
18242 (org-agenda-skip-if): Add conditions for TODO keywords.
18243 (org-agenda-skip-if): Document the new todo conditions.
18244
18245 2010-04-10 Mikael Fornius <mfo@abc.se>
18246
18247 * org.el (org-at-property-p): Check if we are inside a property
18248 drawer not just any drawer.
18249 (org-set-property, org-delete-property): When cursor is on a
18250 property key value pair do not prompt for property name instead
18251 use name at cursor.
18252 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
18253 on the first line of a property drawer.
18254 (org-property-end-re): Spell check.
18255
18256 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18257
18258 * org-exp.el (org-export-attach-captions-and-attributes): Add the
18259 properties to the entire table, in case the first line is
18260 removed.
18261
18262 * org-archive.el (org-archive-reversed-order): New option.
18263 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
18264 option `org-archive-reversed-order'.
18265
18266 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18267
18268 * org-agenda.el (org-agenda-entry-types): New variable.
18269 (org-agenda-list): Use `org-agenda-entry-types'.
18270 (org-agenda-custom-commands-local-options): Support for setting
18271 `org-agenda-entry-types' as an option.
18272 (org-diary): Shift some documentation from here to the variable
18273 `org-agenda-entry-types'.
18274
18275 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18276
18277 * org-latex.el (org-export-latex-make-header): Apply macros in
18278 author field.
18279
18280 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
18281 (org-clock-select-task, org-clock-notify-once-if-expired)
18282 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
18283 (org-clock-out-if-current, org-clock-save): Use the new functions.
18284
18285 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18286
18287 * org-docbook.el (org-export-as-docbook): Remove unnecessary
18288 newline.
18289 (org-export-as-docbook): Remove unnecessary newline.
18290 (org-export-as-docbook): Fix problem with double footnote
18291 reference in one place.
18292
18293 * org-exp.el (org-export-format-source-code-or-example):
18294 Remove unnecessary newline.
18295
18296 * org.el (org-deadline, org-schedule): Allow rescheduling entries
18297 with repeaters.
18298
18299 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
18300 function calls that look like references.
18301
18302 * org.el (org-open-at-point): Get link abbreviations from
18303 reference buffer.
18304
18305 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18306
18307 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
18308 as a reference.
18309
18310 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18311
18312 * org.el (org-link-unescape): Solve issue with lower-case escapes.
18313
18314 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18315
18316 * org-latex.el (org-export-latex-classes):
18317 Add \usepackage{latexsym} to all classes.
18318
18319 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18320
18321 * org-html.el (org-export-as-html): Do not allow protected lines
18322 into the table of contents.
18323
18324 * org-latex.el (org-export-latex-special-chars): Find subsequent
18325 occurrences of special characters.
18326 (org-export-latex-tables): Do not convert table-like stuff that is
18327 protected.
18328
18329 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18330
18331 * org-list.el (org-toggle-checkbox): No errors when updating
18332 checkbox count fails because there is no heading.
18333
18334 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18335
18336 * org-clock.el (org-clock-report-include-clocking-task):
18337 New option.
18338 (org-clock-sum): Add the current clocking task.
18339
18340 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18341
18342 * org.el (org-cycle): Print a message when in a table.el table.
18343 (org-edit-special): Recognize the table.el context.
18344 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
18345
18346 * org-src.el (org-at-table.el-p): Declare.
18347 (org-edit-src-code): Handle a special case for table.el editing.
18348 (org-edit-src-find-region-and-lang): Recognize the table.el
18349 context.
18350
18351 * org-latex.el (org-export-latex-tables): Convert table.el
18352 tables.
18353 (org-export-latex-convert-table.el-table): New function.
18354
18355 * org-html.el (org-html-expand): Fix table.el export.
18356
18357 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18358 headings.
18359
18360 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
18361 table for the id locations.
18362
18363 * org.el (org-read-date-analyze): Match American-style dates, like
18364 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
18365 current year when reading ISO and American dates.
18366
18367 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18368
18369 * org.el (org-face-from-face-or-color): New function.
18370 (org-get-todo-face, org-font-lock-add-priority-faces)
18371 (org-get-tag-face): Use `org-face-from-face-or-color'.
18372
18373 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
18374 Allow simple colors as values.
18375 (org-faces-easy-properties): New option.
18376
18377 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
18378 restricted, as an agenda mode.
18379 (org-agenda-fontify-priorities): Allow simple colors as values.
18380
18381 2010-04-10 Bastien Guerry <bzg@gnu.org>
18382
18383 * org-timer.el (org-timer-current-timer): Rename from
18384 `org-timer-last-timer'.
18385 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
18386 (org-timer-cancel-timer, org-timer-show-remaining-time)
18387 (org-timer-set-timer): Update to use only one timer.
18388
18389 * org.el (org-set-property): Remove useless space in the prompt.
18390
18391 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18392
18393 * org-html.el (org-export-html-style-default): Add a default style
18394 for textareas.
18395
18396 * org-exp.el (org-export-format-source-code-or-example):
18397 Fix textarea tag.
18398
18399 2010-04-10 Bastien Guerry <bzg@gnu.org>
18400
18401 * org-clock.el (org-clock-current-task): New variable to store
18402 last clocked in task.
18403 (org-clock-set-current, org-clock-delete-current): New functions.
18404
18405 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18406
18407 * org-remember.el (org-remember-apply-template): Extend comment.
18408 (org-remember-handler): Implement clock sibling filing.
18409
18410 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18411
18412 * org-publish.el (org-publish-all, org-publish-current-file)
18413 (org-publish-current-project): When called with prefix argument
18414 FORCE, also rebuild the validation file list.
18415
18416 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18417 section headings.
18418
18419 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18420
18421 * org-html.el (org-export-as-html-and-open): Kill product buffer
18422 if the user wants that.
18423
18424 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
18425 if the user wants that.
18426
18427 * org-exp.el (org-export-kill-product-buffer-when-displayed):
18428 New option.
18429
18430 * org-agenda.el (org-batch-agenda-csv): Use the time property
18431 instead of the `time-of-day' property.
18432
18433 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18434
18435 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
18436 (org-timer-pause-hook, org-timer-set-hook)
18437 (org-timer-cancel-hook): New hooks.
18438 (org-timer-start): Run `org-timer-start-hook'.
18439 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
18440 (org-timer-stop): Run `org-timer-stop-hook'.
18441 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
18442
18443 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18444
18445 * org.el (org-reveal): Double prefix arg shows the subtree of the
18446 parent.
18447
18448 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18449
18450 * org-agenda.el (org-search-view): Fix bug with searching full
18451 words in headlines in search view.
18452 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
18453 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
18454 scheduled (if the user configures it so.
18455
18456 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18457
18458 * org.el (org-hide-archived-subtrees): Don't jump to end of
18459 subtree if the match was not in a headline.
18460 (org-inside-latex-macro-p): Allow more complex arguments.
18461 (org-emphasize): Protect against use at end of buffer.
18462
18463 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18464
18465 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
18466 text properties.
18467
18468 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18469
18470 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
18471 values.
18472 (org-agenda-todo-ignore-scheduled)
18473 (org-agenda-todo-ignore-deadlines): More control with different
18474 allowed values.
18475 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18476 Honor the new option settings.
18477
18478 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18479
18480 * org.el (org-get-location): Make sure the selection buffer is
18481 shown in the current frame.
18482
18483 * org-ascii.el (org-export-ascii-table-widen-columns):
18484 New option.
18485 (org-export-ascii-preprocess): Realign tables to remove narrowing
18486 if `org-export-ascii-table-widen-columns' is set.
18487
18488 * org-table.el (org-table-do-narrow): New variable.
18489 (org-table-align): Narrow only if `org-table-do-narrow' is t.
18490
18491 * org.el (org-deadline, org-schedule): Allow updating if the
18492 relevant time stamp does not have a repeater, i.e. do not require
18493 that no time stamp has a repeater.
18494
18495 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
18496 new white space before the tags.
18497
18498 * org-latex.el (org-export-as-latex): Do nit require the buffer to
18499 be visiting a file when only exporting to a buffer or string.
18500 (org-export-latex-fix-inputenc): Only save the buffer is there is
18501 a file name attached to it.
18502
18503 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18504
18505 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
18506
18507 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18508
18509 * org.el (org-fontify-meta-lines-and-blocks):
18510 Honor `org-fontify-quote-and-verse-blocks'.
18511
18512 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
18513
18514 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18515
18516 * org.el (org-open-at-point): Also check for text property
18517 org-linked-text before offering collected links.
18518
18519 2010-04-10 Stephen Eglen <stephen@gnu.org>
18520
18521 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18522 Optionally extract time specification from text and add to the
18523 timestamp.
18524
18525 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18526
18527 * org-exp.el (org-html-entities): Fix typo.
18528
18529 * org-latex.el (org-export-latex-make-header): Use \providecommand
18530 to make sure the \alert macro is defined.
18531
18532 * org.el (org-format-latex-signal-error)
18533 (org-create-formula-image): Use `org-format-latex-signal-error'.
18534
18535 2010-04-10 Stephen Eglen <stephen@gnu.org>
18536
18537 * org.el (org-store-link): For dired buffers, use
18538 default-directory as link name if dired-get-filename returns
18539 nil.
18540
18541 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18542
18543 * org-exp.el (org-export-concatenate-multiline-links): The for
18544 protectedness at beginning of match.
18545
18546 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
18547 AUTO as a coding system, instead default to utf8.
18548
18549 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18550
18551 * org.el (org-block-todo-from-children-or-siblings-or-parent)
18552 (org-block-todo-from-checkboxes): Respect the local variable
18553 value when deciding if blocking should be active.
18554
18555 * org-latex.el (org-export-latex-make-header): Define the align
18556 macro if it is not yet defined.
18557
18558 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
18559 Call `org-insert-heading' with the INVISIBLE-OK argument.
18560
18561 * org-mac-message.el (org-mac-message-insert-flagged):
18562 Call `org-insert-heading' with the INVISIBLE-OK argument.
18563
18564 * org.el (org-insert-heading): New argument INVISIBLE-OK.
18565
18566 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
18567 prompt message.
18568
18569 * org-html.el (org-html-level-start): Use the
18570 `html-container-class' text property to set an additional class
18571 for an outline container.
18572
18573 * org-exp.el (org-export-remember-html-container-classes):
18574 New function.
18575 (org-export-preprocess-string):
18576 Call `org-export-remember-html-container-classes'.
18577
18578 * org.el (org-cycle): Mention level cycling in the docstring.
18579 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
18580
18581 * org-remember.el (org-remember-apply-template): Do file insertion
18582 first.
18583
18584 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18585
18586 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
18587 problem with mis-aligned graphs when showing habits.
18588
18589 2010-04-10 Mikael Fornius <mfo@abc.se>
18590
18591 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
18592 when assigning. Begin using numerical characters when all in name
18593 is used up. This is to spare alphanumeric characters for better
18594 match with other keywords.
18595
18596 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18597
18598 * org-exp.el (org-export-preprocess-hook): Improve documentation.
18599
18600 * org-latex.el (org-export-latex-preprocess): More consistent
18601 conversion and protection of the words LaTeX and TeX.
18602 (org-export-latex-fontify-headline, org-export-latex-preprocess):
18603 Allow angle brackets in commands, for beamer.
18604
18605 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18606
18607 * org-clock.el (org-clock-in): Improve the look of the clock line
18608 by formatting links.
18609
18610 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18611
18612 * org-latex.el (org-export-latex-classes): Use AUTO as the place
18613 holder string for the coding system. And improve the
18614 documentation.
18615 (org-export-latex-fix-inputenc): Only modify the coding system if
18616 it is given by the placeholder AUTO.
18617
18618 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18619
18620 * org-clock.el (org-task-overrun-text): New option.
18621 (org-task-overrun, org-clock-update-period): New variables.
18622 (org-clock-get-clock-string, org-clock-update-mode-line):
18623 Mark overrun clock.
18624 (org-clock-notify-once-if-expired): Check if clock is overrun.
18625
18626 * org-faces.el: New face `org-mode-line-clock-overrun'.
18627
18628 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
18629
18630 * org.el (org-narrow-to-subtree): Position the end of the narrowed
18631 region before the line with the next heading, to prevent the user
18632 from prepending text to the next headline.
18633
18634 2010-04-10 Stephen Eglen <stephen@gnu.org>
18635
18636 * org-agenda.el (org-get-time-of-day):
18637 Use org-agenda-time-leading-zero to allow leading zero (rather than
18638 space) for times.
18639
18640 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18641
18642 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
18643 org-datetree.el is loaded.
18644
18645 * org-datetree.el: Autoload `org-datetree-find-day-create'.
18646
18647 * org-latex.el (org-export-latex-hyperref-format): New option.
18648 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
18649
18650 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18651
18652 * org-ctags.el (org-ctags-enable): Change order of functions.
18653 (org-ctags-create-tags): Add wildcard to file name expansion.
18654
18655 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18656
18657 * org.el (org-entry-properties): Fix some important bugs.
18658
18659 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18660
18661 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
18662 the table is not explicitly given.
18663
18664 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18665
18666 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
18667 as value.
18668 (org-clock-out-if-current): Work with the new list value of
18669 `org-clock-out-when-done'.
18670 (org-clock-out, org-clock-out-if-current): Avoid circular logic
18671 between clocking out and state changes.
18672
18673 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
18674
18675 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
18676 accident protect a character that is before a backslash.
18677
18678 2010-04-10 Paul Sexton <eeeickythump@gmail.com>
18679
18680 * org-ctags.el: New file.
18681
18682 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18683
18684 * org-agenda.el (org-diary-class):
18685 Use `org-order-calendar-date-args'.
18686
18687 * org.el (org-order-calendar-date-args): New function.
18688
18689 * org-exp.el (org-export-target-internal-links): Check for
18690 protectedness after the first bracket.
18691
18692 * org.el (org-entry-properties): Don't match wrong-case TODO
18693 keywords.
18694
18695 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
18696 Document that ARG is passed through to remove the date.
18697 (org-agenda-bulk-action): Accept prefix arg and pass it on.
18698 Do not read a date when the user has given a `C-u' prefix.
18699
18700 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18701
18702 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
18703 tags are hidden.
18704
18705 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18706
18707 * org-latex.el (org-export-latex-fix-inputenc): New function.
18708 (org-export-latex-inputenc-alist): New option.
18709
18710 * org-exp.el (org-export): New key SPC to publish enclosing
18711 subtree.
18712
18713 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18714
18715 * org-indent.el (org-indent-add-properties): Catch case when there
18716 is no headline in the buffer.
18717
18718 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18719
18720 * org-exp.el (org-html-entities): Add checkmark symbol.
18721
18722 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
18723 verbatim code for ASCII export.
18724
18725 * org.el (org-update-statistics-cookies): Also see checkboxes in
18726 ordered lists.
18727
18728 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18729
18730 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
18731 key.
18732
18733 * org-beamer.el (org-beamer-amend-header): Change the location
18734 where `org-beamer-header-extra' is inserted.
18735
18736 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
18737 just for computing this regexp.
18738
18739 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18740
18741 * org-beamer.el (org-beamer-frame-default-options): New option.
18742 (org-beamer-sectioning): Use default options if the user does not
18743 have defined any.
18744 (org-beamer-fix-toc): Put a frame around the table of contents.
18745
18746 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
18747 Make sure case-folding works well when processing comment stuff.
18748
18749 * org-latex.el (org-export-latex-after-save-hook): New hook.
18750 (org-export-as-latex): Run the new hook.
18751
18752 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18753
18754 * org-beamer.el (org-beamer-environments-default): Add the note
18755 environments.
18756 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
18757 lines and collect and combine the content.
18758 (org-beamer-after-initial-vars): Check for note tags and make sure
18759 they will be seen like a property.
18760
18761 * org.el (org-offer-links-in-entry): Fix bug when there is a
18762 single link.
18763
18764 * org-exp.el (org-export): Make sure the mark is activated, also
18765 when `transient-mark-mode' is off.
18766
18767 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
18768 (org-agenda-search-view-search-words-only): Obsolete variable, is
18769 now an alias for `org-agenda-search-view-always-boolean'.
18770 (org-agenda-search-view-force-full-words): New option.
18771 (org-search-view): Improve docstring, and implement a better logic
18772 for Boolean and phrase searches.
18773 (org-agenda-last-search-view-search-was-boolean): New variable.
18774 (org-agenda-manipulate-query): Consider the type of the last
18775 search when modifying the search string.
18776
18777 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18778
18779 * org-latex.el (org-export-as-latex): Do the first letbind in the
18780 right moment.
18781
18782 * org-agenda.el (org-get-entries-from-diary): Add the new face to
18783 these entries.
18784
18785 * org-faces.el (org-agenda-diary): New face.
18786
18787 * org.el (org-make-link-regexps): Allow regexp-special characters
18788 in link types.
18789 (org-open-file): When in-emacs is `system', also force system
18790 opening, like when the value was `(16)'.
18791 (org-update-statistics-cookies): Handle entries without children.
18792
18793 * org-exp.el
18794 (org-export-preprocess-before-normalizing-links-hook): New hook.
18795 (org-export-preprocess-string): Run the new hook.
18796
18797 * org.el (org-offer-links-in-entry): Make RET open all links.
18798
18799 * org-html.el (org-export-as-html): Remove any leftover display
18800 properties in the html file.
18801
18802 * org-wl.el (org-wl-store-link): Work-around for format bug with
18803 text properties.
18804
18805 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
18806 invisibility while adding the graphs.
18807
18808 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18809
18810 * org-remember.el (org-select-remember-template): Use C letter to
18811 customize remember templates.
18812
18813 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
18814 Move cursor to next visible line.
18815
18816 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18817
18818 * org-beamer.el (org-beamer-sectioning): Leave columns environment
18819 by specifying 0 or 1 for column width.
18820 (org-beamer-column-widths): Make 0 stand for 0.0.
18821
18822 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18823
18824 * org-exp.el (org-export-mark-radio-links): Don't match inside
18825 <<target>>.
18826
18827 * org.el (org-format-latex-header-extra): New variable.
18828 (org-format-latex): Set org-format-latex-header-extra from
18829 in-buffer stuff.
18830 (org-format-latex): Add org-format-latex-header-extra to the
18831 variables on which image creation depends.
18832 (org-create-formula-image): Add the header stuff from in-buffer
18833 settings.
18834 (org-read-date-analyze): Base the analysis for future preference
18835 on NOW, not on the default date.
18836
18837 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
18838 for TODO keyword in inline tasks.
18839
18840 * org.el (org-log-note-headings): New headings for removing
18841 deadline or scheduling date.
18842 (org-deadline, org-schedule): Arrange for logging when removing a
18843 date.
18844 (org-add-log-note): Handle deadline and scheduling removal.
18845
18846 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18847
18848 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
18849
18850 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18851
18852 * org-agenda.el (org-diary-class): New function.
18853
18854 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18855
18856 * org-latex.el (org-export-latex-preprocess): Do process the text
18857 of a radio target.
18858
18859 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18860
18861 * org.el (org-entry-properties): Add TIMESTAMP properties back
18862 in.
18863
18864 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18865
18866 * org.el (org-all-time-keywords): New variable.
18867 (org-set-regexps-and-options): Set `org-all-time-keywords'.
18868 (org-entry-blocked-p): New function.
18869 (org-special-properties): Add BLOCKED as a new special property.
18870 (org-entry-properties): New optional argument SPECIFIC, only parse
18871 for this property when it is specified.
18872 (org-entry-get): Pass a SPECIFIC argument to
18873 `org-entry-properties'.
18874
18875 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
18876
18877 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18878
18879 * org-latex.el (org-export-latex-tables): No forced line end if
18880 there is no caption.
18881
18882 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18883
18884 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
18885 package.
18886
18887 * org-latex.el (org-export-latex-tables): Only add a caption when
18888 macro is in longtable environments if one has been defined.
18889
18890 * org-html.el (org-export-as-html): Only take title from buffer if
18891 not exporting body-only.
18892
18893 * org-latex.el (org-export-latex-preprocess): Better version of
18894 the regular expression for protecting LaTeX macros.
18895 (org-export-latex-preprocess): Start searching for macros to
18896 protect from beginning of buffer.
18897
18898 * org-exp.el (org-export-target-internal-links): Check for
18899 protectedness earlier in the string.
18900
18901 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
18902 case sensitively.
18903
18904 * org-id.el (org-id-store-link): Match TODO keywords case
18905 sensitively.
18906
18907 * org.el (org-heading-components, org-get-outline-path)
18908 (org-display-outline-path): Match TODO keywords case sensitively.
18909
18910 * org-latex.el (org-export-as-latex): Ignore read-only
18911 properties.
18912
18913 * org-exp.el (org-export-preprocess-string): Remove any
18914 `read-only' properties.
18915
18916 * org-agenda.el (org-agenda-inactive-leader): New option.
18917 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
18918 (org-tags-view): Prompt for matcher if MATCH is an empty string.
18919 (org-todo-list): Prompt for matcher if ARG is an empty string.
18920
18921 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18922
18923 * org.el (org-open-link-functions): New hook.
18924 (org-open-at-point): Run `org-open-link-functions'.
18925
18926 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18927
18928 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
18929 stamps as well.
18930
18931 * org.el (org-inhibit-startup-visibility-stuff): New variable.
18932 (org-mode): Don't do startup visibility if inhibited.
18933 (org-outline-overlay-data, org-set-outline-overlay-data):
18934 New functions.
18935 (org-save-outline-visibility): New macro.
18936 (org-log-note-headings): Document that one should not change the
18937 `state' note format.
18938
18939 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18940
18941 * org.el (org-make-link-regexps): Capture link path into a group.
18942
18943 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18944
18945 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
18946 the options plist.
18947
18948 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18949
18950 * org.el (org-startup-with-beamer-mode): New option.
18951 (org-property-changed-functions)
18952 (org-property-allowed-value-functions): New hooks.
18953 (org-entry-put, org-property-get-allowed-values): Run the new
18954 hooks.
18955 (org-property-next-allowed-value): Run the new hooks.
18956
18957 * org-exp.el (org-export-select-backend-specific-text): Add the
18958 special beamer tags.
18959
18960 * org-beamer.el: New file.
18961
18962 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
18963 (org-export-as-latex):
18964 Run `org-export-latex-after-initial-vars-hook'.
18965 (org-export-latex-format-toc-function)
18966 (org-export-latex-make-header):
18967 Call `org-export-latex-format-toc-function'.
18968
18969 * org.el (org-fill-template): Make template searches case sensitive.
18970
18971 * org-exp.el (org-export): Use "1" as a sign to export only the
18972 subtree.
18973
18974 * org-colview.el (org-columns-edit-value):
18975 Use org-unrestricted property.
18976
18977 * org.el (org-compute-property-at-point): Set org-unrestricted
18978 text property if the list contains ":ETC".
18979 (org-insert-property-drawer):
18980 Use org-unrestricted property.
18981
18982 * org-exp.el
18983 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
18984 (org-export-preprocess-string):
18985 Run `org-export-preprocess-before-selecting-backend-code-hook'.
18986
18987 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
18988
18989 * org-latex.el (org-export-region-as-latex):
18990 Run `org-export-first-hook'.
18991
18992 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
18993
18994 * org-docbook.el (org-export-as-docbook):
18995 Run `org-export-first-hook'.
18996
18997 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
18998
18999 * org-exp.el (org-export-first-hook): New hook.
19000
19001 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19002
19003 * org-list.el (org-previous-item): Exit at the beginning of the
19004 buffer.
19005
19006 * org-id.el (org-id-locations-save): Only write the id locations
19007 if any are defined.
19008
19009 * org-archive.el (org-archive-all-done): Make this work in a file
19010 with org-odd-levels-only set.
19011
19012 * org.el (org-get-refile-targets): Catch the case when a buffer
19013 has no file.
19014
19015 * org-latex.el (org-export-as-latex): Cleanup forced line ends
19016 where they are not needed.
19017 (org-export-latex-subcontent): Remove unnecessary newlines.
19018
19019 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19020
19021 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
19022 (org-export-latex-fontify): Fix regexp bug that takes special
19023 care of protecting the right boundary characters in emphasis
19024 matches.
19025 (org-export-latex-preprocess): Allow multiple arguments to latex
19026 macros.
19027
19028 * org.el (org-make-link-regexps): Use John Gruber's regexp for
19029 urls.
19030
19031 * org-macs.el (org-re): Interpret :punct: in regexps.
19032
19033 * org-exp.el (org-export-replace-src-segments-and-examples):
19034 Also take the final newline after the END line.
19035
19036 * org.el (org-clean-visibility-after-subtree-move): Only fix
19037 entries that are not entirely invisible already.
19038 (org-insert-link): Respect org-link-file-path-type for
19039 "docview:" links in addition to "file:" links.
19040
19041 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19042
19043 * org-exp.el (org-export-format-source-code-or-example):
19044 Avoid additional extra white lines in LaTeX.
19045
19046 * org-list.el (org-list-parse-list): Leave empty lines after the
19047 list, don't consider them as part of the list.
19048
19049 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
19050 searches.
19051
19052 * org-clock.el (org-clock-select-task): Convert integer to
19053 character for XEmacs.
19054
19055 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19056
19057 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
19058 compatible.
19059
19060 2010-04-10 Tassilo Horn <tassilo@member.fsf.org>
19061
19062 * org.el (org-complete-tags-always-offer-all-agenda-tags):
19063 New variable.
19064 (org-set-tags): Use it.
19065
19066 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19067
19068 * org-list.el (org-empty-line-terminates-plain-lists):
19069 Update docstring.
19070
19071 * org.el (org-format-latex): Fix link creation for processed latex
19072 snippets.
19073
19074 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19075
19076 * org-footnote.el (org-footnote-normalize): Protect replacement
19077 text.
19078
19079 * org.el (org-inside-latex-macro-p): Save match data.
19080
19081 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
19082
19083 * org-docview.el: New file.
19084
19085 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19086
19087 * org-latex.el (org-export-latex-class-options): New variable.
19088 (org-export-latex-set-initial-vars): Use the class options.
19089
19090 * org.el (org-forward-same-level): Stop at headings that start
19091 with an invisible character.
19092 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
19093
19094 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19095
19096 * org-footnote.el (org-footnote-normalize): Don't take optional
19097 arguments in LaTeX macros as footnotes.
19098
19099 * org.el (org-inside-latex-macro-p): New function.
19100
19101 * org-latex.el (org-latex-to-pdf-process): Change customization
19102 group to `org-export-pdf'.
19103
19104 * org-agenda.el (org-agenda-get-blocks): Look at time string also
19105 on days after the first one.
19106
19107 * org.el (org-insert-heading): Also check for item before assuming
19108 before-first-heading condition.
19109
19110 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
19111 (org-export-pdf-logfiles): New option.
19112 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
19113 (org-export-pdf-logfiles): Fix customization type.
19114
19115 * org.el (org-insert-link): Improve error message when there is no
19116 default link to select with RET.
19117
19118 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
19119 parameter list.
19120
19121 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19122
19123 * org-latex.el (org-export-latex-parse-global)
19124 (org-export-latex-parse-content)
19125 (org-export-latex-parse-subcontent):
19126 Use `org-re-search-forward-unprotected'.
19127 (org-export-as-pdf): Remove log files produced by XeTeX.
19128
19129 * org-macs.el (org-re-search-forward-unprotected): New function.
19130
19131 2010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
19132
19133 * org-colview.el (org-agenda-colview-summarize): Sort out some
19134 confusion between properties and titles, which resulted in
19135 agenda summaries not working if a title was set for a column.
19136
19137 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19138
19139 * org-mobile.el (org-mobile-agendas): New option.
19140 (org-mobile-sumo-agenda-command): Select the right agendas.
19141
19142 * org-latex.el (org-export-latex-format-image): Preserve the
19143 original-indentation property.
19144
19145 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19146
19147 * org-clock.el (org-clock-insert-selection-line): Catch error when
19148 an old tasks no longer exists.
19149
19150 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
19151 (org-export-as-pdf): Don't remove the old PDF file before making
19152 the new one.
19153
19154 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
19155 (org-mouse-context-menu): Use `org-looking-back'.
19156
19157 * org.el (org-cycle-level): Use `org-looking-back'.
19158
19159 * org-list.el (org-cycle-item-indentation):
19160 Use `org-looking-back'.
19161
19162 * org-compat.el (org-looking-back): New function.
19163
19164 * org.el (org-insert-heading): Catch before-first-headline when
19165 inserting a headline.
19166
19167 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19168
19169 * org-latex.el (org-export-latex-format-image): Indent figure
19170 environment, so that it does not interrupt plain list.
19171
19172 * org.el (org-open-at-point): Allow long link descriptions.
19173
19174 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19175
19176 * org-html.el (org-export-as-html): Remove empty lines at the
19177 beginning of the exported text.
19178
19179 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
19180
19181 * org.el (org): Remove from hypermedia group.
19182
19183 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
19184
19185 * Branch for 23.2.
19186
19187 2010-02-15 Chong Yidong <cyd@stupidchicken.com>
19188
19189 * org-freemind.el (org-freemind-from-org-mode-node)
19190 (org-freemind-from-org-mode)
19191 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
19192 Pass arg to called-interactively-p.
19193
19194 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
19195
19196 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
19197 Fix typos in docstrings.
19198
19199 2010-01-01 Juanma Barranquero <lekktu@gmail.com>
19200
19201 * org.el (org-get-outline-path, org-speed-command-help):
19202 Fix typos in error messages.
19203
19204 2009-12-14 Juri Linkov <juri@jurta.org>
19205
19206 * org-html.el (org-export-html-style-include-default):
19207 Put `safe-local-variable booleanp' on
19208 `org-export-html-style-include-default' instead of mistakenly
19209 duplicate `org-export-html-style'.
19210
19211 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
19212
19213 * org-agenda.el (org-agenda-diary-entry-in-org-file):
19214 Rebuild agenda after adding new entry.
19215
19216 * org-datetree.el (org-datetree-find-day-create): Fix regular
19217 expression.
19218
19219 * org.el (org-display-outline-path): Use a format specifier for
19220 message, to avoid problems with heading containing `%'.
19221
19222 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
19223 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
19224 (org-agenda-fix-displayed-tags): New function.
19225 (org-agenda-do-context-action): Just call
19226 `org-display-outline-path', without piping the result through
19227 `message'.
19228
19229 * org-latex.el (org-export-latex-preprocess): Protect secondary
19230 footnote references.
19231
19232 * org-indent.el (org-indent-initialize): Avoid empty strings as
19233 line prefixes.
19234
19235 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
19236 hat checking for the mark does not throw an error.
19237 (org-agenda-diary-entry-in-org-file): Catch the case that there is
19238 not `day' text property in the cursor line.
19239
19240 * org.el (org-sort-entries-or-items): Make sure that the final
19241 entry has a newline before doing the sorting.
19242
19243 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
19244 property at the beginning of the line.
19245
19246 * org.el (org-make-link-string): Don't allow a description with
19247 only white space.
19248
19249 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
19250 (org-agenda-insert-diary-as-top-level): New function.
19251 (org-agenda-add-entry-to-org-agenda-diary-file):
19252 Call `org-agenda-insert-diary-as-top-level'.
19253
19254 * org.el (org-occur-in-agenda-files): Make sure none of the
19255 buffers is narrowed.
19256 (org-activate-plain-links): Add the face property here.
19257 (org-set-font-lock-defaults): Do not add the face to plain links,
19258 the activator function does this.
19259
19260 * org-habit.el (org-is-habit-p): Add doc string.
19261
19262 * org-archive.el (org-archive-subtree-default-with-confirmation):
19263 Autoload.
19264
19265 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
19266 after match optional (happens at the end of a line...).
19267
19268 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
19269 for special blocks.
19270
19271 * org-faces.el (org-copy-face): Set lisp indentation.
19272 (org-quote, org-verse): New faces.
19273
19274 * org-agenda.el (org-agenda-remove-date): Remove variable.
19275
19276 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
19277
19278 * org-html.el (org-export-as-html): Move the home/up link into
19279 the content div.
19280
19281 * org.el (org-export-latex-packages-alist): Option definition
19282 moved here from org-latex.el.
19283
19284 * org-html.el (org-export-html-home/up-format): Add an ID to the
19285 up/home div.
19286
19287 * org-wl.el (org-wl-store-link): Handle the case that
19288 `wl-use-petname' is set.
19289
19290 * org.el (org-set-effort): Improve prompt.
19291 (org-get-outline-path): Widen to get full path.
19292 (org-compact-display-after-subtree-move): Function removed.
19293
19294 2009-11-20 Eric Schulte <schulte.eric@gmail.com>
19295
19296 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
19297 hash keys to cache and re-use images generated by the
19298 org-exp-blocks interface to ditaa and dot.
19299
19300 * org.el (org-format-latex): Latex images are now saved to files
19301 named by the sha1 hash of the latex source text avoiding
19302 regeneration of identical images.
19303
19304 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
19305
19306 * org-latex.el (org-export-as-latex): Add the :drawers property.
19307
19308 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
19309
19310 * org.el (org-speed-commands-user): Allow documentation headlines.
19311 (org-speed-commands-default): Organize the value of this constant
19312 with descriptive headlines.
19313 (org-print-speed-command): Output the headlines.
19314
19315 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
19316
19317 * org-agenda.el (org-agenda-show-outline-path): New option.
19318 (org-agenda-do-context-action): New function.
19319 (org-agenda-next-line, org-agenda-previous-line):
19320 Use `org-agenda-do-context-action'.
19321
19322 * org.el (org-use-speed-commands): Allow function value.
19323 (org-speed-commands-default): Make headline motion safe, so that
19324 these commands always end on a headline.
19325 (org-speed-commands-default): New key `v' for `org-agenda'.
19326 (org-speed-move-safe): New function.
19327 (org-self-insert-command): Use the function value of
19328 `org-use-speed-commands'.
19329 (org-get-outline-path): Improve docstring.
19330 (org-format-outline-path): New function.
19331 (org-display-outline-path): New function.
19332
19333 2009-11-15 John Wiegley <jwiegley@gmail.com>
19334
19335 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
19336 a string, use that to find the LOGBOOK drawer.
19337
19338 2009-11-15 Glenn Morris <rgm@gnu.org>
19339
19340 * org-agenda.el (org-datetree-find-date-create)
19341 (org-habit-get-priority):
19342 * org.el (org-format-agenda-item): Fix declarations.
19343
19344 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19345
19346 * org.el (org-clone-subtree-with-time-shift): Make it work at the
19347 end of the buffer.
19348
19349 * org-mobile.el (org-mobile-write-checksums): Specify coding
19350 system.
19351 (org-mobile-timestamp-buffer): Keep local variable/mode line at
19352 beginning of buffer.
19353
19354 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
19355
19356 * org.el (org-block-todo-from-children-or-siblings-or-parent)
19357 (org-block-todo-from-checkboxes): Do not block changes to a nil
19358 TODO state.
19359
19360 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19361
19362 * org-habit.el (org-habit-parse-todo): Indicate which habit is
19363 wrongly set up in the error messages.
19364
19365 * org-colview.el (org-columns-display-here): Don't try to
19366 calculate values if the underlying property is not set.
19367 (org-columns-string-to-number): Convert age strings back into
19368 fractional days.
19369 (org-agenda-colview-summarize): Handle extended summary types
19370 properly.
19371
19372 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19373
19374 * org-exp.el (org-export-format-drawer-function): New variable.
19375 (org-export-format-drawer): New function.
19376 (org-export-preprocess-string): Pass the backend as a parameter to
19377 `org-export-remove-or-extract-drawers'.
19378 (org-export-remove-or-extract-drawers): New parameter BACKEND.
19379
19380 * org-protocol.el (org-protocol-char-to-string): New defsubst.
19381
19382 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19383
19384 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
19385 message when no block is selected.
19386
19387 * org-latex.el (org-export-latex-links): Check for protectedness
19388 in the last matched character, not after the match.
19389
19390 * org-datetree.el (org-datetree-find-date-create):
19391 Respect restriction when KEEP-RESTRICTION is set.
19392 (org-datetree-file-entry-under): New function.
19393 (org-datetree-cleanup): New command.
19394
19395 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
19396
19397 * org-src.el (org-edit-src-code): New optional argument context
19398 allows calling functions to avoid altering the saved window
19399 configuration.
19400 (org-edit-src-exit): Do not restore window configuration when this
19401 function is used in the context of saving the edit buffer.
19402
19403 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19404
19405 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
19406 instances to switching to with-current-buffer, because these seem
19407 to cause problems - no idea why.
19408
19409 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
19410 Require diary-lib for (diary-date-display-form).
19411
19412 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19413
19414 * org.el (org-log-reschedule, org-log-redeadline): New options.
19415 (org-log-note-headings): Add templates for rescheduling and
19416 deadline changing.
19417 (org-startup-options): Add in-buffer settings for logging changing
19418 schedule and deadline time stamps.
19419 (org-deadline, org-schedule): Check for existing date and arrange
19420 for logging if the user requests it.
19421 (org-add-log-note): Prepare proper note buffers for rescheduling
19422 and deadline changes.
19423
19424 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19425
19426 * org-agenda.el (org-agenda-diary-entry-in-org-file)
19427 (org-agenda-add-entry-to-org-agenda-diary-file)
19428 (org-agenda-insert-diary-make-new-entry): New functions.
19429 (org-agenda-diary-entry):
19430 Call `org-agenda-diary-entry-in-org-file' when appropriate.
19431
19432 * org.el (org-calendar-insert-diary-entry-key): New option.
19433 (org-agenda-diary-file): New option.
19434 ("calendar"): Install our insertion function in the calendar.
19435
19436 * org-remember.el (org-datetree): Require.
19437 (org-remember-templates): Add new positioning option.
19438 (org-remember-reference-date): New variable.
19439 (org-remember-apply-template): Store the reference date in a local
19440 variable.
19441 (org-remember-handler): Implement date tree positioning of entries.
19442
19443 * org-datetree.el: New file.
19444
19445 * org-latex.el (org-export-latex-preprocess): Protect targets in
19446 verbatim emphasis.
19447
19448 * org-html.el (org-export-as-html): Protect targets in verbatim
19449 emphasis.
19450
19451 * org-docbook.el (org-export-as-docbook): Protect targets in
19452 verbatim emphasis.
19453
19454 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19455
19456 * org-clock.el (org-show-notification): Handle messages that
19457 contain a percent character.
19458
19459 * org-remember.el (org-remember-apply-template): Turn of partial
19460 completion.
19461
19462 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
19463 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
19464
19465 * org.el (org-indent-mode): Define variable already in org.el.
19466 (org-unfontify-region): Remove line-prefix and wrap-prefix
19467 properties only if org-indent-mode is active.
19468
19469 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19470
19471 * org-icalendar.el (org-print-icalendar-entries): Save match data
19472 around call to verify function.
19473 (org-print-icalendar-entries): Add a call to the verification
19474 function.
19475
19476 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
19477 save-restrivtion' form.
19478
19479 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
19480
19481 * org-exp.el (org-export-format-source-code-or-example):
19482 Restrict scope of preserve-indentp to the let binding.
19483 (org-src): Require org-src, since org-src-preserve-indentation is used.
19484
19485 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19486
19487 * org-timer.el (org-timer-set-timer): Set variables
19488 org-timer-timer[123] correctly.
19489
19490 * org-mobile.el (org-mobile-files-alist): Make it work when
19491 `agenda-archives' is included in
19492 `org-agenda-text-search-extra-files'.
19493 (org-mobile-push): Restore agenda after mobile push.
19494
19495 2009-11-13 John Wiegley <jwiegley@gmail.com>
19496
19497 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
19498 way the amount of idle time is presented in the minibuffer.
19499
19500 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19501
19502 * org-icalendar.el (org-print-icalendar-entries):
19503 Use org-icalendar-verify-function only if non-nil.
19504
19505 * org.el (org-refile): Refile to clock only if the prefix arg is
19506 2.
19507 (org-sparse-tree): Fix docstring to be in line with prompt.
19508 (org-update-parent-todo-statistics):
19509 Call `org-after-todo-statistics-hook' on each level.
19510
19511 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19512
19513 * org-remember.el (org-remember-apply-template): Make sure the
19514 buffer exists.
19515
19516 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19517
19518 * org.el (org-tab-ind-state): New variable.
19519 (org-cycle-level): New function.
19520 (org-cycle-level-after-item/entry-creation): New option.
19521 (org-flag-subtree): New function.
19522 (org-hide-archived-subtrees): Call `org-flag-subtree'.
19523 (org-set-effort): Indexed access.
19524
19525 * org-list.el (org-cycle-item-indentation): New function.
19526
19527 * org.el (org-refile): Make prefix argument 2 refile to current
19528 clock.
19529 (org-priority): Interpret action `remove' as call to remove the
19530 priority cookie.
19531
19532 * org-remember.el (org-remember-apply-template): Don't depend on
19533 buffer name being like file name.
19534
19535 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19536
19537 * org-clock.el (org-clock-play-sound): Expand file in
19538 org-clock-sound, to allow ~ for home.
19539
19540 * org-remember.el (org-remember-handler):
19541 Set text-before-node-creation even if this already looks like a node,
19542 because the string might be needed on non-org-mode target files.
19543
19544 * org-agenda.el (org-agenda-open-link): Make this work in agenda
19545 clocktables.
19546 (org-agenda-switch-to): Follow a link at point if
19547 org-return-follows-link' is set and there is nothing else to do in
19548 this line.
19549
19550 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
19551
19552 * org-exp-blocks.el: Modify split separator regexp to avoid empty
19553 strings.
19554
19555 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19556
19557 * org-colview.el (org-columns-new): Make this work with the new
19558 operators.
19559 (org-columns-store-format): Make this work with the new operators.
19560
19561 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19562
19563 * org-src.el (org-src-preserve-indentation): Document that this
19564 variable is also used during export.
19565
19566 * org-exp.el (org-export-format-source-code-or-example):
19567 Preserve indentation if a block has a -i option, or if
19568 `org-src-preserve-indentation' is set.
19569
19570 * org-exp-blocks.el (org-export-blocks-preprocess):
19571 Preserve indentation if a block has a -i option, or if
19572 `org-src-preserve-indentation' is set.
19573
19574 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19575
19576 * org.el (org-mode-map): Define the new archiving keys.
19577 (org-speed-commands-default): Define an archiving key in the speed
19578 command map.
19579 (org-org-menu): Improve the menu structure concerning archiving.
19580
19581 * org-archive.el (org-archive-subtree-default-with-confirmation):
19582 New command.
19583
19584 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
19585 (org-agenda-menu): Add the new archiving commands to the menu.
19586 (org-agenda-archive-default)
19587 (org-agenda-archive-default-with-confirmation): New commands.
19588 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
19589 Just call `org-agenda-archive-with'.
19590 (org-agenda-archive-with): New function.
19591
19592 * org-table.el (org-table-convert-region): Inert spaces around "|"
19593 to avoid line beginnings like "|-1" which will be mistaken as
19594 hlines.
19595
19596 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19597
19598 * org.el (org-offer-links-in-entry): Return nil if there are no
19599 links, t if a link has been selected.
19600 (org-open-at-point): Open attachment directory when called in the
19601 headline and there are no links in the entry body.
19602 (org-speed-commands-default): Add "o" for open-at-point as a speed
19603 command.
19604
19605 * org-attach.el (org-attach-reveal): Optional prefix arg
19606 IF-EXISTS, which avoids creating the attachment directory if it
19607 does not yet exist.
19608
19609 * org-agenda.el (org-agenda, org-run-agenda-series):
19610 Evaluate MATCH.
19611
19612 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19613
19614 * org.el ("abbrev"): Work with abbrev tables only after they have
19615 been loaded.
19616
19617 * org-list.el (org-list-send-list): Fix bug related to match
19618 data.
19619
19620 * org-latex.el (org-export-latex-fontify): Apply verbatim
19621 emphasis.
19622 (org-export-latex-make-header): Insert \obeylines if line breaks
19623 should be preserved.
19624
19625 * org-exp.el (org-export-protect-verbatim): Add an
19626 `org-verbatim-emph' property to such text.
19627
19628 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19629
19630 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
19631 (org-print-icalendar-entries): Skip entries where the timestamp is
19632 not a deadline and not scheduled, if the user requests that.
19633
19634 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
19635 before an opening quote.
19636
19637 * org-archive.el (org-archive-subtree): Keep archive after
19638 archiving something.
19639
19640 * org-id.el (org-id-update-id-locations): Add archive files if
19641 that is required by `org-id-extra-files'.
19642
19643 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19644
19645 * org-src.el (org-src-window-setup): New option.
19646 (org-src-switch-to-buffer): New function.
19647 (org-edit-src-exit): Add optional argument CONTEXT and use it to
19648 restore window configuration.
19649 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
19650 Call `org-src-switch-to-buffer'.
19651
19652 * org.el (org-default-properties): Add STYLE property.
19653 (org-files-list): Use the function call to get the files.
19654 (org-additional-option-like-keywords): Add SETUPFILE to completion
19655 list.
19656
19657 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19658
19659 * org-table.el (org-table-convert-region): Correctly interpret
19660 quoting in csv import.
19661
19662 * org.el (org-icompleting-read): Make iswitchb completion work
19663 with lists and tables.
19664
19665 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
19666 while pushing the mobile agenda.
19667
19668 2009-11-13 John Wiegley <jwiegley@gmail.com>
19669
19670 * org-clock.el (org-clock-auto-clock-resolution): Now takes three
19671 values: nil, t and `when-no-clock-is-running'.
19672 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
19673 whether or not to resolve Org buffers on clock in.
19674
19675 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19676
19677 * org-colview.el (org-format-time-period): Function to format
19678 times in fractional days for display.
19679 (org-columns-display-here): Add support for showing a calculated
19680 value in place of the property.
19681 (org-columns): Set `org-columns-time' to the current time so time
19682 difference calculations will work.
19683 (org-columns-time): Use to store the current time when column view
19684 is displayed, so all time differences will use the same reference
19685 point.
19686 (org-columns-compile-map): There is now an extra position in each
19687 entry specifying the function to use to calculate the displayed
19688 value for the non-calculated properties in the column.
19689 (org-columns-compute-all): Set `org-columns-time' to the current
19690 time so time difference calculations will work.
19691 (org-columns-compute): Handle column operators where the values
19692 used are calculated from the underlying property.
19693 (org-columns-number-to-string): Handle the 'age' column format.
19694 (org-columns-string-to-number): Correct the function name (was
19695 org-column...). Add support for the 'age' column format.
19696 (org-columns-compile-format): Support the additional parameter in
19697 org-columns-compile-map.
19698
19699 2009-11-13 Bastien Guerry <bzg@gnu.org>
19700
19701 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
19702 variable.
19703
19704 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19705
19706 * org-clock.el (org-clock-has-been-used): New variable.
19707 (org-clock-in): Set `org-clock-has-been-used'.
19708 (org-clock-save): Save only if clock data has been used or created
19709 during this session.
19710
19711 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19712
19713 * org-clock.el (org-clock-persist): New value, to store only the
19714 clock history.
19715 (org-clock-save): Don't save the clock if only the history should
19716 be stored.
19717 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
19718 when restoring a saved clock.
19719
19720 2009-11-13 John Wiegley <jwiegley@gmail.com>
19721
19722 * org-clock.el (org-clock-display, org-clock-put-overlay):
19723 Use `org-time-clock-use-fractional'.
19724
19725 * org.el (org-time-clocksum-use-fractional)
19726 (org-time-clocksum-fractional-format): Two new customizable
19727 variables which allow the user to select fractional times (1.25
19728 instead of 1:25) in the `org-clock-display' report.
19729
19730 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19731
19732 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
19733 New option.
19734
19735 * org.el (org-tag-alist): Fix customization type.
19736
19737 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19738
19739 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
19740 Make sure the regexp search can fail without throwing an error.
19741 (org-mobile-apply): Save the inbox buffer after removing
19742 successfully applied changes.
19743
19744 2009-11-13 John Wiegley <jwiegley@gmail.com>
19745
19746 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
19747 time is reported after the user comes back (but before they
19748 resolve time).
19749
19750 * org.el (org-get-repeat): Change so that this function can be
19751 called with either `org-scheduled-string' or
19752 `org-deadline-string'.
19753
19754 * org-clock.el (org-clock-auto-clock-resolution): Rename from
19755 `org-clock-disable-clock-resolution', since negatives don't sound
19756 good in customization variables.
19757 (org-clock-in): Don't use the auto-resolution logic if the user is
19758 clocking into a different task while an active clock is running.
19759 This then allows the default behavior of clocking out of the open
19760 task and then into the new task.
19761
19762 * org.el (org-modules): Made this variable more consistent, since
19763 it was referring to Org, OrgMode and Org-mode, whereas the docs
19764 for the variable always refer to Org-mode.
19765
19766 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19767
19768 * org.el (org-repeat-re): The changed org-repeat-re no longer
19769 matched simple +2d type repeaters. Fix it so it does.
19770
19771 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19772
19773 * org-latex.el (org-export-latex-preprocess): Protect the vspace
19774 macro in the VERSE environment.
19775
19776 2009-11-13 John Wiegley <jwiegley@gmail.com>
19777
19778 * org-habit.el (org-habit-get-priority): A new function that
19779 determines the relative priority of a habit, based on how long
19780 past its scheduled date it is, and how near the deadline is.
19781
19782 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
19783 using `org-habit-get-priority'.
19784
19785 * org-habit.el (org-habit-build-graph): Start displaying colors
19786 from the first scheduled date, if that date is earlier than the
19787 first completion date.
19788
19789 * org-habit.el: Changed all "color" variables to faces, and made
19790 them appropriate for light and dark backgrounds.
19791
19792 * org-habit.el (org-habit-duration-to-days): Made this function
19793 more general.
19794 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
19795
19796 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
19797 habits, since they don't use DEADLINE anymore.
19798
19799 * org.el (org-repeat-re, org-display-custom-time)
19800 (org-timestamp-change): Extend to support the new ".+N/N"
19801 syntax, used for habits.
19802
19803 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
19804 variable reference.
19805
19806 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
19807 modeline when habits are being displayed (if that module is being
19808 loaded).
19809
19810 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19811
19812 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
19813 idle time using the xscreensaver extension.
19814 (org-user-idle-seconds): Use X11 idle time if available.
19815
19816 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19817
19818 * org-agenda.el (org-agenda-next-line): New command.
19819 (org-agenda-previous-line): New commands.
19820 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
19821 New commands.
19822 (org-agenda-follow-mode): Do the follow immediately if the mode is
19823 turned on here.
19824 (previous-line, next-line): Replace keys with the corresponding
19825 org functions.
19826 (org-agenda-mode-map): Bind backspace and delete to the scrolling
19827 command.
19828
19829 * org.el (org-icompleting-read): Turn off partial completion mode
19830 for the duration of this completion round.
19831
19832 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
19833 macros in author lines and similar stuff.
19834
19835 * org.el (org-file-tags): Fix docstring.
19836 (org-get-buffer-tags): Add the #+FILETAGS tags.
19837 ("ecb"): Make ecb show context after jumping into an Org file.
19838
19839 2009-11-13 John Wiegley <johnw@newartisans.com>
19840
19841 * org-agenda.el (org-finalize-agenda): Draw habit consistency
19842 graphs after everything else in the buffer has been setup.
19843
19844 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19845
19846 * org-mobile.el (org-mobile-apply): Count success and failure.
19847
19848 * org.el (org-indent-line-function): Fix regexp replace problem.
19849
19850 2009-11-13 John Wiegley <johnw@newartisans.com>
19851
19852 * org-clock.el (org-clock-disable-clock-resolution):
19853 New customization variable that disable automatic clock resolution on
19854 clock in.
19855 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
19856 not automatically resolve anything. This is does not affect
19857 idle-time resolution, however, if `org-clock-idle-time' is set.
19858
19859 2009-11-13 John Wiegley <johnw@newartisans.com>
19860
19861 * org-habit.el: New file, which implements code to build a "habit
19862 consistency graph".
19863
19864 * org-agenda.el (org-agenda-get-deadlines)
19865 (org-agenda-get-scheduled): Display consistency graphs when
19866 outputting habits into the agenda. The graphs are always relative
19867 to the current time.
19868 (org-format-agenda-item): Add new parameter `habitp', which
19869 indicates whether we are formatting a habit or not. Do not
19870 display "extra" leading information if habitp is true.
19871
19872 * org.el (org-repeat-re): Improve regexp to include .+ and ++
19873 leaders for repeat strings.
19874 (org-get-repeat): Now takes a string parameter `tagline', so the
19875 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
19876
19877 2009-11-13 John Wiegley <johnw@newartisans.com>
19878
19879 * org-agenda.el (org-agenda-auto-exclude-function):
19880 New customization variable for allowing the user to create an "auto
19881 exclusion" filter for doing context-aware auto tag filtering.
19882 (org-agenda-filter-by-tag): Changes to support the use of
19883 `org-agenda-auto-exclude-function'. See the new manual addition.
19884
19885 2009-11-13 John Wiegley <johnw@newartisans.com>
19886
19887 * org.el (org-files-list): Don't attempt to return a file name for
19888 Org buffers which have no associated file.
19889
19890 * org-agenda.el (org-agenda-do-action): Fix a typo.
19891
19892 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19893
19894 * org-mobile.el (org-mobile-locate-entry): Interpret files
19895 relative to org-directory.
19896 (org-mobile-inbox-for-pull): Document the best location for this
19897 file.
19898 (org-mobile-check-setup): Verify `org-directory'.
19899 (org-mobile-create-index-file): Sort the files to be listed in
19900 index.org.
19901
19902 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19903
19904 * org.el (org-fast-tag-selection): Add a way to display a
19905 description for a tag group. This is done by adding a string to
19906 either the startgroup or endgroup cell.
19907
19908 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19909
19910 * org-clock.el (org-clock-resolve, org-resolve-clocks)
19911 (org-emacs-idle-seconds): Use `org-float-time' instead of
19912 `time-to-seconds'.
19913
19914 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19915
19916 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
19917 type.
19918
19919 * org.el (org-pre-cycle-hook): Document that `empty' can also be
19920 the value of ARG when doing local cycling.
19921
19922 2009-11-13 John Wiegley <johnw@newartisans.com>
19923
19924 * org-clock.el (org-clock-resolve-clock): If keeping or
19925 subtracting time results in a clock out at a time in the past, and
19926 if the resolution occurred due to idleness or invoking `M-x
19927 org-resolve-clocks', remember that past moment in time. On the
19928 next clock in, the user will be prompted to see if they want to
19929 back-date their new clock to then.
19930 (org-clock-resolve): Do not jump the user to the location of a
19931 dangling clock if the resolution is occurring due to an idle
19932 timeout. In that case there is typically only one dangling clock,
19933 the active one, and there is no value gained by shuffling their
19934 windows around to show it to them. Being prompted to resolve an
19935 idle clock should be as inobtrusive as possible.
19936 (org-resolve-clocks-if-idle): New function that resolves only the
19937 currently active clock if the user has exceeded the time returned
19938 by `org-user-idle-seconds', based on the value of
19939 `org-clock-idle-time'.
19940 (org-clock-in): If, after resolving clocks, (???)
19941 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
19942
19943 * org-clock.el (org-clock-resolve-clock): New function that
19944 resolves a clock to a specific time, closing or resuming as need
19945 be, and possibly even starting a new clock.
19946 (org-clock-resolve): New function used by `org-resolve-clocks'
19947 that sets up for the call to `org-clock-resolve-clock'.
19948 It determines the time to resolve to based on a single-character
19949 selection from the user to either keep time, subtract away time or
19950 cancel the clock.
19951 (org-resolve-clocks): New user command which resolves dangling
19952 clocks -- that is, open but not active -- anywhere in the file
19953 list returned by `org-files-list'.
19954 (org-clock-in): Automatically resolve dangling clocks whenever a
19955 user clocks in.
19956 (org-clock-cancel): If the user cancels the solely clock in a
19957 LOGBOOK, remove the empty drawer.
19958
19959 * org-clock.el (org-clock-idle-time): New user customizable option
19960 for detecting whether the user has left a clock idle. Note: it is
19961 only used in this commit to test whether it's worthwhile to check
19962 OS X to get the Mac user's current idle time. If the Emacs idle
19963 time is less than the value, the user hasn't been away long enough
19964 to be worth checking (a more expensive test than just getting
19965 Emacs idle time).
19966 (org-user-idle-seconds, org-mac-idle-seconds)
19967 (org-emacs-idle-seconds): This three functions, in conjunction
19968 with the user customization variable `org-clock-idle-time', return
19969 the number of seconds (as a floating point) that the user has been
19970 away from their Emacs (or, if running on OS X, their computer).
19971
19972 * org-clock.el (org-find-open-clocks): New function that returns a
19973 list of all open clocks in the given FILE. Note that each clock
19974 it returns is a cons cell of the format (MARKER . START-TIME).
19975 This "clock" value is used by several of the new clock module
19976 utility functions.
19977 (org-is-active-clock): New inline function which tests whether the
19978 given clock value is the same as the currently active clock.
19979 Returns non-nil if this is the case.
19980 (org-with-clock-position): New macro that evaluates FORMS with
19981 point in the buffer and at the position of the given clock.
19982 Changes to the current clock are global.
19983 (org-with-clock): New macro that evaluates FORMS with point in the
19984 buffer and at the position of the given clock. However, changes
19985 to the current clock are local and have no effect on the user's
19986 active clock. This allows, for example, far any clock to be
19987 canceled without canceling the active clock.
19988 (org-clock-clock-in): New inline function that switches the active
19989 clock to the given clock. If either the argument RESUME, or the
19990 global `org-clock-in-resume', are non-nil, it will resume a clock
19991 that was previously left open.
19992 (org-clock-clock-out): New inline function that clocks out the
19993 given clock value without affecting the currently active clock.
19994 (org-clock-clock-cancel): New inline function that cancels the
19995 given clock value without affecting the currently active clock.
19996
19997 * org-clock.el (org-clock-in): Before creating
19998 `org-clock-mode-line-timer', check to make sure an older timer is
19999 not currently running.
20000 (org-clock-out): Accept new third parameter `at-time', which
20001 permits a clock to be clocked out at a specific time. Note that
20002 no attempt is made to verify that the clock out time is later than
20003 the clock in time.
20004
20005 * org.el (org-files-list): New utility function for returning a
20006 list of all open org-mode buffers, plus all files used to build
20007 the agenda buffer. Note that not all the files will necessarily
20008 be visited by a buffer at time of call.
20009 (org-entry-beginning-position): Like the function
20010 `line-beginning-position', this inline function returns the
20011 beginning position of the current heading/entry.
20012 (org-entry-end-position): Like the function `line-end-position',
20013 this inline function returns the end position of the current
20014 heading/entry.
20015
20016 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20017
20018 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
20019 a header line.
20020
20021 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20022
20023 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
20024
20025 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20026
20027 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
20028 entries that have no tags.
20029 (org-agenda-search-view): New customize group.
20030 (org-agenda-search-view-search-words-only): New option.
20031 (org-search-view): Implement substring search.
20032
20033 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20034
20035 * org.el (org-outline-level): Add doc string.
20036
20037 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20038
20039 * org-inlinetask.el (org-inlinetask-export): Re-introduce
20040 variable.
20041 (org-inlinetask-export-handler): Only export inline task if the
20042 user option calls for it.
20043
20044 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20045
20046 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
20047 END if present.
20048
20049 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20050
20051 * org-latex.el (org-export-latex-tables): Don't format in
20052 protected regions.
20053
20054 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20055
20056 * org-src.el (org-edit-src-code)
20057 (org-edit-src-find-region-and-lang, org-edit-src-exit):
20058 Handle macro editing.
20059
20060 * org-agenda.el (org-prefix-category-max-length): New variable.
20061 (org-format-agenda-item): Use `org-prefix-category-max-length'.
20062 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
20063
20064 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20065
20066 * org-mobile.el (org-mobile-create-index-file): Improve the
20067 listing of tags and todo keywords.
20068
20069 * org-latex.el (org-export-latex-format-image): New function.
20070 (org-export-latex-links): Use `org-export-latex-format-image'.
20071
20072 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20073
20074 * org-inlinetask.el (org-inlinetask-get-current-indentation)
20075 (org-inlinetask-remove-terminator): New functions.
20076 (org-inlinetask-export-handler): Terminate the description list.
20077
20078 * org-exp.el (org-export-select-backend-specific-text): Remove the
20079 region markers.
20080
20081 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
20082 tasks without content.
20083
20084 * org-clock.el: Make sure the clock-in target position does not
20085 move to a different node by widening the buffer.
20086
20087 * org-html.el (org-export-html-format-image): Wrap image into
20088 figure div only when there is a caption.
20089
20090 * org-archive.el (org-archive-mark-done): Change default value to
20091 nil.
20092
20093 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20094
20095 * org.el (org-context): Call `bobp', not `eobp'.
20096
20097 * org-clock.el (org-clock-cancel): Remove quotes from marker
20098 variables.
20099
20100 * org.el (org-read-date-prefer-future): New allowed value `time'.
20101 (org-read-date-analyze): Shift day to tomorrow depending on time
20102 entered and value of `org-read-date-prefer-future'.
20103
20104 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
20105
20106 * org.el (org-version, org-get-refile-targets, org-refile)
20107 (org-store-log-note, org-diary-to-ical-string)
20108 (org-speedbar-set-agenda-restriction):
20109 * org-publish.el (org-publish-find-title):
20110 * org-plot.el (org-plot/gnuplot):
20111 * org-mouse.el (org-mouse-do-remotely):
20112 * org-mobile.el (org-mobile-move-capture):
20113 * org-mac-message.el (org-mac-message-insert-flagged):
20114 * org-latex.el (org-replace-region-by-latex):
20115 * org-docbook.el (org-replace-region-by-docbook):
20116 * org-clock.el (org-clock-out, org-clock-cancel):
20117 * org-bibtex.el (org-execute-file-search-in-bibtex):
20118 Use with-current-buffer.
20119
20120 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
20121
20122 * org.el (org-directory, org-map-entries):
20123 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
20124
20125 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20126
20127 * org.el (org-set-tags-to): New command.
20128
20129 * org-latex.el (org-export-latex-set-initial-vars): Also check in
20130 the plist.
20131
20132 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
20133 keyword.
20134
20135 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
20136
20137 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20138
20139 * org-inlinetask.el (org-inlinetask-export): Option removed.
20140 (org-inlinetask-export-handler): Better export.
20141
20142 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
20143 (org-export-as-xoxo): Run the new hook.
20144
20145 * org-html.el (org-export-html-final-hook): New hook.
20146 (org-export-as-html): Run the new hook.
20147
20148 * org-docbook.el (org-export-docbook-final-hook): New hook.
20149 (org-export-as-docbook): Run the new hook.
20150
20151 * org-ascii.el (org-export-ascii-final-hook): New hook.
20152 (org-export-as-ascii): Run the new hook.
20153
20154 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
20155 space character as the character before the ^/_.
20156 (org-export-latex-final-hook): New hook.
20157 (org-export-as-latex): Run `org-export-latex-final-hook'.
20158
20159 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20160
20161 * org-macs.el (org-if-unprotected-at): Fix docstring.
20162
20163 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
20164 text in the prefix (if category is a link).
20165
20166 * org-latex.el (org-export-latex-preprocess): Deal properly with
20167 empty lines in verse environments.
20168
20169 * org.el (org-format-latex-header): Inline fullpage.sty.
20170
20171 * org-footnote.el (org-footnote-create-definition): Reveal context
20172 to add a new footnote definition.
20173
20174 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
20175 org-table-recalculate when cursor is in TBLFM line.
20176
20177 * org-list.el (org-renumber-ordered-list): Fix cursor position
20178 when bullet length has changed.
20179
20180 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20181
20182 * org.el (org-format-latex): Mention `org-format-latex-options' in
20183 the docstring.
20184
20185 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20186
20187 * org.el (org-agenda-get): New function.
20188
20189 * org-agenda.el (org-agenda-post-command-hook): No longer move
20190 point away from end of line.
20191 (org-agenda-add-entry-text, org-agenda-collect-markers)
20192 (org-finalize-agenda, org-agenda-mark-clocking-task)
20193 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
20194 (org-agenda-entry-text-show, org-agenda-highlight-todo)
20195 (org-agenda-compare-effort, org-agenda-filter-apply)
20196 (org-agenda-later, org-agenda-change-time-span)
20197 (org-agenda-post-command-hook, org-agenda-show-priority)
20198 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
20199 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
20200 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
20201 (org-agenda-open-link, org-agenda-copy-local-variable)
20202 (org-agenda-switch-to, org-agenda-check-no-diary)
20203 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
20204 (org-agenda-add-note, org-agenda-change-all-lines)
20205 (org-agenda-priority, org-agenda-set-tags)
20206 (org-agenda-set-property, org-agenda-set-effort)
20207 (org-agenda-toggle-archive-tag, org-agenda-date-later)
20208 (org-agenda-show-new-time, org-agenda-date-prompt)
20209 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
20210 (org-agenda-clock-in, org-agenda-bulk-mark)
20211 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
20212 Use `org-get-at-bol'.
20213
20214 * org-colview.el (org-columns-display-here)
20215 (org-columns-edit-allowed, org-agenda-columns):
20216 Use `org-get-at-bol'.
20217
20218 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20219
20220 * org.el (org-special-ctrl-a/e): Improve documentation and
20221 customize type.
20222 (org-end-of-line): Don't jump to after the ellipsis.
20223 (org-mode-map): Bind <home> and <end> as well.
20224
20225 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20226
20227 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
20228 space after #+ as comments.
20229 (org-open-at-point): Run `org-follow-link-hook' always.
20230
20231 * org-latex.el (org-export-latex-emph-format): Use better commands
20232 to insert special characters in verbatim snippets.
20233
20234 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20235
20236 * org-faces.el (org-copy-face): New function. Use it to create
20237 various faces formerly created by using `copy-face'.
20238
20239 * org-agenda.el (org-prepare-agenda): Don't officially mark this
20240 window dedicated.
20241 (org-agenda-quit): Kill the frame containing the agenda window if
20242 that frame was created for the agenda.
20243
20244 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20245
20246 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
20247 stamp in the agenda.
20248
20249 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20250
20251 * org-agenda.el (org-prepare-agenda):
20252 Reset `org-drawers-for-agenda'.
20253 (org-prepare-agenda): Uniquify list of drawers.
20254
20255 * org.el (org-complex-heading-regexp-format): New variable.
20256 (org-set-regexps-and-options):
20257 Define `org-complex-heading-regexp-format'.
20258 (org-drawers-for-agenda): New variable.
20259 (org-map-entries): Bind `org-drawers-for-agenda'.
20260 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
20261
20262 * org-remember.el (org-go-to-remember-target)
20263 (org-remember-handler): Use `org-complex-heading-regexp-format'.
20264
20265 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20266
20267 * org-agenda.el (org-agenda-highlight-todo): Fix text property
20268 problem.
20269
20270 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
20271 always with `invisible-ok'.
20272 (org-store-link): No error when there is nothing to link to in the
20273 agenda.
20274
20275 * org-list.el (org-update-checkbox-count): Insert changed cookie
20276 before the old, to avoid problems with invisibility at the end of
20277 the line.
20278 (org-update-checkbox-count): Insert changed cookie before the old,
20279 to avoid problems with invisibility at the end of the line.
20280
20281 * org.el (org-sort-entries-or-items): Include the final newline.
20282 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
20283 lines for fontification.
20284 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
20285 (org-prepare-dblock): Store the current indentation of the BEGIN
20286 line.
20287 (org-update-dblock): Apply the indentation of the begin line to
20288 the rest of the block.
20289 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
20290 (org-startup-folded): New allowed value `showeverything'.
20291 (org-startup-options): Add STARTUP keyword `showeverything'.
20292 (org-set-startup-visibility): Respect value `showeverything' in
20293 org-startup-folded.
20294
20295 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20296
20297 * org.el (org-closest-date): Fix issue with past preference.
20298
20299 * org-archive.el (org-archive-set-tag)
20300 (org-archive-subtree-default): New commands.
20301
20302 * org-clock.el (org-clock-clocktable-default-properties):
20303 New option.
20304 (org-clock-report):
20305 Use `org-clock-clocktable-default-properties'.
20306
20307 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20308
20309 * org.el (org-iswitchb-completing-read): Fix typo.
20310
20311 * org-crypt.el: New file.
20312
20313 * org.el: Add an entry for org-crypt.
20314
20315 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20316
20317 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
20318 consistency.
20319 (org-batch-store-agenda-views): New function.
20320 (org-agenda-title-append): Define variable.
20321 (org-write-agenda): New export to Org files.
20322 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
20323 (org-agenda): Allow to keep the restricted file list if a special
20324 variable is bound to t.
20325 (org-agenda): Define a special agenda view for working on flagged
20326 entries.
20327 (org-agenda-get-restriction-and-command): List the new agenda
20328 view.
20329 (org-agenda-show-the-flagging-note): New command.
20330 (org-agenda-mode-map): New key `?' for looking at the flagging
20331 note.
20332
20333 * org.el (org-autoload): Autoload org-mobile.el.
20334 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
20335
20336 * org-mobile.el: New file.
20337
20338 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
20339
20340 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20341
20342 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
20343 statements.
20344 (org-table-get-remote-range): Match indented #+TBLNAME
20345 statements.
20346
20347 * org.el (org-convert-to-odd-levels)
20348 (org-convert-to-oddeven-levels): Work also correctly if the file
20349 is in outline-mode.
20350
20351 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20352
20353 * org.el (org-store-link): When in agenda buffer, link to
20354 referenced entry.
20355 (org-add-planning-info): Remove spaces at eol.
20356
20357 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
20358 property.
20359
20360 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20361
20362 * org-latex.el (org-export-latex-first-lines): Fix problem with
20363 LaTeX export of first line and selected subtree.
20364
20365 * org.el (org-shifttab): Interpret arg differently when using only
20366 odd levels.
20367
20368 2009-10-01 Bastien Guerry <bzg@gnu.org>
20369
20370 * org.el (org-check-agenda-file): Use a more explicit message.
20371
20372 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20373
20374 * org-exp.el (org-export-remove-special-table-lines): Don't remove
20375 normal lines.
20376
20377 2009-10-01 Bastien Guerry <bzg@gnu.org>
20378
20379 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
20380 prompt in the temporary window.
20381
20382 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
20383 prefix for marked entries in the agenda view.
20384
20385 2009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
20386
20387 * org.el (outline-end-of-subtree): Bugfix: advise this function in
20388 a way that prevents any trailing character from being displayed.
20389
20390 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20391
20392 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
20393 menu.
20394
20395 * org-exp.el (org-export-remove-special-table-lines): Remove bad
20396 slow regexp match.
20397
20398 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20399
20400 * org-latex.el (org-export-latex-preprocess): Do not protect in
20401 the LaTeX header.
20402
20403 * org-src.el (org-edit-src-save): Save window setup while saving.
20404 (org-edit-src-code): Use new buffer name construction scheme.
20405
20406 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20407
20408 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
20409 New variable.
20410 (org-agenda-entry-text-cleanup-hook): New hook.
20411 (org-agenda-get-some-entry-text): Remove matches of
20412 `org-agenda-entry-text-exclude-regexps' and run the hook
20413 `org-agenda-entry-text-cleanup-hook'.
20414
20415 * org.el (org-offer-links-in-entry): New argument ZERO to
20416 implement a link with index zero.
20417 (org-cycle-show-empty-lines): Not keep empty line under header
20418 hidden.
20419 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
20420 to nil for special completion.
20421 (org-store-link): Don't error before the first heading.
20422
20423 * org-agenda.el (org-agenda-open-link): Pass the prefix to
20424 `org-offer-links-in-entry'.
20425
20426 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20427
20428 * org-agenda.el (org-agenda-quit): Provide the window argument for
20429 `window-dedicated-p', Emacs 22 needs it.
20430 (org-format-agenda-item): If the category is a link, arrange for
20431 invisible text to replaced with spaces.
20432 (org-compile-prefix-format): Add the extra space.
20433 (org-prefix-category-length): New variable.
20434
20435 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
20436 references from TOC lines.
20437
20438 * org.el (org-selected-window): New variable.
20439
20440 * org-table.el (org-table-edit-formulas): Remember the selected
20441 window.
20442 (org-table-fedit-finish, org-table-fedit-abort): Select the window
20443 that was originally selected.
20444
20445 * org-exp.el (org-export-preprocess-apply-macros): Scan the
20446 expansion of a macro for more macro definitions.
20447
20448 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
20449 invisibility overlay starts on the newline.
20450
20451 2009-10-01 Glenn Morris <rgm@gnu.org>
20452
20453 * org-agenda.el (calendar-check-holidays):
20454 * org-exp.el (org-agenda-skip):
20455 * org-list.el (outline-back-to-heading):
20456 * org-wl.el (wl-summary-goto-folder-subr):
20457 * org.el (iswitchb-mode, remember, remember-buffer-desc)
20458 (remember-finalize, remember-save-after-remembering, remember-register)
20459 (remember-buffer, remember-handler-functions)
20460 (remember-annotation-functions): Remove unused declarations.
20461
20462 * org.el (iswitchb-read-buffer): Fix declaration.
20463
20464 2009-09-30 Glenn Morris <rgm@gnu.org>
20465
20466 * org-compat.el (w32-focus-frame):
20467 * org-exp-blocks.el (R):
20468 * org-exp.el (htmlize-buffer):
20469 * org-protocol.el (server-edit):
20470 * org-table.el (org-format-org-table-html):
20471 * org.el (org-indent-mode): Fix declarations.
20472
20473 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
20474 free variable `fun'.
20475
20476 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
20477
20478 * org-agenda.el (org-agenda-restore-windows-after-quit):
20479 Fix typo in docstring.
20480
20481 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
20482
20483 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
20484 (org-shiftselect-error, org-ctrl-c-ctrl-c):
20485 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
20486 * org-attach.el (org-attach-check-absolute-path):
20487 * org-docbook.el (org-export-as-docbook):
20488 * org-html.el (org-export-as-html):
20489 * org-id.el (org-id-update-id-locations):
20490 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
20491 Fix typos in error messages.
20492
20493 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
20494
20495 * org-ascii.el: Require CL for the `loop' macro.
20496
20497 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
20498
20499 * org-gnus.el (require): Wrap (require gnus-sum) into
20500 eval-when-compile.
20501
20502 2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
20503
20504 * org-protocol.el (org-protocol-store-link)
20505 (org-protocol-remember, org-protocol-open-source): Remove autoload
20506 cookies again.
20507
20508 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
20509 referencing the start of the line.
20510
20511 * org-gnus.el: Remove unnecessary declare-function forms.
20512 (gnus-sum): Always require gnus-sum.
20513
20514 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20515
20516 * org-protocol.el (org-protocol-store-link)
20517 (org-protocol-remember, org-protocol-open-source): Add autoloads.
20518
20519 * org-compat.el (org-float-time): New function.
20520
20521 * org.el (org-clock-update-time-maybe)
20522 (org-sort-entries-or-items, org-do-sort)
20523 (org-evaluate-time-range, org-time-string-to-seconds)
20524 (org-closed-in-range): Use `org-float-time'.
20525
20526 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
20527 (org-timer-seconds): Use `org-float-time'.
20528
20529 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
20530 (org-clock-sum, org-dblock-write:clocktable)
20531 (org-clocktable-steps): Use `org-float-time'.
20532
20533 * org-agenda.el (org-agenda-last-marker-time)
20534 (org-agenda-new-marker, org-diary): Use `org-float-time'.
20535
20536 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
20537 function.
20538
20539 * org-exp.el (org-get-file-contents): Only protect lines that
20540 really need it.
20541
20542 * org-html.el (require): Require cl for compilation.
20543
20544 * org.el: Avoid using `default-major-mode'.
20545
20546 * org-plot.el (require): Require CL only at compile time.
20547
20548 * org-exp.el (require): Require CL only at compile time.
20549
20550 * org-agenda.el (org-agenda-quit): When the agenda window is
20551 dedicated, remove other windows before exiting, so that the frame
20552 really will be killed.
20553
20554 * org-exp.el (org-export-handle-include-files): Reset START and
20555 END for each loop cycle.
20556
20557 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20558
20559 * org.el (org-eval-in-calendar):
20560 Use `org-select-frame-set-input-focus'.
20561
20562 * org-compat.el (org-select-frame-set-input-focus): New function.
20563
20564 * org.el (org-update-statistics-cookies): New function.
20565 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
20566
20567 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20568
20569 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
20570 after the local variables are set.
20571
20572 * org-latex.el (org-export-latex-protect-amp): New function.
20573 (org-export-latex-links): Protect link ampersands in tables.
20574
20575 * org-exp.el (org-export-select-backend-specific-text): Match in
20576 two steps, to avoid regexp problems.
20577
20578 * org.el (org-offer-links-in-entry): Improve working with many and
20579 duplicate links.
20580
20581 * org-agenda.el (org-agenda-show-1): Make more consistent with
20582 normal cycling.
20583 (org-agenda-cycle-show): Make more consistent with normal cycling.
20584
20585 * org-gnus.el (org-gnus-store-link): Restore the linking to a
20586 website.
20587
20588 2009-09-02 Bastien Guerry <bzg@gnu.org>
20589
20590 * org-latex.el (org-export-latex-first-lines): Bugfix.
20591
20592 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20593
20594 * org-clock.el (org-clock-modify-effort-estimate): Emit message
20595 about new effort.
20596
20597 * org.el (org-set-effort): New function.
20598 (org-mode-map): New key for effort setting command.
20599
20600 * org-agenda.el (org-agenda): Keep window setup when calling
20601 agenda from within agenda window.
20602 (org-agenda-mode-map): New keys for effort setting commands.
20603 (org-agenda-menu): Add effort setting commands to menu.
20604 (org-agenda-set-property, org-agenda-set-effort): New functions.
20605
20606 * org-latex.el (org-export-latex-tables):
20607 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
20608 the first column has been removed.
20609
20610 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20611
20612 * org.el (org-remove-timestamp-with-keyword): Only remove in
20613 entry, not in subtree.
20614
20615 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
20616 emacs lisp.
20617
20618 * org.el (org-open-at-point): When on headline, offer all strings
20619 in entry.
20620
20621 * org-remember.el (org-remember-templates): Documentation fix.
20622
20623 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
20624 `org-get-last-sibling' instead of the outline versions of these
20625 functions.
20626 (org-get-last-sibling): New function.
20627 (org-refile): Use `org-get-next-sibling' instead of the outline
20628 version of this function.
20629 (org-clean-visibility-after-subtree-move):
20630 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
20631 outline versions of these functions.
20632
20633 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20634
20635 * org-agenda.el (org-prepare-agenda): When creating a new frame
20636 for the agenda, make the window dedicated.
20637
20638 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
20639
20640 * org-table.el (org-table-align): Change the order of reinsertion
20641 and deletion, to avoid problems with overlays following the table.
20642
20643 * org.el (org-parse-time-string): Better error message.
20644 (org-show-subtree): Use org-end-of-subtree.
20645
20646 * org-macs.el (org-goto-line): New defsubst.
20647
20648 * org.el (org-open-file, org-change-tag-in-region)
20649 (org-fast-tag-show-exit): Don't use `goto-line'.
20650
20651 * org-table.el (org-table-align, org-table-insert-column)
20652 (org-table-delete-column, org-table-move-column)
20653 (org-table-sort-lines, org-table-copy-region)
20654 (org-table-paste-rectangle, org-table-wrap-region)
20655 (org-table-get-specials, org-table-rotate-recalc-marks)
20656 (org-table-get-range, org-table-recalculate)
20657 (org-table-edit-formulas, org-table-fedit-convert-buffer)
20658 (org-table-show-reference, org-table-highlight-rectangle):
20659 Don't use `goto-line'.
20660
20661 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
20662 (org-edit-src-exit): Don't use `goto-line'.
20663
20664 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
20665
20666 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
20667 Don't use `goto-line'.
20668
20669 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
20670
20671 * org-colview.el (org-columns, org-columns-redo)
20672 (org-agenda-columns): Don't use `goto-line'.
20673
20674 * org-agenda.el (org-agenda-mode): Force visual line motion off.
20675 (org-agenda-add-entry-text-maxlines): Improve docstring.
20676 (org-agenda-start-with-entry-text-mode): New option.
20677 (org-agenda-entry-text-maxlines): New option.
20678 (org-agenda-entry-text-mode): New variable.
20679 (org-agenda-mode): Set initial value of
20680 `org-agenda-entry-text-mode'.
20681 (org-agenda-mode-map): Add the `E' key.
20682 (org-agenda-menu): Add entry text mode to the menu.
20683 (org-agenda-get-some-entry-text): Fix line count bug.
20684 (org-finalize-agenda): Apply entry text mode if appropriate.
20685 (org-agenda-entry-text-show-here): New function.
20686 (org-agenda-entry-text-show): New function.
20687 (org-agenda-entry-text-hide): New function.
20688 (org-agenda-view-mode-dispatch): Add entry text mode to the view
20689 key menu.
20690 (org-agenda-entry-text-mode): New command.
20691 (org-agenda-set-mode-name): Add entry text mode to the mode line
20692 string.
20693 (org-agenda-undo, org-agenda-get-restriction-and-command)
20694 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
20695 `goto-line'.
20696
20697 2009-09-02 Bernt Hansen <bernt@norang.ca>
20698
20699 * org-clock.el (org-notify): Bugfix.
20700
20701 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20702
20703 * org-agenda.el (org-agenda-open-link): Handle multiple links and
20704 check for after-string.
20705
20706 * org-gnus.el (org-gnus-store-link): Simplify.
20707
20708 * org.el (org-latex-regexps): Don't add extra empty lines for
20709 display formulas.
20710
20711 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20712
20713 * org-agenda.el (org-agenda-get-some-entry-text): New function.
20714 (org-agenda-add-entry-text):
20715 Use `org-agenda-get-some-entry-text'.
20716
20717 * org.el (org-cycle-separator-lines): Update docstring.
20718 (org-cycle-show-empty-lines): Handle negative values for
20719 `org-cycle-show-empty-lines'.
20720
20721 * org-exp.el (org-export-protect-sub-super): New function.
20722 (org-export-normalize-links): Protect the url of plain links from
20723 supscript and superscript processing.
20724
20725 * org-remember.el (org-remember-escaped-%): New function.
20726 (org-remember-apply-template): Use `org-remember-escaped-%' to
20727 detect escaped % signs.
20728
20729 2009-09-02 Bastien Guerry <bzg@gnu.org>
20730
20731 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
20732 sound when showing the notification.
20733
20734 * org-clock.el (org-notify): New function.
20735 (org-clock-notify-once-if-expired): Use `org-notify'.
20736
20737 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
20738 and `gnus-article-mode' separately.
20739 (gnus-summary-article-header): Fix the declare-function.
20740
20741 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20742
20743 * org-exp.el (org-export-format-source-code-or-example):
20744 Translate language.
20745
20746 * org-src.el (org-src-lang-modes): New variable.
20747 (org-edit-src-code): Translate language.
20748
20749 * org-exp.el (org-export-format-source-code-or-example): Deal wit
20750 the new structure of the `org-export-latex-listings-langs'
20751 variable.
20752
20753 * org-latex.el (org-export-latex-listings-langs): Change structure
20754 of the variable from plist to alist.
20755
20756 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20757
20758 * org.el (org-in-commented-line): New function.
20759
20760 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20761
20762 * org.el (org-hide-block-toggle): Make folded blocks searchable.
20763
20764 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
20765
20766 * org.el (org-flag-drawer): More useful error.
20767
20768 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20769
20770 * org-remember.el (org-remember-apply-template):
20771 Use org-icompleting-read.
20772
20773 * org-publish.el (org-publish): Use org-icompleting-read.
20774
20775 * org-colview.el (org-columns-edit-value, org-columns-new)
20776 (org-insert-columns-dblock): Use org-icompleting-read.
20777
20778 * org-attach.el (org-attach-delete-one, org-attach-open):
20779 Use org-icompleting-read.
20780
20781 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20782
20783 * org.el (org-hierarchical-todo-statistics): Improve docstring.
20784 (org-version): Return the version text.
20785 (org-org-menu): Add a menu entry for the new bug reporter.
20786 (org-submit-bug-report): New command.
20787
20788 * org-list.el (org-hierarchical-checkbox-statistics):
20789 Improve docstring.
20790
20791 * org.el (org-emphasis-regexp-components): Add "`" to set of
20792 pre-emphasis characters.
20793
20794 * org-latex.el (org-export-latex-classes): Always include the soul
20795 package.
20796 (org-export-latex-emphasis-alist): Use \st for strikethough.
20797
20798 * org-exp-blocks.el (org-export-blocks-preprocess):
20799 Use `indent-code-rigidly' to indent.
20800
20801 * org-agenda.el (org-agenda-get-restriction-and-command):
20802 Remove properties only if MATCH really is a string.
20803
20804 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20805
20806 * org-latex.el (org-export-latex-packages-alist):
20807 Fix customization type.
20808
20809 * org.el (org-create-formula-image): Also use
20810 `org-export-latex-packages-alist'.
20811
20812 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
20813 (org-export-as-html): Format footnotes correctly.
20814
20815 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20816
20817 * org.el (org-fast-tag-selection): Avoid text properties on tags
20818 in the alist.
20819
20820 * org-agenda.el (org-agenda-get-restriction-and-command):
20821 Avoid text properties on the match element.
20822
20823 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20824
20825 * org.el (org-set-regexps-and-options): Make sure the list of done
20826 keywords is not invalid.
20827
20828 * org-exp.el (org-export-interpolate-newlines): New function.
20829
20830 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20831
20832 * org.el (org-format-latex): Avoid nested overlays.
20833
20834 * org-latex.el (org-export-latex-listings-langs): Add a few more
20835 languages.
20836
20837 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
20838 ignore newlines and space before the first macro argument.
20839
20840 * org-latex.el (org-export-latex-tables): Remove save-excursion
20841 around `org-table-align'.
20842
20843 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20844
20845 * org.el (org-export-html-special-string-regexps):
20846 Definition moved into org.el.
20847
20848 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
20849 in macro calls.
20850
20851 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20852
20853 * org-latex.el (org-export-latex-listings)
20854 (org-export-latex-listings-langs): New options.
20855
20856 * org-exp.el (org-export-format-source-code-or-example):
20857 Use listing package if requested by the user.
20858
20859 2009-09-02 Bastien Guerry <bzg@gnu.org>
20860
20861 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
20862 command before actually switching to a buffer.
20863
20864 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20865
20866 * org-exp.el (org-get-file-contents): Only quote org lines when
20867 the markup is src or example.
20868
20869 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
20870 New option.
20871 (org-agenda-get-day-entries): Remember deadline results and pass
20872 them on into the function getting the scheduling information.
20873 (org-agenda-get-scheduled): Accept deadline results as parameters
20874 and maybe skip some entries.
20875 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
20876
20877 * org.el (org-insert-heading): When respecting content, do not
20878 convert current line to headline.
20879
20880 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
20881 Also cheeeeeck the hd marker.
20882 (org-clock-in): Also set the hd marker.
20883 (org-clock-out): Also set the hd marker.
20884 (org-clock-cancel): Reset markers.
20885
20886 * org.el (org-clock-hd-marker): New marker.
20887
20888 * org-faces.el (org-agenda-clocking): New face.
20889
20890 * org-agenda.el (org-agenda-mark-clocking-task): New function.
20891 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
20892
20893 * org.el (org-modules): Add org-track.el.
20894
20895 * org-agenda.el (org-agenda-bulk-marked-p): New function.
20896 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
20897 Use `org-agenda-bulk-marked-p'.
20898 (org-agenda-bulk-toggle): New command.
20899
20900 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20901
20902 * org.el (org-move-subtree-down): Hide subtree if it was folded,
20903 not just the body.
20904
20905 * org-remember.el (org-remember-finalize): Avoid buffer-modified
20906 messages.
20907
20908 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20909
20910 * org-html.el (org-export-as-html):
20911 * org-docbook.el (org-export-as-docbook):
20912 Use (default-value 'major-mode) instead of default-major-mode.
20913
20914 2009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
20915
20916 * org-docbook.el: Add arch-tag.
20917
20918 * org-exp-blocks.el: Add arch-tag.
20919
20920 * org-id.el: Add arch-tag.
20921
20922 * org-indent.el: Add arch-tag.
20923
20924 * org-inlinetask.el: Add arch-tag.
20925
20926 * org-protocol.el: Add arch-tag.
20927
20928 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
20929
20930 * org.el (org-create-formula-image): Remove the -E option for
20931 dvipng.
20932
20933 * org-exp.el (org-default-export-plist): Respect #+BIND.
20934 (org-export-confirm-letbind): New function.
20935
20936 * org.el (org-paste-subtree): Test the kill ring entry if it is
20937 going to be used.
20938 (org-copy-subtree): Use `org-forward-same-level'.
20939 (org-forward-same-level): Respect the `invisibe-ok' arg for
20940 back-to-heading.
20941
20942 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
20943
20944 * org.el (org-table-map-tables): Make sure cursor is back at table
20945 beginning after funcall.
20946
20947 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
20948 handled before children, and do not error if an entry is not
20949 found, probably because it hase been remove when the parent was
20950 archived or refiled.
20951
20952 * org.el (org-ido-completing-read): Accept straight lists for
20953 completion as well as alists.
20954
20955 * org-timer.el (org-timer-cancel-timers): Rename from
20956 `org-timer-cancel-timers'.
20957
20958 * org.el (org-cycle-internal-local): Fix problem with finding next
20959 invisible line.
20960
20961 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
20962
20963 * org-list.el (org-list-send-list):
20964 Call `org-list-goto-true-beginning' instead of
20965 `org-list-find-true-beginning', which does not exist.
20966
20967 * org-timer.el (org-timer-reset-timers): Use `mapc'.
20968 (org-timer-set-timer): Do not assign to heading.
20969
20970 * org-id.el (org-id-open): Quote function name.
20971
20972 * org-macs.el (org-unmodified): Turn off recording undo
20973 information while running inside the macro.
20974
20975 * org-table.el (org-table-export): Also work in file-less
20976 buffers.
20977
20978 * org.el (org-startup-indented): New option.
20979 (org-startup-options): Add new options indent and noindent.
20980 (org-unfontify-region): Remove line-prefix and wrap-prefix
20981 properties.
20982 (org-after-demote-entry-hook, org-after-promote-entry-hook):
20983 New hooks.
20984 (org-promote, org-demote): Run the new hooks.
20985
20986 * org-table.el (org-table-align): Replace leading \n as well.
20987
20988 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
20989 and `line-wrap' text properties.
20990
20991 * org-compat.el (org-kill-new): New function.
20992
20993 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
20994 `line-wrap' text properties.
20995
20996 * org-indent.el: New file.
20997
20998 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
20999
21000 * org.el (org-provide-todo-statistics): Tweak docstring.
21001
21002 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
21003
21004 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21005
21006 * org-exp.el (org-export-as-org): Insert the "-source" string
21007 before the extension.
21008
21009 * org.el (org-read-date): Make sure the calendar is in the current
21010 frame.
21011 (org-set-emph-re): Remove the ? from the post-match.
21012 (org-emphasis-regexp-components): Add backslash to the
21013 postmatch class.
21014 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
21015 optional so that also lines at the end of the buffers will still
21016 be matched as headlines.
21017
21018 * org-table.el (org-table-error-on-row-ref-crossing-hline):
21019 Variable made obsolete.
21020 (org-table-relative-ref-may-cross-hline): New option.
21021 (org-table-find-row-type): Honow the new option
21022 `org-table-relative-ref-may-cross-hline'.
21023
21024 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21025
21026 * org-table.el (org-table-cut-region, org-table-copy-region):
21027 Work on single field if no active region.
21028
21029 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21030
21031 * org-latex.el (org-export-latex-make-header): Only insert title
21032 if one is defined.
21033
21034 * org.el (org-make-options-regexp): Allow empty values.
21035
21036 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21037
21038 * org.el (org-cycle-internal-local): Improved version of finding
21039 next visible line.
21040 (org-cycle-hide-drawers): Only hide drawers if this is really
21041 necessary.
21042 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
21043 org-version of this function in Org-mode. We use advice to
21044 implement this change, so that future changes to this function in
21045 outline.el wil be handled properly.
21046 (org-forward-same-level, org-backward-same-level): New commands.
21047
21048 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21049
21050 * org.el (org-remove-empty-overlays-at)
21051 (org-clean-visibility-after-subtree-move): New functions.
21052 (org-move-subtree-down): Simplify cleanup of display.
21053
21054 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21055
21056 * org-mac-message.el (org-mac-message-get-links): Improve
21057 docstring. Make argument SELECT-OR-FLAGGED optional, default to
21058 "s". Fix the return value.
21059 (org-mac-message-insert-flagged): Simplify.
21060
21061 * org.el (org-refile-get-location): Tamper with refile history o
21062 that history contains compete matches instead of the entered
21063 string.
21064
21065 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21066
21067 * org.el (org-store-link): Never store a link to an inline task.
21068
21069 * org-footnote.el (org-footnote-goto-local-insertion-point):
21070 Skip inline tasks when positioning footnotes.
21071
21072 * org.el (org-refile): Remove the END line when archiving an
21073 inline task that does have an END line.
21074
21075 * org-archive.el (org-archive-subtree): Remove the END line when
21076 archiving an inline task that does have an END line.
21077
21078 * org-macs.el (org-with-limited-levels): New macro.
21079 (org-get-limited-outline-regexp): New function.
21080
21081 * org-exp.el (org-export-format-source-code-or-example): Fix bug
21082 that did not enumerate first line.
21083 (org-export-mark-radio-links): Skip matches in links.
21084
21085 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21086
21087 * org.el (org-activate-plain-links): Make single-match.
21088 (org-adapt-indentation): Fix docstring.
21089
21090 * org-macs.el (org-unmodified): Turn of modification hooks while
21091 running this macro.
21092
21093 2009-08-06 Bastien Guerry <bzg@gnu.org>
21094
21095 * org.el (org-adapt-indentation): Slightly improve the docstring.
21096 (org-occur): Sends an error when the user inputs an empty string.
21097 (org-priority): Bugfix: the tag alignement should happen within
21098 save-excursion.
21099
21100 2009-08-06 Bastien Guerry <bzg@gnu.org>
21101
21102 * org.el (org-make-link-regexps): Don't exclude parentheses from
21103 `org-plain-link-re'.
21104 (org-cycle-internal-local): When locally cycling, switch directly
21105 from CHILDREN to FOLDED if there is no subtree.
21106 (org-cycle): Update the docstring to document the new behavior of
21107 `org-cycle-internal-local'.
21108
21109 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
21110
21111 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
21112 an abbreviated format for days.
21113
21114 2009-08-06 Bastien Guerry <bzg@gnu.org>
21115
21116 * org-protocol.el (org-protocol-default-template-key):
21117 New option.
21118
21119 * org.el (org-refile): Bugfix: save-excursion before reading the
21120 refile target, otherwise cursor moves might confuse `org-refile'.
21121
21122 * org.el (org-toggle-heading): Bugfix: correctly convert list
21123 items before the first headline.
21124
21125 * org.el (org-provide-todo-statistics): Allow a list of TODO
21126 keywords to compute statistics against headlines containing a
21127 keyword from this list.
21128 (org-update-parent-todo-statistics): Possibly use the new allowed
21129 value of `org-provide-todo-statistics'.
21130
21131 2009-08-06 Bastien Guerry <bzg@gnu.org>
21132
21133 * org-timer.el: Add autoload cookie.
21134
21135 * org.el (org-occur-link-in-agenda-files): New function.
21136
21137 * org-timer.el (org-timer-last-timer): New variable.
21138
21139 * org-agenda.el (org-agenda-mode-map): New key for
21140 org-timer-set-timer called from the agenda.
21141
21142 * org.el (org-mode-map): New key for org-timer-set-timer.
21143
21144 * org-timer.el (org-timer-reset-timers)
21145 (org-timer-show-remaining-time, org-timer-set-timer):
21146 New functions.
21147
21148 * org-clock.el (org-show-notification): Update the docstring.
21149
21150 * org.el (org-provide-todo-statistics): Allow new value
21151 'all-headlines for this option, which includes entries with no
21152 TODO keywords in the todo statistics.
21153 (org-update-parent-todo-statistics): Possibly use the new
21154 'all-headline value from `org-provide-todo-statistics'.
21155
21156 2009-08-06 Bastien Guerry <bzg@gnu.org>
21157
21158 * org-clock.el (org-dblock-write:clocktable): Add a new option
21159 :timestamp which allows display of timestamps in clock reports.
21160
21161 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
21162 list to a subtree, preserving the structure of the list.
21163 (org-set-emph-re): Make the last element optional in the regexp.
21164 This regexp now matches an emphasized string at the end of a line.
21165
21166 * org-list.el (org-list-goto-true-beginning)
21167 (org-list-make-subtree, org-list-make-subtrees): New functions.
21168
21169 * org.el (org-eval-in-calendar): Select the right frame.
21170 (org-save-frame-excursion): Remove this macro.
21171
21172 2009-08-06 Bastien Guerry <bzg@gnu.org>
21173
21174 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
21175 trying to find the beginning of a list.
21176
21177 * org-exp.el (org-get-file-contents): Use a new argument: markup.
21178 When present, tell org-get-file-contents not to protect org-like
21179 lines.
21180
21181 * org-id.el (org-id-uuid-program): New option to set the name of
21182 the uuidgen program.
21183 (org-id-method): Use `org-id-uuid-program'.
21184 (org-id-new): Use `org-id-uuid-program'.
21185
21186 2009-08-06 Bastien Guerry <bzg@gnu.org>
21187
21188 * org-exp.el (org-export-number-lines): Allow whitespace in code
21189 references. Allow the -r switch to remove the references in the
21190 source code even when the lines are not numbered: the labels can
21191 be explicit enough.
21192
21193 * org.el (org-fontify-whole-heading-line): New option.
21194 (org-set-font-lock-defaults): Use the new option.
21195
21196 * org-clock.el (org-show-notification-handler): New option.
21197 (org-show-notification): Use the new option.
21198
21199 2009-08-06 Bastien Guerry <bzg@gnu.org>
21200
21201 * org.el (org-eval-in-calendar): Fix a bug about calendar
21202 navigation when `calendar-setup' value is 'calendar-only.
21203
21204 2009-08-06 Bastien Guerry <bzg@gnu.org>
21205
21206 * org.el (orgstruct++-mode): Fix typo in docstring.
21207 (org-insert-link): Clean up: (or (...)) => (...)
21208 (org-insert-link): Use TAB for stored links completion.
21209
21210 2009-08-06 Bastien Guerry <bzg@gnu.org>
21211
21212 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
21213 building the list of targets.
21214
21215 * org-remember.el (org-remember-delete-empty-lines-at-end):
21216 New option.
21217 (org-remember-handler): Use the new option.
21218
21219 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
21220
21221 * org.el (org-tags-sort-function): New option for sorting tags.
21222 (org-set-tags): Use the new option to sort tags.
21223
21224 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
21225 premature deletion of the data when using org-plot in a script.
21226
21227 2009-08-06 Bastien Guerry <bzg@gnu.org>
21228
21229 * org-clock.el (org-clock-in-prepare-hook): New hook.
21230 (org-clock-in): Use this new hook.
21231
21232 2009-08-06 Bastien Guerry <bzg@gnu.org>
21233
21234 * org.el (org-special-ctrl-a/e): Explicitly bind the value
21235 'reversed for this option to the "true line boundary first"
21236 behavior.
21237 (org-tags-match-list-sublevels): Document the 'indented value for
21238 this variable.
21239
21240 * org-latex.el (org-export-latex-first-lines): Fix problem with
21241 publishing the region.
21242
21243 * org-exp.el (org-export-format-source-code-or-example):
21244 Fix bad line numbering when exporting examples in HTML.
21245
21246 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
21247
21248 * org-colview.el (org-format-time-period): Formats a time in
21249 fractional days as days, hours, mins, seconds.
21250 (org-columns-display-here): Add special handling for SINCE and
21251 SINCE_IA to format for display.
21252
21253 * org.el (org-time-since): Add a function to get the time since an
21254 org timestamp.
21255 (org-entry-properties): Add two new special properties: SINCE and
21256 SINCE_IA. These give the time since any active or inactive
21257 timestamp in an entry.
21258 (org-special-properties): Add SINCE, SINCE_IA.
21259 (org-tags-sort-function): Add custom declaration for tags
21260 sorting function.
21261 (org-set-tags): Sort tags if org-tags-sort-function is set.
21262
21263 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21264
21265 * org-clock.el (org-clock-goto): Find hidden headlines as well.
21266
21267 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
21268
21269 * org-plot.el (org-plot/add-options-to-plist): Add timeind
21270 option.
21271
21272 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21273
21274 * org-publish.el (org-publish-remove-all-timestamps): New function.
21275 (org-publish-all): Remove all timestamp files if `org-publish-all'
21276 is called with a prefix argument.
21277
21278 * org-list.el (org-indent-item): Fix typo.
21279 (org-item-indent-positions): Normalize ordered bullet.
21280
21281 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21282
21283 * org-macs.el (org-set-local): Make a local variable, do not make
21284 the variable buffer-local!
21285
21286 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
21287
21288 * org-exp.el (org-infile-export-plist): Read BIND lines.
21289 (org-install-letbind): New function.
21290 (org-export-as-org, org-export-preprocess-string):
21291 Call `org-install-letbind'.
21292
21293 * org-list.el (org-list-demote-modify-bullet): New option.
21294 (org-first-list-item-p): Save point.
21295 (org-fix-bullet-type): New optional argument FORCE-BULLET.
21296 (org-indent-item): Honor `org-list-demote-modify-bullet'.
21297 (org-item-indent-positions): Return bullet types along with
21298 indentation.
21299
21300 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21301
21302 * org.el (org-show-entry): Hide drawers.
21303
21304 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21305
21306 * org-footnote.el (org-footnote-auto-adjust): New option.
21307 (org-footnote-auto-adjust-maybe): New function.
21308 (org-footnote-new, org-footnote-delete):
21309 Call `org-footnote-auto-adjust-maybe'.
21310
21311 * org.el (org-startup-options): Add new footnote-related
21312 keywords.
21313
21314 * org-publish.el (org-publish-timestamp-filename): Additional
21315 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
21316 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
21317 TRUE-PUB-DIR. Pass them through to
21318 `org-publish-timestamp-filename'.
21319 (org-publish-update-timestamp): Additional arguments PUB-DIR and
21320 PUB-FUNC, which are included in the hash.
21321 (org-publish-file): Delay timestamp test until the publishing
21322 function is known.
21323
21324 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21325
21326 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
21327 setting the deadline.
21328
21329 * org.el (org-read-date-final-answer): New variable.
21330 (org-read-date): Store the final answer string, including the date
21331 from the calendar, for reuse by agenda bulk commands.
21332
21333 * org-publish.el (org-publish-attachment): Fix publishing of
21334 attachments.
21335
21336 * org-latex.el (org-export-latex-quotation-marks): Fix export of
21337 quotation makrs in parenthesis.
21338 (org-remove-initial-hash): New function.
21339 (org-export-latex-preprocess): Fix bug with infinite loop if
21340 environment is not properly closed.
21341
21342 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
21343 when indented.
21344
21345 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
21346 highlight also when indented.
21347
21348 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21349
21350 * org-footnote.el (org-footnote-renumber-fn:N): New command.
21351 (org-footnote-action): Offer renumbering.
21352
21353 * org.el (org-cycle): Honor the `integrate' value of
21354 org-cycle-include-plain-lists'.
21355
21356 * org-list.el (org-cycle-include-plain-lists): New allowed value
21357 `internal'. Improve the docstring.
21358
21359 * org.el (org-set-autofill-regexps): Improve the paragraph-start
21360 regexp to work better with LaTeX commands.
21361
21362 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21363
21364 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
21365 and eps extensions.
21366
21367 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21368
21369 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
21370 loaded.
21371
21372 * org.el (org-map-entries): No longer force
21373 `org-tags-match-list-sublevels' to t during a todo-only tags
21374 search.
21375
21376 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21377
21378 * org-latex.el (org-export-latex-low-levels): Allow user-defined
21379 environment.
21380 (org-export-latex-subcontent): Handle user-defined environment.
21381
21382 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
21383 the View dispatcher.
21384
21385 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
21386 `make-overlay'.
21387
21388 * org-latex.el (org-export-as-pdf): Protect match data during call
21389 to shell-quote-argument.
21390
21391 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
21392 (org-agenda-view-mode-dispatch): New function.
21393
21394 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21395
21396 * org-agenda.el (org-agenda-mode): Reset list of marks.
21397 (org-agenda-mode-map): Define new keys for refile and bulk action.
21398 (org-agenda-menu): Add menu itesm for refile and bulk action.
21399 (org-agenda-refile): New function.
21400 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
21401 (org-agenda-marked-entries): New variable.
21402 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
21403 (org-agenda-remove-all-bulk-action-marks)
21404 (org-agenda-bulk-action): New functions/commands.
21405
21406 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21407
21408 * org-exp.el (org-get-file-contents): Protect org-like lines in
21409 included files.
21410 (org-export-format-source-code-or-example): Remove newlines.
21411
21412 * org-latex.el (org-export-latex-links): Check for no-description
21413 marking.
21414
21415 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
21416 argument separator back to comma.
21417 (org-export-normalize-links): Mark links without description.
21418
21419 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21420
21421 * org-exp.el (org-infile-export-plist): Fix bug in macro
21422 processing.
21423
21424 * org-agenda.el (org-agenda-clock-out): Update line after clocking
21425 out.
21426 (org-agenda-highlight-todo): Fix bug with highlighting.
21427
21428 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21429
21430 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
21431 new alignment strings.
21432
21433 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
21434 command list.
21435 (org-table-align): Check for forced align type.
21436
21437 * org.el (org-self-insert-command): Add yas/expand to command
21438 list.
21439
21440 * org-clock.el (org-clock-in-hook): New hook.
21441 (org-clock-in): Run `org-clock-in-hook.
21442 (org-clock-out-hook): New hook.
21443 (org-clock-out): Run `org-clock-out-hook.
21444 (org-clock-cancel-hook): New hook.
21445 (org-clock-cancel): Run `org-clock-cancel-hook.
21446 (org-clock-goto-hook): New hook.
21447 (org-clock-goto): Run `org-clock-goto-hook.
21448
21449 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21450
21451 * org.el (org-store-link): Better default description for link to
21452 Org-mode headline.
21453
21454 * org-exp.el (org-export-generic): Autoload the generic exporter
21455 function.
21456 (org-export): Implement the `g' key for the generic exporter.
21457
21458 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21459
21460 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
21461 and for zbacktab'.
21462
21463 * org-exp.el (org-infile-export-plist): Get macros also from
21464 #+SETUPFILE.
21465
21466 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21467
21468 * org-colview.el (org-columns-capture-view): Protect vertical bars
21469 in column values.
21470 (org-columns-capture-view): Exclude comment and archived trees.
21471
21472 * org.el (org-quote-vert): New function.
21473
21474 * org-latex.el (org-export-latex-verbatim-wrap): New option.
21475
21476 * org-exp.el (org-export-format-source-code-or-example):
21477 Use `org-export-latex-verbatim-wrap'.
21478
21479 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
21480 time stamps.
21481
21482 2009-08-06 Eric Schulte <schulte.eric@gmail.com>
21483
21484 * org-exp-blocks.el: New file.
21485
21486 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21487
21488 * org-remember.el (org-remember-templates): Allow the headline
21489 element to be a function.
21490 (org-remember-apply-template): If the headline is a function, call
21491 it to get the true function.
21492
21493 * org-clock.el (org-clock-menu): New function.
21494 (org-clock-update-mode-line): Update help string.
21495 (org-clock-modify-effort-estimate): New function.
21496 (org-clock-mark-default-task): New function.
21497
21498 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
21499 minutes as input.
21500 (org-org-menu): Add new clocking stuff.
21501 (org-clock-is-active): New function.
21502
21503 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21504
21505 * org.el (org-open-non-existing-files): Improve docstring.
21506
21507 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21508
21509 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
21510 New option.
21511 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
21512
21513 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
21514
21515 * org-list.el (org-get-checkbox-statistics-face): Use the new
21516 faces.
21517
21518 * org-faces.el (org-checkbox-statistics-todo)
21519 (org-checkbox-statistics-done): New faces.
21520
21521 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21522
21523 * org-latex.el (org-export-latex-use-verb): New variable.
21524 (org-export-latex-emph-format): Prefer \texttt over \verb when
21525 org-export-latex-use-verb is set.
21526
21527 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21528
21529 * org-remember.el (org-remember-handler): Abort remember if the
21530 buffer is empty.
21531
21532 * org-exp.el (org-export-format-source-code-or-example):
21533 Run `org-src-mode-hook'.
21534
21535 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21536
21537 * org.el (org-indent-line-function): Fix indentation of +#end lines.
21538
21539 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
21540
21541 * org-gnus.el (org-gnus-store-link): Require message.el in
21542 org-gnus-store-link.
21543
21544 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21545
21546 * org-src.el: New file, split out of org.el.
21547
21548 * org-macs.el (org-replace-match-keep-properties): New function.
21549
21550 * org-exp.el (org-export-mark-blockquote-verse-center):
21551 Better preprocessing of center and quote and verse blocks.
21552
21553 * org-list.el (org-list-end): Respect the stored "original"
21554 indentation when determining the end of the list.
21555
21556 * org-exp.el (org-export-replace-src-segments-and-examples):
21557 Remember indentation correctly.
21558
21559 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21560
21561 * org-clock.el (org-clock-update-mode-line): Apply face
21562 org-mode-line-clock.
21563
21564 * org-faces.el (org-mode-line-clock): New face.
21565
21566 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
21567
21568 * org-gnus.el (org-gnus-store-link): Fix bug where
21569 `org-gnus-store-link' used wrong subject when called in an article
21570 buffer. Patch provided by fengli AT gmail DOT com.
21571
21572 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21573
21574 * org-exp.el (org-export-format-source-code-or-example):
21575 Remember the original indentation of source code snippets and examples.
21576
21577 * org-latex.el (org-export-as-latex): Relocate the table of
21578 contents.
21579
21580 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
21581
21582 * org-agenda.el (org-run-agenda-series): Scope global options also
21583 when creating the agenda buffer.
21584
21585 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21586
21587 * org.el (org-adapt-indentation): Improve documentation.
21588 (org-insert-property-drawer): Respect org-adapt-indentation when
21589 inserting the drawer.
21590 (org-remove-flyspell-overlays-in): New function.
21591 (org-do-emphasis-faces, org-activate-plain-links)
21592 (org-activate-code, org-fontify-meta-lines-and-blocks)
21593 (org-activate-angle-links, org-activate-footnote-links)
21594 (org-activate-bracket-links, org-activate-dates)
21595 (org-activate-target-links, org-activate-tags): Remove flyspell
21596 overlays.
21597
21598 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21599
21600 * org.el (org-edit-src-save): New function.
21601
21602 * org-clock.el (org-clock-out-switch-to-state): New option.
21603 (org-clock-out): Honor `org-clock-out-switch-to-state'.
21604
21605 * org-compat.el (org-compatible-face): Improve macro.
21606
21607 * org.el (org-global-properties-fixed): Add default for
21608 CLOCK_MODELINE_TOTAL.
21609
21610 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
21611 and tend.
21612 (org-clock-sum-current-item): Optional argument TSTART, pass it to
21613 org-clock-sum.
21614 (org-clock-get-sum-start): New function.
21615
21616 * org.el (org-startup-options): New keywords blockhide and
21617 blockshow.
21618 (org-mode): Add new invisibility spec.
21619 (org-set-startup-visibility): Hide block on startup if so
21620 desired.
21621 (org-hide-block-startup): New option.
21622 (org-block-regexp): New constant.
21623 (org-hide-block-overlays): New variable.
21624 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
21625 (org-show-block-all, org-hide-block-toggle-maybe)
21626 (org-hide-block-toggle): New functions.
21627 (org-edit-src-exit): Do not quote lines starting with # and no +
21628 behind it.
21629 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
21630 entry.
21631
21632 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21633
21634 * org.el (org-buffer-property-keys): Add Effort property for
21635 completion.
21636
21637 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21638
21639 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
21640 when retrieving total clocked time in the subtree.
21641
21642 * org.el (org-quoting-blocks): New variable.
21643
21644 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21645
21646 * org-table.el (org-table-store-formulas)
21647 (org-table-get-stored-formulas, org-table-fix-formulas)
21648 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
21649 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
21650
21651 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
21652 Allow indented #+TBLFM line.
21653
21654 * org-footnote.el (org-footnote-goto-local-insertion-point):
21655 Allow indented #+TBLFM line.
21656
21657 * org-colview.el (org-dblock-write:columnview): Allow indented
21658 #+TBLFM line.
21659
21660 * org-clock.el (org-dblock-write:clocktable): Allow indented
21661 #+TBLFM line.
21662
21663 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21664
21665 * org-exp.el (org-export-format-source-code-or-example):
21666 Make editing indented blocks work correctly.
21667
21668 * org.el (org-edit-src-nindent): New variable.
21669 (org-edit-src-code, org-edit-fixed-width-region)
21670 (org-edit-src-find-region-and-lang, org-edit-src-exit):
21671 Make editing indented blocks work correctly.
21672
21673 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21674
21675 * org-exp.el (org-export-replace-src-segments-and-examples):
21676 Find indented blocks.
21677 (org-export-format-source-code-or-example): Fix indentation of
21678 blocks.
21679 (org-export-remove-indentation): New function.
21680 (org-export-select-backend-specific-text): Allow backend-specific
21681 code to be indented.
21682 (org-export-mark-blockquote-verse-center): Allow markers to be
21683 indented.
21684
21685 * org.el (org-fontify-meta-lines): New function.
21686 (org-set-font-lock-defaults): Call the new fontification
21687 function.
21688
21689 * org-faces.el (org-meta-line): New face.
21690 (org-block): New face.
21691
21692 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21693
21694 * org.el (org-treat-insert-todo-heading-as-state-change)
21695 (org-treat-S-cursor-todo-selection-as-state-change):
21696 New variables.
21697 (org-insert-todo-heading):
21698 Honor `org-treat-insert-todo-heading-as-state-change'.
21699 (org-shiftright, org-shiftleft):
21700 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
21701 (org-inhibit-logging): New variable.
21702
21703 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21704
21705 * org-agenda.el (org-remove-subtree-entries-from-agenda):
21706 Reduce range for marker position checking.
21707
21708 * org-latex.el (org-export-latex-first-lines): Fix bug when
21709 exporting a region.
21710
21711 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21712
21713 * org-exp.el (org-export-push-to-kill-ring): Protect using
21714 x-set-selection, because that does not always work.
21715
21716 * org-agenda.el (org-agenda-list): Apply the new face
21717 `org-agenda-date-today'.
21718
21719 * org-faces.el (org-agenda-date-today): New face.
21720
21721 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21722
21723 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
21724 creating appointments.
21725
21726 * org-latex.el (org-export-latex-low-levels): Fix customization
21727 type.
21728
21729 * org.el (org-priority, org-shiftup, org-shiftdown):
21730 Disable priority commands.
21731
21732 * org-agenda.el (org-agenda-priority): Disable priority commands.
21733
21734 * org.el (org-enable-priority-commands): New option.
21735
21736 * org-colview.el (org-columns-compute)
21737 (org-columns-number-to-string): Fix problems with empty fields.
21738
21739 * org-exp.el (org-export-push-to-kill-ring): New function.
21740 (org-export-copy-to-kill-ring): New option.
21741
21742 * org-latex.el (org-export-as-latex):
21743 Call `org-export-push-to-kill-ring'.
21744
21745 * org-exp.el (org-export-show-temporary-export-buffer):
21746 New option.
21747
21748 * org-latex.el (org-export-as-latex):
21749 Use `org-export-show-temporary-export-buffer'.
21750
21751 * org-exp.el (org-export-show-temporary-export-buffer):
21752 New option.
21753 (org-export-push-to-kill-ring): New function.
21754
21755 * org-colview.el (org-columns-compile-map): New variable.
21756 (org-columns-new, org-columns-compute)
21757 (org-columns-number-to-string, org-columns-uncompile-format)
21758 (org-columns-compile-format): Implement new operators.
21759
21760 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21761
21762 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
21763
21764 * org-list.el (org-update-checkbox-count): Make property
21765 dependent.
21766
21767 * org.el (org-hierarchical-todo-statistics): New option.
21768 (org-update-parent-todo-statistics): Modify to handle recursive
21769 statistics.
21770
21771 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21772
21773 * org-publish.el (org-publish): Make this function behave
21774 correctly in interactive use when called with a prefix argument.
21775
21776 * org.el (org-todo-statistics-hook): New hook.
21777 (org-update-parent-todo-statistics): Use new hook.
21778 (org-log-into-drawer): New function.
21779 (org-add-log-setup): Use the new `org-log-into-drawer' function to
21780 determine if we should be logging into a drawer.
21781 (org-log-into-drawer): Update docstring.
21782 (org-default-properties): Add LOG_INTO_DRAWER as a property.
21783
21784 * org-list.el (org-checkbox-statistics-hook): New hook.
21785 (org-update-checkbox-count-maybe): Use new hook.
21786
21787 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21788
21789 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
21790 better buffer-generating mechanism.
21791 (org-edit-src-find-buffer): New function.
21792
21793 * org-icalendar.el (org-print-icalendar-entries): Don't check for
21794 archive tag, this is already done by `org-agenda-skip'.
21795 data while constructing lost of tags.
21796
21797 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21798
21799 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
21800 as argument separator in macros.
21801
21802 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21803
21804 * org.el (org-after-sorting-entries-or-items-hook): New hook.
21805 (org-sort-entries-or-items): Run the new hook.
21806 (org-after-refile-insert-hook): New hook.
21807 (org-refile): Run `org-after-refile-insert-hook'.
21808
21809 * org-agenda.el (org-agenda-get-progress): Never take time of day
21810 from headline when displaying progress.
21811
21812 * org-latex.el (org-export-latex-complex-heading-re): New variable.
21813 (org-export-as-latex): Force the correct regexp in the
21814 preprocessor buffer.
21815 (org-export-latex-set-initial-vars):
21816 Set `org-export-latex-complex-heading-re'.
21817
21818 * org-agenda.el (org-agenda-start-with-log-mode): New option.
21819 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
21820
21821 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21822
21823 * org-latex.el (org-export-latex-tables-centered): New option.
21824 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
21825
21826 * org-exp.el (org-export-as-org): New command.
21827 (org-export-as-org): New command.
21828
21829 * org-publish.el (org-publish-org-to-org): New function.
21830
21831 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21832
21833 * org.el (org-yank): Just call `org-yank-generic'.
21834 (org-yank-generic): New function, containing the formaer
21835 functionality of `org-yank'.
21836
21837 * org-latex.el (org-export-latex-not-done-keywords)
21838 (org-export-latex-done-keywords): New variables.
21839 (org-export-latex-todo-keyword-markup): New option.
21840 (org-export-latex-set-initial-vars): Remember the TODO keywords.
21841 (org-export-latex-keywords-maybe): Apply the TODO markup.
21842
21843 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21844
21845 * org-exp.el (org-infile-export-plist): Add more default macros.
21846 (org-export-preprocess-apply-macros): Process macro arguments.
21847
21848 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21849
21850 * org-icalendar.el (org-icalendar-include-todo): New allowed value
21851 `unblocked'.
21852 (org-print-icalendar-entries): Respect the new value of
21853 `org-icalendar-include-todo'.
21854
21855 * org.el (org-link-try-special-completion)
21856 (org-file-complete-link): New functions.
21857 (org-insert-link): Add special completion support for some link
21858 types.
21859
21860 * org-bbdb.el (org-bbdb-complete-link): New function.
21861
21862 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21863
21864 * org-list.el (org-update-checkbox-count): Allow recursive
21865 statistics.
21866 (org-hierarchical-checkbox-statistics): New option.
21867
21868 * org.el (org-cycle): Remove erraneous space character.
21869
21870 * org-icalendar.el (org-icalendar-timezone): Initialize from
21871 environment.
21872
21873 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21874
21875 * org.el (org-autoload): Fix autoloading of ascii export
21876 functions.
21877 (org-modules): Add org-special-blocks.
21878
21879 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21880
21881 * org-icalendar.el (org-start-icalendar-file): Use the new option.
21882 (org-ical-timezone): New option.
21883
21884 * org-exp.el (org-export-get-coderef-format): Use the description
21885 is present.
21886
21887 * org.el (org-sort-entries-or-items): Improve docstring, and make
21888 better implementation for time sorting.
21889
21890 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21891
21892 * org.el (org-edit-src-persistent-message): New option.
21893 (org-edit-src-code, org-edit-fixed-width-region): Use the new
21894 option.
21895
21896 * org-clock.el (org-clock-insert-selection-line): Fix prefious
21897 patch.
21898
21899 * org.el (org-edit-src-code, org-edit-fixed-width-region):
21900 Use separate buffer instead of indirect buffer to edit source code.
21901 (org-edit-src-exit): Make this function work with the new setup.
21902
21903 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
21904 are properly fontified before shown in the selection menu.
21905
21906 * org.el (org-fontify-like-in-org-mode): New function.
21907
21908 * org-latex.el (org-export-latex-links): Use the property list to
21909 retrieve the default image attributes.
21910
21911 * org-exp.el (org-export-plist-vars): Add a new option.
21912
21913 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21914
21915 * org-exp.el (org-export, org-export-visible): Support ASCII
21916 export to buffer.
21917 (org-export-normalize-links): Do not protect the description if it
21918 is explicitly given.
21919
21920 * org-list.el (org-reset-checkbox-state-subtree): Move here from
21921 org-checklist.el.
21922 (org-reset-checkbox-state-subtree):
21923 Call `org-reset-checkbox-state-subtree'.
21924
21925 * org-remember.el (org-select-remember-template): For the
21926 selection of a valid template.
21927
21928 * org-latex.el (org-export-region-as-latex): Supply the
21929 force-no-subtree argument.
21930 (org-export-as-latex): Provide better limits when exporting the
21931 first line. When exporting to string, we still want the first
21932 lines.
21933 (org-export-latex-first-lines): New argument END, to force the end
21934 of the region.
21935 (org-export-region-as-latex): Use the property list.
21936 (org-export-as-latex): ????
21937
21938 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21939
21940 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
21941 (org-export-latex-preprocess): Run the new hook.
21942
21943 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
21944 (org-export-preprocess-string): Run the new hook.
21945
21946 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21947
21948 * org-macs.el (org-check-external-command): New defsubst.
21949
21950 * org.el (org-mode-map): New key for reload.
21951 (org-format-latex): Better error message when external programs
21952 are not available.
21953
21954 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
21955
21956 * org.el (org-sort-entries-or-items): Explicit sorting function
21957 for priorities, needed for XEmacs compatibility.
21958
21959 * org-remember.el (org-remember-apply-template): Improve auto-save
21960 behavior.
21961
21962 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21963
21964 * org-latex.el (org-export-latex-preprocess): Also protect
21965 environments ending in a star.
21966
21967 * org-list.el (org-at-item-p): Fix regular expression.
21968
21969 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21970
21971 * org.el (org-end-of-subtree): Improve speed.
21972
21973 * org-agenda.el (org-agenda-get-timestamps)
21974 (org-agenda-get-progress, org-agenda-get-deadlines)
21975 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
21976 in particular, wait as long as possible to collect the tags.
21977 (org-stuck-projects): Improve docstring.
21978
21979 * org.el (org-store-link): No errors when getting custom id before
21980 first headline.
21981 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
21982
21983 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21984
21985 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
21986
21987 * org-protocol.el: Remove dependency on url.el.
21988 (org-protocol-unhex-compound, org-protocol-open-source):
21989 Remove dependency on url.el.
21990
21991 * org-latex.el (org-export-as-pdf):
21992 Use `org-latex-to-pdf-process'.
21993
21994 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21995
21996 * org-latex.el (org-latex-to-pdf-process): New option.
21997
21998 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
21999 New option.
22000 (org-agenda-get-timestamps):
22001 Honor `org-agenda-skip-additional-timestamps-same-entry'.
22002
22003 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
22004 (org-clock-goto): Find recent task only if
22005 `org-clock-goto-may-find-recent-task' allows it.
22006
22007 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
22008 drawers, and drawers that are missing the :END: line.
22009
22010 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22011
22012 * org-clock.el (org-clock-goto): Go to recently clocked task if no
22013 clock is running.
22014
22015 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22016
22017 * org.el (org-update-parent-todo-statistics): Check for
22018 STATISTICS_FROM property.
22019
22020 * org-list.el (org-update-checkbox-count): Check for
22021 STATISTICS_FROM property.
22022
22023 * org.el (org-tab-first-hook)
22024 (org-tab-after-check-for-table-hook)
22025 (org-tab-after-check-for-cycling-hook): New hooks.
22026 (org-cycle-internal-global, org-cycle-internal-local):
22027 New functions, split out from `org-cycle'.
22028 (org-cycle): Call the new hooks.
22029
22030 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22031
22032 * org-exp.el (org-export-preprocess-string): Reset the list of
22033 preferred targets for each run of the preprocessor.
22034
22035 * org.el (org-refile-target-verify-function):
22036 Improve documentation.
22037 (org-get-refile-targets): Respect point being moved by the
22038 verification function.
22039
22040 * org-latex.el (org-export-latex-timestamp-keyword-markup):
22041 New option.
22042 (org-export-latex-keywords): Use new option.
22043
22044 * org.el (org-rear-nonsticky-at): New defsubst.
22045 (org-activate-plain-links, org-activate-angle-links)
22046 (org-activate-footnote-links, org-activate-bracket-links)
22047 (org-activate-dates, org-activate-target-links)
22048 (org-activate-tags): Place the rear-nonsticky properties at the
22049 correct location.
22050
22051 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22052
22053 * org-protocol.el (server-edit): Declare `server-edit'.
22054 (org-protocol-unhex-string, org-protocol-unhex-compound):
22055 New functions.
22056 (org-protocol-check-filename-for-protocol): Call `server-edit'.
22057
22058 * org.el (org-default-properties): New default properteis for
22059 completion.
22060
22061 * org-exp.el (org-export-add-subtree-options): Add new properties
22062 for subtree export.
22063
22064 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22065
22066 * org-id.el (org-id-get-with-outline-path-completion): Turn off
22067 org-refile-target-verify-function for the duration of the command.
22068
22069 * org.el (org-link-to-org-use-id): New possible value
22070 `create-if-interactive-and-no-custom-id'.
22071 (org-store-link): Use custom IDs.
22072 (org-link-search): Find custom ID properties from #link.
22073 (org-default-properties): Add CUSTOM_ID for property completion.
22074 (org-refile-target-verify-function): New option.
22075 (org-goto): Turn off org-refile-target-verify-function
22076 for the duration of the command.
22077
22078 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22079
22080 * org-exp.el (org-export-preferred-target-alist): New variable.
22081 (org-export-define-heading-targets): Find the new CUSTOM_ID
22082 property.
22083 (org-export-target-internal-links): Target the custom ids when
22084 possible.
22085
22086 * org-latex.el (org-export-latex-preprocess): Better regexp for
22087 matching latex macros with arguments.
22088
22089 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22090
22091 * org-remember.el (org-remember-handler): Allow filing to non-org
22092 files.
22093
22094 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
22095
22096 * org-table.el (org-table-fix-formulas): Do not change references
22097 to remote tables.
22098 (org-table-get-remote-range): Convert standard coordinates to RC
22099 format.
22100
22101 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
22102
22103 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22104
22105 * org-compat.el (org-sha1-string): Function removed.
22106
22107 * org.el (org-refile-allow-creating-parent-nodes): New option.
22108 (org-refile-get-location): New argument NEW-NODES.
22109 (org-refile): Call `org-refile-get-location' with the new
22110 argument.
22111 (org-refile-get-location): Arrange for adding a new child.
22112 (org-refile-new-child): New function.
22113
22114 * org-clock.el: Fix a number of docstrings.
22115 (org-clock-find-position): New argument
22116 FIND-UNCLOSED to make the function find an unclosed clock in the
22117 entry.
22118 (org-clock-in): Call `org-clock-find-position' with the new
22119 argument if we might be resuming a clock.
22120
22121 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22122
22123 * org-latex.el (org-export-latex-display-custom-times): New variable.
22124 (org-export-latex-timestamp-markup): New option.
22125 (org-export-latex-set-initial-vars): Remember the local value of
22126 `org-display-custom-times'.
22127 (org-export-latex-content): Process time stamps.
22128 (org-export-latex-time-stamps): New function.
22129
22130 * org-macs.el (org-maybe-intangible): Add intangible property
22131 again to invisible text.
22132
22133 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22134
22135 * org-exp.el (org-default-export-plist): Handle undefined
22136 variables.
22137
22138 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22139
22140 * org.el (org-sort-entries-or-items): Match TODO keywords
22141 case-sensitively, when sorting.
22142 (org-priority): Do not match TODO keywords with wrong case.
22143
22144 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22145
22146 * org.el (org-todo): Honor the NOBLOCKING property.
22147
22148 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
22149 NOBLOCKING property.
22150
22151 * org.el (org-scan-tags): Fix bug in tag scanner.
22152
22153 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22154
22155 * org.el (org-modules): Mark obsolete packages.
22156
22157 * org-html.el: New file, split out from org-exp.el.
22158
22159 * org-icalendar.el: New file, split out from org-exp.el.
22160
22161 * org-xoxo.el: New file, split out from org-exp.el.
22162
22163 * org-ascii.el: New file, split out from org-exp.el.
22164
22165 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22166
22167 * org-compat.el (org-find-library-name): New function.
22168
22169 * org.el (org-pre-cycle-hook): New hook.
22170 (org-cycle): Call the new hook in appropriate places.
22171 (org-reload): Only reload files that have been loaded before.
22172
22173 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22174
22175 * org.el (org-set-font-lock-defaults): Enforxe space or line end
22176 after todo keyword.
22177 (org-todo): When changing TODO state, do matching
22178 case-sensitively.
22179 (org-map-continue-from): New variable.
22180 (org-scan-tags): Respect values in `org-map-continue-from'.
22181 (org-reload): Make XEmacs compatible.
22182
22183 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22184
22185 * org-protocol.el (org-protocol-flatten-greedy): New function.
22186 (org-protocol-flatten): New function.
22187
22188 * org.el (org-open-link-from-string): Pass reference buffer to
22189 `org-open-at-point'.
22190 (org-open-at-point): New optional argument `reference-buffer'.
22191
22192 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22193
22194 * org.el (org-scan-tags): Make tag scan find headline in first
22195 line, 2nd attempt.
22196 (org-get-refile-targets): Add the naked file name.
22197 (org-refile): Store as top-level entry when only file name was
22198 given.
22199
22200 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
22201
22202 * org.el (org-block-todo-from-children-or-siblings-or-parent):
22203 Rename from org-block-todo-from-children-or-siblings, and
22204 enhanced to look for the parent's status as well.
22205
22206 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
22207 (org-agenda-get-progress): Add first notes line to log entry if so
22208 desired.
22209
22210 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22211
22212 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
22213 (org-agenda-cleanup-fancy-diary): Call the new hook.
22214
22215 * org-remember.el (org-remember-apply-template): Take the default
22216 for the annotation from the :annotation property.
22217
22218 * org-mac-message.el (org-mac-message-get-link): Remove the
22219 quotes.
22220 (org-mac-message-get-link): Return the result.
22221
22222 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22223
22224 * org.el (org-refile-get-location): Add file name only if not
22225 already included in outline path.
22226
22227 * org-faces.el (org-n-level-faces): Fix customization type from
22228 number to integer.
22229
22230 * org-exp.el (org-export-headline-levels): Fix customization type
22231 from number to integer.
22232
22233 * org-agenda.el (org-agenda-confirm-kill)
22234 (org-agenda-custom-commands-local-options)
22235 (org-timeline-show-empty-dates, org-agenda-ndays)
22236 (org-agenda-start-on-weekday, org-scheduled-past-days):
22237 Fix customization type from number to integer.
22238
22239 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22240
22241 * org-protocol.el: Declare some functions.
22242
22243 * org-agenda.el (org-agenda-compare-effort):
22244 Honor `org-sort-agenda-noeffort-is-high'.
22245 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
22246 (org-agenda-compare-effort): Implement the "?" operator for
22247 finding entries without effort setting.
22248
22249 * org.el (org-extract-attributes-from-string): New function.
22250
22251 * org-exp.el (org-export-splice-attributes): New function.
22252
22253 2009-08-06 Bastien Guerry <bzg@gnu.org>
22254 Daniel M German <dmg@uvic.org>
22255 Sebastian Rose <sebastian_rose@gmx.de>
22256 Ross Patterson <me@rpatterson.net>
22257
22258 * org-protocol.el: New file.
22259
22260 2009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
22261
22262 * org-docbook.el: New file.
22263
22264 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22265
22266 * org-mouse.el: XEmacs compatibility fixes.
22267
22268 * org.el (org-modules): Add org-inlinetasks.el.
22269 (org-cycle): Implement limiting level on cycling.
22270 (org-move-subtree-down): Fix bug with swapping subtrees at end of
22271 buffer.
22272
22273 * org-inlinetask.el: New file.
22274
22275 * org.el (org-emphasis-regexp-components): Allow braces in
22276 emphasis pre and post match.
22277
22278 * org-footnote.el (org-footnote-normalize): When only sorting, do
22279 not insert inline notes at the end.
22280
22281 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
22282
22283 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22284
22285 * org.el (org-reftex-citation): New command.
22286
22287 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22288
22289 * org-agenda.el (org-agenda-cmp-user-defined): New option.
22290 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
22291 sorting options.
22292 (org-entries-lessp): Apply the new sorting option.
22293
22294 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
22295 blocker code, when an older sibling has children.
22296
22297 * org-mac-message.el (org-mac-message-get-link): Improve getting
22298 links from multiple selected messages.
22299
22300 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22301
22302 * org-remember.el (org-remember-finalize): Do not set buffer file
22303 name to nil.
22304 (org-remember-handler): Mark buffer as unmodified.
22305 (org-remember-handler): Delete backup file and show message about
22306 remaining backup files.
22307 (org-remember-auto-remove-backup-files): New option.
22308
22309 * org.el (org-store-link): Use buffer name as link description in
22310 w3-mode buffers.
22311 (org-ido-switchb): Fix argument bug for completion.
22312
22313 * org-remember.el (org-remember-apply-template): Set local
22314 variable `auto-save-visited-file-name' instead of global one.
22315
22316 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22317
22318 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
22319 (org-agenda-get-todos): Mark file tags as inherited.
22320 (org-agenda-list): Always search diary lines for a time.
22321
22322 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22323
22324 * org-feed.el: New file.
22325
22326 * org-exp.el (org-export-as-html): Close local lists depending on
22327 indentation, also when starting a table.
22328
22329 * org-remember.el (org-remember-backup-directory)
22330 (org-remember-backup-name): New internal variable.
22331
22332 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22333
22334 * org-clock.el (org-clock-out-if-current): Make buffer detection
22335 work in indirect buffers as well.
22336
22337 * org.el (org-emphasis-regexp-components): Add the exxclamation
22338 mark to the post-emphasis characters.
22339
22340 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22341
22342 * org.el (org-read-date-minibiffer-septup-hook): New hook.
22343 (org-read-date): Run the new hook.
22344
22345 * org-mac-message.el (org-mac-flagged-mail): New group.
22346 (org-mac-mail-account): New variable.
22347 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
22348 New commands.
22349
22350 * org-remember.el (org-remember-backup-directory): New variable.
22351 (org-remember-apply-template): Write file to backup directory.
22352
22353 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22354
22355 * org-mouse.el (org-mouse-todo-menu): New function.
22356 (org-mouse-todo-keywords): Function removed.
22357 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
22358
22359 * org-table.el (org-table-beginning-of-field)
22360 (org-table-end-of-field): New commands.
22361 (org-table-previous-field, org-table-beginning-of-field):
22362 Better error messages.
22363 (orgtbl-setup): Include `M-a' and `M-e'.
22364
22365 * org.el (org-backward-sentence, org-forward-sentence):
22366 New commands.
22367
22368 * org-colview.el (org-colview-initial-truncate-line-value):
22369 New variable.
22370 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
22371 (org-columns): Remember the value of `truncate-lines'.
22372
22373 * org.el (org-columns-skip-arrchived-trees): New option.
22374
22375 * org-agenda.el (org-agenda-export-html-style): Define color for
22376 org-agenda-done face.
22377 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
22378 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
22379
22380 * org.el (org-scan-tags): Use the new face.
22381
22382 * org-faces.el (org-agenda-done): New face.
22383
22384 * org.el (org-scan-tags): Test the value org
22385 `org-tags-match-list-sublevels'.
22386 (org-tags-match-list-sublevels): New allowed value: indented.
22387
22388 * org-latex.el (org-export-latex-make-header): Apply macros
22389 in header.
22390
22391 * org-exp.el (org-export-apply-macros-in-string): New function.
22392
22393 * org-latex.el (org-export-latex-list-parameters): Fix bug
22394 with the definition of a checked box.
22395
22396 * org-clock.el (org-clock-find-position): Fix drawer indentations.
22397
22398 * org-latex.el (org-export-latex-low-levels): More options
22399 for how to process lower levels in LaTeX.
22400 (org-export-latex-subcontent): Better treatment for lists as a
22401 means of publishing lower levels.
22402
22403 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22404
22405 * org.el (org-set-font-lock-defaults): Use new checkbox face.
22406
22407 * org-faces.el (org-checkbox): New face.
22408
22409 * org-exp.el (org-export-html-preprocess): Only create LaTeX
22410 fragement images if there is an export file.
22411
22412 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22413
22414 * org-agenda.el (org-stuck-projects): Document that the subtree of
22415 projects that are not stuck will now be searched for stuck
22416 sub-projects.
22417 (org-agenda-skip-entry-when-regexp-matches)
22418 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
22419 (org-agenda-list-stuck-projects):
22420 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
22421
22422 * org-latex.el (org-export-latex-preprocess):
22423 Improve export of verses.
22424
22425 * org-exp.el (org-export-as-html): Implement centering as a div
22426 rather than a paragraph. Do a better job with line-end in verse
22427 environments.
22428
22429 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22430
22431 * org.el (org-open-at-point): Fix tags searches by mouse click.
22432
22433 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22434
22435 * org-latex.el (org-export-latex-preprocess): Implement the
22436 centering markup.
22437
22438 * org-exp.el (org-export-mark-blockquote-verse-center):
22439 Rename from `org-export-mark-blockquote-and-verse'.
22440 (org-export-as-html): Implement the centering markup.
22441
22442 * org-latex.el (org-export-latex-tables): Fix vertical
22443 lines in tables.
22444
22445 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22446
22447 * org.el (org-read-date-history): New variable.
22448 (org-read-date): Use new history variable.
22449 (org-toggle-heading): Fix bug when used before first headline.
22450 (org-store-log-note): Remove drawer if empty while note is
22451 aborted.
22452 (org-remove-empty-drawer-at): New function.
22453 (org-check-after-date): New command.
22454 (org-sparse-tree): New sparse tree command "a".
22455
22456 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
22457
22458 2009-08-06 Bastien Guerry <bzg@gnu.org>
22459
22460 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
22461 column and a space, not only a column.
22462
22463 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22464
22465 * org-latex.el (org-export-latex-emphasis-alist):
22466 Better defaults for verbose emphasis.
22467 (org-export-latex-emph-format): New function.
22468 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
22469
22470 * org-agenda.el (org-agenda-menu): Add new commands to menu.
22471 (org-agenda-do-date-later, org-agenda-do-date-earlier)
22472 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
22473 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
22474 New commands.
22475
22476 * org.el (org-timestamp-change): Move end-time along with start
22477 time.
22478
22479 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22480
22481 * org-exp.el (org-export-target-internal-links)
22482 (org-export-as-html): Protect links specified as #name.
22483
22484 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22485
22486 * org.el (org-clone-subtree-with-time-shift): New command.
22487
22488 * org-latex.el (org-export-latex-special-chars)
22489 (org-export-latex-treat-sub-super-char): Fix subscript export.
22490
22491 * org-exp.el (org-create-multibrace-regexp): Do not add
22492 backslashes to the class.
22493
22494 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22495
22496 * org-colview.el (org-columns-map): Better functions for moving up
22497 and down a row, even if `truncate-line' is nil.
22498
22499 * org.el (org-insert-todo-heading): Make sure the keyword is
22500 inserted at the correct position.
22501
22502 * org-publish.el (org-publish-project-alist)
22503 (org-publish-projects, org-publish-org-index): Change default anme
22504 for the index of file names to "sitemap.org".
22505
22506 * org-latex.el (org-export-latex-tables):
22507 Use `org-split-string', for Emacs 21 compatibility.
22508
22509 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22510
22511 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
22512
22513 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22514
22515 * org-exp.el (org-export-page-description)
22516 (org-export-page-keywords): New variables.
22517 (org-export-plist-vars): Add entries for :keywords and
22518 :description.
22519 (org-infile-export-plist): Parse for new keywords.
22520 (org-get-current-options): Add new keywords.
22521 (org-export-as-html): Publish description and keywords.
22522
22523 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
22524 New option.
22525 (org-agenda-add-entry-text):
22526 Honor `org-agenda-add-entry-text-descriptive-links'.
22527
22528 * org-latex.el (org-export-latex-preprocess): Make all
22529 external preprocess functions use a PARAMETER arg.
22530
22531 * org-exp.el (org-export-preprocess-string)
22532 (org-export-select-backend-specific-text)
22533 (org-export-format-source-code-or-example)
22534 (org-format-org-table-html): Support docbook export.
22535 (org-export-preprocess-string): Make all external preprocess
22536 functions use a PARAMETER arg.
22537
22538 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22539
22540 * org-exp.el (org-export-html-style-include-scripts): New option.
22541 (org-export-plist-vars): Add new option
22542 `org-export-html-style-include-scripts'.
22543 (org-export-as-html): Honor new option
22544 `org-export-html-style-include-scripts'.
22545 (org-export-html-scripts, org-export-html-style-default):
22546 Fix xml issues with the Safari browser.
22547
22548 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22549
22550 * org-publish.el (org-publish-attachment): Only copy file when the
22551 directories differ.
22552
22553 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22554
22555 * org-clock.el (org-clocktable-steps): Use inactive time stamps
22556 for clocktable steps.
22557
22558 * org.el (org-additional-option-like-keywords): Add two more
22559 keywords.
22560
22561 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22562
22563 * org-exp.el (org-export-format-source-code-or-example):
22564 Mark temporary buffer unmodified, so that it will be killed even if
22565 mode like message mode has decided to assign a file name.
22566
22567 * org.el (org-scan-tags): Improve tag inheritance.
22568 (org-scan-tags, org-make-tags-matcher): Make tag comparison
22569 case-sensitive.
22570 (org-scan-tags): Use the internal tags list instead of creating it
22571 from scratch.
22572 (org-trust-scanner-tags, org-scanner-tags): New variables.
22573 (org-scan-tags): Set `org-scanner-tags'.
22574 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
22575 (org-map-entries): Document the possible speedup using scanner
22576 tags.
22577
22578 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22579
22580 * org.el (org-add-planning-info): Fix bug with looking for keyword
22581 only at column 0.
22582
22583 * org-agenda.el (org-agenda-custom-commands-local-options):
22584 Add option for tags filter preset.
22585 (org-prepare-agenda): Store filter preset as a property on the
22586 filter variable.
22587 (org-finalize-agenda): Call the filter, if there is a preset.
22588 (org-agenda-filter-by-tag): Filter again after clearing the
22589 filter, when there still is a preset.
22590 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
22591 Include the preset filter.
22592 (org-agenda-redo): Apply the filter again, also the preset filter.
22593
22594 * org-exp.el (org-export-as-html): Use IDs in the correct way.
22595
22596 * org.el (org-uuidgen-p): New function.
22597
22598 * org-agenda.el (org-agenda-fontify-priorities): New default value
22599 `cookies'.
22600 (org-agenda-fontify-priorities): Rename from
22601 org-fontify-priorities.
22602
22603 * org.el (org-set-font-lock-defaults):
22604 Call `org-font-lock-add-priority-faces'.
22605 (org-font-lock-add-priority-faces): New function.
22606
22607 * org-faces.el (org-set-tag-faces): New option.
22608 (org-priority-faces): New variable.
22609
22610 * org-exp.el (org-export-as-html): Add a "content" div around the
22611 entire content of the body tag.
22612 (org-export-html-get-bibliography): New function.
22613 (org-export-html-validation-link): New variable.
22614 (org-export-as-html): Add validation link to exported page.
22615
22616 * org.el (org-match-sparse-tree): Rename from
22617 `org-tags-sparse-tree'.
22618 (org-tags-sparse-tree): New alias.
22619
22620 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22621
22622 * org.el (org-get-valid-level): Catch the case where the level
22623 change is nil.
22624
22625 * org-clock.el (org-clock-find-position): Better indentation of
22626 new clock drawers.
22627
22628 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22629
22630 * org-agenda.el (org-agenda-quit): Delete window only when the
22631 frame-setup was not `current-window'.
22632
22633 * org.el (org-tag-persistent-alist): New option.
22634 (org-startup-options): Add keyword `noptag'.
22635 (org-fast-todo-selection): Handle :newline correctly.
22636 (org-set-tags): Handle :newline correctly.
22637 (org-fast-tag-selection): Handle :newline correctly.
22638
22639 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22640
22641 * org-exp.el (org-export-as-ascii): Reverse link buffer before
22642 outputting it.
22643 (org-export-ascii-push-links): Fix bug with pussing links into the
22644 export buffer.
22645
22646 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22647
22648 * org-archive.el (org-archive-subtree): Do not add 1 to level if
22649 pasting at top level.
22650
22651 * org-bbdb.el: Improve documentation.
22652
22653 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22654
22655 * org-list.el (org-insert-item): Only consider insert empty lines
22656 is `org-empty-line-terminates-plain-lists' is not nil.
22657
22658 * org.el (org-blank-before-new-entry): Mention the dependence on
22659 `org-empty-line-terminates-plain-lists' in the docstring.
22660
22661 * org-publish.el (org-publish-get-project-from-filename):
22662 New optional argument UP. Only find the top project if UP is set.
22663 (org-publish-current-project): Find the top encloding project.
22664
22665 * org-agenda.el (org-agenda-before-write-hook)
22666 (org-agenda-add-entry-text-maxlines): New options.
22667 (org-write-agenda): Run the new hook in the temporary buffer.
22668 (org-agenda-add-entry-text): New function.
22669 (org-write-agenda): Implement PDF export, using ps2pdf.
22670
22671 * org.el (org-global-properties-fixed, org-global-properties):
22672 Improve documentation string.
22673
22674 * org-exp.el (org-export-ascii-links-to-notes): New option.
22675 (org-export-as-ascii): Handle links better.
22676 (org-export-ascii-wrap, org-export-ascii-push-links):
22677 New functions.
22678
22679 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22680
22681 * org-agenda.el (org-agenda): Make prefix arg optional.
22682 (org-agenda-search-headline-for-time): New option.
22683 (org-format-agenda-item):
22684 Honor `org-agenda-search-headline-for-time'.
22685
22686 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
22687 characters.
22688
22689 * org.el (org-self-insert-cluster-for-undo): New option.
22690 (org-self-insert-command): Cluster undo for 20 characters.
22691 (org-self-insert-command-undo-counter): New variable.
22692
22693 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22694
22695 * org-exp.el (org-export-as-html): Fix problem with closing colone
22696 example.
22697
22698 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22699
22700 * org-latex.el (org-export-as-latex)
22701 (org-export-latex-first-lines): Avoid modification flag when
22702 adding or removing text properties.
22703 (org-export-latex-fontify): Catch error when org-emph-alist has
22704 entries that are not defined for LaTeX export.
22705
22706 * org-export-latex.el: Rename to org-latex.el.
22707
22708 * org-latex.el: Rename from org-export-latex.el.
22709
22710 * org.el (orgstruct++-mode): New function.
22711 (turn-on-orgstruct++): Call `orgstruct++-mode'.
22712 (org-context-p): Allow detecting item context after the first line
22713 of an item.
22714 (orgstruct-make-binding): Detect if item-body context should be
22715 seen.
22716 (orgstruct-is-++): New variable.
22717 (org-add-planning-info): Catch the case when there is no planning
22718 info yet and the call does not want to add anything, only maybe
22719 tries to remove something.
22720 (org-special-ctrl-a/e): All value to be a cons cell with separate
22721 settings for `C-a' and `C-e'.
22722 (org-beginning-of-line, org-end-of-line): Honor separate values
22723 for `C-a' and `C-e'.
22724
22725 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22726
22727 * org.el (org-reload): New command.
22728
22729 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
22730
22731 * org-gnus.el (org-gnus-store-link): Fix bug where
22732 org-gnus-store-link used wrong subject when called in an article
22733 buffer. Patch provided by fengli AT gmail DOT com.
22734
22735 2009-03-13 D. Goel <deego3@gmail.com>
22736
22737 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
22738 replace ls by (values-list ls).
22739
22740 2009-02-20 Carsten Dominik <dominik@science.uva.nl>
22741
22742 * org-remember.el (org-remember-apply-template): Turn off ido for
22743 this completion.
22744
22745 * org.el (org-priority): Also find invisible headings, for remote
22746 editing.
22747 (org-completing-read-no-ido): New function.
22748 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
22749
22750 * org-colview.el (org-columns-edit-value): No special treatment of
22751 prefix arg.
22752
22753 2009-02-19 Carsten Dominik <dominik@science.uva.nl>
22754
22755 * org.el (org-block-todo-from-children-or-siblings):
22756 Use `org-up-heading-all' so that this will work correctly with hidden
22757 property drawers and entries.
22758 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
22759 falling back to normal, default command.
22760 (org-get-location): Temporarily turn off special behavior.
22761
22762 2009-02-13 Glenn Morris <rgm@gnu.org>
22763
22764 * org-rmail.el (rmail-show-message): Restore argument list to the
22765 declaration now that this functions behaves in Emacs 23 as in 22.
22766
22767 2009-02-12 Glenn Morris <rgm@gnu.org>
22768
22769 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
22770
22771 2009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
22772
22773 * org-footnote.el (org-footnote-action): Fix doc typo.
22774
22775 2009-02-06 Carsten Dominik <dominik@science.uva.nl>
22776
22777 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
22778 text before first headline.
22779 (org-export-remove-or-extract-drawers): Fix regular expression for
22780 extracting drawers.
22781
22782 * org.el (org-format-latex): Stop LaTeX fragment processing in
22783 protected examples.
22784
22785 2009-02-05 Glenn Morris <rgm@gnu.org>
22786
22787 * org-rmail.el (rmail-show-message): Update declaration.
22788 (rmail-buffer, rmail-view-buffer): Declare.
22789 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
22790
22791 2009-02-04 Carsten Dominik <dominik@science.uva.nl>
22792
22793 * org.el (org-return-follows-link): Revert setting
22794 `org-return-follows-link' to t by default.
22795
22796 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
22797
22798 * org.el (org-cycle-global-at-bob): Fix typo.
22799
22800 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
22801
22802 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
22803
22804 * org.el (org-mode): Make dependence stuff work more reliably.
22805 (org-update-parent-todo-statistics): Fix bug with updating
22806 statistics cookie.
22807 (org-yank-adjusted-subtrees, org-return-follows-link)
22808 (org-use-fast-todo-selection, org-tags-column): New default
22809 setting for variables.
22810
22811 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
22812 ~ as verbatim delimiters, to avoid table bug.
22813 (org-export-latex-classes): Remove the a4paper option from the
22814 default styles.
22815
22816 * org-exp.el (org-export-html-format-image): New argument
22817 PAR-OPEN, to fix XHTM validation bug.
22818 (org-export-as-html): Pass par-open to
22819 `org-export-html-format-image'.
22820 (org-export-html-footnotes-section): Use a more consistent id for
22821 footnotes.
22822
22823 * org-agenda.el (org-agenda-sorting-strategy)
22824 (org-agenda-tags-column): New default setting for variables, based
22825 on a poll what typical uses use.
22826 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
22827 setting the blocked tag.
22828
22829 2009-01-31 Carsten Dominik <dominik@science.uva.nl>
22830
22831 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
22832 only checking for blocks.
22833
22834 * org-exp.el (org-export-html-footnotes-section): Make the div id
22835 consistent.
22836
22837 * org-export-latex.el (org-export-latex-classes):
22838 Remove paper size option from LaTeX classes.
22839
22840 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
22841
22842 * org.el (org-enforce-todo-checkbox-dependencies): New option.
22843 (org-block-todo-from-checkboxes): New function.
22844 (org-todo): Make triple prefix arg circumvent blocking.
22845
22846 2009-01-30 Glenn Morris <rgm@gnu.org>
22847
22848 * org-list.el (org-empty-line-terminates-plain-lists)
22849 (org-toggle-checkbox): Doc fixes.
22850
22851 * org-table.el (org-table-clean-before-export): Fix declaration.
22852
22853 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
22854
22855 * org-timer.el (org-timer): Provide the timer feature.
22856
22857 * org.el (org-require-autoloaded-modules): Add a few more files to
22858 the list of autoloaded modules.
22859
22860 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
22861
22862 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
22863 drawers that are unprotected.
22864 (org-export-html-format-image): Make sure inlined LaTeX fragment
22865 images remain inlined.
22866
22867 * org.el (org-toggle-ordered-property): New function.
22868 (org-mode-map): Add a key for `org-toggle-ordered-property'.
22869 (org-org-menu): Add menu entries for TODO dependencies.
22870
22871 * org.el (org-default-properties): Add ORDERED to the default
22872 properties, to get completion support for it.
22873
22874 * org-list.el (org-update-checkbox-count): Update more than one cookie.
22875
22876 * org.el (org-update-parent-todo-statistics): Update more than one
22877 cookie.
22878
22879 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
22880
22881 * org-agenda.el (org-agenda-get-todos): Start search from correct
22882 position.
22883
22884 * org.el (org-fast-todo-selection): Make sure TODO selection does
22885 not change buffer position.
22886
22887 * org-list.el (org-toggle-checkbox): Implement adding or removing
22888 checkboxes from line or region when called with a prefix
22889 argument.
22890
22891 * org-rmail.el (org-rmail-store-link): Protect the call to
22892 `rmail-narrow-to-non-pruned-header'.
22893
22894 * org-clock.el (org-clock-special-range): Fix week display in
22895 clock tables.
22896
22897 * org-exp.el (org-get-current-options): Fix bug when in indirect
22898 buffer.
22899
22900 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
22901 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
22902 (org-agenda-dim-blocked-tasks): New function.
22903
22904 * org.el (org-enforce-todo-dependencies): New option.
22905 (org-block-todo-from-children-or-siblings): New function.
22906
22907 * org-faces.el (org-agenda-dimmed-todo-face): New face.
22908
22909 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
22910
22911 * org.el (org-todo): Return correct state type even if the blocker
22912 throws an error.
22913 (org-modifier-cursor-error): Rename from
22914 `org-shiftcursor-error'.
22915 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
22916 (org-shiftmetadown): Call `org-modifier-cursor-error'.
22917
22918 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
22919 to get real errors from the blocker hook.
22920
22921 * org.el (org-shiftselect-error, org-call-for-shift-select):
22922 New functions.
22923 (org-set-visibility-according-to-property): Turn off the setting
22924 of `org-show-entry-below', to avoid overruling a FOLDED visibility
22925 property.
22926
22927 * org.el (org-support-shift-select): New option.
22928 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
22929 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
22930 selection outside contexts.
22931
22932 * org-list.el (org-at-item-bullet-p): New function.
22933
22934 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
22935 variables.
22936
22937 * org-footnote.el (org-footnote-normalize): Remove unnecessary
22938 variable.
22939 (org-insert-footnote-reference-near-definition):
22940 Remove unnecessary let form.
22941
22942 2009-01-26 Carsten Dominik <dominik@science.uva.nl>
22943
22944 * org-export-latex.el (org-export-as-latex):
22945 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
22946 (org-export-latex-first-lines): New parameter OPT-PLIST.
22947
22948 * org.el (org-yank): Tell `delete-selection-mode' about
22949 `org-yank'.
22950
22951 * org-faces.el (org-clock-overlay): Fix face definition.
22952
22953 * org-export-latex.el (org-export-latex-first-lines):
22954 Pass timestamp and footnote parameters to the preprocessor.
22955
22956 * org-exp.el (org-export-remove-timestamps): Do not remove time
22957 stamps inside tables.
22958
22959 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
22960
22961 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
22962
22963 * org.el (org-agenda-tags-todo-honor-ignore-options):
22964 Declare variable.
22965
22966 * org-table.el (org-table-insert-hline): Fix typo in function call
22967 to `backward-char'.
22968
22969 * org-exp.el (org-export-as-html): Remove the initial space from
22970 colon examples.
22971
22972 * org.el (org-scan-tags):
22973 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
22974
22975 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
22976 New customization groups.
22977 (org-agenda-tags-todo-honor-ignore-options): New option.
22978 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
22979 New function.
22980 (org-agenda-get-todos):
22981 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
22982
22983 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
22984
22985 * org-exp.el (org-export-format-source-code-or-example):
22986 Escape HTML characters also in examples that anre not treated with
22987 htmlize. Also, just switch to EXAMPLE processing if we do not
22988 have a good version of htmlize.
22989
22990 * org-rmail.el: Fix copyright notice.
22991
22992 * org.el (org-activate-footnote-links): Improve footnote link
22993 highlighting.
22994
22995 * org-footnote.el (org-footnote-normalize): Fix finding the end of
22996 a footnote definition at the end of the file.
22997
22998 * org-table.el (org-table-get-specials): Add an imagined hline at
22999 the end of the table. This can be useful for references that want
23000 to go to the end of the table. Also fix bug when computing last
23001 row constants, in tables that do not start right at the right
23002 margin.
23003 (org-table-eval-formula): Match and replace remove references.
23004 (org-table-formula-substitute-names): Make sure that names inside
23005 a "remote" call are left alone, the will be replaced later when
23006 the remote call is handled.
23007 (org-table-convert-refs-to-rc): Do not convert things that might
23008 look like a reference, but are really part of an ID or namei n a
23009 remote reference.
23010 (org-table-get-remote-range): New function.
23011
23012 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23013
23014 * org-faces.el (org-clock-overlay): Fix bug in face definition.
23015
23016 * org-clock.el (org-clock-put-overlay): Use new face instead of
23017 `secondary-selection'.
23018
23019 * org-faces.el (org-clock-overlay): New face.
23020
23021 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23022
23023 * org-exp.el (org-get-current-options): Include the option for
23024 publishing time stamps.
23025
23026 * org.el (org-toggle-heading): Rename from
23027 `org-toggel-region-headings'.
23028 No longer needs a region defined, but will use it if there is one.
23029 (org-ctrl-c-star): Simplify, relying more on the internal
23030 workings of `org-toggle-heading'.
23031 (org-toggle-item): Rename from `org-toggle-region-items'.
23032 No longer needs a region defined, but will use it if there is one.
23033 (org-ctrl-c-minus): Simplify, relying more on the inernal
23034 workings of `org-toggle-item'.
23035
23036 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
23037 environment detection. Also, do real changes only in unprotected
23038 places.
23039
23040 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23041
23042 * org-export-latex.el (org-export-latex-quotation-marks):
23043 Use `org-if-unprotected-1'.
23044 (org-export-latex-set-initial-vars): Check for class definition in
23045 property.
23046
23047 * org-macs.el (org-if-unprotected-1): New macro.
23048
23049 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23050
23051 * org-compat.el (org-count-lines): New function.
23052
23053 * org-exp.el (org-export-format-source-code-or-example):
23054 Handle switches related to text areas.
23055
23056 * org.el (org-activate-footnote-links): Don't allow match inside a
23057 link.
23058
23059 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
23060
23061 * org-export-latex.el (org-export-latex-links): Keep a relative
23062 path relative also after export.
23063
23064 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
23065
23066 * org.el (org-make-tags-matcher): Never use IDO for completing the
23067 tags matcher match string.
23068 (org-completing-read): Also remove the special biding for "?".
23069
23070 * org-attach.el (org-attach-allow-inheritance): New option.
23071 (org-attach-inherited): New variable.
23072 (org-attach-dir): Handle properties related to the attachment
23073 directory.
23074 (org-attach-check-absolute-path): New function.
23075 (org-attach-set-directory, org-attach-set-inherit): New commands.
23076 (org-attach): Accommodate the new commands in the dispatcher.
23077
23078 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23079
23080 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
23081 `window-full-width-p'.
23082
23083 * org-exp.el (org-export-as-html): Only check for images files
23084 that really can be inlined.
23085
23086 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
23087 list of extensions to be a parameter.
23088
23089 * org-exp.el (org-export-html-inline-image-extensions):
23090 New variable.
23091
23092 * org-agenda.el (org-prepare-agenda):
23093 Use `org-agenda-block-separator'.
23094 (org-agenda-block-separator): New option.
23095
23096 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23097
23098 * org-export-latex.el (org-export-latex-tables):
23099 Call `org-table-clean-before-export' with the new optional argument.
23100
23101 * org-exp.el (org-table-clean-before-export): New optional
23102 parameter MAYBE-QUOTED, allows for quoted characters like \# in
23103 first column.
23104
23105 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23106
23107 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
23108 histograms.
23109
23110 * org-colview.el (org-colview-construct-allowed-dates):
23111 Better error catching when a date/time property does not have allowed
23112 values defined.
23113
23114 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23115
23116 * org.el (org-map-entries): Restore point and restriction after
23117 `org-map-entries'.
23118
23119 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23120
23121 * org.el (org-time=, org-time<, org-time<=, org-time>)
23122 (org-time>=, org-time<>): Make sure both values are dates.
23123
23124 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23125
23126 * org-archive.el (org-extract-archive-heading): Allow %s for file
23127 name also in achive location heading.
23128
23129 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23130
23131 * org-archive.el (org-add-archive-files): Uniquify the list before
23132 returning it.
23133
23134 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23135
23136 * org-compat.el (org-fit-window-to-buffer):
23137 Use `window-full-width-p'.
23138
23139 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
23140 space after the colon in short examples.
23141
23142 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
23143 enforce a space after the colon. However, we also allow lines
23144 that are *only* a colon.
23145 (org-export-as-html): Enforce the space after the colon in short
23146 examples.
23147 (org-export-preprocess-string): Do the colon example protection
23148 earlier.
23149 (org-export-remove-timestamps): Do not check for protection at the
23150 end of the line.
23151
23152 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23153
23154 * org.el (org-format-latex-options): Add new matcher for single
23155 letters between dollars.
23156 (org-get-header): Function removed.
23157 (org-heading-components): New function.
23158
23159 * org-exp.el (org-export-define-heading-targets): Record ID's also
23160 as alternative targets.
23161 (org-export-as-html): Interpret "id:" links to other files by
23162 preserving the relative path.
23163
23164 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
23165 is nil.
23166
23167 * org-exp.el (org-export-normalize-links): Protect the main link,
23168 to avoid special character processing.
23169
23170 * org-export-latex.el (org-export-latex-special-keyword-regexp):
23171 New variable.
23172 (org-export-latex-special-string-regexps): Variable removed.
23173 (org-export-latex-keywords): Use the new regexp.
23174
23175 * org-exp.el (org-export-handle-include-files): Fetch switches and
23176 put them into the BEGIN statement.
23177
23178 * org-timer.el (org-timer-mode-line-string): New variable.
23179
23180 * org-clock.el (org-clock-mode-line-map): Rename from
23181 `org-clock-mode-map'.
23182 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
23183 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
23184 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
23185 (org-clock-remove-overlays): Rename from
23186 `org-remove-clock-overlays'.
23187
23188 * org-timer.el (org-timer-pause-or-continue): Implement stopping
23189 and mode line display.
23190 (org-timer-stop): New command.
23191 (org-timer-seconds): Return correct time when timer is paused.
23192 (org-timer-mode-line-timer): New variable.
23193 (org-timer-set-mode-line, org-timer-update-mode-line):
23194 New functions.
23195
23196 * org.el (org-insert-heading): Handle new value `auto' for
23197 `org-blank-before-new-entry'.
23198 (org-org-menu): Add new items for timer functions.
23199
23200 * org-list.el (org-insert-item): Handle new value `auto' for
23201 `org-blank-before-new-entry'.
23202
23203 * org.el (org-blank-before-new-entry): New value `auto', made
23204 default.
23205
23206 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23207
23208 * org-exp.el (org-export-normalize-links): If the link is also
23209 used as the description, protect the description.
23210
23211 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23212
23213 * org.el (org-closest-date): Fix bug with yearly repeats, in
23214 combination with preference of the past as it is used for deadline
23215 and scheduling search.
23216
23217 * org-exp.el (org-html-handle-time-stamps): No longer check for
23218 the `org-export-with-timestamps' option, because the preprocesser
23219 has taken care of this already.
23220
23221 * org.el (org-entry-properties): Catch the case when this is
23222 called in a non-org-mode file.
23223
23224 * org-export-latex.el (org-export-latex-remove-from-headlines):
23225 Variable made obsolete, also LaTeX export now uses the standard
23226 variables.
23227 (org-export-as-latex): Add the timestamps parameter to the
23228 preprocessor parameter list.
23229 (org-export-latex-content): Export the remaining keywords without
23230 considering to remove them.
23231 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
23232 Use bold font instead of tt font for the keywords.
23233 (org-export-latex-fontify-headline): Format headlines, assuming
23234 that all keywords still present should be published.
23235 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
23236 publish what ever remains of the time stamps.
23237 (org-export-latex-list-parameters): New option.
23238 (org-export-latex-lists): Pass additional parameters to the list
23239 converter.
23240
23241 * org-exp.el (org-export-preprocess-string): Remove clock lines
23242 and timestamps already in the preprocesor.
23243 (org-export-remove-timestamps, org-export-remove-clock-lines):
23244 New functions.
23245 (org-export-as-ascii, org-export-as-html): Add the timestamps
23246 parameter to the preprocessor parameter list.
23247
23248 * org-list.el (org-list-parse-list): Parse for checkboxes.
23249 (org-list-to-generic): Introduce and handle new parameters :cbon
23250 and :cboff.
23251 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
23252 Add optional parameter PARAMS.
23253
23254 * org-export-latex.el (org-export-latex-special-chars):
23255 Fix problems with interpreting dollar signs.
23256 (org-inside-latex-math-p): New function.
23257 (org-export-latex-preprocess): Protect all the math fragments.
23258
23259 * org.el (org-latex-regexps): Allow a dash after a dollar.
23260
23261 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
23262 mark after copying.
23263
23264 * org-agenda.el (org-run-agenda-series): Have series options set
23265 when finalizing the agenda.
23266
23267 * org-exp.el (org-export-format-source-code-or-example):
23268 Protect the converted examples.
23269
23270 * org.el (org-set-regexps-and-options): Fix the regexp
23271 `org-complex-heading-regexp'.
23272
23273 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23274
23275 * org.el (org-edit-src-get-label-format): New function.
23276 (org-coderef-label-format): New option.
23277 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
23278 a label format specification and make sure it is used in the edit
23279 buffer.
23280 (org-edit-src-get-label-format): New function.
23281 (org-store-link): Handle new coderef formats.
23282 (org-link-search): Handle new coderef formats.
23283
23284 * org-footnote.el (org-footnote-create-definition)
23285 (org-footnote-goto-local-insertion-point): Make footnote insertion
23286 work correctly when the "Footnotes" headline is the last line in
23287 the buffer.
23288
23289 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
23290 the location.
23291
23292 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23293
23294 * org-w3m.el (org-w3m): New customization group.
23295 (org-w3m-deactivate-mark): New option.
23296 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
23297 option say not to.
23298
23299 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23300
23301 * org.el (org-set-font-lock-defaults): Trigger footnote
23302 fontification.
23303 (org-activate-footnote-links): New function.
23304 (org-activate-links): New entry `footnote'.
23305
23306 * org-faces.el (org-footnote): New face.
23307
23308 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23309
23310 * org-macs.el (org-re): Handle the [:word:] class.
23311
23312 * org-exp.el (org-export-preprocess-string):
23313 Call `org-export-protect-colon-examples'.
23314 (org-export-protect-colon-examples): Rename from
23315 `org-export-protect-examples', and scope limited to lines starting
23316 with a colon.
23317
23318 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23319
23320 * org-exp.el (org-export-preprocess-string): Move the preprocess
23321 hook to after turning on Org-mode.
23322 (org-export-preprocess-after-include-files-hook)
23323 (org-export-preprocess-after-tree-selection-hook)
23324 (org-export-preprocess-before-backend-specifics-hook)
23325 (org-export-preprocess-final-hook): New hooks.
23326 (org-export-preprocess-string): Run the new hooks.
23327
23328 * org.el (org-ctrl-c-minus): Fix indentation for new items.
23329
23330 * org-footnote.el: New file.
23331
23332 * org.el (org-footnote): Require footnote code.
23333 (org-startup-options): Add new footnote options.
23334 (org-mode-map): New keybindig for footnotes.
23335 (org-ctrl-c-ctrl-c): Add function at footnotes.
23336 (org-org-menu): New menu entries for footnotes.
23337
23338 * org-export-latex.el (org-export-as-latex): Pass footnote
23339 variable to preprocessor.
23340 (org-export-latex-preprocess): Treat multiple references to a
23341 footnote.
23342
23343 * org-exp.el (org-export-preprocess-string):
23344 Call `org-footnote-normalize'.
23345 (org-export-as-ascii, org-export-as-html): Pass footnote variable
23346 to preprocessor.
23347 (org-export-as-html): Treat multiple references to a footnote.
23348
23349 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23350
23351 * org-export-latex.el (org-export-latex-links): Handle coderef
23352 links.
23353
23354 * org.el (org-bracket-link-analytic-regexp++): New variable.
23355 (org-make-link-regexps):
23356 Initialize `org-bracket-link-analytic-regexp++'.
23357 (org-store-link): Implement special case in edit-src buffer.
23358 (org-insert-link): No use of ide to insert stored links.
23359 (org-link-search): Implement special case for coderefs.
23360
23361 * org-exp.el (org-export-html-scripts): New constant.
23362 (org-export-html-style-default): Add a new style for highlighted
23363 code.
23364 (org-export-code-refs): New variable.
23365 (org-export-preprocess-string): Initialize `org-export-code-refs'.
23366 Call `org-export-replace-src-segments-and-examples'
23367 No longer call `org-export-protect-examples'.
23368 (org-export-target-internal-links): Take care of coderef targets.
23369 (org-export-last-code-line-counter-value): New variable.
23370 (org-export-replace-src-segments-and-examples): Rename from
23371 `org-export-replace-src-segments', and modified.
23372 (org-export-format-source-code-or-example): Rename from
23373 `org-export-format-source-code'.
23374 (org-export-number-lines): New function.
23375 (org-export-as-ascii, org-export-as-html): Handle coderef links.
23376
23377 2009-01-23 Glenn Morris <rgm@gnu.org>
23378
23379 * org-rmail.el (rmail-narrow-to-non-pruned-header):
23380 Remove declaration of deleted function.
23381
23382 2009-01-16 Glenn Morris <rgm@gnu.org>
23383
23384 * org-mouse.el (org-mouse-show-context-menu):
23385 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
23386 mouse-major-mode-menu.
23387
23388 2008-12-23 Carsten Dominik <dominik@science.uva.nl>
23389
23390 * org-remember.el (org-remember-handler): Safer way to get a new
23391 buffer accessing the target file.
23392
23393 * org.el (org-refile-get-location): Handle case of current buffer
23394 not having a file associated with it.
23395
23396 2008-12-22 Carsten Dominik <dominik@science.uva.nl>
23397
23398 * org-table.el (org-table-get-formula): Only ask to overwrite
23399 field formula if there really is one.
23400
23401 2008-12-21 Carsten Dominik <dominik@science.uva.nl>
23402
23403 * org-export-latex.el (org-export-latex-make-header): Double the
23404 commenting % in the time stamp format.
23405 (org-export-latex-special-chars): Handle case where there is no
23406 match group 3.
23407
23408 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
23409
23410 * org.el (org-get-refile-targets, org-refile-get-location):
23411 Use expanded file name to improve comparison.
23412
23413 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
23414
23415 * org.el (org-scan-tags): Rescan for tags, to get the correct
23416 upcase/downcase stuff. This slows things down for now, but it
23417 works.
23418 (org-mode): Make sure the tag-faces regexp is initialized.
23419
23420 * org-export-latex.el (org-export-latex-links): Fix bug with
23421 undefined label.
23422
23423 * org-table.el (org-table-get-specials):
23424 Set `org-table-current-last-data-line'.
23425 (org-table-current-last-data-line): New variable.
23426 (org-table-insert-column, org-table-delete-column)
23427 (org-table-move-column, org-table-fix-formulas):
23428 Call `org-table-fix-formulas' a second time to fix the $LR references.
23429 (org-table-get-specials): Add the $LR references to the tables.
23430 (org-table-get-formula): Do not offer last-row names as LHS of
23431 formulas.
23432
23433 * org.el (org-store-link): Capture link description from
23434 `org-id-store-link'.
23435
23436 * org-exp.el (org-export-html-format-image): Add the / to the end
23437 of the <img> tag.
23438 (org-export-format-source-code): Surround example by empty lines,
23439 to make sure it will not be inside a paragraph.
23440
23441 * org.el (org-ido-switchb): New function.
23442
23443 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
23444
23445 * org-agenda.el (org-agenda-show): New prefix argument
23446 FULL-ENTRY.
23447
23448 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
23449 argument.
23450
23451 2008-12-20 Glenn Morris <rgm@gnu.org>
23452
23453 * org.el (org-org-menu): Fix some more menu entries.
23454
23455 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
23456
23457 * org-table.el (org-table-get-specials): Revert introduction of @0
23458 as reference of the last table row, because of conflicts.
23459
23460 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
23461 argument, get the current tags directly.
23462 (org-agenda-set-tags): Leave getting current tags to
23463 `org-agenda-change-all-lines'.
23464
23465 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
23466
23467 * org.el (org-org-menu): Do not quote the set-tags command.
23468
23469 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
23470
23471 * Fix typos in comments and docstrings throughout Org-mode.
23472
23473 * org.el (org-get-outline-path): Fix bug if level is not given.
23474
23475 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
23476
23477 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23478
23479 * org.el (org-refile): Avoid refiling to within the region to be
23480 refiled.
23481
23482 * org-export-latex.el (org-export-latex-special-chars):
23483 Replace special characters also in tables.
23484
23485 * org-agenda.el (org-agenda-change-all-lines): New argument
23486 FORCE-TAGS.
23487 (org-agenda-set-tags): Get the new tags and pass them to
23488 `org-format-agenda-item'.
23489
23490 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23491
23492 * org-export-latex.el (org-export-latex-classes): Add longable as
23493 a default package to all classes.
23494 (org-export-latex-tables): Handle the longtable attribute and the
23495 align attribute.
23496
23497 * org-table.el (orgtbl-to-generic): Handle tables that start with
23498 a hline.
23499
23500 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
23501 \verb for colde-like snippets.
23502 (org-export-as-latex): Fix issues with region export.
23503
23504 * org.el (org-up-heading-safe): Speed up function by using a
23505 direct regexp search.
23506 (org-olpa): New variable.
23507 (org-get-outline-path): Speed-up path constructions in cases where
23508 this is possible because the entire hierarchy is scanned anyway.
23509 (org-refile-get-location): Don't compare the truenames of files,
23510 this is too slow.
23511 (org-goto-max-level): New option.
23512 (org-goto): Use `org-goto-max-level'.
23513
23514 2008-12-16 Tassilo Horn <tassilo@member.fsf.org>
23515
23516 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
23517 Strip angle brackets from message-ids in the former and don't do
23518 it in the latter.
23519 (org-gnus-follow-link): Open summary reliable, even if the last
23520 messages were deleted, and handle empty groups, too.
23521
23522 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23523
23524 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
23525 instead of \texttt for the =...= and ~===~ emphasis environments.
23526 (org-export-as-latex): Remove any old :org-license-to-kill text
23527 properties.
23528 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
23529 (org-export-latex-make-header): Add some hard space after the
23530 table of contents.
23531 (org-export-latex-first-lines): Accept RBEG argument.
23532 Mark exported text so that it will be excuded in further steps.
23533
23534 * org-table.el (org-table-get-specials): Make @0 reference the
23535 last line in a table.
23536 (org-table-recalculate): Improve docstring.
23537
23538 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23539
23540 * org.el (org-log-done): Fix docstring.
23541
23542 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23543
23544 * org-exp.el (org-export-html-format-image): Fix bugs.
23545
23546 * org-export-latex.el (org-export-latex-tables)
23547 (org-export-latex-links): Implement attribute, label, and caption
23548 handling.
23549
23550 * org-exp.el (org-export-html-style-default): Add style
23551 definitions for the figure div.
23552 (org-export-preprocess-string, org-export-as-html):
23553 Implement attribute, label, and caption handling.
23554 (org-export-attach-captions-and-attributes): New function.
23555 (org-export-html-format-image): New function.
23556 (org-format-org-table-html): Implement attribute, label, and
23557 caption handling.
23558
23559 * org.el (org-find-text-property-in-string): New function.
23560 (org-extract-attributes): Use the property org-attr instead of
23561 org-attrobutes, because this property is now set with the #+ATTR
23562 lines.
23563
23564 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23565
23566 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
23567 the case that FROM is nil.
23568
23569 * org.el (org-before-first-heading-p): New function.
23570
23571 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23572
23573 * org-exp.el (org-export-as-html): Do not add a space before
23574 enforces line breaks.
23575 (org-export-as-html): Close paragraph before blockquote and verse
23576 tags.
23577
23578 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23579
23580 * org-id.el (org-id-locations-file): Wrap file name with
23581 `convert-standard-filename'.
23582 (org-id-files): New variable.
23583 (org-id-use-hash): New option.
23584 (org-id-update-id-locations): Also search in all files current
23585 listed in `org-id-files'. Convert the resulting alist to a hash
23586 if the user customation says so.
23587 (org-id-locations-save): Handle he case if `org-id-locations' is a
23588 hash.
23589 (org-id-locations-load): Convert the alist to a hash.
23590 (org-id-add-location): Handle the hast case.
23591 (kill-emacs-hook): Make sure id locations are saved when Emacs is
23592 exited.
23593 (org-id-hash-to-alist, org-id-alist-to-hash)
23594 (org-id-paste-tracker): New functions.
23595
23596 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23597
23598 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
23599 bindings of calendar variables.
23600
23601 * org-table.el (org-table-find-row-type): Rename from
23602 `org-find-row-type'.
23603 (org-table-rewrite-old-row-references): Rename from
23604 `org-rewrite-old-row-references'.
23605 (org-table-shift-refpart): Rename from `org-shift-refpart'.
23606 (org-table-cleanup-narrow-column-properties): Rename from
23607 `org-cleanup-narrow-column-properties'.
23608
23609 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23610
23611 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
23612 for better error messages.
23613 (org-table-get-descriptor-line): Supply the new arguments to
23614 `org-find-row-type'.
23615 (org-table-error-on-row-ref-crossing-hline): New option.
23616
23617 * org.el (org-target-link-regexp): Make buffer-local.
23618 (org-move-subtree-down): Fix bug with trees at beginning of
23619 buffer.
23620
23621 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23622
23623 * org-faces.el (org-set-tag-faces): New function.
23624 (org-tags-special-faces-re): New variable.
23625
23626 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
23627
23628 * org-faces.el (org-tag-faces): New option.
23629 (org-tag): Mention `org-tag-faces' in the docstring.
23630
23631 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23632
23633 * org-exp.el (org-export-html-style-default): Implement new
23634 quoting.
23635
23636 * org-jsinfo.el (org-infojs-template): Implement new quoting.
23637
23638 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
23639 command to the `w3m-minor-mode-map'.
23640
23641 * org-archive.el (org-archive-to-archive-sibling):
23642 Protect `this-command' to avoid appending kills during archiving.
23643
23644 * org-exp.el (org-export-with-priority): New variable.
23645 (org-export-add-options-to-plist): Use `org-export-plist-vars'
23646 instead of internal list of strings and properties.
23647 (org-print-icalendar-entries): Retrieve the location property with
23648 inheritance.
23649
23650 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23651
23652 * org-exp.el (org-export-with-todo-keywords): New option.
23653 (org-export-plist-vars): Include also the keys for the #+OPTIONS
23654 line.
23655 (org-default-export-plist, org-export-add-options-to-plist)
23656 (org-export-as-ascii, org-export-as-html): Use the new structure
23657 of `org-export-plist-vars'.
23658
23659 * org.el (org-map-entries): Return all values.
23660
23661 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23662
23663 * org.el (org-matcher-time): Recognize more special values.
23664
23665 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
23666
23667 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23668
23669 * org.el (org-tags-exclude-from-inheritance): New option.
23670 (org-tag-inherit-p, org-remove-uniherited-tags):
23671 Respect `org-tags-exclude-from-inheritance'.
23672
23673 * org-agenda.el (org-agenda-show-inherited-tags): New option.
23674 (org-format-agenda-item): Add inherited tags to the agenda line
23675 string, and make sure that properties are kept when downcasing the
23676 tags list.
23677 (org-agenda-add-inherited-tags): New function.
23678 (org-downcase-keep-props): New function.
23679
23680 * org.el (org-scan-tags): Mark inherited tags with a text
23681 property.
23682 (org-get-tags-at): Mark inherited tags with a text property.
23683 (org-add-prop-inherited): New function.
23684
23685 * org-agenda.el (org-agenda-add-inherited-tags): New function.
23686 (org-agenda-show-inherited-tags): New option.
23687
23688 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23689
23690 * org.el (org-modules): Add org-w3m to the default modules.
23691
23692 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
23693 orgtbl-mode.
23694 (orgtabl-create-or-convert-from-region): New command.
23695
23696 * org-exp.el (org-export-as-ascii): Remove the handling of
23697 targets.
23698 (org-export-ascii-preprocess): Handle targets already in this
23699 function.
23700
23701 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23702
23703 * org-timer.el (org-timer-start-time): Define this variable.
23704 (org-timer-item): Make argument optional.
23705
23706 * org-list.el (org-insert-item): Automatically insert a timer item
23707 if the current list is a timer list.
23708
23709 * org-timer.el: New file.
23710
23711 * org-publish.el (org-publish-org-index): Only exclude the index
23712 file in the main directory from being added to the site-map.
23713 (org-publish-get-project-from-filename): If the current project is
23714 a component, start publishing from the parent project.
23715
23716 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23717
23718 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
23719
23720 * org-publish.el (org-publish-org-index): Improve removal of
23721 temporary buffers.
23722
23723 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
23724
23725 * org-agenda.el (org-get-closed): Re-apply changes
23726 accidentially overwritten by last commit to Emacs.
23727
23728 * org.el (org-outline-path-complete-in-steps): New option.
23729 (org-refile-get-location):
23730 Honor `org-outline-path-complete-in-steps'.
23731 (org-agenda-change-all-lines, org-tags-sparse-tree)
23732 (org-time-string-to-absolute, org-small-year-to-year)
23733 (org-link-escape): Re-apply changes accidentially overwritten
23734 by last commit to Emacs.
23735
23736 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23737
23738 * org-clock.el (org-dblock-write:clocktable): Make sure the
23739 clocktable sees the first line.
23740 (org-clock-in): Warn if the clock cannot be resumed.
23741
23742 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23743
23744 * org.el (org-open-at-point): Fix mixup about interactive and
23745 non-interactive elisp links.
23746
23747 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23748
23749 * org-exp.el (org-export-preprocess-string): Allow one comment
23750 line before the first headline to always be included. This is
23751 to not miss a commented target.
23752
23753 * org-mouse.el (org-mouse-insert-item):
23754 Call `org-indent-to-column' instead of `indent-to', for XEmacs
23755 compatibility.
23756
23757 * org.el (org-refile-targets): Fix customize definition so
23758 that it works also in XEmacs.
23759 (org-fixup-indentation): Call `org-indent-to-column' instead
23760 of `indent-to', for XEmacs compatibility.
23761
23762 2008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
23763
23764 * org-mew.el (org-mew-store-link): Get the correct case folder
23765 for refiled messages.
23766
23767 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23768
23769 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
23770 line break indicators.
23771
23772 * org.el (org-ido-completing-read): Remove the "i:" prefix for
23773 ido-completion propts.
23774
23775 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23776
23777 * org-remember.el (org-remember-apply-template):
23778 Use `org-substring-no-properties'.
23779
23780 * org-compat.el (org-substring-no-properties): New function.
23781
23782 * org-remember.el (org-remember-apply-template):
23783 Use `org-substring-no-properties' for compatibility.
23784
23785 * org-list.el (org-list-two-spaces-after-bullet-regexp):
23786 New option.
23787 (org-fix-bullet-type):
23788 Respect `org-list-two-spaces-after-bullet-regexp'.
23789
23790 * org-clock.el (org-clock-load): Clean up the code.
23791
23792 * org.el (org-adaptive-fill-function): Allow two spaces after
23793 "1." as a list bullet.
23794
23795 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23796
23797 * org-clock.el (org-clock-save, org-clock-load): Check for
23798 live buffers, existing files, and buffer file names to ensure
23799 consistent information.
23800 (org-clock-persist): Make `clock' a special value of this
23801 variable, and improve docstring.
23802
23803 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
23804 (org-get-string-indentation): Adapt indentation when the bullet
23805 width changes.
23806
23807 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23808
23809 * org-remember.el (org-remember-finalize): Make interactive.
23810 (org-remember-kill): New command.
23811 (org-remember-finish-immediately): Call `org-remember-finalize'
23812 directly.
23813 (org-remember-finalize): Make `org-remember-finalize' an interactive
23814 function.
23815
23816 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23817
23818 * org-remember.el (org-remember-apply-template): No ido completion
23819 for free prompts in remember templates.
23820 (org-remember-before-finalize-hook): New hook.
23821 (org-remember-mode): New minor mode.
23822 (org-remember-apply-template): Turn on `org-remember-mode'.
23823
23824 * org-remember.el (org-remember-apply-template): Fix the way how
23825 the list of allowed properties is retrieved from the target file.
23826
23827 * org.el (org-insert-link): Improve file link matching.
23828
23829 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23830
23831 * org-colview.el (org-columns-display-here): New argument
23832 DATELINE, to trigger using the new face.
23833 (org-agenda-colview-summarize): Call `org-columns-display-here'
23834 with the new argument.
23835
23836 * org-faces.el (org-agenda-column-dateline): New face.
23837
23838 * org-publish.el (org-publish-org-index): Use index-title at page
23839 title, not as section.
23840
23841 * org-exp.el (org-export-html-format-desc): Respect the
23842 org-protect property.
23843 (org-export-as-html): Protect image specifiers that are in the
23844 description part of a link.
23845
23846 * org.el (org-sort-entries-or-items, org-completing-read)
23847 (org-refile-get-location, org-olpath-completing-read, org-todo)
23848 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
23849 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
23850 (org-set-property, org-delete-property)
23851 (org-delete-property-globally): Use `org-ido-completing-read'.
23852
23853 * org-remember.el (org-remember-apply-template):
23854 Use `org-ido-completing-read'.
23855
23856 * org-publish.el (org-publish): Use `org-ido-completing-read'.
23857
23858 * org-colview.el (org-columns-edit-value, org-columns-new)
23859 (org-insert-columns-dblock): Use `org-ido-completing-read'.
23860
23861 * org-attach.el (org-attach-delete-one, org-attach-open):
23862 Use `org-ido-completing-read'.
23863
23864 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
23865 Use `org-ido-completing-read'.
23866
23867 * org.el (org-time-today): New function.
23868 (org-matcher-time): Use `org-time-today'. Add special treatment
23869 for "<tomorrow>" and "<yesterday>".
23870 (org-ido-completing-read): New function.
23871 (org-completion-use-ido): New option.
23872
23873 * org-exp.el (org-export-format-source-code): Fix bug in require
23874 htmlize code.
23875 (org-export-target-internal-links): Fix bug in search for text
23876 property.
23877
23878 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23879
23880 * org-export-latex.el (org-export-latex-subcontent):
23881 Interpret target aliases as additional labels.
23882
23883 * org-exp.el (org-export-target-aliases): New variable.
23884 (org-export-preprocess-string)
23885 (org-export-handle-invisible-targets): Fill the alias alist.
23886 (org-export-as-html): Remove the &nbsp; from the anchor, and also
23887 assign an id.
23888 (org-html-level-start): Insert the target aliases as additional
23889 anchors.
23890
23891 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
23892 picture area.
23893
23894 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23895
23896 * org.el (org-open-at-mouse): Ensure correct link abbreviations
23897 when following a link with the mouse from the agenda.
23898
23899 * org-exp.el (org-export-as-html): Avoid lone </div> when no
23900 headlines are created.
23901
23902 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23903
23904 * org.el (org-link-translation-function): New option.
23905 (org-open-at-point): Call `org-link-translation-function' if
23906 non-nil.
23907 (org-translate-link): New function.
23908 (org-translate-link-from-planner): New function.
23909 (org-open-at-point): Allow interactive commands in elisp links.
23910
23911 * org-exp.el (org-icalendar-cleanup-string): Restore the old
23912 iCalendar quoting. The new one seems to caus problems with
23913 applications.
23914
23915 * org.el (org-yank): Set `this-command' to `yank', so that
23916 `yank-pop' will work.
23917
23918 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23919
23920 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
23921 compliance as far as quoting is concerned.
23922
23923 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
23924 hexified version of the tag.
23925
23926 * org-vm.el (org-vm-follow-link): Require `vm-search'.
23927
23928 * org.el (org-up-heading-safe, org-forward-same-level):
23929 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
23930 (org-back-to-heading): New wrapper around outline-back-to-heading,
23931 with a useful error message telling where the error happened.
23932
23933 * org-list.el (org-update-checkbox-count): Always call
23934 `org-back-to-heading' instead of `outline-back-to-heading'.
23935
23936 * org-exp.el (org-export-as-html): Make sure that each <img> tag
23937 has an `alt' attribute, to ensure XHTML validation.
23938
23939 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23940
23941 * org-publish.el (org-publish-attachment): Allow publishing to
23942 overwrite attachment files.
23943
23944 * org-agenda.el (org-agenda-timerange-leaders): New option.
23945 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
23946
23947 * org.el (org-edit-src-exit): Untabify ASCII image before
23948 returning.
23949
23950 2008-11-19 Glenn Morris <rgm@gnu.org>
23951
23952 * org.el, org-mouse.el (org-agenda-change-all-lines):
23953 Fix declaration.
23954
23955 2008-11-18 Carsten Dominik <dominik@science.uva.nl>
23956
23957 * org.el ("speedbar"): Only show context if the file really is an
23958 org-mode buffer.
23959
23960 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
23961
23962 * org.el (org-time-string-to-absolute, org-small-year-to-year)
23963 (org-tags-sparse-tree): Fix typos in docstrings.
23964
23965 2008-11-15 Carsten Dominik <dominik@science.uva.nl>
23966
23967 * org-publish.el (org-publish-attachment): Allow copy-file to
23968 overwrite files.
23969
23970 2008-11-13 Glenn Morris <rgm@gnu.org>
23971
23972 * org-agenda.el (org-get-closed): Fix alias.
23973
23974 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
23975
23976 * org.el (org-link-escape): Fix typo in docstring.
23977
23978 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
23979
23980 * org.el (org-yank): Make any prefix force normal yanking.
23981 Suppress folding if text would be swallowed into a folded
23982 subtree.
23983 (org-yank-folded-subtrees, org-yank): Docstring updates.
23984
23985 * org-agenda.el (org-agenda-compare-effort): Treat no effort
23986 defined as 0.
23987
23988 * org-exp.el (org-export-language-setup): Add Catalan and
23989 Esperanto language entries.
23990
23991 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
23992
23993 * org.el (org-refile): Allow refiling of entire regions.
23994
23995 * org-clock.el (org-clock-time%): New function.
23996
23997 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
23998 retrieve property values.
23999
24000 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24001
24002 * org-agenda.el (org-agenda-list): Handle the value `only' of
24003 org-agenda-show-log'.
24004 (org-agenda-log-mode): Interpret a double prefix arg.
24005
24006 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24007
24008 * org-exp.el (org-export-html-footnotes-section): New variable.
24009 (org-export-as-html): Use `org-export-html-footnotes-section' to
24010 insert the footnotes.
24011 (org-export-language-setup): Add "Footnotes" to language words.
24012
24013 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24014
24015 * org.el (org-yank): Fix bug when not inserting a subtree.
24016
24017 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24018
24019 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
24020 instead of `vm-beginning-of-message'.
24021
24022 * org.el (org-make-link-regexps): Make sure that links to gnus can
24023 contain brackets.
24024
24025 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24026
24027 * org-attach.el (org-attach-dir): Remove duplicate ID creation
24028 code.
24029
24030 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
24031 shell output.
24032
24033 * org.el (org-link-abbrev-alist): Improve customization type.
24034
24035 * org-attach.el (org-attach-expand-link, org-attach-expand):
24036 New functions.
24037
24038 * org-agenda.el (org-agenda-get-progress): Rename from
24039 `org-get-closed'. Implement searching for state changes as well.
24040 (org-agenda-log-mode-items): New option.
24041 (org-agenda-log-mode): New option prefix argument, interpreted as
24042 request to show all possible progress info.
24043 (org-agenda-get-day-entries): Call `org-get-progress' instead of
24044 `org-get-closed'.
24045 (org-agenda-set-mode-name): Handle the more complex log mode
24046 settings.
24047 (org-get-closed): New alias, pointing to `org-get-progress'.
24048
24049 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24050
24051 * org.el (org-file-apps-defaults-gnu)
24052 (org-file-apps-defaults-macosx)
24053 (org-file-apps-defaults-windowsnt): Add an entry defining the
24054 system command.
24055 (org-file-apps): Allow `system' as key and value.
24056 (org-open-at-point): Explain the effect of a double prefix arg.
24057 (org-open-file): If the argument `in-emacs' is (16),
24058 i.e. corresponding to a double prefix argument, try to open the
24059 file externally.
24060
24061 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24062
24063 * org.el (org-insert-link): Abbreviate absolute files names in
24064 links. Also, fix a bug in which the double C-u prefix would not
24065 be honored.
24066
24067 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24068
24069 * org.el (org-insert-heading): If buffer does not end with a
24070 newline, add one if necessary to insert headline correctly.
24071
24072 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
24073 paragraphs, not inside.
24074
24075 * org.el (org-todo):
24076 Quote `org-agenda-headline-snapshot-before-repeat'.
24077
24078 * org-exp.el (org-export-as-html): Fully process link descriptions.
24079 (org-export-html-format-desc): New function.
24080 (org-export-as-html): Collect footnotes into the correct basket.
24081 (org-html-protect): No longer protect quotations marks here, this
24082 goes wrong.
24083
24084 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
24085 BEG.
24086
24087 * org-compat.el (org-fit-window-to-buffer): New function (not
24088 really, a preliminary and incomplete version was present earlier,
24089 but not used).
24090
24091 * org.el (org-fast-todo-selection, org-fast-tag-selection):
24092 Use `org-fit-window-to-buffer'.
24093
24094 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
24095
24096 * org-agenda.el (org-agenda-get-restriction-and-command)
24097 (org-fit-agenda-window, org-agenda-convert-date):
24098 Use `org-fit-window-to-buffer'.
24099
24100 * org-exp.el (org-export-as-html): Process href links through
24101 `org-export-html-format-href'.
24102 (org-export-html-format-href): New function.
24103
24104 * org-agenda.el (org-agenda-todo): Update only the current
24105 headline if this is a repeated TODO, marked done for today.
24106 (org-agenda-change-all-lines): New argument JUST-THIS, to change
24107 only the current line.
24108
24109 * org.el (org-todo): Take a snapshot of the headline if the
24110 repeater might change it.
24111
24112 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24113
24114 * org-publish.el (org-publish-find-title): Remove buffers visited
24115 only for extracting the title.
24116
24117 * org-exp.el (org-export-html-style)
24118 (org-export-html-style-default): Mark style definitions as
24119 unparsed CDATA.
24120
24121 * org-publish.el (org-publish-validate-link):
24122 Function re-introduced.
24123
24124 2008-11-12 Charles Sebold <csebold@gmail.com>
24125
24126 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
24127 property.
24128 (org-plot-quote-timestamp-field): New function.
24129 (org-plot-quote-tsv-field): Call timestamp field function when
24130 necessary rather than just quoting as a string.
24131 (org-plot/gnuplot-to-data): Pass in timefmt property.
24132 (org-plot/gnuplot-script): Supports timefmt property.
24133 (org-plot/gnuplot): Checks for timestamp column before checking
24134 for text index column.
24135
24136 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24137
24138 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
24139
24140 * org-publish.el (org-publish-org-index): Create a section in the
24141 index file.
24142 (org-publish-org-index): Stop linking to directories.
24143
24144 * org.el (org-emphasis-alist): Use span instead of <u> to
24145 underline text.
24146
24147 * org-exp.el (org-export-as-html): Make sure <p> is closed before
24148 <pre> sections.
24149
24150 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
24151
24152 * org-jsinfo.el (org-infojs-template): Remove language attribute
24153 from script tag.
24154
24155 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24156
24157 * org-agenda.el (org-agenda-remove-marked-text): New function.
24158 (org-agenda-mark-filtered-text)
24159 (org-agenda-unmark-filtered-text): New functions.
24160 (org-write-agenda): Remove filtered text.
24161
24162 * org.el (org-make-tags-matcher): Give access to TODO "property"
24163 without speed penalty.
24164
24165 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24166
24167 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
24168 option.
24169 (org-store-link-props): Make sure adding to the plist works
24170 correctly.
24171
24172 * org-gnus.el (org-gnus-no-new-news): New function.
24173 (org-gnus-follow-link): Allow the article ID to be a message-id,
24174 in addition to allowing article numbers. Message IDs make much
24175 more roubust links.
24176 (org-gnus-store-link): Use message-id to create link.
24177
24178 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24179
24180 * org.el (org-emphasize): Reverse the selection array.
24181 (org-emphasis-alist): Set <code> tags for the verbatim
24182 environment.
24183
24184 * org-remember.el (org-remember-handler): Fix bug with
24185 prefix-related changing of the note storage target.
24186
24187 * org-exp.el (org-print-icalendar-entries): Make the exported
24188 priorities compatible with RFC 2445.
24189
24190 * org-clock.el (org-clock-save): Insert time stamp without
24191 dependence on time-stamp.el.
24192
24193 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24194
24195 * org.el ("saveplace"): If saveplace puts point into an invisible
24196 location, make it visible.
24197 (org-make-tags-matcher): Allow inactive time stamps in time
24198 comparisons.
24199 (org-yank-adjusted-subtrees): New option.
24200 (org-yank): Incorporate adjusting trees.
24201 (org-paste-subtree): New argument FOR-YANK which will cause
24202 insertion at point without backing up over white lines, and leave
24203 point at the end of the inserted text. Also if the cursor is
24204 at the beginning of a headline, use the same level or the inserted
24205 tree.
24206
24207 * org-publish.el (org-publish-get-base-files-1): Deal correctly
24208 with broken symlinks.
24209
24210 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24211
24212 * org-exp.el (org-export-select-tags, org-get-current-options):
24213 Fix typo.
24214
24215 2008-11-06 Glenn Morris <rgm@gnu.org>
24216
24217 * org-publish.el (org-publish-attachment): Use copy-file rather than
24218 eshell/cp.
24219
24220 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
24221
24222 * org.el (org-columns-modify-value-for-display-function):
24223 * org-table.el (org-table-convert-region): Fix typos in docstrings.
24224
24225 2008-10-28 Glenn Morris <rgm@gnu.org>
24226
24227 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
24228
24229 * org-list.el (outline-next-heading, outline-back-to-heading):
24230 Fix declarations.
24231
24232 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24233
24234 * org-agenda.el (org-format-agenda-item)
24235 (org-agenda-filter-make-matcher): Make sure tags are stored and
24236 compared downcased.
24237
24238 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24239
24240 * org.el (org-insert-todo-heading): Fix bug with force-heading
24241 argument.
24242
24243 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24244
24245 * org-exp.el (org-export-as-ascii): Handle the case that we are
24246 bulishing from an indirect buffer.
24247
24248 * org-table.el (org-table-copy-down): Fix bug with time stamp
24249 increment.
24250
24251 * org-mouse.el (org-mouse-features): New option.
24252 (org-mode-hook): Turn on features depending on
24253 `org-mouse-features'.
24254
24255 * org.el (org-insert-heading-respect-content): Force heading
24256 creation.
24257 (org-insert-heading): Keep the folding state of the heading before
24258 the inserted one.
24259
24260 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24261
24262 * org-archive.el (org-archive-to-archive-sibling): Handle top
24263 level headlines better.
24264
24265 2008-10-26 Bastien Guerry <bzg@gnu.org>
24266
24267 * org-export-latex.el (org-export-latex-classes):
24268 Add \usepackage{graphicx} to the default list of packages.
24269
24270 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24271
24272 * org-agenda.el (org-agenda-filter): Rename from
24273 `org-agenda-filter-tags'.
24274
24275 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24276
24277 * org.el (org-entry-properties): Add CATEGORY property, iven if it
24278 is not defined as a property in this entry.
24279 (org-add-log-note): Mask prefix argument when immediately storing
24280 the note.
24281
24282 * org-agenda.el (org-agenda-filter-effort-default-operator):
24283 New option.
24284
24285 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
24286
24287 * org.el (org-add-log-setup): Bugfix; code to find insertion point
24288 after drawers was skipping ahead one line too many, so notes were
24289 inserted after the first note instead of before it.
24290
24291 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24292
24293 * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
24294 New variables.
24295 (org-prepare-agenda): Reset the filter tags.
24296 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
24297 Show filter tags in mode line.
24298
24299 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
24300 formatter.
24301
24302 * org-export-latex.el (org-latex-entities-regexp): New constant.
24303 (org-export-as-pdf): Use two calls to `shell-command'.
24304
24305 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24306
24307 * org-export-latex.el (org-export-latex-treat-sub-super-char):
24308 Honor the {} value of the subsuperscript setting. Make sure that
24309 longer subsuperscripts are typeset in a roman font.
24310
24311 * org.el (org-clock-update-time-maybe): Compute negative clock
24312 intervals correctly.
24313
24314 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24315
24316 * org.el (org-add-log-setup):
24317 Respect `org-log-state-notes-insert-after-drawers'.
24318 (org-log-state-notes-insert-after-drawers): New option.
24319 (org-todo-trigger-tag-changes): New function.
24320 (org-todo): Call `org-todo-trigger-tag-changes'.
24321
24322 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
24323
24324 * org.el (org-add-log-setup): Only skip drawers if they are
24325 immediately after the scheduling keywords.
24326
24327 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
24328 function.
24329 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
24330 call it with the current todo state to get the state to switch to
24331 when clocking in.
24332 (org-clock-in): Use org-indent-line-function to indent clock lines.
24333 (org-clock-find-position): Fix indentation of empty clock drawers.
24334
24335 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24336
24337 * org-publish.el (org-publish-org-to): Handle case when
24338 org-export-to-pdf does return a file name, not a buffer.
24339 (org-publish-org-to-pdf): New function.
24340
24341 * org-export-latex.el (org-export-as-pdf)
24342 (org-export-as-pdf-and-open): New commands.
24343
24344 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
24345 forms as ranges.
24346
24347 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
24348 things in protexted regions.
24349
24350 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24351
24352 * org-export-latex.el (org-export-latex-preprocess):
24353 Improve quoting of LaTeX environments.
24354
24355 2008-10-19 Eli Zaretskii <eliz@gnu.org>
24356
24357 * org.el (org-default-notes-file):
24358 * org-publish.el (org-publish-timestamp-directory):
24359 * org-id.el (org-id-locations-file): Run file names that begin
24360 with a period thru `convert-standard-filename'.
24361
24362 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24363
24364 * org-plot.el: Switch coding system to unix.
24365
24366 2008-10-12 John Wiegley <johnw@newartisans.com>
24367
24368 * org-attach.el: New file.
24369
24370 2008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
24371
24372 * org.el (org-edit-fixed-width-region): Exclude final newline from
24373 picture area.
24374
24375 * org-export-latex.el (org-export-latex-subcontent): Add labels to
24376 sections, to make internal links work.
24377 (org-export-latex-fontify-headline): Do not remove all text
24378 properties, to make sure that target properties survive this
24379 process.
24380
24381 * org-exp.el (org-export-preprocess-string): Change sequence of
24382 modifications, to make sure links are prepared before the LaTeX
24383 conversions do happen.
24384
24385 * org-attach.el (org-attach-delete-all): Rename from
24386 `org-attch-delete'. Add a security query before deleting the
24387 entire directory. New optional argument FORCE can overrule the
24388 security query.
24389 (org-attach-delete-one): New command.
24390
24391 * org-attach.el (org-attach-file-list): Fix bug with directory.
24392
24393 * org.el (org-apps-regexp-alist): New function.
24394 (org-file-apps): Add auto-mode to the default value.
24395 (org-open-file): Use the new structure of org-file-apps.
24396
24397 * org-attach.el (org-attach): Support the new keys.
24398 (org-attach-method): New option.
24399
24400 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
24401 March.
24402
24403 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
24404 of the list value o `org-use-tag-inheritance'.
24405
24406 * org-attach.el (org-attach-auto-tag): New option.
24407 (org-attach-tag, org-attach-untag): New functions.
24408 (org-attach-attach, org-attach-new, org-attach-sync):
24409 Call `org-attach-tag'.
24410 (org-attach-delete): Call `org-attach-untag'.
24411
24412 * org-table.el (orgtbl-self-insert-command): Make this work for
24413 the keypad as well.
24414
24415 * org.el (org-add-log-setup): Limit searc for drawers to entry
24416 text, not to subtree.
24417
24418 * org-clock.el (org-clock-heading-for-remember): New variable.
24419 (org-clock-in): Set `org-clock-heading-for-remember'.
24420
24421 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
24422
24423 * org-remember.el (org-remember-apply-template): Add new
24424 expansions: %k, %K for currently clocked task and a link to the
24425 currently clocked task, and %< to file notes in the currently
24426 clocked task.
24427
24428 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24429
24430 * org-export-latex.el (org-export-latex-make-header): Also insert
24431 the content of the property :latex-header-extra.
24432
24433 * org-exp.el (org-infile-export-plist): Put the content of
24434 #+LATEX_HEADER: into the property :latex-header-extra.
24435
24436 * org-colview.el (org-columns-get-format-and-top-level):
24437 Remove resetting the marker.
24438
24439 * org.el (org-entry-property-inherited-from): Improve docstring.
24440 (org-entry-get-with-inheritance): Reset marker before starting the
24441 search.
24442
24443 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
24444
24445 * org.el (org-entry-get-multivalued-property)
24446 (org-entry-protect-space, org-entry-restore-space):
24447 New functions.
24448 (org-file-apps-defaults-macosx): Let PostScript files be opened by
24449 preview.
24450 (org-time-stamp-inactive): Call `org-time-stamp'.
24451 (org-time-stamp): New argument `inactive'. Also edit inactive
24452 stamps. Convert time stamp type.
24453 (org-open-file): Interpret the `default' value for the `command'
24454 in `org-file-apps'.
24455
24456 * org-id.el (org-id-int-to-b36-one-digit)
24457 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
24458 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
24459 b36.
24460
24461 * org-id.el (org-id-reverse-string): New function.
24462 (org-id-new): Use `org-id-reverse-string' to make sure the
24463 beginning chars of the ID are mutating fast. This allows to use a
24464 directory structure to spread things better.
24465 (org-id-prefix): Change default to nil.
24466
24467 * org-list.el (org-move-item-down, org-move-item-up): Remember and
24468 restore the column of the cursor position.
24469
24470 * org-remember.el (org-remember-apply-template): Remove properties
24471 from `initial'.
24472
24473 * org-wl.el (org-wl-open): Remove useless call to
24474 `wl-thread-open-all'.
24475
24476 * org-remember.el (org-remember-handler): Fix bug with `bottom'
24477 location.
24478
24479 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
24480 `org-bbdb-anniversaries'.
24481
24482 * org.el (org-get-next-sibling, org-forward-same-level):
24483 New functions, similar to the outline versions, but invisible headings
24484 are OK.
24485
24486 2008-10-12 Bastien Guerry <bzg@gnu.org>
24487
24488 * org.el (org-auto-repeat-maybe): Insert a space between
24489 the timestamp's type and the timestamp itself.
24490
24491 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24492
24493 * org-table.el (org-table-sum): Do not format the result with %g,
24494 it does rounding when there are too many digits.
24495
24496 * org.el (org-map-entries): Protect the keyword-selecting variables.
24497
24498 2008-10-12 Bastien Guerry <bzg@gnu.org>
24499
24500 * org-agenda.el (org-agenda-to-appt): Make sure the function check
24501 against all agenda files.
24502
24503 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24504 Bastien Guerry <bzg@gnu.org>
24505
24506 * org-list.el: New file, aggregating list functions from org.el
24507 and org-export-latex.el.
24508
24509 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24510
24511 * org.el (org-edit-src-region-extra): New option.
24512
24513 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
24514 time before 1am.
24515
24516 2008-10-12 Bastien Guerry <bzg@gnu.org>
24517
24518 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
24519
24520 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
24521
24522 * org-plot.el (org-plot/gnuplot): Make tables starting with a
24523 hline work correctly.
24524 (org-plot/gnuplot-script): Put commas at the end of each script
24525 line.
24526
24527 * org.el (org-get-refile-targets): Replace links with their
24528 descriptions.
24529 (org-imenu-get-tree): Replace links with their descriptions.
24530
24531 * org-remember.el (org-remember-apply-template): Add a new
24532 expansion for adding properties to remember items.
24533
24534 * org.el (org-add-log-setup): Skip over drawers (properties,
24535 clocks etc) when adding notes.
24536
24537 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
24538 items as well as the start and end times.
24539
24540 * org-compat.el (org-get-x-clipboard-compat): Add a compat
24541 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
24542
24543 * org-remember.el (org-get-x-clipboard): Use the compat
24544 function to get clipboard values when x-selection-value is
24545 unavailable. Use substring-no-properties instead of
24546 set-text-properties to remove text properties from the clipboard
24547 value.
24548
24549 * org-clock.el (org-update-mode-line): Support limiting the
24550 modeline clock string, and display the full todo value in the
24551 tooltip. Set a local keymap so mouse-3 on the clock string goes to
24552 the currently clocked task.
24553 (org-clock-string-limit): Add a custom value for the maximum
24554 length of the clock string in the modeline.
24555 (org-clock-mode-map): Add a keymap for the modeline string.
24556
24557 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24558
24559 * org-compat.el (org-propertize): New function.
24560
24561 2008-10-12 Bastien Guerry <bzg@gnu.org>
24562
24563 * org-export-latex.el (org-export-latex-tables): Protect exported
24564 tables from further special chars conversion.
24565 (org-export-latex-preprocess): Preserve LaTeX environments.
24566 (org-list-parse-list): Parse descriptive lists.
24567 (org-list-to-generic, org-list-to-latex, org-list-to-html)
24568 (org-list-to-texinfo): Export descriptive lists.
24569 (org-quote-chars): Remove.
24570 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
24571 (org-export-latex-list-beginning-re): Rename to
24572 `org-list-beginning-re'.
24573 (org-list-item-begin): Rename to `org-list-item-beginning'.
24574
24575 2008-10-12 Eric Schulte <schulte.eric@gmail.com>
24576
24577 * org-plot.el: New file.
24578
24579 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24580
24581 * org.el (org-refile): Allow refiling to the last entry in the
24582 buffer.
24583 (org-get-tags-at): Fix bug when inheritance is turned off.
24584
24585 * org.el (org-indent-line-function): No longer check for src
24586 regions, this is too much overhead.
24587
24588 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
24589 matching.
24590
24591 * org.el (org-scan-tags): Make sure that tags matching is not case
24592 sensitive. TODO keyword matching is case sensitive, however, to
24593 avoid confusion with similar words that are not meant to be
24594 keywords.
24595
24596 * org.el (org-get-local-tags-at): New function.
24597 (org-get-local-tags): New function.
24598
24599 * org-exp.el (org-export-get-categories): New function.
24600
24601 * org-agenda.el (org-sorting-choice)
24602 (org-agenda-sorting-strategy, org-agenda-get-todos)
24603 (org-agenda-get-timestamps, org-agenda-get-deadlines)
24604 (org-agenda-get-scheduled, org-agenda-get-blocks)
24605 (org-entries-lessp): Implement sorting by TODO state.
24606 (org-cmp-todo-state): New defsubst.
24607
24608 * org-colview.el (org-colview-construct-allowed-dates):
24609 New function.
24610 (org-columns-next-allowed-value):
24611 Use `org-colview-construct-allowed-dates'.
24612
24613 * org.el (org-protect-slash): New function.
24614 (org-get-refile-targets): Use `org-protect-slash'.
24615
24616 * org-agenda.el (org-global-tags-completion-table): New variable.
24617
24618 * org-exp.el (org-export-handle-export-tags): New function.
24619 (org-export-preprocess-string):
24620 Call `org-export-handle-export-tags'.
24621
24622 * org-publish.el (org-publish-expand-components): Function removed.
24623 (org-publish-expand-projects): Allow components to have components.
24624
24625 * org.el (org-indent-line-function): Do not indent in regions that
24626 are external source code.
24627 (org-yank-and-fold-if-subtree): New function.
24628
24629 * org-agenda.el (org-agenda-todayp): New function.
24630 (org-agenda-get-deadlines, org-agenda-get-scheduled):
24631 Use `org-agenda-todayp'.
24632
24633 * org.el (org-insert-heading-respect-content)
24634 (org-insert-todo-heading-respect-content): New commands.
24635 (org-insert-heading-respect-content): New option.
24636 (org-insert-heading): Respect `org-insert-heading-respect-content'.
24637
24638 * org-clock.el (org-clock-find-position): Make sure the note after
24639 the clock line gets moved into the new clock drawer.
24640
24641 * org-id.el (org-id-new): New option.
24642
24643 * org-table.el (org-table-copy-down): Avoid overflow during
24644 increment. Use prefix argument 0 to temporarily disable the
24645 increment.
24646
24647 * org-exp.el (org-export-as-html): Do not turn on the major mode
24648 if the buffer will be killed anyway.
24649 (org-get-current-options): Exclude the #+TEXT field.
24650 (org-export-as-html): Make sure text before the first headline is
24651 a paragraph.
24652
24653 * org-publish.el (org-publish-org-to): Tell the exporter that this
24654 buffer will be killed, so it is not necessary to do major mode
24655 initialization.
24656
24657 * org-archive.el (org-archive-to-archive-sibling): Show empty
24658 lines after folding the archive sibling.
24659
24660 * org.el (org-log-note-extra): New variable.
24661
24662 2008-10-12 Bastien Guerry <bzg@gnu.org>
24663
24664 * org.el (org-additional-option-like-keywords): Add keywords for
24665 the _QUOTE, _VERSE and _SRC environments.
24666
24667 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
24668 exporting _QUOTE and _VERSE environments.
24669
24670 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24671
24672 * org-agenda.el (org-agenda-filter-by-tag): New command.
24673
24674 * org-exp.el (org-get-current-options): Remove angular brackets
24675 from the date entry.
24676
24677 * org.el (org-edit-fixed-width-region): New function.
24678 (org-edit-fixed-width-region): Also try
24679 `org-edit-fixed-width-region'.
24680 (org-edit-fixed-width-region-mode): New option.
24681 (org-activate-code): Only interpret lines starting with colon
24682 plus a space as example lines.
24683
24684 * org-remember.el (org-remember-templates): Add nil instead of
24685 empty strings to fix the length of remember templates.
24686
24687 * org-table.el (org-calc-default-modes): Fix the time format for
24688 calc, from 12 hour to 24 hour clock.
24689
24690 * org-agenda.el (org-agenda-get-deadlines)
24691 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
24692 entries that are pre-warnings of deadlines or reminders.
24693
24694 * org.el (org-sort-entries-or-items): Make numeric and alpha
24695 comparisons ignore any TODO keyword and priority cookie.
24696
24697 * org-remember.el (org-remember-handler): Reinterpretation of the
24698 prefix argument.
24699
24700 * org-agenda.el (org-agenda-get-scheduled): Use new
24701 `org-scheduled' face.
24702
24703 * org-faces.el (org-scheduled): New face.
24704
24705 * org-wl.el (org-wl-open): Remove incorrect declaration.
24706
24707 * org-gnus.el (org-gnus-store-link): Support for :to information
24708 in gnus links.
24709
24710 * org-exp.el (org-export-as-html): Fix typo in creator
24711 information.
24712 (org-export-protect-examples): New parameter indent. Insert extra
24713 spaces only when this parameter is specified.
24714 (org-export-preprocess-string): Call `org-export-protect-examples'
24715 with an indentation parameter when exporting to ASCII.
24716
24717 * org-remember.el (org-remember-templates)
24718 (org-remember-apply-template): Allow the file component to be a
24719 function.
24720
24721 * org.el (org-goto-local-search-headings): Rename from
24722 `org-goto-local-search-forward-headings'. Added the possibility
24723 to search backwards.
24724
24725 * org-export-latex.el (org-export-latex): New customization
24726 group.
24727
24728 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
24729
24730 * org-exp.el (org-html-do-expand): Allow {} to terminate
24731 tex macro.
24732
24733 * org.el (org-buffer-list): Select buffers based on major mode,
24734 not on file name.
24735
24736 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
24737 face property.
24738
24739 * org-colview.el (org-columns-display-here):
24740 Use `org-columns-modify-value-for-display-function'.
24741
24742 * org.el (org-columns-modify-value-for-display-function): New option.
24743
24744 * org-publish.el (org-publish-file): Make sure the directory match
24745 for the publishing directory works correctly.
24746
24747 * org-agenda.el (org-agenda-execute-calendar-command)
24748 (org-agenda-diary-entry): Additional optional argument.
24749
24750 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
24751
24752 * org-exp.el (org-export-as-html): Add attributes also in mailto
24753 and ftp links.
24754
24755 * org.el (org-autoload): Add `org-dblock-write:columnview'.
24756
24757 2008-08-11 Glenn Morris <rgm@gnu.org>
24758
24759 * org-mac-message.el (do-applescript): Fix declaration.
24760
24761 2008-08-10 Glenn Morris <rgm@gnu.org>
24762
24763 * org-exp.el (org-export-as-html): Let-bind `i'.
24764
24765 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
24766 (org-extract-attributes): Let-bind `key', `value'.
24767 (org-make-tags-matcher): Let-bind `time-p'.
24768
24769 2008-07-27 Carsten Dominik <dominik@science.uva.nl>
24770
24771 * org-install.el: New file.
24772
24773 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
24774
24775 * org-exp.el (org-export-html-style)
24776 (org-export-html-style-extra): Declare as safe-local-variable.
24777
24778 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
24779
24780 * org-publish.el (org-publish-file): Use the true name of the
24781 file.
24782
24783 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
24784 instead of :style.
24785
24786 * org-exp.el (org-export-plist-vars)
24787 (org-export-add-options-to-plist): Handle creator setting flag.
24788 (org-export-as-html): Handle attributes also for ftp and mailto
24789 links.
24790
24791 * org-agenda.el (org-agenda-diary-entry)
24792 (org-agenda-execute-calendar-command): Cater for the second
24793 argument of `calendar-cursor-to-date'.
24794
24795 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
24796
24797 * org-exp.el (org-export-region-as-html, org-export-as-html):
24798 Make sure that calls from `org-export-region-as-html' do not do the
24799 special check for a subtree.
24800
24801 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
24802
24803 * org.el (org-open-file):
24804 Use `org-open-directory-means-index-dot-org'.
24805 (org-open-directory-means-index-dot-org): New option.
24806
24807 * org.el (org-make-link-string): Remove link attributes from
24808 description.
24809 (org-open-at-point): Remove link attributes before using the path.
24810
24811 * org-exp.el (org-export-as-html): Handle link attributes.
24812
24813 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
24814
24815 * org-table.el (org-table-to-lisp): New function.
24816
24817 * org.el (org-narrow-to-subtree): Do not include the final newline
24818 into the narrowed region.
24819
24820 * org-agenda.el (org-agenda-custom-commands-local-options):
24821 Fix bug with user-define skipping condition.
24822
24823 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
24824
24825 * org-exp.el (org-export-html-style-default): Automatic overflow
24826 handling for pre fields.
24827 (org-export-as-ascii, org-export-as-html): Change default format
24828 for time stamp.
24829
24830 * org-table.el (org-table-export): Offer completion for translator
24831 functions, and do not require a heading above the table.
24832
24833 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
24834 Cater for the case of a list starting in the first line of the
24835 buffer.
24836
24837 * org-publish.el (org-publish-find-title): Bug fix.
24838 (org-publish-org-index): Implement new :index-style option.
24839
24840 * org-publish.el (org-publish-timestamp-filename):
24841 Use SHA1-encoded file names in the timestamp directory.
24842
24843 * org-publish.el (org-publish-needed-p): Be verbose about files
24844 published and files skipped.
24845
24846 * org-exp.el (org-export-preprocess-string): Swap link
24847 normalization and internal link targeting.
24848
24849 * org-publish.el (org-publish-needed-p): Create timestamp
24850 directory when it does not exist.
24851
24852 * org-clock.el (org-clock-out-when-done): Doc fix.
24853
24854 * org.el (org-agenda-skip-unavailable-files): Doc fix.
24855
24856 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
24857 Ignore case when searching for the COMMENT cookie at export time.
24858
24859 * org-exp.el (org-get-file-contents)
24860 (org-get-and-remove-property): New functions.
24861 (org-export-handle-include-files): Handle the new prefix options.
24862 (org-export-as-html): Fix the verse environment.
24863
24864 * org.el (org-time=, org-time<, org-time<=, org-time>)
24865 (org-time>=, org-time<>, org-2ft): New functions.
24866 (org-op-to-function): Also provide for the time testing functions.
24867
24868 * org-exp.el (org-export-html-style-default): New constant.
24869
24870 * org-exp.el (org-export-html-style-extra): New variable.
24871 (org-export-splice-style): New function.
24872
24873 * org-exp.el (org-export-plist-vars, org-export-as-html):
24874 Implement `org-export-creator-info'.
24875 (org-export-creator-info): New option.
24876
24877 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
24878 (org-property-drawer-re, org-clock-drawer-re): New constants.
24879
24880 * org-exp.el (org-icalendar-use-deadline)
24881 (org-icalendar-use-scheduled): New options.
24882 (org-icalendar-include-todo): Default changed to t.
24883 (org-print-icalendar-entries): Implement better utilization of
24884 scheduling and deadline time stamps.
24885 (org-export-target-internal-links, org-export-as-html): Allow file
24886 lines without the "file:" prefix if the file path is an absolute
24887 path or starts with ".".
24888
24889 * org-clock.el (org-clocktable-shift): Also understand yesterday,
24890 lastweek etc.
24891 (org-clock-special-range): Also understand yesterday, lastweek etc.
24892
24893 * org.el (org-agenda-skip-archived-trees): Docstring now
24894 discourages using this.
24895 (org-scan-tags): Check for org-agenda-archives-mode.
24896 (org-map-entries): Make sure org-agenda-archives-mode is nil.
24897 (org-agenda-files): Functionality of second arg changed.
24898
24899 * org-agenda.el (org-agenda-archives-mode): New variable.
24900 (org-write-agenda, org-prepare-agenda, org-agenda-list)
24901 (org-search-view, org-todo-list, org-tags-view)
24902 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
24903 `ifmode' argument.
24904 (org-agenda-quit): Reset the archives mode.
24905 (org-agenda-archives-mode): New command.
24906 (org-agenda-set-mode-name): Include archives info.
24907
24908 * org.el (org-paste-subtree): Make sure the yanked headline is
24909 visible if it was yanked at a visible point.
24910 (org-move-item-up): Fix the bug with moving white space at the end
24911 of the item.
24912 (org-show-empty-lines-in-parent): New function.
24913
24914 2008-07-19 Juri Linkov <juri@jurta.org>
24915
24916 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
24917 new keymap `narrow-map' instead of binding "\C-xns".
24918
24919 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
24920
24921 * org.el (org-agenda-skip-unavailable-files):
24922 * org-clock.el (org-clock-out-when-done): Doc fixes.
24923
24924 2008-06-18 Glenn Morris <rgm@gnu.org>
24925
24926 * org.el (org-map-entries): Let-bind `file'.
24927
24928 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
24929
24930 * org-colview.el (org-columns-next-allowed-value): Bug fix.
24931
24932 * org-agenda.el (org-agenda-get-closed): Get the end time into the
24933 agenda prefix as well.
24934
24935 * org-publish.el (org-publish-org-index): Make a properly indented
24936 list.
24937
24938 * org.el (org-calendar-agenda-action-key): New option.
24939 (org-get-cursor-date): New function.
24940 (org-mark-entry-for-agenda-action): New command.
24941 (org-overriding-default-time): New variable.
24942 (org-read-date): Respect `org-overriding-default-time'.
24943
24944 * org-remember.el (org-remember-apply-template): Respect the
24945 overriding default time.
24946
24947 * org-agenda.el (org-agenda-action-marker): New variable.
24948 (org-agenda-action): New command.
24949 (org-agenda-do-action): New function.
24950
24951 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
24952
24953 * org.el (org-schedule, org-deadline): Protect scheduled and
24954 deadline tasks against changes that accidentally remove the
24955 repeater. Also show a message with the new date when done.
24956
24957 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
24958
24959 * org.el (org-beginning-of-line): Cater for the case when there
24960 are tags but no headline text.
24961 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
24962 it set.
24963
24964 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
24965
24966 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
24967 the return value is nil instead of "nil" when there is no match.
24968
24969 * org-exp.el (org-insert-centered): Use fill-column instead of
24970 80.
24971 (org-export-as-ascii): Use string-width to measure the width of
24972 the heading.
24973
24974 * org.el (org-diary-to-ical-string): No longer kill buffer
24975 FROMBUF, this is now done by the caller.
24976
24977 * org-exp.el (org-print-icalendar-entries): Move the call to
24978 `org-diary-to-ical-string' out of the loop, and kill the buffer
24979 afterwords.
24980
24981 * org-remember.el (org-remember-visit-immediately):
24982 Position cursor after moving to the note.
24983 (org-remember-apply-template): Use a text property to record the
24984 cursor position.
24985 (org-remember-handler): Align tags after pasting the note.
24986
24987 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
24988
24989 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
24990
24991 * org-agenda.el (org-agenda-open-link): If there is an
24992 org-bbdb-name property in the current line, jump to that bbdb
24993 entry.
24994
24995 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
24996 text property, so that the agenda knows where this entry comes
24997 from.
24998
24999 * org-agenda.el (org-agenda-clock-in): Fix bug in the
25000 interaction between clocking-in from the agenda, and automatic
25001 task state switching.
25002
25003 * org-macs.el (org-with-point-at): Bug fix in macro definition.
25004
25005 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
25006 zmacs-region stays after this command in XEmacs.
25007
25008 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25009
25010 * org.el (org-scan-tags): Allow new values for ACTION parameter.
25011
25012 * org-remember.el (org-remember-templates): Fix bug in
25013 customization type definition.
25014
25015 * org.el (org-map-entries): New function.
25016
25017 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25018
25019 * org-agenda.el (org-agenda-skip-comment-trees): New option.
25020 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
25021
25022 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25023
25024 * org-remember.el (org-jump-to-target-location): New variable.
25025 (org-remember-apply-template):
25026 Set `org-remember-apply-template' if requested by template.
25027 (org-remember-handler): Start an idle timer to jump to
25028 remember location.
25029
25030 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
25031
25032 * org.el (org-set-regexps-and-options): Fix bug with parsing of
25033 file tags.
25034 (org-get-tags-at): Add the content of `org-file-tags'.
25035
25036 * org-exp.el (org-export-handle-comments): Fix bug with several
25037 comment lines after each other.
25038 (org-number-to-roman, org-number-to-counter): New functions.
25039 (org-export-section-number-format): New option.
25040
25041 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25042
25043 * org-exp.el (org-export-protect-examples): Catch the case of a
25044 missing end_example line.
25045
25046 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
25047 `org-file-tags' to nil.
25048
25049 * org-colview.el (org-columns-next-allowed-value): Handle next
25050 argument NTH to directly select a value.
25051
25052 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25053
25054 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
25055
25056 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25057
25058 * org.el (org-columns-ellipses): New option.
25059
25060 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25061
25062 * org-colview.el (org-columns-add-ellipses): New function.
25063 (org-columns-compact-links): New function.
25064 (org-columns-cleanup-item): Call `org-columns-compact-links'.
25065 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
25066 when in agenda.
25067 (org-columns-edit-value): Fix bug with editing values from
25068 agenda column view.
25069 (org-columns-redo): Also redo the agenda itself.
25070
25071 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25072
25073 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
25074 New option.
25075
25076 * org-colview.el (org-agenda-columns-cleanup-item): New function.
25077
25078 * org-exp.el (org-export-ascii-preprocess): Rename from
25079 `org-export-ascii-clean-string'.
25080 (org-export-kill-licensed-text)
25081 (org-export-define-heading-targets)
25082 (org-export-handle-invisible-targets)
25083 (org-export-target-internal-links)
25084 (org-export-remove-or-extract-drawers)
25085 (org-export-remove-archived-trees)
25086 (org-export-protect-quoted-subtrees)
25087 (org-export-protect-verbatim, org-export-protect-examples)
25088 (org-export-select-backend-specific-text)
25089 (org-export-mark-blockquote-and-verse)
25090 (org-export-remove-comment-blocks-and-subtrees)
25091 (org-export-handle-comments, org-export-mark-radio-links)
25092 (org-export-remove-special-table-lines)
25093 (org-export-normalize-links)
25094 (org-export-concatenate-multiline-links)
25095 (org-export-concatenate-multiline-emphasis): New functions,
25096 obtained from spliting the export preprocessor.
25097
25098 * org-table.el (org-table-recalculate): Improve error message if
25099 the row number is invalid.
25100
25101 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25102
25103 * org-archive.el (org-archive-save-context-info): Fix bugs in
25104 customization setup and docstring.
25105
25106 * org-exp.el (org-export-html-style): Change the size of in the
25107 <pre> element to 90%.
25108
25109 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25110
25111 * org.el (org-find-src-example-start): Function removed.
25112 (org-edit-src-find-region-and-lang): New function.
25113
25114 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25115
25116 * org.el (org-edit-src-exit): New function.
25117 (org-exit-edit-mode): New minor mode.
25118
25119 * org-exp.el (org-export-preprocess-string): Fix bug with removing
25120 comment-like lines from protected examples.
25121
25122 * org.el (org-edit-src-example, org-find-src-example-start)
25123 (org-protect-source-example, org-edit-special): New functions.
25124
25125 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25126
25127 * org-publish.el (org-publish-project-alist): Fix typo in
25128 docstring.
25129 (org-publish-project-alist): Handle :index-title property.
25130
25131 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25132
25133 * org-export-latex.el (org-export-as-latex): Make sure region
25134 bounds are correct. Parse subtree properties relating to export.
25135
25136 * org-exp.el (org-export-add-options-to-plist): New function.
25137 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
25138
25139 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25140
25141 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
25142 EXPORT_TITLE.
25143
25144 * org-exp.el (org-export-get-title-from-subtree)
25145 (org-export-as-ascii, org-export-as-html): Make sure the original
25146 region-beginning and region-end are used, even after moving point.
25147 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
25148 property.
25149
25150 * org-remember.el (org-remember-last-stored-marker): New variable.
25151 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
25152 (org-remember-handler): Also use marker to remember
25153 last-stored position.
25154
25155 * org.el (org-goto-marker-or-bmk): New function.
25156
25157 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25158
25159 * org.el (org-file-properties): Rename from `org-local-properties'.
25160 (org-scan-tags): Take file tags into account.
25161 (org-tags-match-list-sublevels): Default changed to t.
25162
25163 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
25164
25165 * org.el (org-update-parent-todo-statistics): New function.
25166
25167 * org-exp.el (org-icalendar-store-UID): New option.
25168 (org-icalendar-force-UID): Option removed.
25169 (org-print-icalendar-entries): IMplement UIDs.
25170
25171 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25172
25173 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
25174
25175 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25176
25177 * org-faces.el (org-column): Document how this face is being used
25178 and why sometimes the background faces shine through.
25179
25180 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
25181
25182 * org-publish.el (org-publish-attachment): Create publishing
25183 directory if it does not yet exist.
25184
25185 * org-table.el (org-calc-default-modes): Change default number
25186 format to (float 8).
25187
25188 * org.el (org-olpath-completing-read): New function.
25189 (org-time-clocksum-format): New option.
25190 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
25191
25192 * org-clock.el (org-clock-display, org-clock-out)
25193 (org-update-mode-line): Use `org-time-clocksum-format'.
25194
25195 * org-colview.el (org-columns-number-to-string):
25196 Use `org-time-clocksum-format'.
25197
25198 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25199
25200 * org-id.el: New file, move from contrib to core.
25201
25202 * org-exp.el (org-icalendar-force-UID): New option.
25203
25204 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25205
25206 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
25207 shifted by one day if there is a date range without an end time.
25208
25209 * org.el (org-try-structure-completion): New function.
25210
25211 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25212
25213 * org.el (org-set-font-lock-defaults): Improve fontification of
25214 description lists.
25215 (org-insert-item): Handle description lists.
25216 (org-adaptive-fill-function): Improve auto indentation in
25217 description lists.
25218
25219 * org-exp.el (org-export-as-html, org-export-preprocess-string):
25220 Implement VERSE environment.
25221 (org-export-preprocess-string): Implement the COMMENT
25222 environment.
25223
25224 * org-export-latex.el (org-export-latex-preprocess):
25225 Implement VERSE environment.
25226
25227 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25228
25229 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
25230 option.
25231
25232 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25233
25234 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
25235
25236 * org.el (org-quote-csv-field): New functions.
25237
25238 * org-table.el (org-table-export-default-format): Remove :splice
25239 from default format, we get the same effect by not specifying
25240 :tstart and :tend.
25241 (org-table-export): Improve setup, distinguish better between
25242 interactive and non-interactive use, allow specifying the format
25243 on the fly, better protection against wrong file names.
25244 (orgtbl-to-generic): Fix documentation. Do not require :tstart
25245 and :tend when :splice is omitted.
25246
25247 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25248
25249 * org-clock.el (org-clock-select-task): Make sure the selection
25250 letters are 1-9 and A-Z, no special characters.
25251
25252 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25253
25254 * org-exp.el (org-export-htmlize): New group.
25255 (org-export-htmlize-output-type)
25256 (org-export-htmlize-css-font-prefix): New options.
25257 (org-export-htmlize-region-for-paste): New function.
25258 (org-export-htmlize-generate-css): New command.
25259
25260 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25261
25262 * org.el (org-set-visibility-according-to-property): New function.
25263 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
25264 and compute the regular expressions, and update font-lock.
25265 (org-property-re): Allow a dash in property names.
25266
25267 * org-archive.el (org-extract-archive-file): Insert the file name
25268 without the path into the format, to allow the location format to
25269 contain a subdirectory.
25270
25271 * org-agenda.el (org-agenda-post-command-hook): If point is at end
25272 of buffer, and the `org-agenda-type' property undefined, use the
25273 value from the character before.
25274
25275 * org.el (org-add-planning-info): Don't let indentation for
25276 would-be timestamp become extra whitespace at the end of headline.
25277
25278 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25279
25280 * org.el (org-remove-double-quotes, org-file-contents):
25281 New functions.
25282
25283 * org-exp.el (org-infile-export-plist): Also parse the
25284 contents of #+SETUPFILE files, recursively.
25285
25286 * org.el (org-set-regexps-and-options): Also parse the
25287 contents of #+SETUPFILE files, recursively.
25288
25289 * org-exp.el (org-export-handle-include-files): New function.
25290 (org-export-preprocess-string):
25291 Call `org-export-handle-include-files'.
25292
25293 * org.el (org-delete-property-globally)
25294 (org-delete-property, org-set-property): Ignore case during
25295 completion.
25296 (org-set-property): Use `org-completing-read' instead of
25297 `completing-read'.
25298
25299 * org.el (org-complete-expand-structure-template): New,
25300 experimental function.
25301 (org-structure-template-alist): New, experimental option.
25302 (org-complete): Call `org-complete-expand-structure-template'.
25303
25304 2008-06-17 Bastien Guerry <bzg@gnu.org>
25305
25306 * org-export-latex.el (org-export-latex-preprocess):
25307 Add support for blockquotes.
25308
25309 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25310
25311 * org.el (org-read-date-analyze): Catch the case where only a
25312 weekday is given.
25313
25314 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25315
25316 * org.el (org-set-font-lock-defaults): Make the description
25317 tag bold.
25318
25319 * org-exp.el (org-export-as-html, org-close-li):
25320 Implement description lists.
25321
25322 2008-06-17 Jason Riedy <jason@acm.org>
25323
25324 * org-table.el (*orgtbl-default-fmt*): New variable.
25325 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
25326 when there is no other fmt available.
25327
25328 (orgtbl-to-generic): Allow an explicitly nil :tstart or
25329 :tend to suppress the appropriate string.
25330
25331 (orgtbl-to-orgtbl): New function for translating to another orgtbl
25332 table.
25333
25334 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25335
25336 * org.el (org-read-date-analyze): "." as an alias for "+0" in
25337 read date.
25338
25339 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
25340 New function.
25341
25342 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
25343 New function.
25344
25345 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25346
25347 * org-clock.el (org-clock-find-position): Don't include notes
25348 into clock drawer.
25349
25350 * org-archive.el (org-archive-subtree): No longer remove an
25351 extra line after cutting the subtree. `org-cut-subtree' already
25352 takes care of this.
25353
25354 * org-remember.el (org-remember-handler): Only kill the target
25355 buffer if it does not contain the running clock.
25356
25357 * org.el (org-markers-to-move): New variable.
25358 (org-save-markers-in-region, org-check-and-save-marker)
25359 (org-reinstall-markers-in-region): New function.
25360 (org-move-subtree-down, org-copy-subtree): Remember relative
25361 marker positions before cutting.
25362 (org-move-subtree-down, org-paste-subtree): Restore relative
25363 marker positions after pasting.
25364
25365 * org-remember.el (org-remember-clock-out-on-exit): New option.
25366 (org-remember-finalize): Clock out only if the setting in
25367 `org-remember-clock-out-on-exit' requires it.
25368 (org-remember-handler): Do the cleanup in the buffer, to make sure
25369 that the clock marker remains in tact.
25370
25371 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25372
25373 * org-clock.el (org-clock-goto): Widen buffer if necessary.
25374 (org-clock-in): Make sure that also tasks outside the narrowed
25375 region will be clocked in correctly.
25376 (org-clock-insert-selection-line): Widen the buffer so that we can
25377 find the correct task heading.
25378
25379 * org.el (org-base-buffer): New function.
25380
25381 * org-exp.el (org-icalendar-cleanup-string): Make sure ","
25382 and ";" are escaped.
25383 (org-print-icalendar-entries): Also apply
25384 `org-icalendar-cleanup-string' to the headline, not only to the
25385 summary property.
25386
25387 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25388
25389 * org-exp.el (org-export-preprocess-hook): New hook.
25390 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
25391
25392 * org.el (org-font-lock-hook): New variable.
25393 (org-font-lock-hook): New function.
25394 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
25395
25396 ;; Local Variables:
25397 ;; coding: utf-8
25398 ;; add-log-time-zone-rule: t
25399 ;; End:
25400
25401 Copyright (C) 2008-2012 Free Software Foundation, Inc.
25402
25403 This file is part of GNU Emacs.
25404
25405 GNU Emacs is free software: you can redistribute it and/or modify
25406 it under the terms of the GNU General Public License as published by
25407 the Free Software Foundation, either version 3 of the License, or
25408 (at your option) any later version.
25409
25410 GNU Emacs is distributed in the hope that it will be useful,
25411 but WITHOUT ANY WARRANTY; without even the implied warranty of
25412 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25413 GNU General Public License for more details.
25414
25415 You should have received a copy of the GNU General Public License
25416 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.