* mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
[bpt/emacs.git] / lisp / org / ChangeLog
CommitLineData
537c0c72
CD
12010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
2
12517c7b
CD
3 * org-capture.el (org-capture-templates): Remove autoload from
4 defcustom.
5
537c0c72
CD
6 * ob-lisp.el (slime): Don't expect slime to be present.
7
afe98dfa
CD
82010-11-11 Dan Davison <dandavison7@gmail.com>
9
10 * ob.el: `copy-sequence' suffices to copy alist; no need for
11 `copy-tree'.
12
132010-11-11 Dan Davison <dandavison7@gmail.com>
14
15 * ob.el (org-babel-execute-src-block): If ":results file" is in
16 effect, then ensure that the value of :file is returned as the
17 result; don't rely on language files for this.
18
192010-11-11 Dan Davison <dandavison7@gmail.com>
20
21 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
22 structure by side-effects of `sort'.
23
242010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
25
26 * org-list.el (org-list-bottom-point-with-indent): Do not check
27 indentation of a non-empty blank line.
28
29 * org-list.el (org-sort-list): Sort a list with point anywhere
30 inside it.
31
322010-11-11 Eric Schulte <schulte.eric@gmail.com>
33
34 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
35 hopefully better error messages.
36
372010-11-11 Eric Schulte <schulte.eric@gmail.com>
38
39 * org.el (org-babel-load-languages): Adding calc.
40
412010-11-11 Dan Davison <davison@stats.ox.ac.uk>
42
43 * ob.el (org-babel-initiate-session): Don't resolve variable
44 references unless prefix arg is supplied.
45
462010-11-11 Eric Schulte <schulte.eric@gmail.com>
47
48 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
49 refers to the correct stack.
50
512010-11-11 Eric Schulte <schulte.eric@gmail.com>
52
53 * ob-calc.el: Adding the beginnings of support for calc code
54 blocks.
55
562010-11-11 Eric Schulte <schulte.eric@gmail.com>
57
58 * ob-tangle.el (org-babel-update-block-body): Declaring function
59 for updating code block bodies.
60 (org-babel-spec-to-string):
61 (org-babel-detangle): Detangle all tangled and commented code
62 blocks in the current file back to org.
63 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
64 file back to the originating org-mode code block ob-tangle:
65 detangle changes in code files back to the original org files.
66
672010-11-11 Eric Schulte <schulte.eric@gmail.com>
68
69 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
70 (org-babel-tangle-comment-format-end): Fix typo.
71
722010-11-11 Dan Davison <davison@stats.ox.ac.uk>
73
74 * org-exp.el (org-export-format-source-code-or-example): Use
75 minted for latex source code export if `org-export-latex-listings'
76 has the value 'minted
77
78 * org-latex.el (org-export-latex-listings): Document special value
79 'minted
80
81 * org-latex.el (org-export-latex-minted): Delete variable.
82
832010-11-11 Dan Davison <davison@stats.ox.ac.uk>
84
85 * ob.el (org-babel-get-src-block-info): Retrieve contents of
86 parentheses, excluding parentheses themselves.
87
882010-11-11 Eric Schulte <schulte.eric@gmail.com>
89
90 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot): Fixed
91 bug in gnuplot data file assignment using user variables.
92
932010-11-11 Eric Schulte <schulte.eric@gmail.com>
94
95 * ob-latex.el (org-babel-execute:latex): Adding new :headers
96 header argument for latex code blocks.
97
982010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
99
100 * org-capture.el (org-capture-templates): New capture property
101 `:kill-buffer'. (org-capture-finalize): Kill target buffer if that
102 is desired.
103 (org-capture-target-buffer): Remember if we have to make the
104 buffer.
105
1062010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
107
108 * org-clock.el (org-dblock-write:clocktable): Fix bug when
109 computing clock tables.
110
1112010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
112
113 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
114 to caller even if no table is generated.
115
1162010-11-11 Ɓukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
117
118 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
119 values from diary entries
120
121 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
122 anniversaries
123
124 * org.el (org-diary-sexp-entry): Handle lists as return values
125 from diary entries.
126
1272010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
128
129 * org-capture.el (org-capture-empty-lines-before):
130 (org-capture-empty-lines-after): Make sure the n=0 does not insert
131 any newlines.
132
1332010-11-11 Eric Schulte <schulte.eric@gmail.com>
134
135 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fixed error
136 message when clojure binary is not found.
137
1382010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
139
140 * org-html.el (org-format-table-html): New argument DOCBOOK.
141 (org-format-org-table-html): New argument DOCBOOK. When set, use
142 align instead of class to align table fields.
143
144 * org-docbook.el (org-export-as-docbook): Specify the docbook
145 argument for the table converter.
146
1472010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
148
149 * org-macs.el (org-called-interactively-p): New macro.
150
151 * org-freemind.el: No longer require 'rx.
152 (org-freemind): New customization group, use it for all the
153 variables.
154 (org-export-as-freemind): Add docstring.
155 (org-freemind-show): Improve filen naming.
156 (org-freemind-convert-links-helper): New function.
157 (org-freemind-bol-helper-base-indent): New variable.
158 (org-freemind-bol-helper): New function.
159 (org-freemind-node-css-style): New option.
160 (org-freemind-node-pattern): New variable.
161 (org-freemind-from-org-mode): Better docstring.
162
1632010-11-11 David Maus <dmaus@ictsoc.de>
164
165 * ob-haskell.el (org-babel-variable-assignments:haskell): Don't
166 pass more than two arguments to mapc.
167
1682010-11-11 David Maus <dmaus@ictsoc.de>
169
170 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
171
1722010-11-11 David Maus <dmaus@ictsoc.de>
173
174 * org-footnote.el (message-signature-separator): Defvar to silence
175 byte compiler.
176
1772010-11-11 David Maus <dmaus@ictsoc.de>
178
179 * org-exp.el (org-export-string): Fix reference to wrong symbol.
180
1812010-11-11 Jambunathan K <kjambunathan@gmail.com>
182
183 * org.el (org-link-search): Return 'dedicated on successful match
184 when org-link-search-must-match-exact-headline is set to t.
185
1862010-11-11 Daniel Clemente <n142857@gmail.com>
187
188 * org-html.el (org-html-make-link): Append fragment to file: links
189 if present.
190
1912010-11-11 Tassilo Horn <tassilo@member.fsf.org>
192
193 * org-footnote.el (org-footnote-create-definition)
194 (org-footnote-goto-local-insertion-point): Add footnotes before
195 signature when in message-mode.
196
1972010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
198
199 * org.el (org-display-inline-images): Improve regexp.
200
2012010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
202
203 * org.el (org-cycle): Make sure resetting to startup visibility
204 works after another cycle command.
205
2062010-11-11 Eric Schulte <schulte.eric@gmail.com>
207
208 * org-exp.el (org-export-string): New function org-export-string
209 can be used to convert a string of test in org-mode markup to a
210 specified format.
211
2122010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
213
214 * org.el (org-display-inline-images): Allow non-ASCII characters
215 in image file names. Save match data.
216
2172010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
218
219 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
220 stamps.
221
2222010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
223
224 * org-exp.el (org-store-forced-table-alignment):
225 (org-export-remove-special-table-lines): Allow the "c" cookie for
226 table alignment.
227
228 * org-html.el (org-export-table-header-tags):
229 (org-export-table-data-tags): Add another %s format for the
230 alignment.
231 (org-export-html-table-align-individual-fields): New option.
232 (org-format-org-table-html): Implement field-by-field alignment
233 and support centering.
234 (org-format-table-table-html): Make sure the new table tag formats
235 don't break this function.
236
237 * org-table.el (org-table-cookie-line-p):
238 (org-table-align): Allow for the <c> cookie.
239
240 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
241
2422010-11-11 David Maus <dmaus@ictsoc.de>
243
244 * org-exp.el (org-export-normalize-links): Skip normalization of
245 plain links that are part of another link.
246
2472010-11-11 Dan Davison <davison@stats.ox.ac.uk>
248
249 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
250
2512010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
252
253 * org-indent.el: (org-indent-add-properties): Use
254 `with-silent-modificaitons'.
255 (org-indent-remove-properties): Use `with-silent-modificaitons'.
256
2572010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
258
259 * org-table.el (org-table-cookie-line-p): Fix indentation.
260
261 * org-exp.el (org-store-forced-table-alignment): New function.
262 (org-export-preprocess-string): Call
263 `org-store-forced-table-alignment'.
264
265 * org-html.el (org-format-org-table-html): Use stored alignment
266 information.
267
2682010-11-11 Eric Schulte <schulte.eric@gmail.com>
269
270 * ob.el (org-babel-execute-src-block): Respects prefix argument
271 (which forces re-calculation).
272
2732010-11-11 Eric Schulte <schulte.eric@gmail.com>
274
275 * ob.el (org-babel-execute-src-block): Removed needless param
276 sorting from ob-execute-src-block, the params are sorted already
277 by ob-sha1-hash.
278
2792010-11-11 Eric Schulte <schulte.eric@gmail.com>
280
281 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
282 header argument level.
283
2842010-11-11 Dan Davison <davison@stats.ox.ac.uk>
285
286 * ob.el (org-babel-sha1-hash): Consider words in different order
287 as different input.
288
2892010-11-11 Dan Davison <davison@stats.ox.ac.uk>
290
291 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
292
2932010-11-11 Dan Davison <davison@stats.ox.ac.uk>
294
295 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
296 structure of an Org-mode table (list of lists).
297
2982010-11-11 Dan Davison <davison@stats.ox.ac.uk>
299
300 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
301 (reference to unassigned variable `src-lang' and avoid calling
302 org-babel-get-src-block-info twice.
303
3042010-11-11 Eric Schulte <schulte.eric@gmail.com>
305
306 * ob.el (org-babel-demarcate-block): Updated to reflect the new
307 info list contents.
308
3092010-11-11 Dan Davison <davison@stats.ox.ac.uk>
310
311 * org-src.el (org-edit-src-code): Supply non-nil argument to
312 `org-babel-get-src-block-info' to avoid resolving variable
313 references.
314
3152010-11-11 Eric Schulte <schulte.eric@gmail.com>
316
317 * ob.el (org-babel-map-src-blocks): Fixed minor bug in and
318 improved efficiency of org-babel-map-src-blocks.
319
3202010-11-11 Eric Schulte <schulte.eric@gmail.com>
321
322 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
323 checks that a code block will actually be tangled before
324 collecting it's full information (a process which could involve
325 the execution of other code blocks).
326
3272010-11-11 Dan Davison <davison@stats.ox.ac.uk>
328
329 * ob.el (org-babel-demarcate-block): Use light version of
330 `org-babel-get-src-block-info'.
331
3322010-11-11 Eric Schulte <schulte.eric@gmail.com>
333
334 * ob.el (org-babel-sha1-hash): Now handles more complex types in
335 params.
336
3372010-11-11 Eric Schulte <schulte.eric@gmail.com>
338
339 * ob.el (org-babel-execute-src-block): Generally using the new
340 more informative params
341 (org-babel-process-params): Don't forget the :var portion of
342 variable assignments.
343
3442010-11-11 Eric Schulte <schulte.eric@gmail.com>
345
346 * ob-table.el (sbe): Simplified to reflect to var resolution.
347
3482010-11-11 Eric Schulte <schulte.eric@gmail.com>
349
350 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
351 arguments back to their params before evaluation.
352
3532010-11-11 Eric Schulte <schulte.eric@gmail.com>
354
355 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
356 indentation.
357
3582010-11-11 Dan Davison <davison@stats.ox.ac.uk>
359
360 * ob-table.el (sbe): Use `org-babel-process-params params' instead
361 of `org-babel-expand-variables'.
362
3632010-11-11 Dan Davison <davison@stats.ox.ac.uk>
364
365 * ob-C.el (org-babel-C-execute): Remove call to
366 org-babel-process-params which should no longer be called from
367 within a language file
368
369 * ob-R.el (org-babel-execute:R): Remove call to
370 org-babel-process-params which should no longer be called from
371 within a language file
372 (org-babel-R-variable-assignments): Remove call to
373 org-babel-process-params which should no longer be called from
374 within a language file
375
376 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
377 org-babel-process-params which should no longer be called from
378 within a language file
379
380 * ob-clojure.el (org-babel-execute:clojure): Remove call to
381 org-babel-process-params which should no longer be called from
382 within a language file
383
384 * ob-dot.el (org-babel-execute:dot): Remove call to
385 org-babel-process-params which should no longer be called from
386 within a language file
387
388 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
389 call to org-babel-process-params which should no longer be called
390 from within a language file
391 (org-babel-execute:emacs-lisp): Remove call to
392 org-babel-process-params which should no longer be called from
393 within a language file
394
395 * ob-haskell.el (org-babel-execute:haskell): Remove call to
396 org-babel-process-params which should no longer be called from
397 within a language file
398
399 * ob-js.el (org-babel-execute:js): Remove call to
400 org-babel-process-params which should no longer be called from
401 within a language file
402
403 * ob-lisp.el (org-babel-execute:lisp): Remove call to
404 org-babel-process-params which should no longer be called from
405 within a language file
406
407 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
408 org-babel-process-params which should no longer be called from
409 within a language file
410
411 * ob-octave.el (org-babel-execute:octave): Remove call to
412 org-babel-process-params which should no longer be called from
413 within a language file
414
415 * ob-perl.el (org-babel-execute:perl): Remove call to
416 org-babel-process-params which should no longer be called from
417 within a language file
418
419 * ob-python.el (org-babel-execute:python): Remove call to
420 org-babel-process-params which should no longer be called from
421 within a language file
422
423 * ob-ruby.el (org-babel-execute:ruby): Remove call to
424 org-babel-process-params which should no longer be called from
425 within a language file
426
427 * ob-scheme.el (org-babel-execute:scheme): Remove call to
428 org-babel-process-params which should no longer be called from
429 within a language file
430
431 * ob-screen.el (org-babel-execute:screen): Remove call to
432 org-babel-process-params which should no longer be called from
433 within a language file
434 (org-babel-prep-session:screen): Remove call to
435 org-babel-process-params which should no longer be called from
436 within a language file
437
438 * ob-sh.el (org-babel-execute:sh): Remove call to
439 org-babel-process-params which should no longer be called from
440 within a language file
441
442 * ob-sql.el (org-babel-execute:sql): Remove call to
443 org-babel-process-params which should no longer be called from
444 within a language file
445
446 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
447 processed params
448
449 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
450 processed params
451
452 * ob-R.el (org-babel-execute:R): Remove reference to processed
453 params.
454
4552010-11-11 Dan Davison <davison@stats.ox.ac.uk>
456
457 * ob-sql.el (org-babel-execute:sql): Use generic expansion
458 function
459 (org-babel-expand-body:sql): Delete function.
460
4612010-11-11 Dan Davison <davison@stats.ox.ac.uk>
462
463 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
464 (org-babel-expand-body:sh): Delete function
465 (org-babel-prep-session:sh): Change name of called function
466 (org-babel-variable-assignments:sh): Change function name.
467
4682010-11-11 Dan Davison <davison@stats.ox.ac.uk>
469
470 * ob-screen.el (org-babel-execute:screen): Use generic expansion
471 function
472 (org-babel-expand-body:screen): Delete function
473 (org-babel-prep-session:screen): Remove references to processed
474 params.
475
4762010-11-11 Dan Davison <davison@stats.ox.ac.uk>
477
478 * ob-sass.el (org-babel-execute:sass): Use generic expansion
479 function
480 (org-babel-expand-body:sass): Delete function.
481
4822010-11-11 Dan Davison <davison@stats.ox.ac.uk>
483
484 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
485 function
486 (org-babel-prep-session:ruby): Use new variable assignment
487 function
488 (org-babel-variable-assignments:ruby): New function
489 (org-babel-expand-body:ruby): Delete function.
490
4912010-11-11 Dan Davison <davison@stats.ox.ac.uk>
492
493 * ob-python.el (org-babel-execute:python): Use generic expansion
494 function
495 (org-babel-prep-session:python): Change name of called function
496 (org-babel-variable-assignments:python): Change function name
497 (org-babel-expand-body:python): Delete function.
498
4992010-11-11 Dan Davison <davison@stats.ox.ac.uk>
500
501 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
502 (automatically handled by generic version).
503
5042010-11-11 Dan Davison <davison@stats.ox.ac.uk>
505
506 * ob-perl.el (org-babel-execute:perl): Use generic expansion
507 function
508 (org-babel-expand-body:perl): Delete function
509 (org-babel-variable-assignments:perl): New function.
510
5112010-11-11 Dan Davison <davison@stats.ox.ac.uk>
512
513 * ob-org.el (org-babel-expand-body:org): Delete function
514 (automatically handled by generic version).
515
5162010-11-11 Dan Davison <davison@stats.ox.ac.uk>
517
518 * ob-octave.el (org-babel-execute:octave): Use generic expansion
519 function
520 (org-babel-variable-assignments:octave): Change name of function
521 (org-babel-variable-assignments:matlab): New defalias
522 (org-babel-prep-session:octave): Change name of function
523 (org-babel-expand-body:matlab): Delete function
524 (org-babel-expand-body:octave): Delete function.
525
5262010-11-11 Dan Davison <davison@stats.ox.ac.uk>
527
528 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
529 function
530 (org-babel-variable-assignments:ocaml): New function
531 (org-babel-expand-body:ocaml): Delete function.
532
5332010-11-11 Dan Davison <davison@stats.ox.ac.uk>
534
535 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
536 (automatically handled by generic version).
537
5382010-11-11 Dan Davison <davison@stats.ox.ac.uk>
539
540 * ob-js.el (org-babel-execute:js): Use new variable assignment
541 function
542 (org-babel-expand-body:js): Delete function
543 (org-babel-prep-session:js): Use new variable assignment function
544 (org-babel-variable-assignments:js): New function.
545
5462010-11-11 Dan Davison <davison@stats.ox.ac.uk>
547
548 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
549 function
550 (org-babel-expand-body:haskell): Delete function
551 (org-babel-prep-session:haskell): Use variable assignment function
552 (org-babel-variable-assignments:haskell): New function.
553
5542010-11-11 Dan Davison <davison@stats.ox.ac.uk>
555
556 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
557 assignment function
558 (org-babel-prep-session:gnuplot): Use variable assignment function
559 (org-babel-variable-assignments:gnuplot): New function.
560
5612010-11-11 Dan Davison <davison@stats.ox.ac.uk>
562
563 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
564 (automatically handled by generic version).
565
5662010-11-11 Dan Davison <davison@stats.ox.ac.uk>
567
568 * ob-css.el (org-babel-expand-body:css): Delete function
569 (automatically handled by generic version).
570
5712010-11-11 Dan Davison <davison@stats.ox.ac.uk>
572
573 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
574 expansion function
575 (org-babel-expand-body:asymptote): Delete function
576 (org-babel-variable-assignments:asymptote): New function.
577
5782010-11-11 Dan Davison <davison@stats.ox.ac.uk>
579
580 * ob-R.el (org-babel-expand-body:R): Use new function
581 `org-babel-variable-assignments:R'; don't trim body.
582 (org-babel-execute:R): Respond to changes in
583 `org-babel-expand-body:R'
584 (org-babel-prep-session:R): Called function is now named
585 `org-babel-variable-assignments:R'
586 (org-babel-variable-assignments:R): Receives processed-params as
587 new optional argument.
588
5892010-11-11 Dan Davison <davison@stats.ox.ac.uk>
590
591 * ob-C.el (org-babel-C-expand): Don't trim body.
592
5932010-11-11 Dan Davison <davison@stats.ox.ac.uk>
594
595 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
596 obtaining variable references.
597
5982010-11-11 Dan Davison <davison@stats.ox.ac.uk>
599
600 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
601 assignment lines to generic expansion command.
602
6032010-11-11 Dan Davison <davison@stats.ox.ac.uk>
604
605 * ob.el (org-babel-expand-src-block): Supply variable assignment
606 lines to generic expansion function
607 (org-babel-expand-body:generic): Prepend body with optional
608 variable assignment lines.
609
6102010-11-11 Eric Schulte <schulte.eric@gmail.com>
611
612 * ob-exp.el (org-babel-exp-results): Replaced old function call.
613
6142010-11-11 Eric Schulte <schulte.eric@gmail.com>
615
616 * ob-lob.el (org-babel-lob-execute): Now expanding variable
617 references before execution.
618
6192010-11-11 Eric Schulte <schulte.eric@gmail.com>
620
621 * ob.el (org-babel-execute-src-block): Only sort parameters if
622 it's required for caching.
623
6242010-11-11 Eric Schulte <schulte.eric@gmail.com>
625
626 * ob-table.el (sbe): Reworking for better indentation and to
627 integrate the new variable resolution.
628
6292010-11-11 Eric Schulte <schulte.eric@gmail.com>
630
631 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
632 variables when resolving references.
633
6342010-11-11 Eric Schulte <schulte.eric@gmail.com>
635
636 * ob.el (org-babel-merge-params): Fixed order or precedence for
637 variables.
638
6392010-11-11 Eric Schulte <schulte.eric@gmail.com>
640
641 * ob-C.el (org-babel-expand-body:c++): Remove obsoleted optional
642 third argument
643 (org-babel-expand-body:c++): Remove obsoleted optional third
644 argument
645 (org-babel-C-expand): Remove obsoleted optional third argument
646
647 * ob-R.el:
648 (org-babel-expand-body:R): Remove obsoleted optional third
649 argument
650 (org-babel-execute:R): Remove obsoleted optional third argument
651 (org-babel-R-variable-assignments): Remove obsoleted optional
652 third argument
653
654 * ob-asymptote.el:
655 (org-babel-expand-body:asymptote): Remove obsoleted optional
656 third argument
657 (org-babel-execute:asymptote): Remove obsoleted optional third
658 argument
659
660 * ob-clojure.el:
661 (org-babel-expand-body:clojure): Remove obsoleted optional third
662 argument
663 (org-babel-execute:clojure): Remove obsoleted optional third
664 argument
665
666 * ob-css.el:
667 (org-babel-expand-body:css): Remove obsoleted optional third
668 argument
669
670 * ob-ditaa.el:
671 (org-babel-expand-body:ditaa): Remove obsoleted optional third
672 argument
673
674 * ob-dot.el:
675 (org-babel-expand-body:dot): Remove obsoleted optional third
676 argument
677 (org-babel-execute:dot): Remove obsoleted optional third
678 argument
679
680 * ob-emacs-lisp.el:
681 (org-babel-expand-body:emacs-lisp): Remove obsoleted optional
682 third argument
683 (org-babel-execute:emacs-lisp): Remove obsoleted optional third
684 argument
685
686 * ob-gnuplot.el:
687 (org-babel-expand-body:gnuplot): Remove obsoleted optional third
688 argument
689
690 * ob-haskell.el:
691 (org-babel-expand-body:haskell): Remove obsoleted optional third
692 argument
693 (org-babel-execute:haskell): Remove obsoleted optional third
694 argument
695 (org-babel-load-session:haskell): Remove obsoleted optional
696 third
697 (org-babel-prep-session:haskell): Remove obsoleted optional
698 third
699
700 * ob-js.el:
701 (org-babel-expand-body:js): Remove obsoleted optional third
702 argument
703 (org-babel-execute:js): Remove obsoleted optional third argument
704
705 * ob-latex.el:
706 (org-babel-expand-body:latex): Remove obsoleted optional third
707 argument
708
709 * ob-lisp.el:
710 (org-babel-expand-body:lisp): Remove obsoleted optional third
711 argument
712 (org-babel-execute:lisp): Remove obsoleted optional third
713 argument
714
715 * ob-mscgen.el:
716 (org-babel-expand-body:mscgen): Remove obsoleted optional third
717 argument
718
719 * ob-ocaml.el:
720 (org-babel-expand-body:ocaml): Remove obsoleted optional third
721 argument
722 (org-babel-execute:ocaml): Remove obsoleted optional third
723 argument
724
725 * ob-octave.el:
726 (org-babel-expand-body:matlab): Remove obsoleted optional third
727 argument
728 (org-babel-expand-body:octave): Remove obsoleted optional third
729 argument
730 (org-babel-execute:octave): Remove obsoleted optional third
731 argument
732 (org-babel-octave-variable-assignments): Remove obsoleted
733 optional third
734
735 * ob-org.el:
736 (org-babel-expand-body:org): Remove obsoleted optional third
737 argument
738
739 * ob-perl.el:
740 (org-babel-expand-body:perl): Remove obsoleted optional third
741 argument
742 (org-babel-execute:perl): Remove obsoleted optional third
743 argument
744
745 * ob-plantuml.el:
746 (org-babel-expand-body:plantuml): Remove obsoleted optional
747 third argument
748
749 * ob-python.el:
750 (org-babel-expand-body:python): Remove obsoleted optional third
751 argument
752 (org-babel-execute:python): Remove obsoleted optional third
753 argument
754 (org-babel-python-variable-assignments): Remove obsoleted
755 optional third
756
757 * ob-ruby.el:
758 (org-babel-expand-body:ruby): Remove obsoleted optional third
759 argument
760 (org-babel-execute:ruby): Remove obsoleted optional third
761 argument
762
763 * ob-sass.el:
764 (org-babel-expand-body:sass): Remove obsoleted optional third
765 argument
766
767 * ob-scheme.el:
768 (org-babel-expand-body:scheme): Remove obsoleted optional third
769 argument
770 (org-babel-execute:scheme): Remove obsoleted optional third
771 argument
772
773 * ob-screen.el:
774 (org-babel-expand-body:screen): Remove obsoleted optional third
775 argument
776
777 * ob-sh.el:
778 (org-babel-expand-body:sh): Remove obsoleted optional third
779 argument
780 (org-babel-execute:sh): Remove obsoleted optional third argument
781 (org-babel-sh-variable-assignments): Remove obsoleted optional
782 third
783
784 * ob-sql.el:
785 (org-babel-expand-body:sql): Remove obsoleted optional third
786 argument
787
788 * ob-sqlite.el:
789 (org-babel-expand-body:sqlite): Remove obsoleted optional third
790 argument
791 (org-babel-execute:sqlite): Remove obsoleted optional third
792 argument
793
794 * ob.el:
795 (org-babel-expand-body:generic): Remove obsoleted optional third
796 argument.
797
7982010-11-11 Eric Schulte <schulte.eric@gmail.com>
799
800 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
801 calls to removed org-babel-ref-variables.
802
8032010-11-11 Eric Schulte <schulte.eric@gmail.com>
804
805 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
806 ingested code blocks.
807
8082010-11-11 Eric Schulte <schulte.eric@gmail.com>
809
810 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
811 information from within the original export file.
812
8132010-11-11 Eric Schulte <schulte.eric@gmail.com>
814
815 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
816 (this should return nil if not match found.
817
8182010-11-11 Eric Schulte <schulte.eric@gmail.com>
819
820 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Whitespace
821 (org-babel-execute:emacs-lisp): Whitespace.
822
8232010-11-11 Dan Davison <davison@stats.ox.ac.uk>
824
825 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
826 docstring
827
828 * ob-python.el (org-babel-python-variable-assignments): Provide
829 missing docstring.
830
8312010-11-11 Dan Davison <davison@stats.ox.ac.uk>
832
833 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
834 variable assignment part out into a separate function
835 (org-babel-octave-variable-assignments): New function constructing
836 list of variable assignment statements
837 (org-babel-prep-session:octave): Use new function
838 `org-babel-octave-variable-assignments' instead of previous
839 (incorrect) variable assignment code.
840
8412010-11-11 Dan Davison <davison@stats.ox.ac.uk>
842
843 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
844 assignment part out into a separate function
845 (org-babel-sh-variable-assignments): New function constructing
846 list of variable assignment statements
847 (org-babel-prep-session:sh): Use new function
848 `org-babel-sh-variable-assignments' instead of previous
849 (incorrect) variable assignment code.
850
8512010-11-11 Dan Davison <davison@stats.ox.ac.uk>
852
853 * ob-python.el (org-babel-expand-body:python): Refactor: break
854 variable assignment part out into a separate function
855 (org-babel-python-variable-assignments): New function constructing
856 list of variable assignment statements
857 (org-babel-prep-session:python): Use new function
858 `org-babel-python-variable-assignments' instead of previous
859 (incorrect) variable assignment code.
860
8612010-11-11 Dan Davison <davison@stats.ox.ac.uk>
862
863 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
864 assignment part out into a separate function
865 (org-babel-R-variable-assignments): New function constructing list
866 of variable assignment statements
867 (org-babel-prep-session:R): Use new function
868 `org-babel-R-variable-assignments' instead of previous
869 (incorrect) variable assignment code.
870
8712010-11-11 Dan Davison <davison@stats.ox.ac.uk>
872
873 * ob.el (org-babel-initiate-session): Better variable names.
874
8752010-11-11 Eric Schulte <schulte.eric@gmail.com>
876
877 * ob.el (org-number-sequence): Declared
878
879 * ob-R.el (org-number-sequence): Declared.
880
8812010-11-11 Dan Davison <davison@stats.ox.ac.uk>
882
883 * ob.el (org-babel-map-src-blocks): Store correct value of
884 `end-block'.
885
8862010-11-11 Dan Davison <davison@stats.ox.ac.uk>
887
888 * ob.el (org-babel-mark-block): New function to mark the body of a
889 src block in the style of `mark-defun'.
890
8912010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
892
893 * org-compat.el (org-number-sequence): New function.
894
895 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
896
897 * ob.el (org-babel-where-is-src-block-result): Use
898 `org-number-sequence'.
899 (org-babel-current-buffer-properties): Fix variable definition.
900
901 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
902
903 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
904 version of `shell-command'.
905
906 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
907 `shell-command'.
908
9092010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
910
911 * org-list.el (org-list-search-unenclosed-generic): Replace call
912 to booleanp.
913
9142010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
915
916 * org.el (org-agenda-jump-prefer-future): New option.
917
918 * org-agenda.el (org-agenda-goto-date): Use
919 `org-agenda-jump-prefer-future'.
920
9212010-11-11 Noorul Islam <noorul@noorul.com>
922
923 * org-latex.el (org-export-latex-links) : Replaced hard coded
924 hyperref format with custom variable
925 `org-export-latex-hyperref-format'.
926
9272010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
928
929 * org.el (org-insert-heading): Fix docstring.
930
9312010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
932
933 * org-capture.el (org-capture-place-entry): If the first line is
934 already a headline, just stay there.
935
9362010-11-11 Eric Schulte <schulte.eric@gmail.com>
937
938 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
939 are non-nil.
940
9412010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
942
943 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
944 after an entity.
945
9462010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
947
948 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
949 table fields.
950
9512010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
952
953 * org.el (org-insert-heading): When on the headline of an inline
954 task, insert another inline tasks.
955
9562010-11-11 Eric Schulte <schulte.eric@gmail.com>
957
958 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
959 links for blocks that will actually tangle.
960
9612010-11-11 Eric Schulte <schulte.eric@gmail.com>
962
963 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
964 in expanded shell bodies.
965
9662010-11-11 Dan Davison <davison@stats.ox.ac.uk>
967
968 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
969 newline characters.
970
9712010-11-11 Dan Davison <davison@stats.ox.ac.uk>
972
973 * ob-sh.el (org-babel-expand-body:sh): Align code.
974
9752010-11-11 Eric Schulte <schulte.eric@gmail.com>
976
977 * ob.el (org-babel-params-from-properties): Max line with at <=80
978
9792010-11-11 Eric Schulte <schulte.eric@gmail.com>
980
981 * org-latex.el (org-export-latex-listings-langs): Clojure is now
982 recognized as a lisp.
983
9842010-11-11 Dan Davison <davison@stats.ox.ac.uk>
985
986 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
987 to interpret property as header argument value.
988
9892010-11-11 Dan Davison <davison@stats.ox.ac.uk>
990
991 * ob.el (org-babel-parse-header-arguments): Simplify reading of
992 header arg value.
993
9942010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
995
996 * org-publish.el (org-publish-org-to-ascii):
997 (org-publish-org-to-latin1):
998 (org-publish-org-to-utf8): New functions.
999
10002010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1001
1002 * org.el (org-insert-heading): Skip inline tasks when trying to
1003 insert a new heading after the end of the subtree.
1004
10052010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1006
1007 * org-inlinetask.el (org-inlinetask-min-level): Set customization
1008 type to integer or nil.
1009
1010 * org.el (org-insert-heading): When after an inline task, do not
1011 use level but go back to headline level before the inline task.
1012
10132010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1014
1015 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
1016
1017 * org.el (org-indent-line-function): Fix indentation of inline
1018 tasks.
1019
10202010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1021
1022 * org.el (org-activate-links): Fix customize type.
1023
10242010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1025
1026 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
1027 default option.
1028
10292010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1030
1031 * org-latex.el (org-export-latex-minted): Document pygments
1032 dependency.
1033
10342010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1035
1036 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
1037 file if encryption has been turned on.
1038 (org-mobile-copy-agenda-files): Avoid double encryption of
1039 `mobileorg.org'.
1040
10412010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1042
1043 * org-exp.el (org-export-latex-minted-with-line-numbers): Ensure
1044 that variable is declared.
1045
10462010-11-11 Eric Schulte <schulte.eric@gmail.com>
1047
1048 * ob-python.el (org-src-preserve-indentation): Fixed compiler
1049 warning.
1050
10512010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1052
1053 * org-exp.el (org-export-format-source-code-or-example): Latex
1054 formatting of source code blocks using the minted package
1055 (org-export-plist-vars): Add :latex-minted property
1056 (org-export-latex-minted): Ensure variable is defined
1057 (org-export-latex-minted-langs): Ensure variable is defined.
1058
10592010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1060
1061 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
1062
10632010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1064
1065 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
1066
10672010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1068
1069 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
1070 when `org-src-preserve-indentation' is non-nil.
1071
10722010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1073
1074 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
1075 of blocks added to Library of Babel.
1076
10772010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1078
1079 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
1080 name.
1081
10822010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1083
1084 * org-beamer.el (org-beamer-place-default-actions-for-lists): Fix
1085 typo in regexp.
1086
10872010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1088
1089 * org-list.el (org-toggle-checkbox): Avoid some boundary error
1090 when inserting a checkbox in an empty last item of a list.
1091
10922010-11-11 David Maus <dmaus@ictsoc.de>
1093
1094 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file): Query
1095 article number from file is nil by default.
1096
10972010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1098
1099 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
1100
11012010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1102
1103 * org-capture.el (org-capture-place-entry): Move to `beg' before
1104 searching for `%?'.
1105
11062010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1107
1108 * org.el (org-format-latex): Fix mathjax treatment of single
1109 letters in between dollars.
1110
11112010-11-11 SĂ©bastien Vauban <wxhgmqzgwmuf@spammotel.com>
1112
1113 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
1114 run.
1115
11162010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1117
1118 * org.el (org-blank-before-new-entry): Improve docstring.
1119
11202010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1121
1122 * org-mobile.el (org-mobile-force-id-on-agenda-items): Fix
1123 docstring.
1124 (org-mobile-write-agenda-for-mobile): Use outline path if we do
1125 not have an ID and are not allowed to make one.
1126 (org-mobile-get-outline-path-link): New function.
1127
11282010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1129
1130 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
1131 file.
1132 (org-mobile-write-agenda-for-mobile): Use the right name, even if
1133 the file get encrypted.
1134 (org-mobile-move-capture): Only delete tempfile if it does exist.
1135
11362010-11-11 Eric Schulte <schulte.eric@gmail.com>
1137
1138 * ob.el (org-babel-number-p): Fixed documentation string.
1139
11402010-11-11 Eric Schulte <schulte.eric@gmail.com>
1141
1142 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
1143 "tangle" as a positive argument for the :noweb header argument
1144 during tangling.
1145
11462010-11-11 Eric Schulte <schulte.eric@gmail.com>
1147
1148 * ob-exp.el (org-babel-exp-src-blocks): Fixed export when headings
1149 have links, with tests.
1150
11512010-11-11 Sebastian Rose, Hannover, Germany <sebastian_rose@gmx.de>
1152
1153 * org-test-which-func: New function. Find name of defun around
1154 point.
1155
11562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1157
1158 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
1159 available.
1160 (org-export-latex-get-error): New function.
1161 (org-export-as-pdf): Give an indication of the errors that
1162 happened during processing.
1163
11642010-11-11 Ɓukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
1165
1166 * org-exp.el (org-export-language-setup): Fix Polish entries.
1167
11682010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1169
1170 * org.el (org-set-tags): Allow comma as a separator when
1171 specifying tags at the completion interface.
1172 (org-tags-completion-function): Allow comma as a separator when
1173 specifying tags at the completion interface.
1174
11752010-11-11 Eric Schulte <schulte.eric@gmail.com>
1176
1177 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
1178 export-file if exporting from a buffer which is not visiting a
1179 file.
1180
11812010-11-11 Eric Schulte <schulte.eric@gmail.com>
1182
1183 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
1184 name in link construction if there is a heading to follow it.
1185
11862010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1187
1188 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
1189 as an allowed extension.
1190
11912010-11-11 SĂ©bastien Vauban <wxhgmqzgwmuf@spammotel.com>
1192
1193 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
1194 with zeros. Start applying face earlier.
1195
11962010-11-11 Eric Schulte <schulte.eric@gmail.com>
1197
1198 * ob.el (or): Don't create org-babel-temporary-directory in batch
1199 as it won't be removed by emacs-kill-hook
1200 (org-babel-remove-temporary-directory): Only try to remove this
1201 directory if it exists.
1202
12032010-11-11 Eric Schulte <schulte.eric@gmail.com>
1204
1205 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
1206 warning in ob.el.
1207
12082010-11-11 Eric Schulte <schulte.eric@gmail.com>
1209
1210 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
1211 the tangling message.
1212
12132010-11-11 Eric Schulte <schulte.eric@gmail.com>
1214
1215 * ob.el (org-babel-load-languages): Fixes compiler warning.
1216
12172010-11-11 Eric Schulte <schulte.eric@gmail.com>
1218
1219 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
1220 output.
1221
12222010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1223
1224 * org-ascii.el (org-export-as-ascii): Use the correct match group.
1225
12262010-11-11 Eric Schulte <schulte.eric@gmail.com>
1227
1228 * ob.el (boundp): Uncommenting defvar form for
1229 org-babel-temporary-directory
1230 (org-babel-temp-file): Now using the org-babel-temporary-directory
1231 for holding new babel temporary files
1232 (org-babel-remove-temporary-directory): Removes the babel temp dir
1233 when Emacs shutsdown
1234 (kill-emacs-hook): Now removing the babel temp dir on Emacs
1235 shutdown.
1236
12372010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1238
1239 * org-capture.el (org-capture-fill-template): Initialize history
1240 variable.
1241
12422010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1243
1244 * org-src.el (org-edit-src-code): Don't move point when generating
1245 edit buffer.
1246
12472010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1248
1249 * org-src.el (org-edit-src-code): Deal with point being in
1250 #+end_src line.
1251
12522010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1253
1254 * org-table.el (org-table-current-column): Add interactive to turn
1255 this into a command.
1256
12572010-11-11 Bernt Hansen <bernt@norang.ca>
1258
1259 * org.el (org-insert-heading): Run org-insert-heading-hook when
1260 creating the first heading in a file.
1261
12622010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1263
1264 * org.el (org-startup-with-inline-images): New option.
1265 (org-startup-options): Add new keywords inlineimages and
1266 noinlineimages.
1267 (org-mode): Inline images when this has been configured.
1268
12692010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1270
1271 * ob.el (org-babel-get-src-block-info): Remove optional
1272 HEADER-VARS-ONLY argument; further simplification.
1273
12742010-11-11 Eric Schulte <schulte.eric@gmail.com>
1275
1276 * ob.el (org-babel-confirm-evaluate): Fixed bug causing extra
1277 prompt in ob-confirm-evaluate in some cases.
1278
12792010-11-11 Eric Schulte <schulte.eric@gmail.com>
1280
1281 * ob.el (org-babel-demarcate-block): Visible region and completion
1282 during language selection.
1283
12842010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1285
1286 * ob.el (org-babel-get-src-block-info): Remove comment.
1287
12882010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1289
1290 * ob.el (org-babel-get-src-block-info): Simplify function.
1291
12922010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1293
1294 * ob.el (org-babel-get-src-block-info): Form info list correctly
1295 when parenthesised arguments are missing.
1296
12972010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1298
1299 * ob-exp.el (org-export-babel-evaluate): Docstring typo
1300 (org-babel-exp-code): Docstring typo.
1301
13022010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1303
1304 * org-mobile.el (org-mobile-encryption-password): Improve
1305 docstring.
1306 (org-mobile-encryption-password-session): New variable.
1307 (org-mobile-encryption-password): New function.
1308 (org-mobile-check-setup):
1309 (org-mobile-encrypt-file):
1310 (org-mobile-decrypt-file): Use the new function.
1311
13122010-11-11 David Maus <dmaus@ictsoc.de>
1313
1314 * org-capture.el (org-capture-place-template): Widen to remove
1315 possible restrictions in target buffer.
1316
13172010-11-11 Jambunathan K <kjambunathan@gmail.com>
1318
1319 * org.el (org-speed-command-hook): Added org-speed-command-hook
1320 (org-babel-speed-command-hook): Hook for Babel's speed commands.
1321
13222010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1323
1324 * ob.el (org-babel-execute-buffer): Re-implement using
1325 `org-babel-map-src-blocks'.
1326
13272010-11-11 David Maus <dmaus@ictsoc.de>
1328
1329 * org-capture.el (org-capture-templates): Update doc string with
1330 new message date related escapes.
1331
13322010-11-11 David Maus <dmaus@ictsoc.de>
1333
1334 * org-wl.el (org-wl-store-link-message): Define properties %:date)
1335 (%:date-timestamp, and %:date-timestamp-inactive.
1336
1337 * org-mew.el (org-mew-store-link): Dto.
1338
1339 * org-mhe.el (org-mhe-store-link): Dto.
1340
1341 * org-rmail.el (org-rmail-store-link): Dto.
1342
1343 * org-vm.el (org-vm-store-link): Dto.
1344
13452010-11-11 David Maus <dmaus@ictsoc.de>
1346
1347 * org-wl.el (org-wl-message-field): Always get literal content of
1348 header fields.
1349
13502010-11-11 David Maus <dmaus@ictsoc.de>
1351
1352 * org-gnus.el (org-gnus-store-link): Define properties
1353 %:date-timestamp and %:date-timestamp-inactive.
1354
13552010-11-11 David Maus <dmaus@ictsoc.de>
1356
1357 * org-gnus.el (org-gnus-store-link): Handle empty date header
1358 field.
1359
13602010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1361
1362 * org.el (org-speed-command-hook): New. Hook for installing
1363 additional speed commands. Use this for enabling speed commands on
1364 src blocks.
1365 (org-speed-command-default-hook): The default hook for
1366 org-speed-command-hook. Factored out from org-self-insert-command
1367 and mimics existing behaviour.
1368 (org-self-insert-command): Modified to use org-speed-command-hook.
1369
13702010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1371
1372 * org-agenda.el (org-search-view): Recover spaces in search words
1373 if they were escaped with \ or inside a regexp.
1374
13752010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1376
1377 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
1378 the list of completable meta line words.
1379 (org-complete): Complete property names after #+PROPERTY.
1380
13812010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1382
1383 * ob-python.el (org-babel-python-evaluate-session): Make temp file
1384 names consistent.
1385
13862010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1387
1388 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
1389 Delete extra format argument.
1390
13912010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1392
1393 * ob-org.el (org-babel-org-export): Typo in docstring.
1394
13952010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1396
1397 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
1398 variable.
1399
14002010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1401
1402 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
1403
14042010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1405
1406 * ob.el (org-babel-process-file-name): New function
1407 (org-babel-maybe-remote-file): Delete function.
1408
14092010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1410
1411 * ob-C.el (org-babel-C-execute): Remove unused variable.
1412
14132010-11-11 David Maus <dmaus@ictsoc.de>
1414
1415 * org.el (org-make-link-string): Prevent superfluous colon.
1416
14172010-11-11 David Maus <dmaus@ictsoc.de>
1418
1419 * org.el (org-make-org-heading-search-string): Leave headline
1420 intact.
1421
14222010-11-11 David Maus <dmaus@ictsoc.de>
1423
1424 * org.el (org-make-link-string): Don't escape characters in link
1425 type.
1426
14272010-11-11 Bastien Guerry <bzg@altern.org>
1428
1429 * org-capture.el (org-capture-templates): Update docstring to
1430 advertize %:org-date.
1431
14322010-11-11 Eric Schulte <schulte.eric@gmail.com>
1433
1434 * ob-dot.el (org-babel-execute:dot): Automatically specifies
1435 "-T<ext>" based on file name extension.
1436
14372010-11-11 Eric Schulte <schulte.eric@gmail.com>
1438
1439 * ob-org.el (org-babel-org-export): Raise error on nested export
1440 call.
1441
14422010-11-11 Eric Schulte <schulte.eric@gmail.com>
1443
1444 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
1445 output files.
1446
14472010-11-11 Eric Schulte <schulte.eric@gmail.com>
1448
1449 * ob.el (org-babel-demarcate-block): Better initialization of
1450 stars.
1451
14522010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1453
1454 * org-src.el (org-src-tab-acts-natively): Add customize interface.
1455
14562010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1457
1458 * org-src.el (org-src-strip-leading-and-trailing-blank-lines): New
1459 variable allowing prevention of automatic stripping of leading and
1460 trailing blank lines when exiting edit buffer.
1461 (org-edit-src-exit): Respect value of
1462 `org-src-strip-leading-and-trailing-blank-lines'
1463 (org-src-native-tab-command-maybe): Bind
1464 `org-src-strip-leading-and-trailing-blank-lines' to nil during
1465 this function.
1466
14672010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1468
1469 * org-src.el (org-edit-src-code): If mark was inside code block
1470 then code edit buffer inherits mark with active region.
1471
14722010-11-11 Eric Schulte <schulte.eric@gmail.com>
1473
1474 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
1475
14762010-11-11 Eric Schulte <schulte.eric@gmail.com>
1477
1478 * ob.el (org-babel-demarcate-block): Better handling of empty
1479 space around demarcated area.
1480
14812010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1482
1483 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
1484 this command.
1485
14862010-11-11 David Maus <dmaus@ictsoc.de>
1487
1488 * org-gnus.el (org-gnus-open-nntp): New function.
1489
14902010-11-11 David Maus <dmaus@ictsoc.de>
1491
1492 * org-wl.el (org-wl-open-nntp): New function.
1493
14942010-11-11 David Maus <dmaus@ictsoc.de>
1495
1496 * org-wl.el (org-wl-open): Open message by numeric reference if
1497 article part is not a message id.
1498
14992010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1500
1501 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
1502 visible line.
1503
15042010-11-11 Eric Schulte <schulte.eric@gmail.com>
1505
1506 * ob.el (org-babel-demarcate-block): Interactive demarcation of
1507 code blocks
1508
1509 * ob-keys.el (org-babel-key-bindings): Key bindings for block
1510 demarcation.
1511
15122010-11-11 Bastien Guerry <bzg@altern.org>
1513
1514 * org.el (org-link-types): Add the "message" link type.
1515
15162010-11-11 David Maus <dmaus@ictsoc.de>
1517
1518 * org.el (org-link-types): Add 'message:' link type to default
1519 link types.
1520
15212010-11-11 Bastien Guerry <bzg@altern.org>
1522
1523 * org-gnus.el (org-gnus-store-link): Add the :date property to
1524 gnus links, allowing the use of %:date in capture templates.
1525
15262010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1527
1528 * org-list.el (org-cycle-list-bullet): Follow order of bullets
1529 indicated in doc-string.
1530
1531 * org-list.el (org-list-bottom-point-with-indent): List is ended
1532 when a line is less indented that the last item, not the less
1533 indented item.
1534
15352010-11-11 Eric Schulte <schulte.eric@gmail.com>
1536
1537 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
1538 original file before resolving code block parameters to ensure
1539 headline and buffer wide parameters are taken into consideration
1540 when only a narrowed portion of the file is exported.
1541
15422010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1543
1544 * org.el (org-forward-same-level): Fix docstring.
1545
15462010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
1547
1548 * org-publish.el (org-publish-attachment): Put the attachment into
1549 the right directory.
1550
15512010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1552
1553 * org.el (org-goto-first-child): New command.
1554
15552010-11-11 Matt Lundin <mdl@imapmail.org>
1556
1557 * org-agenda.el (org-prepare-agenda): If the agenda is called from
1558 within the agenda via an elisp link, such as
1559 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
1560 of the file containing the link, since that buffer is current
1561 during org-prepare agenda (due to a with-current-buffer in
1562 org-agenda-open-link). An additional test now ensures that the
1563 agenda buffer is in fact current when the buffer is erased and
1564 local variables for the agenda are set.
1565
15662010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
1567
1568 * org-exp.el (org-infile-export-plist): Define property macro.
1569
15702010-11-11 David Maus <dmaus@ictsoc.de>
1571
1572 * org-mhe.el (org-mhe-get-header): Remove possible folding white
1573 space in message header field.
1574
15752010-11-11 David Maus <dmaus@ictsoc.de>
1576
1577 * org-feed.el (org-feed): Fix typo in customization group :tag
1578 property.
1579
15802010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1581
1582 * org-latex.el (org-export-latex-tag-markup): New option.
1583 (org-export-latex-keywords-maybe): Use
1584 `org-export-latex-tag-markup'.
1585
15862010-11-11 RĂ©mi Vanicat <vanicat@debian.org>
1587
1588 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
1589 (org-ical-ts-to-string): Use UTC time when requested.
1590
15912010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
1592
1593 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
1594 from 'file' to 'http'.
1595
15962010-11-11 David Maus <dmaus@ictsoc.de>
1597
1598 * org.el (org-store-log-note): Fix wrong usage
1599 of`org-adapt-indentation'.
1600
16012010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1602
1603 * org.el (org-skip-over-state-notes): Do not compute bottom point
1604 at each item.
1605
1606 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
1607 instead of moving to each item.
1608
16092010-11-11 David Maus <dmaus@ictsoc.de>
1610
1611 * org-capture.el (org-capture-templates): Small fix in doc string.
1612
16132010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
1614
1615 * org-archive.el (org-get-local-archive-location): Use
1616 `org-carchive-location' as default.
1617
16182010-11-11 Eric Schulte <schulte.eric@gmail.com>
1619
1620 * ob-C.el (org): No longer requires org
1621
1622 * ob-ledger.el (org): No longer requires org.
1623
16242010-11-11 David Maus <dmaus@ictsoc.de>
1625
1626 * org.el (org-priority): Save match data before call to
1627 `read-char-exclusive'.
1628
16292010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1630
1631 * org-list.el (org-list-to-generic): Descriptions labels can be
1632 any suit of symbols, and will end at double colons.
1633
16342010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1635
1636 * org.el (org-indent-line-function): Indent past [@num] and
1637 [@start:num], consistently with what is already done with
1638 checkboxes.
1639
16402010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1641
1642 * org.el (org-store-log-note): Indent new notes to the right
1643 column. Also take `org-list-two-spaces-after-bullet-regexp' into
1644 consideration when creating the note.
1645
16462010-11-11 David Maus <dmaus@ictsoc.de>
1647
1648 * org-gnus.el (nnimap-group-overview-filename): Declare function
1649 to silence byte compiler.
1650
16512010-11-11 David Maus <dmaus@ictsoc.de>
1652
1653 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file): New
1654 customization variable.
1655 (org-gnus-nnimap-cached-article-number): New function.
1656 (org-gnus-follow-link): Try to fetch cached article number of
1657 message-id.
1658
16592010-11-11 Eric Schulte <schulte.eric@gmail.com>
1660
1661 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
1662 first line into code blocks before export so that the first line
1663 is not interpreted as a title
1664 (org-babel-org-export): Use new dummy code block prefix.
1665
16662010-11-11 Eric Schulte <schulte.eric@gmail.com>
1667
1668 * ob.el (org-babel-insert-result): No longer throws error when
1669 inserting an empty result.
1670
16712010-11-11 Eric Schulte <schulte.eric@gmail.com>
1672
1673 * ob-tangle.el: autoload org-babel-tangle-lang-exts from ob-tangle.
1674
16752010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1676
1677 * ob.el (org-babel-do-in-edit-buffer): Use
1678 `org-babel-where-is-src-block-head' to test for source block at
1679 point.
1680
16812010-11-11 Eric Schulte <schulte.eric@gmail.com>
1682
1683 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
1684 `org-babel-goto-src-block-head'
1685
1686 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
1687 current code block.
1688
16892010-11-11 Eric Schulte <schulte.eric@gmail.com>
1690
1691 * ob.el (org-babel-next-src-block): Now raising more informative
1692 error when no further code blocks can be found
1693 (org-babel-previous-src-block): Now raising more informative error
1694 when no previous code blocks can be found.
1695
16962010-11-11 Eric Schulte <schulte.eric@gmail.com>
1697
1698 * org-exp-blocks.el
1699 (org-export-preprocess-after-include-files-hook): Now using this
1700 hook instead of `org-export-preprocess-hook'.
1701
17022010-11-11 Eric Schulte <schulte.eric@gmail.com>
1703
1704 * ob-plantuml.el (org-babel-execute:plantuml):
1705
17062010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1707
1708 * ob-python.el (org-babel-python-evaluate): Refactor as call to
1709 either `org-babel-python-evaluate-external-process' or
1710 `org-babel-python-evaluate-session'.
1711 (org-babel-python-evaluate-external-process): New function to
1712 handle evaluation in external process.
1713 (org-babel-python-evaluate-session): New function to handle
1714 evaluation in emacs inferior process.
1715
17162010-11-11 Eric Schulte <schulte.eric@gmail.com>
1717
1718 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
1719 or html respecting :results header arg
1720 (org-babel-org-export): Exports a string of text to an output
1721 format.
1722
17232010-11-11 Eric Schulte <schulte.eric@gmail.com>
1724
1725 * ob.el (org-babel-insert-result): Remove existing results when
1726 nil results are returned.
1727
17282010-11-11 David Maus <dmaus@ictsoc.de>
1729
1730 * org-ascii.el (org-export-as-ascii): Bind and set link path for
1731 link type specific markup function.
1732
17332010-11-11 David Maus <dmaus@ictsoc.de>
1734
1735 * org-clock.el (notifications-notify): Properly declare function
1736 to silence byte compiler.
1737
17382010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1739
1740 * org-list.el (org-insert-item): Check invisibility of point at a
1741 meaningful location.
1742
17432010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1744
1745 * org-list.el (org-list-insert-item-generic): Updating checkboxes
1746 can modifiy bottom point of a list, so make it a marker before
1747 calling `org-update-checkbox-count-maybe'.
1748
17492010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1750
1751 * org.el (org-src-fontify-natively): Set to nil by default.
1752 Supply cutomize interface.
1753
17542010-11-11 Bastien Guerry <bzg@altern.org>
1755
1756 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
1757 `org-bracket-link-analytic-regexp++' to match the link type.
1758
17592010-11-11 Eric Schulte <schulte.eric@gmail.com>
1760
1761 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
1762 `language'.
1763
17642010-11-11 Eric Schulte <schulte.eric@gmail.com>
1765
1766 * ob-tangle.el (org-babel-tangle-comment-format-beg): Format
1767 string specifying the link-comment preceding a code block
1768 (org-babel-tangle-comment-format-end): Format string specifying
1769 the link-comment following a code block
1770 (org-babel-tangle-collect-blocks): Storing more information in the
1771 spec of a tangling code block
1772 (org-babel-spec-to-string): Now makes use of customizable
1773 link-comment formats.
1774
17752010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
1776
1777 * org.el (org-delete-backward-char): Check for nil overwrite-mode
1778 before inserting spaces.
1779
17802010-11-11 David Maus <dmaus@ictsoc.de>
1781
1782 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
1783 from summary of non-TODO ical entries.
1784 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
1785 exclude tags from summary of TODO ical entries.
1786
17872010-11-11 Eric Schulte <schulte.eric@gmail.com>
1788
1789 * ob.el (org-babel-map-src-blocks): Now exposes much information
1790 about the code block in the form of let-bound local variables.
1791
17922010-11-11 David Maus <dmaus@ictsoc.de>
1793
1794 * org-list.el (org-outline-regexp, org-ts-regexp)
1795 (org-ts-regexp-both, org-in-regexps-block-p)
1796 (org-level-increment, org-at-heading-p)
1797 (outline-previous-heading, org-icompleting-read)
1798 (org-time-string-to-seconds): Declare to fix compiler warning.
1799
18002010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1801
1802 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
1803 used from an heading. Send an error when no item is in region.
1804
18052010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1806
1807 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
1808 ensure that edit buffer is exited.
1809
18102010-11-11 Eric Schulte <schulte.eric@gmail.com>
1811
1812 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
1813 control the amount of extra newlines inserted into tangled code
1814 (org-babel-tangle-collect-blocks): Now conditionally collects
1815 information to be used for "org" style comments
1816 (org-babel-spec-to-string): Now inserts "org" style comments, and
1817 obeys the newline configuration variable when inserting whitespace.
1818
18192010-11-11 Eric Schulte <schulte.eric@gmail.com>
1820
1821 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
1822 hook
1823 (org-babel-tangle): Calls new tangle hook.
1824
18252010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1826
1827 * org-capture.el (org-capture): Compute the length of the correct
1828 string when removing properties.
1829
18302010-11-11 Eric Schulte <schulte.eric@gmail.com>
1831
1832 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
1833 names before shell quoting.
1834
18352010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1836
1837 * org-src.el (org-src-tab-indents-natively): New variable
1838 controlling whether language-native TAB action should be performed
1839 (org-src-native-tab-command-maybe): New function to perform
1840 language-native TAB action.
1841 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
1842
18432010-11-11 Eric Schulte <schulte.eric@gmail.com>
1844
1845 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
1846 `org-plantuml-jar-path' before use.
1847
18482010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1849
1850 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
1851 language major mode buffers during fontification.
1852
18532010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1854
1855 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
1856 match code blocks with switches and header args. Call
1857 `org-src-font-lock-fontify-block' for automatic fontification of
1858 code in code blocks, controlled by variable
1859 `org-src-fontify-natively'.
1860 (org-src-fontify-natively): New variable.
1861
18622010-11-11 Eric Schulte <schulte.eric@gmail.com>
1863
1864 * ob-ruby.el (org-babel-expand-body:ruby): Removed requirement of
1865 inf-ruby.
1866
18672010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
1868
1869 * org-html.el (org-html-make-link): (Expand-file-name ) removes
1870 one "/" from "///path-to-file", so add one. Anything other than
1871 'file' type should be exported along with the type.
1872
18732010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
1874
1875 * org.el (org-insert-subheading) : Fix compiler warning
1876 (org-insert-todo-subheading) : Fix compiler warning.
1877
18782010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1879
1880 * org-capture.el (org-capture): Remove read-only text properties
1881 from capture text.
1882 (org-capture-set-target-location): Throw an error if file+headline
1883 target does not point into a file which is in Org mode.
1884
18852010-11-11 Eric Schulte <schulte.eric@gmail.com>
1886
1887 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
1888
18892010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1890
1891 * org-src.el (org-edit-src-code): Improve docstring.
1892
18932010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1894
1895 * ob.el (org-babel-execute-src-block): Document prefix argument in
1896 docstring.
1897
18982010-11-11 Eric Schulte <schulte.eric@gmail.com>
1899
1900 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
1901 org-ditaa-jar-path with expand-file-name.
1902
19032010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1904
1905 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
1906 `org-babel-execute-src-block'.
1907
19082010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1909
1910 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
1911 [@x] syntax for list numbering.
1912
19132010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1914
1915 * org.el (org-indent-line-function): Indentation of source block
1916 is left to `org-edit-src-exit' and shouldn't be modified by
1917 `org-indent-line-function'. Indentation of others blocks should be
1918 the same as the #+begin line.
1919
19202010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1921
1922 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
1923 forms on source blocks in current buffer; restore point in current
1924 buffer.
1925
19262010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1927
1928 * org-list.el (org-list-struct): Accept list boundaries as an
1929 argument in order to avoid computing `org-list-top-point' and
1930 `org-list-bottom-point' twice when indenting.
1931
19322010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1933
1934 * org-list.el (org-list-ending-method): Default value is now
1935 `both', to ensure maximum compatibility before previous
1936 implementation.
1937
19382010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1939
1940 * org-list.el (org-list-in-item-p-with-indent): Test if first line
1941 is the item beginning.
1942
1943 * org-list.el (org-list-top-point-with-indent): Test if first line
1944 is a valid list beginning.
1945
19462010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1947
1948 * org-list.el (org-list-ending-method): New customizable variable
1949 to tell Org Mode how lists end. See docstring.
1950
19512010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1952
1953 * org-list.el (org-indent-item-tree): Shifting step of top-level
1954 item depends on `org-level-increment'.
1955
19562010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1957
1958 * org.el (org-indent-line-function): Indent first non blank line
1959 after a list according to current heading level.
1960
19612010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1962
1963 * org-docbook.el (org-export-as-docbook): Removed check for
1964 indentation on lines that do not start with a list bullet.
1965
1966 * org-html.el (org-export-as-html): Same thing.
1967
19682010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1969
1970 * org-list.el (org-list-bottom-point): Take into consideration
1971 that bound of search can be before true ending of the list.
1972
19732010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1974
1975 * org-list.el (org-list-struct-apply-struct): No longer shift
1976 item's body twice: one after replacing bullet and one after
1977 changing indentation.
1978
19792010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1980
1981 * org-list.el (org-list-struct-indent): Added code to replace
1982 bullets if needed when indenting.
1983
19842010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1985
1986 * org-list.el (org-list-insert-item-generic): A single item
1987 already counting blank lines in his body should be separated with
1988 the next one by a blank line. Moreover, if user already provided
1989 blank lines, follow his wishes.
1990
19912010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1992
1993 * org-list.el (org-indent-item-tree): When moving top item of a
1994 *-list to column 0, only the first item had its bullet changed to
1995 -. It now changes all items of the top-level list, as expected.
1996
19972010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1998
1999 * org-list.el (org-toggle-checkbox): Go to beginning of line
2000 before processing.
2001
20022010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2003
2004 * org-list.el (org-list-struct-apply-struct): Check if ancestor
2005 exists.
2006
20072010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2008
2009 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
2010 done at each item.
2011
20122010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2013
2014 * org-list.el : Removed unused variable
2015 `org-suppress-item-indentation'.
2016
2017 * org-list.el (org-renumber-ordered-list): Skip item if bullet
2018 number is already good.
2019
20202010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2021
2022 * org-list.el (org-list-automatic-rules): Doc-string reflects this
2023 change.
2024
2025 * org-list.el (org-indent-item-tree): Prevent whole list from
2026 being moved when user is not moving subtree. Thus)
2027 (`org-cycle-item-indentation' will not allow to move the list.
2028
20292010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2030
2031 * org-list.el (org-indent-item-tree): Removed region code. It was
2032 prone to errors and undocumented.
2033
2034 * org-list.el (org-item-indent-positions): Better heuristics to
2035 determine what bullet the item will have when demoted.
2036
20372010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2038
2039 * org-list.el (org-list-bullet-string): First check if
2040 `org-list-two-spaces-after-bullet-regexp' isn't nil.
2041
20422010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2043
2044 * org-list.el (org-list-bullet-string): Do not modify match-data.
2045
2046 * org.el (org-toggle-item): Now working again when changing list
2047 items into plain text. Moreover take into consideration
2048 `org-list-two-spaces-after-bullet-regexp'.
2049
20502010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2051
2052 * org-list.el (org-indent-item-tree): Removed unnecessary bullets
2053 fix, and improved heuristics to determine bullet when indenting.
2054
2055 * org-list.el (org-item-indent-positions): Function now returns
2056 sane results when there are two lists separated with blank lines
2057 only.
2058
20592010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2060
2061 * org-docbook.el (org-export-as-docbook): Use override="num" in
2062 any listitem matching [@start:num]
2063
2064 * org-html.el (org-export-as-html): Use value="num" in any li
2065 matching
2066 [@start:num]
2067
20682010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2069
2070 * org.el (org-set-font-lock-defaults): Correct fontification for
2071 checkboxes found after [@start:?].
2072
2073 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
2074 [@start:?] when looking at a regex after a bullet.
2075
2076 * org-list.el (org-toggle-checkbox): Correct insertion of
2077 checkboxes when there is already a [@start:?] in the item.
2078
2079 * org-list.el (org-checkbox-blocked-p): Properly check if there's
2080 an unchecked item before.
2081
2082 * org-list.el (org-list-parse-list): Function handles items having
2083 both a counter and a checkbox.
2084
20852010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2086
2087 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
2088 stores both indentation and bullet when cycle started.
2089
20902010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2091
2092 * org-list.el: `org-at-description-p' renamed to
2093 `org-at-item-description-p', `org-first-list-item-p' renamed to
2094 `org-list-first-item-p', `org-end-of-item-text-before-children'
2095 renamed to `org-end-of-item-or-at-child'.
2096
20972010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2098
2099 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
2100 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
2101 before toggling a checkbox.
2102
21032010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2104
2105 * org-list.el (org-list-bullet-string): New function returning
2106 bullet concatenated with an appropriate number of white spaces.
2107
2108 * org-list.el (org-list-insert-item-generic): Insert the right
2109 bullet, with help of `org-list-bullet-string'.
2110
2111 * org-list.el (org-indent-item-tree): Use
2112 `org-list-bullet-string'.
2113
2114 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
2115
2116 * org-list.el (org-toggle-checkbox): Send an error when
2117 `org-toggle-checkbox' is trying to insert a checkbox at a
2118 description item.
2119
2120 * org-list.el (org-item-re): Modified regexp so it can catch
2121 correct number of white space before item body.
2122
2123 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
2124 consideration new `org-item-re'.
2125
21262010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2127
2128 * org-list.el (org-list-insert-item-generic): The second item in a
2129 list will be separated from its predecessor with the number of
2130 blank lines separating the first item from its parent, if any, or
2131 no blank line.
2132
21332010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2134
2135 * org-list.el (org-indent-item-tree): Fix and reorder every list
2136 and sublist, from parent of list that has moved if indenting, or
2137 from list at point if outdenting.
2138
21392010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2140
2141 * org-list.el (org-indent-item-tree): Try to keep relative
2142 position on line. It can't if point is in white spaces before
2143 bullet because mixed tabs and spaces make some columns
2144 unattainable.
2145
21462010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2147
2148 * org-list.el (org-cycle-item-indentation): Cycle when the whole
2149 item only contains bullet and maybe a checkbox. Previously, TAB
2150 would cycle when the first line of the item was blank.
2151
21522010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2153
2154 * org-list.el (org-cycle-item-indentation): Allow a point just
2155 after a description item or a checkboxed item to start cycling.
2156
21572010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2158
2159 * org-list.el (org-cycle-list-bullet): Check
2160 `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
2161 as valid bullets when cycling.
2162
21632010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2164
2165 * org-list.el (org-cycle-item-indentation): Do return t if and
2166 only if cycling is possible and succeded.
2167
21682010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2169
2170 * org-list.el (org-indent-item-tree): When outdenting a subtree,
2171 the last item shouldn't have a children.
2172
21732010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2174
2175 * org-list.el (org-cycle-item-indentation): Cycling should play
2176 nicely with indent rule in `org-list-automatic-rules'.
2177
21782010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2179
2180 * org-list.el (org-indent-item-tree): If indent rule is activated,
2181 it should be impossible to outdent an item having children without
2182 moving its subtree. Improved reordering of lists modified by
2183 cycling indentation.
2184
21852010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2186
2187 * org-list.el (org-maybe-renumber-ordered-list): Removed call for
2188 `org-fix-bullet-type' to prevent infinite loop, and some checks
2189 already done in `org-renumber-ordered-list'.
2190
2191 * org-list.el (org-fix-bullet-type): Remove a check and call
2192 directly `org-maybe-renumber-ordered-list'.
2193
21942010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2195
2196 * org-list.el (org-indent-item-tree): It shouldn't be possible to
2197 indent the first item of a sublist (though outdent is possible) as
2198 it would break list's structure.
2199
22002010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2201
2202 * org-list.el (org-list-insert-item-generic): When local search
2203 doesn't help, search the list globally for blank lines. Moreover,
2204 don't bother with new lists, and add 1 blank line.
2205
22062010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2207
2208 * org-capture.el (org-capture-place-item): Use
2209 `org-search-forward-unenclosed' and
2210 `org-search-backward-unenclosed' and new variable
2211 `org-item-beginning-re'.
2212
2213 * org-list.el (org-item-beginning-re): Regexp matching beginning
2214 of an item.
2215
22162010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2217
2218 * org-list.el (org-cycle-list-bullet): Put back support for
2219 'previous argument.
2220
22212010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2222
2223 * org-list.el (org-in-item-p): Handle case when point is at an
2224 heading.
2225
2226 * org-list.el (org-list-make-subtree): Add protection when used
2227 outside of list
2228
2229 * org-list.el (org-insert-item): Removed useless hack now
2230 `org-in-item-p' is fixed.
2231
2232 * org-timer.el (org-timer-item): Removed useless hack now
2233 `org-in-item-p' is fixed.
2234
22352010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2236
2237 * org-list.el (org-cycle-list-bullet): Prevent description items
2238 from being numbered. String argument is also recognized now, as
2239 long as it is a valid bullet.
2240
22412010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2242
2243 * org-list.el (org-indent-item-tree): Moving indentation of top
2244 list item will make the whole list move.
2245
2246 * org-list.el (org-apply-on-list): Function is less sensitive to
2247 changes of indentation.
2248
22492010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2250
2251 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
2252 of the regexp.
2253
2254 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
2255
2256 * org-list.el (org-cycle-item-indentation): Allow cycling
2257 description items and checkbox items.
2258
2259 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
2260
2261 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
2262 regexp.
2263
22642010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2265
2266 * org-list.el (org-insert-item-internal): Guessing of blank lines
2267 number is made by looking at neighbours items, if any.
2268
22692010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2270
2271 * org-list.el (org-sort-list): Add the possibility to sort timer
2272 lists with the ?t or ?T options.
2273
22742010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2275
2276 * org-list.el (org-search-unenclosed-internal): New function to
2277 handle both `org-search-forward-unenclosed' and
2278 `org-search-backward-unenclosed'.
2279
2280 * org-list.el (org-search-backward-unenclosed): Can send errors
2281 now. Removed useless usage of COUNT.
2282
2283 * org-list.el (org-search-forward-unenclosed): Can send errors
2284 now. Removed useless usage of COUNT.
2285
2286 * org-list.el (org-update-checkbox-count): Use
2287 `org-search-forward-unenclosed' and
2288 `org-search-backward-unenclosed' instead of `re-search-forward'
2289 and `re-search-backward'.
2290
2291 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
2292 and `org-search-backward-unenclosed' instead of
2293 `re-search-forward' and `re-search-backward'.
2294
2295 * org-list.el (org-list-make-subtree): Use
2296 `org-search-forward-unenclosed' and
2297 `org-search-backward-unenclosed' instead of `re-search-forward'
2298 and `re-search-backward'.
2299
23002010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2301
2302 * org-list.el (org-insert-item-internal): Fixes the problem when
2303 point was before the first char of the item's body.
2304
23052010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2306
2307 * org-timer.el (org-timer-item): Refactoring. Compute timer string
2308 before inserting it in the buffer
2309
2310 * org-timer.el (org-timer): Added an optional argument to return
2311 timer string instead of inserting it.
2312
23132010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2314
2315 * org-list.el (org-insert-item-internal): New function to handle
2316 positionning and contents of an item being inserted at a specific
2317 pos. It is not possible anymore to split a term in a description
2318 list or a checkbox when inserting a new item.
2319
2320 * org-list.el (org-insert-item): Refactored by using the new
2321 `org-insert-item-internal' function.
2322
2323 * org-timer.el (org-timer-item): Refactored by using the new
2324 `org-insert-item-internal' function.
2325
23262010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2327
2328 * org-list.el (org-list-bottom-point): Be sure to check real
2329 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
2330
2331 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
2332 end of item if we are in a list.
2333
23342010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2335
2336 * org-list.el (org-insert-item): Move before any special block in
2337 a list prior to add a new item.
2338
2339 * org-timer.el (org-timer-item): When in a timer list, insert a
2340 new timer item like `org-insert-item'. If in another list, send an
2341 error. Otherwise, start a new timer list.
2342
23432010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2344
2345 * org-list.el: Minor refactoring.
2346
23472010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2348
2349 * org-timer.el (org-timer-item): Insert description list item at
2350 the right column.
2351
2352 * org-list.el (org-insert-item): Insert the right number of blank
2353 lines before a relative timer.
2354
23552010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2356
2357 * org-list.el (org-insert-item): Remove restriction on latex
2358 blocks.
2359
23602010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2361
2362 * org-list.el (org-search-backward-unenclosed): Do not stop in
2363 protected places.
2364
2365 * org-list.el (org-search-forward-unenclosed): Do not stop in
2366 protected places.
2367
2368 * org-latex.el (org-export-latex-lists): Use the fact that
2369 org-search-forward do not stop anymore at protected places.
2370
23712010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2372
2373 * org-list.el (org-search-backward-unenclosed): Do not prevent
2374 list items from being inside LaTeX blocks.
2375
2376 * org-list.el (org-search-forward-unenclosed): Do not prevent list
2377 items from being inside LaTeX blocks.
2378
23792010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2380
2381 * org-list.el (org-in-item-p): Do not widen before checking if we
2382 are in item.
2383
2384 * org-list.el (org-list-send-list): We cannot count on
2385 `org-list-top-point' and `org-list-bottom-point' before buffer is
2386 narrowed. Find bounds of list otherwise.
2387
23882010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2389
2390 * org-list.el (org-list-end-regexp): By default, list ending is
2391 exactly 2 blank lines.
2392
23932010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2394
2395 * org-docbook.el (org-export-as-docbook): When we find an empty
2396 line, we do not need to check for
2397 `org-empty-line-terminates-plain-lists' because we would have
2398 found end-list marker before.
2399
2400 * org-html.el (org-export-as-html): Same.
2401
24022010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2403
2404 * org-list.el (org-insert-item): Simplify count of blank lines to
2405 insert.
2406
24072010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2408
2409 * org-list.el (org-list-end-regexp): New customizable variable to
2410 define what string should end lists.
2411
2412 * org-list.el (org-list-end-re): Function is now aware of
2413 `org-list-end-regexp'.
2414
24152010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2416
2417 * org-html.el (org-export-as-html): Code cleanup.
2418
24192010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2420
2421 * org-docbook.el (org-export-as-docbook): Properly close any open
2422 list when seeing ORG-LIST-END. Removed any reference to now
2423 unneeded DIDCLOSE variable.
2424
24252010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2426
2427 * org-exp.el (org-export-mark-list-ending): Fix number of blank
2428 lines inserted after a list.
2429
2430 * org-list.el (org-list-parse-list): Fix case when
2431 `org-list-end-re' would have an indentation greater than current
2432 list.
2433
24342010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2435
2436 * org-exp.el (org-export-mark-list-ending): Differentiate between
2437 export backends, and replace `org-list-end-re' by a blank line
2438 upon exporting.
2439
24402010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2441
2442 * org-html.el (org-export-as-html): Delete didclose and everything
2443 related to it, as it is no longer needed.
2444
24452010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2446
2447 * org-html.el (org-export-html-preprocess): Remove unneeded
2448 insertion of list end marker, as it is now handled by
2449 `org-export-mark-list-ending'.
2450
2451 * org-html.el (org-export-as-html): Cleaner termination of lists.
2452
2453 * org-exp.el (org-export-mark-list-ending): New function to insert
2454 specific markers at the end of lists when exporting to a backend
2455 not using `org-list-parse-list'. This function is called early in
2456 `org-export-preprocess-string', while it is still able to
2457 recognize lists.
2458
2459 * org-latex.el (org-export-latex-lists): Better search for
2460 lists. It now only finds items not enclosed and not protected.
2461
24622010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2463
2464 * org-list.el: Replaced `re-search-forward' by
2465 `org-search-forward-unenclosed' where it made sense.
2466
24672010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2468
2469 * org-list.el (org-apply-to-list): Now a return value is handed at
2470 each new call of the function applied.
2471
2472 * org-list.el (org-fix-bullet-type): Use the new
2473 `org-apply-to-list' format.
2474
2475 * org-list.el (org-renumber-ordered-list): Use the new
2476 `org-apply-to-list' format.
2477
24782010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2479
2480 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
2481 correctly used.
2482
2483 * org-list.el (org-search-forward-unenclosed): Better regexp used.
2484
2485 * org-list.el (org-search-backward-unenclosed): Better regexp
2486 used.
2487
24882010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2489
2490 * org-list.el (org-sort-list): End-rec function was ill-defined.
2491
24922010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2493
2494 * org-list.el (org-search-forward-unenclosed): Fix behavior when
2495 last occurence was enclosed.
2496
2497 * org-list.el (org-search-backward-unenclosed): Fix behavior when
2498 last occurence was enclosed.
2499
25002010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2501
2502 * org.el (org-in-regexps-block-p): Fix documentation.
2503
25042010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2505
2506 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
2507
2508 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
2509
2510 * org-list.el (org-list-parse-list): Minor fix.
2511
25122010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2513
2514 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
2515 called with t argument.
2516
25172010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2518
2519 * org-html.el (org-export-html-preprocess): Replace
2520 `org-list-end-re' by a blank line during pre-process.
2521
25222010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2523
2524 * org-list.el (org-list-bottom-point): No need for square brackets
2525 for `skip-chars-backward'.
2526
25272010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2528
2529 * org-html.el: Do not delete space between end of list and
2530 beginning of the following.
2531
25322010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2533
2534 * org-html.el: preprocess buffer string and add ORG-LIST-END where
2535 needed. Lists should not end before seeing this.
2536
25372010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2538
2539 * org-html.el: Notice end of lists.
2540
25412010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2542
2543 * org-list.el (org-list-parse-list): Better handling of
2544 restrictions when function is called on a list with sublists.
2545
2546 * org-list.el (org-list-send-list): Find the true ending of the
2547 list being sent.
2548
2549 * org-list.el (org-list-radio-list-templates): Templates are more
2550 specific to lists.
2551
25522010-11-11 Eric Schulte <schulte.eric@gmail.com>
2553
2554 * ob-js.el (org-babel-js-eoe): Indicate end of input
2555 (org-babel-execute:js): Support for session evaluation
2556 (org-babel-prep-session:js): Fleshed out definition
2557 (org-babel-js-initiate-session): Can initiate a session using
2558 mozrepl.
2559
25602010-11-11 David Maus <dmaus@ictsoc.de>
2561
2562 * org.el (org-set-regexps-and-options): Protect escape char in
2563 `org-complex-heading-regexp-format'.
2564
25652010-11-11 Eric Schulte <schulte.eric@gmail.com>
2566
2567 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
2568 session-based evaluation
2569 (org-babel-execute:scheme): Now supports session-based evaluation
2570 (org-babel-prep-session:scheme): Now works and defines variables
2571 (org-babel-scheme-initiate-session): Now works using run-scheme
2572 from cmuscheme.
2573
25742010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2575
2576 * org.el (org-export-latex-default-packages-alist): Remove the
2577 t1enc package - this is already covered by fontenc.
2578
25792010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2580
2581 * ob.el (with-parsed-tramp-file-name): Declared
2582 (org-babel-tramp-localname): Ensure variable name exists locally.
2583
25842010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2585
2586 * ob.el (org-babel-temp-file): Don't use babel temporary directory
2587 in remote case; use make-temp-file with remote file name so that
2588 temp file is guaranteed not to exist previously on remote machine.
2589 (org-babel-tramp-localname): New function to return local name
2590 portion of possibly remote file specification.
2591
25922010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2593
2594 * ob-R.el (org-babel-R-write-object-command): New unified R
2595 command for writing results to file
2596 (org-babel-R-wrapper-method): Remove variable
2597 (org-babel-R-wrapper-lastvar): Remove variable
2598 (org-babel-R-evaluate-external-process): Use new R command
2599 (org-babel-R-evaluate-session): Use new R command.
2600
26012010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2602
2603 * ob-comint.el
2604 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
2605 to evaluate code invisibly and block until output file exists.
2606
2607 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
2608 evaluate R code in session for :results value. Write result to
2609 file invisibly using new function
2610 `org-babel-comint-eval-invisibly-and-wait-for-file'.
2611
26122010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2613
2614 * org-capture.el (org-capture-fill-template): Align tags after
2615 insertion.
2616
26172010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2618
2619 * org-exp.el (org-export-concatenate-multiline-emphasis): Ignore
2620 matches that start in a headline.
2621
26222010-11-11 Eric Schulte <schulte.eric@gmail.com>
2623
2624 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
2625 and out-file in shell-quote-argument.
2626
26272010-11-11 David Maus <dmaus@ictsoc.de>
2628
2629 * org-docview.el (org-docview-store-link): Use expanded macro to
2630 get current page.
2631 (doc-view-goto-page, image-mode-window-get): Declare functions for
2632 byte compiler.
2633
26342010-11-11 Eric Schulte <schulte.eric@gmail.com>
2635
2636 * ob-scheme.el: very preliminary support for evaluating scheme
2637 code blocks
2638
2639 * org.el (org-babel-load-languages): Adding scheme.
2640
26412010-11-11 Eric Schulte <schulte.eric@gmail.com>
2642
2643 * ob.el (require): Remove circular (require 'org).
2644
26452010-11-11 Eric Schulte <schulte.eric@gmail.com>
2646
2647 * ob-R.el (ess-make-buffer-current): Declared
2648 (ess-ask-for-ess-directory): Declared
2649 (ess-local-process-name): Declared
2650
2651 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free
2652 variable
2653
2654 * ob.el (org-edit-src-code): Fixing arguments
2655 (org-edit-src-exit): Declared
2656 (org-outline-overlay-data): Declared
2657 (org-set-outline-overlay-data): Declared.
2658
26592010-11-11 Glenn Morris <rgm@gnu.org>
2660
2661 * ob.el: Require org when compiling.
2662 (org-save-outline-visibility): Remove macro declaration.
2663
2664 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
2665 Remove unnecessary/macro declarations.
2666
2667 * org-docview.el: Require doc-view when compiling.
2668 (doc-view-goto-page): Autoload rather than declaring.
2669 (doc-view-current-page): Remove macro declaration.
2670
2671 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
2672 (org-entry-get, org-table-import): Fix declarations.
2673 (org-match-string-no-properties): Remove declaration.
2674
2675 * ob-sh.el (org-babel-comint-in-buffer)
2676 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
2677 (org-babel-comint-with-output): Remove unnecessary declarations.
2678
2679 * ob-R.el (orgtbl-to-tsv): Fix declaration.
2680
2681 * org-list.el (org-entry-get): Fix declaration.
2682
26832010-11-11 Eric Schulte <schulte.eric@gmail.com>
2684
2685 * ob.el (org-babel-remove-temporary-directory): Removed explicit
2686 second argument.
2687
26882010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
2689
2690 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
2691 numbers.
2692
26932010-11-11 Eric Schulte <schulte.eric@gmail.com>
2694
2695 * org-macs.el (org-save-outline-visibility): Moved from org.el.
2696
26972010-11-11 Eric Schulte <schulte.eric@gmail.com>
2698
2699 * ob-org.el (org-babel-default-header-args:org): Additional
2700 ":results silent" default header argument for org code blocks.
2701
27022010-11-11 Eric Schulte <schulte.eric@gmail.com>
2703
2704 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
2705 which is now an alias to ":eval no"
2706
27072010-11-11 Eric Schulte <schulte.eric@gmail.com>
2708
2709 * ob.el (org-babel-remove-temporary-directory): The version of
2710 `delete-directory' found in files.el can not be assumed to be
2711 present on all versions, so this copies the recursive behavior of
2712 that command in such a way that all calls to delete-directory will
2713 also work with the built-in internal C implementation of that
2714 function. This is not overly difficult as all elements of the
2715 directory can be assumed to be files.
2716
27172010-11-11 Eric Schulte <schulte.eric@gmail.com>
2718
2719 * ob-C.el (org-babel-C-execute): Corrected arguments to
2720 org-babel-temp-file.
2721
27222010-11-11 Eric Schulte <schulte.eric@gmail.com>
2723
2724 * ob.el (org-babel-temporary-directory): Variable to hold the
2725 value of the Babel temporary directory.
2726
27272010-11-11 Aditya Siram <aditya.siram@gmail.com>
2728
2729 * ob.el (org-babel-load-in-session): Expanding noweb references
2730 when appropriate.
2731
27322010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2733
2734 * org.el (org-make-link-regexps): Modified regexp of
2735 org-plain-link-re.
2736
27372010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
2738
2739 * org-habit.el (org-habit-parse-todo): Find sr-days only if
2740 scheduled-repeat is non nil. Use 4th element of the list returned
2741 by (org-heading-components) as habit-entry. Modify the error
2742 message to be more meaningful.
2743
27442010-11-11 Eric Schulte <schulte.eric@gmail.com>
2745
2746 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
2747 ":border" header arguments which both use the "preview" latex
2748 package to fit the resulting pdf image to the figure.
2749
27502010-11-11 David Maus <dmaus@ictsoc.de>
2751
2752 * org-wl.el (org-wl-store-link): Don't try to store link if point
2753 is at end of buffer.
2754
27552010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
2756
2757 * org-publish.el (org-publish-project-alist): Document the new
2758 body-only property.
2759 (org-publish-org-to): Use the body-only property.
2760
27612010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2762
2763 * org.el (org-store-link): Return link when invoked
2764 non-interactively from an agenda buffer.
2765
27662010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2767
2768 * org.el (org-store-link): Storing of links to headlines in
2769 indirect buffers was broken. Fix it.
2770
27712010-11-11 Aidan Kehoe <kehoea@parhasard.net>
2772
2773 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
2774 #'set-file-modes to use integer, not character syntax, avoiding
2775 compile problems with recent XEmacs.
2776
27772010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2778
2779 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
2780 forward even if there is no text to be added.
2781
27822010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2783
2784 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
2785 tags/property matcher.
2786
27872010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2788
2789 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
2790 t.
2791
27922010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2793
2794 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
2795
27962010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2797
2798 * org-latex.el (org-export-latex-set-initial-vars): Bind
2799 `case-fold-search' to t around the search for special LaTeX setup.
2800
2801 * org-beamer.el (org-beamer-after-initial-vars): Bind
2802 `case-fold-search' to t around the search for special BEAMER
2803 setup.
2804
28052010-11-11 David Maus <dmaus@ictsoc.de>
2806
2807 * org-agenda.el (org-write-agenda): Delete postscript file after
2808 creating conversion to pdf.
2809
28102010-11-11 David Maus <dmaus@ictsoc.de>
2811
2812 * org-agenda.el (org-write-agenda): Move require statements to
2813 proper place in evaluated lisp expression.
2814
28152010-11-11 David Maus <dmaus@ictsoc.de>
2816
2817 * org-agenda.el (org-write-agenda): Rename temporary buffer to
2818 remove dependency of `flet' macro.
2819
28202010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2821
2822 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
2823
28242010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2825
2826 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
2827 from all standard sources when executing #+lob/#+call lines.
2828
28292010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2830
2831 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
2832 separate functions
2833 (org-babel-R-evaluate-external-process): New function to handle
2834 external process evaluation
2835 (org-babel-R-evaluate-session): New function to handle session
2836 evaluation.
2837
28382010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2839
2840 * ob.el (org-babel-initiate-session): New function derived from
2841 previous `org-babel-switch-to-session'
2842 (org-babel-switch-to-session): Refactored to use new
2843 `org-babel-initiate-session'.
2844
28452010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2846
2847 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
2848 to (interactive).
2849
28502010-11-11 David Maus <dmaus@ictsoc.de>
2851
2852 * org-feed.el (org-feed-format-entry): Decode entry according to
2853 its character encoding.
2854
28552010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
2856
2857 * org-feed.el (xml-substitute-special): Declare function for byte
2858 compiler.
2859 (org-feed-unescape): Removed.
2860 (org-feed-parse-rss-entry, org-feed-parse-atom-entry): Use
2861 `xml-substitute-special' to unescape XML entities.
2862
28632010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2864
2865 * ob.el (org-babel-switch-to-session): Throw error if block if
2866 :session not in effect for the block.
2867
28682010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2869
2870 * org-table.el (org-table-create-with-table.el): Align table
2871 before converting.
2872
28732010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2874
2875 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
2876 that org-src buffer is current before attempting exit.
2877
28782010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2879
2880 * org-src.el (ob-comint): Require 'ob-comint
2881 (org-src-babel-info): Define variable.
2882
28832010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2884
2885 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
2886 in the language major mode edit buffer.
2887 (org-babel-do-key-sequence-in-edit-buffer): New function to call
2888 an arbitrary key sequence in the language major mode edit buffer
2889
2890 * org-src.el (org-src-switch-to-buffer): Add new allowed value
2891 'switch-invisibly for `org-src-window-setup'.
2892
28932010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2894
2895 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
2896 is used.
2897 (org-src-do-at-code-block): New macro to evaluate lisp with point
2898 at the start of the Org code block containing the code in this
2899 edit buffer.
2900 (org-src-do-key-sequence-at-code-block): New function to execute
2901 command bound to key at the Org code block containing the code in
2902 this edit buffer.
2903
29042010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2905
2906 * ob-R.el (org-babel-R-associate-session): New function to
2907 associate R code edit buffers with ESS comint session.
2908
29092010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2910
2911 * org-src.el (org-edit-src-code): If at src block, store babel
2912 info as buffer local variable.
2913 (org-src-associate-babel-session): New function to associate code
2914 edit buffer with comint session. Does nothing unless a
2915 language-specific function named
2916 `org-babel-LANG-associate-session' exists.
2917 (org-src-babel-configure-edit-buffer): New function to be called
2918 in `org-src-mode-hook'.
2919 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
2920 hook.
2921
29222010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2923
2924 * ob.el (org-babel-switch-to-session-with-code): New function to
2925 generate split frame displaying edit buffer and session.
2926
29272010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2928
2929 * org.el (org-set-tags): Consider org-indent-mode when computing
2930 the tags column.
2931
29322010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2933
2934 * org-compat.el (org-looking-at-p): Only use looking-at-p when
2935 defined.
2936
29372010-11-11 David Maus <dmaus@ictsoc.de>
2938
2939 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
2940 lines directly after call to sorting filter function.
2941
29422010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2943
2944 * org.el (org-complex-heading-regexp-format): Document the
2945 variable.
2946 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
2947 to make the regular expression for matching the headline.
2948
29492010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2950
2951 * org.el (org-refile-check-position): New function.
2952 (org-goto):
2953 (org-refile-get-location): Call `org-refile-check-position'.
2954
29552010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2956
2957 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
2958 instead of equal to compare symbols.
2959
29602010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2961
2962 * org-agenda.el (org-agenda-before-sorting-filter-function): New
2963 hook function.
2964 (org-finalize-agenda-entries): Apply
2965 `org-agenda-before-sorting-filter-function'.
2966
29672010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2968
2969 * org-latex.el (org-export-latex-first-lines): Do not protect meta
2970 lines that have nothing to do with babel.
2971
29722010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2973
2974 * org-capture.el (org-capture-place-template): Handle the
2975 checkitem case.
2976 (org-capture-place-item): Provide boundaries for the search to
2977 make sure we do not get a match in a different tree.
2978
29792010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2980
2981 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
2982 argument parser.
2983
29842010-11-11 Noorul Islam <noorul@noorul.com>
2985
2986 * org-latex.el (org-latex-to-pdf-process): Add output-directory
2987 option for the command pdflatex.
2988 (org-export-as-pdf): Respect directory in path of
2989 EXPORT_FILE_NAME.
2990
29912010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2992
2993 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
2994 which now means to use MathJax processing for HTML. Also allow
2995 new value `dvipng' to force the old image processing.
2996 (org-infile-export-plist): Parse for MATHJAX setup line.
2997
2998 * org-html.el (org-export-html-mathjax-options): New option.
2999 (org-export-html-mathjax-config): New function.
3000 (org-export-html-mathjax-template): New option.
3001 (org-export-html-preprocess): Call the LaTeX snippet processor
3002 with an additional argument to declare special ways of processing.
3003 (org-export-as-html): Bind the dynamical variable
3004 `org-export-have-math'. Insert the MathJax script template when
3005 it is needed by the document.
3006
3007 * org.el (org-preview-latex-fragment): Call `org-format-latex'
3008 with the additional processing argument.
3009 (org-export-have-math): New variable, for dynamic scoping.
3010 (org-format-latex): Implement specific ways of processing. New
3011 function argument for processing type.
3012 (org-org-menu): Remove the entry to configure LaTeX snippet
3013 processing.
3014
30152010-11-11 Bastien Guerry <bzg@altern.org>
3016
3017 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
3018 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
3019 heading currently clocked in is not listed in the agenda, display
3020 this entry in another buffer. If there is no running clock,
3021 display a help message.
3022
30232010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3024
3025 * org-latex.el (org-export-latex-tables): Return "" instead of nil
3026 when no label is attached.
3027
30282010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3029
3030 * org-agenda.el (org-agenda-menu-show-match): New option.
3031 (org-agenda-menu-two-column): New option.
3032 (org-agenda-get-restriction-and-command): Implement dispatch menu
3033 without showing the matcher, and with two-column display.
3034
30352010-11-11 Bernt Hansen <bernt@norang.ca>
3036
3037 * org-indent.el (org-indent-mode): Fix grammar for message when
3038 mode is refused.
3039
30402010-11-11 Eric Schulte <schulte.eric@gmail.com>
3041
3042 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
3043 no previous result exists.
3044
30452010-11-11 Noorul Islam <noorul@noorul.com>
3046
3047 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
3048 warning.
3049
30502010-11-11 Noorul Islam <noorul@noorul.com>
3051
3052 * org.el: org-set-visibility-according-to-property () Use backward
3053 search instead of forward, so that top hierarchy gets priority.
3054
30552010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3056
3057 * org-agenda.el (org-timeline): Allow indirect buffer.
3058
30592010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3060
3061 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
3062 (org-export-define-heading-targets-headline-hook): New hooks.
3063
3064 * org.el (org-modules): Add entry for org-wikinodes.el.
3065 (org-font-lock-set-keywords-hook): New hook.
3066 (org-open-at-point-functions): New hook.
3067 (org-find-exact-headling-in-buffer):
3068 (org-find-exact-heading-in-directory): New functions.
3069 (org-mode-flyspell-verify): Better cursor position for checking if
3070 flyspell should ignore a word.
3071
30722010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3073
3074 * org-indent.el (org-indent-remove-properties):
3075 (org-indent-add-properties): Make sure changing these properties
3076 does not trigger modification hooks.
3077
30782010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3079
3080 * org.el (org-link-search-must-match-exact-headline): New option.
3081 (org-link-search-inhibit-query): New variable.
3082 (org-link-search): Search for exact headline match in Org files.
3083
30842010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3085
3086 * ob.el (org-babel-execute-src-block-maybe): Remove check for
3087 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
3088 function `org-babel-execute-safely-maybe'.
3089
30902010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3091
3092 * ob.el (org-babel-load-in-session): Set directory in case :dir
3093 arg is in effect.
3094
30952010-11-11 Eric Schulte <schulte.eric@gmail.com>
3096
3097 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
3098 errors when we're not under of a headline.
3099
31002010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3101
3102 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
3103 write delimited text instead of save -ascii
3104 (org-babel-octave-import-elisp-from-file): Specify that data
3105 written to file is tab-delimited.
3106
31072010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3108
3109 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
3110 tab-delimited.
3111
31122010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3113
3114 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
3115 specified.
3116
31172010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3118
3119 * ob-python.el (org-babel-python-table-or-string): Fix recognition
3120 of lists and tuples.
3121
31222010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3123
3124 * ob-octave.el (org-babel-octave-evaluate-external-process): Allow
3125 remote files.
3126
31272010-11-11 Juan Pechiar <pechiar@computer.org>
3128
3129 * ob-octave.el (org-babel-octave-evaluate-external-process): Use
3130 `org-babel-octave-import-elisp-from-file' instead of
3131 `org-babel-eval-read-file'.
3132 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
3133 and use '%s' as format specifier instead of '%S'.
3134
31352010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3136
3137 * ob-octave.el only (require 'matlab) when necessary
3138 (org-babel-octave-initiate-session) (require) octave-inf or matlab
3139 as appropriate
3140 (org-babel-execute:matlab): Remove (require)
3141 (org-babel-prep-session:matlab): Remove (require)
3142 (org-babel-matlab-initiate-session): Remove (require).
3143
31442010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3145
3146 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
3147 list.
3148
31492010-11-11 Eric Schulte <schulte.eric@gmail.com>
3150
3151 * ob-python.el (org-babel-python-table-or-string): Can now handle
3152 VERY long result lines.
3153
31542010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3155
3156 * org-latex.el (org-export-latex-tables): Add label if any
3157
3158 * org-latex.el (org-export-latex-convert-table.el-table): Fix
3159 little mistake when inserting label.
3160
31612010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3162
3163 * org.el (org-cycle-internal-local): Removed an unnecessary call
3164 to `org-back-to-heading' that was preventing point to stay at its
3165 column when cycling visibility.
3166
31672010-11-11 Noorul Islam <noorul@noorul.com>
3168
3169 * org-capture.el (org-capture-finalize): Make messages consistent.
3170
31712010-11-11 Noorul Islam <noorul@noorul.com>
3172
3173 * org-gnus.el: Suppress compiler warning by declaring outside
3174 function nnimap-retrieve-headers-from-file.
3175
31762010-11-11 Noorul Islam <noorul@noorul.com>
3177
3178 * org-colview.el Use org-beamer-select-environment instead of
3179 org-beamer-set-environment-tag.
3180
31812010-11-11 Matt Lundin <mdl@imapmail.org>
3182
3183 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
3184 that the value of org-last-inserted-timestamp includes time range.
3185
31862010-11-11 David Maus <dmaus@ictsoc.de>
3187
3188 * org-wl.el (org-wl-store-link-message): Provide link property for
3189 message-id without angle brackets.
3190
31912010-11-11 Eric Schulte <schulte.eric@gmail.com>
3192
3193 * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
3194
31952010-11-11 Eric Schulte <schulte.eric@gmail.com>
3196
3197 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
3198 file ensuing that the latest changes on disk are represented.
3199
32002010-11-11 Eric Schulte <schulte.eric@gmail.com>
3201
3202 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
3203 arguments w/o quotes.
3204
32052010-11-11 Bernt Hansen <bernt@norang.ca>
3206
3207 * org-capture.el (org-capture-finalize): Fix clock in of
3208 interrupted task during capture finalize.
3209
32102010-11-11 Eric Schulte <schulte.eric@gmail.com>
3211
3212 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
3213 session output.
3214
32152010-11-11 Eric Schulte <schulte.eric@gmail.com>
3216
3217 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
3218 expression for matching main function.
3219
32202010-11-11 Eric Schulte <schulte.eric@gmail.com>
3221
3222 * ob-lob.el (org-babel-lob-one-liner-regexp): Fixed error in lob
3223 regexp -- it wasn't matching lob lines w/o indices.
3224
32252010-11-11 Eric Schulte <schulte.eric@gmail.com>
3226
3227 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
3228 warning in org-exp.el.
3229
32302010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3231
3232 * org-publish.el (org-publish-file): Better error message if
3233 base-directory or publishing-directory are not defined.
3234
32352010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3236
3237 * org-colview.el (org-columns-display-here): Use overlays to
3238 overrule line prefix properties during column view.
3239
32402010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3241
3242 * org-agenda.el (org-agenda-filter-preset): Document the
3243 limitation for the filter preset - it can only be used for an
3244 entire agenda view, not in an individual block in a block agenda.
3245
32462010-11-11 Eric Schulte <schulte.eric@gmail.com>
3247
3248 * ob-table.el (sbe): Now able to accept range references from
3249 tables.
3250
32512010-11-11 Eric Schulte <schulte.eric@gmail.com>
3252
3253 * ob.el (org-babel-pick-name): If colnames or rownames contain a
3254 list of names, then use those directly.
3255
32562010-11-11 Eric Schulte <schulte.eric@gmail.com>
3257
3258 * org-exp.el (org-export-format-source-code-or-example): Escape
3259 underscores in code block names on latex listings export.
3260
32612010-11-11 Eric Schulte <schulte.eric@gmail.com>
3262
3263 * ob-tangle.el (org-babel-with-temp-filebuffer): Use
3264 find-file-noselect to avoid excess buffer movement.
3265
32662010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3267
3268 * org-html.el (org-html-should-inline-p): Only inline images if
3269 they should be.
3270
32712010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3272
3273 * org-id.el (org-id-store-link): Autoload.
3274
3275 * org.el ("org-id"): Autoload `org-id-store-link'.
3276
32772010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3278
3279 * org-html.el (org-html-should-inline-p): Only inline images if
3280 they should be.
3281
32822010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
3283
3284 * org-icalendar.el (org-icalendar-alarm-time): New option.
3285
3286 * org-icalendar.el (org-print-icalendar-entries): Timed events are
3287 exported with alarm events, a.k.a. reminders.
3288
32892010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3290
3291 * org-capture.el (org-capture-target-buffer): Throw an error if we
3292 have no target file.
3293 (org-capture-select-template): Use a default template if the user
3294 has not specified any.
3295
32962010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3297
3298 * org.el (org-modules): Add entry for org-velocity.
3299
33002010-11-11 Eric Schulte <schulte.eric@gmail.com>
3301
3302 * ob-lob.el (org-babel-lob-execute): Changing indentation to
3303 improve line length.
3304
33052010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3306
3307 * org-exp.el (org-export-handle-table-metalines): Choose a better
3308 position for checking protectedness.
3309
33102010-11-11 Eric Schulte <schulte.eric@gmail.com>
3311
3312 * org-table.el (org-table-convert-region): Don't continue csv
3313 importation which the point catches the end, this fixes an
3314 infinite loop which was caused by the (point) never catching up
3315 with the "end" marker.
3316
33172010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3318
3319 * org-macs.el (org-string-nw-p): New function.
3320
3321 * org-capture.el (org-capture-import-remember-templates):
3322 Interpret an empty string as request to use
3323 `org-default-notes-file'.
3324 (org-capture-target-buffer): If the FILE is not a (non-empty)
3325 string, use `org-default-notes-file'.
3326
33272010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3328
3329 * org-capture.el (org-capture-templates): Fix customize type.
3330
33312010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3332
3333 * org-colview-xemacs.el (org-columns-compile-map):
3334 (org-columns-number-to-string):
3335 (org-columns-string-to-number): Handle estimate ranges.
3336 (org-estimate-mean-and-var): New function.
3337 (org-estimate-combine): New function.
3338 (org-estimate-print): New function.
3339 (org-string-to-estimate): New function.
3340
40b1a3a9
JB
33412010-09-25 Juanma Barranquero <lekktu@gmail.com>
3342
3343 * org.el (org-refile-targets):
3344 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
3345
e720ae53
GM
33462010-08-19 Glenn Morris <rgm@gnu.org>
3347
3348 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
3349 (org-save-outline-visibility): Move to org-macs.
3350 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
3351 (org-save-outline-visibility): Move here from org.el.
3352 (show-all): Autoload it.
3353 * ob.el: Don't require org when compiling.
3354
eeb4145e
GM
33552010-08-18 Glenn Morris <rgm@gnu.org>
3356
3357 * ob.el: Require org when compiling.
3358 (org-save-outline-visibility): Remove macro declaration.
3359 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
3360 Remove unnecessary/macro declarations.
3361 * org-docview.el: Require doc-view when compiling.
3362 (doc-view-goto-page): Autoload rather than declaring.
3363 (doc-view-current-page): Remove macro declaration.
3364
f1eee0b6
GM
33652010-08-17 Glenn Morris <rgm@gnu.org>
3366
3367 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
3368 (org-entry-get, org-table-import): Fix declarations.
3369 (org-match-string-no-properties): Remove unnecessary declaration.
3370 * ob-sh.el (org-babel-comint-in-buffer)
3371 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
3372 (org-babel-comint-with-output): Remove unnecessary declarations.
3373 * ob-R.el (orgtbl-to-tsv): Fix declaration.
3374 * org-list.el (org-entry-get): Fix declaration.
3375
86fbb8ca
CD
33762010-07-19 Eric Schulte <schulte.eric@gmail.com>
3377
3378 * ob-C.el: New file.
3379 * ob-R.el: New file.
3380 * ob-asymptote.el: New file.
3381 * ob-clojure.el: New file.
3382 * ob-comint.el: New file.
3383 * ob-css.el: New file.
3384 * ob-ditaa.el: New file.
3385 * ob-dot.el: New file.
3386 * ob-emacs-lisp.el: New file.
3387 * ob-eval.el: New file.
3388 * ob-exp.el: New file.
3389 * ob-gnuplot.el: New file.
3390 * ob-haskell.el: New file.
3391 * ob-keys.el: New file.
3392 * ob-latex.el: New file.
3393 * ob-lob.el: New file.
3394 * ob-matlab.el: New file.
3395 * ob-mscgen.el: New file.
3396 * ob-ocaml.el: New file.
3397 * ob-octave.el: New file.
3398 * ob-perl.el: New file.
3399 * ob-python.el: New file.
3400 * ob-ref.el: New file.
3401 * ob-ruby.el: New file.
3402 * ob-sass.el: New file.
3403 * ob-screen.el: New file.
3404 * ob-sh.el: New file.
3405 * ob-sql.el: New file.
3406 * ob-sqlite.el: New file.
3407 * ob-table.el: New file.
3408 * ob-tangle.el: New file.
3409 * ob.el: New file.
3410
34112010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3412
3413 * org-mks.el: New file.
3414 * org-capture.el: New file.
3415
34162010-07-19 Christian Egli <christian.egli@sbszh.ch>
3417
3418 * org-taskjuggler.el: New file.
3419
34202010-07-19 Matt Lundin <mdl@imapmail.org>
3421
a628ad9d 3422 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
86fbb8ca
CD
3423 in org-agenda-text-search-extra-files.
3424
34252010-07-19 David Maus <dmaus@ictsoc.de>
3426
a628ad9d 3427 * org-list.el (org-list-send-list): Locally bind variable `txt'.
86fbb8ca
CD
3428
34292010-07-19 Eric Schulte <schulte.eric@gmail.com>
3430
a628ad9d 3431 * org.el (org-reload): Now also reloading babel files.
86fbb8ca
CD
3432
34332010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3434
3435 * org-capture.el (org-capture-set-plist): Make sure txt is a string
3436 before calling `string-match'.
3437 (org-capture-templates): Fix customization type.
3438
34392010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3440
a628ad9d
JB
3441 * org-latex.el (org-export-latex-preprocess): Make a special case
3442 for \nbsp.
86fbb8ca
CD
3443 (org-latex-entities): Remove the entry for \nbsp.
3444 (org-latex-entities-exceptions): Variable removed.
3445
34462010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3447
3448 * org-capture.el (org-capture-refile): Do not try to manipulate
3449 bookmark list.
3450
3451 * org.el (org-refile): Use the correct bookmark here.
3452
34532010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3454
3455 * org-list.el (org-list-send-list): Parse list from its true beginning.
3456
3457 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
3458
34592010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3460
3461 * org.el (org-insert-link): Correctly determine if we should use
3462 a relative path.
3463
34642010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
3465
3466 * org-list.el (org-list-radio-list-templates): Fix templates.
3467
34682010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
3469
a628ad9d 3470 * org-list.el (org-list-send-list): Regexp defining the start of
86fbb8ca
CD
3471 a radio list is now on par with the one used for radio tables.
3472
34732010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3474
3475 * org-entities.el (org-entities-help): Add a headline for
3476 the user-defined entities.
3477
34782010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
3479
3480 * org-agenda.el (org-agenda-action): Document capture key and add it
3481 to the prompt.
3482
34832010-07-19 Eric Schulte <schulte.eric@gmail.com>
3484
a628ad9d 3485 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
86fbb8ca
CD
3486
34872010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3488
3489 * org-latex.el (org-export-latex-first-lines): Do not mark
a628ad9d 3490 meta lines for removal. Do not remove BABEL config lines during export.
86fbb8ca
CD
3491
34922010-07-19 David Maus <dmaus@ictsoc.de>
3493
3494 * org-capture.el (org-capture): Check if
3495 `org-capture-link-is-already-stored' is bound before evaluating.
3496
34972010-07-19 Eric Schulte <schulte.eric@gmail.com>
3498
a628ad9d 3499 * org.el: Add autoload for org-babel-do-load-languages.
86fbb8ca
CD
3500
35012010-07-19 Eric Schulte <schulte.eric@gmail.com>
3502
a628ad9d 3503 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
86fbb8ca
CD
3504
35052010-07-19 David Maus <dmaus@ictsoc.de>
3506
3507 * org-feed.el: Change indentation to match coding style
3508 guideline.
3509
35102010-07-19 David Maus <dmaus@ictsoc.de>
3511
3512 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
3513 library if necessary.
3514
35152010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3516
3517 * org-beamer.el (org-beamer-amend-header): Standardize the
3518 header cookie for the beamer extra stuff.
3519
35202010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3521
3522 * org-beamer.el (org-beamer-amend-header): Put extra header
3523 last in header.
3524
35252010-07-19 David Maus <dmaus@ictsoc.de>
3526
3527 * org-exp-blocks.el (org-export-blocks-format-ditaa)
3528 (org-export-blocks-format-dot): Remove text properties of body before
3529 calculating cache hash.
3530
35312010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3532
3533 * org-latex.el (org-export-latex-tabular-environment): New option.
3534 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
3535
35362010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3537
3538 * org-compat.el (org-version-check): New function.
3539
3540 * org-indent.el (org-indent-mode): Check for exact emacs version.
3541
35422010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3543
3544 * org-capture.el (org-capture-templates): Allow the template
3545 to come from a file or function call.
3546 (org-capture-place-entry): Get the template from file or function.
3547
35482010-07-19 David Maus <dmaus@ictsoc.de>
3549
3550 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
3551 position if target is entire file.
3552
35532010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3554
3555 * org.el (org-autoload): Autoload a few more org-table functions.
3556
35572010-07-19 Eric Schulte <schulte.eric@gmail.com>
3558
a628ad9d 3559 * org.el (org-babel-load-languages): Add ob-mscgen.
86fbb8ca
CD
3560
35612010-07-19 Eric Schulte <schulte.eric@gmail.com>
3562
a628ad9d
JB
3563 * org-latex.el (org-export-latex-tables): Format string now
3564 matches options.
86fbb8ca
CD
3565
35662010-07-19 Eric Schulte <schulte.eric@gmail.com>
3567
a628ad9d 3568 * org.el (org-babel-load-languages): This variable controls which
86fbb8ca
CD
3569 languages will be loaded by org-babel. It is customizable through
3570 the customize interface.
3571
35722010-07-19 Eric Schulte <schulte.eric@gmail.com>
3573
a628ad9d
JB
3574 * org-latex.el (org-export-latex-format-image): Update number of
3575 arguments to allow for an optional short-name.
86fbb8ca
CD
3576
35772010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3578
a628ad9d 3579 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
86fbb8ca
CD
3580
35812010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3582
3583 * org-capture.el (org-capture-set-target-location): Store
3584 exact positions for file+regexp and file+function targets.
3585 (org-capture-place-entry, org-capture-place-item)
3586 (org-capture-place-table-line, org-capture-place-plain-text): Respect
3587 exact positions.
3588 (org-capture-finalize): Make sure we are at the beginning of a line
3589 when fixing the empty lines after the entry.
3590
35912010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3592
3593 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
3594 (org-entry-get): Pass `literal-nil' into
3595 `org-entry-get-with-inheritance'.
3596 (org-todo): React to nil values of the LOGGING property.
3597
35982010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3599
a628ad9d 3600 * org.el (org-default-notes-file): Update docstring.
86fbb8ca
CD
3601
36022010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3603
3604 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
3605
36062010-07-19 Eric Schulte <schulte.eric@gmail.com>
3607
a628ad9d 3608 * org-exp.el (org-export-attach-captions-and-attributes): Add
86fbb8ca
CD
3609 a shortname attribute to caption strings under the symbol name
3610 org-caption-shortn.
3611
36122010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3613
a628ad9d 3614 * org.el (org-switchb): Rename from `org-iswitchb'. Improve
86fbb8ca
CD
3615 docstring.
3616 (org-iswitchb): New alias.
3617 (org-ido-switchb): Make alias point to `org-switchb'.
3618
36192010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3620
3621 * org-capture.el (org-capture-fill-template): Respect
3622 time-of-day preference in template prompt.
3623
36242010-07-19 David Maus <dmaus@ictsoc.de>
3625
3626 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
3627
36282010-07-19 David Maus <dmaus@ictsoc.de>
3629
3630 * org-wl.el (org-wl-disable-folder-check): New customization
3631 variable.
3632 (org-wl-open): Disable folder check depending on
3633 `org-wl-disable-folder-check'.
3634
36352010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3636
3637 * org-capture.el (org-capture-set-target-location): Fix
3638 file+function interpretation.
3639
36402010-07-19 David Maus <dmaus@ictsoc.de>
3641
3642 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
3643 content.
3644
36452010-07-19 David Maus <dmaus@ictsoc.de>
3646
3647 * org-feed.el (xml-entity-alist): Declare variable
3648 `xml-entity-alist' for byte compiler.
3649
36502010-07-19 David Maus <dmaus@ictsoc.de>
3651
3652 * org-feed.el (org-feed-unescape): New function. Unescape
3653 protected entities.
3654 (org-feed-parse-atom-entry): Use function for atom:content
3655 type text and html.
3656
36572010-07-19 David Maus <dmaus@ictsoc.de>
3658
3659 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
3660 element names.
3661
36622010-07-19 Bernt Hansen <bernt@norang.ca>
3663
3664 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
3665 when displaying items on todays agenda date.
3666
36672010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3668
3669 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
3670 value of EXTRA.
3671
36722010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3673
3674 * org-publish.el (org-publish-initialize-cache): Make
3675 timestamp directory, the entire path to it.
3676
36772010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3678
3679 * org-exp.el (org-export-handle-comments): Make sure to check
3680 for protection in the comment line, and not in the line after it.
3681
36822010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3683
3684 * org-html.el (org-export-html-preprocess): Call org-format-latex,
3685 possibly with a protect-only argument.
3686
3687 * org.el (org-format-latex): New argument PROTECT-ONLY.
3688
36892010-07-19 Eric Schulte <schulte.eric@gmail.com>
3690
a628ad9d 3691 * org-exp.el (org-export-handle-table-metalines): This function
86fbb8ca
CD
3692 removes table specific meta-lines, now that we aren't wiping
3693 everything that looks remotely like a comment at the end of the
3694 export process we have to be sure to catch all of the specific lines
a628ad9d 3695 in org-exp.el.
86fbb8ca
CD
3696
36972010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
3698
a628ad9d 3699 * org-exp.el (org-export-select-backend-specific-text): Properly
86fbb8ca
CD
3700 get rid of #+Backend and #+ATTR_Backend specifics to backends not
3701 matching the one we're exporting to.
3702
37032010-07-19 Eric Schulte <schulte.eric@gmail.com>
3704
a628ad9d
JB
3705 * Makefile (lisp/org-install.el): Replace babel files in
3706 construction of org-install.el.
86fbb8ca
CD
3707
37082010-07-19 Eric Schulte <schulte.eric@gmail.com>
3709
a628ad9d 3710 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
86fbb8ca 3711 option which will strip newline characters from the text of table
a628ad9d 3712 cells and replace then with "\n".
86fbb8ca
CD
3713
37142010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3715
76e3243a 3716 * org.el (org-confirm-shell-link-function)
86fbb8ca
CD
3717 (org-confirm-elisp-link-function): Limit the values that can be set by
3718 file variables.
3719
37202010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3721
3722 * org.el (org-compute-latex-and-specials-regexp): Deal with
3723 string elements by discarding them.
3724
37252010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3726
3727 * org.el (org-iswitchb): Make sure to use at least iswitchb.
3728
37292010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3730
a628ad9d
JB
3731 * org-capture.el (org-capture-position-for-last-stored)
3732 (org-capture-bookmark-last-stored-position): New functions.
86fbb8ca 3733 (org-capture-place-table-line): Better error catching.
76e3243a 3734 (org-capture-place-item, org-capture-place-entry)
86fbb8ca
CD
3735 (org-capture-place-plain-text): Call
3736 `org-capture-position-for-last-stored'.
3737 (org-capture-finalize): Just call
3738 `org-capture-bookmark-last-stored-position'.
3739
37402010-07-19 Eric Schulte <schulte.eric@gmail.com>
3741
a628ad9d 3742 * org-exp.el (org-export-mark-blockquote-verse-center): Fix
86fbb8ca
CD
3743 small bug, now grabbing match data before overwritten by looking-at
3744 this fixes a problem with remainders of #+end_quote lines appearing
a628ad9d 3745 in exported output.
86fbb8ca
CD
3746
37472010-07-19 David Maus <dmaus@ictsoc.de>
3748
3749 * org.el (org-link-frame-setup): Add customization option for
3750 Wanderlust.
3751
37522010-07-19 Eric Schulte <schulte.eric@gmail.com>
3753
a628ad9d 3754 * org-latex.el (org-export-latex-fixed-width): Now check
86fbb8ca 3755 org-example rather than org-protected on verbatim export, because by
a628ad9d 3756 default all ": " prefixed lines are marked protected.
86fbb8ca
CD
3757
37582010-07-19 Eric Schulte <schulte.eric@gmail.com>
3759
a628ad9d
JB
3760 * org-latex.el (org-export-latex-fixed-width): Check for
3761 protection before wrapping ": " lines as verbatim.
86fbb8ca
CD
3762
37632010-07-19 Eric Schulte <schulte.eric@gmail.com>
3764
a628ad9d
JB
3765 * org-exp.el (org-export-handle-comments): Check for protection
3766 before removing comments.
86fbb8ca
CD
3767
37682010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3769
3770 * org-entities.el (org-entities): Restructure the list.
3771 (org-entities-help): Turn the help output into a buffer
3772 in Org-mode, so that it becomes easier to find a symbol
3773 in the structure.
3774 (org-entities-create-table): Deal with new structure.
3775
37762010-07-19 David Maus <dmaus@ictsoc.de>
3777
3778 * org-agenda.el (org-write-agenda): Use backquotes to expand
3779 `flet' at compile time.
3780
37812010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3782
3783 * org.el (org-entry-properties): Make sure that standard property
3784 names are used even if the user has customized time keywords.
3785
37862010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3787
3788 * org-macs.el (org-not-nil): Return the value if not interpreted
3789 as nil.
3790
76e3243a 3791 * org.el (org-entry-get)
86fbb8ca
CD
3792 (org-entry-get-with-inheritance): Interpret the value "nil"
3793 as nil for properties.
3794
37952010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3796
3797 * org.el (org-switch-to-buffer-other-window): Return the buffer.
3798
37992010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3800
3801 * org-macs.el (org-not-nil): New function.
3802
3803 * org.el (org-block-todo-from-children-or-siblings-or-parent):
3804 Use `org-not-nil' to interpret a property value of nil.
3805
38062010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3807
3808 * org.el (org-truely-invisible-p): New function.
3809 (org-beginning-of-line): Use `org-truely-invisible-p'.
3810
38112010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3812
3813 * org-agenda.el (org-agenda-get-timestamps): No errors
3814 while getting TODO state.
3815 (org-agenda-highlight-todo): No error when no keyword has
3816 been matched.
3817
38182010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3819
3820 * org.el (org-timestamp-change): New optional argument UPDOWN.
3821 Use this to identify calls from org-timestamp-up/down, so that we can
3822 skip by rounding minutes in this case.
76e3243a 3823 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
86fbb8ca
CD
3824 (org-timestamp-down-day): Call org-timestamp-change with the
3825 updown argument.
3826
38272010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3828
3829 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
3830
3831 * org-capture.el: New file.
3832
3833 * org-compat.el (org-get-x-clipboard): Function moved here from
3834 remember.el.
3835
a628ad9d 3836 * org-mks.el: New file.
86fbb8ca
CD
3837
3838 * org.el (org-set-regexps-and-options): Allow statistic cookies as
3839 part of complex headlines.
3840 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
3841 OLP does not contain a file name.
3842
38432010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3844
3845 * org.el (org-mode): Set `comment-start' instead of changing the
3846 syntax of the `#' character.
3847
38482010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3849
3850 * org-exp.el (org-export-format-source-code-or-example): Mark examples
a628ad9d 3851 by a property.
86fbb8ca
CD
3852
3853 * org-html.el (org-export-html-close-lists-maybe): Check if raw
a628ad9d 3854 HTML stuff was actually made from an example.
86fbb8ca
CD
3855
38562010-07-19 Eric Schulte <schulte.eric@gmail.com>
3857
a628ad9d 3858 * Makefile (LISPF): Let's not compile files that won't often be used.
86fbb8ca
CD
3859
38602010-07-19 Bastien Guerry <bzg@altern.org>
3861
a628ad9d 3862 * org-latex.el: Items are no longer skipped when their first line
86fbb8ca
CD
3863 ends on a protected element.
3864
a628ad9d 3865 * org-list.el: Protected environments looking like lists are not
86fbb8ca
CD
3866 exported anymore.
3867
38682010-07-19 Eric Schulte <schulte.eric@gmail.com>
3869
3870 * org-exp-blocks.el (org-export-blocks-preprocess):
a628ad9d 3871 Cleanup trailing newline after block.
86fbb8ca
CD
3872
38732010-07-19 Bastien Guerry <bzg@altern.org>
3874
a628ad9d 3875 * org-exp.el: Comment regexp now matches documentation. No more
86fbb8ca
CD
3876 protection check when deleting comments before export.
3877
38782010-07-19 Bastien Guerry <bzg@altern.org>
3879
3880 * org-exp.el (org-export-preprocess-string):
a628ad9d
JB
3881 Now using `org-export-handle-include-files-recurse' to resolve
3882 included files.
86fbb8ca
CD
3883
38842010-07-19 Bastien Guerry <bzg@altern.org>
3885
76e3243a 3886 * org-agenda.el (org-agenda-get-deadlines)
86fbb8ca 3887 (org-agenda-get-scheduled):
86fbb8ca
CD
3888 * org.el (org-time-string-to-seconds):
3889 For deadline and scheduled agenda display ignore the cyclic repeater
3890 when calculating how many days late the task is. If you have a weekly
3891 task and miss the date the agenda view will show more than a week late
3892 now instead of resetting on the cyclic repeating date. This makes it
3893 much more obvious when you missed a repeating task after the repeater.
3894
38952010-07-19 Bastien Guerry <bzg@altern.org>
3896
3897 * org-exp.el (org-export-mark-blockquote-verse-center):
3898 Consider environments that end at eob.
3899
39002010-07-19 Mikael Fornius <mfo@abc.se>
3901
3902 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
a628ad9d 3903 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
86fbb8ca
CD
3904 display correctly.
3905
39062010-07-19 Mikael Fornius <mfo@abc.se>
3907
3908 * org.el (org-at-property-p): Use save-match-data macro instead of let.
3909
39102010-07-19 Mikael Fornius <mfo@abc.se>
3911
a628ad9d 3912 * org.el (test): Remove unused test function.
86fbb8ca
CD
3913
39142010-07-19 Eric Schulte <schulte.eric@gmail.com>
3915
a628ad9d 3916 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
86fbb8ca
CD
3917
39182010-07-19 Eric Schulte <schulte.eric@gmail.com>
3919
a628ad9d
JB
3920 * org-exp-blocks.el (org-export-blocks-postblock-hook): Add
3921 documentation to and turn into a defcustom.
86fbb8ca
CD
3922
39232010-07-19 Eric Schulte <schulte.eric@gmail.com>
3924
a628ad9d 3925 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
86fbb8ca
CD
3926 instead of to nil we avoid errors when :prefix1 is defined, but
3927 prefix is not.
3928
39292010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
3930
3931 * org-latex.el (org-export-latex-preprocess): Environments coming
3932 from latex backend specific instructions (#+LaTeX) are already
3933 protected and won't be treated as normal environments.
3934
39352010-07-19 Bastien Guerry <bzg@altern.org>
3936
3937 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
3938
39392010-07-19 Bastien Guerry <bzg@altern.org>
3940
3941 * org-timer.el (org-timer-set-timer): Use a prefix argument.
3942 See the docstring of the function.
3943
39442010-07-19 Bastien Guerry <bzg@altern.org>
3945
3946 * org-timer.el (org-timer-set-timer): Fix bug about cancelling
3947 timers.
3948
39492010-07-19 David Maus <dmaus@ictsoc.de>
3950
3951 * org-w3m.el (org-w3m-copy-for-org-mode)
3952 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
3953 Get text property directly, not using macro `w3m-anchor'.
3954
39552010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3956
3957 * org.el (org-emph-re): Document the match groups.
3958
a628ad9d 39592010-07-19 Bernt Hansen <bernt@norang.ca>
86fbb8ca
CD
3960
3961 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
3962 t before calling `org-clock-out', so that that function can
3963 know its call context.
3964
39652010-07-19 Bastien Guerry <bzg@altern.org>
3966
3967 * org-timer.el (org-timer-default-timer): New variable.
3968 (org-timer-set-timer): Use the new variable. Also offer the
3969 possibility to replace the current timer by a new one.
3970
39712010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3972
3973 * org.el (org-kill-note-or-show-branches): Hide subtree before
3974 exposing the headings.
3975
39762010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3977
3978 * org.el (org-add-planning-info): Remove the empty line also
3979 if there is no whitespace at all in there.
3980
3981 * org-table.el (org-table-align): Fix alignment of strings
3982 with invisible characters.
3983
39842010-07-19 David Maus <dmaus@ictsoc.de>
3985
3986 * org.el (org-refile-cache-get): Return empty list of targets
3987 when cache was cleared.
3988 (org-clone-subtree-with-time-shift): Maybe create ID property
3989 in cloned subtrees.
3990 (org-clone-delete-id): New customization variable.
3991 (org-clone-subtree-with-time-shift): Use customization
3992 variable `org-clone-delete-id'.
3993 (org-clone-subtree-with-time-shift): Remove empty property
3994 drawer in cloned subtrees.
3995
39962010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3997
3998 * org.el (org-refile-use-cache): New option.
3999 (org-refile-cache, org-refile-markers): New variable.
4000 (org-refile-marker, org-refile-cache-clear)
4001 (org-refile-cache-check-set, org-refile-cache-put)
4002 (org-refile-cache-get): New function.
4003 (org-get-refile-targets): Use the refile cache.
4004
4005 * org-clock.el (org-clock-sum): Don't include running clock if
4006 the time block is wrong.
4007
40082010-07-19 John Wiegley <jwiegley@gmail.com>
4009
a628ad9d 4010 * org-clock.el (org-clock-clock-in, org-clock-in): Add
86fbb8ca 4011 parameter `start-time'.
a628ad9d 4012 (org-clock-resolve-clock): Add parameter `clock-out-time'.
86fbb8ca
CD
4013 If set, and resolve-to is a past time, then the clock out
4014 event occurs at `clock-out-time' rather than at `resolve-to'.
4015 In this case, `resolve-to' becomes the clock in time.
a628ad9d 4016 (org-clock-jump-to-current-clock): Create new global command
86fbb8ca 4017 to reveal the current clock.
a628ad9d 4018 (org-clock-resolve): Add new commands g/G and j/J, and a
86fbb8ca
CD
4019 help window describing all commands and their meaning.
4020 (org-clock-resolve-expert): New customization variable.
a628ad9d 4021 (org-find-open-clocks): Fix a bug that caused discovered
86fbb8ca 4022 clocks not to match up with the currently active clock.
a628ad9d 4023 (org-resolve-clocks): Change the argument
86fbb8ca
CD
4024 `also-non-dangling-p' to `only-dangling-p', since due to a bug
4025 this was the default behavior all along.
4026
40272010-07-19 David Maus <dmaus@ictsoc.de>
4028
4029 * org-id.el (org-id-uuid): New function. Return string with
4030 random (version 4) UUID.
4031 (org-id-method): Make 'uuid the new default value.
4032 (org-id-new): Use `org-id-uuid' if call to uuidgen program
4033 does not return a UUID.
4034
40352010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4036
4037 * org-latex.el (org-export-latex-format-image): Add support
4038 for multicolumn figures in LaTeX.
4039
40402010-07-19 David Maus <dmaus@ictsoc.de>
4041
4042 * org.el (org-clone-subtree-with-time-shift): Remove ID
4043 property of original subtree in cloned subtrees.
4044
40452010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4046
4047 * org-exp.el (org-export-format-source-code-or-example):
4048 XEmacs compatibility.
4049
4050 * org-latex.el (org-export-latex-tables): Accept comma in
4051 align string.
4052
4053 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
4054 (org-export-docbook-xslt-proc-command): Fix docstring.
4055 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
4056 (org-export-as-docbook-pdf): Improve
4057 formatting of the xslt command.
4058
4059 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
4060
4061 * org.el (org-file-contents): Improve error message.
4062 (org-set-regexps-and-options): Remove spaces at both ends.
4063
40642010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4065
4066 * org-docbook.el (org-export-as-docbook-pdf): Improve
4067 formatting of the xslt command.
4068
40692010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
4070
4071 * org-publish.el (org-publish-cache): Use one big hashmap for
4072 each project defined in `org-publish-project-alist'.
4073 (initialize-files-alist): Function removed.
a628ad9d 4074 (org-publish-validate-link): Function removed.
86fbb8ca
CD
4075 (org-publish-get-base-files): Add variable `sitemap-requested'
4076 to avoid sorting where possible.
4077 (org-publish-get-files): Function removed.
4078 (org-publish-get-project-from-filename): Make independent of
4079 file list.
4080 (org-publish-file): New argument NO-CACHE.
4081
40822010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4083
4084 * org.el (org-beginning-of-defun, org-end-of-defun): New
4085 functions.
4086 (org-mode): Install the `org-beginning-of-defun' and
4087 `org-end-of-defun' functions.
4088 (org-pretty-entities): New option.
4089 (org-toggle-pretty-entities): New command.
4090 (org-fontify-entities): New function.
4091 (org-startup-options): New keywords for pretty entities.
4092 (org-set-font-lock-defaults): Call the pretty entities
4093 function.
4094
4095 * org-latex.el (org-export-latex-keywords-maybe): Protect the
4096 TODO markup.
4097
40982010-07-19 Mikael Fornius <mfo@abc.se>
4099
4100 * org-habit.el (org-habit-build-graph): Help-echo date when
4101 mouse is over stars.
4102
41032010-07-19 Jan Böker <jan.boecker@jboecker.de>
4104
4105 * org.el (org-file-apps): Improve docstring to reflect
a628ad9d 4106 grouping matches.
86fbb8ca
CD
4107
41082010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4109
4110 * org.el (org-set-startup-visibility): Fix empty line display.
4111
4112 * org-latex.el (org-export-latex-links): Use the formatting
4113 function of the link type, if it is available.
4114
4115 * org-table.el (org-table-get-remote-range): Return to
4116 original buffer when retrieving remote reference.
4117
4118 * org.el (org-display-inline-images): Do the entire buffer,
4119 not just the narrowed region. Clear the cache.
4120 (org-display-inline-images): Match mode file paths.
4121
41222010-07-19 David Maus <dmaus@ictsoc.de>
4123
4124 * org-wl.el (org-wl-store-link-folder): Don't throw error when
4125 called on WL folder group.
4126
41272010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4128
4129 * org.el (org-replace-escapes): Make sure the cdr is not nil.
4130 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
4131 (org-mode): Revert comment syntax changes.
4132
41332010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4134
4135 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
4136 keywords, and `C-c / T' for a specific one.
4137
41382010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4139
4140 * org.el (org-mode): Fix comment syntax settings.
4141
4142 * org-src.el (org-edit-src-allow-write-back-p): Define
4143 variable.
4144
4145 * org.el (org-inline-image-overlays): New variable.
4146 (org-toggle-inline-images, org-display-inline-images)
4147 (org-remove-inline-images): New commands.
4148 (org-mode-map): Define a key for `org-toggle-inline-images'.
4149
41502010-07-19 David Maus <dmaus@ictsoc.de>
4151
4152 * org-wl.el (org-wl-message-field): New function. Return
4153 content of header field in message entity.
4154 (org-wl-store-link): Call `org-wl-store-link-folder' or
4155 `org-wl-store-link-message' depending on major-mode.
4156 (org-wl-store-link-folder): New function. Store link to
4157 Wanderlust folder.
4158 (org-wl-store-link-message): New function. Store link to
4159 Wanderlust message.
4160 (org-wl-store-link-message): Store link to message while
4161 visiting message.
4162 (org-wl-open): Don't try to jump to message when opening a
4163 folder link.
4164
41652010-07-19 David Maus <dmaus@ictsoc.de>
4166
4167 * org.el (org-replace-escapes): Avoid infinite loop when
4168 replace string contains escape sequence it replaces.
4169
41702010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4171
4172 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
4173 encryption when now key is set.
4174
41752010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4176
4177 * org-table.el (org-table-recalculate-buffer-tables)
4178 (org-table-iterate-buffer-tables): New commands.
4179
4180 * org.el (org-check-for-hidden): When there is a region, skip
4181 the check.
4182
41832010-07-19 Dan Davison <davison@stats.ox.ac.uk>
4184
4185 * org-src.el (org-edit-src-code): allow-write-back-p had
a628ad9d 4186 erroneously been omitted from let binding.
86fbb8ca
CD
4187
41882010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4189
4190 * org-agenda.el (org-sorting-choice): New sorting type alpha.
4191 (org-cmp-alpha): New defsubst.
4192 (org-em): New defsubst.
4193 (org-entries-lessp): Only compute needed comparisons.
4194
41952010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4196
4197 * org-html.el (org-format-org-table-html): Test all columns
4198 for number content.
4199
42002010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4201
4202 * org-latex.el (org-export-latex-treat-sub-super-char): Make
4203 sure parenthesis matching is consistent.
4204
4205 * org-table.el (org-table-colgroup-line-p)
4206 (org-table-cookie-line-p): New functions.
4207
4208 * org-exp.el (org-table-clean-before-export): Better tests for
4209 colgroup and cookie lines.
4210
42112010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4212
4213 * org-agenda.el (org-agenda-goto): Push a mark before changing
4214 the position.
4215
4216 * org-footnote.el (org-footnote): New group.
4217 (org-footnote-section)
4218 (org-footnote-tag-for-non-org-mode-files): Fix typos.
4219
4220 * org-list.el (org-end-of-item-text-before-children): Also do
4221 the right thing at the end of a file.
4222
4223 * org.el (org-set-packages-alist, org-get-packages-alist): New
4224 function.
4225 (org-export-latex-default-packages-alist)
4226 (org-export-latex-packages-alist): Add extra flag to
4227 each package, indicating if it should be used for snippets.
4228 (org-create-formula-image): Add the snippet argument.
4229 (org-splice-latex-header): New argument SNIPPET-P, pass it
4230 through to `org-latex-packages-to-string'.
4231 (org-latex-packages-to-string): New argument SNIPPET-P.
4232
4233 * org-latex.el (org-export-latex-make-header): Add the snippet
4234 argument.
4235
4236 * org-docbook.el (org-export-as-docbook): Implement ordered
4237 lists starting at some offset.
4238
42392010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4240
4241 * org.el (org-link-types, org-open-at-point): Add doi links.
4242
4243 * org-ascii.el (org-export-ascii-preprocess): Remove list
4244 startcounter cookies.
4245
4246 * org-list.el (org-renumber-ordered-list): Respect counter
4247 start values.
4248
4249 * org-latex.el (org-export-latex-lists): Accept ordered list
4250 item offset cookie.
4251
4252 * org-html.el (org-export-as-html): Accept ordered list
4253 item offset cookie.
4254
4255 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
4256 which messes up alignment of tags.
4257
42582010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4259
4260 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
4261 the modeline display is removed.
4262
4263 * org-exp.el (org-export-format-drawer-function): Fix
4264 docstring.
4265
4266 * org-agenda.el (org-agenda-refile): New optional argument
4267 NO-UPDATE.
4268 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
4269 is set.
4270 (org-agenda-bulk-action): Call the refile command with updates
4271 suppressed - but arrange for `org-agenda-redo' to be called at
4272 the end.
4273
4274 * org.el (org-mode): Make table mapping quiet.
4275 (org-table-map-tables): New optional argument QUIETLY.
4276
4277 * org-ascii.el (org-export-ascii-preprocess): Make table
4278 mapping quiet.
4279
4280 * org-html.el (org-export-as-html, org-html-level-start): Change
4281 XHTML IDs to not use dots.
4282
4283 * org-exp.el (org-export-define-heading-targets): Change
4284 XHTML IDs to not use dots.
4285
4286 * org-docbook.el (org-export-docbook-level-start): Change
4287 XHTML IDs to not use dots.
4288
4289 * org-latex.el (org-export-as-latex): Make sure that the
4290 result buffer is in latex-mode.
4291
4292 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
4293 (org-shiftleft-final-hook, org-shiftright-final-hook): New
4294 hooks.
4295
42962010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4297
4298 * org-table.el (org-table-justify-field-maybe): Make sure that
4299 inserting a value does not turn a line into a hline.
4300
43012010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4302
4303 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
4304 (org-clock-sum): Add property to selected headlines.
4305 (org-dblock-write:clocktable): Make tags matcher.
4306
4307 * org.el (org-set-autofill-regexps): XEmacs compatibility.
4308
4309 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
a628ad9d 4310 in latex class definitions.
86fbb8ca
CD
4311
4312 * org.el (org-shiftup-hook, org-shiftdown-hook)
4313 (org-shiftleft-hook, org-shiftright-hook): New hooks.
4314
4315 * org-entities.el (org-entities): Use \land and \lor for logical
4316 operators.
4317
4318 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
4319 indentation commands.
4320 (org-hidden-tree-error): New defsubst.
4321 (org-metaleft, org-metaright): Check for hidden stuff and throw an
4322 error.
4323 (org-check-for-hidden): New function.
4324
4325 * org-list.el (org-item-re): New function.
4326 (org-at-item-p): Use `org-item-re'.
4327 (org-end-of-item-text-before-children): New function.
4328 (org-outdent-item, org-indent-item): Arrange for leaving the
4329 subtree alone.
4330 (org-outdent-item-tree, org-indent-item-tree): New argument
4331 NO-SUBTREE.
4332 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
4333 to find the end for processing while ignoring the subtree.
4334
4335 * org-publish.el (org-publish-sitemap-sort-alphabetically)
4336 (org-publish-sitemap-sort-folders)
4337 (org-publish-sitemap-sort-ignore-case): New options.
4338
43392010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4340
4341 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
4342
4343 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
4344
4345 * org-publish.el (org-publish-project-alist): Update docstring.
4346 (org-publish-file-title-cache): New variable.
4347 (org-publish-initialize-files-alist): Initialize
4348 `org-publish-initialize-files-alist' to nil.
4349 (org-publish-sort-directory-files): New function.
4350 (org-publish-projects): Access the new properties.
4351 (org-publish-find-title): Use the file title cache.
4352 (org-publish-find-title): Build the file title cache.
4353 (org-publish-get-base-files-1): Sort files.
4354 (org-publish-aux-preprocess): Do not throw an error when before
4355 the first headline. Allow an empty target, meaning to link just
4356 to the file.
4357 (org-publish-index-generate-theindex.inc): Check if there is
4358 actually a target and only then add it to the link.
a628ad9d 4359 (org-publish-projects): Fix a remaining issue with the last commit.
86fbb8ca
CD
4360
4361 * org-html.el (org-export-as-html): Treat verse as open/close
4362 paragraph.
4363 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
4364 and out of lists.
4365
43662010-07-19 Dan Davison <davison@stats.ox.ac.uk>
4367
4368 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
4369 be used in a read-only mode.
a628ad9d 4370 (org-edit-src-code): Different message in read-only mode.
86fbb8ca
CD
4371
43722010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4373
4374 * org-src.el (org-edit-src-find-region-and-lang): Test for
4375 table.el as late as possible.
4376
4377 * org-colview-xemacs.el: Make sure this file is never loaded into
4378 Emacs. Remove all tests for XEmacs.
4379
4380 * org-colview.el: Make sure this file is never loaded into XEmacs.
4381
4382 * org-agenda.el (org-highlight, org-unhighlight): Use direct
4383 overlay calls.
4384
4385 * org.el (org-key): Apply the translations defined in
4386 `org-xemacs-key-equivalents'.
4387
4388 * org-mouse.el (org-mode-hook): Use `org-defkey'.
4389
4390 * org-compat.el (org-xemacs-key-equivalents): New constant.
4391
43922010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4393
4394 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
4395 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
4396 Obey `org-odd-levels-only'.
4397
4398 * org-compat.el (org-find-overlays): Use overlays-in/at.
4399
4400 * org.el (org-remove-empty-overlays-at)
4401 (org-outline-overlay-data, org-hide-block-toggle)
4402 (org-format-latex, org-context): Use overlays-in/at.
4403
4404 * org-src.el (org-edit-src-exit): Use overlays-in/at.
4405
4406 * org-agenda.el (org-agenda-mark-clocking-task)
4407 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
4408 (org-agenda-entry-text-hide)
4409 (org-agenda-fix-tags-filter-overlays-at)
4410 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
4411
4412 * org-compat.el (org-overlays-at): Function removed.
4413 (org-overlays-in): Function removed.
4414
44152010-07-19 Bastien Guerry <bzg@altern.org>
4416
4417 * org-clock.el (org-clock-set-current): Just return the headline
4418 itself, strip the TODO keyword, the priority cookie and the tags.
4419
44202010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4421
4422 * org-compat.el (org-xemacs-without-invisibility): New macro.
4423 (org-xemacs-without-invisibility): New macro.
4424 (org-indent-to-column, org-indent-line-to, org-move-to-column):
4425 Redefine using the macro `org-xemacs-without-invisibility'.
4426
4427 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
4428
4429 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
4430
4431 * org-compat.el (org-make-overlay, org-delete-overlay)
4432 (org-overlay-start, org-overlay-end, org-overlay-put)
4433 (org-overlay-get, org-overlay-move, org-overlay-buffer): Functions
4434 removed.
4435 (org-add-to-invisibility-spec): Function removed.
4436
4437 * org-html.el (org-export-as-html-and-open): Add argument to
4438 kill-buffer.
4439
4440 * org-habit.el (require): `calendar' is now required already by
4441 org.el on top level.
4442
4443 * org-clock.el (require): `calendar' is now required already by
4444 org.el on top level.
4445
4446 * org-agenda.el (require, org-timeline, org-agenda-list)
4447 (org-todo-list, org-agenda-to-appt): `calendar' is now required
4448 already by org.el on top level.
4449
4450 * org.el (org-export-latex-fix-inputenc): Declare function.
4451
4452 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
4453 variables.
4454
4455 * org.el (calendar): Require calendar now on top level in org.el
4456 and define aliases to new variables when needed.
4457 (org-read-date, org-goto-calendar): Do not bind obsolete
4458 variables.
4459
4460 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
4461 compilation warning, add comment that this cannot be done with
4462 `with-current-buffer'.
4463
4464 * org-wl.el (org-wl-open): Use `with-current-buffer'.
4465
4466 * org.el (overlay, org-remove-empty-overlays-at)
4467 (org-outline-overlay-data, org-set-outline-overlay-data)
4468 (org-show-block-all, org-hide-block-toggle)
4469 (org-highlight-new-match, org-remove-occur-highlights)
4470 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
4471 (org-read-date, org-read-date-display, org-eval-in-calendar)
4472 (org-format-latex, org-context)
4473 (org-speedbar-restriction-lock-overlay)
4474 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
4475
4476 * org-table.el (org-table-add-rectangle-overlay)
4477 (org-table-remove-rectangle-highlight)
4478 (org-table-overlay-coordinates)
4479 (org-table-toggle-coordinate-overlays): Use the normal overlay
4480 API.
4481
4482 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
4483 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
4484 normal overlay API.
4485
4486 * org-colview.el (org-columns-new-overlay)
4487 (org-columns-display-here, org-columns-remove-overlays)
4488 (org-columns-edit-value, org-columns-next-allowed-value)
4489 (org-columns-update): Use the normal overlay API.
4490
4491 * org-clock.el (org-clock-out, org-clock-cancel)
4492 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
4493 overlay API.
4494
4495 * org-agenda.el (org-agenda-mark-filtered-text)
4496 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
4497 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
4498 (org-agenda-entry-text-hide)
4499 (org-agenda-restriction-lock-overlay)
4500 (org-agenda-set-restriction-lock)
4501 (org-agenda-filter-by-tag-hide-line)
4502 (org-agenda-fix-tags-filter-overlays-at)
4503 (org-agenda-filter-by-tag-show-all, org-hl)
4504 (org-agenda-goto-calendar, org-agenda-bulk-mark)
4505 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
4506
4507 * org-freemind.el (org-freemind-from-org-mode-node)
93acd23d 4508 (org-freemind-from-org-mode)
86fbb8ca
CD
4509 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
4510 interactive-p instead of called-interactively, because this is
4511 backward compatible with older Emacsen I still support..
4512
45132010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4514
4515 * org-exp.el (org-export-define-heading-targets): Fix bug in
4516 regexp finding ID and CUSTOM_ID properties.
4517
45182010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4519
a628ad9d 4520 * org-footnote.el (org-footnote-goto-previous-reference): Rename
86fbb8ca
CD
4521 from `org-footnote-goto-next-reference'.
4522
4523 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
4524 org-log-repeat is non-nil, or if there is clocking data in the
4525 entry.
4526
4527 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
4528
45292010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4530
4531 * org.el (org-align-all-tags): New command.
4532
45332010-07-19 David Maus <dmaus@ictsoc.de>
4534
4535 * org-wl.el (org-wl-link-remove-filter): New customizable
4536 variable. If non-nil, filter conditions are stripped when storing
4537 link to message in filter folder.
4538 (org-wl-shimbun-prefer-web-links): New customizable variable. If
4539 non-nil, links to shimbun messages are created as web links to
4540 message source.
4541 (org-wl-nntp-prefer-web-links): New customizable variable. If
4542 non-nil, links to nntp message are created as web links to gmane
4543 or googlegroups.
4544 (org-wl-namazu-default-index): New customizable variable.
4545 Directory of namazu search index that should be used as default
4546 when opening a link in a search folder.
4547 (org-wl-folder-types): New constant. Wanderlust folder type
4548 indicators.
4549 (org-wl-folder-type): New function. Return type of Wanderlust
4550 folder.
4551 (org-wl-store-link): Create web links for shimbun or nntp messages
4552 and strip filter conditions depending on customizable variables.
4553 (org-wl-open): Open namazu search folder for message when called
4554 with prefix.
4555
45562010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4557
4558 * org.el (org-remove-if, org-remove-if-not): New functions.
4559 (org-open-file): Use internal remove-if functions.
4560
45612010-07-19 Jan Böcker <jan.boecker@jboecker.de>
4562
a628ad9d
JB
4563 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
4564 (org-file-apps-ex): Remove variable.
86fbb8ca
CD
4565 (org-open-file): Integrate org-file-apps-ex functionality back
4566 into org-file-apps, and decide whether to match a regexp against
4567 the link or the filename using org-file-apps-entry-uses-grouping-p.
4568
45692010-07-19 Jan Böcker <jan.boecker@jboecker.de>
4570
a628ad9d 4571 * org.el (org-file-apps-ex): New variable.
86fbb8ca 4572 (org-open-file): Before considering org-file-apps, first match the
a628ad9d 4573 regexps from org-file-apps-ex against the whole link. See
86fbb8ca
CD
4574 docstring of org-file-apps-ex.
4575
45762010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4577
4578 * org.el (org-export-latex-default-packages-alist): Remove
4579 microtype package.
4580 (org-todo-repeat-to-state): New variable.
4581 (org-auto-repeat-maybe): Allow user-selected target states.
4582 (org-default-properties): Add the new property REPEAT_TO_STATE.
4583
45842010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4585
4586 * org-mobile.el (org-mobile-check-setup): Make sure that there is
4587 a binary to compute checksums.
4588
3820f429
CD
45892010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
4590
4591 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
4592 variables.
4593
4594 * org.el (calendar): Require calendar now on top level in org.el
4595 and define aliases to new variables when needed.
4596 (org-read-date, org-goto-calendar): Do not bind obsolete
4597 variables.
4598
c50b0f11
GM
45992010-06-22 Glenn Morris <rgm@gnu.org>
4600
4601 * org-entities.el: Add explicit utf-8 coding cookie to file with
4602 utf-8 characters.
4603
6dc439cb
SM
46042010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
4607
61a808e8
CY
46082010-05-07 Chong Yidong <cyd@stupidchicken.com>
4609
4610 * Version 23.2 released.
4611
365f8d85
SM
46122010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 * org-table.el (orgtbl-setup):
4615 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
4616
56eb0904
SM
46172010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * org-table.el (orgtbl-mode): Use define-minor-mode.
4620
ed21c5c8
CD
46212010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4622
56eb0904
SM
4623 * org.el (org-insert-link): Find the link buffer on visible frames.
4624 (org-export-latex-default-packages-alist): Hyperref must be loaded
ed21c5c8
CD
4625 late.
4626 (org-open-file): More care with the new matching for file links.
4627
46282010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4629
4630 * org-latex.el (org-export-latex-preprocess): Do not yet protect
4631 defined entities - these will be taken care of later.
4632 (org-export-latex-special-chars): Post-process entity replacement.
4633 (org-export-latex-fontify-headline): Do not yet protect defined
4634 entities - these will be taken care of later.
4635 (org-export-latex-tables, org-export-latex-links): Format the
4636 caption properly.
4637
4638 * org-entities.el (org-entities-user): Fix typo.
4639
a628ad9d 4640 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
ed21c5c8
CD
4641
4642 * org-entities.el (org-entities-user): Improve docstring.
4643
46442010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4645
4646 * org-entities.el (org-macs): Require org-macs, to be sure that we
4647 have `declare-function' defined.
4648
46492010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4650
4651 * org-latex.el (org-export-latex-classes): Update docstring.
4652
4653 * org.el (org-format-latex-header): Add cookies to the header.
0235128c 4654 (org-splice-latex-header): Implement placement according to cookies.
ed21c5c8
CD
4655
46562010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4657
4658 * org-publish.el (org-publish-aux-preprocess): Control case
4659 sensitivity.
4660
46612010-04-10 Bastien Guerry <bzg@altern.org>
4662
4663 * org.el (org-splice-latex-header): Fix typo.
4664
46652010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4666
0235128c
SM
4667 * org-latex.el (org-export-latex-make-header):
4668 Use `org-splice-latex-header' to build the header.
ed21c5c8
CD
4669 (org-export-latex-classes): Update docstring.
4670
4671 * org.el (org-splice-latex-header): New function.
4672 (org-create-formula-image): Use `org-splice-latex-header' to build
4673 the header.
4674
4675 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
4676
46772010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4678
4679 * org.el (org-export-latex-packages-alist)
4680 (org-export-latex-default-packages-alist): Fix docstring to
4681 reflect the expected structure.
4682
4683 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
4684 (org-export-docbook-finalize-table): Make use of label for tables.
4685
46862010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4687
4688 * org-attach.el (org-attach-commit): Split on newlines.
4689
4690 * org.el (org-export-latex-default-packages-alist): Use list
4691 instead of cons for the entries.
4692
46932010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4694
4695 * org-entities.el (org-entity-get-representation): Catch the case
4696 that there is not entry in the list.
4697
4698 * org-mobile.el (org-mobile-use-encryption)
4699 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
4700 New options.
4701 (org-mobile-check-setup): CHeck the encryption setup.
4702 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
4703 (org-mobile-create-sumo-agenda): Use encryption code.
4704 (org-mobile-encrypt-and-move): New function.
4705 (org-mobile-encrypt-file, org-mobile-decrypt-file): New
4706 functions.
4707 (org-mobile-move-capture): Decrypt the capture file.
4708
4709 * org.el (org-entities): Require the new file.
4710 (org-export-latex-default-packages-alist): New variable.
4711 (org-complete): Use new entity code for completion.
4712 (org-create-formula-image): Use the new packages variable.
4713
4714 * org-latex.el (org-export-latex-classes): Remove the standard
4715 packages from the class headers.
4716 (org-export-latex-make-header): Use the new package variable.
4717 (org-export-latex-special-chars): Better regexp for entities, to
4718 support entity name that contain numbers.
4719 (org-export-latex-treat-backslash-char): Use the new entity code.
4720
4721 * org-html.el (org-html-do-expand): Use the new entity code.
4722
4723 * org-exp.el (org-export): Add the new export commands.
4724 (org-html-entities): Constant removed.
4725 (org-export-visible): Add the new export commands.
4726
ed21c5c8
CD
4727 * org-docbook.el (org-docbook-do-expand): Use new entity code.
4728
4729 * org-ascii.el (org-export-ascii-entities): New variable.
4730 (org-export-as-latin1, org-export-as-latin1-to-buffer)
4731 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
4732 (org-export-as-encoding): New function.
4733 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
4734 (org-ascii-replace-entities): New function.
4735
2b4aa886 47362010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4e2af782 4737 Ulf Stegemann <ulf@zeitform.de>
2b4aa886
GM
4738
4739 * org-entities.el: New file.
4740
ed21c5c8
CD
47412010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4742
4743 * org-html.el (org-html-level-start): Catch the case that target
4744 might be nil.
4745
47462010-04-10 Dan Davison <davison@stats.ox.ac.uk>
4747
4748 * org.el (org-appearance): Change Customize group variable name
4749 from org-font-lock to org-appearance, and change tag from "Org
c4cc8b9a
JB
4750 Font Lock" to "Org Appearance".
4751 (org-odd-levels-only): Change Customize group variable name.
4752 (org-level-color-stars-only): Change Customize group variable name.
4753 (org-hide-leading-stars): Change Customize group variable name.
4754 (org-hidden-keywords): Change Customize group variable name.
4755 (org-fontify-done-headline): Change Customize group variable name.
4756 (org-fontify-emphasized-text): Change Customize group variable name.
4757 (org-fontify-whole-heading-line): Change Customize group variable name.
ed21c5c8 4758 (org-highlight-latex-fragments-and-specials): Change Customize
c4cc8b9a
JB
4759 group variable name.
4760 (org-hide-emphasis-markers): Change Customize group variable name.
4761 (org-emphasis-alist): Change Customize group variable name.
ed21c5c8 4762 (org-emphasis-regexp-components): Change Customize group variable
c4cc8b9a 4763 name.
a628ad9d 4764 (org-modules): Remove mention of org-R.
ed21c5c8 4765
a628ad9d 4766 * org-faces.el (org-faces): Change Customize group variable name.
ed21c5c8
CD
4767
47682010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4769
4770 * org-agenda.el (org-diary-last-run-time): New variable.
a628ad9d 4771 (org-diary): Prepare agenda buffers only if last call was some
ed21c5c8
CD
4772 time ago.
4773
4774 * org-html.el (org-export-html-preprocess): Replace \ref macros
4775 with a link.
4776 (org-format-org-table-html): Add the label as an anchor.
4777
4778 * org-docbook.el (org-export-docbook-format-image): Do some
4779 formatting on captions.
4780
4781 * org-latex.el (org-export-latex-tables, org-export-latex-links):
4782 Do some formatting on captions.
4783
4784 * org-html.el (org-export-html-format-image)
4785 (org-format-org-table-html): Do some formatting on captions.
4786
47872010-04-10 Dan Davison <davison@stats.ox.ac.uk>
4788
a628ad9d 4789 * org.el (org-hidden-keywords): New customizable variable. This is
ed21c5c8
CD
4790 a list of symbols specifying which of the special keywords #+DATE,
4791 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
4792 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
4793 implementing new faces and hiding behaviour.
4794
c4cc8b9a
JB
4795 * org-faces.el (org-document-title): New face for #+TITLE lines.
4796 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
a628ad9d
JB
4797 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
4798 keywords.
ed21c5c8
CD
4799
48002010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4801
4802 * org-publish.el (org-publish-sanitize-plist): New function to
4803 rename "index" properties to "sitemap". Do this renaming
4804 globally.
4805 (org-publish-with-aux-preprocess-maybe): New macro.
4806 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
4807 macro.
4808 (org-publish-aux-preprocess)
4809 (org-publish-index-generate-theindex.inc): New function.
4810
48112010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4812
4813 * org-table.el (org-table-align): Interpret <N> at fixed width,
4814 not as maximum width.
4815
48162010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4817
4818 * org-exp.el (org-export-author-info, org-export-email-info): Fix
4819 docstrings.
4820
a628ad9d 4821 * org-beamer.el (org-beamer-select-environment): Rename from
ed21c5c8
CD
4822 `org-beamer-set-environment-tag'. Improve docstring.
4823
4824 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
4825 problem with odd levels.
4826
4827 * org-ascii.el (org-export-as-ascii): Export email only if the
4828 author wants it.
4829
4830 * org-docbook.el (org-export-as-docbook): Export email only if the
4831 author wants it.
4832
4833 * org-html.el (org-export-as-html): Export email only if the
4834 author wants it.
4835
4836 * org-exp.el (org-export-email-info): New option.
4837 (org-export-plist-vars): Add entry for `org-export-email'.
4838
48392010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4840
4841 * org-table.el (org-table-goto-line): Fix typo.
4842
48432010-04-10 Mikael Fornius <mfo@abc.se>
4844
4845 * org.el (org-agenda-files): Typo.
4846 (org-read-agenda-file-list): Add optional argument to help
4847 `org-store-new-agenda-file-list' to remember un-expanded file
4848 names. Expand file names relative to `org-directory'.
4849 (org-store-new-agenda-file-list): Keep un-expanded file names when
4850 saving, if available.
4851 (org-agenda-files): Update documentation.
4852
48532010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4854
4855 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
4856 a buffer with no file name attached.
4857
4858 * org.el (org-log-refile): New option.
4859 (org-log-note-headings): Add a heading for refiling.
4860 (org-startup-options): Add keywords for logging of the refile
4861 action.
4862 (org-refile): Add logging action.
4863 (org-add-log-note): Allow for refiling action.
4864
4865 * org-agenda.el (org-agenda-bulk-action): Make sure
4866 `org-log-refile' is not `note' during a bulk action.
4867
48682010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4869
4870 * org.el (org-map-dblocks): Use save-excursion to remember the
4871 position.
4872
4873 * org-attach.el (org-attach-commit): Remove dependence on xargs.
4874 (org-attach-delete-one): Commit after deleting a file.
4875
4876 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
4877 borders for strike-through emphasis.
4878
4879 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
4880 handling of odd levels.
4881
4882 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
4883 and `future' values.
4884 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4885 Handle `past' and `future' values.
4886
4887 * org.el (org-read-agenda-file-list): Interpret file names
4888 relative to org-directory and allow environment variables and
4889 "~".
4890
4891 * org-latex.el (org-export-latex-special-chars): Allow a
4892 parenthesis before an exponent or subscript.
4893
48942010-04-10 Dan Davison <davison@stats.ox.ac.uk>
4895
4896 * org-src.el (org-edit-src-exit): When returning from code edit
4897 buffer, if code block is hidden, leave point at start of
a628ad9d 4898 #+begin_src line.
ed21c5c8
CD
4899
49002010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4901
4902 * org.el (org-insert-heading): Do not remove all spaces if the
4903 headline is empty.
4904
4905 * org-indent.el (org-indent): Fix group name.
4906
49072010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4908
4909 * org-table.el (org-table-goto-column): Fix forcing a non-existing
4910 column.
4911 (org-table-get, org-table-put, org-table-goto-line)
4912 (org-table-current-line): New functions.
4913
49142010-04-10 Jan Böcker <jan.boecker@jboecker.de>
4915
4916 * org.el (org-open-file): Allow regular expressions in
4917 org-file-apps to capture link parameters using groups. In a
4918 command string to be executed, the parameters can be referenced
4919 using %1, %2, etc. Lisp forms can access them using
4920 (match-string n link).
4921 (org-apps-regexp-alist): Adopt the created regexp, as this is now
4922 matched against a file: link instead of the file name.
4923
49242010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4925
4926 * org-crypt.el (org-reveal-start-hook): Add a decryption function
4927 to this hook.
4928 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
4929 docstrings.
4930
4931 * org.el (org-point-at-end-of-empty-headline)
4932 (org-level-increment, org-get-previous-line-level): New function.
4933 (org-cycle-level): Rewritten to be independent of when this
4934 function is called.
4935 (org-in-regexps-block-p): New function.
4936 (org-reveal-start-hook): New hook.
4937 (org-reveal): Run new hook.
4938
49392010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4940
4941 * org-latex.el (org-export-latex-keywords): Start a new paragraph
4942 after time keywords, do not add "\newline".
4943
4944 * org-html.el (org-export-as-html): Avoid double # in href.
4945
4946 * org.el (org-refile-get-location): Catch an invalid target
4947 specification.
4948
49492010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4950
4951 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
4952 Make sure the behavior regarding to extracting time is
4953 consistent.
4954
49552010-04-10 Stephen Eglen <stephen@gnu.org>
4956
4957 * org-agenda.el (org-agenda-insert-diary-extract-time): New
4958 variable.
4959 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
4960 variable rather than `org-agenda-search-headline-for-time'.
4961
49622010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4963
4964 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
4965
49662010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4967
4968 * org.el (org-adaptive-fill-regexp-backup): New variable.
4969 (org-set-autofill-regexps): Store a backup of
4970 `adaptive-fill-regexp'.
4971 (org-adaptive-fill-function): Fix filling of comments and ordered
a628ad9d 4972 lists. If there is no other match, till try adaptive fill.
ed21c5c8
CD
4973
49742010-04-10 John Wiegley <jwiegley@gmail.com>
4975
a628ad9d 4976 * org-agenda.el (org-agenda-include-deadlines): Add new
ed21c5c8
CD
4977 customization variable to determine whether unscheduled tasks
4978 should appear in the agenda solely because of their deadline.
4979 Default to true, which was the previous behavior (it just wasn't
4980 configurable).
4981 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
4982 the agenda to show/hide deadline tasks.
a628ad9d 4983 (org-agenda-menu): Add menu option for show/hide deadlines.
ed21c5c8
CD
4984 (org-agenda-list): Make the agenda list sensitive to the value of
4985 `org-agenda-include-deadlines'.
4986 (org-agenda-toggle-deadlines): New function to toggle the value of
4987 `org-agenda-include-deadlines' and repaint the modeline
4988 indicators.
4989 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
4990 modeline if deadline tasks are being displayed.
4991
49922010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4993
4994 * org-table.el (org-table-eval-formula): Replace $# and @# by
4995 current column and row number.
4996
49972010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4998
4999 * org.el (org-set-property, org-delete-property): Go back to
5000 prompting for the property.
5001
5002 * org-latex.el (org-export-latex-make-header): Fully process
5003 author line.
5004 (org-export-latex-fontify-headline): Allow several arguments, not
5005 just one.
5006 (org-export-latex-fix-inputenc): Catch the error when
5007 `latexenc-coding-system-to-inputenc' is not defined.
5008
5009 * org-agenda.el (org-agenda-skip-if-todo): New function.
5010 (org-agenda-skip-if): Add conditions for TODO keywords.
5011 (org-agenda-skip-if): Document the new todo conditions.
5012
50132010-04-10 Mikael Fornius <mfo@abc.se>
5014
5015 * org.el (org-at-property-p): Check if we are inside a property
5016 drawer not just any drawer.
5017 (org-set-property, org-delete-property): When cursor is on a
5018 property key value pair do not prompt for property name instead
5019 use name at cursor.
5020 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
5021 on the first line of a property drawer.
5022 (org-property-end-re): Spell check.
5023
50242010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5025
5026 * org-exp.el (org-export-attach-captions-and-attributes): Add the
5027 properties to the entire table, in case the first line is
5028 removed.
5029
5030 * org-archive.el (org-archive-reversed-order): New option.
5031 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
5032 option `org-archive-reversed-order'.
5033
50342010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5035
5036 * org-agenda.el (org-agenda-entry-types): New variable.
5037 (org-agenda-list): Use `org-agenda-entry-types'.
5038 (org-agenda-custom-commands-local-options): Support for setting
5039 `org-agenda-entry-types' as an option.
5040 (org-diary): Shift some documentation from here to the variable
5041 `org-agenda-entry-types'.
5042
50432010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5044
5045 * org-latex.el (org-export-latex-make-header): Apply macros in
5046 author field.
5047
5048 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
5049 (org-clock-select-task, org-clock-notify-once-if-expired)
5050 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
5051 (org-clock-out-if-current, org-clock-save): Use the new functions.
5052
50532010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5054
5055 * org-docbook.el (org-export-as-docbook): Remove unnecessary
5056 newline.
5057 (org-export-as-docbook): Remove unnecessary newline.
5058 (org-export-as-docbook): Fix problem with double footnote
5059 reference in one place.
5060
5061 * org-exp.el (org-export-format-source-code-or-example): Remove
5062 unnecessary newline.
5063
5064 * org.el (org-deadline, org-schedule): Allow rescheduling entries
5065 with repeaters.
5066
5067 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
5068 function calls that look like references.
5069
5070 * org.el (org-open-at-point): Get link abbreviations from
5071 reference buffer.
5072
50732010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5074
5075 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
5076 as a reference.
5077
50782010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5079
5080 * org.el (org-link-unescape): Solve issue with lower-case escapes.
5081
50822010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5083
5084 * org-latex.el (org-export-latex-classes): Add
5085 \usepackage{latexsym} to all classes.
5086
50872010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5088
5089 * org-html.el (org-export-as-html): Do not allow protected lines
5090 into the table of contents.
5091
5092 * org-latex.el (org-export-latex-special-chars): Find subsequent
5093 occurrences of special characters.
5094 (org-export-latex-tables): Do not convert table-like stuff that is
5095 protected.
5096
50972010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5098
5099 * org-list.el (org-toggle-checkbox): No errors when updating
5100 checkbox count fails because there is no heading.
5101
51022010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5103
5104 * org-clock.el (org-clock-report-include-clocking-task): New
5105 option.
5106 (org-clock-sum): Add the current clocking task.
5107
51082010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5109
5110 * org.el (org-cycle): Print a message when in a table.el table.
5111 (org-edit-special): Recognize the table.el context.
5112 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
5113
5114 * org-src.el (org-at-table.el-p): Declare.
5115 (org-edit-src-code): Handle a special case for table.el editing.
5116 (org-edit-src-find-region-and-lang): Recognize the table.el
5117 context.
5118
5119 * org-latex.el (org-export-latex-tables): Convert table.el
5120 tables.
5121 (org-export-latex-convert-table.el-table): New function.
5122
5123 * org-html.el (org-html-expand): Fix table.el export.
5124
5125 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
5126 headings.
5127
5128 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
5129 table for the id locations.
5130
5131 * org.el (org-read-date-analyze): Match American-style dates, like
5132 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
5133 current year when reading ISO and American dates.
5134
51352010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5136
5137 * org.el (org-face-from-face-or-color): New function.
5138 (org-get-todo-face, org-font-lock-add-priority-faces)
5139 (org-get-tag-face): Use `org-face-from-face-or-color'.
5140
5141 * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
5142 simple colors as values.
5143 (org-faces-easy-properties): New option.
5144
5145 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
5146 restricted, as an agenda mode.
5147 (org-agenda-fontify-priorities): Allow simple colors as values.
5148
51492010-04-10 Bastien Guerry <bzg@altern.org>
5150
a628ad9d 5151 * org-timer.el (org-timer-current-timer): Rename from
ed21c5c8 5152 `org-timer-last-timer'.
a628ad9d 5153 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
ed21c5c8
CD
5154 (org-timer-cancel-timer, org-timer-show-remaining-time)
5155 (org-timer-set-timer): Update to use only one timer.
5156
5157 * org.el (org-set-property): Remove useless space in the prompt.
5158
51592010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5160
5161 * org-html.el (org-export-html-style-default): Add a default style
5162 for textareas.
5163
5164 * org-exp.el (org-export-format-source-code-or-example): Fix
5165 textarea tag.
5166
51672010-04-10 Bastien Guerry <bzg@altern.org>
5168
5169 * org-clock.el (org-clock-current-task): New variable to store
5170 last clocked in task.
5171 (org-clock-set-current, org-clock-delete-current): New functions.
5172
51732010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5174
5175 * org-remember.el (org-remember-apply-template): Extend comment.
5176 (org-remember-handler): Implement clock sibling filing.
5177
51782010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5179
5180 * org-publish.el (org-publish-all, org-publish-current-file)
5181 (org-publish-current-project): When called with prefix argument
5182 FORCE, also rebuild the validation file list.
5183
5184 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
5185 section headings.
5186
51872010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5188
5189 * org-html.el (org-export-as-html-and-open): Kill product buffer
5190 if the user wants that.
5191
5192 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
5193 if the user wants that.
5194
5195 * org-exp.el (org-export-kill-product-buffer-when-displayed): New
5196 option.
5197
5198 * org-agenda.el (org-batch-agenda-csv): Use the time property
5199 instead of the `time-of-day' property.
5200
52012010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5202
5203 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
5204 (org-timer-pause-hook, org-timer-set-hook)
5205 (org-timer-cancel-hook): New hooks.
5206 (org-timer-start): Run `org-timer-start-hook'.
5207 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
5208 (org-timer-stop): Run `org-timer-stop-hook'.
5209 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
5210
52112010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5212
5213 * org.el (org-reveal): Double prefix arg shows the subtree of the
5214 parent.
5215
52162010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5217
5218 * org-agenda.el (org-search-view): Fix bug with searching full
5219 words in headlines in search view.
5220 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
5221 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
5222 scheduled (if the user configures it so.
5223
52242010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5225
5226 * org.el (org-hide-archived-subtrees): Don't jump to end of
5227 subtree if the match was not in a headline.
5228 (org-inside-latex-macro-p): Allow more complex arguments.
5229 (org-emphasize): Protect against use at end of buffer.
5230
52312010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5232
5233 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
5234 text properties.
5235
52362010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5237
5238 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
5239 values.
5240 (org-agenda-todo-ignore-scheduled)
5241 (org-agenda-todo-ignore-deadlines): More control with different
5242 allowed values.
5243 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
5244 Honor the new option settings.
5245
52462010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5247
5248 * org.el (org-get-location): Make sure the selection buffer is
5249 shown in the current frame.
5250
5251 * org-ascii.el (org-export-ascii-table-widen-columns): New
5252 option.
5253 (org-export-ascii-preprocess): Realign tables to remove narrowing
5254 if `org-export-ascii-table-widen-columns' is set.
5255
5256 * org-table.el (org-table-do-narrow): New variable.
5257 (org-table-align): Narrow only if `org-table-do-narrow' is t.
5258
5259 * org.el (org-deadline, org-schedule): Allow updating if the
5260 relevant time stamp does not have a repeater, i.e. do not require
5261 that no time stamp has a repeater.
5262
5263 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
5264 new white space before the tags.
5265
5266 * org-latex.el (org-export-as-latex): Do nit require the buffer to
5267 be visiting a file when only exporting to a buffer or string.
5268 (org-export-latex-fix-inputenc): Only save the buffer is there is
5269 a file name attached to it.
5270
52712010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5272
a628ad9d 5273 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
ed21c5c8
CD
5274
52752010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5276
5277 * org.el (org-fontify-meta-lines-and-blocks): Honor
5278 `org-fontify-quote-and-verse-blocks'.
5279
5280 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
5281
52822010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5283
5284 * org.el (org-open-at-point): Also check for text property
5285 org-linked-text before offering collected links.
5286
52872010-04-10 Stephen Eglen <stephen@gnu.org>
5288
5289 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
5290 Optionally extract time specification from text and add to the
5291 timestamp.
5292
52932010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5294
5295 * org-exp.el (org-html-entities): Fix typo.
5296
5297 * org-latex.el (org-export-latex-make-header): Use \providecommand
5298 to make sure the \alert macro is defined.
5299
5300 * org.el (org-format-latex-signal-error)
5301 (org-create-formula-image): Use `org-format-latex-signal-error'.
5302
53032010-04-10 Stephen Eglen <stephen@gnu.org>
5304
5305 * org.el (org-store-link): For dired buffers, use
5306 default-directory as link name if dired-get-filename returns
5307 nil.
5308
53092010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5310
5311 * org-exp.el (org-export-concatenate-multiline-links): The for
5312 protectedness at beginning of match.
5313
5314 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
5315 AUTO as a coding system, instead default to utf8.
5316
53172010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5318
5319 * org.el (org-block-todo-from-children-or-siblings-or-parent)
5320 (org-block-todo-from-checkboxes): Respect the local variable
5321 value when deciding if blocking should be active.
5322
5323 * org-latex.el (org-export-latex-make-header): Define the align
5324 macro if it is not yet defined.
5325
5326 * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
5327 `org-insert-heading' with the INVISIBLE-OK argument.
5328
5329 * org-mac-message.el (org-mac-message-insert-flagged): Call
5330 `org-insert-heading' with the INVISIBLE-OK argument.
5331
a628ad9d 5332 * org.el (org-insert-heading): New argument INVISIBLE-OK.
ed21c5c8
CD
5333
5334 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
5335 prompt message.
5336
5337 * org-html.el (org-html-level-start): Use the
5338 `html-container-class' text property to set an additional class
5339 for an outline container.
5340
5341 * org-exp.el (org-export-remember-html-container-classes): New
5342 function.
5343 (org-export-preprocess-string): Call
5344 `org-export-remember-html-container-classes'.
5345
5346 * org.el (org-cycle): Mention level cycling in the docstring.
5347 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
5348
5349 * org-remember.el (org-remember-apply-template): Do file insertion
5350 first.
5351
53522010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5353
5354 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
5355 problem with mis-aligned graphs when showing habits.
5356
53572010-04-10 Mikael Fornius <mfo@abc.se>
5358
5359 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
a628ad9d
JB
5360 when assigning. Begin using numerical characters when all in name
5361 is used up. This is to spare alphanumeric characters for better
ed21c5c8
CD
5362 match with other keywords.
5363
53642010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5365
5366 * org-exp.el (org-export-preprocess-hook): Improve documentation.
5367
5368 * org-latex.el (org-export-latex-preprocess): More consistent
5369 conversion and protection of the words LaTeX and TeX.
5370 (org-export-latex-fontify-headline, org-export-latex-preprocess):
5371 Allow angle brackets in commands, for beamer.
5372
53732010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5374
5375 * org-clock.el (org-clock-in): Improve the look of the clock line
5376 by formatting links.
5377
53782010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5379
5380 * org-latex.el (org-export-latex-classes): Use AUTO as the place
5381 holder string for the coding system. And improve the
5382 documentation.
5383 (org-export-latex-fix-inputenc): Only modify the coding system if
5384 it is given by the placeholder AUTO.
5385
53862010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5387
5388 * org-clock.el (org-task-overrun-text): New option.
5389 (org-task-overrun, org-clock-update-period): New variables.
5390 (org-clock-get-clock-string, org-clock-update-mode-line): Mark
5391 overrun clock.
5392 (org-clock-notify-once-if-expired): Check if clock is overrun.
5393
5394 * org-faces.el: New face `org-mode-line-clock-overrun'.
5395
53962010-04-10 Jan Böcker <jan.boecker@jboecker.de>
5397
5398 * org.el (org-narrow-to-subtree): Position the end of the narrowed
5399 region before the line with the next heading, to prevent the user
5400 from prepending text to the next headline.
5401
54022010-04-10 Stephen Eglen <stephen@gnu.org>
5403
5404 * org-agenda.el (org-get-time-of-day): Use
5405 org-agenda-time-leading-zero to allow leading zero (rather than
5406 space) for times.
5407
54082010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5409
5410 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
5411 org-datetree.el is loaded.
5412
a628ad9d 5413 * org-datetree.el: Autoload `org-datetree-find-day-create'.
ed21c5c8
CD
5414
5415 * org-latex.el (org-export-latex-hyperref-format): New option.
5416 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
5417
54182010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5419
5420 * org-ctags.el (org-ctags-enable): Change order of functions.
5421 (org-ctags-create-tags): Add wildcard to file name expansion.
5422
54232010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5424
5425 * org.el (org-entry-properties): Fix some important bugs.
5426
54272010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5428
5429 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
5430 the table is not explicitly given.
5431
54322010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5433
5434 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
5435 as value.
5436 (org-clock-out-if-current): Work with the new list value of
5437 `org-clock-out-when-done'.
5438 (org-clock-out, org-clock-out-if-current): Avoid circular logic
5439 between clocking out and state changes.
5440
5441 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
5442
5443 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
5444 accident protect a character that is before a backslash.
5445
2b4aa886
GM
54462010-04-10 Paul Sexton <eeeickythump@gmail.com>
5447
5448 * org-ctags.el: New file.
5449
ed21c5c8
CD
54502010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5451
5452 * org-agenda.el (org-diary-class): Use
5453 `org-order-calendar-date-args'.
5454
5455 * org.el (org-order-calendar-date-args): New function.
5456
5457 * org-exp.el (org-export-target-internal-links): Check for
5458 protectedness after the first bracket.
5459
5460 * org.el (org-entry-properties): Don't match wrong-case TODO
5461 keywords.
5462
5463 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
5464 Document that ARG is passed through to remove the date.
5465 (org-agenda-bulk-action): Accept prefix arg and pass it on. Do
5466 not read a date when the user has given a `C-u' prefix.
5467
54682010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5469
5470 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
5471 tags are hidden.
5472
54732010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5474
5475 * org-latex.el (org-export-latex-fix-inputenc): New function.
5476 (org-export-latex-inputenc-alist): New option.
5477
5478 * org-exp.el (org-export): New key SPC to publish enclosing
5479 subtree.
5480
54812010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5482
5483 * org-indent.el (org-indent-add-properties): Catch case when there
5484 is no headline in the buffer.
5485
54862010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5487
5488 * org-exp.el (org-html-entities): Add checkmark symbol.
5489
5490 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
5491 verbatim code for ASCII export.
5492
5493 * org.el (org-update-statistics-cookies): Also see checkboxes in
5494 ordered lists.
5495
54962010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5497
5498 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
5499 key.
5500
5501 * org-beamer.el (org-beamer-amend-header): Change the location
5502 where `org-beamer-header-extra' is inserted.
5503
5504 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
5505 just for computing this regexp.
5506
55072010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5508
5509 * org-beamer.el (org-beamer-frame-default-options): New option.
5510 (org-beamer-sectioning): Use default options if the user does not
5511 have defined any.
5512 (org-beamer-fix-toc): Put a frame around the table of contents.
5513
5514 * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
5515 sure case-folding works well when processing comment stuff.
5516
5517 * org-latex.el (org-export-latex-after-save-hook): New hook.
5518 (org-export-as-latex): Run the new hook.
5519
55202010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5521
5522 * org-beamer.el (org-beamer-environments-default): Add the note
5523 environments.
5524 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
5525 lines and collect and combine the content.
5526 (org-beamer-after-initial-vars): Check for note tags and make sure
5527 they will be seen like a property.
5528
5529 * org.el (org-offer-links-in-entry): Fix bug when there is a
5530 single link.
5531
5532 * org-exp.el (org-export): Make sure the mark is activated, also
5533 when `transient-mark-mode' is off.
5534
5535 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
5536 (org-agenda-search-view-search-words-only): Obsolete variable, is
5537 now an alias for `org-agenda-search-view-always-boolean'.
5538 (org-agenda-search-view-force-full-words): New option.
5539 (org-search-view): Improve docstring, and implement a better logic
5540 for Boolean and phrase searches.
5541 (org-agenda-last-search-view-search-was-boolean): New variable.
5542 (org-agenda-manipulate-query): Consider the type of the last
5543 search when modifying the search string.
5544
55452010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5546
5547 * org-latex.el (org-export-as-latex): Do the first letbind in the
5548 right moment.
5549
5550 * org-agenda.el (org-get-entries-from-diary): Add the new face to
5551 these entries.
5552
5553 * org-faces.el (org-agenda-diary): New face.
5554
5555 * org.el (org-make-link-regexps): Allow regexp-special characters
5556 in link types.
5557 (org-open-file): When in-emacs is `system', also force system
5558 opening, like when the value was `(16)'.
5559 (org-update-statistics-cookies): Handle entries without children.
5560
5561 * org-exp.el
5562 (org-export-preprocess-before-normalizing-links-hook): New hook.
5563 (org-export-preprocess-string): Run the new hook.
5564
5565 * org.el (org-offer-links-in-entry): Make RET open all links.
5566
5567 * org-html.el (org-export-as-html): Remove any leftover display
5568 properties in the html file.
5569
5570 * org-wl.el (org-wl-store-link): Work-around for format bug with
5571 text properties.
5572
5573 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
5574 invisibility while adding the graphs.
5575
55762010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5577
5578 * org-remember.el (org-select-remember-template): Use C letter to
5579 customize remember templates.
5580
5581 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
5582 Move cursor to next visible line.
5583
55842010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5585
5586 * org-beamer.el (org-beamer-sectioning): Leave columns environment
5587 by specifying 0 or 1 for column width.
5588 (org-beamer-column-widths): Make 0 stand for 0.0.
5589
55902010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5591
5592 * org-exp.el (org-export-mark-radio-links): Don't match inside
5593 <<target>>.
5594
5595 * org.el (org-format-latex-header-extra): New variable.
5596 (org-format-latex): Set org-format-latex-header-extra from
5597 in-buffer stuff.
5598 (org-format-latex): Add org-format-latex-header-extra to the
5599 variables on which image creation depends.
5600 (org-create-formula-image): Add the header stuff from in-buffer
5601 settings.
5602 (org-read-date-analyze): Base the analysis for future preference
5603 on NOW, not on the default date.
5604
5605 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
5606 for TODO keyword in inline tasks.
5607
5608 * org.el (org-log-note-headings): New headings for removing
5609 deadline or scheduling date.
5610 (org-deadline, org-schedule): Arrange for logging when removing a
5611 date.
5612 (org-add-log-note): Handle deadline and scheduling removal.
5613
56142010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5615
5616 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
5617
56182010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5619
5620 * org-agenda.el (org-diary-class): New function.
5621
56222010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5623
5624 * org-latex.el (org-export-latex-preprocess): Do process the text
5625 of a radio target.
5626
56272010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5628
5629 * org.el (org-entry-properties): Add TIMESTAMP properties back
5630 in.
5631
56322010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5633
5634 * org.el (org-all-time-keywords): New variable.
5635 (org-set-regexps-and-options): Set `org-all-time-keywords'.
5636 (org-entry-blocked-p): New function.
5637 (org-special-properties): Add BLOCKED as a new special property.
5638 (org-entry-properties): New optional argument SPECIFIC, only parse
5639 for this property when it is specified.
5640 (org-entry-get): Pass a SPECIFIC argument to
5641 `org-entry-properties'.
5642
5643 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
5644
56452010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5646
5647 * org-latex.el (org-export-latex-tables): No forced line end if
5648 there is no caption.
5649
56502010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5651
5652 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
5653 package.
5654
5655 * org-latex.el (org-export-latex-tables): Only add a caption when
5656 macro in in longtable environments if one has been defined.
5657
5658 * org-html.el (org-export-as-html): Only take title from buffer if
5659 not exporting body-only.
5660
5661 * org-latex.el (org-export-latex-preprocess): Better version of
5662 the regular expression for protecting LaTeX macros.
5663 (org-export-latex-preprocess): Start searching for macros to
5664 protect from beginning of buffer.
5665
5666 * org-exp.el (org-export-target-internal-links): Check for
5667 protectedness earlier in the string.
5668
5669 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
5670 case sensitively.
5671
5672 * org-id.el (org-id-store-link): Match TODO keywords case
5673 sensitively.
5674
5675 * org.el (org-heading-components, org-get-outline-path)
5676 (org-display-outline-path): Match TODO keywords case sensitively.
5677
5678 * org-latex.el (org-export-as-latex): Ignore read-only
5679 properties.
5680
5681 * org-exp.el (org-export-preprocess-string): Remove any
5682 `read-only' properties.
5683
5684 * org-agenda.el (org-agenda-inactive-leader): New option.
5685 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
5686 (org-tags-view): Prompt for matcher if MATCH is an empty string.
5687 (org-todo-list): Prompt for matcher if ARG is an empty string.
5688
56892010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5690
5691 * org.el (org-open-link-functions): New hook.
5692 (org-open-at-point): Run `org-open-link-functions'.
5693
56942010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5695
5696 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
5697 stamps as well.
5698
5699 * org.el (org-inhibit-startup-visibility-stuff): New variable.
5700 (org-mode): Don't do startup visibility if inhibited.
5701 (org-outline-overlay-data, org-set-outline-overlay-data): New
5702 functions.
5703 (org-save-outline-visibility): New macro.
5704 (org-log-note-headings): Document that one should not change the
5705 `state' note format.
5706
57072010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5708
5709 * org.el (org-make-link-regexps): Capture link path into a group.
5710
57112010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5712
5713 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
5714 the options plist.
5715
57162010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5717
5718 * org.el (org-startup-with-beamer-mode): New option.
5719 (org-property-changed-functions)
5720 (org-property-allowed-value-functions): New hooks.
5721 (org-entry-put, org-property-get-allowed-values): Run the new
5722 hooks.
5723 (org-property-next-allowed-value): Run the new hooks.
5724
5725 * org-exp.el (org-export-select-backend-specific-text): Add the
5726 special beamer tags.
5727
2b4aa886 5728 * org-beamer.el: New file.
ed21c5c8
CD
5729
5730 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
5731 (org-export-as-latex): Run
5732 `org-export-latex-after-initial-vars-hook'.
5733 (org-export-latex-format-toc-function)
5734 (org-export-latex-make-header): Call
5735 `org-export-latex-format-toc-function'.
5736
5737 * org.el (org-fill-template): Make template searches case sensitive.
5738
5739 * org-exp.el (org-export): Use "1" as a sign to export only the
5740 subtree.
5741
5742 * org-colview-xemacs.el (org-columns-edit-value): Use
5743 org-unrestricted property.
5744
a628ad9d 5745 * org-colview.el (org-columns-edit-value): Use
ed21c5c8
CD
5746 org-unrestricted property.
5747
5748 * org.el (org-compute-property-at-point): Set org-unrestricted
5749 text property if the list contains ":ETC".
a628ad9d 5750 (org-insert-property-drawer): Use
ed21c5c8
CD
5751 org-unrestricted property.
5752
5753 * org-exp.el
5754 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
5755 (org-export-preprocess-string): Run
5756 `org-export-preprocess-before-selecting-backend-code-hook'.
5757
5758 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
5759
5760 * org-latex.el (org-export-region-as-latex): Run
5761 `org-export-first-hook'.
5762
5763 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
5764
5765 * org-docbook.el (org-export-as-docbook): Run
5766 `org-export-first-hook'.
5767
5768 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
5769
5770 * org-exp.el (org-export-first-hook): New hook.
5771
57722010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5773
5774 * org-list.el (org-previous-item): Exit at the beginning of the
5775 buffer.
5776
5777 * org-id.el (org-id-locations-save): Only write the id locations
5778 if any are defined.
5779
5780 * org-archive.el (org-archive-all-done): Make this work in a file
5781 with org-odd-levels-only set.
5782
5783 * org.el (org-get-refile-targets): Catch the case when a buffer
5784 has no file.
5785
5786 * org-latex.el (org-export-as-latex): Cleanup forced line ends
5787 where they are not needed.
5788 (org-export-latex-subcontent): Remove unnecessary newlines.
5789
57902010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5791
5792 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
5793 (org-export-latex-fontify): Fix regexp bug that takes special
5794 care of protecting the right boundary characters in emphasis
5795 matches.
5796 (org-export-latex-preprocess): Allow multiple arguments to latex
5797 macros.
5798
5799 * org.el (org-make-link-regexps): Use John Gruber's regexp for
5800 urls.
5801
5802 * org-macs.el (org-re): Interpret :punct: in regexps.
5803
5804 * org-exp.el (org-export-replace-src-segments-and-examples): Also
5805 take the final newline after the END line.
5806
5807 * org.el (org-clean-visibility-after-subtree-move): Only fix
5808 entries that are not entirely invisible already.
5809 (org-insert-link): Respect org-link-file-path-type for
5810 "docview:" links in addition to "file:" links.
5811
58122010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5813
5814 * org-exp.el (org-export-format-source-code-or-example): Avoid
5815 additional extra white lines in LaTeX.
5816
5817 * org-list.el (org-list-parse-list): Leave empty lines after the
5818 list, don't consider them as part of the list.
5819
5820 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
5821 searches.
5822
5823 * org-clock.el (org-clock-select-task): Convert integer to
5824 character for XEmacs.
5825
58262010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5827
5828 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
5829 compatible.
5830
58312010-04-10 Tassilo Horn <tassilo@member.fsf.org>
5832
5833 * org.el (org-complete-tags-always-offer-all-agenda-tags): New
5834 variable.
5835 (org-set-tags): Use it.
5836
58372010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5838
5839 * org-list.el (org-empty-line-terminates-plain-lists): Update
5840 docstring.
5841
5842 * org.el (org-format-latex): Fix link creation for processed latex
5843 snippets.
5844
58452010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5846
5847 * org-footnote.el (org-footnote-normalize): Protect replacement
5848 text.
5849
5850 * org.el (org-inside-latex-macro-p): Save match data.
5851
58522010-04-10 Jan Böcker <jan.boecker@jboecker.de>
5853
5854 * org-docview.el: New file.
5855
58562010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5857
5858 * org-latex.el (org-export-latex-class-options): New variable.
5859 (org-export-latex-set-initial-vars): Use the class options.
5860
5861 * org.el (org-forward-same-level): Stop at headings that start
5862 with an invisible character.
5863 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
5864
58652010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5866
5867 * org-footnote.el (org-footnote-normalize): Don't take optional
5868 arguments in LaTeX macros as footnotes.
5869
5870 * org.el (org-inside-latex-macro-p): New function.
5871
5872 * org-latex.el (org-latex-to-pdf-process): Change customization
5873 group to `org-export-pdf'.
5874
5875 * org-agenda.el (org-agenda-get-blocks): Look at time string also
5876 on days after the first one.
5877
5878 * org.el (org-insert-heading): Also check for item before assuming
5879 before-first-heading condition.
5880
5881 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
5882 (org-export-pdf-logfiles): New option.
5883 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
5884 (org-export-pdf-logfiles): Fix customization type.
5885
5886 * org.el (org-insert-link): Improve error message when there is no
5887 default link to select with RET.
5888
5889 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
5890 parameter list.
5891
58922010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5893
5894 * org-latex.el (org-export-latex-parse-global)
5895 (org-export-latex-parse-content)
5896 (org-export-latex-parse-subcontent): Use
5897 `org-re-search-forward-unprotected'.
5898 (org-export-as-pdf): Remove log files produced by XeTeX.
5899
5900 * org-macs.el (org-re-search-forward-unprotected): New function.
5901
59022010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
5903
5904 * org-colview.el (org-agenda-colview-summarize): Sort out some
5905 confusion between properties and titles, which resulted in
5906 agenda summaries not working if a title was set for a column.
5907
59082010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5909
5910 * org-mobile.el (org-mobile-agendas): New option.
5911 (org-mobile-sumo-agenda-command): Select the right agendas.
5912
5913 * org-latex.el (org-export-latex-format-image): Preserve the
5914 original-indentation property.
5915
59162010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5917
5918 * org-clock.el (org-clock-insert-selection-line): Catch error when
5919 an old tasks no longer exists.
5920
5921 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
5922 (org-export-as-pdf): Don't remove the old PDF file before making
5923 the new one.
5924
5925 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
5926 (org-mouse-context-menu): Use `org-looking-back'.
5927
5928 * org.el (org-cycle-level): Use `org-looking-back'.
5929
5930 * org-list.el (org-cycle-item-indentation): Use
5931 `org-looking-back'.
5932
5933 * org-compat.el (org-looking-back): New function.
5934
5935 * org.el (org-insert-heading): Catch before-first-headline when
5936 inserting a headline.
5937
59382010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5939
5940 * org-latex.el (org-export-latex-format-image): Indent figure
5941 environment, so that it does not interrupt plain list.
5942
5943 * org.el (org-open-at-point): Allow long link descriptions.
5944
59452010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5946
5947 * org-html.el (org-export-as-html): Remove empty lines at the
5948 beginning of the exported text.
5949
eba5b4dd
CY
59502010-03-12 Chong Yidong <cyd@stupidchicken.com>
5951
5952 * org.el (org): Remove from hypermedia group.
5953
288f9fc0
CY
59542010-03-10 Chong Yidong <cyd@stupidchicken.com>
5955
5956 * Branch for 23.2.
5957
adad7a44
CY
59582010-02-15 Chong Yidong <cyd@stupidchicken.com>
5959
5960 * org-freemind.el (org-freemind-from-org-mode-node)
93acd23d 5961 (org-freemind-from-org-mode)
adad7a44
CY
5962 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
5963 Pass arg to called-interactively-p.
5964
d1f18ec0
JB
59652010-01-14 Juanma Barranquero <lekktu@gmail.com>
5966
5967 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
5968 Fix typos in docstrings.
5969
db4a7382
JB
59702010-01-01 Juanma Barranquero <lekktu@gmail.com>
5971
5972 * org.el (org-get-outline-path, org-speed-command-help):
5973 Fix typos in error messages.
5974
364bc556
JL
59752009-12-14 Juri Linkov <juri@jurta.org>
5976
5977 * org-html.el (org-export-html-style-include-default):
5978 Put `safe-local-variable booleanp' on
5979 `org-export-html-style-include-default' instead of mistakenly
5980 duplicate `org-export-html-style'.
5981
5dec9555
CD
59822009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
5983
5984 * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
5985 agenda after adding new entry.
5986
5987 * org-datetree.el (org-datetree-find-day-create): Fix regular
5988 expression.
5989
5990 * org.el (org-display-outline-path): Use a format specifier for
5991 message, to avoid problems with heading containing `%'.
5992
5993 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
5994 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
5995 (org-agenda-fix-displayed-tags): New function.
5996 (org-agenda-do-context-action): Just call
5997 `org-display-outline-path', without piping the result through
5998 `message'.
5999
6000 * org-latex.el (org-export-latex-preprocess): Protect secondary
6001 footnote references.
6002
6003 * org-indent.el (org-indent-initialize): Avoid empty strings as
6004 line prefixes.
6005
6006 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
6007 hat checking for the mark does not throw an error.
6008 (org-agenda-diary-entry-in-org-file): Catch the case that there is
6009 not `day' text property in the cursor line.
6010
6011 * org.el (org-sort-entries-or-items): Make sure that the final
6012 entry has a newline before doing the sorting.
6013
6014 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
6015 property at the beginning of the line.
6016
6017 * org.el (org-make-link-string): Don't allow a description with
6018 only white space.
6019
6020 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
6021 (org-agenda-insert-diary-as-top-level): New function.
6022 (org-agenda-add-entry-to-org-agenda-diary-file): Call
6023 `org-agenda-insert-diary-as-top-level'.
6024
6025 * org.el (org-occur-in-agenda-files): Make sure none of the
6026 buffers is narrowed.
6027 (org-activate-plain-links): Add the face property here.
6028 (org-set-font-lock-defaults): Do not add the face to plain links,
6029 the activator function does this.
6030
6031 * org-habit.el (org-is-habit-p): Add doc string.
6032
6033 * org-archive.el (org-archive-subtree-default-with-confirmation):
6034 Autoload.
6035
6036 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
6037 after match optional (happens at the end of a line...).
6038
6039 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
6040 for special blocks.
6041
6042 * org-faces.el (org-copy-face): Set lisp indentation.
6043 (org-quote, org-verse): New faces.
6044
6045 * org-agenda.el (org-agenda-remove-date): Remove variable.
6046
6047 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
6048
6049 * org-html.el (org-export-as-html): Move the home/up link into
6050 the content div.
6051
6052 * org.el (org-export-latex-packages-alist): Option definition
6053 moved here from org-latex.el.
6054
6055 * org-html.el (org-export-html-home/up-format): Add an ID to the
6056 up/home div.
6057
6058 * org-wl.el (org-wl-store-link): Handle the case that
6059 `wl-use-petname' is set.
6060
6061 * org.el (org-set-effort): Improve prompt.
6062 (org-get-outline-path): Widen to get full path.
6063 (org-compact-display-after-subtree-move): Function removed.
6064
60652009-11-20 Eric Schulte <schulte.eric@gmail.com>
6066
6067 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
6068 hash keys to cache and re-use images generated by the
6069 org-exp-blocks interface to ditaa and dot.
6070
6071 * org.el (org-format-latex): Latex images are now saved to files
6072 named by the sha1 hash of the latex source text avoiding
6073 regeneration of identical images.
6074
1bcdebed
CD
60752009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6076
6077 * org-latex.el (org-export-as-latex): Add the :drawers property.
6078
60792009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6080
6081 * org.el (org-speed-commands-user): Allow documentation headlines.
6082 (org-speed-commands-default): Organize the value of this constant
6083 with descriptive headlines.
6084 (org-print-speed-command): Output the headlines.
6085
60862009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6087
6088 * org-agenda.el (org-agenda-show-outline-path): New option.
6089 (org-agenda-do-context-action): New function.
6090 (org-agenda-next-line, org-agenda-previous-line): Use
6091 `org-agenda-do-context-action'.
6092
6093 * org.el (org-use-speed-commands): Allow function value.
6094 (org-speed-commands-default): Make headline motion safe, so that
6095 these commands always end on a headline.
6096 (org-speed-commands-default): New key `v' for `org-agenda'.
6097 (org-speed-move-safe): New function.
6098 (org-self-insert-command): Use the function value of
6099 `org-use-speed-commands'.
6100 (org-get-outline-path): Improve docstring.
6101 (org-format-outline-path): New function.
6102 (org-display-outline-path): New function.
6103
61042009-11-15 John Wiegley <jwiegley@gmail.com>
6105
6106 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
6107 a string, use that to find the LOGBOOK drawer.
6108
68a1b090
GM
61092009-11-15 Glenn Morris <rgm@gnu.org>
6110
6111 * org-agenda.el (org-datetree-find-date-create)
6112 (org-habit-get-priority):
6113 * org.el (org-format-agenda-item): Fix declarations.
6114
8bfe682a
CD
61152009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6116
6117 * org.el (org-clone-subtree-with-time-shift): Make it work at the
6118 end of the buffer.
6119
6120 * org-mobile.el (org-mobile-write-checksums): Specify coding
6121 system.
6122 (org-mobile-timestamp-buffer): Keep local variable/mode line at
6123 beginning of buffer.
6124
6125 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
6126
6127 * org.el (org-block-todo-from-children-or-siblings-or-parent)
6128 (org-block-todo-from-checkboxes): Do not block changes to a nil
6129 TODO state.
6130
61312009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6132
6133 * org-habit.el (org-habit-parse-todo): Indicate which habit is
6134 wrongly set up in the error messages.
6135
6136 * org-colview.el (org-columns-display-here): Don't try to
6137 calculate values if the underlying property is not set.
6138 (org-columns-string-to-number): Convert age strings back into
6139 fractional days.
6140 (org-agenda-colview-summarize): Handle extended summary types
6141 properly.
6142
6143 * org-colview-xemacs.el (org-columns-display-here): Don't try to
6144 calculate values if the underlying property is not set.
6145 (org-columns-string-to-number): Convert age strings back into
6146 fractional days.
6147 (org-agenda-colview-summarize): Handle extended summary types
6148 properly.
6149
61502009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6151
6152 * org-exp.el (org-export-format-drawer-function): New variable.
6153 (org-export-format-drawer): New function.
6154 (org-export-preprocess-string): Pass the backend as a parameter to
6155 `org-export-remove-or-extract-drawers'.
6156 (org-export-remove-or-extract-drawers): New parameter BACKEND.
6157
6158 * org-protocol.el (org-protocol-char-to-string): New defsubst.
6159
61602009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6161
6162 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
6163 message when no block is selected.
6164
6165 * org-latex.el (org-export-latex-links): Check for protectedness
6166 in the last matched character, not after the match.
6167
6168 * org-datetree.el (org-datetree-find-date-create): Respect
6169 restriction when KEEP-RESTRICTION is set.
6170 (org-datetree-file-entry-under): New function.
6171 (org-datetree-cleanup): New command.
6172
61732009-11-13 Dan Davison <davison@stats.ox.ac.uk>
6174
6175 * org-src.el (org-edit-src-code): New optional argument context
6176 allows calling functions to avoid altering the saved window
6177 configuration.
6178 (org-edit-src-exit): Do not restore window configuration when this
6179 function is used in the context of saving the edit buffer.
6180
61812009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6182
6183 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
6184 instances to switching to with-current-buffer, because these seem
6185 to cause problems - no idea why.
6186
6187 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
6188 Require diary-lib for (diary-date-display-form).
6189
61902009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6191
6192 * org.el (org-log-reschedule, org-log-redeadline): New options.
6193 (org-log-note-headings): Add templates for rescheduling and
6194 deadline changing.
6195 (org-startup-options): Add in-buffer settings for logging changing
6196 schedule and deadline time stamps.
6197 (org-deadline, org-schedule): Check for existing date and arrange
6198 for logging if the user requests it.
6199 (org-add-log-note): Prepare proper note buffers for rescheduling
6200 and deadline changes.
6201
62022009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6203
6204 * org-agenda.el (org-agenda-diary-entry-in-org-file)
6205 (org-agenda-add-entry-to-org-agenda-diary-file)
6206 (org-agenda-insert-diary-make-new-entry): New functions.
6207 (org-agenda-diary-entry): Call
6208 `org-agenda-diary-entry-in-org-file' when appropriate.
6209
6210 * org.el (org-calendar-insert-diary-entry-key): New option.
6211 (org-agenda-diary-file): New option.
6212 ("calendar"): Install our insertion function in the calendar.
6213
6214 * org-remember.el (org-datetree): Require.
6215 (org-remember-templates): Add new positioning option.
6216 (org-remember-reference-date): New variable.
6217 (org-remember-apply-template): Store the reference date in a local
6218 variable.
6219 (org-remember-handler): Implement date tree positioning of entries.
6220
6221 * org-datetree.el: New file.
6222
6223 * org-latex.el (org-export-latex-preprocess): Protect targets in
6224 verbatim emphasis.
6225
6226 * org-html.el (org-export-as-html): Protect targets in verbatim
6227 emphasis.
6228
6229 * org-docbook.el (org-export-as-docbook): Protect targets in
6230 verbatim emphasis.
6231
62322009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6233
6234 * org-clock.el (org-show-notification): Handle messages that
6235 contain a percent character.
6236
6237 * org-remember.el (org-remember-apply-template): Turn of partial
6238 completion.
6239
6240 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
6241 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
6242
6243 * org.el (org-indent-mode): Define variable already in org.el.
6244 (org-unfontify-region): Remove line-prefix and wrap-prefix
6245 properties only if org-indent-mode is active.
6246
62472009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6248
6249 * org-icalendar.el (org-print-icalendar-entries): Save match data
6250 around call to verify function.
6251 (org-print-icalendar-entries): Add a call to the verification
6252 function.
6253
6254 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
6255 save-restrivtion' form.
6256
62572009-11-13 Dan Davison <davison@stats.ox.ac.uk>
6258
a628ad9d 6259 * org-exp.el (org-export-format-source-code-or-example): Restrict
8bfe682a 6260 scope of preserve-indentp to the let binding.
a628ad9d 6261 (org-src): Require org-src, since org-src-preserve-indentation is used.
8bfe682a
CD
6262
62632009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6264
6265 * org-timer.el (org-timer-set-timer): Set variables
6266 org-timer-timer[123] correctly.
6267
8bfe682a
CD
6268 * org-mobile.el (org-mobile-files-alist): Make it work when
6269 `agenda-archives' is included in
6270 `org-agenda-text-search-extra-files'.
6271 (org-mobile-push): Restore agenda after mobile push.
6272
62732009-11-13 John Wiegley <jwiegley@gmail.com>
6274
6275 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
6276 way the amount of idle time is presented in the minibuffer.
6277
62782009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6279
6280 * org-icalendar.el (org-print-icalendar-entries): Use
6281 org-icalendar-verify-function only if non-nil.
6282
6283 * org.el (org-refile): Refile to clock only if the prefix arg is
6284 2.
6285 (org-sparse-tree): Fix docstring to be in line with prompt.
6286 (org-update-parent-todo-statistics): Call
6287 `org-after-todo-statistics-hook' on each level.
6288
62892009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6290
6291 * org-remember.el (org-remember-apply-template): Make sure the
6292 buffer exists.
6293
62942009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6295
6296 * org.el (org-tab-ind-state): New variable.
6297 (org-cycle-level): New function.
6298 (org-cycle-level-after-item/entry-creation): New option.
6299 (org-flag-subtree): New function.
6300 (org-hide-archived-subtrees): Call `org-flag-subtree'.
6301 (org-set-effort): Indexed access.
6302
6303 * org-list.el (org-cycle-item-indentation): New function.
6304
6305 * org.el (org-refile): Make prefix argument 2 refile to current
6306 clock.
6307 (org-priority): Interpret action `remove' as call to remove the
6308 priority cookie.
6309
6310 * org-remember.el (org-remember-apply-template): Don't depend on
6311 buffer name being like file name.
6312
63132009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6314
6315 * org-clock.el (org-clock-play-sound): Expand file in
6316 org-clock-sound, to allow ~ for home.
6317
6318 * org-remember.el (org-remember-handler): Set
6319 text-before-node-creation even if this already looks like a node,
6320 because the string might be needed on non-org-mode target files.
6321
6322 * org-agenda.el (org-agenda-open-link): Make this work in agenda
6323 clocktables.
6324 (org-agenda-switch-to): Follow a link at point if
6325 org-return-follows-link' is set and there is nothing else to do in
6326 this line.
6327
63282009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6329
a628ad9d 6330 * org-colview-xemacs.el: Add in changes from org-colview.el.
8bfe682a
CD
6331
63322009-11-13 Dan Davison <davison@stats.ox.ac.uk>
6333
6334 * org-exp-blocks.el: Modify split separator regexp to avoid empty
6335 strings.
6336
63372009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6338
6339 * org-colview.el (org-columns-new): Make this work with the new
6340 operators.
6341 (org-columns-store-format): Make this work with the new operators.
6342
63432009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6344
6345 * org-src.el (org-src-preserve-indentation): Document that this
6346 variable is also used during export.
6347
6348 * org-exp.el (org-export-format-source-code-or-example): Preserve
6349 indentation if a block has a -i option, or if
6350 `org-src-preserve-indentation' is set.
6351
6352 * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
6353 indentation if a block has a -i option, or if
6354 `org-src-preserve-indentation' is set.
6355
63562009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6357
6358 * org.el (org-mode-map): Define the new archiving keys.
6359 (org-speed-commands-default): Define an archiving key in the speed
6360 command map.
6361 (org-org-menu): Improve the menu structure concerning archiving.
6362
6363 * org-archive.el (org-archive-subtree-default-with-confirmation):
6364 New command.
6365
6366 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
6367 (org-agenda-menu): Add the new archiving commands to the menu.
6368 (org-agenda-archive-default)
6369 (org-agenda-archive-default-with-confirmation): New commands.
6370 (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
6371 call `org-agenda-archive-with'.
6372 (org-agenda-archive-with): New function.
6373
6374 * org-table.el (org-table-convert-region): Inert spaces around "|"
6375 to avoid line beginnings like "|-1" which will be mistaken as
6376 hlines.
6377
63782009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6379
6380 * org.el (org-offer-links-in-entry): Return nil if there are no
6381 links, t if a link has been selected.
6382 (org-open-at-point): Open attachment directory when called in the
6383 headline and there are no links in the entry body.
6384 (org-speed-commands-default): Add "o" for open-at-point as a speed
6385 command.
6386
6387 * org-attach.el (org-attach-reveal): Optional prefix arg
6388 IF-EXISTS, which avoids creating the attachment directory if it
6389 does not yet exist.
6390
6391 * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
6392 MATCH.
6393
63942009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6395
6396 * org.el ("abbrev"): Work with abbrev tables only after they have
6397 been loaded.
6398
6399 * org-list.el (org-list-send-list): Fix bug related to match
6400 data.
6401
6402 * org-latex.el (org-export-latex-fontify): Apply verbatim
6403 emphasis.
6404 (org-export-latex-make-header): Insert \obeylines if line breaks
6405 should be preserved.
6406
6407 * org-exp.el (org-export-protect-verbatim): Add an
6408 `org-verbatim-emph' property to such text.
6409
64102009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6411
6412 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
6413 (org-print-icalendar-entries): Skip entries where the timestamp is
6414 not a deadline and not scheduled, if the user requests that.
6415
6416 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
6417 before an opening quote.
6418
6419 * org-archive.el (org-archive-subtree): Keep archive after
6420 archiving something.
6421
6422 * org-id.el (org-id-update-id-locations): Add archive files if
6423 that is required by `org-id-extra-files'.
6424
64252009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6426
6427 * org-src.el (org-src-window-setup): New option.
6428 (org-src-switch-to-buffer): New function.
6429 (org-edit-src-exit): Add optional argument CONTEXT and use it to
6430 restore window configuration.
6431 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
6432 Call `org-src-switch-to-buffer'.
6433
6434 * org.el (org-default-properties): Add STYLE property.
6435 (org-files-list): Use the function call to get the files.
6436 (org-additional-option-like-keywords): Add SETUPFILE to completion
6437 list.
6438
64392009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6440
6441 * org-table.el (org-table-convert-region): Correctly interpret
6442 quoting in csv import.
6443
6444 * org.el (org-icompleting-read): Make iswitchb completion work
6445 with lists and tables.
6446
6447 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
6448 while pushing the mobile agenda.
6449
64502009-11-13 John Wiegley <jwiegley@gmail.com>
6451
6452 * org-clock.el
6453 (org-clock-auto-clock-resolution): Now takes three values: nil, t
6454 and `when-no-clock-is-running'.
6455 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
6456 whether or not to resolve Org buffers on clock in.
6457
64582009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6459
6460 * org-colview.el (org-format-time-period): Function to format
6461 times in fractional days for display.
6462 (org-columns-display-here): Add support for showing a calculated
6463 value in place of the property.
6464 (org-columns): Set `org-columns-time' to the current time so time
6465 difference calculations will work.
6466 (org-columns-time): Use to store the current time when column view
6467 is displayed, so all time differences will use the same reference
6468 point.
6469 (org-columns-compile-map): There is now an extra position in each
6470 entry specifying the function to use to calculate the displayed
c4cc8b9a 6471 value for the non-calculated properties in the column.
8bfe682a
CD
6472 (org-columns-compute-all): Set `org-columns-time' to the current
6473 time so time difference calculations will work.
6474 (org-columns-compute): Handle column operators where the values
6475 used are calculated from the underlying property.
c4cc8b9a 6476 (org-columns-number-to-string): Handle the 'age' column format.
8bfe682a 6477 (org-columns-string-to-number): Correct the function name (was
5ce6e4f4 6478 org-column...). Add support for the 'age' column format.
8bfe682a
CD
6479 (org-columns-compile-format): Support the additional parameter in
6480 org-columns-compile-map.
6481
64822009-11-13 Bastien Guerry <bzg@altern.org>
6483
6484 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
6485 variable.
6486
64872009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6488
6489 * org-clock.el (org-clock-has-been-used): New variable.
6490 (org-clock-in): Set `org-clock-has-been-used'.
6491 (org-clock-save): Save only if clock data has been used or created
6492 during this session.
6493
64942009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6495
6496 * org-clock.el (org-clock-persist): New value, to store only the
6497 clock history.
6498 (org-clock-save): Don't save the clock if only the history should
6499 be stored.
6500 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
6501 when restoring a saved clock.
6502
65032009-11-13 John Wiegley <jwiegley@gmail.com>
6504
6505 * org-clock.el (org-clock-display, org-clock-put-overlay): Use
6506 `org-time-clock-use-fractional'.
6507
6508 * org.el (org-time-clocksum-use-fractional)
6509 (org-time-clocksum-fractional-format): Two new customizable
6510 variables which allow the user to select fractional times (1.25
6511 instead of 1:25) in the `org-clock-display' report.
6512
65132009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6514
6515 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
6516 New option.
6517
6518 * org.el (org-tag-alist): Fix customization type.
6519
65202009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6521
6522 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
6523 Make sure the regexp search can fail without throwing an error.
6524 (org-mobile-apply): Save the inbox buffer after removing
6525 successfully applied changes.
6526
65272009-11-13 John Wiegley <jwiegley@gmail.com>
6528
6529 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
6530 time is reported after the user comes back (but before they
6531 resolve time).
6532
6533 * org.el (org-get-repeat): Change so that this function can be
6534 called with either `org-scheduled-string' or
6535 `org-deadline-string'.
6536
a628ad9d 6537 * org-clock.el (org-clock-auto-clock-resolution): Rename from
8bfe682a
CD
6538 `org-clock-disable-clock-resolution', since negatives don't sound
6539 good in customization variables.
6540 (org-clock-in): Don't use the auto-resolution logic if the user is
6541 clocking into a different task while an active clock is running.
6542 This then allows the default behavior of clocking out of the open
6543 task and then into the new task.
6544
6545 * org.el (org-modules): Made this variable more consistent, since
6546 it was referring to Org, OrgMode and Org-mode, whereas the docs
6547 for the variable always refer to Org-mode.
6548
65492009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6550
6551 * org.el (org-repeat-re): The changed org-repeat-re no longer
5ce6e4f4 6552 matched simple +2d type repeaters. Fix it so it does.
8bfe682a
CD
6553
65542009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6555
6556 * org-latex.el (org-export-latex-preprocess): Protect the vspace
6557 macro in the VERSE environment.
6558
65592009-11-13 John Wiegley <jwiegley@gmail.com>
6560
6561 * org-habit.el (org-habit-get-priority): A new function that
6562 determines the relative priority of a habit, based on how long
6563 past its scheduled date it is, and how near the deadline is.
6564
6565 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
6566 using `org-habit-get-priority'.
6567
6568 * org-habit.el (org-habit-build-graph): Start displaying colors
6569 from the first scheduled date, if that date is earlier than the
6570 first completion date.
6571
6572 * org-habit.el: Changed all "color" variables to faces, and made
6573 them appropriate for light and dark backgrounds.
6574
6575 * org-habit.el (org-habit-duration-to-days): Made this function
6576 more general.
6577 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
6578
a628ad9d 6579 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
8bfe682a
CD
6580 habits, since they don't use DEADLINE anymore.
6581
6582 * org.el (org-repeat-re, org-display-custom-time)
a628ad9d 6583 (org-timestamp-change): Extend to support the new ".+N/N"
8bfe682a
CD
6584 syntax, used for habits.
6585
a628ad9d 6586 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
8bfe682a
CD
6587 variable reference.
6588
6589 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
6590 modeline when habits are being displayed (if that module is being
6591 loaded).
6592
65932009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6594
6595 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
6596 idle time using the xscreensaver extension.
6597 (org-user-idle-seconds): Use X11 idle time if available.
6598
65992009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6600
6601 * org-agenda.el (org-agenda-next-line): New command.
6602 (org-agenda-previous-line): New commands.
6603 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
6604 commands.
6605 (org-agenda-follow-mode): Do the follow immediately if the mode is
6606 turned on here.
6607 (previous-line, next-line): Replace keys with the corresponding
6608 org functions.
6609 (org-agenda-mode-map): Bind backspace and delete to the scrolling
6610 command.
6611
6612 * org.el (org-icompleting-read): Turn off partial completion mode
6613 for the duration of this completion round.
6614
6615 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
6616 macros in author lines and similar stuff.
6617
6618 * org.el (org-file-tags): Fix docstring.
6619 (org-get-buffer-tags): Add the #+FILETAGS tags.
a628ad9d 6620 ("ecb"): Make ecb show context after jumping into an Org file.
8bfe682a
CD
6621
66222009-11-13 John Wiegley <johnw@newartisans.com>
6623
6624 * org-agenda.el (org-finalize-agenda): Draw habit consistency
6625 graphs after everything else in the buffer has been setup.
6626
66272009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6628
6629 * org-mobile.el (org-mobile-apply): Count success and failure.
6630
6631 * org.el (org-indent-line-function): Fix regexp replace problem.
6632
66332009-11-13 John Wiegley <johnw@newartisans.com>
6634
6635 * org-clock.el (org-clock-disable-clock-resolution): New
6636 customization variable that disable automatic clock resolution on
6637 clock in.
6638 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
6639 not automatically resolve anything. This is does not affect
6640 idle-time resolution, however, if `org-clock-idle-time' is set.
6641
66422009-11-13 John Wiegley <johnw@newartisans.com>
6643
6644 * org-habit.el: New file, which implements code to build a "habit
6645 consistency graph".
6646
6647 * org-agenda.el (org-agenda-get-deadlines)
6648 (org-agenda-get-scheduled): Display consistency graphs when
6649 outputting habits into the agenda. The graphs are always relative
6650 to the current time.
a628ad9d 6651 (org-format-agenda-item): Add new parameter `habitp', which
8bfe682a
CD
6652 indicates whether we are formatting a habit or not. Do not
6653 display "extra" leading information if habitp is true.
6654
a628ad9d 6655 * org.el (org-repeat-re): Improve regexp to include .+ and ++
8bfe682a
CD
6656 leaders for repeat strings.
6657 (org-get-repeat): Now takes a string parameter `tagline', so the
6658 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
6659
66602009-11-13 John Wiegley <johnw@newartisans.com>
6661
6662 * org-agenda.el (org-agenda-auto-exclude-function): New
6663 customization variable for allowing the user to create an "auto
6664 exclusion" filter for doing context-aware auto tag filtering.
6665 (org-agenda-filter-by-tag): Changes to support the use of
6666 `org-agenda-auto-exclude-function'. See the new manual addition,.
6667
66682009-11-13 John Wiegley <johnw@newartisans.com>
6669
6670 * org.el (org-files-list): Don't attempt to return a file name for
6671 Org buffers which have no associated file.
6672
a628ad9d 6673 * org-agenda.el (org-agenda-do-action): Fix a typo.
8bfe682a
CD
6674
66752009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6676
6677 * org-mobile.el (org-mobile-locate-entry): Interpret files
6678 relative to org-directory.
6679 (org-mobile-inbox-for-pull): Document the best location for this
6680 file.
6681 (org-mobile-check-setup): Verify `org-directory'.
6682 (org-mobile-create-index-file): Sort the files to be listed in
6683 index.org.
6684
66852009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6686
6687 * org.el (org-fast-tag-selection): Add a way to display a
5ce6e4f4 6688 description for a tag group. This is done by adding a string to
8bfe682a
CD
6689 either the startgroup or endgroup cell.
6690
66912009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6692
6693 * org-clock.el (org-clock-resolve, org-resolve-clocks)
6694 (org-emacs-idle-seconds): Use `org-float-time' instead of
a628ad9d 6695 `time-to-seconds'.
8bfe682a
CD
6696
66972009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6698
6699 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
6700 type.
6701
6702 * org.el (org-pre-cycle-hook): Document that `empty' can also be
6703 the value of ARG when doing local cycling.
6704
67052009-11-13 John Wiegley <johnw@newartisans.com>
6706
6707 * org-clock.el (org-clock-resolve-clock): If keeping or
6708 subtracting time results in a clock out at a time in the past, and
6709 if the resolution occurred due to idleness or invoking `M-x
6710 org-resolve-clocks', remember that past moment in time. On the
6711 next clock in, the user will be prompted to see if they want to
6712 back-date their new clock to then.
6713 (org-clock-resolve): Do not jump the user to the location of a
484eaeac 6714 dangling clock if the resolution is occurring due to an idle
8bfe682a
CD
6715 timeout. In that case there is typically only one dangling clock,
6716 the active one, and there is no value gained by shuffling their
6717 windows around to show it to them. Being prompted to resolve an
6718 idle clock should be as inobtrusive as possible.
6719 (org-resolve-clocks-if-idle): New function that resolves only the
6720 currently active clock if the user has exceeded the time returned
6721 by `org-user-idle-seconds', based on the value of
6722 `org-clock-idle-time'.
c4cc8b9a 6723 (org-clock-in): If, after resolving clocks, (???)
8bfe682a
CD
6724 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
6725
6726 * org-clock.el (org-clock-resolve-clock): New function that
6727 resolves a clock to a specific time, closing or resuming as need
6728 be, and possibly even starting a new clock.
6729 (org-clock-resolve): New function used by `org-resolve-clocks'
6730 that sets up for the call to `org-clock-resolve-clock'. It
6731 determines the time to resolve to based on a single-character
6732 selection from the user to either keep time, subtract away time or
6733 cancel the clock.
6734 (org-resolve-clocks): New user command which resolves dangling
6735 clocks -- that is, open but not active -- anywhere in the file
6736 list returned by `org-files-list'.
6737 (org-clock-in): Automatically resolve dangling clocks whenever a
6738 user clocks in.
6739 (org-clock-cancel): If the user cancels the solely clock in a
6740 LOGBOOK, remove the empty drawer.
6741
6742 * org-clock.el (org-clock-idle-time): New user customizable option
6743 for detecting whether the user has left a clock idle. Note: it is
6744 only used in this commit to test whether it's worthwhile to check
6745 OS X to get the Mac user's current idle time. If the Emacs idle
6746 time is less than the value, the user hasn't been away long enough
6747 to be worth checking (a more expensive test than just getting
6748 Emacs idle time).
6749 (org-user-idle-seconds, org-mac-idle-seconds)
6750 (org-emacs-idle-seconds): This three functions, in conjunction
6751 with the user customization variable `org-clock-idle-time', return
6752 the number of seconds (as a floating point) that the user has been
6753 away from their Emacs (or, if running on OS X, their computer).
6754
6755 * org-clock.el (org-find-open-clocks): New function that returns a
6756 list of all open clocks in the given FILE. Note that each clock
6757 it returns is a cons cell of the format (MARKER . START-TIME).
6758 This "clock" value is used by several of the new clock module
6759 utility functions.
6760 (org-is-active-clock): New inline function which tests whether the
6761 given clock value is the same as the currently active clock.
6762 Returns non-nil if this is the case.
6763 (org-with-clock-position): New macro that evaluates FORMS with
6764 point in the buffer and at the position of the given clock.
6765 Changes to the current clock are global.
6766 (org-with-clock): New macro that evaluates FORMS with point in the
6767 buffer and at the position of the given clock. However, changes
6768 to the current clock are local and have no effect on the user's
6769 active clock. This allows, for example, far any clock to be
6770 cancelled without cancelling the active clock.
6771 (org-clock-clock-in): New inline function that switches the active
6772 clock to the given clock. If either the argument RESUME, or the
6773 global `org-clock-in-resume', are non-nil, it will resume a clock
6774 that was previously left open.
6775 (org-clock-clock-out): New inline function that clocks out the
6776 given clock value without affecting the currently active clock.
6777 (org-clock-clock-cancel): New inline function that cancels the
6778 given clock value without affecting the currently active clock.
6779
6780 * org-clock.el (org-clock-in): Before creating
6781 `org-clock-mode-line-timer', check to make sure an older timer is
6782 not currently running.
6783 (org-clock-out): Accept new third parameter `at-time', which
6784 permits a clock to be clocked out at a specific time. Note that
6785 no attempt is made to verify that the clock out time is later than
6786 the clock in time.
6787
6788 * org.el (org-files-list): New utility function for returning a
6789 list of all open org-mode buffers, plus all files used to build
6790 the agenda buffer. Note that not all the files will necessarily
6791 be visited by a buffer at time of call.
6792 (org-entry-beginning-position): Like the function
6793 `line-beginning-position', this inline function returns the
6794 beginning position of the current heading/entry.
6795 (org-entry-end-position): Like the function `line-end-position',
6796 this inline function returns the end position of the current
6797 heading/entry.
6798
67992009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6800
6801 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
6802 a header line.
6803
68042009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6805
6806 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
6807
68082009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6809
6810 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
6811 entries that have no tags.
6812 (org-agenda-search-view): New customize group.
6813 (org-agenda-search-view-search-words-only): New option.
6814 (org-search-view): Implement substring search.
6815
68162009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6817
6818 * org.el (org-outline-level): Add doc string.
6819
68202009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6821
6822 * org-inlinetask.el (org-inlinetask-export): Re-introduce
6823 variable.
6824 (org-inlinetask-export-handler): Only export inline task if the
6825 user option calls for it.
6826
68272009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6828
6829 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
6830 END if present.
6831
68322009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6833
6834 * org-latex.el (org-export-latex-tables): Don't format in
6835 protected regions.
6836
68372009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6838
6839 * org-src.el (org-edit-src-code)
6840 (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
6841 macro editing.
6842
6843 * org-agenda.el (org-prefix-category-max-length): New variable.
6844 (org-format-agenda-item): Use `org-prefix-category-max-length'.
6845 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
6846
68472009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6848
6849 * org-mobile.el (org-mobile-create-index-file): Improve the
6850 listing of tags and todo keywords.
6851
6852 * org-latex.el (org-export-latex-format-image): New function.
6853 (org-export-latex-links): Use `org-export-latex-format-image'.
6854
68552009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6856
6857 * org-inlinetask.el (org-inlinetask-get-current-indentation)
6858 (org-inlinetask-remove-terminator): New functions.
6859 (org-inlinetask-export-handler): Terminate the description list.
6860
6861 * org-exp.el (org-export-select-backend-specific-text): Remove the
6862 region markers.
6863
a628ad9d 6864 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
8bfe682a
CD
6865 tasks without content.
6866
6867 * org-clock.el: Make sure the clock-in target position does not
6868 move to a different node by widening the buffer.
6869
6870 * org-html.el (org-export-html-format-image): Wrap image into
6871 figure div only when there is a caption.
6872
6873 * org-archive.el (org-archive-mark-done): Change default value to
6874 nil.
6875
68762009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6877
6878 * org.el (org-context): Call `bobp', not `eobp'.
6879
6880 * org-clock.el (org-clock-cancel): Remove quotes from marker
6881 variables.
6882
6883 * org.el (org-read-date-prefer-future): New allowed value `time'.
6884 (org-read-date-analyze): Shift day to tomorrow depending on time
6885 entered and value of `org-read-date-prefer-future'.
6886
81ad75af
SM
68872009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6888
6889 * org.el (org-version, org-get-refile-targets, org-refile)
6890 (org-store-log-note, org-diary-to-ical-string)
6891 (org-speedbar-set-agenda-restriction):
6892 * org-publish.el (org-publish-find-title):
6893 * org-plot.el (org-plot/gnuplot):
6894 * org-mouse.el (org-mouse-do-remotely):
6895 * org-mobile.el (org-mobile-move-capture):
6896 * org-mac-message.el (org-mac-message-insert-flagged):
6897 * org-latex.el (org-replace-region-by-latex):
6898 * org-docbook.el (org-replace-region-by-docbook):
6899 * org-clock.el (org-clock-out, org-clock-cancel):
6900 * org-bibtex.el (org-execute-file-search-in-bibtex):
6901 Use with-current-buffer.
6902
04e65fdb
JB
69032009-10-04 Juanma Barranquero <lekktu@gmail.com>
6904
6905 * org.el (org-directory, org-map-entries):
6906 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
6907
8d642074
CD
69082009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
6909
6910 * org.el (org-set-tags-to): New command.
6911
6912 * org-latex.el (org-export-latex-set-initial-vars): Also check in
6913 the plist.
6914
6915 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
6916 keyword.
6917
6918 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
6919
69202009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
6921
6922 * org-inlinetask.el (org-inlinetask-export): Option removed.
6923 (org-inlinetask-export-handler): Better export.
6924
6925 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
6926 (org-export-as-xoxo): Run the new hook.
6927
6928 * org-html.el (org-export-html-final-hook): New hook.
6929 (org-export-as-html): Run the new hook.
6930
6931 * org-docbook.el (org-export-docbook-final-hook): New hook.
6932 (org-export-as-docbook): Run the new hook.
6933
6934 * org-ascii.el (org-export-ascii-final-hook): New hook.
6935 (org-export-as-ascii): Run the new hook.
6936
6937 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
6938 space character as the character before the ^/_.
6939 (org-export-latex-final-hook): New hook.
6940 (org-export-as-latex): Run `org-export-latex-final-hook'.
6941
69422009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
6943
6944 * org-macs.el (org-if-unprotected-at): Fix docstring.
6945
6946 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
6947 text in the prefix (if category is a link).
6948
6949 * org-latex.el (org-export-latex-preprocess): Deal properly with
6950 empty lines in verse environments.
6951
6952 * org.el (org-format-latex-header): Inline fullpage.sty.
6953
6954 * org-footnote.el (org-footnote-create-definition): Reveal context
6955 to add a new footnote definition.
6956
6957 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
6958 org-table-recalculate when cursor is in TBLFM line.
6959
6960 * org-list.el (org-renumber-ordered-list): Fix cursor position
6961 when bullet length has changed.
6962
69632009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
6964
6965 * org.el (org-format-latex): Mention `org-format-latex-options' in
6966 the docstring.
6967
69682009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
6969
6970 * org.el (org-agenda-get): New function.
6971
6972 * org-agenda.el (org-agenda-post-command-hook): No longer move
6973 point away from end of line.
6974 (org-agenda-add-entry-text, org-agenda-collect-markers)
6975 (org-finalize-agenda, org-agenda-mark-clocking-task)
6976 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
6977 (org-agenda-entry-text-show, org-agenda-highlight-todo)
6978 (org-agenda-compare-effort, org-agenda-filter-apply)
6979 (org-agenda-later, org-agenda-change-time-span)
6980 (org-agenda-post-command-hook, org-agenda-show-priority)
6981 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
6982 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
6983 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
6984 (org-agenda-open-link, org-agenda-copy-local-variable)
6985 (org-agenda-switch-to, org-agenda-check-no-diary)
6986 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
6987 (org-agenda-add-note, org-agenda-change-all-lines)
6988 (org-agenda-priority, org-agenda-set-tags)
6989 (org-agenda-set-property, org-agenda-set-effort)
6990 (org-agenda-toggle-archive-tag, org-agenda-date-later)
6991 (org-agenda-show-new-time, org-agenda-date-prompt)
6992 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
6993 (org-agenda-clock-in, org-agenda-bulk-mark)
6994 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
6995 `org-get-at-bol'.
6996
6997 * org-colview.el (org-columns-display-here)
6998 (org-columns-edit-allowed, org-agenda-columns): Use
6999 `org-get-at-bol'.
7000
70012009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7002
7003 * org.el (org-special-ctrl-a/e): Improve documentation and
7004 customize type.
7005 (org-end-of-line): Don't jump to after the ellipsis.
7006 (org-mode-map): Bind <home> and <end> as well.
7007
70082009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7009
7010 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
7011 space after #+ as comments.
7012 (org-open-at-point): Run `org-follow-link-hook' always.
7013
7014 * org-latex.el (org-export-latex-emph-format): Use better commands
7015 to insert special characters in verbatim snippets.
7016
70172009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7018
7019 * org-faces.el (org-copy-face): New function. Use it to create
7020 various faces formerly created by using `copy-face'.
7021
7022 * org-agenda.el (org-prepare-agenda): Don't officially mark this
7023 window dedicated.
7024 (org-agenda-quit): Kill the frame containing the agenda window if
7025 that frame was created for the agenda.
7026
70272009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7028
7029 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
7030 stamp in the agenda.
7031
70322009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7033
7034 * org-agenda.el (org-prepare-agenda): Reset
7035 `org-drawers-for-agenda'.
7036 (org-prepare-agenda): Uniquify list of drawers.
7037
7038 * org.el (org-complex-heading-regexp-format): New variable.
7039 (org-set-regexps-and-options): Define
7040 `org-complex-heading-regexp-format'.
7041 (org-drawers-for-agenda): New variable.
7042 (org-map-entries): Bind `org-drawers-for-agenda'.
7043 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
7044
7045 * org-remember.el (org-go-to-remember-target)
7046 (org-remember-handler): Use `org-complex-heading-regexp-format'.
7047
70482009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7049
7050 * org-agenda.el (org-agenda-highlight-todo): Fix text property
7051 problem.
7052
7053 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
7054 always with `invisible-ok'.
7055 (org-store-link): No error when there is nothing to link to in the
7056 agenda.
7057
7058 * org-list.el (org-update-checkbox-count): Insert changed cookie
7059 before the old, to avoid problems with invisibility at the end of
7060 the line.
7061 (org-update-checkbox-count): Insert changed cookie before the old,
7062 to avoid problems with invisibility at the end of the line.
7063
7064 * org.el (org-sort-entries-or-items): Include the final newline.
7065 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
7066 lines for fontification.
7067 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
7068 (org-prepare-dblock): Store the current indentation of the BEGIN
7069 line.
7070 (org-update-dblock): Apply the indentation of the begin line to
7071 the rest of the block.
7072 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
7073 (org-startup-folded): New allowed value `showeverything'.
7074 (org-startup-options): Add STARTUP keyword `showeverything'.
7075 (org-set-startup-visibility): Respect value `showeverything' in
7076 org-startup-folded.
7077
70782009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7079
7080 * org.el (org-closest-date): Fix issue with past preference.
7081
7082 * org-archive.el (org-archive-set-tag)
7083 (org-archive-subtree-default): New commands.
7084
7085 * org-clock.el (org-clock-clocktable-default-properties): New
7086 option.
7087 (org-clock-report): Use
7088 `org-clock-clocktable-default-properties'.
7089
70902009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7091
7092 * org.el (org-iswitchb-completing-read): Fix typo.
7093
7094 * org-crypt.el: New file.
7095
7096 * org.el: Add an entry for org-crypt.
7097
70982009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7099
7100 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
7101 consistency.
7102 (org-batch-store-agenda-views): New function.
7103 (org-agenda-title-append): Define variable.
7104 (org-write-agenda): New export to Org files.
7105 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
7106 (org-agenda): Allow to keep the restricted file list if a special
7107 variable is bound to t.
7108 (org-agenda): Define a special agenda view for working on flagged
7109 entries.
7110 (org-agenda-get-restriction-and-command): List the new agenda
7111 view.
7112 (org-agenda-show-the-flagging-note): New command.
7113 (org-agenda-mode-map): New key `?' for looking at the flagging
7114 note.
7115
7116 * org.el (org-autoload): Autoload org-mobile.el.
7117 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
7118
7119 * org-mobile.el: New file.
7120
7121 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
7122
71232009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7124
7125 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
7126 statements.
7127 (org-table-get-remote-range): Match indented #+TBLNAME
7128 statements.
7129
7130 * org.el (org-convert-to-odd-levels)
7131 (org-convert-to-oddeven-levels): Work also correctly if the file
7132 is in outline-mode.
7133
71342009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7135
7136 * org.el (org-store-link): When in agenda buffer, link to
7137 referenced entry.
7138 (org-add-planning-info): Remove spaces at eol.
7139
7140 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
7141 property.
7142
71432009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7144
7145 * org-latex.el (org-export-latex-first-lines): Fix problem with
7146 LaTeX export of first line and selected subtree.
7147
7148 * org.el (org-shifttab): Interpret arg differently when using only
7149 odd levels.
7150
71512009-10-01 Bastien Guerry <bzg@altern.org>
7152
a628ad9d 7153 * org.el (org-check-agenda-file): Use a more explicit message.
8d642074
CD
7154
71552009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7156
7157 * org-exp.el (org-export-remove-special-table-lines): Don't remove
7158 normal lines.
7159
71602009-10-01 Bastien Guerry <bzg@altern.org>
7161
7162 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
7163 prompt in the temporary window.
7164
7165 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
7166 prefix for marked entries in the agenda view.
7167
5ce6e4f4 71682009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
8d642074
CD
7169
7170 * org.el (outline-end-of-subtree): Bugfix: advise this function in
7171 a way that prevents any trailing character from being displayed.
7172
71732009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7174
7175 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
7176 menu.
7177
7178 * org-exp.el (org-export-remove-special-table-lines): Remove bad
7179 slow regexp match.
7180
71812009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7182
7183 * org-latex.el (org-export-latex-preprocess): Do not protect in
7184 the LaTeX header.
7185
7186 * org-src.el (org-edit-src-save): Save window setup while saving.
7187 (org-edit-src-code): Use new buffer name construction scheme.
7188
71892009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7190
7191 * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
7192 variable.
7193 (org-agenda-entry-text-cleanup-hook): New hook.
7194 (org-agenda-get-some-entry-text): Remove matches of
7195 `org-agenda-entry-text-exclude-regexps' and run the hook
7196 `org-agenda-entry-text-cleanup-hook'.
7197
7198 * org.el (org-offer-links-in-entry): New argument ZERO to
7199 implement a link with index zero.
7200 (org-cycle-show-empty-lines): Not keep empty line under header
7201 hidden.
7202 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
7203 to nil for special completion.
7204 (org-store-link): Don't error before the first heading.
7205
7206 * org-agenda.el (org-agenda-open-link): Pass the prefix to
7207 `org-offer-links-in-entry'.
7208
72092009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7210
7211 * org-agenda.el (org-agenda-quit): Provide the window argument for
7212 `window-dedicated-p', Emacs 22 needs it.
7213 (org-format-agenda-item): If the category is a link, arrange for
7214 invisible text to replaced with spaces.
7215 (org-compile-prefix-format): Add the extra space.
7216 (org-prefix-category-length): New variable.
7217
7218 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
7219 references from TOC lines.
7220
7221 * org.el (org-selected-window): New variable.
7222
7223 * org-table.el (org-table-edit-formulas): Remember the selected
7224 window.
7225 (org-table-fedit-finish, org-table-fedit-abort): Select the window
7226 that was originally selected.
7227
7228 * org-exp.el (org-export-preprocess-apply-macros): Scan the
7229 expansion of a macro for more macro definitions.
7230
7231 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
7232 invisibility overlay starts on the newline.
7233
b15c31c7
GM
72342009-10-01 Glenn Morris <rgm@gnu.org>
7235
7236 * org-agenda.el (calendar-check-holidays):
7237 * org-exp.el (org-agenda-skip):
7238 * org-list.el (outline-back-to-heading):
7239 * org-wl.el (wl-summary-goto-folder-subr):
7240 * org.el (iswitchb-mode, remember, remember-buffer-desc)
7241 (remember-finalize, remember-save-after-remembering, remember-register)
7242 (remember-buffer, remember-handler-functions)
7243 (remember-annotation-functions): Remove unused declarations.
7244
7245 * org.el (iswitchb-read-buffer): Fix declaration.
7246
9d459fc5
GM
72472009-09-30 Glenn Morris <rgm@gnu.org>
7248
7249 * org-compat.el (w32-focus-frame):
7250 * org-exp-blocks.el (R):
7251 * org-exp.el (htmlize-buffer):
7252 * org-protocol.el (server-edit):
7253 * org-table.el (org-format-org-table-html):
7254 * org.el (org-indent-mode): Fix declarations.
7255
7256 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
7257 free variable `fun'.
7258
baf0cb84
JB
72592009-09-29 Juanma Barranquero <lekktu@gmail.com>
7260
7261 * org-agenda.el (org-agenda-restore-windows-after-quit):
7262 Fix typo in docstring.
7263
f924a367
JB
72642009-09-23 Juanma Barranquero <lekktu@gmail.com>
7265
7266 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
7267 (org-shiftselect-error, org-ctrl-c-ctrl-c):
7268 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
7269 * org-attach.el (org-attach-check-absolute-path):
7270 * org-docbook.el (org-export-as-docbook):
7271 * org-html.el (org-export-as-html):
7272 * org-id.el (org-id-update-id-locations):
7273 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
7274 Fix typos in error messages.
7275
52e5311b
SM
72762009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7277
7278 * org-ascii.el: Require CL for the `loop' macro.
7279
fc226b2f
CD
72802009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
7281
7282 * org-gnus.el (require): Wrap (require gnus-sum) into
8bdd66dc 7283 eval-when-compile.
fc226b2f 7284
94db5327
CD
72852009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
7286
53e31a31
CD
7287 * org-protocol.el (org-protocol-store-link)
7288 (org-protocol-remember, org-protocol-open-source): Remove autoload
7289 cookies again.
7290
40ba71a5
CD
7291 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
7292 referencing the start of the line.
7293
94db5327
CD
7294 * org-gnus.el: Remove unnecessary declare-function forms.
7295 (gnus-sum): Always require gnus-sum.
7296
54a0dee5
CD
72972009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7298
7299 * org-protocol.el (org-protocol-store-link)
7300 (org-protocol-remember, org-protocol-open-source): Add autoloads.
7301
7302 * org-compat.el (org-float-time): New function.
7303
7304 * org.el (org-clock-update-time-maybe)
7305 (org-sort-entries-or-items, org-do-sort)
7306 (org-evaluate-time-range, org-time-string-to-seconds)
7307 (org-closed-in-range): Use `org-float-time'.
7308
7309 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
8bdd66dc 7310 (org-timer-seconds): Use `org-float-time'.
54a0dee5
CD
7311
7312 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
7313 (org-clock-sum, org-dblock-write:clocktable)
8bdd66dc 7314 (org-clocktable-steps): Use `org-float-time'.
54a0dee5
CD
7315
7316 * org-agenda.el (org-agenda-last-marker-time)
8bdd66dc 7317 (org-agenda-new-marker, org-diary): Use `org-float-time'.
54a0dee5
CD
7318
7319 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
7320 function.
7321
7322 * org-exp.el (org-get-file-contents): Only protect lines that
7323 really need it.
7324
7325 * org-html.el (require): Require cl for compilation.
7326
8bdd66dc 7327 * org.el: Avoid using `default-major-mode'.
54a0dee5
CD
7328
7329 * org-plot.el (require): Require CL only at compile time.
7330
7331 * org-exp.el (require): Require CL only at compile time.
7332
7333 * org-agenda.el (org-agenda-quit): When the agenda window is
7334 dedicated, remove other windows before exiting, so that the frame
7335 really will be killed.
7336
7337 * org-exp.el (org-export-handle-include-files): Reset START and
7338 END for each loop cycle.
7339
73402009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7341
7342 * org.el (org-eval-in-calendar): Use
7343 `org-select-frame-set-input-focus'.
7344
7345 * org-compat.el (org-select-frame-set-input-focus): New function.
7346
7347 * org.el (org-update-statistics-cookies): New function.
7348 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
7349
73502009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7351
7352 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
7353 after the local variables are set.
7354
7355 * org-latex.el (org-export-latex-protect-amp): New function.
7356 (org-export-latex-links): Protect link ampersands in tables.
7357
7358 * org-exp.el (org-export-select-backend-specific-text): Match in
7359 two steps, to avoid regexp problems.
7360
7361 * org.el (org-offer-links-in-entry): Improve working with many and
7362 duplicate links.
7363
7364 * org-agenda.el (org-agenda-show-1): Make more consistent with
7365 normal cycling.
7366 (org-agenda-cycle-show): Make more consistent with normal cycling.
7367
7368 * org-gnus.el (org-gnus-store-link): Restore the linking to a
7369 website.
7370
73712009-09-02 Bastien Guerry <bzg@altern.org>
7372
7373 * org-latex.el (org-export-latex-first-lines): Bugfix.
7374
73752009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7376
7377 * org-clock.el (org-clock-modify-effort-estimate): Emit message
7378 about new effort.
7379
7380 * org.el (org-set-effort): New function.
7381 (org-mode-map): New key for effort setting command.
7382
7383 * org-agenda.el (org-agenda): Keep window setup when calling
7384 agenda from within agenda window.
7385 (org-agenda-mode-map): New keys for effort setting commands.
7386 (org-agenda-menu): Add effort setting commands to menu.
7387 (org-agenda-set-property, org-agenda-set-effort): New functions.
7388
7389 * org-latex.el (org-export-latex-tables): Fix
7390 `org-table-last-alignment' and `org-table-last-column-widths' if
7391 the first column has been removed.
7392
73932009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7394
7395 * org.el (org-remove-timestamp-with-keyword): Only remove in
7396 entry, not in subtree.
7397
7398 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
7399 emacs lisp.
7400
7401 * org.el (org-open-at-point): When on headline, offer all strings
7402 in entry.
7403
7404 * org-remember.el (org-remember-templates): Documentation fix.
7405
7406 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
7407 `org-get-last-sibling' instead of the outline versions of these
7408 functions.
7409 (org-get-last-sibling): New function.
7410 (org-refile): Use `org-get-next-sibling' instead of the outline
7411 version of this function.
7412 (org-clean-visibility-after-subtree-move): Use
7413 `org-get-next-sibling' and `org-get-last-sibling' instead of the
7414 outline versions of these functions.
7415
74162009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7417
7418 * org-agenda.el (org-prepare-agenda): When creating a new frame
7419 for the agenda, make the window dedicated.
7420
7421 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
7422
7423 * org-table.el (org-table-align): Change the order of reinsertion
7424 and deletion, to avoid problems with overlays following the table.
7425
7426 * org.el (org-parse-time-string): Better error message.
7427 (org-show-subtree): Use org-end-of-subtree.
7428
7429 * org-macs.el (org-goto-line): New defsubst.
7430
7431 * org.el (org-open-file, org-change-tag-in-region)
7432 (org-fast-tag-show-exit): Don't use `goto-line'.
7433
7434 * org-table.el (org-table-align, org-table-insert-column)
7435 (org-table-delete-column, org-table-move-column)
7436 (org-table-sort-lines, org-table-copy-region)
7437 (org-table-paste-rectangle, org-table-wrap-region)
7438 (org-table-get-specials, org-table-rotate-recalc-marks)
7439 (org-table-get-range, org-table-recalculate)
7440 (org-table-edit-formulas, org-table-fedit-convert-buffer)
7441 (org-table-show-reference, org-table-highlight-rectangle): Don't
7442 use `goto-line'.
7443
7444 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
7445 (org-edit-src-exit): Don't use `goto-line'.
7446
7447 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
7448
7449 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
7450 Don't use `goto-line'.
7451
7452 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
7453
7454 * org-colview.el (org-columns, org-columns-redo)
7455 (org-agenda-columns): Don't use `goto-line'.
7456
7457 * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
7458 use `goto-line'.
7459
7460 * org-agenda.el (org-agenda-mode): Force visual line motion off.
7461 (org-agenda-add-entry-text-maxlines): Improve docstring.
7462 (org-agenda-start-with-entry-text-mode): New option.
7463 (org-agenda-entry-text-maxlines): New option.
7464 (org-agenda-entry-text-mode): New variable.
7465 (org-agenda-mode): Set initial value of
7466 `org-agenda-entry-text-mode'.
7467 (org-agenda-mode-map): Add the `E' key.
7468 (org-agenda-menu): Add entry text mode to the menu.
7469 (org-agenda-get-some-entry-text): Fix line count bug.
7470 (org-finalize-agenda): Apply entry text mode if appropriate.
7471 (org-agenda-entry-text-show-here): New function.
7472 (org-agenda-entry-text-show): New function.
7473 (org-agenda-entry-text-hide): New function.
7474 (org-agenda-view-mode-dispatch): Add entry text mode to the view
7475 key menu.
7476 (org-agenda-entry-text-mode): New command.
7477 (org-agenda-set-mode-name): Add entry text mode to the mode line
7478 string.
7479 (org-agenda-undo, org-agenda-get-restriction-and-command)
7480 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
7481 `goto-line'.
7482
74832009-09-02 Bernt Hansen <bernt@norang.ca>
7484
7485 * org-clock.el (org-notify): Bugfix.
7486
74872009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7488
7489 * org-agenda.el (org-agenda-open-link): Handle multiple links and
7490 check for after-string.
7491
7492 * org-gnus.el (org-gnus-store-link): Simplify.
7493
7494 * org.el (org-latex-regexps): Don't add extra empty lines for
7495 display formulas.
7496
74972009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7498
7499 * org-agenda.el (org-agenda-get-some-entry-text): New function.
7500 (org-agenda-add-entry-text): Use
7501 `org-agenda-get-some-entry-text'.
7502
7503 * org.el (org-cycle-separator-lines): Update docstring.
7504 (org-cycle-show-empty-lines): Handle negative values for
7505 `org-cycle-show-empty-lines'.
7506
7507 * org-exp.el (org-export-protect-sub-super): New function.
7508 (org-export-normalize-links): Protect the url of plain links from
7509 supscript and superscript processing.
7510
7511 * org-remember.el (org-remember-escaped-%): New function.
7512 (org-remember-apply-template): Use `org-remember-escaped-%' to
7513 detect escaped % signs.
7514
75152009-09-02 Bastien Guerry <bzg@altern.org>
7516
7517 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
7518 sound when showing the notification.
7519
7520 * org-clock.el (org-notify): New function.
7521 (org-clock-notify-once-if-expired): Use `org-notify'.
7522
7523 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
7524 and `gnus-article-mode' separately.
7525 (gnus-summary-article-header): Fix the declare-function.
7526
75272009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7528
7529 * org-exp.el (org-export-format-source-code-or-example): Translate
7530 language.
7531
c4cc8b9a 7532 * org-src.el (org-src-lang-modes): New variable.
54a0dee5
CD
7533 (org-edit-src-code): Translate language.
7534
7535 * org-exp.el (org-export-format-source-code-or-example): Deal wit
7536 the new structure of the `org-export-latex-listings-langs'
7537 variable.
7538
7539 * org-latex.el (org-export-latex-listings-langs): Change structure
7540 of the variable from plist to alist.
7541
75422009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7543
7544 * org.el (org-in-commented-line): New function.
7545
75462009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7547
7548 * org.el (org-hide-block-toggle): Make folded blocks searchable.
7549
8bdd66dc 75502009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
54a0dee5
CD
7551
7552 * org.el (org-flag-drawer): More useful error.
7553
75542009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7555
7556 * org-remember.el (org-remember-apply-template): Use
7557 org-icompleting-read.
7558
7559 * org-publish.el (org-publish): Use org-icompleting-read.
7560
7561 * org-colview.el (org-columns-edit-value, org-columns-new)
7562 (org-insert-columns-dblock): Use org-icompleting-read.
7563
7564 * org-colview-xemacs.el (org-columns-edit-value)
7565 (org-columns-new, org-insert-columns-dblock): Use
7566 org-icompleting-read.
7567
7568 * org-attach.el (org-attach-delete-one, org-attach-open): Use
7569 org-icompleting-read.
7570
75712009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7572
7573 * org.el (org-hierarchical-todo-statistics): Improve docstring.
7574 (org-version): Return the version text.
7575 (org-org-menu): Add a menu entry for the new bug reporter.
7576 (org-submit-bug-report): New command.
7577
7578 * org-list.el (org-hierarchical-checkbox-statistics): Improve
7579 docstring.
7580
7581 * org.el (org-emphasis-regexp-components): Add "`" to set of
7582 pre-emphasis characters.
7583
7584 * org-latex.el (org-export-latex-classes): Always include the soul
7585 package.
7586 (org-export-latex-emphasis-alist): Use \st for strikethough.
7587
7588 * org-exp-blocks.el (org-export-blocks-preprocess): Use
7589 `indent-code-rigidly' to indent.
7590
7591 * org-agenda.el (org-agenda-get-restriction-and-command): Remove
7592 properties only if MATCH really is a string.
7593
75942009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7595
7596 * org-latex.el (org-export-latex-packages-alist): Fix
7597 customization type.
7598
7599 * org.el (org-create-formula-image): Also use
7600 `org-export-latex-packages-alist'.
7601
7602 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
7603 (org-export-as-html): Format footnotes correctly.
7604
76052009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7606
7607 * org.el (org-fast-tag-selection): Avoid text properties on tags
7608 in the alist.
7609
7610 * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
7611 text properties on the match element.
7612
76132009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7614
7615 * org.el (org-set-regexps-and-options): Make sure the list of done
7616 keywords is not invalid.
7617
7618 * org-exp.el (org-export-interpolate-newlines): New function.
7619
76202009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7621
7622 * org.el (org-format-latex): Avoid nested overlays.
7623
7624 * org-latex.el (org-export-latex-listings-langs): Add a few more
7625 languages.
7626
7627 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
7628 ignore newlines and space before the first macro argument.
7629
7630 * org-latex.el (org-export-latex-tables): Remove save-excursion
7631 around `org-table-align'.
7632
76332009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7634
7635 * org.el (org-export-html-special-string-regexps): Definition
8bdd66dc 7636 moved into org.el.
54a0dee5
CD
7637
7638 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
7639 in macro calls.
7640
76412009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7642
7643 * org-latex.el (org-export-latex-listings)
7644 (org-export-latex-listings-langs): New options.
7645
7646 * org-exp.el (org-export-format-source-code-or-example): Use
7647 listing package if requested by the user.
7648
76492009-09-02 Bastien Guerry <bzg@altern.org>
7650
7651 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
7652 command before actually switching to a buffer.
7653
76542009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7655
7656 * org-exp.el (org-get-file-contents): Only quote org lines when
7657 the markup is src or example.
7658
7659 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
c4cc8b9a 7660 New option.
54a0dee5
CD
7661 (org-agenda-get-day-entries): Remember deadline results and pass
7662 them on into the function getting the scheduling information.
7663 (org-agenda-get-scheduled): Accept deadline results as parameters
7664 and maybe skip some entries.
7665 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
7666
7667 * org.el (org-insert-heading): When respecting content, do not
7668 convert current line to headline.
7669
7670 * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
c4cc8b9a 7671 cheeeeeck the hd marker.
54a0dee5
CD
7672 (org-clock-in): Also set the hd marker.
7673 (org-clock-out): Also set the hd marker.
7674 (org-clock-cancel): Reset markers.
7675
7676 * org.el (org-clock-hd-marker): New marker.
7677
7678 * org-faces.el (org-agenda-clocking): New face.
7679
7680 * org-agenda.el (org-agenda-mark-clocking-task): New function.
a628ad9d 7681 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
54a0dee5
CD
7682
7683 * org.el (org-modules): Add org-track.el.
7684
7685 * org-agenda.el (org-agenda-bulk-marked-p): New function.
7686 (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
7687 `org-agenda-bulk-marked-p'.
7688 (org-agenda-bulk-toggle): New command.
7689
76902009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7691
7692 * org.el (org-move-subtree-down): Hide subtree if it was folded,
7693 not just the body.
7694
7695 * org-remember.el (org-remember-finalize): Avoid buffer-modified
7696 messages.
7697
14acf2f5
SM
76982009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * org-html.el (org-export-as-html):
7701 * org-docbook.el (org-export-as-docbook):
7702 Use (default-value 'major-mode) instead of default-major-mode.
7703
7f25cb00
CD
77042009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
7705
7706 * org-docbook.el: Add arch-tag.
7707
8bdd66dc 7708 * org-exp-blocks.el: Add arch-tag.
7f25cb00 7709
8bdd66dc 7710 * org-id.el: Add arch-tag.
7f25cb00 7711
8bdd66dc 7712 * org-indent.el: Add arch-tag.
7f25cb00 7713
8bdd66dc 7714 * org-inlinetask.el: Add arch-tag.
7f25cb00 7715
8bdd66dc 7716 * org-protocol.el: Add arch-tag.
7f25cb00 7717
c8d0cf5c
CD
77182009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
7719
7720 * org.el (org-create-formula-image): Remove the -E option for
7721 dvipng.
7722
7723 * org-exp.el (org-default-export-plist): Respect #+BIND.
7724 (org-export-confirm-letbind): New function.
7725
7726 * org.el (org-paste-subtree): Test the kill ring entry if it is
7727 going to be used.
7728 (org-copy-subtree): Use `org-forward-same-level'.
7729 (org-forward-same-level): Respect the `invisibe-ok' arg for
7730 back-to-heading.
7731
77322009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
7733
7734 * org.el (org-table-map-tables): Make sure cursor is back at table
7735 beginning after funcall.
7736
7737 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
7738 handled before children, and do not error if an entry is not
7739 found, probably because it hase been remove when the parent was
7740 archived or refiled.
7741
7742 * org.el (org-ido-completing-read): Accept straight lists for
7743 completion as well as alists.
7744
3e344045 7745 * org-timer.el (org-timer-cancel-timers): Rename from
c8d0cf5c
CD
7746 `org-timer-cancel-timers'.
7747
7748 * org.el (org-cycle-internal-local): Fix problem with finding next
7749 invisible line.
7750
77512009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
7752
7753 * org-list.el (org-list-send-list): Call
7754 `org-list-goto-true-beginning' instead of
7755 `org-list-find-true-beginning', which does not exist.
7756
7757 * org-timer.el (org-timer-reset-timers): Use `mapc'.
7758 (org-timer-set-timer): Do not assign to heading.
7759
7760 * org-id.el (org-id-open): Quote function name.
7761
7762 * org-macs.el (org-unmodified): Turn off recording undo
7763 information while running inside the macro.
7764
7765 * org-table.el (org-table-export): Also work in file-less
7766 buffers.
7767
7768 * org.el (org-startup-indented): New option.
7769 (org-startup-options): Add new options indent and noindent.
7770 (org-unfontify-region): Remove line-prefix and wrap-prefix
7771 properties.
7772 (org-after-demote-entry-hook, org-after-promote-entry-hook): New
7773 hooks.
7774 (org-promote, org-demote): Run the new hooks.
7775
7776 * org-table.el (org-table-align): Replace leading \n as well.
7777
7778 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
7779 and `line-wrap' text properties.
7780
7781 * org-compat.el (org-kill-new): New function.
7782
7783 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
7784 `line-wrap' text properties.
7785
7786 * org-indent.el: New file.
7787
77882009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
7789
7790 * org.el (org-provide-todo-statistics): Tweak docstring.
7791
7792 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
7793
77942009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
7795
7796 * org-exp.el (org-export-as-org): Insert the "-source" string
7797 before the extension.
7798
7799 * org.el (org-read-date): Make sure the calendar is in the current
7800 frame.
7801 (org-set-emph-re): Remove the ? from the post-match.
7802 (org-emphasis-regexp-components): Add backslash to the
7803 postmatch class.
7804 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
7805 optional so that also lines at the end of the buffers will still
7806 be matched as headlines.
7807
7808 * org-table.el (org-table-error-on-row-ref-crossing-hline):
7809 Variable made obsolete.
7810 (org-table-relative-ref-may-cross-hline): New option.
7811 (org-table-find-row-type): Honow the new option
7812 `org-table-relative-ref-may-cross-hline'.
7813
78142009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
7815
7816 * org-table.el (org-table-cut-region, org-table-copy-region): Work
7817 on single field if no active region.
7818
78192009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
7820
7821 * org-latex.el (org-export-latex-make-header): Only insert title
7822 if one is defined.
7823
7824 * org.el (org-make-options-regexp): Allow empty values.
7825
78262009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
7827
7828 * org.el (org-cycle-internal-local): Improved version of finding
7829 next visible line.
7830 (org-cycle-hide-drawers): Only hide drawers if this is really
7831 necessary.
7832 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
7833 org-version of this function in Org-mode. We use advice to
7834 implement this change, so that future changes to this function in
7835 outline.el wil be handled properly.
7836 (org-forward-same-level, org-backward-same-level): New commands.
7837
78382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
7839
7840 * org.el (org-remove-empty-overlays-at)
7841 (org-clean-visibility-after-subtree-move): New functons.
7842 (org-move-subtree-down): Simplify cleanup of display.
7843
78442009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
7845
7846 * org-mac-message.el (org-mac-message-get-links): Improve
7847 docstring. Make argument SELECT-OR-FLAGGED optional, default to
7848 "s". Fix the return value.
7849 (org-mac-message-insert-flagged): Simplify.
7850
7851 * org.el (org-refile-get-location): Tamper with refile history o
7852 that history contains compete matches instead of the entered
7853 string.
7854
78552009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
7856
7857 * org.el (org-store-link): Never store a link to an inline task.
7858
7859 * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
7860 inline tasks when positioning footnotes.
7861
7862 * org.el (org-refile): Remove the END line when archiving an
7863 inline task that does have an END line.
7864
7865 * org-archive.el (org-archive-subtree): Remove the END line when
7866 archiving an inline task that does have an END line.
7867
7868 * org-macs.el (org-with-limited-levels): New macro.
7869 (org-get-limited-outline-regexp): New function.
7870
7871 * org-exp.el (org-export-format-source-code-or-example): Fix bug
7872 that did not enumerate first line.
7873 (org-export-mark-radio-links): Skip matches in links.
7874
78752009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
7876
7877 * org.el (org-activate-plain-links): Make single-match.
7878 (org-adapt-indentation): Fix docstring.
7879
7880 * org-macs.el (org-unmodified): Turn of modification hooks while
7881 running this macro.
7882
78832009-08-06 Bastien Guerry <bzg@altern.org>
7884
7885 * org.el (org-adapt-indentation): Slightly improve the docstring.
7886 (org-occur): Sends an error when the user inputs an empty string.
7887 (org-priority): Bugfix: the tag alignement should happen within
7888 save-excursion.
7889
78902009-08-06 Bastien Guerry <bzg@altern.org>
7891
7892 * org.el (org-make-link-regexps): Don't exclude parentheses from
c4cc8b9a 7893 `org-plain-link-re'.
c8d0cf5c 7894 (org-cycle-internal-local): When locally cycling, switch directly
c4cc8b9a 7895 from CHILDREN to FOLDED if there is no subtree.
c8d0cf5c
CD
7896 (org-cycle): Update the docstring to document the new behavior of
7897 `org-cycle-internal-local'.
7898
8bdd66dc 78992009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
c8d0cf5c
CD
7900
7901 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
7902 an abbreviated format for days.
7903
79042009-08-06 Bastien Guerry <bzg@altern.org>
7905
7906 * org-protocol.el (org-protocol-default-template-key): New
7907 option.
7908
7909 * org.el (org-refile): Bugfix: save-excursion before reading the
7910 refile target, otherwise cursor moves might confuse `org-refile'.
7911
7912 * org.el (org-toggle-heading): Bugfix: correctly convert list
7913 items before the first headline.
7914
7915 * org.el (org-provide-todo-statistics): Allow a list of TODO
7916 keywords to compute statistics against headlines containing a
7917 keyword from this list.
7918 (org-update-parent-todo-statistics): Possibly use the new allowed
7919 value of `org-provide-todo-statistics'.
7920
79212009-08-06 Bastien Guerry <bzg@altern.org>
7922
7923 * org-timer.el: Add autoload cookie.
7924
7925 * org.el (org-occur-link-in-agenda-files): New function.
7926
7927 * org-timer.el (org-timer-last-timer): New variable.
7928
7929 * org-agenda.el (org-agenda-mode-map): New key for
7930 org-timer-set-timer called from the agenda.
7931
7932 * org.el (org-mode-map): New key for org-timer-set-timer.
7933
7934 * org-timer.el (org-timer-reset-timers)
7935 (org-timer-show-remaining-time, org-timer-set-timer): New
7936 functions.
7937
7938 * org-clock.el (org-show-notification): Update the docstring.
7939
7940 * org.el (org-provide-todo-statistics): Allow new value
7941 'all-headlines for this option, which includes entries with no
7942 TODO keywords in the todo statistics.
7943 (org-update-parent-todo-statistics): Possibly use the new
7944 'all-headline value from `org-provide-todo-statistics'.
7945
79462009-08-06 Bastien Guerry <bzg@altern.org>
7947
7948 * org-clock.el (org-dblock-write:clocktable): Add a new option
7949 :timestamp which allows display of timestamps in clock reports.
7950
7951 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
7952 list to a subtree, preserving the structure of the list.
7953 (org-set-emph-re): Make the last element optional in the regexp.
7954 This regexp now matches an emphasized string at the end of a line.
7955
7956 * org-list.el (org-list-goto-true-beginning)
7957 (org-list-make-subtree, org-list-make-subtrees): New functions.
7958
7959 * org.el (org-eval-in-calendar): Select the right frame.
7960 (org-save-frame-excursion): Remove this macro.
7961
79622009-08-06 Bastien Guerry <bzg@altern.org>
7963
7964 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
7965 trying to find the beginning of a list.
7966
7967 * org-exp.el (org-get-file-contents): Use a new argument: markup.
7968 When present, tell org-get-file-contents not to protect org-like
7969 lines.
7970
7971 * org-id.el (org-id-uuid-program): New option to set the name of
7972 the uuidgen program.
7973 (org-id-method): Use `org-id-uuid-program'.
7974 (org-id-new): Use `org-id-uuid-program'.
7975
79762009-08-06 Bastien Guerry <bzg@altern.org>
7977
7978 * org-exp.el (org-export-number-lines): Allow whitespace in code
7979 references. Allow the -r switch to remove the references in the
7980 source code even when the lines are not numbered: the labels can
7981 be explicit enough.
7982
7983 * org.el (org-fontify-whole-heading-line): New option.
7984 (org-set-font-lock-defaults): Use the new option.
7985
7986 * org-clock.el (org-show-notification-handler): New option.
7987 (org-show-notification): Use the new option.
7988
79892009-08-06 Bastien Guerry <bzg@altern.org>
7990
7991 * org.el (org-eval-in-calendar): Fix a bug about calendar
7992 navigation when `calendar-setup' value is 'calendar-only.
7993
79942009-08-06 Bastien Guerry <bzg@altern.org>
7995
7996 * org.el (orgstruct++-mode): Fix typo in docstring.
7997 (org-insert-link): Clean up: (or (...)) => (...)
7998 (org-insert-link): Use TAB for stored links completion.
7999
80002009-08-06 Bastien Guerry <bzg@altern.org>
8001
8002 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
8003 building the list of targets.
8004
8005 * org-remember.el (org-remember-delete-empty-lines-at-end): New
8006 option.
8007 (org-remember-handler): Use the new option.
8008
80092009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
8010
8011 * org.el (org-tags-sort-function): New option for sorting tags.
8012 (org-set-tags): Use the new option to sort tags.
8013
8014 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
8015 premature deletion of the data when using org-plot in a script.
8016
80172009-08-06 Bastien Guerry <bzg@altern.org>
8018
8019 * org-clock.el (org-clock-in-prepare-hook): New hook.
8020 (org-clock-in): Use this new hook.
8021
80222009-08-06 Bastien Guerry <bzg@altern.org>
8023
8024 * org.el (org-special-ctrl-a/e): Explicitely bind the value
8025 'reversed for this option to the "true line boundary first"
8026 behavior.
8027 (org-tags-match-list-sublevels): Document the 'indented value for
8028 this variable.
8029
8030 * org-latex.el (org-export-latex-first-lines): Fix problem with
8031 publishing the region.
8032
8033 * org-exp.el (org-export-format-source-code-or-example): Fix
8034 bad line numbering when exporting examples in HTML.
8035
80362009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
8037
8038 * org-colview.el (org-format-time-period): Formats a time in
8039 fractional days as days, hours, mins, seconds.
8040 (org-columns-display-here): Add special handling for SINCE and
8041 SINCE_IA to format for display.
8042
8043 * org.el (org-time-since): Add a function to get the time since an
8044 org timestamp.
8045 (org-entry-properties): Add two new special properties: SINCE and
f924a367 8046 SINCE_IA. These give the time since any active or inactive
c8d0cf5c
CD
8047 timestamp in an entry.
8048 (org-special-properties): Add SINCE, SINCE_IA.
8049 (org-tags-sort-function): Add custom declaration for tags
8050 sorting function.
8bdd66dc 8051 (org-set-tags): Sort tags if org-tags-sort-function is set.
c8d0cf5c
CD
8052
80532009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8054
8055 * org-clock.el (org-clock-goto): Find hidden headlines as well.
8056
8057 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
8058
8059 * org-plot.el (org-plot/add-options-to-plist): Add timeind
8060 option.
8061
80622009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8063
8064 * org-publish.el (org-publish-remove-all-timestamps): New function.
8065 (org-publish-all): Remove all timestamp files if `org-publish-all'
8066 is called with a prefix argument.
8067
8068 * org-list.el (org-indent-item): Fix typo.
8069 (org-item-indent-positions): Normalize ordered bullet.
8070
80712009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8072
8073 * org-macs.el (org-set-local): Make a local variable, do not make
8074 the variable buffer-local!
8075
8076 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
8077
8078 * org-exp.el (org-infile-export-plist): Read BIND lines.
8079 (org-install-letbind): New function.
8080 (org-export-as-org, org-export-preprocess-string): Call
8081 `org-install-letbind'.
8082
8083 * org-list.el (org-list-demote-modify-bullet): New option.
8084 (org-first-list-item-p): Save point.
8085 (org-fix-bullet-type): New optional argument FORCE-BULLET.
8086 (org-indent-item): Honor `org-list-demote-modify-bullet'.
8087 (org-item-indent-positions): Return bullet types along with
8088 indentation.
8089
80902009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8091
8092 * org.el (org-show-entry): Hide drawers.
8093
80942009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8095
8096 * org-footnote.el (org-footnote-auto-adjust): New option.
8097 (org-footnote-auto-adjust-maybe): New function.
8098 (org-footnote-new, org-footnote-delete): Call
8099 `org-footnote-auto-adjust-maybe'.
8100
8101 * org.el (org-startup-options): Add new footnote-related
8102 keywords.
8103
8104 * org-publish.el (org-publish-timestamp-filename): Additional
8105 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
8106 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
8107 TRUE-PUB-DIR. Pass them through to
8108 `org-publish-timestamp-filename'.
8109 (org-publish-update-timestamp): Additional arguments PUB-DIR and
8110 PUB-FUNC, which are included in the hash.
8111 (org-publish-file): Delay timestamp test until the publishing
8112 function is known.
8113
81142009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8115
8116 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
8117 setting the deadline.
8118
8119 * org.el (org-read-date-final-answer): New variable.
8120 (org-read-date): Store the final answer string, including the date
8121 from the calendar, for reuse by agenda bulk commands.
8122
8123 * org-publish.el (org-publish-attachment): Fix publishing of
8124 attachments.
8125
8126 * org-latex.el (org-export-latex-quotation-marks): Fix export of
8127 quotation makrs in parenthesis.
8128 (org-remove-initial-hash): New function.
8129 (org-export-latex-preprocess): Fix bug with infinite loop if
8130 environment is not properly closed.
8131
8132 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
8133 when indented.
8134
8135 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
8136 highlight also when indented.
8137
81382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8139
8140 * org-footnote.el (org-footnote-renumber-fn:N): New command.
8141 (org-footnote-action): Offer renumbering.
8142
8143 * org.el (org-cycle): Honor the `integrate' value of
8144 org-cycle-include-plain-lists'.
8145
8146 * org-list.el (org-cycle-include-plain-lists): New allowed value
8147 `internal'. Improve the docstring.
8148
8149 * org.el (org-set-autofill-regexps): Improve the paragraph-start
8150 regexp to work better with LaTeX commands.
8151
81522009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8153
8154 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
8155 and eps extensions.
8156
81572009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8158
8159 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
8160 loaded.
8161
8162 * org.el (org-map-entries): No longer force
8163 `org-tags-match-list-sublevels' to t during a todo-only tags
8164 search.
8165
81662009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8167
8168 * org-latex.el (org-export-latex-low-levels): Allow user-defined
8169 environment.
8170 (org-export-latex-subcontent): Handle user-defined environment.
8171
8172 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
8173 the View dispatcher.
8174
8175 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
8176 `make-overlay'.
8177
8178 * org-latex.el (org-export-as-pdf): Protect match data during call
8179 to shell-quote-argument.
8180
8181 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
8182 (org-agenda-view-mode-dispatch): New function.
8183
81842009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8185
8186 * org-agenda.el (org-agenda-mode): Reset list of marks.
8187 (org-agenda-mode-map): Define new keys for refile and bulk action.
8188 (org-agenda-menu): Add menu itesm for refile and bulk action.
8189 (org-agenda-refile): New function.
8190 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
8191 (org-agenda-marked-entries): New variable.
8192 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
8193 (org-agenda-remove-all-bulk-action-marks)
8194 (org-agenda-bulk-action): New functions/commands.
8195
81962009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8197
8198 * org-exp.el (org-get-file-contents): Protect org-like lines in
8199 included files.
8200 (org-export-format-source-code-or-example): Remove newlines.
8201
8202 * org-latex.el (org-export-latex-links): Check for no-description
8203 marking.
8204
8205 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
8206 argument separator back to comma.
8207 (org-export-normalize-links): Mark links without description.
8208
82092009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8210
8211 * org-exp.el (org-infile-export-plist): Fix bug in macro
8212 processing.
8213
8214 * org-agenda.el (org-agenda-clock-out): Update line after clocking
8215 out.
8216 (org-agenda-highlight-todo): Fix bug with highlighting.
8217
82182009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8219
8220 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
8221 new alignment strings.
8222
8223 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
8224 command list.
8225 (org-table-align): Check for forced align type.
8226
8227 * org.el (org-self-insert-command): Add yas/expand to command
8228 list.
8229
8230 * org-clock.el (org-clock-in-hook): New hook.
8231 (org-clock-in): Run `org-clock-in-hook.
8232 (org-clock-out-hook): New hook.
8233 (org-clock-out): Run `org-clock-out-hook.
8234 (org-clock-cancel-hook): New hook.
8235 (org-clock-cancel): Run `org-clock-cancel-hook.
8236 (org-clock-goto-hook): New hook.
8237 (org-clock-goto): Run `org-clock-goto-hook.
8238
82392009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8240
8241 * org.el (org-store-link): Better default description for link to
8242 Org-mode headline.
8243
8244 * org-exp.el (org-export-generic): Autoload the generic exporter
8245 function.
8246 (org-export): Implement the `g' key for the generic exporter.
8247
82482009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8249
8250 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
8251 and for zbacktab'.
8252
8253 * org-exp.el (org-infile-export-plist): Get macros also from
8254 #+SETUPFILE.
8255
82562009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8257
8258 * org-colview.el (org-columns-capture-view): Protect vertical bars
8259 in column values.
8260 (org-columns-capture-view): Exclude comment and archived trees.
8261
8262 * org-colview-xemacs.el (org-columns-capture-view): Protect
8263 vertical bars in column values.
8264 (org-columns-capture-view): Exclude comment and archived trees.
8265
8266 * org.el (org-quote-vert): New function.
8267
8268 * org-latex.el (org-export-latex-verbatim-wrap): New option.
8269
8270 * org-exp.el (org-export-format-source-code-or-example): Use
8271 `org-export-latex-verbatim-wrap'.
8272
8273 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
8274 time stamps.
8275
646bcdd7 82762009-08-06 Eric Schulte <schulte.eric@gmail.com>
c8d0cf5c
CD
8277
8278 * org-exp-blocks.el: New file.
8279
646bcdd7
GM
82802009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8281
c8d0cf5c
CD
8282 * org-remember.el (org-remember-templates): Allow the headline
8283 element to be a function.
8284 (org-remember-apply-template): If the headline is a function, call
8285 it to get the true function.
8286
8287 * org-clock.el (org-clock-menu): New function.
8288 (org-clock-update-mode-line): Update help string.
8289 (org-clock-modify-effort-estimate): New function.
8290 (org-clock-mark-default-task): New function.
8291
8292 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
8293 minutes as input.
8294 (org-org-menu): Add new clocking stuff.
8295 (org-clock-is-active): New function.
8296
82972009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8298
8299 * org.el (org-open-non-existing-files): Improve docstring.
8300
83012009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8302
8303 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
8304 option.
8305 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
8306
8307 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
8308
8309 * org-list.el (org-get-checkbox-statistics-face): Use the new
8310 faces.
8311
8312 * org-faces.el (org-checkbox-statistics-todo)
8313 (org-checkbox-statistics-done): New faces.
8314
83152009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8316
8317 * org-latex.el (org-export-latex-use-verb): New variable.
8318 (org-export-latex-emph-format): Prefer \texttt over \verb when
8319 org-export-latex-use-verb is set.
8320
83212009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8322
8323 * org-remember.el (org-remember-handler): Abort remember if the
8324 buffer is empty.
8325
8326 * org-exp.el (org-export-format-source-code-or-example): Run
8327 `org-src-mode-hook'.
8328
83292009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8330
8331 * org.el (org-indent-line-function): Fix indentation of +#end lines.
8332
83332009-08-06 Tassilo Horn <tassilo@member.fsf.org>
8334
8335 * org-gnus.el (org-gnus-store-link): Require message.el in
8336 org-gnus-store-link.
8337
83382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8339
646bcdd7 8340 * org-src.el: New file, split out of org.el.
c8d0cf5c
CD
8341
8342 * org-macs.el (org-replace-match-keep-properties): New function.
8343
8344 * org-exp.el (org-export-mark-blockquote-verse-center): Better
8345 preprocessing of center and quote and verse blocks.
8346
8347 * org-list.el (org-list-end): Respect the stored "original"
8348 indentation when determining the end of the list.
8349
8350 * org-exp.el (org-export-replace-src-segments-and-examples):
8351 Remember indentation correctly.
8352
83532009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8354
8355 * org-clock.el (org-clock-update-mode-line): Apply face
8356 org-mode-line-clock.
8357
8358 * org-faces.el (org-mode-line-clock): New face.
8359
83602009-08-06 Tassilo Horn <tassilo@member.fsf.org>
8361
8362 * org-gnus.el (org-gnus-store-link): Fix bug where
8363 `org-gnus-store-link' used wrong subject when called in an article
8364 buffer. Patch provided by fengli AT gmail DOT com.
8365
83662009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8367
8368 * org-exp.el (org-export-format-source-code-or-example): Remember
8369 the original indentation of source code snippets and examples.
8370
8371 * org-latex.el (org-export-as-latex): Relocate the table of
8372 contents.
8373
8374 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
8375
8376 * org-agenda.el (org-run-agenda-series): Scope global options also
8377 when creating the agenda buffer.
8378
83792009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8380
8381 * org.el (org-adapt-indentation): Improve documentation.
8382 (org-insert-property-drawer): Respect org-adapt-indentation when
8383 inserting the drawer.
8384 (org-remove-flyspell-overlays-in): New function.
8385 (org-do-emphasis-faces, org-activate-plain-links)
8386 (org-activate-code, org-fontify-meta-lines-and-blocks)
8387 (org-activate-angle-links, org-activate-footnote-links)
8388 (org-activate-bracket-links, org-activate-dates)
8389 (org-activate-target-links, org-activate-tags): Remove flyspell
8390 overlays.
8391
83922009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8393
8394 * org.el (org-edit-src-save): New function.
8395
8396 * org-clock.el (org-clock-out-switch-to-state): New option.
8397 (org-clock-out): Honor `org-clock-out-switch-to-state'.
8398
8399 * org-compat.el (org-compatible-face): Improve macro.
8400
8401 * org.el (org-global-properties-fixed): Add default for
8402 CLOCK_MODELINE_TOTAL.
8403
76e3243a
JB
8404 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
8405 and tend.
c8d0cf5c
CD
8406 (org-clock-sum-current-item): Optional argument TSTART, pass it to
8407 org-clock-sum.
8408 (org-clock-get-sum-start): New function.
8409
8410 * org.el (org-startup-options): New keywords blockhide and
8411 blockshow.
8412 (org-mode): Add new invisibility spec.
8413 (org-set-startup-visibility): Hide block on startup if so
8414 desired.
8415 (org-hide-block-startup): New option.
8416 (org-block-regexp): New constant.
8417 (org-hide-block-overlays): New variable.
8418 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
8419 (org-show-block-all, org-hide-block-toggle-maybe)
8420 (org-hide-block-toggle): New functions.
8421 (org-edit-src-exit): Do not quote lines starting with # and no +
8422 behind it.
8423 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
8424 entry.
8425
84262009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8427
8428 * org.el (org-buffer-property-keys): Add Effort property for
8429 completion.
8430
84312009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8432
8433 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
8434 when retrieving total clocked time in the subtree.
8435
8436 * org.el (org-quoting-blocks): New variable.
8437
84382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8439
8440 * org-table.el (org-table-store-formulas)
8441 (org-table-get-stored-formulas, org-table-fix-formulas)
8442 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
8443 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
8444
8445 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
8446 indented #+TBLFM line.
8447
8448 * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
8449 indented #+TBLFM line.
8450
8451 * org-colview.el (org-dblock-write:columnview): Allow indented
8452 #+TBLFM line.
8453
8454 * org-colview-xemacs.el (org-dblock-write:columnview): Allow
8455 indented #+TBLFM line.
8456
8457 * org-clock.el (org-dblock-write:clocktable): Allow indented
8458 #+TBLFM line.
8459
84602009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8461
8462 * org-exp.el (org-export-format-source-code-or-example): Make
8463 editing indented blocks work correctly.
8464
8465 * org.el (org-edit-src-nindent): New variable.
8466 (org-edit-src-code, org-edit-fixed-width-region)
8467 (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
8468 editing indented blocks work correctly.
8469
84702009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8471
3e344045 8472 * org-exp.el (org-export-replace-src-segments-and-examples): Find
c8d0cf5c
CD
8473 indented blocks.
8474 (org-export-format-source-code-or-example): Fix indentation of
8475 blocks.
8476 (org-export-remove-indentation): New function.
8477 (org-export-select-backend-specific-text): Allow backend-specific
8478 code to be indented.
8479 (org-export-mark-blockquote-verse-center): Allow markers to be
8480 indented.
8481
8482 * org.el (org-fontify-meta-lines): New function.
8483 (org-set-font-lock-defaults): Call the new fontification
8484 function.
8485
c4cc8b9a 8486 * org-faces.el (org-meta-line): New face.
8bdd66dc 8487 (org-block): New face.
c8d0cf5c
CD
8488
84892009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8490
8491 * org.el (org-treat-insert-todo-heading-as-state-change)
8492 (org-treat-S-cursor-todo-selection-as-state-change): New
8493 variables.
8494 (org-insert-todo-heading): Honor
8495 `org-treat-insert-todo-heading-as-state-change'.
8496 (org-shiftright, org-shiftleft): Honor
8497 `org-treat-S-cursor-todo-selection-as-state-change'.
8498 (org-inhibit-logging): New variable.
8499
85002009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8501
8502 * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
8503 range for marker position checking.
8504
8505 * org-latex.el (org-export-latex-first-lines): Fix bug when
8506 exporting a region.
8507
85082009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8509
8510 * org-exp.el (org-export-push-to-kill-ring): Protect using
8511 x-set-selection, because that does not always work.
8512
8513 * org-agenda.el (org-agenda-list): Apply the new face
8514 `org-agenda-date-today'.
8515
8516 * org-faces.el (org-agenda-date-today): New face.
8517
85182009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8519
8520 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
8521 creating appointments.
8522
8523 * org-latex.el (org-export-latex-low-levels): Fix customization
8524 type.
8525
8526 * org.el (org-priority, org-shiftup, org-shiftdown): Disable
8527 priority commands.
8528
8529 * org-agenda.el (org-agenda-priority): Disable priority commands.
8530
8531 * org.el (org-enable-priority-commands): New option.
8532
8533 * org-colview-xemacs.el (org-columns-compute)
8534 (org-columns-number-to-string): Fix problems with empty fields.
8535
8536 * org-colview.el (org-columns-compute)
8537 (org-columns-number-to-string): Fix problems with empty fields.
8538
8539 * org-exp.el (org-export-push-to-kill-ring): New function.
8540 (org-export-copy-to-kill-ring): New option.
8541
8542 * org-latex.el (org-export-as-latex): Call
8543 `org-export-push-to-kill-ring'.
8544
8545 * org-exp.el (org-export-show-temporary-export-buffer): New
8546 option.
8547
8548 * org-latex.el (org-export-as-latex): Use
8549 `org-export-show-temporary-export-buffer'.
8550
8551 * org-exp.el (org-export-show-temporary-export-buffer): New
8552 option.
8553 (org-export-push-to-kill-ring): New function.
8554
8555 * org-colview.el (org-columns-compile-map): New variable.
8556 (org-columns-new, org-columns-compute)
8557 (org-columns-number-to-string, org-columns-uncompile-format)
8558 (org-columns-compile-format): Implement new operators.
8559
85602009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8561
8562 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
8563
8564 * org-list.el (org-update-checkbox-count): Make property
8565 dependent.
8566
8567 * org.el (org-hierarchical-todo-statistics): New option.
3e344045 8568 (org-update-parent-todo-statistics): Modify to handle recursive
c8d0cf5c
CD
8569 statistics.
8570
85712009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8572
8573 * org-publish.el (org-publish): Make this function behave
8574 correctly in interactive use when called with a prefix argument.
8575
8576 * org.el (org-todo-statistics-hook): New hook.
8577 (org-update-parent-todo-statistics): Use new hook.
8578 (org-log-into-drawer): New function.
8579 (org-add-log-setup): Use the new `org-log-into-drawer' function to
8580 determine if we should be logging into a drawer.
8581 (org-log-into-drawer): Update docstring.
8582 (org-default-properties): Add LOG_INTO_DRAWER as a property.
8583
8584 * org-list.el (org-checkbox-statistics-hook): New hook.
8585 (org-update-checkbox-count-maybe): Use new hook.
8586
85872009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8588
8589 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
8590 better bufer-generating mechanism.
8591 (org-edit-src-find-buffer): New function.
8592
8593 * org-icalendar.el (org-print-icalendar-entries): Don't check for
8594 archive tag, this is already done by `org-agenda-skip'.
8595 data while constructing lost of tags.
8596
85972009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8598
8599 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
8600 as argument separator in macros.
8601
86022009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8603
8604 * org.el (org-after-sorting-entries-or-items-hook): New hook.
8605 (org-sort-entries-or-items): Run the new hook.
8606 (org-after-refile-insert-hook): New hook.
8607 (org-refile): Run `org-after-refile-insert-hook'.
8608
8609 * org-agenda.el (org-agenda-get-progress): Never take time of day
8610 from headline when displaying progress.
8611
8612 * org-latex.el (org-export-latex-complex-heading-re): New variable.
8613 (org-export-as-latex): Force the correct regexp in the
8614 preprocessor buffer.
8615 (org-export-latex-set-initial-vars): Set
8616 `org-export-latex-complex-heading-re'.
8617
8618 * org-agenda.el (org-agenda-start-with-log-mode): New option.
8619 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
8620
86212009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8622
8623 * org-latex.el (org-export-latex-tables-centered): New option.
8624 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
8625
8626 * org-exp.el (org-export-as-org): New command.
8627 (org-export-as-org): New command.
8628
8629 * org-publish.el (org-publish-org-to-org): New function.
8630
86312009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8632
8633 * org.el (org-yank): Just call `org-yank-generic'.
8634 (org-yank-generic): New function, containing the formaer
8635 functionality of `org-yank'.
8636
8637 * org-latex.el (org-export-latex-not-done-keywords)
8638 (org-export-latex-done-keywords): New variables.
8639 (org-export-latex-todo-keyword-markup): New option.
8640 (org-export-latex-set-initial-vars): Remember the TODO keywords.
8641 (org-export-latex-keywords-maybe): Apply the TODO markup.
8642
86432009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8644
8645 * org-exp.el (org-infile-export-plist): Add more default macros.
8646 (org-export-preprocess-apply-macros): Process macro arguments.
8647
86482009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8649
a628ad9d 8650 * org-icalendar.el (org-icalendar-include-todo): New allowed value
c8d0cf5c
CD
8651 `unblocked'.
8652 (org-print-icalendar-entries): Respect the new value of
8653 `org-icalendar-include-todo'.
8654
8655 * org.el (org-link-try-special-completion)
8656 (org-file-complete-link): New functions.
8657 (org-insert-link): Add special completion support for some link
8658 types.
8659
8660 * org-bbdb.el (org-bbdb-complete-link): New function.
8661
86622009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8663
8664 * org-list.el (org-update-checkbox-count): Allow recursive
8665 statistics.
8666 (org-hierarchical-checkbox-statistics): New option.
8667
8668 * org.el (org-cycle): Remove erraneous space character.
8669
8670 * org-icalendar.el (org-icalendar-timezone): Initialize from
8671 environment.
8672
86732009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8674
8675 * org.el (org-autoload): Fix autoloading of ascii export
8676 functions.
8677 (org-modules): Add org-special-blocks.
8678
86792009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8680
8681 * org-icalendar.el (org-start-icalendar-file): Use the new option.
8682 (org-ical-timezone): New option.
8683
8684 * org-exp.el (org-export-get-coderef-format): Use the description
8685 is present.
8686
8687 * org.el (org-sort-entries-or-items): Improve docstring, and make
8688 better implementation for time sorting.
8689
86902009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8691
8692 * org.el (org-edit-src-persistent-message): New option.
8693 (org-edit-src-code, org-edit-fixed-width-region): Use the new
8694 option.
8695
8696 * org-clock.el (org-clock-insert-selection-line): Fix prefious
8697 patch.
8698
8699 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
8700 separate buffer instead of indirect buffer to edit source code.
8701 (org-edit-src-exit): Make this function work with the new setup.
8702
8703 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
8704 are properly fontified before shown in the selection menu.
8705
8706 * org.el (org-fontify-like-in-org-mode): New function.
8707
8708 * org-latex.el (org-export-latex-links): Use the property list to
8709 retrieve the default image attributes.
8710
8711 * org-exp.el (org-export-plist-vars): Add a new option.
8712
87132009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8714
8715 * org-exp.el (org-export, org-export-visible): Support ASCII
c4cc8b9a 8716 export to buffer.
c8d0cf5c
CD
8717 (org-export-normalize-links): Do not protect the description if it
8718 is explicitly given.
8719
3e344045 8720 * org-list.el (org-reset-checkbox-state-subtree): Move here from
c8d0cf5c
CD
8721 org-checklist.el.
8722 (org-reset-checkbox-state-subtree): Call
8723 `org-reset-checkbox-state-subtree'.
8724
8725 * org-remember.el (org-select-remember-template): For the
8726 selection of a valid template.
8727
8728 * org-latex.el (org-export-region-as-latex): Supply the
8729 force-no-subtree argument.
8730 (org-export-as-latex): Provide better limits when exporting the
8731 first line. When exporting to string, we still want the first
8732 lines.
8733 (org-export-latex-first-lines): New argument END, to force the end
8734 of the region.
8735 (org-export-region-as-latex): Use the property list.
8736 (org-export-as-latex):
8737
8738 * org-colview-xemacs.el (org-columns-remove-overlays)
8739 (org-columns): Fix call to `local-variable-p'.
8740
87412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8742
8743 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
8744 (org-export-latex-preprocess): Run the new hook.
8745
8746 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
8747 (org-export-preprocess-string): Run the new hook.
8748
87492009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8750
8751 * org-macs.el (org-check-external-command): New defsubst.
8752
8753 * org.el (org-mode-map): New key for reload.
8754 (org-format-latex): Better error message when external programs
8755 are not available.
8756
8757 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
8758
8759 * org.el (org-sort-entries-or-items): Explicit sorting function
8760 for priorities, needed for XEmacs compatibility.
8761
8762 * org-remember.el (org-remember-apply-template): Improve auto-save
8763 behavior.
8764
87652009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8766
8767 * org-latex.el (org-export-latex-preprocess): Also protect
8768 environments ending in a star.
8769
8770 * org-list.el (org-at-item-p): Fix regular expression.
8771
87722009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8773
8774 * org.el (org-end-of-subtree): Improve speed.
8775
8776 * org-agenda.el (org-agenda-get-timestamps)
8777 (org-agenda-get-progress, org-agenda-get-deadlines)
8778 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
8779 in particular, wait as long as possible to collect the tags.
8780 (org-stuck-projects): Improve docstring.
8781
8782 * org.el (org-store-link): No errors when getting custom id before
8783 first headline.
8784 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
8785
87862009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8787
8788 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
8789
8790 * org-protocol.el: Remove dependency on url.el.
8791 (org-protocol-unhex-compound, org-protocol-open-source): Remove
8792 dependency on url.el.
8793
8794 * org-latex.el (org-export-as-pdf): Use
8795 `org-latex-to-pdf-process'.
8796
87972009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8798
8799 * org-latex.el (org-latex-to-pdf-process): New option.
8800
8801 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
8802 New option.
8803 (org-agenda-get-timestamps): Honor
8804 `org-agenda-skip-additional-timestamps-same-entry'.
8805
8806 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
8807 (org-clock-goto): Find recent task only if
8808 `org-clock-goto-may-find-recent-task' allows it.
8809
8810 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
8811 drawers, and drawers that are missing the :END: line.
8812
88132009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8814
8815 * org-clock.el (org-clock-goto): Go to recently clocked task if no
8816 clock is running.
8817
88182009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8819
8820 * org.el (org-update-parent-todo-statistics): Check for
8821 STATISTICS_FROM property.
8822
8823 * org-list.el (org-update-checkbox-count): Check for
8824 STATISTICS_FROM property.
8825
8826 * org.el (org-tab-first-hook)
8827 (org-tab-after-check-for-table-hook)
8828 (org-tab-after-check-for-cycling-hook): New hooks.
8829 (org-cycle-internal-global, org-cycle-internal-local): New
8830 functions, split out from `org-cycle'.
8831 (org-cycle): Call the new hooks.
8832
88332009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8834
8835 * org-exp.el (org-export-preprocess-string): Reset the list of
8836 preferred targets for each run of the preprocessor.
8837
8838 * org.el (org-refile-target-verify-function): Improve
8839 documentation.
8840 (org-get-refile-targets): Respect point being moved by the
8841 verification function.
8842
8843 * org-latex.el (org-export-latex-timestamp-keyword-markup): New
8844 option.
8845 (org-export-latex-keywords): Use new option.
8846
8847 * org.el (org-rear-nonsticky-at): New defsubst.
8848 (org-activate-plain-links, org-activate-angle-links)
8849 (org-activate-footnote-links, org-activate-bracket-links)
8850 (org-activate-dates, org-activate-target-links)
8851 (org-activate-tags): Place the rear-nonsticky properties at the
8852 correct location.
8853
88542009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8855
8856 * org-protocol.el (server-edit): Declare `server-edit'.
8857 (org-protocol-unhex-string, org-protocol-unhex-compound): New
8858 functions.
8859 (org-protocol-check-filename-for-protocol): Call `server-edit'.
8860
8861 * org.el (org-default-properties): New default properteis for
8862 completion.
8863
8864 * org-exp.el (org-export-add-subtree-options): Add new properties
8865 for subtree export.
8866
88672009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8868
8869 * org-id.el (org-id-get-with-outline-path-completion): Turn off
8870 org-refile-target-verify-function for the duration of the command.
8871
8872 * org.el (org-link-to-org-use-id): New possible value
8873 `create-if-interactive-and-no-custom-id'.
8874 (org-store-link): Use custom IDs.
8875 (org-link-search): Find custom ID properties from #link.
8876 (org-default-properties): Add CUSTOM_ID for property completion.
8877 (org-refile-target-verify-function): New option.
8878 (org-goto): Turn off org-refile-target-verify-function
8879 for the duration of the command.
8880
88812009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8882
8883 * org-exp.el (org-export-preferred-target-alist): New variable.
8884 (org-export-define-heading-targets): Find the new CUSTOM_ID
8885 property.
8886 (org-export-target-internal-links): Target the custom ids when
8887 possible.
8888
8889 * org-latex.el (org-export-latex-preprocess): Better regexp for
8890 matching latex macros with arguments.
8891
88922009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8893
8894 * org-remember.el (org-remember-handler): Allow filing to non-org
8895 files.
8896
8bdd66dc 88972009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
c8d0cf5c
CD
8898
8899 * org-table.el (org-table-fix-formulas): Do not change references
8900 to remote tables.
8901 (org-table-get-remote-range): Convert standard coordinates to RC
8902 format.
8903
8904 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
8905
89062009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8907
8908 * org-compat.el (org-sha1-string): Function removed.
8909
8910 * org.el (org-refile-allow-creating-parent-nodes): New option.
8911 (org-refile-get-location): New argument NEW-NODES.
8912 (org-refile): Call `org-refile-get-location' with the new
8913 argument.
8914 (org-refile-get-location): Arrange for adding a new child.
8915 (org-refile-new-child): New function.
8916
8917 * org-clock.el: Fix a number of docstrings.
8918 (org-clock-find-position): New argument
8919 FIND-UNCLOSED to make the function find an unclosed clock in the
8920 entry.
8921 (org-clock-in): Call `org-clock-find-position' with the new
8922 argument if we might be resuming a clock.
8923
89242009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8925
8926 * org-latex.el (org-export-latex-display-custom-times): New variable.
8927 (org-export-latex-timestamp-markup): New option.
8928 (org-export-latex-set-initial-vars): Remember the local value of
8929 `org-display-custom-times'.
8930 (org-export-latex-content): Process time stamps.
8931 (org-export-latex-time-stamps): New function.
8932
8933 * org-macs.el (org-maybe-intangible): Add intangible property
8934 again to invisible text.
8935
89362009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8937
8938 * org-exp.el (org-default-export-plist): Handle undefined
8939 variables.
8940
89412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8942
8943 * org.el (org-sort-entries-or-items): Match TODO keywrds
8944 case-sensitively, when sorting.
8945 (org-priority): Do not match TODO keywords with wrong case.
8946
89472009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8948
8949 * org.el (org-todo): Honor the NOBLOCKING property.
8950
8951 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
8952 NOBLOCKING property.
8953
8bdd66dc 8954 * org.el (org-scan-tags): Fix bug in tag scanner.
c8d0cf5c
CD
8955
89562009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8957
8958 * org.el (org-modules): Mark obsolete packages.
8959
8960 * org-html.el: New file, split out from org-exp.el.
8961
8962 * org-icalendar.el: New file, split out from org-exp.el.
8963
8964 * org-xoxo.el: New file, split out from org-exp.el.
8965
8966 * org-ascii.el: New file, split out from org-exp.el.
8967
89682009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8969
8970 * org-compat.el (org-find-library-name): New function.
8971
8972 * org.el (org-pre-cycle-hook): New hook.
8973 (org-cycle): Call the new hook in appropriate places.
8974 (org-reload): Only reload files that have been loaded before.
8975
89762009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8977
8978 * org.el (org-set-font-lock-defaults): Enforxe space or line end
8979 after todo keyword.
8980 (org-todo): When changing TODO state, do matching
8981 case-sensitively.
8982 (org-map-continue-from): New variable.
8983 (org-scan-tags): Respect values in `org-map-continue-from'.
8984 (org-reload): Make XEmacs compatible.
8985
89862009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8987
8988 * org-protocol.el (org-protocol-flatten-greedy): New function.
8989 (org-protocol-flatten): New function.
8990
8991 * org.el (org-open-link-from-string): Pass reference buffer to
8992 `org-open-at-point'.
8993 (org-open-at-point): New optional argument `reference-buffer'.
8994
89952009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8996
8997 * org.el (org-scan-tags): Make tag scan find headline in first
8998 line, 2nd attempt.
8999 (org-get-refile-targets): Add the naked file name.
9000 (org-refile): Store as top-level entry when only file name was
9001 given.
9002
9003 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
9004
9005 * org.el (org-block-todo-from-children-or-siblings-or-parent):
3e344045 9006 Rename from org-block-todo-from-children-or-siblings, and
c8d0cf5c
CD
9007 enhanced to look for the parent's status as well.
9008
9009 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
9010 (org-agenda-get-progress): Add first notes line to log entry if so
9011 desired.
9012
90132009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9014
9015 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
9016 (org-agenda-cleanup-fancy-diary): Call the new hook.
9017
9018 * org-remember.el (org-remember-apply-template): Take the default
9019 for the annotation from the :annotation property.
9020
9021 * org-mac-message.el (org-mac-message-get-link): Remove the
9022 quotes.
9023 (org-mac-message-get-link): Return the result.
9024
90252009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9026
9027 * org.el (org-refile-get-location): Add file name only if not
9028 already included in outline path.
9029
9030 * org-faces.el (org-n-level-faces): Fix customization type from
9031 number to integer.
9032
9033 * org-exp.el (org-export-headline-levels): Fix customization type
9034 from number to integer.
9035
9036 * org-agenda.el (org-agenda-confirm-kill)
9037 (org-agenda-custom-commands-local-options)
9038 (org-timeline-show-empty-dates, org-agenda-ndays)
9039 (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
9040 customization type from number to integer.
9041
90422009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9043
9044 * org-protocol.el: Declare some functions.
9045
9046 * org-agenda.el (org-agenda-compare-effort): Honor
9047 `org-sort-agenda-noeffort-is-high'.
9048 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
9049 (org-agenda-compare-effort): Implement the "?" operator for
9050 finding entries without effort setting.
9051
9052 * org.el (org-extract-attributes-from-string): New function.
9053
9054 * org-exp.el (org-export-splice-attributes): New function.
9055
646bcdd7
GM
90562009-08-06 Bastien Guerry <bzg@altern.org>
9057 Daniel M German <dmg@uvic.org>
9058 Sebastian Rose <sebastian_rose@gmx.de>
9059 Ross Patterson <me@rpatterson.net>
9060
9061 * org-protocol.el: New file.
9062
90632009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
9064
9065 * org-docbook.el: New file.
9066
c8d0cf5c
CD
90672009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9068
646bcdd7 9069 * org-mouse.el: XEmacs compatibility fixes.
c8d0cf5c 9070
c4cc8b9a 9071 * org.el (org-modules): Add org-inlinetasks.el.
c8d0cf5c
CD
9072 (org-cycle): Implement limiting level on cycling.
9073 (org-move-subtree-down): Fix bug with swapping subtrees at end of
9074 buffer.
9075
9076 * org-inlinetask.el: New file.
9077
c8d0cf5c
CD
9078 * org.el (org-emphasis-regexp-components): Allow braces in
9079 emphasis pre and post match.
9080
a628ad9d 9081 * org-footnote.el (org-footnote-normalize): When only sorting, do
c8d0cf5c
CD
9082 not insert inline notes at the end.
9083
9084 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
9085
c8d0cf5c
CD
90862009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9087
9088 * org.el (org-reftex-citation): New command.
9089
90902009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9091
9092 * org-agenda.el (org-agenda-cmp-user-defined): New option.
9093 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
9094 sorting options.
9095 (org-entries-lessp): Apply the new sorting option.
9096
9097 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
9098 blocker code, when an older sibling has children.
9099
9100 * org-mac-message.el (org-mac-message-get-link): Improve getting
9101 links from multiple selected messages.
9102
91032009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9104
9105 * org-remember.el (org-remember-finalize): Do not set buffer file
9106 name to nil.
9107 (org-remember-handler): Mark buffer as unmodified.
9108 (org-remember-handler): Delete backup file and show message about
9109 remaining backup files.
9110 (org-remember-auto-remove-backup-files): New option.
9111
9112 * org.el (org-store-link): Use buffer name as link description in
9113 w3-mode buffers.
9114 (org-ido-switchb): Fix argument bug for completion.
9115
9116 * org-remember.el (org-remember-apply-template): Set local
9117 variable `auto-save-visited-file-name' instead of global one.
9118
91192009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9120
9121 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
9122 (org-agenda-get-todos): Mark file tags as inherited.
9123 (org-agenda-list): Always search diary lines for a time.
9124
91252009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9126
9127 * org-feed.el: New file.
9128
9129 * org-exp.el (org-export-as-html): Close local lists depending on
9130 indentation, also when starting a table.
9131
9132 * org-remember.el (org-remember-backup-directory)
9133 (org-remember-backup-name): New internal variable.
9134
91352009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9136
9137 * org-clock.el (org-clock-out-if-current): Make buffer detection
9138 work in indirect buffers as well.
9139
9140 * org.el (org-emphasis-regexp-components): Add the exxclamation
9141 mark to the post-emphasis characters.
9142
91432009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9144
9145 * org.el (org-read-date-minibiffer-septup-hook): New hook.
9146 (org-read-date): Run the new hook.
9147
9148 * org-mac-message.el (org-mac-flagged-mail): New group.
9149 (org-mac-mail-account): New variable.
9150 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
9151 commands.
9152
9153 * org-remember.el (org-remember-backup-directory): New variable.
9154 (org-remember-apply-template): Write file to backup directory.
9155
91562009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9157
9158 * org-mouse.el (org-mouse-todo-menu): New function.
9159 (org-mouse-todo-keywords): Function removed.
9160 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
9161
9162 * org-table.el (org-table-beginning-of-field)
c4cc8b9a 9163 (org-table-end-of-field): New commands.
c8d0cf5c
CD
9164 (org-table-previous-field, org-table-beginning-of-field): Better
9165 error messages.
9166 (orgtbl-setup): Include `M-a' and `M-e'.
9167
9168 * org.el (org-backward-sentence, org-forward-sentence): New
9169 commands.
9170
9171 * org-colview.el (org-colview-initial-truncate-line-value): New
9172 variable.
9173 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
9174 (org-columns): Remember the value of `truncate-lines'.
9175
9176 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
9177 New variable.
9178 (org-columns-remove-overlays): Restore the value of
9179 `truncate-lines'.
9180 (org-columns): Remember the value of `truncate-lines'.
9181
9182 * org.el (org-columns-skip-arrchived-trees): New option.
9183
9184 * org-agenda.el (org-agenda-export-html-style): Define color for
9185 org-agenda-done face.
9186 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
9187 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
9188
9189 * org.el (org-scan-tags): Use the new face.
9190
9191 * org-faces.el (org-agenda-done): New face.
9192
9193 * org.el (org-scan-tags): Test the value org
9194 `org-tags-match-list-sublevels'.
9195 (org-tags-match-list-sublevels): New allowed value: indented.
9196
9197 * org-latex.el (org-export-latex-make-header): Apply macros
9198 in header.
9199
9200 * org-exp.el (org-export-apply-macros-in-string): New function.
9201
9202 * org-latex.el (org-export-latex-list-parameters): Fix bug
9203 with the definition of a checked box.
9204
9205 * org-clock.el (org-clock-find-position): Fix drawer indentations.
9206
9207 * org-latex.el (org-export-latex-low-levels): More options
9208 for how to process lower levels in LaTeX.
9209 (org-export-latex-subcontent): Better treatment for lists as a
9210 means of publishing lower levels.
9211
92122009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9213
9214 * org.el (org-set-font-lock-defaults): Use new checkbox face.
9215
9216 * org-faces.el (org-checkbox): New face.
9217
9218 * org-exp.el (org-export-html-preprocess): Only create LaTeX
9219 fragement images if there is an export file.
9220
92212009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9222
9223 * org-agenda.el (org-stuck-projects): Document that the subtree of
9224 projects that are not stuck will now be searched for stuck
9225 sub-projects.
9226 (org-agenda-skip-entry-when-regexp-matches)
9227 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
9228 (org-agenda-list-stuck-projects): Use
9229 `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
9230
9231 * org-latex.el (org-export-latex-preprocess): Improve
9232 export of verses.
9233
9234 * org-exp.el (org-export-as-html): Implement centering as a div
9235 rather than a paragraph. Do a better job with line-end in verse
9236 environments.
9237
92382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9239
9240 * org.el (org-open-at-point): Fix tags searches by mouse click.
9241
92422009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9243
9244 * org-latex.el (org-export-latex-preprocess): Implement the
9245 centering markup.
9246
3e344045 9247 * org-exp.el (org-export-mark-blockquote-verse-center): Rename
c8d0cf5c
CD
9248 from `org-export-mark-blockquote-and-verse'.
9249 (org-export-as-html): Implement the centering markup.
9250
9251 * org-latex.el (org-export-latex-tables): Fix vertical
9252 lines in tables.
9253
92542009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9255
9256 * org.el (org-read-date-history): New variable.
9257 (org-read-date): Use new history variable.
9258 (org-toggle-heading): Fix bug when used before first headline.
9259 (org-store-log-note): Remove drawer if empty while note is
9260 aborted.
9261 (org-remove-empty-drawer-at): New function.
9262 (org-check-after-date): New command.
9263 (org-sparse-tree): New sparse tree command "a".
9264
9265 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
9266
92672009-08-06 Bastien Guerry <bzg@altern.org>
9268
9269 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
9270 column and a space, not only a column.
9271
92722009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9273
9274 * org-latex.el (org-export-latex-emphasis-alist): Better
9275 defaults for verbose emphasis.
9276 (org-export-latex-emph-format): New function.
9277 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
9278
9279 * org-agenda.el (org-agenda-menu): Add new commands to menu.
9280 (org-agenda-do-date-later, org-agenda-do-date-earlier)
9281 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
9282 (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
9283 commands.
9284
9285 * org.el (org-timestamp-change): Move end-time along with start
9286 time.
9287
92882009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9289
9290 * org-exp.el (org-export-target-internal-links)
9291 (org-export-as-html): Protect links specified as #name.
9292
92932009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9294
9295 * org.el (org-clone-subtree-with-time-shift): New command.
9296
9297 * org-latex.el (org-export-latex-special-chars)
9298 (org-export-latex-treat-sub-super-char): Fix subscript export.
9299
9300 * org-exp.el (org-create-multibrace-regexp): Do not add
9301 backslashes to the class.
9302
93032009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9304
9305 * org-colview.el (org-columns-map): Better functions for moving up
9306 and down a row, even if `truncate-line' is nil.
9307
9308 * org.el (org-insert-todo-heading): Make sure the keyword is
9309 inserted at the correct position.
9310
9311 * org-publish.el (org-publish-project-alist)
9312 (org-publish-projects, org-publish-org-index): Change default anme
9313 for the index of file names to "sitemap.org".
9314
9315 * org-latex.el (org-export-latex-tables): Use
9316 `org-split-string', for Emacs 21 compatibility.
9317
93182009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9319
9320 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
9321
93222009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9323
9324 * org-exp.el (org-export-page-description)
9325 (org-export-page-keywords): New variables.
9326 (org-export-plist-vars): Add entries for :keywords and
9327 :description.
9328 (org-infile-export-plist): Parse for new keywords.
c4cc8b9a 9329 (org-get-current-options): Add new keywords.
c8d0cf5c
CD
9330 (org-export-as-html): Publish description and keywords.
9331
9332 * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
9333 option.
9334 (org-agenda-add-entry-text): Honor
9335 `org-agenda-add-entry-text-descriptive-links'.
9336
9337 * org-latex.el (org-export-latex-preprocess): Make all
9338 external preprocess functions use a PARAMETER arg.
9339
9340 * org-exp.el (org-export-preprocess-string)
9341 (org-export-select-backend-specific-text)
9342 (org-export-format-source-code-or-example)
9343 (org-format-org-table-html): Support docbook export.
9344 (org-export-preprocess-string): Make all external preprocess
9345 functions use a PARAMETER arg.
9346
93472009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9348
9349 * org-exp.el (org-export-html-style-include-scripts): New option.
9350 (org-export-plist-vars): Add new option
9351 `org-export-html-style-include-scripts'.
9352 (org-export-as-html): Honor new option
9353 `org-export-html-style-include-scripts'.
9354 (org-export-html-scripts, org-export-html-style-default): Fix
9355 xml issues with the Safari browser.
9356
93572009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9358
9359 * org-publish.el (org-publish-attachment): Only copy file when the
9360 directories differ.
9361
93622009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9363
9364 * org-clock.el (org-clocktable-steps): Use inactive time stamps
9365 for clocktable steps.
9366
9367 * org.el (org-additional-option-like-keywords): Add two more
9368 keywords.
9369
93702009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9371
9372 * org-exp.el (org-export-format-source-code-or-example): Mark
9373 temporary buffer unmodified, so that it will be killed even if
9374 mode like message mode has decided to assign a file name.
9375
9376 * org.el (org-scan-tags): Improve tag inheritance.
9377 (org-scan-tags, org-make-tags-matcher): Make tag comparison
9378 case-sensitive.
9379 (org-scan-tags): Use the internal tags list instead of creating it
9380 from scratch.
9381 (org-trust-scanner-tags, org-scanner-tags): New variables.
9382 (org-scan-tags): Set `org-scanner-tags'.
9383 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
9384 (org-map-entries): Document the possible speedup using scanner
9385 tags.
9386
93872009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9388
9389 * org.el (org-add-planning-info): Fix bug with looking for keyword
9390 only at column 0.
9391
9392 * org-agenda.el (org-agenda-custom-commands-local-options): Add
9393 option for tags filter preset.
9394 (org-prepare-agenda): Store filter preset as a property on the
9395 filter variable.
9396 (org-finalize-agenda): Call the filter, if there is a preset.
9397 (org-agenda-filter-by-tag): Filter again after clearing the
9398 filter, when there still is a preset.
9399 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
9400 Include the preset filter.
9401 (org-agenda-redo): Apply the filter again, also the preset filter.
9402
9403 * org-exp.el (org-export-as-html): Use IDs in the correct way.
9404
9405 * org.el (org-uuidgen-p): New funtion.
9406
9407 * org-agenda.el (org-agenda-fontify-priorities): New default value
9408 `cookies'.
3e344045 9409 (org-agenda-fontify-priorities): Rename from
c8d0cf5c
CD
9410 org-fontify-priorities.
9411
9412 * org.el (org-set-font-lock-defaults): Call
9413 `org-font-lock-add-priority-faces'.
9414 (org-font-lock-add-priority-faces): New function.
9415
04e65fdb 9416 * org-faces.el (org-set-tag-faces): New option.
c8d0cf5c
CD
9417 (org-priority-faces): New variable.
9418
9419 * org-exp.el (org-export-as-html): Add a "content" div around the
9420 entire content of the body tag.
9421 (org-export-html-get-bibliography): New function.
9422 (org-export-html-validation-link): New variable.
9423 (org-export-as-html): Add validation link to exported page.
9424
3e344045 9425 * org.el (org-match-sparse-tree): Rename from
c8d0cf5c
CD
9426 `org-tags-sparse-tree'.
9427 (org-tags-sparse-tree): New alias.
9428
94292009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9430
9431 * org.el (org-get-valid-level): Catch the case where the level
9432 change is nil.
9433
9434 * org-clock.el (org-clock-find-position): Better indentation of
9435 new clock drawers.
9436
94372009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9438
9439 * org-agenda.el (org-agenda-quit): Delete window only when the
9440 frame-setup was not `current-window'.
9441
9442 * org.el (org-tag-persistent-alist): New option.
9443 (org-startup-options): Add keyword `noptag'.
9444 (org-fast-todo-selection): Handle :newline correctly.
9445 (org-set-tags): Handle :newline correctly.
9446 (org-fast-tag-selection): Handle :newline correctly.
9447
94482009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9449
9450 * org-exp.el (org-export-as-ascii): Reverse link buffer before
9451 outputting it.
9452 (org-export-ascii-push-links): Fix bug with pussing links into the
9453 export buffer.
9454
94552009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9456
9457 * org-archive.el (org-archive-subtree): Do not add 1 to level if
9458 pasting at top level.
9459
9460 * org-bbdb.el: Improve documentation.
9461
94622009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9463
9464 * org-list.el (org-insert-item): Only consider insert empty lines
9465 is `org-empty-line-terminates-plain-lists' is not nil.
9466
9467 * org.el (org-blank-before-new-entry): Mention the dependence on
9468 `org-empty-line-terminates-plain-lists' in the docstring.
9469
9470 * org-publish.el (org-publish-get-project-from-filename): New
9471 optional argument UP. Only find the top project if UP is set.
9472 (org-publish-current-project): Find the top encloding project.
9473
9474 * org-agenda.el (org-agenda-before-write-hook)
9475 (org-agenda-add-entry-text-maxlines): New options.
9476 (org-write-agenda): Run the new hook in the temporary buffer.
9477 (org-agenda-add-entry-text): New function.
9478 (org-write-agenda): Implement PDF export, using ps2pdf.
9479
9480 * org.el (org-global-properties-fixed, org-global-properties):
9481 Improve documentation string.
9482
9483 * org-exp.el (org-export-ascii-links-to-notes): New option.
9484 (org-export-as-ascii): Handle links better.
9485 (org-export-ascii-wrap, org-export-ascii-push-links): New
9486 functions.
9487
94882009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9489
9490 * org-agenda.el (org-agenda): Make prefix arg optional.
9491 (org-agenda-search-headline-for-time): New option.
9492 (org-format-agenda-item): Honor
9493 `org-agenda-search-headline-for-time'.
9494
9495 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
9496 characters.
9497
9498 * org.el (org-self-insert-cluster-for-undo): New option.
9499 (org-self-insert-command): Cluster undo for 20 characters.
9500 (org-self-insert-command-undo-counter): New variable.
9501
95022009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9503
9504 * org-exp.el (org-export-as-html): Fix problem with closing colone
9505 example.
9506
95072009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9508
9509 * org-latex.el (org-export-as-latex)
9510 (org-export-latex-first-lines): Avoid modification flag when
9511 adding or removing text properties.
9512 (org-export-latex-fontify): Catch error when org-emph-alist has
9513 entries that are not defined for LaTeX export.
9514
a628ad9d 9515 * org-export-latex.el: Rename to org-latex.el.
c8d0cf5c 9516
a628ad9d 9517 * org-latex.el: Rename from org-export-latex.el.
c8d0cf5c
CD
9518
9519 * org.el (orgstruct++-mode): New function.
9520 (turn-on-orgstruct++): Call `orgstruct++-mode'.
9521 (org-context-p): Allow detecting item context after the first line
9522 of an item.
9523 (orgstruct-make-binding): Detect if item-body context should be
9524 seen.
9525 (orgstruct-is-++): New variable.
9526 (org-add-planning-info): Catch the case when there is no planning
9527 info yet and the call does not want to add anything, only maybe
9528 tries to remove something.
9529 (org-special-ctrl-a/e): All value to be a cons cell with separate
04e65fdb 9530 settings for `C-a' and `C-e'.
c8d0cf5c
CD
9531 (org-beginning-of-line, org-end-of-line): Honor separate values
9532 for `C-a' and `C-e'.
9533
95342009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9535
9536 * org.el (org-reload): New command.
9537
a5a79894
TH
95382009-06-05 Tassilo Horn <tassilo@member.fsf.org>
9539
9540 * org-gnus.el (org-gnus-store-link): Fix bug where
9541 org-gnus-store-link used wrong subject when called in an article
9542 buffer. Patch provided by fengli AT gmail DOT com.
9543
1f82c9ed
GM
95442009-03-13 D. Goel <deego3@gmail.com>
9545
9546 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
9547 replace ls by (values-list ls).
9548
9148fdd0
CD
95492009-02-20 Carsten Dominik <dominik@science.uva.nl>
9550
9551 * org-remember.el (org-remember-apply-template): Turn off ido for
9552 this completion.
9553
9554 * org.el (org-priority): Also find invisible headings, for remote
9555 editing.
9556 (org-completing-read-no-ido): New function.
9557 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
9558
9559 * org-colview.el (org-columns-edit-value): No special treatment of
9560 prefix arg.
9561
7b96ff9a
CD
95622009-02-19 Carsten Dominik <dominik@science.uva.nl>
9563
9564 * org.el (org-block-todo-from-children-or-siblings): Use
9565 `org-up-heading-all' so that this will work correctly with hidden
9566 property drawers and entries.
9567 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
9568 falling back to normal, default command.
9569 (org-get-location): Temporarily turn off special behavior.
9570
41342c80
GM
95712009-02-13 Glenn Morris <rgm@gnu.org>
9572
9573 * org-rmail.el (rmail-show-message): Restore argument list to the
9574 declaration now that this functions behaves in Emacs 23 as in 22.
9575
576e334d
GM
95762009-02-12 Glenn Morris <rgm@gnu.org>
9577
9578 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
9579
95802009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
9581
9582 * org-footnote.el (org-footnote-action): Fix doc typo.
9583
0b91aef0
CD
95842009-02-06 Carsten Dominik <dominik@science.uva.nl>
9585
ee9d4ebe
CD
9586 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
9587 text before first headline.
7297ca6d
CD
9588 (org-export-remove-or-extract-drawers): Fix regular expression for
9589 extracting drawers.
ee9d4ebe 9590
0b91aef0
CD
9591 * org.el (org-format-latex): Stop LaTeX fragment processing in
9592 protected examples.
9593
c82c35fc
GM
95942009-02-05 Glenn Morris <rgm@gnu.org>
9595
9596 * org-rmail.el (rmail-show-message): Update declaration.
9597 (rmail-buffer, rmail-view-buffer): Declare.
9598 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
9599
cc6dbcb7
CD
96002009-02-04 Carsten Dominik <dominik@science.uva.nl>
9601
9602 * org.el (org-return-follows-link): Revert setting
9603 `org-return-follows-link' to t by default.
9604
20106e31
CD
96052009-02-02 Carsten Dominik <dominik@science.uva.nl>
9606
9607 * org.el (org-cycle-global-at-bob): Fix typo.
9608
9609 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
9610
5ace2fe5
CD
96112009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
9612
9613 * org.el (org-mode): Make dependence stuff work more reliably.
9614 (org-update-parent-todo-statistics): Fix bug with updating
9615 statistics cookie.
9616 (org-yank-adjusted-subtrees, org-return-follows-link)
9617 (org-use-fast-todo-selection, org-tags-column): New default
9618 setting for variables.
9619
9620 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
9621 ~ as verbatim delimiters, to avoid table bug.
9622 (org-export-latex-classes): Remove the a4paper option from the
9623 default styles.
9624
9625 * org-exp.el (org-export-html-format-image): New argument
9626 PAR-OPEN, to fix XHTM validation bug.
9627 (org-export-as-html): Pass par-open to
9628 `org-export-html-format-image'.
9629 (org-export-html-footnotes-section): Use a more consistent id for
9630 footnotes.
9631
9632 * org-agenda.el (org-agenda-sorting-strategy)
9633 (org-agenda-tags-column): New default setting for variables, based
9634 on a poll what typical uses use.
9635 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
9636 setting the blocked tag.
9637
72d06d81
CD
96382009-01-31 Carsten Dominik <dominik@science.uva.nl>
9639
9640 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
9641 only checking for blocks.
9642
8bdd66dc
JB
9643 * org-exp.el (org-export-html-footnotes-section): Make the div id
9644 consistent.
72d06d81
CD
9645
9646 * org-export-latex.el (org-export-latex-classes): Remove
9647 paper size option from LaTeX classes.
9648
6c817206
CD
96492009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
9650
9651 * org.el (org-enforce-todo-checkbox-dependencies): New option.
9652 (org-block-todo-from-checkboxes): New function.
9653 (org-todo): Make tripple prefix arg circumvent blocking.
9654
6f3e2af6
GM
96552009-01-30 Glenn Morris <rgm@gnu.org>
9656
805b5d9c
GM
9657 * org-list.el (org-empty-line-terminates-plain-lists)
9658 (org-toggle-checkbox): Doc fixes.
9659
6f3e2af6
GM
9660 * org-table.el (org-table-clean-before-export): Fix declaration.
9661
a2a2e7fb
CD
96622009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
9663
9664 * org-timer.el (org-timer): Provide the timer feature.
9665
9666 * org.el (org-require-autoloaded-modules): Add a few more files to
9667 the list of autoloaded modules.
9668
9669 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
9670
9671 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
9672 drawers that are unprotected.
9673 (org-export-html-format-image): Make sure inlined LaTeX fragment
9674 images remain inlined.
9675
9676 * org.el (org-toggle-ordered-property): New function.
9677 (org-mode-map): Add a key for `org-toggle-ordered-property'.
9678 (org-org-menu): Add menu entries for TODO dependencies.
9679
9680 * org.el (org-default-properties): Add ORDERED to the default
9681 properties, to get completion support for it.
9682
9683 * org-list.el (org-update-checkbox-count): Update more than one cookie.
9684
9685 * org.el (org-update-parent-todo-statistics): Update more than one
9686 cookie.
9687
d6685abc
CD
96882009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
9689
9690 * org-agenda.el (org-agenda-get-todos): Start search from correct
9691 position.
9692
9693 * org.el (org-fast-todo-selection): Make sure TODO selection does
9694 not change buffer position.
9695
9696 * org-list.el (org-toggle-checkbox): Implement adding or removing
9697 checkboxes from line or region when called with a prefix
9698 argument.
9699
9700 * org-rmail.el (org-rmail-store-link): Protect the call to
9701 `rmail-narrow-to-non-pruned-header'.
9702
9703 * org-clock.el (org-clock-special-range): Fix week display in
9704 clock tables.
9705
9706 * org-exp.el (org-get-current-options): Fix bug when in indirect
9707 buffer.
9708
9709 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
9710 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
9711 (org-agenda-dim-blocked-tasks): New function.
9712
9713 * org.el (org-enforce-todo-dependencies): New option.
9714 (org-block-todo-from-children-or-siblings): New function.
9715
9716 * org-faces.el (org-agenda-dimmed-todo-face): New face.
9717
65c439fd
CD
97182009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
9719
9720 * org.el (org-todo): Return correct state type even if the blocker
9721 throws an error.
3e344045 9722 (org-modifier-cursor-error): Rename from
65c439fd
CD
9723 `org-shiftcursor-error'.
9724 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
9725 (org-shiftmetadown): Call `org-modifier-cursor-error'.
9726
9727 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
9728 to get real errors from the blocker hook.
9729
9730 * org.el (org-shiftselect-error, org-call-for-shift-select): New
9731 functions.
9732 (org-set-visibility-according-to-property): Turn off the setting
9733 of `org-show-entry-below', to avoid overruling a FOLDED visibility
9734 property.
9735
9736 * org.el (org-support-shift-select): New option.
9737 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
9738 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
9739 selection outside contexts.
9740
9741 * org-list.el (org-at-item-bullet-p): New function.
9742
9743 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
9744 variables.
9745
9746 * org-footnote.el (org-footnote-normalize): Remove unnecessary
9747 variable.
9748 (org-insert-footnote-reference-near-definition): Remove
9749 unnecessary let form.
9750
1e4f816a
CD
97512009-01-26 Carsten Dominik <dominik@science.uva.nl>
9752
3c9ebe55
CD
9753 * org-export-latex.el (org-export-as-latex): Call
9754 `org-export-latex-first-lines' with OPT-PLIST as a parameter.
9755 (org-export-latex-first-lines): New parameter OPT-PLIST.
9756
1e4f816a
CD
9757 * org.el (org-yank): Tell `delete-selection-mode' about
9758 `org-yank'.
9759
9760 * org-faces.el (org-clock-overlay): Fix face definition.
9761
9762 * org-export-latex.el (org-export-latex-first-lines): Pass
9763 timestamp and footnote parameters to the preprocessor.
9764
9765 * org-exp.el (org-export-remove-timestamps): Do not remove time
9766 stamps inside tables.
9767
0bd48b37
CD
97682009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
9769
9770 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
9771
9772 * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
9773 variable.
9774
9775 * org-table.el (org-table-insert-hline): Fix typo in fuction call
9776 to `backward-char'.
9777
9778 * org-exp.el (org-export-as-html): Remove the initial space from
9779 colon examples.
9780
9781 * org.el (org-scan-tags): Call
9782 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
9783
9784 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
9785 customization groups.
9786 (org-agenda-tags-todo-honor-ignore-options): New option.
9787 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
9788 New function.
9789 (org-agenda-get-todos): Use
9790 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
9791
97922009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
9793
9794 * org-exp.el (org-export-format-source-code-or-example): Escape
9795 HTML characters also in examples that anre not treated with
9796 htmlize. Also, just switch to EXAMPLE processing if we do not
9797 have a good version of htmlize.
9798
9799 * org-rmail.el: Fix copyright notice.
9800
9801 * org.el (org-activate-footnote-links): Improve footnote link
9802 highlighting.
9803
9804 * org-footnote.el (org-footnote-normalize): Fix finding the end of
9805 a footnote definition at the end of the file.
9806
9807 * org-table.el (org-table-get-specials): Add an imagined hline at
9808 the end of the table. This can be useful for references that want
9809 to go to the end of the table. Also fix bug when computing last
9810 row constants, in tables that do not start right at the right
9811 margin.
9812 (org-table-eval-formula): Match and replace remove references.
9813 (org-table-formula-substitute-names): Make sure that names inside
9814 a "remote" call are left alone, the will be replaced later when
9815 the remote call is handled.
9816 (org-table-convert-refs-to-rc): Do not convert things that might
9817 look like a reference, but are really part of an ID or namei n a
9818 remote reference.
9819 (org-table-get-remote-range): New function.
9820
98212009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
9822
9823 * org-faces.el (org-clock-overlay): Fix bug in face definition.
9824
9825 * org-clock.el (org-clock-put-overlay): Use new face instead of
9826 `secondary-selection'.
9827
9828 * org-faces.el (org-clock-overlay): New face.
9829
98302009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
9831
9832 * org-exp.el (org-get-current-options): Include the option for
9833 publishing time stamps.
9834
3e344045 9835 * org.el (org-toggle-heading): Rename from
0bd48b37
CD
9836 `org-toggel-region-headings'.
9837 No longer needs a region defined, but will use it if there is one.
3e344045 9838 (org-ctrl-c-star): Simplify, relying more on the internal
0bd48b37 9839 workings of `org-toggle-heading'.
3e344045 9840 (org-toggle-item): Rename from `org-toggle-region-items'.
0bd48b37 9841 No longer needs a region defined, but will use it if there is one.
3e344045 9842 (org-ctrl-c-minus): Simplify, relying more on the inernal
0bd48b37
CD
9843 workings of `org-toggle-item'.
9844
9845 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
9846 environment detection. Also, do real changes only in unprotected
9847 places.
9848
98492009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
9850
9851 * org-export-latex.el (org-export-latex-quotation-marks): Use
9852 `org-if-unprotected-1'.
9853 (org-export-latex-set-initial-vars): Check for class definition in
9854 property.
9855
9856 * org-macs.el (org-if-unprotected-1): New macro.
9857
98582009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
9859
9860 * org-compat.el (org-count-lines): New function.
9861
9862 * org-exp.el (org-export-format-source-code-or-example): Handle
9863 switches related to text areas.
9864
9865 * org.el (org-activate-footnote-links): Don't allow match inside a
9866 link.
9867
9868 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
9869
9870 * org-export-latex.el (org-export-latex-links): Keep a relative
9871 path relative also after export.
9872
9873 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
9874
9875 * org.el (org-make-tags-matcher): Never use IDO for completing the
9876 tags matcher match string.
9877 (org-completing-read): Also remove the special biding for "?".
9878
9879 * org-attach.el (org-attach-allow-inheritance): New option.
9880 (org-attach-inherited): New variable.
9881 (org-attach-dir): Handle properties related to the attachment
9882 directory.
9883 (org-attach-check-absolute-path): New function.
9884 (org-attach-set-directory, org-attach-set-inherit): New commands.
9885 (org-attach): Accommodate the new commands in the dispatcher.
9886
98872009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
9888
9889 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
9890 `window-full-width-p'.
9891
9892 * org-exp.el (org-export-as-html): Only check for images files
8bdd66dc 9893 that really can be inlined.
0bd48b37
CD
9894
9895 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
9896 list of extensions to be a parameter.
9897
9898 * org-exp.el (org-export-html-inline-image-extensions): New
9899 variable.
9900
9901 * org-agenda.el (org-prepare-agenda): Use
9902 `org-agenda-block-separator'.
9903 (org-agenda-block-separator): New option.
9904
99052009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
9906
9907 * org-export-latex.el (org-export-latex-tables): Call
9908 `org-table-clean-before-export' with the new optional argument.
9909
9910 * org-exp.el (org-table-clean-before-export): New optional
9911 parameter MAYBE-QUOTED, allows for quoted characters like \# in
9912 first column.
9913
99142009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
9915
9916 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
9917 histograms.
9918
9919 * org-colview.el (org-colview-construct-allowed-dates): Better
9920 error catching when a date/time property does not have allowed
9921 values defined.
9922
9923 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
9924 Better error catching when a date/time property does not have
9925 allowed values defined.
9926
99272009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
9928
9929 * org.el (org-map-entries): Restore point and restriction after
9930 `org-map-entries'.
9931
99322009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
9933
9934 * org.el (org-time=, org-time<, org-time<=, org-time>)
9935 (org-time>=, org-time<>): Make sure both values are dates.
9936
99372009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
9938
9939 * org-archive.el (org-extract-archive-heading): Allow %s for file
9940 name also in achive location heading.
9941
99422009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
9943
9944 * org-archive.el (org-add-archive-files): Uniquify the list before
9945 returning it.
9946
99472009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
9948
9949 * org-compat.el (org-fit-window-to-buffer): Use
9950 `window-full-width-p'.
9951
9952 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
9953 space after the colon in short examples.
9954
9955 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
9956 enforce a space after the colon. However, we also allow lines
9957 that are *only* a colon.
9958 (org-export-as-html): Enforce the space after the colon in short
9959 examples.
9960 (org-export-preprocess-string): Do the colon example protection
9961 earlier.
9962 (org-export-remove-timestamps): Do not check for protection at the
9963 end of the line.
9964
99652009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
9966
9967 * org.el (org-format-latex-options): Add new matcher for single
9968 letters between dollars.
9969 (org-get-header): Function removed.
9970 (org-heading-components): New function.
9971
9972 * org-exp.el (org-export-define-heading-targets): Record ID's also
9973 as alternative targets.
9974 (org-export-as-html): Interpret "id:" links to other files by
9975 preserving the relative path.
9976
9977 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
9978 is nil.
9979
9980 * org-exp.el (org-export-normalize-links): Protect the main link,
9981 to avoid special character processing.
9982
9983 * org-export-latex.el (org-export-latex-special-keyword-regexp):
9984 New variable.
9985 (org-export-latex-special-string-regexps): Variable removed.
9986 (org-export-latex-keywords): Use the new regexp.
9987
9988 * org-exp.el (org-export-handle-include-files): Fetch switches and
9989 put them into the BEGIN statement.
9990
9991 * org-timer.el (org-timer-mode-line-string): New variable.
9992
3e344045 9993 * org-clock.el (org-clock-mode-line-map): Rename from
0bd48b37 9994 `org-clock-mode-map'.
3e344045
SM
9995 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
9996 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
9997 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
9998 (org-clock-remove-overlays): Rename from
0bd48b37
CD
9999 `org-remove-clock-overlays'.
10000
10001 * org-timer.el (org-timer-pause-or-continue): Implement stopping
10002 and mode line display.
10003 (org-timer-stop): New command.
10004 (org-timer-seconds): Return correct time when timer is paused.
10005 (org-timer-mode-line-timer): New variable.
10006 (org-timer-set-mode-line, org-timer-update-mode-line): New
10007 functions.
10008
8bdd66dc 10009 * org.el (org-insert-heading): Handle new value `auto' for
0bd48b37
CD
10010 `org-blank-before-new-entry'.
10011 (org-org-menu): Add new items for timer functions.
10012
10013 * org-list.el (org-insert-item): Handle new value `auto' for
10014 `org-blank-before-new-entry'.
10015
10016 * org.el (org-blank-before-new-entry): New value `auto', made
10017 default.
10018
100192009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10020
10021 * org-exp.el (org-export-normalize-links): If the link is also
10022 used as the description, protect the description.
10023
100242009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10025
10026 * org.el (org-closest-date): Fix bug with yearly repeats, in
10027 combination with preference of the past as it is used for deadline
10028 and scheduling search.
10029
10030 * org-exp.el (org-html-handle-time-stamps): No longer check for
10031 the `org-export-with-timestamps' option, because the preprocesser
10032 has taken care of this already.
10033
10034 * org.el (org-entry-properties): Catch the case when this is
10035 called in a non-org-mode file.
10036
10037 * org-export-latex.el (org-export-latex-remove-from-headlines):
10038 Variable made obsolete, also LaTeX export now uses the standard
10039 variables.
10040 (org-export-as-latex): Add the timestamps parameter to the
10041 preprocessor parameter list.
10042 (org-export-latex-content): Export the remaining keywords without
10043 considering to remove them.
10044 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
10045 Use bold font instead of tt font for the keywords.
10046 (org-export-latex-fontify-headline): Format headlines, assuming
10047 that all keywords still present should be published.
10048 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
10049 publish what ever remains of the time stamps.
10050 (org-export-latex-list-parameters): New option.
10051 (org-export-latex-lists): Pass additional parameters to the list
10052 converter.
10053
10054 * org-exp.el (org-export-preprocess-string): Remove clock lines
10055 and timestamps already in the preprocesor.
10056 (org-export-remove-timestamps, org-export-remove-clock-lines): New
10057 functions.
10058 (org-export-as-ascii, org-export-as-html): Add the timestamps
10059 parameter to the preprocessor parameter list.
10060
10061 * org-list.el (org-list-parse-list): Parse for checkboxes.
10062 (org-list-to-generic): Introduce and handle new parameters :cbon
10063 and :cboff.
10064 (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
10065 optional parameter PARAMS.
10066
10067 * org-export-latex.el (org-export-latex-special-chars): Fix
10068 problems with interpreting dollar signs.
10069 (org-inside-latex-math-p): New function.
10070 (org-export-latex-preprocess): Protect all the math fragments.
10071
10072 * org.el (org-latex-regexps): Allow a dash after a dollar.
10073
10074 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
10075 mark after copying.
10076
10077 * org-agenda.el (org-run-agenda-series): Have series options set
10078 when finalizing the agenda.
10079
10080 * org-exp.el (org-export-format-source-code-or-example): Protect
10081 the converted examples.
10082
10083 * org.el (org-set-regexps-and-options): Fix the regexp
10084 `org-complex-heading-regexp'.
10085
100862009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10087
10088 * org.el (org-edit-src-get-label-format): New function.
10089 (org-coderef-label-format): New option.
10090 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
10091 a label format specification and make sure it is used in the edit
10092 buffer.
10093 (org-edit-src-get-label-format): New function.
10094 (org-store-link): Handle new coderef formats.
10095 (org-link-search): Handle new coderef formats.
10096
10097 * org-footnote.el (org-footnote-create-definition)
10098 (org-footnote-goto-local-insertion-point): Make footnote insertion
10099 work correctly when the "Footnotes" headline is the last line in
10100 the buffer.
10101
10102 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
10103 the location.
10104
101052009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10106
10107 * org-w3m.el (org-w3m): New customization group.
10108 (org-w3m-deactivate-mark): New option.
10109 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
10110 option say not to.
10111
101122009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10113
10114 * org.el (org-set-font-lock-defaults): Trigger footnote
10115 fontification.
10116 (org-activate-footnote-links): New function.
10117 (org-activate-links): New entry `footnote'.
10118
10119 * org-faces.el (org-footnote): New face.
10120
101212009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10122
10123 * org-macs.el (org-re): Handle the [:word:] class.
10124
10125 * org-exp.el (org-export-preprocess-string): Call
10126 `org-export-protect-colon-examples'.
3e344045 10127 (org-export-protect-colon-examples): Rename from
0bd48b37
CD
10128 `org-export-protect-examples', and scope limited to lines starting
10129 with a colon.
10130
101312009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10132
10133 * org-exp.el (org-export-preprocess-string): Move the preprocess
10134 hook to after turning on Org-mode.
10135 (org-export-preprocess-after-include-files-hook)
10136 (org-export-preprocess-after-tree-selection-hook)
10137 (org-export-preprocess-before-backend-specifics-hook)
10138 (org-export-preprocess-final-hook): New hooks.
10139 (org-export-preprocess-string): Run the new hooks.
10140
10141 * org.el (org-ctrl-c-minus): Fix indentation for new items.
10142
10143 * org-footnote.el: New file.
10144
10145 * org.el (org-footnote): Require footnote code.
10146 (org-startup-options): Add new footnote options.
10147 (org-mode-map): New keybindig for footnotes.
10148 (org-ctrl-c-ctrl-c): Add function at footnotes.
10149 (org-org-menu): New menu entries for footnotes.
10150
10151 * org-export-latex.el (org-export-as-latex): Pass footnote
10152 variable to preprocessor.
10153 (org-export-latex-preprocess): Treat multiple references to a
10154 footnote.
10155
10156 * org-exp.el (org-export-preprocess-string): Call
10157 `org-footnote-normalize'.
10158 (org-export-as-ascii, org-export-as-html): Pass footnote variable
10159 to preprocessor.
10160 (org-export-as-html): Treat multiple references to a footnote.
10161
101622009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10163
10164 * org-export-latex.el (org-export-latex-links): Handle coderef
10165 links.
10166
10167 * org.el (org-bracket-link-analytic-regexp++): New variable.
10168 (org-make-link-regexps): Initialize
10169 `org-bracket-link-analytic-regexp++'.
10170 (org-store-link): Implement special case in edit-src buffer.
10171 (org-insert-link): No use of ide to insert stored links.
10172 (org-link-search): Implement special case for coderefs.
10173
10174 * org-exp.el (org-export-html-scripts): New constant.
10175 (org-export-html-style-default): Add a new style for highlighted
10176 code.
10177 (org-export-code-refs): New variable.
10178 (org-export-preprocess-string): Initialize `org-export-code-refs'.
10179 Call `org-export-replace-src-segments-and-examples'
10180 No longer call `org-export-protect-examples'.
10181 (org-export-target-internal-links): Take care of coderef targets.
10182 (org-export-last-code-line-counter-value): New variable.
3e344045 10183 (org-export-replace-src-segments-and-examples): Rename from
0bd48b37 10184 `org-export-replace-src-segments', and modified.
3e344045 10185 (org-export-format-source-code-or-example): Rename from
0bd48b37
CD
10186 `org-export-format-source-code'.
10187 (org-export-number-lines): New function.
10188 (org-export-as-ascii, org-export-as-html): Handle coderef links.
10189
bd5e4c2b
GM
101902009-01-23 Glenn Morris <rgm@gnu.org>
10191
10192 * org-rmail.el (rmail-narrow-to-non-pruned-header):
10193 Remove declaration of deleted function.
10194
0e47efc5
GM
101952009-01-16 Glenn Morris <rgm@gnu.org>
10196
10197 * org-mouse.el (org-mouse-show-context-menu): Use
10198 mouse-menu-major-mode-map, if defined, rather than the obsolete
10199 mouse-major-mode-menu.
10200
bb31cb31
CD
102012008-12-23 Carsten Dominik <dominik@science.uva.nl>
10202
10203 * org-remember.el (org-remember-handler): Safer way to get a new
10204 buffer accessing the target file.
10205
10206 * org.el (org-refile-get-location): Handle case of current buffer
10207 not having a file associated with it.
10208
830334b1
CD
102092008-12-22 Carsten Dominik <dominik@science.uva.nl>
10210
10211 * org-table.el (org-table-get-formula): Only ask to overwrite
10212 field formula if there really is one.
10213
6671980f
CD
102142008-12-21 Carsten Dominik <dominik@science.uva.nl>
10215
10216 * org-export-latex.el (org-export-latex-make-header): Double the
10217 commenting % in the time stamp format.
e9aab93b
CD
10218 (org-export-latex-special-chars): Handle case where there is no
10219 match group 3.
6671980f 10220
a11ac4ae
CD
102212008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
10222
10223 * org.el (org-get-refile-targets, org-refile-get-location): Use
10224 expanded file name to improve comparison.
10225
102262008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
10227
10228 * org.el (org-scan-tags): Rescan for tags, to get the correct
10229 upcase/downcase stuff. This slows things down for now, but it
10230 works.
10231 (org-mode): Make sure the tag-faces regexp is initialized.
10232
10233 * org-export-latex.el (org-export-latex-links): Fix bug with
10234 undefined label.
10235
10236 * org-table.el (org-table-get-specials): Set
10237 `org-table-current-last-data-line'.
10238 (org-table-current-last-data-line): New variable.
10239 (org-table-insert-column, org-table-delete-column)
10240 (org-table-move-column, org-table-fix-formulas): Call
10241 `org-table-fix-formulas' a second time to fix the $LR references.
10242 (org-table-get-specials): Add the $LR references to the tables.
10243 (org-table-get-formula): Do not offer last-row names as LHS of
10244 formulas.
10245
10246 * org.el (org-store-link): Capture link description from
10247 `org-id-store-link'.
10248
10249 * org-exp.el (org-export-html-format-image): Add the / to the end
10250 of the <img> tag.
10251 (org-export-format-source-code): Surround example by empty lines,
10252 to make sure it will not be inside a paragraph.
10253
10254 * org.el (org-ido-switchb): New function.
10255
102562008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
10257
10258 * org-agenda.el (org-agenda-show): New prefix argument
10259 FULL-ENTRY.
10260
10261 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
10262 argument.
10263
fd8d5da9
GM
102642008-12-20 Glenn Morris <rgm@gnu.org>
10265
10266 * org.el (org-org-menu): Fix some more menu entries.
10267
bd67cbf0
CD
102682008-12-18 Carsten Dominik <dominik@science.uva.nl>
10269
d21d2e9a
CD
10270 * org-table.el (org-table-get-specials): Revert introduction of @0
10271 as reference of the last table row, because of conflicts.
10272
bd67cbf0
CD
10273 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
10274 argument, get the current tags directly.
10275 (org-agenda-set-tags): Leave getting current tags to
10276 `org-agenda-change-all-lines'.
10277
521beede
CD
102782008-12-17 Carsten Dominik <dominik@science.uva.nl>
10279
10280 * org.el (org-org-menu): Do not quote the set-tags command.
10281
ff28a0bd
CD
102822008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
10283
10284 * Fix typos in comments and docstrings throughout Org-mode.
10285
10286 * org.el (org-get-outline-path): Fix bug if level is not given.
10287
f0131492 10288 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
ff28a0bd 10289
8265647f
CD
102902008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10291
10292 * org.el (org-refile): Avoid refiling to within the region to be
10293 refiled.
10294
10295 * org-export-latex.el (org-export-latex-special-chars): Replace
10296 special characters also in tables.
10297
10298 * org-agenda.el (org-agenda-change-all-lines): New argument
10299 FORCE-TAGS.
f0131492 10300 (org-agenda-set-tags): Get the new tags and pass them to
8265647f
CD
10301 `org-format-agenda-item'.
10302
103032008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10304
10305 * org-export-latex.el (org-export-latex-classes): Add longable as
10306 a default package to all classes.
10307 (org-export-latex-tables): Handle the longtable attribute and the
10308 align attribute.
10309
10310 * org-table.el (orgtbl-to-generic): Handle tables that start with
10311 a hline.
10312
10313 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
10314 \verb for colde-like snippets.
10315 (org-export-as-latex): Fix issues with region export.
10316
10317 * org.el (org-up-heading-safe): Speed up function by using a
10318 direct regexp search.
10319 (org-olpa): New variable.
10320 (org-get-outline-path): Speed-up path constructions in cases where
10321 this is possible because the entire hierarchy is scanned anyway.
10322 (org-refile-get-location): Don't compare the truenames of files,
10323 this is too slow.
10324 (org-goto-max-level): New option.
10325 (org-goto): Use `org-goto-max-level'.
10326
103272008-12-16 Tassilo Horn <tassilo@member.fsf.org>
10328
10329 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
10330 Strip angle brackets from message-ids in the former and don't do
10331 it in the latter.
10332 (org-gnus-follow-link): Open summary reliable, even if the last
10333 messages were deleted, and handle empty groups, too.
10334
103352008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10336
10337 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
10338 instead of \texttt for the =...= and ~===~ emphasis environments.
10339 (org-export-as-latex): Remove any old :org-license-to-kill text
10340 properties.
10341 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
10342 (org-export-latex-make-header): Add some hard space after the
10343 table of contents.
10344 (org-export-latex-first-lines): Accept RBEG argument. Mark
10345 exported text so that it will be excuded in further steps.
10346
10347 * org-table.el (org-table-get-specials): Make @0 reference the
10348 last line in a table.
10349 (org-table-recalculate): Improve docstring.
10350
103512008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10352
10353 * org.el (org-log-done): Fix docstring.
10354
103552008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10356
10357 * org-exp.el (org-export-html-format-image): Fix bugs.
10358
10359 * org-export-latex.el (org-export-latex-tables)
10360 (org-export-latex-links): Implement attribute, label, and caption
10361 handling.
10362
10363 * org-exp.el (org-export-html-style-default): Add style
10364 definitions for the figure div.
10365 (org-export-preprocess-string, org-export-as-html): Implement
10366 attribute, label, and caption handling.
10367 (org-export-attach-captions-and-attributes): New function.
10368 (org-export-html-format-image): New function.
10369 (org-format-org-table-html): Implement attribute, label, and
10370 caption handling.
10371
10372 * org.el (org-find-text-property-in-string): New function.
10373 (org-extract-attributes): Use the property org-attr instead of
10374 org-attrobutes, because this property is now set with the #+ATTR
10375 lines.
10376
103772008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10378
10379 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
10380 the case that FROM is nil.
10381
10382 * org.el (org-before-first-heading-p): New function.
10383
103842008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10385
10386 * org-exp.el (org-export-as-html): Do not add a space before
10387 enforces line breaks.
10388 (org-export-as-html): Close paragraph before blockquote and verse
10389 tags.
10390
103912008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10392
10393 * org-id.el (org-id-locations-file): Wrap file name with
10394 `convert-standard-filename'.
10395 (org-id-files): New variable.
10396 (org-id-use-hash): New option.
10397 (org-id-update-id-locations): Also search in all files current
10398 listed in `org-id-files'. Convert the resulting alist to a hash
10399 if the user customation says so.
10400 (org-id-locations-save): Handle he case if `org-id-locations' is a
10401 hash.
10402 (org-id-locations-load): Convert the alist to a hash.
10403 (org-id-add-location): Handle the hast case.
10404 (kill-emacs-hook): Make sure id locations are saved when Emacs is
10405 exited.
10406 (org-id-hash-to-alist, org-id-alist-to-hash)
10407 (org-id-paste-tracker): New functions.
243de2b4
CD
10408
104092008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10410
10411 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
10412 bindings of calendar variables.
10413
3e344045 10414 * org-table.el (org-table-find-row-type): Rename from
243de2b4 10415 `org-find-row-type'.
3e344045 10416 (org-table-rewrite-old-row-references): Rename from
243de2b4 10417 `org-rewrite-old-row-references'.
3e344045
SM
10418 (org-table-shift-refpart): Rename from `org-shift-refpart'.
10419 (org-table-cleanup-narrow-column-properties): Rename from
243de2b4
CD
10420 `org-cleanup-narrow-column-properties'.
10421
104222008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10423
10424 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
10425 for better error messages.
10426 (org-table-get-descriptor-line): Supply the new arguments to
10427 `org-find-row-type'.
10428 (org-table-error-on-row-ref-crossing-hline): New option.
10429
10430 * org.el (org-target-link-regexp): Make buffer-local.
10431 (org-move-subtree-down): Fix bug with trees at beginning of
10432 buffer.
10433
104342008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10435
10436 * org-faces.el (org-set-tag-faces): New function.
10437 (org-tags-special-faces-re): New variable.
10438
10439 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
10440
10441 * org-faces.el (org-tag-faces): New option.
10442 (org-tag): Mention `org-tag-faces' in the docstring.
10443
104442008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10445
10446 * org-exp.el (org-export-html-style-default): Implement new
10447 quoting.
10448
10449 * org-jsinfo.el (org-infojs-template): Implement new quoting.
10450
10451 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
10452 command to the `w3m-minor-mode-map'.
10453
10454 * org-archive.el (org-archive-to-archive-sibling): Protect
10455 `this-command' to avoid appending kills during archiving.
10456
10457 * org-exp.el (org-export-with-priority): New variable.
10458 (org-export-add-options-to-plist): Use `org-export-plist-vars'
10459 instead of internal list of strings and properties.
10460 (org-print-icalendar-entries): Retrieve the location property with
10461 inheritance.
10462
104632008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10464
10465 * org-exp.el (org-export-with-todo-keywords): New option.
10466 (org-export-plist-vars): Include also the keys for the #+OPTIONS
10467 line.
10468 (org-default-export-plist, org-export-add-options-to-plist)
10469 (org-export-as-ascii, org-export-as-html): Use the new structure
10470 of `org-export-plist-vars'.
10471
10472 * org.el (org-map-entries): Return all values.
10473
104742008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10475
10476 * org.el (org-matcher-time): Recognize more special values.
10477
10478 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
10479
104802008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10481
10482 * org.el (org-tags-exclude-from-inheritance): New option.
10483 (org-tag-inherit-p, org-remove-uniherited-tags): Respect
10484 `org-tags-exclude-from-inheritance'.
10485
10486 * org-agenda.el (org-agenda-show-inherited-tags): New option.
10487 (org-format-agenda-item): Add inherited tags to the agenda line
10488 string, and make sure that properties are kept when downcasing the
10489 tags list.
10490 (org-agenda-add-inherited-tags): New function.
10491 (org-downcase-keep-props): New function.
10492
10493 * org.el (org-scan-tags): Mark inherited tags with a text
10494 property.
10495 (org-get-tags-at): Mark inherited tags with a text property.
10496 (org-add-prop-inherited): New function.
10497
10498 * org-agenda.el (org-agenda-add-inherited-tags): New function.
10499 (org-agenda-show-inherited-tags): New option.
10500
105012008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10502
10503 * org.el (org-modules): Add org-w3m to the default modules.
10504
10505 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
10506 orgtbl-mode.
10507 (orgtabl-create-or-convert-from-region): New command.
10508
10509 * org-exp.el (org-export-as-ascii): Remove the handling of
10510 targets.
10511 (org-export-ascii-preprocess): Handle targets already in this
10512 function.
10513
105142008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10515
10516 * org-timer.el (org-timer-start-time): Define this variable.
10517 (org-timer-item): Make argument optional.
10518
10519 * org-list.el (org-insert-item): Automatically insert a timer item
10520 if the current list is a timer list.
10521
10522 * org-timer.el: New file.
10523
10524 * org-publish.el (org-publish-org-index): Only exclude the index
10525 file in the main directory from being added to the site-map.
10526 (org-publish-get-project-from-filename): If the current project is
10527 a component, start publishing from the parent project.
10528
105292008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10530
10531 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
10532
10533 * org-publish.el (org-publish-org-index): Improve removal of
10534 temporary buffers.
10535
d95a8199
CD
105362008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
10537
10538 * org-agenda.el (org-get-closed): Re-apply changes
10539 accidentially overwritten by last commit to Emacs.
10540
10541 * org.el (org-outline-path-complete-in-steps): New option.
10542 (org-refile-get-location): Honor
10543 `org-outline-path-complete-in-steps'.
10544 (org-agenda-change-all-lines, org-tags-sparse-tree)
10545 (org-time-string-to-absolute, org-small-year-to-year)
10546 (org-link-escape): Re-apply changes accidentially overwritten
10547 by last commit to Emacs.
10548
770f39cf
CD
105492008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
10550
10551 * org-clock.el (org-dblock-write:clocktable): Make sure the
10552 clocktable sees the first line.
10553 (org-clock-in): Warn if the clock cannot be resumed.
10554
105552008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
10556
10557 * org.el (org-open-at-point): Fix mixup about interactive and
10558 non-interactive elisp links.
10559
105602008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
10561
10562 * org-exp.el (org-export-preprocess-string): Allow one comment
10563 line before the first headline to always be included. This is
10564 to not miss a commented target.
10565
10566 * org-mouse.el (org-mouse-insert-item): Call
10567 `org-indent-to-column' instead of `indent-to', for XEmacs
10568 compatibility.
10569
10570 * org.el (org-refile-targets): Fix customize definition so
10571 that it works also in XEmacs.
10572 (org-fixup-indentation): Call `org-indent-to-column' instead
10573 of `indent-to', for XEmacs compatibility.
10574
105752008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
10576
10577 * org-mew.el (org-mew-store-link): Get the correct case folder
10578 for refiled messages.
10579
105802008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
10581
10582 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
10583 line break indicators.
10584
10585 * org.el (org-ido-completing-read): Remove the "i:" prefix for
10586 ido-completion propts.
10587
105882008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
10589
10590 * org-remember.el (org-remember-apply-template): Use
10591 `org-substring-no-properties'.
10592
10593 * org-compat.el (org-substring-no-properties): New function.
10594
10595 * org-remember.el (org-remember-apply-template): Use
10596 `org-substring-no-properties' for compatibility.
10597
10598 * org-list.el (org-list-two-spaces-after-bullet-regexp): New
10599 option.
a628ad9d 10600 (org-fix-bullet-type): Respect
770f39cf
CD
10601 `org-list-two-spaces-after-bullet-regexp'.
10602
10603 * org-clock.el (org-clock-load): Clean up the code.
10604
10605 * org.el (org-adaptive-fill-function): Allow two spaces after
10606 "1." as a list bullet.
10607
106082008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
10609
10610 * org-clock.el (org-clock-save, org-clock-load): Check for
10611 live buffers, existing files, and buffer file names to ensure
10612 consistent information.
10613 (org-clock-persist): Make `clock' a special value of this
10614 variable, and improve docstring.
10615
10616 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
10617 (org-get-string-indentation): Adapt indentation when the bullet
10618 width changes.
10619
106202008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
10621
10622 * org-remember.el (org-remember-finalize): Make interactive.
10623 (org-remember-kill): New command.
10624 (org-remember-finish-immediately): Call `org-remember-finalize'
10625 directly.
10626 (org-remember-finalize): Make `org-remember-finalize' an interactive
10627 function.
10628
106292008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
10630
10631 * org-remember.el (org-remember-apply-template): No ido completion
10632 for free prompts in remember templates.
10633 (org-remember-before-finalize-hook): New hook.
10634 (org-remember-mode): New minor mode.
10635 (org-remember-apply-template): Turn on `org-remember-mode'.
10636
770f39cf
CD
10637 * org-remember.el (org-remember-apply-template): Fix the way how
10638 the list of allowed properties is retrieved from the target file.
10639
10640 * org.el (org-insert-link): Improve file link matching.
10641
106422008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
10643
10644 * org-colview.el (org-columns-display-here): New argument
10645 DATELINE, to trigger using the new face.
10646 (org-agenda-colview-summarize): Call `org-columns-display-here'
10647 with the new argument.
10648
10649 * org-faces.el (org-agenda-column-dateline): New face.
10650
10651 * org-publish.el (org-publish-org-index): Use index-title at page
10652 title, not as section.
10653
10654 * org-exp.el (org-export-html-format-desc): Respect the
10655 org-protect property.
10656 (org-export-as-html): Protect image specifiers that are in the
10657 description part of a link.
10658
10659 * org.el (org-sort-entries-or-items, org-completing-read)
10660 (org-refile-get-location, org-olpath-completing-read, org-todo)
10661 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
10662 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
10663 (org-set-property, org-delete-property)
10664 (org-delete-property-globally): Use `org-ido-completing-read'.
10665
10666 * org-remember.el (org-remember-apply-template): Use
10667 `org-ido-completing-read'.
10668
10669 * org-publish.el (org-publish): Use `org-ido-completing-read'.
10670
10671 * org-colview.el (org-columns-edit-value, org-columns-new)
10672 (org-insert-columns-dblock): Use `org-ido-completing-read'.
10673
10674 * org-colview-xemacs.el (org-columns-edit-value)
10675 (org-columns-new, org-insert-columns-dblock): Use
10676 `org-ido-completing-read'.
10677
10678 * org-attach.el (org-attach-delete-one, org-attach-open): Use
10679 `org-ido-completing-read'.
10680
10681 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
10682 `org-ido-completing-read'.
10683
10684 * org.el (org-time-today): New function.
10685 (org-matcher-time): Use `org-time-today'. Add special treatment
10686 for "<tomorrow>" and "<yesterday>".
10687 (org-ido-completing-read): New function.
10688 (org-completion-use-ido): New option.
10689
10690 * org-exp.el (org-export-format-source-code): Fix bug in require
10691 htmlize code.
10692 (org-export-target-internal-links): Fix bug in search for text
10693 property.
10694
106952008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
10696
10697 * org-export-latex.el (org-export-latex-subcontent): Interprete
10698 target aliases as additonal labels.
10699
10700 * org-exp.el (org-export-target-aliases): New variable.
10701 (org-export-preprocess-string)
10702 (org-export-handle-invisible-targets): Fill the alias alist.
10703 (org-export-as-html): Remove the &nbsp; from the anchor, and also
10704 assign an id.
10705 (org-html-level-start): Insert the target aliases as additonal
10706 anchors.
10707
10708 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
10709 picture area.
10710
107112008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
10712
10713 * org.el (org-open-at-mouse): Ensure correct link abbreviations
10714 when following a link with the mouse from the agenda.
10715
10716 * org-exp.el (org-export-as-html): Avoid lone </div> when no
10717 headlines are created.
10718
107192008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
10720
10721 * org.el (org-link-translation-function): New option.
10722 (org-open-at-point): Call `org-link-translation-function' if
10723 non-nil.
10724 (org-translate-link): New function.
10725 (org-translate-link-from-planner): New function.
10726 (org-open-at-point): Allow interactive commands in elisp links.
10727
10728 * org-exp.el (org-icalendar-cleanup-string): Restore the old
10729 iCalendar quoting. The new one seems to caus problems with
10730 applications.
10731
10732 * org.el (org-yank): Set `this-command' to `yank', so that
10733 `yank-pop' will work.
10734
107352008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
10736
10737 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
10738 compliance as far as quoting is concerned.
10739
10740 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
10741 hexified version of the tag.
10742
10743 * org-vm.el (org-vm-follow-link): Require `vm-search'.
10744
10745 * org.el (org-up-heading-safe, org-forward-same-level): Always
10746 call `org-back-to-heading' instead of `outline-back-to-heading'.
10747 (org-back-to-heading): New wrapper around outline-back-to-heading,
10748 with a useful error message telling where the error happened.
10749
10750 * org-list.el (org-update-checkbox-count): Always call
10751 `org-back-to-heading' instead of `outline-back-to-heading'.
10752
10753 * org-exp.el (org-export-as-html): Make sure that each <img> tag
10754 has an `alt' attribute, to ensure XHTML validation.
10755
107562008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
10757
10758 * org-publish.el (org-publish-attachment): Allow publishing to
10759 overwrite attachment files.
10760
10761 * org-agenda.el (org-agenda-timerange-leaders): New option.
10762 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
10763
10764 * org.el (org-edit-src-exit): Untabify ASCII image before
10765 returning.
10766
dcbfa92b
GM
107672008-11-19 Glenn Morris <rgm@gnu.org>
10768
10769 * org.el, org-mouse.el (org-agenda-change-all-lines):
10770 Fix declaration.
10771
0dade8aa
CD
107722008-11-18 Carsten Dominik <dominik@science.uva.nl>
10773
10774 * org.el ("speedbar"): Only show context if the file really is an
10775 org-mode buffer.
10776
062552e7
JB
107772008-11-17 Juanma Barranquero <lekktu@gmail.com>
10778
10779 * org.el (org-time-string-to-absolute, org-small-year-to-year)
10780 (org-tags-sparse-tree): Fix typos in docstrings.
10781
4389931e
CD
107822008-11-15 Carsten Dominik <dominik@science.uva.nl>
10783
d7dbaa7d 10784 * org-publish.el (org-publish-attachment): Allow copy-file to
4389931e
CD
10785 overwrite files.
10786
2cc7988b
GM
107872008-11-13 Glenn Morris <rgm@gnu.org>
10788
10789 * org-agenda.el (org-get-closed): Fix alias.
10790
7173f311 107912008-11-12 Juanma Barranquero <lekktu@gmail.com>
fb8df73b 10792
7173f311 10793 * org.el (org-link-escape): Fix typo in docstring.
fb8df73b
CD
10794
107952008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
10796
10797 * org.el (org-yank): Make any prefix force normal yanking.
10798 Suppress folding if text would be swallowed into a folded
10799 subtree.
10800 (org-yank-folded-subtrees, org-yank): Docstring updates.
10801
10802 * org-agenda.el (org-agenda-compare-effort): Treat no effort
10803 defined as 0.
10804
10805 * org-exp.el (org-export-language-setup): Add Catalan and
10806 Esperanto language entries.
10807
108082008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
10809
10810 * org.el (org-refile): Allow refiling of entire regions.
10811
10812 * org-clock.el (org-clock-time%): New function.
10813
10814 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
10815 retrieve property values.
10816
108172008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
10818
10819 * org-agenda.el (org-agenda-list): Handle the value `only' of
10820 org-agenda-show-log'.
10821 (org-agenda-log-mode): Interpret a double prefix arg.
10822
108232008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
10824
10825 * org-exp.el (org-export-html-footnotes-section): New variable.
10826 (org-export-as-html): Use `org-export-html-footnotes-section' to
10827 insert the footnotes.
10828 (org-export-language-setup): Add "Footnotes" to language words.
10829
108302008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
10831
10832 * org.el (org-yank): Fix bug when not inserting a subtree.
10833
108342008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
10835
10836 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
10837 instead of `vm-beginning-of-message'.
10838
10839 * org.el (org-make-link-regexps): Make sure that links to gnus can
10840 contain brackets.
10841
108422008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
10843
10844 * org-attach.el (org-attach-dir): Remove duplicate ID creation
10845 code.
10846
10847 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
10848 shell output.
10849
10850 * org.el (org-link-abbrev-alist): Improve customization type.
10851
10852 * org-attach.el (org-attach-expand-link, org-attach-expand): New
10853 functions.
10854
3e344045 10855 * org-agenda.el (org-agenda-get-progress): Rename from
fb8df73b
CD
10856 `org-get-closed'. Implement searching for state changes as well.
10857 (org-agenda-log-mode-items): New option.
10858 (org-agenda-log-mode): New option prefix argument, interpreted as
10859 request to show all possible progress info.
10860 (org-agenda-get-day-entries): Call `org-get-progress' instead of
10861 `org-get-closed'.
10862 (org-agenda-set-mode-name): Handle the more complex log mode
10863 settings.
10864 (org-get-closed): New alias, pointing to `org-get-progress'.
10865
108662008-11-12 Carsten Dominik <dominik@science.uva.nl>
10867
10868 * org.el (org-file-apps-defaults-gnu)
10869 (org-file-apps-defaults-macosx)
10870 (org-file-apps-defaults-windowsnt): Add an entry defining the
10871 system command.
10872 (org-file-apps): Allow `system' as key and value.
10873 (org-open-at-point): Explain the effect of a double prefix arg.
10874 (org-open-file): If the argument `in-emacs' is (16),
10875 i.e. corresponding to a double prefix argument, try to open the
10876 file externally.
10877
108782008-11-12 Carsten Dominik <dominik@science.uva.nl>
10879
10880 * org.el (org-insert-link): Abbreviate absolute files names in
10881 links. Also, fix a bug in which the double C-u prefix would not
10882 be honored.
10883
108842008-11-12 Carsten Dominik <dominik@science.uva.nl>
10885
10886 * org.el (org-insert-heading): If buffer does not end with a
10887 newline, add one if necessary to insert headline correctly.
10888
10889 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
10890 paragraphs, not inside.
10891
10892 * org.el (org-todo): Quote
10893 `org-agenda-headline-snapshot-before-repeat'.
10894
10895 * org-exp.el (org-export-as-html): Fully process link descriptions.
10896 (org-export-html-format-desc): New function.
10897 (org-export-as-html): Collect footnotes into the correct basket.
10898 (org-html-protect): No longer protect quotations marks here, this
10899 goes wrong.
10900
10901 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
10902 BEG.
10903
10904 * org-compat.el (org-fit-window-to-buffer): New function (not
10905 really, a preliminary and incomplete version was present earlier,
10906 but not used).
10907
10908 * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
10909 `org-fit-window-to-buffer'.
10910
10911 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
10912
10913 * org-agenda.el (org-agenda-get-restriction-and-command)
10914 (org-fit-agenda-window, org-agenda-convert-date): Use
10915 `org-fit-window-to-buffer'.
10916
10917 * org-exp.el (org-export-as-html): Process href links through
10918 `org-export-html-format-href'.
10919 (org-export-html-format-href): New function.
10920
10921 * org-agenda.el (org-agenda-todo): Update only the current
10922 headline if this is a repeated TODO, marked done for today.
10923 (org-agenda-change-all-lines): New argument JUST-THIS, to change
10924 only the current line.
10925
10926 * org.el (org-todo): Take a snapshot of the headline if the
10927 repeater might change it.
10928
109292008-11-12 Carsten Dominik <dominik@science.uva.nl>
10930
10931 * org-publish.el (org-publish-find-title): Remove buffers visited
10932 only for extracting the title.
10933
10934 * org-exp.el (org-export-html-style)
10935 (org-export-html-style-default): Mark style definitions as
10936 unparsed CDATA.
10937
10938 * org-publish.el (org-publish-validate-link): Function
10939 re-introduced.
10940
109412008-11-12 Charles Sebold <csebold@gmail.com>
10942
10943 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
10944 property.
10945 (org-plot-quote-timestamp-field): New function.
10946 (org-plot-quote-tsv-field): Call timestamp field function when
10947 necessary rather than just quoting as a string.
10948 (org-plot/gnuplot-to-data): Pass in timefmt property.
10949 (org-plot/gnuplot-script): Supports timefmt property.
10950 (org-plot/gnuplot): Checks for timestamp column before checking
10951 for text index column.
10952
109532008-11-12 Carsten Dominik <dominik@science.uva.nl>
10954
10955 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
10956
10957 * org-publish.el (org-publish-org-index): Create a section in the
10958 index file.
10959 (org-publish-org-index): Stop linking to directories.
10960
10961 * org.el (org-emphasis-alist): Use span instead of <u> to
10962 underline text.
10963
10964 * org-exp.el (org-export-as-html): Make sure <p> is closed before
10965 <pre> sections.
10966
109672008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
10968
10969 * org-jsinfo.el (org-infojs-template): Remove language attribute
10970 from script tag.
10971
109722008-11-12 Carsten Dominik <dominik@science.uva.nl>
10973
10974 * org-agenda.el (org-agenda-remove-marked-text): New function.
10975 (org-agenda-mark-filtered-text)
10976 (org-agenda-unmark-filtered-text): New functions.
a628ad9d 10977 (org-write-agenda): Remove filtered text.
fb8df73b
CD
10978
10979 * org.el (org-make-tags-matcher): Give access to TODO "property"
10980 without speed penalty.
10981
109822008-11-12 Carsten Dominik <dominik@science.uva.nl>
10983
10984 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
10985 option.
10986 (org-store-link-props): Make sure adding to the plist works
10987 correctly.
10988
10989 * org-gnus.el (org-gnus-no-new-news): New function.
10990 (org-gnus-follow-link): Allow the article ID to be a message-id,
10991 in addition to allowing article numbers. Message IDs make much
10992 more roubust links.
10993 (org-gnus-store-link): Use message-id to create link.
10994
109952008-11-12 Carsten Dominik <dominik@science.uva.nl>
10996
10997 * org.el (org-emphasize): Reverse the selection array.
10998 (org-emphasis-alist): Set <code> tags for the verbatim
10999 environment.
11000
11001 * org-remember.el (org-remember-handler): Fix bug with
11002 prefix-related changing of the note storage target.
11003
11004 * org-exp.el (org-print-icalendar-entries): Make the exported
11005 priorities compatible with RFC 2445.
11006
11007 * org-clock.el (org-clock-save): Insert time stamp without
11008 dependence on time-stamp.el.
11009
110102008-11-12 Carsten Dominik <dominik@science.uva.nl>
11011
11012 * org.el ("saveplace"): If saveplace puts point into an invisible
11013 location, make it visible.
11014 (org-make-tags-matcher): Allow inactive time stamps in time
11015 comparisons.
11016 (org-yank-adjusted-subtrees): New option.
11017 (org-yank): Incorporate adjusting trees.
11018 (org-paste-subtree): New argument FOR-YANK which will cause
11019 insertion at point without backing up over white lines, and leave
11020 point at the end of the inserted text. Also if the cursor is
11021 at the beginning of a headline, use the same level or the inserted
11022 tree.
11023
11024 * org-publish.el (org-publish-get-base-files-1): Deal correctly
8bdd66dc 11025 with broken symlinks.
fb8df73b
CD
11026
110272008-11-12 Carsten Dominik <dominik@science.uva.nl>
11028
11029 * org-exp.el (org-export-select-tags, org-get-current-options):
11030 Fix typo.
11031
ed08ccb4
GM
110322008-11-06 Glenn Morris <rgm@gnu.org>
11033
49ace7fb
GM
11034 * org-publish.el (org-publish-attachment): Use copy-file rather than
11035 eshell/cp.
ed08ccb4 11036
40ac2137
JB
110372008-11-04 Juanma Barranquero <lekktu@gmail.com>
11038
11039 * org.el (org-columns-modify-value-for-display-function):
11040 * org-table.el (org-table-convert-region): Fix typos in docstrings.
11041
9fc10007
GM
110422008-10-28 Glenn Morris <rgm@gnu.org>
11043
11044 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
11045
11046 * org-list.el (outline-next-heading, outline-back-to-heading):
11047 Fix declarations.
11048
71d35b24
CD
110492008-10-26 Carsten Dominik <dominik@science.uva.nl>
11050
11051 * org-agenda.el (org-format-agenda-item)
11052 (org-agenda-filter-make-matcher): Make sure tags are stored and
11053 compared donwcased.
11054
110552008-10-26 Carsten Dominik <dominik@science.uva.nl>
11056
11057 * org.el (org-insert-todo-heading): Fix bug with force-heading
11058 argument.
11059
110602008-10-26 Carsten Dominik <dominik@science.uva.nl>
11061
11062 * org-exp.el (org-export-as-ascii): Handle the case that we are
11063 bulishing from an indirect buffer.
11064
11065 * org-table.el (org-table-copy-down): Fix bug with time stamp
11066 increment.
11067
11068 * org-mouse.el (org-mouse-features): New option.
11069 (org-mode-hook): Turn on features depending on
11070 `org-mouse-features'.
11071
11072 * org.el (org-insert-heading-respect-content): Force heading
11073 creation.
a628ad9d 11074 (org-insert-heading): Keep the folding state of the heading before
71d35b24
CD
11075 the inserted one.
11076
110772008-10-26 Carsten Dominik <dominik@science.uva.nl>
11078
11079 * org-archive.el (org-archive-to-archive-sibling): Handle top
11080 level headlines better.
11081
110822008-10-26 Bastien Guerry <bzg@altern.org>
11083
3e344045 11084 * org-export-latex.el (org-export-latex-classes): Add
71d35b24
CD
11085 \usepackage{graphicx} to the default list of packages.
11086
110872008-10-26 Carsten Dominik <dominik@science.uva.nl>
11088
3e344045 11089 * org-agenda.el (org-agenda-filter): Rename from
71d35b24
CD
11090 `org-agenda-filter-tags'.
11091
110922008-10-26 Carsten Dominik <dominik@science.uva.nl>
11093
11094 * org.el (org-entry-properties): Add CATEGORY property, iven if it
11095 is not defined as a property in this entry.
11096 (org-add-log-note): Mask prefix argument when immediately storing
11097 the note.
11098
11099 * org-agenda.el (org-agenda-filter-effort-default-operator): New
11100 option.
11101
111022008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
11103
11104 * org.el (org-add-log-setup): Bugfix; code to find insertion point
11105 after drawers was skipping ahead one line too many, so notes were
11106 inserted after the first note instead of before it.
11107
111082008-10-26 Carsten Dominik <dominik@science.uva.nl>
11109
11110 * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
11111 New variables.
11112 (org-prepare-agenda): Reset the filter tags.
11113 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
11114 Show filter tags in mode line.
11115
11116 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
11117 formatter.
11118
11119 * org-export-latex.el (org-latex-entities-regexp): New constant.
11120 (org-export-as-pdf): Use two calls to `shell-command'.
11121
111222008-10-26 Carsten Dominik <dominik@science.uva.nl>
11123
11124 * org-export-latex.el (org-export-latex-treat-sub-super-char):
11125 Honor the {} value of the subsuperscript setting. Make sure that
11126 longer subsuperscripts are typeset in a roman font.
11127
11128 * org.el (org-clock-update-time-maybe): Compute negative clock
11129 intervals correctly.
11130
111312008-10-26 Carsten Dominik <dominik@science.uva.nl>
11132
11133 * org.el (org-add-log-setup): Respect
11134 `org-log-state-notes-insert-after-drawers'.
11135 (org-log-state-notes-insert-after-drawers): New option.
11136 (org-todo-trigger-tag-changes): New function.
11137 (org-todo): Call `org-todo-trigger-tag-changes'.
11138
111392008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
11140
88dbda51 11141 * org.el (org-add-log-setup): Only skip drawers if they are
71d35b24
CD
11142 immediately after the scheduling keywords.
11143
11144 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
c4cc8b9a 11145 function.
71d35b24
CD
11146 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
11147 call it with the current todo state to get the state to switch to
11148 when clocking in.
11149 (org-clock-in): Use org-indent-line-function to indent clock lines.
11150 (org-clock-find-position): Fix indentation of empty clock drawers.
11151
111522008-10-26 Carsten Dominik <dominik@science.uva.nl>
11153
11154 * org-publish.el (org-publish-org-to): Handle case when
11155 org-export-to-pdf does return a file name, not a buffer.
11156 (org-publish-org-to-pdf): New function.
11157
11158 * org-export-latex.el (org-export-as-pdf)
11159 (org-export-as-pdf-and-open): New commands.
11160
11161 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
11162 forms as ranges.
11163
11164 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
11165 things in protexted regions.
11166
111672008-10-26 Carsten Dominik <dominik@science.uva.nl>
11168
11169 * org-export-latex.el (org-export-latex-preprocess): Improve
11170 quoting of LaTeX environments.
11171
34767325
EZ
111722008-10-19 Eli Zaretskii <eliz@gnu.org>
11173
646bcdd7
GM
11174 * org.el (org-default-notes-file):
11175 * org-publish.el (org-publish-timestamp-directory):
34767325
EZ
11176 * org-id.el (org-id-locations-file): Run file names that begin
11177 with a period thru `convert-standard-filename'.
11178
a3c1e192
CD
111792008-10-12 Carsten Dominik <dominik@science.uva.nl>
11180
11181 * org-plot.el: Switch coding system to unix.
11182
646bcdd7
GM
111832008-10-12 John Wiegley <johnw@newartisans.com>
11184
11185 * org-attach.el: New file.
11186
621f83e4
CD
111872008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
11188
11189 * org.el (org-edit-fixed-width-region): Exclude final newline from
11190 picture area.
11191
11192 * org-export-latex.el (org-export-latex-subcontent): Add labels to
11193 sections, to make internal links work.
11194 (org-export-latex-fontify-headline): Do not remove all text
11195 properties, to make sure that target properties survive this
11196 process.
11197
11198 * org-exp.el (org-export-preprocess-string): Change sequence of
11199 modifications, to make sure links are prepared before the LaTeX
11200 conversions do happen.
11201
3e344045 11202 * org-attach.el (org-attach-delete-all): Rename from
621f83e4
CD
11203 `org-attch-delete'. Add a security query before deleting the
11204 entire directory. New optional argument FORCE can overrule the
11205 security query.
11206 (org-attach-delete-one): New command.
11207
11208 * org-attach.el (org-attach-file-list): Fix bug with directory.
11209
11210 * org.el (org-apps-regexp-alist): New function.
11211 (org-file-apps): Add auto-mode to the default value.
11212 (org-open-file): Use the new structure of org-file-apps.
11213
11214 * org-attach.el (org-attach): Support the new keys.
11215 (org-attach-method): New option.
11216
11217 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
11218 March.
11219
11220 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
11221 of the list value o `org-use-tag-inheritance'.
11222
11223 * org-attach.el (org-attach-auto-tag): New option.
11224 (org-attach-tag, org-attach-untag): New functions.
11225 (org-attach-attach, org-attach-new, org-attach-sync): Call
11226 `org-attach-tag'.
11227 (org-attach-delete): Call `org-attach-untag'.
11228
621f83e4
CD
11229 * org-table.el (orgtbl-self-insert-command): Make this work for
11230 the keypad as well.
11231
11232 * org.el (org-add-log-setup): Limit searc for drawers to entry
11233 text, not to subtree.
11234
11235 * org-clock.el (org-clock-heading-for-remember): New variable.
11236 (org-clock-in): Set `org-clock-heading-for-remember'.
11237
f44d8669 112382008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
621f83e4
CD
11239
11240 * org-remember.el (org-remember-apply-template): Add new
11241 expansions: %k, %K for currently clocked task and a link to the
11242 currently clocked task, and %< to file notes in the currently
11243 clocked task.
11244
112452008-10-12 Carsten Dominik <dominik@science.uva.nl>
11246
11247 * org-export-latex.el (org-export-latex-make-header): Also insert
11248 the content of the property :latex-header-extra.
11249
11250 * org-exp.el (org-infile-export-plist): Put the content of
11251 #+LATEX_HEADER: into the property :latex-header-extra.
11252
11253 * org-colview.el (org-columns-get-format-and-top-level): Remove
11254 resetting the marker.
11255
11256 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
11257 Remove resetting the marker.
11258
11259 * org.el (org-entry-property-inherited-from): Improve docstring.
11260 (org-entry-get-with-inheritance): Reset marker before starting the
11261 search.
11262
11263 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
11264
11265 * org.el (org-entry-get-multivalued-property)
11266 (org-entry-protect-space, org-entry-restore-space): New
11267 functions.
11268 (org-file-apps-defaults-macosx): Let postscript files be opened by
11269 preview.
11270 (org-time-stamp-inactive): Call `org-time-stamp'.
11271 (org-time-stamp): New argument `inactive'. Also edit inacive
f924a367 11272 stamps. Convert time stamp type.
621f83e4
CD
11273 (org-open-file): Interpret the `default' value for the `command'
11274 in `org-file-apps'.
11275
11276 * org-id.el (org-id-int-to-b36-one-digit)
11277 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3e344045 11278 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
621f83e4
CD
11279 b36.
11280
11281 * org-id.el (org-id-reverse-string): New function.
11282 (org-id-new): Use `org-id-reverse-string' to make sure the
11283 beginning chars of the ID are mutating fast. This allows to use a
11284 directory structure to spread things better.
3e344045 11285 (org-id-prefix): Change default to nil.
621f83e4
CD
11286
11287 * org-list.el (org-move-item-down, org-move-item-up): Remember and
11288 restore the column of the cursor position.
11289
11290 * org-remember.el (org-remember-apply-template): Remove properties
11291 from `initial'.
11292
11293 * org-wl.el (org-wl-open): Remove useless call to
11294 `wl-thread-open-all'.
11295
11296 * org-remember.el (org-remember-handler): Fix bug with `bottom'
11297 location.
11298
11299 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
11300 `org-bbdb-anniversaries'.
11301
11302 * org.el (org-get-next-sibling, org-forward-same-level): New
11303 functions, similar to the outline versions, but invisible headings
11304 are OK.
11305
113062008-10-12 Bastien Guerry <bzg@altern.org>
11307
11308 * org.el (org-auto-repeat-maybe): Insert a space between
11309 the timestamp's type and the timestamp itself.
11310
113112008-10-12 Carsten Dominik <dominik@science.uva.nl>
11312
11313 * org-table.el (org-table-sum): Do not format the result with %g,
11314 it does rounding when there are too many digits.
11315
11316 * org.el (org-map-entries): Protect the keyword-selecting variables.
11317
113182008-10-12 Bastien Guerry <bzg@altern.org>
11319
11320 * org-agenda.el (org-agenda-to-appt): Make sure the function check
11321 against all agenda files.
11322
113232008-10-12 Carsten Dominik <dominik@science.uva.nl>
646bcdd7 11324 Bastien Guerry <bzg@altern.org>
621f83e4
CD
11325
11326 * org-list.el: New file, aggregating list functions from org.el
11327 and org-export-latex.el.
11328
646bcdd7
GM
113292008-10-12 Carsten Dominik <dominik@science.uva.nl>
11330
621f83e4
CD
11331 * org.el (org-edit-src-region-extra): New option.
11332
11333 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
11334 time before 1am.
11335
113362008-10-12 Bastien Guerry <bzg@altern.org>
11337
11338 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
11339
f44d8669 113402008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
621f83e4
CD
11341
11342 * org-plot.el (org-plot/gnuplot): Make tables starting with a
11343 hline work correctly.
11344 (org-plot/gnuplot-script): Put commas at the end of each script
11345 line.
11346
11347 * org.el (org-get-refile-targets): Replace links with their
c4cc8b9a 11348 descriptions.
621f83e4
CD
11349 (org-imenu-get-tree): Replace links with their descriptions.
11350
11351 * org-remember.el (org-remember-apply-template): Add a new
11352 expansion for adding properties to remember items.
11353
11354 * org.el (org-add-log-setup): Skip over drawers (properties,
11355 clocks etc) when adding notes.
11356
a628ad9d 11357 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
621f83e4
CD
11358 items as well as the start and end times.
11359
11360 * org-compat.el (org-get-x-clipboard-compat): Add a compat
11361 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
11362
11363 * org-remember.el (org-get-x-clipboard): Use the compat
11364 function to get clipboard values when x-selection-value is
f924a367 11365 unavailable. Use substring-no-properties instead of
621f83e4
CD
11366 set-text-properties to remove text properties from the clipboard
11367 value.
11368
76e3243a 11369 * org-clock.el (org-update-mode-line): Support limiting the
621f83e4 11370 modeline clock string, and display the full todo value in the
f924a367 11371 tooltip. Set a local keymap so mouse-3 on the clock string goes to
621f83e4
CD
11372 the currently clocked task.
11373 (org-clock-string-limit): Add a custom value for the maximum
11374 length of the clock string in the modeline.
8bdd66dc 11375 (org-clock-mode-map): Add a keymap for the modeline string.
621f83e4
CD
11376
113772008-10-12 Carsten Dominik <dominik@science.uva.nl>
11378
11379 * org-compat.el (org-propertize): New function.
11380
113812008-10-12 Bastien Guerry <bzg@altern.org>
11382
a628ad9d 11383 * org-export-latex.el (org-export-latex-tables): Protect exported
621f83e4
CD
11384 tables from further special chars conversion.
11385 (org-export-latex-preprocess): Preserve LaTeX environments.
11386 (org-list-parse-list): Parse descriptive lists.
11387 (org-list-to-generic, org-list-to-latex, org-list-to-html)
11388 (org-list-to-texinfo): Export descriptive lists.
11389 (org-quote-chars): Remove.
11390 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
11391 (org-export-latex-list-beginning-re): Rename to
c4cc8b9a 11392 `org-list-beginning-re'.
8bdd66dc 11393 (org-list-item-begin): Rename to `org-list-item-beginning'.
621f83e4 11394
646bcdd7
GM
113952008-10-12 Eric Schulte <schulte.eric@gmail.com>
11396
11397 * org-plot.el: New file.
11398
621f83e4
CD
113992008-10-12 Carsten Dominik <dominik@science.uva.nl>
11400
11401 * org.el (org-refile): Allow refiling to the last entry in the
11402 buffer.
11403 (org-get-tags-at): Fix bug when inheritance is turned off.
11404
11405 * org.el (org-indent-line-function): No longer check for src
11406 regions, this is too much overhead.
11407
11408 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
11409 matching.
11410
11411 * org.el (org-scan-tags): Make sure that tags matching is not case
11412 sensitive. TODO keyword matching is case sensitive, however, to
11413 avoid confusion with similar words that are not meant to be
11414 keywords.
11415
11416 * org.el (org-get-local-tags-at): New function.
11417 (org-get-local-tags): New function.
11418
11419 * org-exp.el (org-export-get-categories): New function.
11420
11421 * org-agenda.el (org-sorting-choice)
11422 (org-agenda-sorting-strategy, org-agenda-get-todos)
11423 (org-agenda-get-timestamps, org-agenda-get-deadlines)
11424 (org-agenda-get-scheduled, org-agenda-get-blocks)
11425 (org-entries-lessp): Implement sorting by TODO state.
11426 (org-cmp-todo-state): New defsubst.
11427
11428 * org-colview.el (org-colview-construct-allowed-dates): New
11429 function.
11430 (org-columns-next-allowed-value): Use
11431 `org-colview-construct-allowed-dates'.
11432
11433 * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
11434 function.
11435 (org-columns-next-allowed-value): Use
11436 `org-colview-construct-allowed-dates'.
11437
11438 * org.el (org-protect-slash): New function.
11439 (org-get-refile-targets): Use `org-protect-slash'.
11440
11441 * org-agenda.el (org-global-tags-completion-table): New variable.
11442
11443 * org-exp.el (org-export-handle-export-tags): New function.
11444 (org-export-preprocess-string): Call
11445 `org-export-handle-export-tags'.
11446
621f83e4
CD
11447 * org-publish.el (org-publish-expand-components): Function removed.
11448 (org-publish-expand-projects): Allow components to have components.
11449
11450 * org.el (org-indent-line-function): Do not indent in regions that
11451 are external source code.
11452 (org-yank-and-fold-if-subtree): New function.
11453
11454 * org-agenda.el (org-agenda-todayp): New function.
11455 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
11456 `org-agenda-todayp'.
11457
11458 * org.el (org-insert-heading-respect-content)
11459 (org-insert-todo-heading-respect-content): New commands.
11460 (org-insert-heading-respect-content): New option.
11461 (org-insert-heading): Respect `org-insert-heading-respect-content'.
11462
11463 * org-clock.el (org-clock-find-position): Make sure the note after
11464 the clock line gets moved into the new clock drawer.
11465
11466 * org-id.el (org-id-new): New option.
11467
11468 * org-table.el (org-table-copy-down): Avoid overflow during
11469 increment. Use prefix argument 0 to temporarily disable the
11470 increment.
11471
11472 * org-exp.el (org-export-as-html): Do not turn on the major mode
11473 if the buffer will be killed anyway.
11474 (org-get-current-options): Exclude the #+TEXT field.
11475 (org-export-as-html): Make sure text before the first headline is
11476 a paragraph.
11477
11478 * org-publish.el (org-publish-org-to): Tell the exporter that this
11479 buffer will be killed, so it is not necessary to do major mode
11480 initialization.
11481
11482 * org-archive.el (org-archive-to-archive-sibling): Show empty
11483 lines after folding the archive sibling.
11484
11485 * org.el (org-log-note-extra): New variable.
11486
114872008-10-12 Bastien Guerry <bzg@altern.org>
11488
3e344045 11489 * org.el (org-additional-option-like-keywords): Add keywords for
621f83e4
CD
11490 the _QUOTE, _VERSE and _SRC environments.
11491
11492 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
11493 exporting _QUOTE and _VERSE environments.
11494
114952008-10-12 Carsten Dominik <dominik@science.uva.nl>
11496
11497 * org-agenda.el (org-agenda-filter-by-tag): New command.
11498
11499 * org-exp.el (org-get-current-options): Remove angular brackets
11500 from the date entry.
11501
11502 * org.el (org-edit-fixed-width-region): New function.
11503 (org-edit-fixed-width-region): Also try
11504 `org-edit-fixed-width-region'.
11505 (org-edit-fixed-width-region-mode): New option.
11506 (org-activate-code): Only interprete lines starting with colon
11507 plus a space as example lines.
11508
11509 * org-remember.el (org-remember-templates): Add nil instead of
11510 empty strings to fix the length of remember templates.
11511
11512 * org-table.el (org-calc-default-modes): Fix the time format for
11513 calc, from 12 hour to 24 hour clock.
11514
11515 * org-agenda.el (org-agenda-get-deadlines)
11516 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
11517 entries that are pre-warnings of deadlines or reminders.
11518
11519 * org.el (org-sort-entries-or-items): Make numeric and alpha
11520 comparisons ignore any TODO keyword and priority cookie.
11521
11522 * org-remember.el (org-remember-handler): Reinterpretation of the
11523 prefix argument.
11524
11525 * org-agenda.el (org-agenda-get-scheduled): Use new
11526 `org-scheduled' face.
11527
11528 * org-faces.el (org-scheduled): New face.
11529
11530 * org-wl.el (org-wl-open): Remove incorrect declaration.
11531
11532 * org-gnus.el (org-gnus-store-link): Support for :to information
11533 in gnus links.
11534
3e344045 11535 * org-exp.el (org-export-as-html): Fix typo in creator
621f83e4
CD
11536 information.
11537 (org-export-protect-examples): New parameter indent. Insert extra
11538 spaces only when this parameter is specified.
11539 (org-export-preprocess-string): Call `org-export-protect-examples'
11540 with an indentation parameter when exporting to ASCII.
11541
11542 * org-remember.el (org-remember-templates)
11543 (org-remember-apply-template): Allow the file component to be a
11544 function.
11545
3e344045 11546 * org.el (org-goto-local-search-headings): Rename from
621f83e4
CD
11547 `org-goto-local-search-forward-headings'. Added the possibility
11548 to search backwards.
11549
11550 * org-export-latex.el (org-export-latex): New customization
11551 group.
11552
11553 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
11554
11555 * org-exp.el (org-html-do-expand): Allow {} to terminate
8bdd66dc 11556 tex macro.
621f83e4
CD
11557
11558 * org.el (org-buffer-list): Select buffers based on major mode,
11559 not on file name.
11560
11561 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
11562 face property.
11563
11564 * org-colview.el (org-columns-display-here): Use
11565 `org-columns-modify-value-for-display-function'.
11566
11567 * org-colview-xemacs.el (org-columns-display-here): Use
11568 `org-columns-modify-value-for-display-function'.
11569
11570 * org.el (org-columns-modify-value-for-display-function): New option.
11571
621f83e4
CD
11572 * org-publish.el (org-publish-file): Make sure the directory match
11573 for the publishing directory works correctly.
11574
11575 * org-agenda.el (org-agenda-execute-calendar-command)
11576 (org-agenda-diary-entry): Additional optional argument.
11577
115782008-07-24 Carsten Dominik <dominik@science.uva.nl>
11579
11580 * org-exp.el (org-export-as-html): Add attributes also in mailto
11581 and ftp links.
11582
11583 * org.el (org-autoload): Add `org-dblock-write:columnview'.
11584
79e43d6e
GM
115852008-08-11 Glenn Morris <rgm@gnu.org>
11586
11587 * org-mac-message.el (do-applescript): Fix declaration.
11588
5c94b31c
GM
115892008-08-10 Glenn Morris <rgm@gnu.org>
11590
11591 * org-exp.el (org-export-as-html): Let-bind `i'.
11592
11593 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
11594 (org-extract-attributes): Let-bind `key', `value'.
11595 (org-make-tags-matcher): Let-bind `time-p'.
11596
0eafa5a7
CD
115972008-07-27 Carsten Dominik <dominik@science.uva.nl>
11598
11599 * org-install.el: New file.
11600
ad9c4a78
CD
116012008-07-26 Carsten Dominik <dominik@science.uva.nl>
11602
11603 * org-exp.el (org-export-html-style)
11604 (org-export-html-style-extra): Declare as safe-local-variable.
11605
0627c265
CD
116062008-07-25 Carsten Dominik <dominik@science.uva.nl>
11607
11608 * org-publish.el (org-publish-file): Use the true name of the
11609 file.
11610
11611 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
11612 instead of :style.
11613
11614 * org-exp.el (org-export-plist-vars)
11615 (org-export-add-options-to-plist): Handle creator setting flag.
11616 (org-export-as-html): Handle attributes also for ftp and mailto
11617 links.
11618
11619 * org-agenda.el (org-agenda-diary-entry)
11620 (org-agenda-execute-calendar-command): Cater for the second
11621 argument of `calendar-cursor-to-date'.
11622
2c3ad40d
CD
116232008-07-24 Carsten Dominik <dominik@science.uva.nl>
11624
11625 * org-exp.el (org-export-region-as-html, org-export-as-html): Make
11626 sure that calls from `org-export-region-as-html' do not do the
11627 special check for a subtree.
11628
11629 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
11630
11631 * org.el (org-open-file): Use
11632 `org-open-directory-means-index-dot-org'.
11633 (org-open-directory-means-index-dot-org): New option.
11634
11635 * org.el (org-make-link-string): Remove link attributes from
11636 description.
10d1d0af 11637 (org-open-at-point): Remove link attributes before using the path.
2c3ad40d
CD
11638
11639 * org-exp.el (org-export-as-html): Handle link attributes.
11640
11641 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
11642
11643 * org-table.el (org-table-to-lisp): New function.
11644
11645 * org.el (org-narrow-to-subtree): Do not include the final newline
11646 into the narrowed region.
11647
3e344045 11648 * org-agenda.el (org-agenda-custom-commands-local-options): Fix
2c3ad40d
CD
11649 bug with user-define skipping condition.
11650
3e344045 11651 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
2c3ad40d
CD
11652
11653 * org-exp.el (org-export-html-style-default): Automatic overflow
11654 handling for pre fields.
11655 (org-export-as-ascii, org-export-as-html): Change default format
11656 for time stamp.
11657
11658 * org-table.el (org-table-export): Offer completion for translator
11659 functions, and do not require a heading above the table.
11660
11661 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
11662 Cater for the case of a list starting in the first line of the
11663 buffer.
11664
11665 * org-publish.el (org-publish-find-title): Bug fix.
11666 (org-publish-org-index): Implement new :index-style option.
11667
11668 * org-publish.el (org-publish-timestamp-filename): Use
11669 SHA1-encoded file names in the timestamp directory.
11670
11671 * org-publish.el (org-publish-needed-p): Be verbose about files
11672 published and files skipped.
11673
11674 * org-exp.el (org-export-preprocess-string): Swap link
10d1d0af 11675 normalization and internal link targeting.
2c3ad40d
CD
11676
11677 * org-publish.el (org-publish-needed-p): Create timestamp
11678 directory when it does not exist.
11679
11680 * org-clock.el (org-clock-out-when-done): Doc fix.
11681
11682 * org.el (org-agenda-skip-unavailable-files): Doc fix.
11683
11684 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
11685 Ignore case when searching for the COMMENT cookie at export time.
11686
11687 * org-exp.el (org-get-file-contents)
11688 (org-get-and-remove-property): New functions.
11689 (org-export-handle-include-files): Handle the new prefix options.
11690 (org-export-as-html): Fix the verse environment.
11691
11692 * org.el (org-time=, org-time<, org-time<=, org-time>)
11693 (org-time>=, org-time<>, org-2ft): New functions.
10d1d0af 11694 (org-op-to-function): Also provide for the time testing functions.
2c3ad40d
CD
11695
11696 * org-exp.el (org-export-html-style-default): New constant.
11697
11698 * org-exp.el (org-export-html-style-extra): New variable.
11699 (org-export-splice-style): New function.
11700
11701 * org-exp.el (org-export-plist-vars, org-export-as-html):
11702 Implement `org-export-creator-info'.
11703 (org-export-creator-info): New option.
11704
11705 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
11706 (org-property-drawer-re, org-clock-drawer-re): New constants.
11707
11708 * org-exp.el (org-icalendar-use-deadline)
11709 (org-icalendar-use-scheduled): New options.
11710 (org-icalendar-include-todo): Default changed to t.
11711 (org-print-icalendar-entries): Implement better utilization of
11712 scheduling and deadline time stamps.
11713 (org-export-target-internal-links, org-export-as-html): Allow file
11714 lines without the "file:" prefix if the file path is an absolute
11715 path or starts with ".".
11716
10d1d0af 11717 * org-clock.el (org-clocktable-shift): Also understand yesterday,
2c3ad40d 11718 lastweek etc.
10d1d0af 11719 (org-clock-special-range): Also understand yesterday, lastweek etc.
2c3ad40d
CD
11720
11721 * org.el (org-agenda-skip-archived-trees): Docstring now
11722 discourages using this.
11723 (org-scan-tags): Check for org-agenda-archives-mode.
11724 (org-map-entries): Make sure org-agenda-archives-mode is nil.
11725 (org-agenda-files): Functionality of second arg changed.
11726
c4cc8b9a 11727 * org-agenda.el (org-agenda-archives-mode): New variable.
2c3ad40d
CD
11728 (org-write-agenda, org-prepare-agenda, org-agenda-list)
11729 (org-search-view, org-todo-list, org-tags-view)
11730 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
11731 `ifmode' argument.
11732 (org-agenda-quit): Reset the archives mode.
11733 (org-agenda-archives-mode): New command.
11734 (org-agenda-set-mode-name): Include archives info.
11735
11736 * org.el (org-paste-subtree): Make sure the yanked headline is
11737 visible if it was yanked at a visible point.
11738 (org-move-item-up): Fix the bug with moving white space at the end
11739 of the item.
11740 (org-show-empty-lines-in-parent): New function.
11741
ff759a98
JL
117422008-07-19 Juri Linkov <juri@jurta.org>
11743
11744 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
11745 new keymap `narrow-map' instead of binding "\C-xns".
11746
cf7241c8
JB
117472008-07-02 Juanma Barranquero <lekktu@gmail.com>
11748
11749 * org.el (org-agenda-skip-unavailable-files):
11750 * org-clock.el (org-clock-out-when-done): Doc fixes.
11751
2530ae2a
GM
117522008-06-18 Glenn Morris <rgm@gnu.org>
11753
11754 * org.el (org-map-entries): Let-bind `file'.
11755
b349f79f
CD
117562008-06-17 Carsten Dominik <dominik@science.uva.nl>
11757
11758 * org-colview.el (org-columns-next-allowed-value): Bug fix.
11759
11760 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
11761
11762 * org-agenda.el (org-agenda-get-closed): Get the end time into the
11763 agenda prefix as well.
11764
11765 * org-publish.el (org-publish-org-index): Make a properly indented
11766 list.
11767
11768 * org.el (org-calendar-agenda-action-key): New option.
11769 (org-get-cursor-date): New function.
11770 (org-mark-entry-for-agenda-action): New command.
11771 (org-overriding-default-time): New variable.
11772 (org-read-date): Respect `org-overriding-default-time'.
11773
11774 * org-remember.el (org-remember-apply-template): Respect the
cf7241c8 11775 overriding default time.
b349f79f
CD
11776
11777 * org-agenda.el (org-agenda-action-marker): New variable.
11778 (org-agenda-action): New command.
11779 (org-agenda-do-action): New function.
11780
117812008-06-17 Carsten Dominik <dominik@science.uva.nl>
11782
11783 * org.el (org-schedule, org-deadline): Protect scheduled and
11784 deadline tasks against changes that accidently remove the
11785 repeater. Also show a message with the new date when done.
11786
117872008-06-17 Carsten Dominik <dominik@science.uva.nl>
11788
11789 * org.el (org-beginning-of-line): Cater for the case when there
11790 are tags but no headline text.
11791 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
11792 it set.
11793
117942008-06-17 Carsten Dominik <dominik@science.uva.nl>
11795
11796 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
11797 the return value is nil instead of "nil" when there is no match.
11798
11799 * org-exp.el (org-insert-centered): Use fill-column instead of
11800 80.
11801 (org-export-as-ascii): Use string-width to measure the width of
11802 the heading.
11803
11804 * org.el (org-diary-to-ical-string): No longer kill buffer
11805 FROMBUF, this is now done by the caller.
11806
11807 * org-exp.el (org-print-icalendar-entries): Move the call to
11808 `org-diary-to-ical-string' out of the loop, and kill the buffer
11809 afterwords.
11810
11811 * org-remember.el (org-remember-visit-immediately): Position
11812 cursor after moving to the note.
11813 (org-remember-apply-template): Use a text property to record the
11814 cursor position.
11815 (org-remember-handler): Align tags after pasting the note.
11816
118172008-06-17 Carsten Dominik <dominik@science.uva.nl>
11818
11819 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
11820
11821 * org-agenda.el (org-agenda-open-link): If there is an
11822 org-bbdb-name property in the current line, jump to that bbdb
11823 entry.
11824
11825 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
11826 text property, so that the agenda knows where this entry comes
11827 from.
11828
3e344045 11829 * org-agenda.el (org-agenda-clock-in): Fix bug in the
b349f79f
CD
11830 interaction between clocking-in from the agenda, and automatic
11831 task state switching.
11832
10d1d0af 11833 * org-macs.el (org-with-point-at): Bug fix in macro definition.
b349f79f
CD
11834
11835 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
11836 zmacs-region stays after this command in XEmacs.
11837
118382008-06-17 Carsten Dominik <dominik@science.uva.nl>
11839
11840 * org.el (org-scan-tags): Allow new values for ACTION parameter.
11841
11842 * org-remember.el (org-remember-templates): Fix bug in
11843 customization type definition.
11844
11845 * org.el (org-map-entries): New function.
11846
118472008-06-17 Carsten Dominik <dominik@science.uva.nl>
11848
11849 * org-agenda.el (org-agenda-skip-comment-trees): New option.
11850 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
11851
118522008-06-17 Carsten Dominik <dominik@science.uva.nl>
11853
11854 * org-remember.el (org-jump-to-target-location): New variable.
11855 (org-remember-apply-template): Set
11856 `org-remember-apply-template' if requested by template.
11857 (org-remember-handler): Start an idle timer to jump to
11858 remember location.
11859
11860 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
11861
11862 * org.el (org-set-regexps-and-options): Fix bug with parsing of
11863 file tags.
11864 (org-get-tags-at): Add the content of `org-file-tags'.
11865
11866 * org-exp.el (org-export-handle-comments): Fix bug with several
11867 comment lines after each other.
11868 (org-number-to-roman, org-number-to-counter): New functions.
11869 (org-export-section-number-format): New option.
11870
118712008-06-17 Carsten Dominik <dominik@science.uva.nl>
11872
11873 * org-exp.el (org-export-protect-examples): Catch the case of a
11874 missing end_example line.
11875
11876 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
11877 `org-file-tags' to nil.
11878
11879 * org-colview.el (org-columns-next-allowed-value): Handle next
11880 argument NTH to directly select a value.
11881
11882 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
11883 argument NTH to directly select a value.
11884
118852008-06-17 Carsten Dominik <dominik@science.uva.nl>
11886
11887 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
11888
118892008-06-17 Carsten Dominik <dominik@science.uva.nl>
11890
11891 * org.el (org-columns-ellipses): New option.
11892
118932008-06-17 Carsten Dominik <dominik@science.uva.nl>
11894
11895 * org-colview.el (org-columns-add-ellipses): New function.
11896 (org-columns-compact-links): New function.
11897 (org-columns-cleanup-item): Call `org-columns-compact-links'.
11898 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
11899 when in agenda.
3e344045 11900 (org-columns-edit-value): Fix bug with editing values from
b349f79f
CD
11901 agenda column view.
11902 (org-columns-redo): Also redo the agenda itself.
11903
119042008-06-17 Carsten Dominik <dominik@science.uva.nl>
11905
11906 * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
11907 option.
11908
11909 * org-colview.el (org-agenda-columns-cleanup-item): New function.
11910
3e344045 11911 * org-exp.el (org-export-ascii-preprocess): Rename from
b349f79f
CD
11912 `org-export-ascii-clean-string'.
11913 (org-export-kill-licensed-text)
11914 (org-export-define-heading-targets)
11915 (org-export-handle-invisible-targets)
11916 (org-export-target-internal-links)
11917 (org-export-remove-or-extract-drawers)
11918 (org-export-remove-archived-trees)
11919 (org-export-protect-quoted-subtrees)
11920 (org-export-protect-verbatim, org-export-protect-examples)
11921 (org-export-select-backend-specific-text)
11922 (org-export-mark-blockquote-and-verse)
11923 (org-export-remove-comment-blocks-and-subtrees)
11924 (org-export-handle-comments, org-export-mark-radio-links)
11925 (org-export-remove-special-table-lines)
11926 (org-export-normalize-links)
11927 (org-export-concatenate-multiline-links)
11928 (org-export-concatenate-multiline-emphasis): New functions,
10d1d0af 11929 obtained from spliting the export preprocessor.
b349f79f
CD
11930
11931 * org-table.el (org-table-recalculate): Improve error message if
11932 the row number is invalid.
11933
119342008-06-17 Carsten Dominik <dominik@science.uva.nl>
11935
11936 * org-archive.el (org-archive-save-context-info): Fix bugs in
11937 customization setup and docstring.
11938
3e344045 11939 * org-exp.el (org-export-html-style): Change the size of in the
b349f79f
CD
11940 <pre> element to 90%.
11941
119422008-06-17 Carsten Dominik <dominik@science.uva.nl>
11943
11944 * org.el (org-find-src-example-start): Function removed.
11945 (org-edit-src-find-region-and-lang): New function.
11946
119472008-06-17 Carsten Dominik <dominik@science.uva.nl>
11948
11949 * org.el (org-edit-src-exit): New function.
11950 (org-exit-edit-mode): New minor mode.
11951
11952 * org-exp.el (org-export-preprocess-string): Fix bug with removing
11953 comment-like lines from protected examples.
11954
11955 * org.el (org-edit-src-example, org-find-src-example-start)
11956 (org-protect-source-example, org-edit-special): New functions.
11957
119582008-06-17 Carsten Dominik <dominik@science.uva.nl>
11959
11960 * org-publish.el (org-publish-project-alist): Fix typo in
11961 docstring.
11962 (org-publish-project-alist): Handle :index-title property.
11963
119642008-06-17 Carsten Dominik <dominik@science.uva.nl>
11965
11966 * org-export-latex.el (org-export-as-latex): Make sure region
11967 bounds are correct. Parse subtree properties relating to export.
11968
11969 * org-exp.el (org-export-add-options-to-plist): New function.
11970 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
11971
119722008-06-17 Carsten Dominik <dominik@science.uva.nl>
11973
11974 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
11975 EXPORT_TITLE.
11976
11977 * org-exp.el (org-export-get-title-from-subtree)
11978 (org-export-as-ascii, org-export-as-html): Make sure the original
3e344045 11979 region-beginning and region-end are used, even after moving point.
b349f79f
CD
11980 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
11981 property.
11982
11983 * org-remember.el (org-remember-last-stored-marker): New variable.
11984 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
11985 (org-remember-handler): Also use marker to remember
11986 last-stored position.
11987
11988 * org.el (org-goto-marker-or-bmk): New function.
11989
119902008-06-17 Carsten Dominik <dominik@science.uva.nl>
11991
3e344045 11992 * org.el (org-file-properties): Rename from `org-local-properties'.
b349f79f
CD
11993 (org-scan-tags): Take file tags into account.
11994 (org-tags-match-list-sublevels): Default changed to t.
11995
3e344045 11996 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
b349f79f
CD
11997
11998 * org.el (org-update-parent-todo-statistics): New function.
11999
12000 * org-exp.el (org-icalendar-store-UID): New option.
12001 (org-icalendar-force-UID): Option removed.
12002 (org-print-icalendar-entries): IMplement UIDs.
12003
120042008-06-17 Carsten Dominik <dominik@science.uva.nl>
12005
12006 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
12007
120082008-06-17 Carsten Dominik <dominik@science.uva.nl>
12009
12010 * org-faces.el (org-column): Document how this face is being used
062f2cfc 12011 and why sometimes the background faces shine through.
b349f79f
CD
12012
12013 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
12014
12015 * org-publish.el (org-publish-attachment): Create publishing
12016 directory if it does not yet exist.
12017
12018 * org-table.el (org-calc-default-modes): Change default number
12019 format to (float 8).
12020
12021 * org.el (org-olpath-completing-read): New function.
12022 (org-time-clocksum-format): New option.
12023 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
12024
12025 * org-clock.el (org-clock-display, org-clock-out)
12026 (org-update-mode-line): Use `org-time-clocksum-format'.
12027
12028 * org-colview-xemacs.el (org-columns-number-to-string): Use
12029 `org-time-clocksum-format'.
12030
12031 * org-colview.el (org-columns-number-to-string): Use
12032 `org-time-clocksum-format'.
12033
120342008-06-17 Carsten Dominik <dominik@science.uva.nl>
12035
12036 * org-id.el: New file, move from contrib to core.
12037
12038 * org-exp.el (org-icalendar-force-UID): New option.
12039
120402008-06-17 Carsten Dominik <dominik@science.uva.nl>
12041
12042 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
3e344045 12043 shifted by one day if there is a date range without an end time.
b349f79f
CD
12044
12045 * org.el (org-try-structure-completion): New function.
12046
120472008-06-17 Carsten Dominik <dominik@science.uva.nl>
12048
12049 * org.el (org-set-font-lock-defaults): Improve fontification of
12050 description lists.
12051 (org-insert-item): Handle description lists.
12052 (org-adaptive-fill-function): Improve auto indentation in
12053 description lists.
12054
12055 * org-exp.el (org-export-as-html, org-export-preprocess-string):
12056 Implement VERSE environment.
12057 (org-export-preprocess-string): Implement the COMMENT
12058 environment.
12059
12060 * org-export-latex.el (org-export-latex-preprocess): Implement
12061 VERSE environment.
12062
120632008-06-17 Carsten Dominik <dominik@science.uva.nl>
12064
12065 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
12066 option.
12067
120682008-06-17 Carsten Dominik <dominik@science.uva.nl>
12069
12070 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
12071
12072 * org.el (org-quote-csv-field): New functions.
12073
12074 * org-table.el (org-table-export-default-format): Remove :splice
12075 from default format, we get the same effect by not specifying
12076 :tstart and :tend.
12077 (org-table-export): Improve setup, distinguish better between
12078 interactive and non-interactive use, allow specifying the format
12079 on the fly, better protection against wrong file names.
12080 (orgtbl-to-generic): Fix documentation. Do not require :tstart
12081 and :tend when :splice is omitted.
12082
120832008-06-17 Carsten Dominik <dominik@science.uva.nl>
12084
12085 * org-clock.el (org-clock-select-task): Make sure the selection
12086 letters are 1-9 and A-Z, no special characters.
12087
120882008-06-17 Carsten Dominik <dominik@science.uva.nl>
12089
12090 * org-exp.el (org-export-htmlize): New group.
12091 (org-export-htmlize-output-type)
12092 (org-export-htmlize-css-font-prefix): New options.
12093 (org-export-htmlize-region-for-paste): New function.
12094 (org-export-htmlize-generate-css): New command.
12095
120962008-06-17 Carsten Dominik <dominik@science.uva.nl>
12097
12098 * org.el (org-set-visibility-according-to-property): New function.
12099 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
12100 and compute the regular expressions, and update font-lock.
12101 (org-property-re): Allow a dash in property names.
12102
12103 * org-archive.el (org-extract-archive-file): Insert the file name
12104 without the path into the format, to allow the location format to
12105 contain a subdirectory.
12106
12107 * org-agenda.el (org-agenda-post-command-hook): If point is at end
12108 of buffer, and the `org-agenda-type' property undefined, use the
12109 value from the character before.
12110
12111 * org.el (org-add-planning-info): Don't let indentation for
12112 would-be timestamp become extra whitespace at the end of headline.
12113
121142008-06-17 Carsten Dominik <dominik@science.uva.nl>
12115
12116 * org.el (org-remove-double-quotes, org-file-contents): New
12117 functions.
12118
12119 * org-exp.el (org-infile-export-plist): Also parse the
12120 contents of #+SETUPFILE files, recursively.
12121
12122 * org.el (org-set-regexps-and-options): Also parse the
12123 contents of #+SETUPFILE files, recursively.
12124
12125 * org-exp.el (org-export-handle-include-files): New function.
12126 (org-export-preprocess-string): Call
12127 `org-export-handle-include-files'.
12128
12129 * org.el (org-delete-property-globally)
12130 (org-delete-property, org-set-property): Ignore case during
12131 completion.
12132 (org-set-property): Use `org-completing-read' instead of
12133 `completing-read'.
12134
12135 * org.el (org-complete-expand-structure-template): New,
12136 experimental function.
12137 (org-structure-template-alist): New, experimental option.
12138 (org-complete): Call `org-complete-expand-structure-template'.
12139
f0131492 121402008-06-17 Bastien Guerry <bzg@altern.org>
b349f79f 12141
3e344045
SM
12142 * org-export-latex.el (org-export-latex-preprocess):
12143 Add support for blockquotes.
b349f79f
CD
12144
121452008-06-17 Carsten Dominik <dominik@science.uva.nl>
12146
12147 * org.el (org-read-date-analyze): Catch the case where only a
12148 weekday is given.
12149
121502008-06-17 Carsten Dominik <dominik@science.uva.nl>
12151
12152 * org.el (org-set-font-lock-defaults): Make the description
12153 tag bold.
12154
12155 * org-exp.el (org-export-as-html, org-close-li): Implement
12156 description lists.
12157
f0131492 121582008-06-17 Jason Riedy <jason@acm.org>
b349f79f
CD
12159
12160 * org-table.el (*orgtbl-default-fmt*): New variable.
12161 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
12162 when there is no other fmt available.
12163
12164 (orgtbl-to-generic): Allow an explicitly nil :tstart or
12165 :tend to suppress the appropriate string.
12166
12167 (orgtbl-to-orgtbl): New function for translating to another orgtbl
12168 table.
12169
121702008-06-17 Carsten Dominik <dominik@science.uva.nl>
12171
12172 * org.el (org-read-date-analyze): "." as an alias for "+0" in
12173 read date.
12174
12175 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
12176 New function.
12177
12178 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
12179 New function.
12180
121812008-06-17 Carsten Dominik <dominik@science.uva.nl>
12182
12183 * org-clock.el (org-clock-find-position): Don't include notes
12184 into clock drawer.
12185
12186 * org-archive.el (org-archive-subtree): No longer remove an
12187 extra line after cutting the subtree. `org-cut-subtree' already
12188 takes care of this.
12189
12190 * org-remember.el (org-remember-handler): Only kill the target
12191 buffer if it does not contain the running clock.
12192
12193 * org.el (org-markers-to-move): New variable.
12194 (org-save-markers-in-region, org-check-and-save-marker)
12195 (org-reinstall-markers-in-region): New function.
12196 (org-move-subtree-down, org-copy-subtree): Remember relative
12197 marker positions before cutting.
12198 (org-move-subtree-down, org-paste-subtree): Restore relative
12199 marker positions after pasting.
12200
12201 * org-remember.el (org-remember-clock-out-on-exit): New option.
12202 (org-remember-finalize): Clock out only if the setting in
12203 `org-remember-clock-out-on-exit' requires it.
12204 (org-remember-handler): Do the cleanup in the buffer, to make sure
12205 that the clock marker remains in tact.
12206
122072008-06-17 Carsten Dominik <dominik@science.uva.nl>
12208
12209 * org-clock.el (org-clock-goto): Widen buffer if necessary.
12210 (org-clock-in): Make sure that also tasks outside the narrowed
12211 region will be clocked in correctly.
12212 (org-clock-insert-selection-line): Widen the buffer so that we can
12213 find the correct task heading.
12214
12215 * org.el (org-base-buffer): New function.
12216
12217 * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
12218 and ";" are escaped.
12219 (org-print-icalendar-entries): Also apply
12220 `org-icalendar-cleanup-string' to the headline, not only to the
12221 summary property.
12222
122232008-06-17 Carsten Dominik <dominik@science.uva.nl>
12224
12225 * org-exp.el (org-export-preprocess-hook): New hook.
3e344045 12226 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
b349f79f
CD
12227
12228 * org.el (org-font-lock-hook): New variable.
12229 (org-font-lock-hook): New function.
12230 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
12231
2530ae2a
GM
12232;; Local Variables:
12233;; coding: utf-8
12234;; add-log-time-zone-rule: t
12235;; End:
12236
114f9c96 12237 Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
2530ae2a
GM
12238
12239 This file is part of GNU Emacs.
12240
12241 GNU Emacs is free software: you can redistribute it and/or modify
12242 it under the terms of the GNU General Public License as published by
12243 the Free Software Foundation, either version 3 of the License, or
12244 (at your option) any later version.
12245
12246 GNU Emacs is distributed in the hope that it will be useful,
12247 but WITHOUT ANY WARRANTY; without even the implied warranty of
12248 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12249 GNU General Public License for more details.
12250
12251 You should have received a copy of the GNU General Public License
12252 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12253
a5ec381f 12254;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c