8c588c4d559578b1bcb7f5597e611201a4c8906d
[bpt/emacs.git] / lisp / org / ChangeLog
1 2012-08-15 Chong Yidong <cyd@gnu.org>
2
3 * Version 24.2 released.
4
5 2012-06-01 Chong Yidong <cyd@gnu.org>
6
7 * Version 24.1 released.
8
9 2012-05-25 Mark Shoulson <mark@kli.org> (tiny change)
10
11 * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
12 and \there4 were not "prettified" when org-pretty-entities was
13 enabled.
14
15 2012-05-25 Nicolas Goaziou <n.goaziou@gmail.com>
16
17 * org.el (org-font-lock-add-priority-faces): Restrict priorities
18 fontification to headlines and inlinetasks.
19
20 2012-05-25 Jambunathan K <kjambunathan@gmail.com>
21
22 * org-odt.el (org-odt-init-outfile): Fix previous commit. Make
23 sure that nxml-mode is loaded before let-binding
24 `nxml-auto-insert-xml-declaration-flag'.
25
26 2012-05-25 Jambunathan K <kjambunathan@gmail.com>
27
28 * org-odt.el (org-odt-init-outfile)
29 (org-odt-write-manifest-file): Disable
30 `nxml-auto-insert-xml-declaration-flag'.
31
32 * org-lparse.el (org-do-lparse): Don't trigger auto-mode
33 processing.
34
35 2012-05-25 Bastien Guerry <bzg@gnu.org>
36
37 * org.el (org-scan-tags): Fix bug when building the scanner
38 regexp.
39
40 2012-05-25 Eric Schulte <eric.schulte@gmx.com>
41
42 * ob.el (org-babel-capitalize-examplize-region-markers): Controls
43 the capitalization of begin and end example blocks.
44 (org-babel-examplize-region): Optionally capitalize example block
45 delimiters.
46
47 2012-05-25 Eric Schulte <eric.schulte@gmx.com>
48
49 * ob-plantuml.el (org-babel-execute:plantuml): Adding a :java
50 header argument to plantuml.
51
52 2012-05-25 Eric Schulte <eric.schulte@gmx.com>
53
54 * org-exp-blocks.el (org-export-blocks-preprocess): Even when the
55 body of a block is not indented the boundary markers should be
56 indented to their original positions so things like list
57 indentation still work.
58
59 2012-05-16 Eric Schulte <eric.schulte@gmx.com>
60
61 * ob.el (org-babel-parse-src-block-match): Save match data during
62 indentation check.
63
64 2012-05-16 Bastien Guerry <bzg@gnu.org>
65
66 * org.el (org-scan-tags): Correctly match TODO keywords.
67
68 2012-05-16 Nicolas Goaziou <n.goaziou@gmail.com>
69
70 * org-list.el (org-list-struct): Fix white spaces.
71 (org-list-swap-items, org-list-send-item): Fix visibility
72 preservation.
73
74 2012-05-16 Nicolas Goaziou <n.goaziou@gmail.com>
75
76 * org-list.el (org-list-swap-items, org-list-send-item): Preserve
77 visibility when moving items.
78
79 2012-05-16 Mark E. Shoulson <mark@kli.org> (tiny change)
80
81 * org.el (org-fontify-entities): Hide {} when prettifying
82 entities.
83
84 2012-05-16 Bastien Guerry <bzg@gnu.org>
85
86 * org.el (org-cycle-internal-global): Prevent the display of
87 messages when cycling from with a Gnus article buffer.
88
89 2012-05-16 Bastien Guerry <bzg@gnu.org>
90
91 * org-table.el (org-table-time-seconds-to-string): Fix bug about
92 handling a negative duration value.
93
94 2012-05-16 Nicolas Goaziou <n.goaziou@gmail.com>
95
96 * org.el (org-link-expand-abbrev): Fix docstring.
97
98 2012-05-16 Nicolas Goaziou <n.goaziou@gmail.com>
99
100 * org.el (org-translate-link): Fix bug.
101
102 2012-05-16 Bastien Guerry <bzg@gnu.org>
103
104 * org-agenda.el (org-agenda-bulk-mark-regexp): Fix bug when
105 setting the number of marked entries.
106
107 2012-05-16 Bastien Guerry <bzg@gnu.org>
108
109 * org-table.el (org-tbl-calc-modes): Rename from
110 `org-table-modes'.
111 (org-set-calc-mode, org-table-eval-formula): Use it.
112
113 2012-05-16 Eric Schulte <eric.schulte@gmx.com>
114
115 * ob.el (org-babel-find-named-result): Fix bug finding empty named
116 results.
117
118 2012-05-16 Nicolas Goaziou <n.goaziou@gmail.com>
119
120 * org.el (org-set-regexps-and-options): Fix
121 `org-planning-or-clock-line-re' regexp. Indeed "\\>" will never
122 match since time keywords must end with colons, which are not word
123 constituent.
124
125 2012-05-16 Bastien Guerry <bzg@gnu.org>
126
127 * org-ctags.el (org-ctags-new-topic-template): Fix the option
128 default value back again.
129
130 2012-05-16 Eric Schulte <eric.schulte@gmx.com>
131
132 * org-bibtex.el (org-bibtex-export-to-kill-ring): Don't rely on
133 kill-new to return a string.
134
135 2012-05-16 Eric Schulte <eric.schulte@gmx.com>
136
137 * org-bibtex.el (org-bibtex-headline): Remove call to
138 bibtex-reformat which often hangs.
139
140 2012-04-26 Nicolas Goaziou <n.goaziou@gmail.com>
141
142 * org-table.el (org-table-number-fraction): Fix typo.
143
144 2012-04-26 Eric Schulte <eric.schulte@gmx.com>
145
146 * ob-python.el (org-babel-execute:python): Ensure newline precedes
147 automatically-added returns.
148
149 2012-04-26 Nicolas Goaziou <n.goaziou@gmail.com>
150
151 * org-mouse.el (org-mode-hook): Do not move point when clicking on
152 a footnote reference.
153
154 2012-04-26 Bastien Guerry <bzg@gnu.org>
155
156 * org-faces.el (org-date-selected): Fix docstring.
157
158 2012-04-26 Nicolas Goaziou <n.goaziou@gmail.com>
159
160 * org-list.el (org-list-struct-indent): Follow
161 `org-list-demote-modify-bullet' specifications for ordered
162 bullets.
163 (org-list-indent-item-generic, org-indent-item-tree)
164 (org-outdent-item-tree): Fix bug when operating on a region.
165 (org-outdent-item, org-indent-item): Allow to operate on a region.
166
167 * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
168 on a region.
169
170 2012-04-26 Nicolas Goaziou <n.goaziou@gmail.com>
171
172 * org-footnote.el (org-footnote-normalize): Fix positioning in
173 HTML export without a footnote section.
174
175 2012-04-26 Madan Ramakrishnan <madanr79@gmail.com> (tiny change)
176
177 * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
178 advertised by the function.
179
180 2012-04-26 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
181
182 * org.el (org-read-date-display): Fix bug when displaying the
183 overlay.
184
185 2012-04-26 Bastien Guerry <bzg@gnu.org>
186
187 * org.el (org-mode): Don't use `buffer-face-mode' by default.
188
189 2012-04-26 Bastien Guerry <bzg@gnu.org>
190
191 * org-faces.el (org-date-selected): New face.
192
193 2012-04-26 Jambunathan K <kjambunathan@gmail.com>
194
195 * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
196 internal links destined for headlines provide a description or
197 not. In fact, the `org-store-link' and `org-insert-link' create
198 internal links which do have a description.
199
200 2012-04-26 Bastien Guerry <bzg@gnu.org>
201
202 * org-clock.el (org-program-exists): Fix docstring.
203
204 2012-04-11 Bastien Guerry <bzg@gnu.org>
205
206 * org.el (org-point-at-end-of-empty-headline): Only try to match
207 ̀org-todo-line-regexp' when the value is non-nil, e.g. in non-org
208 modes.
209 (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
210 to fontify beyond (point-max).
211
212 * org-clock.el (org-clock-task-overrun-text)
213 (org-task-overrun, org-clock-get-clock-string)
214 (org-clock-update-mode-line)
215 (org-clock-notify-once-if-expired): Rename `org-task-overrun'
216 and `org-task-overrun-text' to `org-clock-task-overrun' and
217 `org-clock-task-overrun-text' respectively.
218 (org-task-overrun-text): New alias.
219
220 * org-table.el (org-table-eval-formula): Fix bug about handling
221 remote references as durations.
222 (org-table-get-range): Fix bug: make sure references to $0 are
223 correctly handled.
224
225 * org-pcomplete.el (pcomplete/org-mode/file-option): Fix bug in
226 `pcomplete/org-mode/file-option'.
227 (org-thing-at-point): Also match line options like LATEX_CLASS
228 when pcompleting from LATEX_.
229
230 * org-agenda.el (org-agenda-filter-make-matcher)
231 (org-agenda-filter-apply): Allow filtering entries out by
232 category. Using `C-u <' from the agenda view will redisplay
233 the agenda without entries from categories of the current
234 line.
235
236 2012-04-11 Eric Schulte <eric.schulte@gmx.com>
237
238 * ob-C.el (org-babel-C-ensure-main-wrap): Add an explicit return
239 to automatically generated main methods.
240
241 2012-04-11 Matt Lundin <mdl@imapmail.org>
242
243 * org.el (org-after-todo-state-change-hook): Fix docstring to
244 reflect name change of state to `org-state'.
245
246 2012-04-11 Mike Sperber <sperber@deinprogramm.de> (tiny change)
247
248 * org-footnote.el (org-footnote-normalize): Correctly pass keyword
249 arguments to `org-export-preprocess-string'.
250
251 2012-04-03 Bastien Guerry <bzg@gnu.org>
252
253 * org.el (org-todo): Fix regression: rename `state' to
254 `org-state'.
255 (org-use-effective-time): Fix group and type.
256
257 2012-04-02 Bastien Guerry <bzg@gnu.org>
258
259 * org-clock.el (org-clock-out-if-current): Fix regression: rename
260 `org-clock-state' to `org-state' to match the name of the
261 dynamically-scoped variable in `org-todo'.
262
263 * org-agenda.el (entry, org-diary, org-class): Fix regression:
264 rename `org-entry' to `entry'.
265
266 2012-04-01 Bastien Guerry <bzg@gnu.org>
267
268 * org.el (org-todo): Fix regression in `org-todo'.
269
270 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
271
272 * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
273 C files on windows.
274
275 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
276
277 * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
278 Org-mode blocks.
279
280 * ob.el (org-babel-parse-src-block-match): Make use of the new
281 language argument to org-babel-strip-protective-commas.
282 (org-babel-parse-inline-src-block-match): Make use of the new
283 language argument to org-babel-strip-protective-commas.
284 (org-babel-strip-protective-commas): Now accepts a language
285 argument.
286
287 2012-04-01 Bastien Guerry <bzg@gnu.org>
288
289 * org.el (org-fast-tag-selection): Fix an bug when listing tags
290 for completion.
291
292 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
293
294 * org.el (org-delete-property-globally): Fixed a bug that left
295 blank line in place of the property, instead of removing the line.
296
297 2012-04-01 Bastien Guerry <bzg@gnu.org>
298
299 * ob-maxima.el (org-babel-maxima-command): Add group information
300 to the defcustom.
301
302 2012-04-01 Bastien Guerry <bzg@gnu.org>
303
304 * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
305 face to 'org-default.
306
307 2012-04-01 Bastien Guerry <bzg@gnu.org>
308
309 * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
310 in links.
311
312 2012-04-01 Bastien Guerry <bzg@gnu.org>
313
314 * org.el: Prevent a bug while defining the menu by requiring
315 `org-beamer' when necessary.
316
317 2012-04-01 Bastien Guerry <bzg@gnu.org>
318
319 * org-table.el (orgtbl-self-insert-command): Use
320 `backward-delete-char' instead of `delete-backward-char' as this
321 last command gets caught by the compiler which says to not use it
322 in programs. `backward-delete-char' is just an alias for
323 `delete-backward-char' which is internally remapped to
324 `org-delete-backward-char' for optimization purpose.
325
326 2012-04-01 Bastien Guerry <bzg@gnu.org>
327
328 * org-latex.el (org-export-latex-subcontent): Bugfix: when
329 `org-export-latex-low-levels' is nil, do not export low levels.
330
331 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
332
333 * ob.el (org-babel-insert-result): Fix bug in indented wrapped
334 results insertion.
335
336 2012-04-01 Bastien Guerry <bzg@gnu.org>
337
338 * org.el (org-set-tags): Include `org-tag-alist' in the list of
339 possible completions, even when there are tags defined in the
340 buffer.
341
342 2012-04-01 Bastien Guerry <bzg@gnu.org>
343
344 * org-mime.el (org-mime-htmlize): Set
345 `org-export-with-LaTeX-fragments' correctly.
346
347 2012-04-01 Bastien Guerry <bzg@gnu.org>
348
349 * org.el (org-set-tags): Don't add a column when there is only one
350 tag offered for completion.
351
352 2012-04-01 Bastien Guerry <bzg@gnu.org>
353
354 * org.el (org-fast-tag-selection): Include tags from
355 `org-tag-alist' when completing with the TAB key.
356
357 2012-04-01 Shoji Nishimura <nishimura.shoji@gmail.com> (tiny change)
358
359 * org.el (org-display-inline-images): Honor the ̀beg' parameter.
360
361 2012-04-01 Bastien Guerry <bzg@gnu.org>
362
363 * org-latex.el (org-export-latex-subcontent): Don't insert a
364 linebreak when itemizing a subtree that is just a headline.
365
366 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
367
368 * ob-lob.el (org-babel-lob-get-info): Removed extra []s when
369 parsing inline call_foo lines.
370
371 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
372
373 * ob-maxima.el (org-babel-maxima-command): The maxima command used
374 should be configurable (defaults to maxima-command if defined).
375 (org-babel-execute:maxima): The maxima command used should be
376 configurable (defaults to maxima-command if defined).
377
378 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
379
380 * ob-C.el (org-babel-C-execute): Add the local directory to the
381 library search path for C/C++ block compilation.
382
383 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
384
385 * ob.el (org-babel-where-is-src-block-result): Don't truncate
386 results name on call line execution.
387
388 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
389
390 * org-colview.el (org-columns-cleanup-item): Handle case of empty
391 headline
392
393 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
394
395 * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
396 export error when a src block produces fake footnotes.
397
398 2012-04-01 Bastien Guerry <bzg@gnu.org>
399
400 * org.el (org-read-date): Don't mention `parse-time-weekdays' and
401 `parse-time-months' in the docstring.
402
403 2012-04-01 Bastien Guerry <bzg@gnu.org>
404
405 * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
406 binding.
407
408 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
409
410 * org-colview.el (org-columns-compute): Also consider inline tasks
411 when computing the sum.
412
413 2012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
414
415 * org-habit.el (org-habit-insert-consistency-graphs): Fix
416 alignment of consistency graph in filtered agenda view.
417
418 2012-04-01 Bastien Guerry <bzg@gnu.org>
419
420 * org-latex.el (org-export-as-latex): Fix bug in setting the
421 export directory according to the LaTeX options.
422
423 2012-04-01 K.Nagashima <uni.naga@gmail.com> (tiny change)
424
425 * org.el (org-show-subtree): Make interactive.
426
427 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu>
428
429 * org-clock.el: (org-clock-get-table-data): Make sure todo-only
430 does not leak when it is set by make-org-tags-macher.
431
432 2012-04-01 Bastien Guerry <bzg@gnu.org>
433
434 * org.el (org-cycle-internal-local): Don't try to hide drawers
435 within subtrees in this function, it slows cycling down.
436
437 2012-04-01 Bastien Guerry <bzg@gnu.org>
438
439 * org-agenda.el (org-agenda-custom-commands-local-options): Fix
440 incorrect custom option definition.
441
442 2012-04-01 Bastien Guerry <bzg@gnu.org>
443
444 * org-colview.el (org-columns-display-here): Bugfix: use the date
445 as the value for the ITEM column when displaying a summary.
446
447 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
448
449 * ob-lilypond.el: Re-direct homepage to Worg.
450
451 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
452
453 * ob-lilypond.el: Leave versioning to Org.
454
455 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
456
457 * ob-lilypond.el: Fix compiler warning.
458
459 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
460
461 * org-odt.el (org-odt-format-entity-caption): Enumerate entities
462 that have either a caption or a label.
463 (org-odt-label-styles, org-odt-category-map-alist): Add a
464 separator between sequence number and caption. Introduced two
465 new label styles for handling of math formula and math label.
466 (org-odt-format-label-definition)
467 (org-export-odt-format-formula): Propagate above changes.
468
469 2012-04-01 Bastien Guerry <bzg@gnu.org>
470
471 * org.el (org-enforce-todo-dependencies): Fix docstring.
472
473 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
474
475 * org-odt.el (org-export-odt-category-strings): New custom
476 variable.
477 (org-odt-category-map-alist): Modify interpretation. Don't
478 use the same field to double up as both a OpenDocument
479 variable and a category string. Entries in this list now
480 specify only the OpenDocument variable. Category strings are
481 obtained through an indirect lookup of
482 `org-export-odt-category-strings'. Use same OpenDocument
483 variables as what LibreOffice uses for various entities. Fix
484 docstring.
485 (org-odt-add-label-definition)
486 (org-odt-format-label-definition)
487 (org-odt-format-label-reference): Propagate above changes.
488
489 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
490
491 * org-latex.el (org-export-as-latex): Check TeX-master correctly.
492
493 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
494
495 * org-odt.el (org-odt-category-map-alist): Update docstring.
496 (org-export-odt-user-categories)
497 (org-export-odt-get-category-from-label)
498 (org-odt-get-label-category-and-style): Remove.
499 (org-odt-add-label-definition): Propagate above changes.
500
501 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
502
503 * org.el (org-refile): Don't allow creation of parents when using
504 the refile command to go to a headline.
505
506 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
507
508 * org-odt.el (org-odt-format-org-link): Resolve links to headlines
509 as section numbers only if section numbering is on.
510
511 2012-04-01 Bastien Guerry <bzg@gnu.org>
512
513 * org.el (format-spec): Require 'format-spec.
514
515 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
516
517 * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
518
519 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
520
521 * org.el (org-imenu-get-tree): Check that looking-at succeeds
522 before using match results.
523
524 2012-04-01 Bastien Guerry <bzg@gnu.org>
525
526 * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
527
528 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
529
530 * org-lparse.el (org-do-lparse): Make effective setting of
531 `org-export-headline-levels' available to the ODT exporter. Also
532 remove some stale comments.
533
534 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
535
536 * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
537 per-language string for "Table Of Contents".
538
539 2012-04-01 Bastien Guerry <bzg@gnu.org>
540
541 * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
542
543 2012-04-01 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
544
545 * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
546 the libary name.
547
548 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
549
550 * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
551 case-fold-search is bound to nil globally, the
552 (case-fold-search t) doesn't work until we get to the body.
553
554 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
555
556 * org-latex.el (org-export-latex-tables): Allow to use
557 sidewaystable.
558
559 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
560
561 * ob.el (org-babel-expand-noweb-references): Fix bug in src name
562 regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
563
564 2012-04-01 David Maus <dmaus@ictsoc.de>
565
566 * org.el (org-scan-tags): Require one or more spaces (+) between
567 keyword and headline.
568
569 2012-04-01 David Maus <dmaus@ictsoc.de>
570
571 * org-agenda.el (org-prepare-agenda): Don't reset
572 `org-done-keywords-for-agenda' when `org-agenda-multi'.
573
574 2012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
575
576 * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
577 while inserting habit graph in the agenda buffer.
578
579 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
580
581 * org-src.el (org-src-edit-buffer-p): New function.
582
583 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
584
585 * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
586 being checked. Also enhance the docstring a bit.
587
588 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
589
590 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
591 display of indirect agenda window.
592
593 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
594
595 * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
596 compatibility bug.
597
598 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
599
600 * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
601 to tags-list and org-trust-scanner-tags to t while evaluating the
602 matcher, since the matcher is always evaluated at the current
603 entry.
604
605 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
606
607 * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
608 evaluating the matcher, since the matcher is always evaluated at
609 the current entry.
610
611 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
612
613 * ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
614 quoting expression.
615
616 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
617
618 * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
619 argument.
620 (org-babel-noweb-p): The "eval" argument only expands during
621 evaluation.
622
623 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
624
625 * ob.el (org-strip-protective-commas): Declared.
626
627 * org-agenda.el (org-agenda-filtered-by-category): Declared.
628 (org-agenda-filter-apply): Capture free variable.
629
630 * org-footnote.el (org-skip-whitespace): Declared.
631
632 * org-mobile.el (org-agenda-filter): Declared.
633
634 * org-src.el (org-strip-protective-commas): Declared.
635
636 2012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
637
638 * org.el (org-version): Add autoload cookie.
639
640 2012-04-01 David Maus <dmaus@ictsoc.de>
641
642 * org-attach.el (org-attach-store-link-p): Remove spurious quote
643 in customization form choice.
644
645 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
646
647 * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
648 (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
649 execution.
650
651 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
652
653 * ob.el (org-babel-insert-result): Ensure correct order for empty
654 result wrapping blocks.
655
656 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
657
658 * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
659 and add easy pdf generation in the form of `ly-gen-pdf' variable.
660
661 2012-04-01 Deech <deech@deech-ThinkPad-X200.none> (tiny change)
662
663 * ob-tangle.el (org-babel-spec-to-string): The link generated by
664 org-store-link is escaped twice when tangling with ":comments yes"
665 flag.
666
667 2012-04-01 Bastien Guerry <bzg@gnu.org>
668
669 * org-html.el (org-export-as-html): Remove another useless space
670 before tag.
671
672 2012-04-01 Bastien Guerry <bzg@gnu.org>
673
674 * org-html.el (org-export-as-html): Remove another useless space
675 before tag.
676
677 2012-04-01 Bastien Guerry <bzg@gnu.org>
678
679 * org-html.el (org-export-as-html): Remove useless space before
680 tag.
681
682 2012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
683
684 * org.el (org-version): Add autoload cookie.
685
686 2012-04-01 Bastien Guerry <bzg@gnu.org>
687
688 * org.el (org-get-category): Save match data.
689
690 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
691
692 * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
693 :tangle is specified.
694
695 * ob.el (org-babel-expand-noweb-references): Widen buffer when
696 expanding noweb references.
697
698 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
699
700 * ob-table.el (sbe): Don't accidentally leave a `t' value when
701 variables are force interpreted as strings.
702
703 2012-04-01 David Maus <dmaus@ictsoc.de>
704
705 * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
706 (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
707
708 2012-04-01 David Maus <dmaus@ictsoc.de>
709
710 * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
711 (bbdb-search-organization): Declare functions to silence byte
712 compiler.
713
714 2012-04-01 Bernt Hansen <bernt@norang.ca>
715
716 * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
717 repeating tasks using .+n and ++n syntax
718
719 2012-04-01 Karl Fogel <kfogel@red-bean.com> (tiny change)
720
721 * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
722 heading that has a date but no todo keyword.
723
724 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
725
726 * ob.el (org-babel-find-named-result): Fix code block replacement
727 with results.
728
729 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
730
731 * org-footnote.el (org-footnote-normalize): Do not normalize
732 labels when sort-only is non-nil.
733
734 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
735
736 * org-footnote.el (org-footnote-normalize): Remove an useless part
737 of the function.
738 (org-insert-footnote-reference-near-definition): Remove function.
739
740 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
741
742 * org-footnote.el (org-footnote-normalize): Fix normalization of
743 inline footnotes with no footnote section.
744
745 2012-04-01 David Maus <dmaus@ictsoc.de>
746
747 * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
748 to check for old or new version by a check for the required
749 function in `org-bbdb-open' and `org-bbdb-store-link'.
750 (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
751 to be used.
752
753 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
754
755 * ob.el (org-babel-find-named-result): Don't miss a code block
756 when there are confounding spaces after the result name.
757
758 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
759
760 * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
761 regular expressions.
762 (org-babel-inline-lob-one-liner-regexp): Less greedy regular
763 expressions.
764
765 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
766
767 * ob.el (org-babel-examplize-region): Fixed bug in examplization.
768
769 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
770
771 * org.el (org-link-search): Search for #+name affiliated keywords
772 and invisible targets.
773
774 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
775
776 * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
777 newlines in a transcoded footnote definition. This ensures that
778 the line that is currently being processed by `org-do-lparse' loop
779 doesn't get broken up into multiple lines. Fix for the following
780 bug -
781
782 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
783
784 * org-footnote.el (org-footnote-normalize): Force a paragraph
785 break after the last footnote definition. This is an an implicit
786 assumption made by the org-lparse.el library. With this change,
787 footnote definitions can reliably be exported with ODT backend.
788 See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
789
790 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
791
792 * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
793
794 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
795
796 * org-list.el (org-list-struct): Fix small bug introduced by
797 commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
798
799 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
800
801 * ob-ditaa.el (org-ditaa-jar-path): Already defined in
802 org-exp-blocks.el.
803
804 * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
805 for the fact that this is really now a Babel thing -- even if it
806 is used here and the definition should remain here for reasons of
807 load dependencies.
808
809 2012-04-01 David Maus <dmaus@ictsoc.de>
810
811 * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
812 defined after bbdb was loaded.
813
814 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
815
816 * org-latex.el (org-export-latex-tables): Don't add spurious
817 preceding newline if caption is not above a longtable.
818
819 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
820
821 * org-odt.el (org-odt-insert-toc): Remove this stray,
822 dysfunctional routine. This possibly has crept in because of the
823 broken merges between "maint" and "origin" branches.
824 (org-odt-begin-table): Don't emit an empty paragraph when a table is
825 neither labeled nor captioned.
826 (org-odt-init-outfile): Remove reference to an unused variable.
827
828 2012-04-01 Viktor Rosenfeld <listuser36@googlemail.com>
829
830 * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
831 SQL code blocks.
832
833 2012-04-01 Andreas Leha <andreas.leha@med.uni-goettingen.de>
834
835 * ob.el (org-babel-goto-named-src-block): Pushing the point to the
836 org-mark-ring and guessing at the code block name to jump to.
837
838 2012-04-01 David Maus <dmaus@ictsoc.de>
839
840 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
841 of indirect buffer and window.
842
843 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
844
845 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
846 in verse blocks.
847
848 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
849
850 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
851 in verse blocks.
852
853 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
854
855 * org-exp.el (org-table-clean-before-export): Ignore table rows
856 defining parameters for formulas during export.
857
858 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
859
860 * org-list.el (org-list-get-item-number): New function.
861
862 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
863
864 * org-list.el (org-list-ending-method, org-list-end-regexp):
865 Removed variables.
866 (org-in-item-p, org-list-separating-blank-lines-number)
867 (org-list-parse-list, org-list-struct): Apply changes.
868
869 * org-exp.el (org-export-mark-list-end)
870 (org-export-mark-list-properties): Apply changes.
871
872 * org-latex.el (org-export-latex-lists): Apply changes.
873
874 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
875
876 * org.el (org-cycle-internal-local): Correctly unfold headlines
877 containing an inlinetask.
878
879 2012-04-01 Bastien Guerry <bzg@gnu.org>
880
881 * org.el (org-structure-template-alist): Fix missing angle
882 brackets for muse export style.
883
884 2012-04-01 David Maus <dmaus@ictsoc.de>
885
886 * org.el (org-recenter-calendar): Use `with-selected-window' to
887 select calendar window and save currently selected window and
888 current buffer.
889
890 2012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
891
892 * org.el (org-goto): call org-refile-get-location with NO-EXCLUDE
893 argument set, otherwise not only are headlines in the current
894 subtree excluded, but it throws an error if point happens not to
895 be within a subtree (e.g. at start of buffer).
896
897 2012-04-01 David Maus <dmaus@ictsoc.de>
898
899 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
900
901 2012-04-01 David Maus <dmaus@ictsoc.de>
902
903 * org-clock.el (org-in-clocktable-p): Moved to org.el.
904
905 * org.el (org-in-clocktable-p): New function. Moved from
906 org-clock.el
907
908 2012-04-01 David Maus <dmaus@ictsoc.de>
909
910 * org-exp.el (org-export-get-title-from-subtree): Don't format
911 tags in title if title headline does not have tags.
912
913 2012-04-01 Bastien Guerry <bzg@gnu.org>
914
915 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
916 inline tasks too.
917
918 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
919
920 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
921 Delay it till the end of export.
922 (org-odt-begin-document-body): Make a note of the default
923 position of TOC in `org-lparse-dyn-first-heading-pos'.
924 (org-odt-insert-toc): Insert TOC as directed by
925 [TABLE-OF-CONTENTS] line or at the default position.
926 (org-odt-end-export): Call `org-odt-insert-toc'.
927
928 2012-04-01 Bastien Guerry <bzg@gnu.org>
929
930 * org.el (org-preview-latex-fragment): Throw an error when called
931 from a non-file buffer.
932
933 2012-04-01 David Maus <dmaus@ictsoc.de>
934
935 * org-capture.el (org-capture-place-item): Don't search for
936 position in existing list if :exact-position was supplied.
937
938 2012-04-01 Bastien Guerry <bzg@gnu.org>
939
940 * org.el (org-set-font-lock-defaults): Fix bug in done headline
941 fontification.
942
943 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
944
945 * org-odt.el (org-odt-format-textbox): Honor user-specified width
946 in captioned images.
947
948 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
949
950 * org.el (org-update-property-plist): Fix bug in property list
951 updates.
952
953 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
954
955 * ob.el (org-babel-balanced-split): Explicit checking if list
956 before calling member.
957
958 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
959
960 * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
961 as the separator to `org-table-convert-region'. Fixes errors when
962 only one result per line of output.
963
964 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
965
966 * ob.el (org-babel-strip-protective-commas): Use
967 `org-strip-protective-commas'.
968
969 * org-exp.el (org-export-select-backend-specific-text): Use
970 `org-strip-protective-commas'.
971
972 * org-src.el (org-edit-src-code): Use
973 `org-strip-protective-commas'.
974
975 * org.el (org-strip-protective-commas): Single definition for this
976 functionality.
977
978 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
979
980 * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
981
982 2012-04-01 David Maus <dmaus@ictsoc.de>
983
984 * org-capture.el (org-capture-prepare-finalize-hook): New hook.
985 Run before the finalization process starts.
986 (org-capture-finalize): Run new hook.
987
988 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
989
990 * org.el (org-entry-get): Generalize to multiple "prop+"
991 properties.
992
993 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
994
995 * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
996 the `org-src-mode-map'.
997
998 2012-04-01 David Maus <dmaus@ictsoc.de>
999
1000 * org.el (org-recenter-calendar): Use `with-selected-window' to
1001 select calendar window and save currently selected window and
1002 current buffer.
1003
1004 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1005
1006 * org-list.el (org-list-ending-method, org-list-end-regexp):
1007 Removed variables.
1008 (org-in-item-p, org-list-separating-blank-lines-number)
1009 (org-list-parse-list, org-list-struct): Apply changes.
1010
1011 * org-exp.el (org-export-mark-list-end)
1012 (org-export-mark-list-properties): Apply changes.
1013
1014 * org-latex.el (org-export-latex-lists): Apply changes.
1015
1016 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1017
1018 * org.el (org-entry-get): Accumulate properties from subtree
1019 property drawers.
1020
1021 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1022
1023 * org.el (org-entry-get): Accumulate properties from subtree
1024 property drawers.
1025
1026 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1027
1028 * org-odt.el (org-export-odt-image-size-probe-method)
1029 (org-odt-do-image-size): Use imagemagick preferentially to
1030 determine image sizes.
1031
1032 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1033
1034 * org-odt.el (org-export-as-odt-to-buffer)
1035 (org-replace-region-by-odt, org-export-region-as-odt): Remove
1036 these interactive functions. They are of questionable value.
1037
1038 2012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
1039
1040 * org.el (org-goto): call org-refile-get-location with NO-EXCLUDE
1041 argument set, otherwise not only are headlines in the current
1042 subtree excluded, but it throws an error if point happens not to
1043 be within a subtree (e.g. at start of buffer).
1044
1045 2012-04-01 Bastien Guerry <bzg@gnu.org>
1046
1047 * org-exp.el (org-export-kill-product-buffer-when-displayed)
1048 (org-export-initial-scope, org-export-date-timestamp-format)
1049 (org-export-with-tasks, org-export-email-info)
1050 (org-export-table-remove-empty-lines): Add version tag.
1051
1052 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1053
1054 * org.el (org-cycle-internal-local): Correctly unfold headlines
1055 containing an inlinetask.
1056
1057 2012-04-01 Bernt Hansen <bernt@norang.ca>
1058
1059 * org-clock.el (org-clock-out): Do not delete the current clocking
1060 task when org-clock-out-hook clocks in another task
1061
1062 2012-04-01 David Maus <dmaus@ictsoc.de>
1063
1064 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
1065
1066 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1067
1068 * org-odt.el (org-export-odt-convert-processes): Re-define
1069 (org-export-odt-convert-capabilities): Fix an accidental
1070 regression.
1071
1072 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1073
1074 * org-odt.el (org-export-odt-convert-capabilities): Change the
1075 default value.
1076
1077 2012-04-01 David Maus <dmaus@ictsoc.de>
1078
1079 * org-clock.el (org-in-clocktable-p): Moved to org.el.
1080
1081 * org.el (org-in-clocktable-p): New function. Moved from org-clock.el
1082
1083 2012-04-01 David Maus <dmaus@ictsoc.de>
1084
1085 * org-exp.el (org-export-get-title-from-subtree): Don't format
1086 tags in title if title headline does not have tags.
1087
1088 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1089
1090 * org-footnote.el (org-blank-before-new-entry)
1091 (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
1092 declarations.
1093
1094 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1095
1096 * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
1097 and C-e behaviour with visual lines.
1098
1099 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1100
1101 * org-exp-blocks.el (org-export-blocks): Changed the name of
1102 exporting comment blocks given that it seems regular comment
1103 blocks no longer export.
1104
1105 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1106
1107 * ob-exp.el (org-babel-exp-get-export-buffer): Access current
1108 export buffer.
1109 (org-babel-exp-in-export-file): Access current export buffer.
1110 (org-babel-exp-src-block): Access current export buffer.
1111 (org-babel-exp-inline-src-blocks): Access current export buffer.
1112
1113 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1114
1115 * ob-exp.el (org-babel-exp-in-export-file)
1116 (org-babel-exp-src-block, org-babel-exp-inline-src-blocks): Allow
1117 org-current-export-file to contain a buffer.
1118
1119 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1120
1121 * org-lparse.el (org-lparse-do-convert): Replace `call-process'
1122 with `shell-command-to-string'.
1123
1124 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1125
1126 * org-footnote.el (org-footnote-create-definition): Fix space
1127 insertion when creating a new footnote. This fixes newline
1128 munching when `org-footnote-section' is nil and blank lines
1129 stacking when it isn't nil.
1130
1131 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1132
1133 * org-footnote.el (org-footnote-normalize): Make sure that
1134 footnotes are moved to a single place during export.
1135
1136 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1137
1138 * org-footnote.el (org-footnote-normalize): Ensure footnote
1139 definition will be inserted at the end of the section
1140 corresponding to to its first reference.
1141
1142 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1143
1144 * org-footnote.el (org-footnote-at-definition-p): Make sure to
1145 move point at the beginning of the separator before skiping white
1146 spaces. Refactor code.
1147
1148 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1149
1150 * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
1151 export when "strip-export".
1152
1153 * ob.el (org-babel-common-header-args-w-values): New noweb
1154 header value.
1155 (org-babel-merge-params): New noweb header value.
1156 (org-babel-noweb-p): New noweb header value.
1157
1158 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1159
1160 * ob-tangle.el (org-babel-tangle-clean): Just use default value.
1161
1162 * ob.el (org-babel-noweb-wrap): Add default value.
1163 (org-babel-expand-noweb-references): Just use default value.
1164
1165 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1166
1167 * org-exp.el (org-export-select-backend-specific-text): Always
1168 preserve original indentation as a text property so that lists do
1169 not get broken by indentation at column 0.
1170
1171 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1172
1173 * ob.el (org-babel-expand-noweb-references): Don't allow newlines
1174 in source names in noweb references.
1175
1176 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1177
1178 * org.el (org-fill-line-break-nobreak-p): New function.
1179 (org-set-autofill-regexps): Add previous function to
1180 `fill-nobreak-predicate'.
1181
1182 2012-04-01 Vitalie Spinu <spinuvit@gmail.com>
1183
1184 * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
1185 visibility regardless of local user customization.
1186
1187 2012-04-01 Vitalie Spinu <spinuvit@gmail.com>
1188
1189 * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
1190 visibility regardless of local user customization.
1191
1192 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
1193
1194 * org-inlinetask.el (org-inlinetask-show-first-star): New option.
1195 (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
1196
1197 * org-indent.el (org-indent-set-line-properties): Honor
1198 `org-inlinetask-show-first-star'.
1199
1200 2012-04-01 Bastien Guerry <bzg@gnu.org>
1201
1202 * org.el (org-set-regexps-and-options): Ensure `org-drawers'
1203 doesn't contain duplicates.
1204
1205 2012-04-01 Bastien Guerry <bzg@gnu.org>
1206
1207 * org.el (org-at-drawer-p): Normalize the docstring to match other
1208 `org-at-*-p' docstrings.
1209 (org-indent-block, org-indent-drawer, org-at-block-p): New
1210 functions.
1211 (org-metaright): Use the new functions to indent a drawer or a
1212 block depending on the context. Also update the docstring.
1213
1214 2012-04-01 Bastien Guerry <bzg@gnu.org>
1215
1216 * org.el (org-set-regexps-and-options): Set the value of
1217 `org-drawers' by adding the value of the infile #+DRAWERS option
1218 to that of the existing `org-drawers'.
1219
1220 2012-04-01 Bastien Guerry <bzg@gnu.org>
1221
1222 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
1223 inline tasks too.
1224
1225 2012-04-01 Bastien Guerry <bzg@gnu.org>
1226
1227 * org-inlinetask.el (org-inlinetask-toggle-visibility): Use
1228 `org-show-entry' instead of `outline-flag-region' to keep the
1229 drawers folded when unfolding an inline task.
1230
1231 2012-04-01 Torsten Anders <torsten.anders@beds.ac.uk> (tiny change)
1232
1233 * org-beamer.el (org-beamer-environments-default): Add support and
1234 keybinding for the `exampleblock' environment.
1235
1236 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
1237
1238 * org.el (org-open-link-from-string): Regard `reference-buffer'
1239 when setting `org-inhibit-startup'.
1240
1241 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1242
1243 * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
1244 space between inline src block and results on export.
1245
1246 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1247
1248 * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
1249 punctuation to proceed an inline src block.
1250
1251 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1252
1253 * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
1254 list of characters allowed to proceed an inline src block.
1255
1256 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1257
1258 * ob-tangle.el (org-babel-tangle-clean): Use the customizable
1259 noweb wrappers.
1260
1261 * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
1262 (org-babel-noweb-wrap-end): End a noweb reference.
1263 (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
1264 (org-babel-expand-noweb-references): Use the customizable noweb
1265 wrappers.
1266
1267 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1268
1269 * org.el (org-beginning-of-line): Handle case when there's no
1270 character after box.
1271
1272 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1273
1274 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
1275 Delay it till the end of export.
1276 (org-odt-begin-document-body): Make a note of the default
1277 position of TOC in `org-lparse-dyn-first-heading-pos'.
1278 (org-odt-insert-toc): Insert TOC as directed by
1279 [TABLE-OF-CONTENTS] line or at the default position.
1280 (org-odt-end-export): Call `org-odt-insert-toc'.
1281
1282 2012-04-01 Bastien Guerry <bzg@gnu.org>
1283
1284 * org.el (org-preview-latex-fragment): Throw an error when called
1285 from a non-file buffer.
1286
1287 2012-04-01 Bastien Guerry <bzg@gnu.org>
1288
1289 * org.el (org-insert-property-drawer): Not an interactive
1290 command anymore.
1291 (org-insert-drawer): With a prefix argument, insert a property
1292 drawer. Check for headline within the region before inserting the
1293 drawer. Don't include special drawers in the completion table.
1294 (org-mode-map): New keybinding `C-c C-x d' for
1295 `org-insert-drawer'.
1296
1297 2012-04-01 Bastien Guerry <bzg@gnu.org>
1298
1299 * org.el (org-insert-drawer): Support completion over known drawer
1300 names and inserting a drawer around the current region.
1301
1302 2012-04-01 Bastien Guerry <bzg@gnu.org>
1303
1304 * org.el (org-insert-drawer): New function.
1305 (org-insert-property-drawer): Use it.
1306
1307 2012-04-01 Bastien Guerry <bzg@gnu.org>
1308
1309 * org-list.el (org-mark-list): New function.
1310
1311 2012-04-01 Bastien Guerry <bzg@gnu.org>
1312
1313 * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
1314 complete drawer at point.
1315 (org-thing-at-point): Use it.
1316
1317 2012-04-01 Bastien Guerry <bzg@gnu.org>
1318
1319 * org.el (org-meta-return): Use `newline-and-indent' when in a
1320 property drawer.
1321
1322 2012-04-01 Bastien Guerry <bzg@gnu.org>
1323
1324 * org.el (org-structure-template-alist): Fix docstring: the
1325 feature is not experimental anymore.
1326
1327 2012-04-01 Bastien Guerry <bzg@gnu.org>
1328
1329 * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
1330 display the item without unfolding drawers and logbooks.
1331
1332 2012-04-01 Bastien Guerry <bzg@gnu.org>
1333
1334 * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
1335 always nil.
1336
1337 2012-04-01 Bastien Guerry <bzg@gnu.org>
1338
1339 * org.el (org-structure-template-alist): Fix missing angle
1340 brackets for muse export style.
1341
1342 2012-04-01 Bastien Guerry <bzg@gnu.org>
1343
1344 * org.el (org-read-date): New parameter `inactive' when reading
1345 for insertion of inactive timestamps.
1346 (org-time-stamp, org-read-date-display): Use the new
1347 parameter.
1348
1349 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1350
1351 * ob.el (org-babel-expand-noweb-references): Only allow
1352 reference names which start and end with non-whitespace characters.
1353 Also, raise errors as appropriate given org-babel-noweb-error-langs.
1354
1355 2012-04-01 Bastien Guerry <bzg@gnu.org>
1356
1357 * org-src.el (org-src-in-org-buffer): Save and restore
1358 `buffer-undo-list' after editing.
1359
1360 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1361
1362 * ob.el (org-babel-common-header-args-w-values): Add new header
1363 argument.
1364 (org-babel-expand-noweb-references): Use header argument rather than
1365 customization variable.
1366
1367 2012-04-01 David Maus <dmaus@ictsoc.de>
1368
1369 * org-capture.el (org-capture-place-item): Don't search for
1370 position in existing list if :exact-position was supplied.
1371
1372 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1373
1374 * ob.el (org-babel-noweb-separator): Custom variable for
1375 accumulated noweb references.
1376 (org-babel-expand-noweb-references): Allow separator for noweb
1377 references.
1378
1379 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1380
1381 * org.el (org-beginning-of-line): In an item, special position
1382 for C-a is after check-box, if any.
1383 (org-special-ctrl-a/e): Modify doc-string accordingly.
1384
1385 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1386
1387 * org-odt.el (org-export-odt-format-formula): Use :style
1388 property to specify custom table styles.
1389
1390 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1391
1392 * ob-exp.el (org-babel-exp-call-line-template): Control export of
1393 additional call line information.
1394 (org-babel-exp-non-block-elements): Fancier call line export.
1395
1396 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1397
1398 * org-odt.el (org-odt-entity-frame-styles): Add frame params
1399 for images that are anchored as character.
1400 (org-export-odt-format-image): Handle new anchor type
1401 "as-char".
1402 (org-export-odt-default-image-sizes-alist): Misc. change.
1403 (org-export-odt-format-formula): Misc. change.
1404
1405 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1406
1407 * ob.el (org-babel-check-src-block): Don't report valid header
1408 arguments as suspicious.
1409
1410 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1411
1412 * ob-exp.el (org-babel-exp-non-block-elements): Map over both
1413 inline src blocks and call lines on export.
1414
1415 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1416
1417 * org-odt.el (org-odt-label-styles): Add a new style.
1418 (org-odt-category-map-alist): Use it.
1419
1420 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1421
1422 * org-odt.el (org-odt-table-style-format): New. Template for
1423 auto-generated table styles.
1424 (org-odt-automatic-styles, org-odt-object-counters): New
1425 variables.
1426 (org-odt-add-automatic-style): New function.
1427 (org-odt-write-automatic-styles): New function. Create
1428 automatic styles for tables that have custom :rel-width.
1429 (org-odt-begin-table): Parse attributes specified with
1430 "#+ATTR_ODT: " option and use it to create an automatic table
1431 style.
1432 (org-odt-save-as-outfile): Call
1433 `org-odt-add-write-automatic-styles'.
1434 (org-odt-init-outfile): Init newly add variables.
1435 (org-odt-section-count): Remove it.
1436 (org-odt-begin-section): Use `org-odt-add-automatic-style' to
1437 generate an automatic section name.
1438
1439 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1440
1441 * ob.el (org-babel-map-executables): Correctly position point when
1442 mapping hits an inline code block.
1443
1444 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1445
1446 * ob.el (org-babel-execute-src-block): Ensure params are
1447 incorporated *before* checking if evaluation is legal.
1448
1449 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1450
1451 * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
1452 marker so it is updated as required during export.
1453
1454 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1455
1456 * org-src.el (org-src-in-org-buffer): Run commands in the parent
1457 buffer.
1458 (org-edit-src-save): Use new macro.
1459 (org-src-tangle): Tangle the parent buffer.
1460
1461 2012-04-01 Bastien Guerry <bzg@gnu.org>
1462
1463 * org.el (org-set-font-lock-defaults): Fix bug in done
1464 headline fontification.
1465
1466 2012-04-01 Bastien Guerry <bzg@gnu.org>
1467
1468 * org.el (org-set-font-lock-defaults): Fix bug in done
1469 headline fontification.
1470
1471 2012-04-01 Bastien Guerry <bzg@gnu.org>
1472
1473 * org.el (org-return): Act normally when in code blocks.
1474
1475 2012-04-01 Bastien Guerry <bzg@gnu.org>
1476
1477 * org.el (org-in-src-block-p): New function.
1478 (org-context): Return new contexts :clocktable and :src-block.
1479
1480 2012-04-01 Bastien Guerry <bzg@gnu.org>
1481
1482 * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
1483 C-q' do the right thing even when point is before the first
1484 heading.
1485
1486 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1487
1488 * ob.el (org-babel-noweb-p): Disambiguate intersection name.
1489
1490 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1491
1492 * org-odt.el (org-odt-format-textbox): Honor user-specified
1493 width in captioned images.
1494
1495 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1496
1497 * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
1498 (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
1499 (org-babel-map-call-lines): Replace gensym with make-symbol.
1500 (org-babel-map-executables): Replace gensym with make-symbol.
1501
1502 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1503
1504 * ob-exp.el (org-babel-exp-results): Alter a copy of info.
1505
1506 2012-04-01 Bastien Guerry <bzg@gnu.org>
1507
1508 * org-html.el (org-export-as-html): Initialize
1509 `html-pre-real-contents' correctly.
1510
1511 2012-04-01 Bastien Guerry <bzg@gnu.org>
1512
1513 * org-html.el (org-export-as-html): Initialize
1514 `html-pre-real-contents' correctly.
1515
1516 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1517
1518 * ob-exp.el (org-babel-exp-code): Ensure code block name is a
1519 string on export.
1520
1521 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1522
1523 * ob-exp.el (org-babel-exp-code-template): Customizable code
1524 block export format string.
1525 (org-babel-exp-code): Customizable code block export.
1526
1527 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1528
1529 * ob-clojure.el (org-babel-execute:clojure): Removed dependency
1530 on deprecated swank-clojure.
1531
1532 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1533
1534 * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
1535 (org-babel-map-inline-src-blocks): Don't pollute symbol space.
1536 (org-babel-map-call-lines): Don't pollute symbol space.
1537 (org-babel-map-executables): Map over *all* executable Org-mode
1538 elements.
1539 (org-babel-execute-buffer): Execute elements in buffer order instead
1540 of arbitrarily.
1541
1542 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1543
1544 * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
1545 Those must be done with `copy-tree'.
1546
1547 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1548
1549 * org-src.el (org-edit-src-code): Referenced code block should
1550 not be evaluated on code block edit.
1551
1552 2012-04-01 Bastien Guerry <bzg@gnu.org>
1553
1554 * org.el (org-structure-template-alist): Use uppercase for
1555 keywords.
1556
1557 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1558
1559 * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
1560 code block results.
1561
1562 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1563
1564 * ob.el (org-babel-results-keyword): New user-configurable
1565 results keyword.
1566 (org-babel-where-is-src-block-result): Use new user-configurable
1567 results keyword.
1568
1569 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1570
1571 * org-indent.el (org-indent-refresh-maybe): Check for new
1572 headlines from the beginning of the line to be sure to catch
1573 any newly inserted headline there.
1574
1575 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1576
1577 * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
1578 (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
1579
1580 * ob-tangle.el (org-babel-tangle-collect-blocks): Use
1581 `org-babel-noweb-p'.
1582
1583 * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
1584 (org-babel-expand-src-block): Use `org-babel-noweb-p'.
1585 (org-babel-load-in-session): Use `org-babel-noweb-p'.
1586 (org-babel-merge-params): Use `org-babel-noweb-p'.
1587 (org-babel-noweb-p): New function used to determine if noweb
1588 expansion should be carried out in a given context.
1589
1590 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1591
1592 * org.el (org-update-property-plist): Fix bug in property list
1593 updates.
1594
1595 2012-04-01 François Pinard <pinard@iro.umontreal.ca> (tiny change)
1596
1597 * org.el (org-kill-line): Use `kill-visual-line' in
1598 `visual-line-mode'.
1599
1600 2012-04-01 Bernt Hansen <bernt@norang.ca>
1601
1602 * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point is
1603 outside the current restriction
1604
1605 2012-04-01 Bernt Hansen <bernt@norang.ca>
1606
1607 * org-agenda.el (org-agenda-clock-in): Save restriction when clocking in from the agenda
1608
1609 2012-04-01 Bernt Hansen <bernt@norang.ca>
1610
1611 * org.el: Honour existing restrictions when regenerating the agenda
1612
1613 2012-04-01 Bastien Guerry <bzg@gnu.org>
1614
1615 * org-agenda.el: New alias for `list-diary-entries-hook'.
1616
1617 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1618
1619 * ob.el (org-babel-common-header-args-w-values): Add the new
1620 header argument name.
1621 (org-babel-insert-result): Respect the value of the :wrap header
1622 argument when inserting results.
1623 (org-babel-result-end): Find the end of arbitrarily named result
1624 blocks.
1625
1626 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1627
1628 * org-indent.el (org-indent-refresh-maybe): Check for new
1629 headlines from the beginning of the line to be sure to catch
1630 any newly inserted headline there.
1631
1632 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1633
1634 * org.el (org-update-property-plist): Remove old instances of
1635 property when adding a new value for property.
1636
1637 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
1638
1639 * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
1640 code block would cause an error when the block is was executed. This
1641 fix cures this behaviour.
1642
1643 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1644
1645 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
1646 pieces of a previous patch.
1647
1648 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1649
1650 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
1651
1652 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1653
1654 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
1655 pieces of a previous patch.
1656
1657 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1658
1659 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
1660
1661 2012-04-01 Bastien Guerry <bzg@gnu.org>
1662
1663 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
1664 instead of (end-of-buffer).
1665
1666 2012-04-01 Bastien Guerry <bzg@gnu.org>
1667
1668 * org-bbdb.el (name): Declare variable.
1669 (bbdb-record-get-field, bbdb-search-name)
1670 (bbdb-search-organization): Declare as part of ext:bbdb.
1671
1672 2012-04-01 Bastien Guerry <bzg@gnu.org>
1673
1674 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
1675 instead of the obsolete `org-agenda-filter'.
1676
1677 2012-04-01 Bastien Guerry <bzg@gnu.org>
1678
1679 * org-agenda.el: Add an alias for `org-agenda-filter'.
1680 (diary-list-entries-hook): Use the non-obsolete hook.
1681 (org-agenda-filter-apply): Silent compiler warning.
1682
1683 2012-04-01 Bastien Guerry <bzg@gnu.org>
1684
1685 * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
1686 (org-ditaa-jar-option): New option.
1687 (org-babel-execute:ditaa): Use it.
1688
1689 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1690
1691 * ob.el (org-babel-balanced-split): Explicit checking if list
1692 before calling member.
1693
1694 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1695
1696 * ob.el (org-babel-balanced-split): Explicit checking if list
1697 before calling member.
1698
1699 2012-02-14 Chong Yidong <cyd@gnu.org>
1700
1701 * org-footnote.el: Remove bogus defvar values (Bug#10745).
1702
1703 2012-01-05 Eric Schulte <eric.schulte@gmx.com>
1704
1705 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
1706 pieces of a previous patch.
1707
1708 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
1709
1710 2012-01-05 Bastien Guerry <bzg@gnu.org>
1711
1712 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
1713 instead of (end-of-buffer).
1714
1715 * org-bbdb.el (name): Declare variable.
1716 (bbdb-record-get-field, bbdb-search-name)
1717 (bbdb-search-organization): Declare as part of ext:bbdb.
1718
1719 * org-agenda.el: Add an alias for `org-agenda-filter'.
1720 (diary-list-entries-hook): Use the non-obsolete hook.
1721 (org-agenda-filter-apply): Silent compiler warnings.
1722
1723 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
1724 instead of the obsolete `org-agenda-filter'.
1725
1726 2012-01-03 Bastien Guerry <bzg@gnu.org>
1727
1728 * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
1729 and removing checkboxes with `C-u C-c C-c' on the first item
1730 of a list. Also, don't reinitialize checkboxes that are
1731 already ticked.
1732
1733 2012-01-03 Bastien Guerry <bzg@gnu.org>
1734
1735 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
1736 value with only one digit for the hours.
1737
1738 2012-01-03 Bastien Guerry <bzg@gnu.org>
1739
1740 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
1741 Remove deleted function `org-encode-for-stdout'.
1742
1743 2012-01-03 Bastien Guerry <bzg@gnu.org>
1744
1745 * org.el (org-show-context): Complete docstring.
1746
1747 2012-01-03 Bastien Guerry <bzg@gnu.org>
1748
1749 * org-agenda.el (org-agenda-filter-by-tag): Use
1750 `read-char-exclusive' instead of `read-char'.
1751
1752 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1753
1754 * org-clock.el (org-clock-in, org-clock-find-position): Remove
1755 erraneous space in regexp.
1756
1757 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
1758
1759 * ob.el (org-babel-expand-noweb-references): Rather than using
1760 a pure regexp solution to resolve noweb references, actually
1761 check the information of every code block in the buffer. This
1762 will cause a slowdown in noweb reference expansion, but is
1763 necessary for correct behavior.
1764
1765 2012-01-03 Bastien Guerry <bzg@gnu.org>
1766
1767 * org.el (org-map-continue-from): Fix typo in docstring.
1768
1769 2012-01-03 Bastien Guerry <bzg@gnu.org>
1770
1771 * org.el (org-property-re): Also match cumulating properties
1772 like ":prop+:".
1773
1774 2012-01-03 Bastien Guerry <bzg@gnu.org>
1775
1776 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
1777 matching the end of a block.
1778
1779 2012-01-03 David Maus <dmaus@ictsoc.de>
1780
1781 * org.el (org-open-at-point): Escape link path for http:,
1782 https:, ftp:, news:, and doi: links only if the path contains
1783 space or non-ascii character.
1784
1785 2012-01-03 David Maus <dmaus@ictsoc.de>
1786
1787 * org.el (org-refile-get-targets): Ignore headlines without a
1788 true headline.
1789
1790 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
1791
1792 * ob.el (org-babel-map-call-lines): Moved this file from
1793 ob-lob.el into ob.el to ease dependency pains.
1794
1795 2012-01-03 Bastien Guerry <bzg@gnu.org>
1796
1797 * org-publish.el (org-publish-index-generate-theindex): Use
1798 theindex.inc for storing index entries, and theindex.org for
1799 including theindex.inc.
1800
1801 2012-01-03 Bastien Guerry <bzg@gnu.org>
1802
1803 * org-publish.el (org-publish-index-generate-theindex): Create
1804 proper file target for index entries in subdirectories.
1805
1806 2012-01-03 Bastien Guerry <bzg@gnu.org>
1807
1808 * org-protocol.el (org-protocol-check-filename-for-protocol):
1809 Fix spelling mistake.
1810
1811 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
1812
1813 * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
1814 for title and subtitle.
1815 (org-odt-format-toc): New.
1816 (org-odt-format-preamble): New. Users can redefine this to
1817 customize what goes before the document body. Currently it
1818 outputs title, author and email, date and toc.
1819 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
1820 (org-odt-format-date): Renamed from
1821 `org-odt-iso-date-from-org-timestamp'. Also added an
1822 additional param for format string.
1823 (org-odt-begin-annotation, org-odt-update-meta-file): Use
1824 `org-odt-format-date'.
1825
1826 2012-01-03 Bastien Guerry <bzg@gnu.org>
1827
1828 * org.el (org-at-drawer-p): New function.
1829 (org-end-of-line): Use it.
1830
1831 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
1832
1833 * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
1834 Controls the method in which noweb references are expanded.
1835 (org-babel-expand-noweb-references): Bring back the option for
1836 regexp-based noweb expansion.
1837
1838 2012-01-03 Bastien Guerry <bzg@gnu.org>
1839
1840 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
1841 with only one digit for the hours.
1842
1843 2012-01-03 Bastien Guerry <bzg@gnu.org>
1844
1845 * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
1846 when ticking the checkbox of the first item.
1847
1848 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
1849
1850 * org-list.el (org-list-write-struct): Add an optional
1851 argument for structure changes happening outside the function.
1852
1853 * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
1854 item of a sub-list should toggle check-box presence of every
1855 item in the same sub-list. Also fix check-box insertion on a
1856 single item.
1857
1858 2012-01-03 Bastien Guerry <bzg@gnu.org>
1859
1860 * org-agenda.el (org-agenda-filter-preset): New alias.
1861 (org-agenda-filter-by-category): New command.
1862 (org-agenda-mode-map): Add the new command.
1863 (org-agenda-custom-commands-local-options): Add category
1864 filter preset.
1865 (org-agenda-mark-filtered-text): Mark both tag and filter
1866 overlays.
1867 (org-agenda-category-filter-preset): New variable.
1868 (org-finalize-agenda, org-agenda-redo)
1869 (org-agenda-filter-make-matcher, org-agenda-filter-apply): Handle
1870 both category and tag filters.
1871 (org-agenda-filter-show-all-tag): Rename from
1872 `org-agenda-filter-by-tag-show-all'.
1873 (org-agenda-filter-show-all-cat): New function.
1874 (org-agenda-set-mode-name): Show the category filter in the
1875 modeline.
1876
1877 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1878
1879 * org-bbdb.el (org-bbdb-old): New variable.
1880 (org-bbdb-store-link, org-bbdb-open): Check for
1881 `org-bbdb-old'.
1882 (org-bbdb-open-old, org-bbdb-open-new): New functions.
1883
1884 2012-01-03 Bastien Guerry <bzg@gnu.org>
1885
1886 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
1887 Remove deleted function `org-encode-for-stdout'.
1888
1889 2012-01-03 Bastien Guerry <bzg@gnu.org>
1890
1891 * org.el (org-check-dates-range): New command.
1892 (org-sparse-tree): Use it.
1893
1894 2012-01-03 Bastien Guerry <bzg@gnu.org>
1895
1896 * org-agenda.el (org-agenda-write): Rename from
1897 `org-write-agenda'.
1898 (org-agenda-mode-map, org-agenda-menu)
1899 (org-batch-store-agenda-views): Use new name
1900 `org-agenda-write'.
1901
1902 2012-01-03 Bastien Guerry <bzg@gnu.org>
1903
1904 * org.el (org-loop-over-headlines-in-active-region): Fix
1905 docstring.
1906 (org-todo, org-deadline, org-schedule): Honor the 'start-level
1907 value of `org-loop-over-headlines-in-active-region'.
1908
1909 2012-01-03 Bastien Guerry <bzg@gnu.org>
1910
1911 * org-archive.el (org-archive-subtree)
1912 (org-archive-to-archive-sibling, org-toggle-archive-tag):
1913 Bugfix: use 'region-start-level.
1914
1915 2012-01-03 Bastien Guerry <bzg@gnu.org>
1916
1917 * org.el (org-show-context): Complete docstring.
1918
1919 2012-01-03 Bastien Guerry <bzg@gnu.org>
1920
1921 * org-agenda.el (org-agenda-filter-by-tag): Use
1922 `read-char-exclusive' instead of `read-char'.
1923
1924 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1925
1926 * org.el (org-scan-tags): Make sure `org-map-continue-from' is
1927 nil at each match.
1928
1929 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1930
1931 * org-clock.el (org-clock-in, org-clock-find-position): Remove
1932 erraneous space in regexp.
1933
1934 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
1935
1936 * org-odt.el (org-odt-lib-dir): Add docstring.
1937 (org-odt-data-dir): New variable. Use this variable to
1938 control the locations from which the ODT exporter picks the
1939 OpenDocument styles and schema files from. Set this variable
1940 explicitly only if the in-built heuristics for locating the
1941 above files fails.
1942 (org-odt-styles-dir-list, org-odt-schema-dir-list): New
1943 variables. Pay specific attention to (eval-when-compile ...)
1944 form through which Makefile's $(datadir) - contained in
1945 `org-odt-data-dir' - gets compiled in as a "hard coded"
1946 constant.
1947 (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
1948 aid debugging.
1949
1950 2012-01-03 Bastien Guerry <bzg@gnu.org>
1951
1952 * org-archive.el (org-archive-subtree)
1953 (org-archive-to-archive-sibling, org-toggle-archive-tag)
1954 (org-archive-set-tag): Handle the 'start-level value for
1955 `org-loop-over-headlines-in-active-region'.
1956
1957 2012-01-03 Bastien Guerry <bzg@gnu.org>
1958
1959 * org.el (org-scan-tags): New parameter `start-level' to scan only
1960 through headlines of that level.
1961 (org-map-entries): New allowed value `region-start-level' for
1962 the `scope' parameter, to allow scanning through headlines of
1963 the same level than the first headline in the region.
1964 (org-loop-over-headlines-in-active-region): New allowed value
1965 'start-level.
1966
1967 2012-01-03 Bastien Guerry <bzg@gnu.org>
1968
1969 * org-archive.el (org-archive-subtree)
1970 (org-archive-to-archive-sibling, org-archive-set-tag)
1971 (org-toggle-archive-tag): Allow to loop over the active region by
1972 using `org-loop-over-headlines-in-active-region'.
1973
1974 2012-01-03 Bastien Guerry <bzg@gnu.org>
1975
1976 * org.el (org-todo): Allow to loop over the active region by
1977 using `org-loop-over-headlines-in-active-region'.
1978
1979 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
1980
1981 * ob.el (org-babel-expand-noweb-references): Rather than using
1982 a pure regexp solution to resolve noweb references, actually
1983 check the information of every code block in the buffer. This
1984 will cause a slowdown in noweb reference expansion, but is
1985 necessary for correct behavior.
1986
1987 2012-01-03 Bastien Guerry <bzg@gnu.org>
1988
1989 * org.el (org-map-continue-from): Fix typo in docstring.
1990
1991 2012-01-03 Bastien Guerry <bzg@gnu.org>
1992
1993 * org-agenda.el (org-agenda-write-buffer-name): New variable.
1994 (org-write-agenda): Use it.
1995
1996 2012-01-03 Bastien Guerry <bzg@gnu.org>
1997
1998 * org-exp.el (org-export-date-timestamp-format): New option to
1999 define the way a timestamp in #+DATE will be exported.
2000 (org-infile-export-plist): Use the new option.
2001
2002 2012-01-03 Bastien Guerry <bzg@gnu.org>
2003
2004 * org.el (org-property-re): Also match cumulating properties
2005 like ":prop+:".
2006
2007 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
2008
2009 * org-odt.el (org-odt-styles-dir): Assume that the styles
2010 files are located under `data-directory' of Emacs distribution
2011 as etc/org/OrgOdtStyles.xml and
2012 etc/org/OrgOdtContentTemplate.xml. Also update docstring.
2013 (org-export-odt-schema-dir): Update docstring.
2014
2015 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
2016
2017 * org-odt.el (org-odt-format-preamble): Honor following user
2018 options: author, timestamp and email.
2019
2020 2012-01-03 Bastien Guerry <bzg@gnu.org>
2021
2022 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
2023 for matching the end of a block.
2024
2025 2012-01-03 Bastien Guerry <bzg@gnu.org>
2026
2027 * org-eshell.el: New file.
2028
2029 2012-01-03 David Maus <dmaus@ictsoc.de>
2030
2031 * org.el (org-open-at-point): Escape link path for http:,
2032 https:, ftp:, news:, and doi: links only if the path contains
2033 space or non-ascii character.
2034
2035 2012-01-03 Bastien Guerry <bzg@gnu.org>
2036
2037 * org-beamer.el (org-beamer-fragile-re): Also recognize
2038 \lstinline and \verb as commands that make a frame fragile.
2039
2040 2012-01-03 David Maus <dmaus@ictsoc.de>
2041
2042 * org.el (org-refile-get-targets): Ignore headlines without a
2043 true headline.
2044
2045 2012-01-03 Litvinov Sergey <slitvinov@gmail.com>
2046
2047 * ob-octave.el: add graphical output to png file
2048
2049 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2050
2051 * ob.el (org-babel-map-call-lines): Moved this file from
2052 ob-lob.el into ob.el to ease dependency pains.
2053
2054 2012-01-03 Bastien Guerry <bzg@gnu.org>
2055
2056 * org-publish.el (org-publish-index-generate-theindex): Use
2057 theindex.inc for storing index entries, and theindex.org for
2058 including theindex.inc.
2059
2060 2012-01-03 Bastien Guerry <bzg@gnu.org>
2061
2062 * org-publish.el (org-publish-index-generate-theindex): Create
2063 proper file target for index entries in subdirectories.
2064
2065 2012-01-03 Bastien Guerry <bzg@gnu.org>
2066
2067 * org-protocol.el (org-protocol-check-filename-for-protocol):
2068 Fix spelling mistake.
2069
2070 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
2071
2072 * org-odt.el (org-export-odt-default-org-styles-alist): Add
2073 styles for title and subtitle.
2074 (org-odt-format-toc): New.
2075 (org-odt-format-preamble): New. Users can redefine this to
2076 customize what goes before the document body. Currently it
2077 outputs title, author and email, date and toc.
2078 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
2079 (org-odt-format-date): Renamed from
2080 `org-odt-iso-date-from-org-timestamp'. Also added an
2081 additional param for format string.
2082 (org-odt-begin-annotation, org-odt-update-meta-file): Use
2083 `org-odt-format-date'.
2084
2085 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2086
2087 * ob-ref.el (org-babel-ref-split-args): Now uses
2088 `org-babel-balanced-split'.
2089
2090 2012-01-03 Bastien Guerry <bzg@gnu.org>
2091
2092 * org-html.el (org-export-html-preamble)
2093 (org-export-html-postamble): Fix docstrings.
2094 (org-export-as-html): Insert the string used by a custom
2095 function for `org-export-html-pre/postamble'.
2096
2097 2012-01-03 Bastien Guerry <bzg@gnu.org>
2098
2099 * org.el (org-block-regexp)
2100 (org-heading-keyword-regexp-format)
2101 (org-heading-keyword-maybe-regexp-format): Move up to keep the
2102 byte-compiler happy.
2103
2104 2012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
2105
2106 * org-agenda.el (org-agenda-do-tree-to-indirect-buffer): New
2107 function.
2108 (org-agenda-tree-to-indirect-buffer): Use the new function.
2109
2110 2012-01-03 Bastien Guerry <bzg@gnu.org>
2111
2112 * org-html.el (org-export-as-html): Fix bug when inserting the
2113 output of a custom function for the pre/postamble.
2114
2115 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
2116
2117 * org-odt.el (org-odt-format-source-code-or-example): Try
2118 loading htmlfontify safely.
2119
2120 2012-01-03 Bastien Guerry <bzg@gnu.org>
2121
2122 * org-odt.el (require): Require htmlfontify.el only if
2123 emacs-version is greater than 23.2.
2124
2125 2012-01-03 Bastien Guerry <bzg@gnu.org>
2126
2127 * org-faces.el (org-agenda-calendar-event)
2128 (org-agenda-calendar-sexp): Use the default face.
2129
2130 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2131
2132 * ob.el (org-babel-expand-noweb-references): Fixed regexp.
2133
2134 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
2135
2136 * org.el (Key bindings): remap the Outline functions from
2137 `outline-mode-prefix-map' where possible.
2138
2139 2012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
2140
2141 * org-html.el (org-export-as-html): Apply
2142 `org-export-html-get-todo-kwd-class-name' to the class
2143 attribute of the todo-keyword span tag, not to its text
2144 content.
2145
2146 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
2147
2148 * org-agenda.el (org-agenda-get-timestamps)
2149 (org-agenda-get-sexps): Use face for highlighting "calendar"
2150 events.
2151
2152 2012-01-03 Peter Münster <pmlists@free.fr> (tiny change)
2153
2154 * org.el (org-add-planning-info): Treat absolute time too.
2155
2156 2012-01-03 Bastien Guerry <bzg@gnu.org>
2157
2158 * org-table.el (org-table-transpose-table-at-point): Don't use
2159 ̀remove-if-not'.
2160
2161 2012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
2162
2163 * org-clock.el (org-clock-out-if-current): Check the clock
2164 buffer is existing.
2165
2166 2012-01-03 Bernt Hansen <bernt@norang.ca>
2167
2168 * org-clock.el (org-clock-out-if-current): Fix marker in no
2169 buffer error for task state change in an indirect buffer.
2170
2171 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
2172
2173 * org.el (org-offer-links-in-entry): Make list when assigning
2174 a single link.
2175
2176 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2177
2178 * ob.el (org-babel-expand-noweb-references): Rather than
2179 collect the info from *every* block in the current buffer,
2180 simply regexp search for those blocks which appear to match
2181 the continued source name.
2182
2183 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2184
2185 * ob.el (org-babel-insert-result): Do not examplize wrapped
2186 scalar results, simply wrap them.
2187 (org-babel-result-end): Find the end of results wrapped in a
2188 RESULTS drawer.
2189
2190 2012-01-03 Bastien Guerry <bzg@gnu.org>
2191
2192 * org.el (org-todo-yesterday): When called from the agenda,
2193 use `org-agenda-todo-yesterday' instead.
2194
2195 2012-01-03 Bastien Guerry <bzg@gnu.org>
2196
2197 * org-table.el (org-table-transpose-table-at-point): New command.
2198
2199 2012-01-03 Bastien Guerry <bzg@gnu.org>
2200
2201 * org-html.el (org-export-html-headline-anchor-format): New
2202 option.
2203 (org-html-level-start): Use the new option.
2204
2205 2012-01-03 Rob Giardina <rob@giardina.us> (tiny change)
2206
2207 * org-agenda.el (org-agenda-with-point-at-orig-entry): Small
2208 bugfix.
2209
2210 2012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
2211
2212 * org-special-blocks.el
2213 (org-special-blocks-convert-html-special-cookies): Close
2214 paragraph before opening or closing the <div>, and open
2215 paragraph after. Also changed newline placement to be the same
2216 as for other blocks.
2217
2218 2012-01-03 Roberto Huelga <rhuelga@gmail.com>
2219
2220 * org-clock.el (org-program-exists): Make the function
2221 compatible with darwin systems.
2222
2223 2012-01-03 David Maus <dmaus@ictsoc.de>
2224
2225 * org-exp.el (org-export-normalize-links): Mark bracket links
2226 before normalization to avoid erroneous normalization of
2227 bracket link parts.
2228
2229 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
2230
2231 * org-odt.el (org-odt-data-dir): Removed.
2232 (org-odt-styles-dir, org-export-odt-schema-dir): New
2233 variables.
2234
2235 * org-odt.el, org-lparse.el: New files.
2236
2237 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2238
2239 * org-capture.el (org-capture-set-target-location): Set the
2240 capture default time also to the prompt time.
2241
2242 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2243
2244 * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
2245 and #+results lines during preprocess.
2246
2247 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2248
2249 * ob-picolisp.el (ob-comint): Required.
2250 (comint): Required.
2251 (cl): Required.
2252 (run-picolisp): Declared.
2253 (org-babel-execute:picolisp): Capture free variable, and replace
2254 function from cl-extra with core function.
2255
2256 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2257
2258 * ob-picolisp.el: New file.
2259
2260 * org.el (org-babel-load-languages): Add Pico Lisp to the list
2261 of supported code block languages.
2262
2263 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2264
2265 * org-bibtex.el (org-bibtex): Now catches bibtex errors and
2266 directs the user to the location of the error.
2267
2268 2012-01-03 Bastien Guerry <bzg@gnu.org>
2269
2270 * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
2271
2272 2012-01-03 Bastien Guerry <bzg@gnu.org>
2273
2274 * ob.el (org-babel-execute-src-block): Fix typo.
2275
2276 2012-01-03 Bastien Guerry <bzg@gnu.org>
2277
2278 * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
2279
2280 2012-01-03 Bastien Guerry <bzg@gnu.org>
2281
2282 * org.el (org-link-unescape, org-link-unescape-compound): Fix
2283 two typos in docstrings.
2284
2285 2012-01-03 Thomas Dye <dk@poto.local>
2286
2287 * ob-R.el: Added tikzDevice support.
2288
2289 2012-01-03 David Maus <dmaus@ictsoc.de>
2290
2291 * org.el (org-clone-subtree-with-time-shift): Remove clocking
2292 information and empty drawers when preparing a clone.
2293
2294 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2295
2296 * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
2297 `org-export-blocks-postblock-hook'.
2298
2299 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2300
2301 * ob.el (org-babel-hide-result-toggle): Skip over header
2302 argument lines when toggling named code block visibility.
2303
2304 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2305
2306 * org-exp.el (org-export-grab-title-from-buffer): Don't
2307 license to kill text inside blocks when getting a title.
2308
2309 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2310
2311 * ob.el (org-babel-confirm-evaluate): Adding support for new
2312 range of :eval header arguments.
2313
2314 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2315
2316 * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
2317 during export when eval is set to "non-export".
2318
2319 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2320
2321 * ob-ref.el (org-babel-update-intermediate): New custom
2322 variable.
2323 (org-babel-ref-resolve): Optionally update the in-buffer results
2324 of code blocks which are evaluated to resolve references.
2325
2326 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2327
2328 * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
2329 split string when a character appears on either side of the
2330 split.
2331 (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
2332
2333 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2334
2335 * org.el (org-reduce): Added a less functional Org-mode copy of
2336 the cl reduce function.
2337
2338 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2339
2340 * org.el (org-fontify-meta-lines-and-blocks-1): Recognize
2341 "name" as a valid keyword that can preceed a block.
2342
2343 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2344
2345 * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
2346 in-verbatim check to inline code blocks, do lob code blocks as
2347 well.
2348
2349 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2350
2351 * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
2352
2353 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2354
2355 * ob.el (org-babel-named-src-block-regexp-for-name): Ensure
2356 that partial names are not matched.
2357 (org-babel-named-data-regexp-for-name): Ensure that partial names
2358 are not matched.
2359
2360 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2361
2362 * ob-ref.el (org-babel-ref-resolve): Search for named code
2363 blocks before named data.
2364
2365 * ob.el (org-babel-named-data-regexp-for-name): New function for
2366 finding named data.
2367
2368 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2369
2370 * ob.el (org-babel-insert-result): Gracefully handle results
2371 which are neither lists nor strings.
2372
2373 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2374
2375 * ob-ref.el (org-babel-ref-resolve): Don't change location when
2376 looking at the contents.
2377
2378 2012-01-03 Milan Zamazal <pdm@zamazal.org>
2379
2380 * org.el (org-set-outline-overlay-data): Use
2381 outline-flag-region to make a region invisible. This ensures
2382 all necessary actions, especially adding
2383 isearch-open-invisible property, are applied.
2384
2385 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2386
2387 * ob-lob.el (org-babel-in-example-or-verbatim): Fix
2388 compilation warning.
2389
2390 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2391
2392 * ob.el (org-babel-find-named-result): Downcase "name" before
2393 comparison.
2394
2395 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2396
2397 * ob-lisp.el (org-babel-execute:lisp): Fixed typo.
2398 (org-babel-lisp-vector-to-list): Fixed typo.
2399
2400 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2401
2402 * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
2403 execution contexts (e.g., call lines) look like commented
2404 lines.
2405
2406 * ob.el (org-babel-get-src-block-info): Empty match string doesn't
2407 count.
2408 (org-babel-process-params): Always process parameters, even if
2409 you don't to table splitting.
2410
2411 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2412
2413 * ob-exp.el (org-exp-res/src-name-cleanup): Updated Documentation.
2414
2415 * ob-lob.el (org-babel-block-lob-one-liner-regexp): Updated
2416 regular expression.
2417 (org-babel-inline-lob-one-liner-regexp): Updated regular
2418 expression.
2419
2420 * ob-ref.el (org-babel-ref-resolve): Notice when something that
2421 looks like a data results may actually be a code block.
2422
2423 * ob-table.el: Updated documentation.
2424
2425 * ob.el (org-babel-src-name-regexp): Simplified regexp.
2426 (org-babel-get-src-block-info): Updated match strings.
2427 (org-babel-data-names): Simplified acceptable names.
2428 (org-babel-find-named-block): Indentation.
2429 (org-babel-find-named-result): Updated to not return a code block
2430 as a result.
2431
2432 * org.el (org-fontify-meta-lines-and-blocks-1): Removing
2433 references to old syntactic elements.
2434 (org-additional-option-like-keywords): Removing references to
2435 old syntactic elements.
2436
2437 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2438
2439 * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
2440 and `buffer-substring'.
2441
2442 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2443
2444 * org-agenda.el (org-agenda-get-todos): Prevent an error when
2445 encountering tasks with only the TODO keyword.
2446
2447 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2448
2449 * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
2450 environment when at an item or an headline, but allow LaTeX
2451 fragments.
2452 (org-cycle): Try to call `cdlatex-tab' before cycling item's or
2453 headline's visibility, in order to catch LaTeX fragments within.
2454
2455 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2456
2457 * org-exp-blocks.el (org-export-blocks-preprocess): Require a
2458 newline and spaces before a code block.
2459
2460 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2461
2462 * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
2463 over all call lines in a buffer.
2464
2465 * ob.el (org-babel-execute-buffer): Execute call lines when
2466 executing an entire buffer.
2467
2468 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2469
2470 * ob.el (org-babel-process-params): Don't disassemble tables
2471 twice.
2472
2473 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2474
2475 * org-clock.el (org-clock-in, org-clock-find-position): Make space
2476 after date optional.
2477
2478 * org.el (org-set-regexps-and-options)
2479 (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
2480 (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
2481
2482 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2483
2484 * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
2485 inside a verbatim block.
2486
2487 * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
2488 blocks.
2489
2490 2012-01-03 Litvinov Sergey <slitvinov@gmail.com>
2491
2492 * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
2493 (org-babel-maxima-expand): Add input variables and graphic output.
2494 (org-babel-execute:maxima): Add input variables and graphic output.
2495 (org-babel-maxima-var-to-maxima): Add input variables and graphic
2496 output.
2497 (org-babel-maxima-graphical-output-file): Add input variables and
2498 graphic output.
2499 (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
2500 output.
2501
2502 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2503
2504 * ob-fortran.el: New file. Adding support for Fortran code blocks.
2505 * org.el (org-babel-load-languages): Adding fortran to this list.
2506
2507 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2508
2509 * org-footnote.el (org-footnote-new): Cannot insert an inline
2510 footnote at beginning of line anymore.
2511 (org-footnote-at-reference-p): Don't recognize inline footnotes at
2512 beginning of line.
2513
2514 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2515
2516 * org.el (org-set-font-lock-defaults): Fix small error in matching
2517 group that prevented fontification of keywords like
2518 org-comment-string and stars in headlines.
2519
2520 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2521
2522 * org.el (org-catch-invisible-edits): New option.
2523 (org-self-insert-command, org-delete-backward-char)
2524 (org-delete-char): Call `org-check-before-invisible-edit'.
2525 (org-check-before-invisible-edit): New function.
2526
2527 2012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com>
2528
2529 * org-exp.el (org-solidify-link-text): Respect
2530 org-export-with-tags when forming the export title during subtree
2531 export.
2532
2533 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2534
2535 * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
2536 (org-heading-keyword-maybe-regexp-format): Globalize variables so
2537 they are accessible even in buffers not in Org mode.
2538
2539 2012-01-03 David Maus <dmaus@ictsoc.de>
2540
2541 * org.el (org-insert-link): Don't use default-description if a
2542 `org-make-link-description-function' is defined.
2543
2544 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2545
2546 * org.el (org-set-regexps-and-options): Use property blocks for
2547 multi-line properties.
2548
2549 2012-01-03 Bastien Guerry <bzg@gnu.org>
2550
2551 * org.el (org-self-insert-command): Don't throw an error when
2552 editing takes place at the first point of the buffer.
2553
2554 2012-01-03 Bastien Guerry <bzg@gnu.org>
2555
2556 * org.el (org-self-insert-command): Unfold invisible region at
2557 point or right before point when editing.
2558
2559 2012-01-03 Bastien Guerry <bzg@gnu.org>
2560
2561 * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
2562 default.
2563
2564 2012-01-03 Bastien Guerry <bzg@gnu.org>
2565
2566 * org-html.el (org-html-expand): Prevent a nil value for STRING to
2567 return an error, just return nil.
2568
2569 2012-01-03 Bastien Guerry <bzg@gnu.org>
2570
2571 * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
2572 character in the #+LaTeX_CLASS option.
2573
2574 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2575
2576 * org-footnote.el (org-footnote-at-reference-p)
2577 (org-footnote-at-definition-p): Don't store text-properties of
2578 footnote definitions.
2579
2580 2012-01-03 Bastien Guerry <bzg@gnu.org>
2581
2582 * org-html.el (org-export-as-html): Convert special characters in
2583 meta tag "author", "date", "keyword" and "description".
2584
2585 2012-01-03 Bastien Guerry <bzg@gnu.org>
2586
2587 * org-capture.el (org-capture-before-finalize-hook): Docstring
2588 improvement: mention that the buffer is widened when this hook is
2589 run.
2590
2591 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
2592
2593 * org-html.el (org-export-as-html): Make sure the div for preamble
2594 is not inserted when the preamble is empty.
2595
2596 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
2597
2598 * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
2599 for filtering (shown in the mode-line).
2600
2601 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2602
2603 * ob.el (org-babel-parse-multiple-vars): Trimming excess white
2604 space from split variables.
2605
2606 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2607
2608 * org.el (org-link-search): Add an optional argument preventing
2609 function from revealing context around match.
2610
2611 2012-01-03 Bastien Guerry <bzg@gnu.org>
2612
2613 * org-agenda.el (calendar-check-holidays): Declare function.
2614
2615 2012-01-03 Bastien Guerry <bzg@gnu.org>
2616
2617 * org.el (org-return): Fix bug when matching the face property
2618 before following a link.
2619
2620 2012-01-03 Matt Lundin <mdl@imapmail.org>
2621
2622 * org-agenda.el (org-class): Fix holidays symbol in org-class.
2623 This was resulting in an "Bad sexp..." warning.
2624
2625 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2626
2627 * org.el (org-scan-tags): Also remember
2628 `org-complex-heading-regexp' in a property.
2629
2630 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2631
2632 * org-latex.el (org-export-as-latex): Turn off auto-insert and set
2633 TeX-master to t when creating new TeX buffers.
2634
2635 * org-docbook.el (org-export-as-docbook): Turn off auto-insert
2636 when creating new buffers.
2637
2638 * org-html.el (org-export-as-html): Turn off auto-insert
2639 when creating new buffers.
2640
2641 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2642
2643 * org-table.el (org-table-formula-handle-first/last-rc): Do not
2644 expand pointers to first/last row/column that are inside a call to
2645 `remote'.
2646 (org-table-get-remote-range): Expand pointers to first/last
2647 row/column.
2648
2649 2012-01-03 Michael Sperber <sperber@deinprogramm.de> (tiny change)
2650
2651 * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
2652 compatibility issue when creating an indirect buffer.
2653
2654 2012-01-03 Christophe Rhodes <csr21@cantab.net>
2655
2656 * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
2657 the same way than LATEX_CLASS.
2658
2659 2012-01-03 Bastien Guerry <bzg@gnu.org>
2660
2661 * org.el (org-return): Check the presence of the 'org-link face
2662 even in contexts where there is more than one face.
2663
2664 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2665
2666 * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
2667 argument names which should be inherited.
2668
2669 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2670
2671 * org.el (org-in-block-p): Return matched name of block, if any.
2672 It can be useful when a list of block names is provided as
2673 an argument.
2674
2675 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2676
2677 * org-docbook.el (org-export-as-docbook): Fix regexp.
2678
2679 * org-html.el (org-export-as-html): Fix regexp.
2680
2681 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2682
2683 * org-agenda.el (org-class): Allow holidays to be skipped.
2684
2685 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2686
2687 * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
2688
2689 2012-01-03 Peter Münster <pmrb@free.fr> (tiny change)
2690
2691 * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
2692 strings before calling `string-match'.
2693
2694 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2695
2696 * org-footnote.el (org-footnote-at-reference-p)
2697 (org-footnote-at-definition-p): Remove text-properties from label.
2698
2699 2012-01-03 Bastien Guerry <bzg@gnu.org>
2700
2701 * org-html.el (org-export-as-html): Add a "title" meta tag.
2702
2703 2012-01-03 Bastien Guerry <bzg@gnu.org>
2704
2705 * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
2706 entries to pass to `org-agenda-get-day-entries' and allow to
2707 filter out entries using a function.
2708
2709 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2710
2711 * org-agenda.el: Fix small display bug.
2712
2713 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2714
2715 * org.el (org-set-regexps-and-options): Fix small bug introduced
2716 by commit dfcb6faef11a2439b56b18a6289803361d402130.
2717
2718 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2719
2720 * org-agenda.el (org-search-view): Simplify regexp.
2721 (org-agenda-get-todos): Use new format string.
2722
2723 * org-archive.el (org-archive-all-done): Simplify regexp.
2724
2725 * org-ascii.el (org-export-as-ascii): More accurate regexp.
2726
2727 * org-colview.el (org-columns-capture-view): Use new format string
2728 and new string.
2729
2730 * org-docbook.el (org-export-as-docbook): More accurate
2731 regexp. Also use new regexp to match generic headlines.
2732
2733 * org-exp.el (org-export-protect-quoted-subtrees): More accurate
2734 regexp. Also use new regexp to match generic headlines.
2735
2736 * org-html.el (org-export-as-html): More accurate regexp.
2737 Also use new regexp to match generic headlines.
2738
2739 * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
2740 and now erroneous function.
2741
2742 * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
2743 New variables.
2744 (org-set-regexps-and-options): Create regexps according to the
2745 following rule: use spaces only to separate elements from an headline,
2746 while allowing mixed tabs and spaces for any indentation job.
2747 (org-nl-done-regexp, org-looking-at-done-regexp): Removed variables.
2748 (org-set-font-lock-defaults): Fontify again headlines with a keyword
2749 and no other text. Use new format strings.
2750 (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
2751 (org-toggle-fixed-width-section): Use new format string.
2752 (org-todo): More accurate regexps.
2753 (org-point-at-end-of-empty-headline): Simplify regexp.
2754 (org-insert-heading): Headline can sometimes be nil.
2755
2756 2012-01-03 David Maus <dmaus@ictsoc.de>
2757
2758 * org-agenda.el (org-agenda-bulk-action): Bind
2759 `org-loop-over-headlines-in-active-region' to nil to avoid conflict
2760 with bulk command.
2761
2762 2012-01-03 David Maus <dmaus@ictsoc.de>
2763
2764 * org.el (org-deadline, org-schedule): Skip invisible headlines when
2765 mapping over headlines in active region.
2766
2767 2012-01-03 David Maus <dmaus@ictsoc.de>
2768
2769 * org.el (org-loop-over-headlines-in-active-region):
2770 New customization variable. Loop over headlines in active region.
2771 (org-schedule, org-deadline): Apply to headlines in region depending
2772 on new customization variable.
2773
2774 2012-01-03 David Maus <dmaus@ictsoc.de>
2775
2776 * org.el (org-map-entries): Immediately return if scope is 'region
2777 but no region is active.
2778
2779 2012-01-03 David Maus <dmaus@ictsoc.de>
2780
2781 * org.el (org-map-entries): Extend scope 'region to include entire
2782 body of last headline in active region.
2783
2784 2012-01-03 Bastien Guerry <bzg@gnu.org>
2785
2786 * org-src.el (org-edit-src-code): Fix typo-bug.
2787
2788 2012-01-03 Bastien Guerry <bzg@gnu.org>
2789
2790 * org.el (org-format-agenda-item, org-scan-tags):
2791 Rename `org-format-agenda-item' to `org-agenda-format-item'.
2792
2793 2012-01-03 Bastien Guerry <bzg@gnu.org>
2794
2795 * org-agenda.el: Replace `category-pos' by `org-category-pos' to
2796 silent byte-compiler.
2797
2798 2012-01-03 Bastien Guerry <bzg@gnu.org>
2799
2800 * org.el: Declare external function `cdlatex-compute-tables'.
2801
2802 2012-01-03 Bastien Guerry <bzg@gnu.org>
2803
2804 * org-latex.el (org-export-latex-set-initial-vars): Fix problem
2805 when matching #+LaTeX_CLASS.
2806
2807 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
2808
2809 * org.el (org-link-search-must-match-exact-headline): Fix typos.
2810
2811 2012-01-03 Bastien Guerry <bzg@gnu.org>
2812
2813 * org-latex.el (org-export-latex-make-header): Add some hyperref
2814 options.
2815
2816 2012-01-03 Kai Tetzlaff <kai.tetzlaff@web.de> (tiny change)
2817
2818 * org-publish.el (org-publish-file): Added 'eval'ing the value of
2819 the :publishing-directory property before using it as destination
2820 of the publishing project. This allows to construct the publish
2821 destination directory dynamically at run-time using the return
2822 value of a function.
2823
2824 2012-01-03 Bastien Guerry <bzg@gnu.org>
2825
2826 * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
2827
2828 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2829
2830 * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
2831 New option.
2832 (org-agenda-date-later): Improve the logical structure.
2833
2834 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2835
2836 * ob-calc.el (featurep): Require calc-store.
2837
2838 * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
2839 special handling.
2840
2841 * org-compat.el (fboundp): Support for XEmacs.
2842
2843 * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
2844
2845 * org-footnote.el (org-footnote-re): Optimize macro processing.
2846
2847 * org.el (org-set-autofill-regexps): Xemacs compatibility.
2848
2849 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2850
2851 * ob.el (org-babel-balanced-split): Balance both [] and ()
2852 groupings.
2853 (org-babel-parse-header-arguments): Be sure to replace removed ":"
2854 characters.
2855
2856 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2857
2858 * ob.el (org-babel-parse-header-arguments): Quick fix for a
2859 tiny bug.
2860
2861 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2862
2863 * ob.el (org-babel-params-from-properties): Now splits
2864 multiple var arguments behind a single ":var".
2865 (org-babel-balanced-split): Separated balanced splitting of
2866 strings out into a new function.
2867 (org-babel-parse-multiple-vars): Splits multiple var arguments
2868 behind a single ":var".
2869
2870 2012-01-03 Bastien Guerry <bzg@gnu.org>
2871
2872 * org.el: Remap `outline-promote' and `outline-demote' keys to
2873 `org-promote-subtree' and `org-demote-subtree'.
2874
2875 2012-01-03 Leo Liu <sdl.web@gmail.com>
2876
2877 * org-agenda.el (org-agenda-do-context-action): Check if marker is
2878 valid before use.
2879
2880 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2881
2882 * org-agenda.el (org-agenda-date-later): Fix shifting of date
2883 ranges.
2884
2885 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2886
2887 * ob.el: Removing `org-babel-params-from-buffer' and
2888 #+PROPERTIES: entirely.
2889
2890 * ob-exp.el (org-babel-exp-src-block): Removing
2891 `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
2892
2893 * ob-lob.el (org-babel-lob-execute): Removing
2894 `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
2895
2896 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2897
2898 * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
2899 lines in favor of general #+PROPERTIES: lines.
2900
2901 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2902
2903 * ob-sql.el (org-babel-execute:sql): Insert into a temporary
2904 buffer.
2905
2906 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2907
2908 * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
2909 update the internal cdlatex tables.
2910
2911 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2912
2913 * ob-sql.el (org-babel-execute:sql): Respect literal-results
2914 options.
2915
2916 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2917
2918 * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
2919 code block colname and rowname handling.
2920
2921 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2922
2923 * org-publish.el (org-publish-cache-file-needs-publishing):
2924 Fix regexp to not inlcude newlines.
2925
2926 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2927
2928 * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
2929 restart.
2930
2931 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2932
2933 * org.el (org-fontify-entities): Match entities before
2934 numbers, as in `\sim2'.
2935
2936 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2937
2938 * org-agenda.el (org-agenda-date-later): Make pushing forward
2939 a past date to jump immedialtely to today.
2940
2941 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2942
2943 * org-exp.el (org-store-forced-table-alignment): Parse the
2944 column cookie for both alignment and width
2945 specification. Store the resulting value in `org-col-cookies'
2946 property. Retire the previously used `org-forced-aligns'
2947 property for consistency. Renamed local variable `aligns' to
2948 `cookies'.
2949
2950 * org-html.el (org-format-org-table-html): Use
2951 `org-col-cookies'. Renamed local variable forced-aligns to
2952 col-cookies.
2953
2954 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2955
2956 * org.el (org-latex-to-mathml-jar-file)
2957 (org-latex-to-mathml-convert-command): New user-customizable
2958 variables.
2959 (org-format-latex-mathml-available-p, org-create-math-formula)
2960 (org-format-latex-as-mathml): New functions.
2961 (org-format-latex): Add a new local variable block-type that notes
2962 the nature of the equation - inline or display. Associate it's
2963 value to `org-latex-src-embed-type' property of dvipng links. Add
2964 mathml as new processing type.
2965
2966 2012-01-03 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
2967
2968 * org.el (org-refile): Add tree name to prompt.
2969
2970 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2971
2972 * org-latex.el (org-export-latex-tables): Honor
2973 `org-export-latex-table-caption-above'
2974 (org-export-latex-table-caption-above): New option.
2975
2976 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2977
2978 * ob.el (org-babel-insert-header-arg): Now including language
2979 specific header arg values in insertion options.
2980
2981 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2982
2983 * ob.el (org-babel-insert-header-arg): Fixed typo.
2984
2985 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
2986
2987 * org-exp.el (org-export-number-lines): Modified. Add a new
2988 parameter `preprocess' and use this for backend-agnostic
2989 handling of literal examples.
2990
2991 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
2992
2993 * org.el (org-match-substring-regexp)
2994 (org-match-substring-with-braces-regexp): Allow subscripts and
2995 superscripts to start at beginning of line.
2996
2997 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2998
2999 * ob.el (org-babel-common-header-args-w-values): New variable to
3000 hold common header arguments and their default values.
3001 (org-babel-header-arg-names): Redefined using the new common
3002 header arg variable.
3003 (org-babel-insert-header-arg): New function to help when inserting
3004 header arguments.
3005
3006 2012-01-03 David Maus <dmaus@ictsoc.de>
3007
3008 * org-html.el (org-html-handle-links): Remove unnecessary
3009 protection markers when publishing link in default format.
3010
3011 2012-01-03 Pieter Praet <pieter@praet.org> (tiny change)
3012
3013 * org-crypt.el (org-crypt-check-auto-save): New function, see
3014 next change.
3015
3016 * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
3017 check out into a separate function, and call it at a later
3018 point, to assure it only runs when visiting an encrypted
3019 entry.
3020
3021 2012-01-03 John J Foerch <jjfoerch@earthlink.net> (tiny change)
3022
3023 * org.el (org-log-note-headings): Document new %d and %D
3024 escapes.
3025 (org-store-log-note): Implement new %d and %D escapes.
3026
3027 2012-01-03 Dave Abrahams <dave@boostpro.com>
3028
3029 * org-agenda.el (org-agenda-follow-indirect): New option.
3030 (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
3031 follow mode.
3032 (org-agenda-do-context-action): Also do indirect follow mode
3033 action.
3034
3035 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3036
3037 * ob-table.el (sbe): Fix typo in new sbe specification.
3038
3039 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3040
3041 * ob-table.el (sbe): If first variable is a string and not a
3042 cons cell, then interpret it as a string of header arguments
3043 to be passed to the code block.
3044
3045 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3046
3047 * ob-shen.el (shen-eval-defun): Declare external function.
3048 (org-babel-execute:shen): Move requirement of inf-shen into
3049 the function in which it is used to fix build error.
3050
3051 * ob-shen.el: New file.
3052
3053 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
3054
3055 * org.el (org-open-at-point): Make `org-open-at-point' only
3056 ask once about creating a new headline.
3057
3058 2012-01-03 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
3059
3060 * org.el (org-refile-targets): Elaborated the documentation of
3061 the variable as suggested by Dave Abrahams.
3062
3063 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
3064
3065 * org.el (org-align-tags-here): Allow tags to be placed right
3066 after heading.
3067 (org-tags-column): Document the meaning of tags column 0.
3068
3069 2012-01-03 Niels Giesen <niels.giesen@gmail.com>
3070
3071 * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
3072 in agenda if start day is same as end day.
3073
3074 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3075
3076 * org.el (org-refile-get-location): Ignore errors when
3077 collection heading to be excluded.
3078
3079 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3080
3081 * org-special-blocks.el
3082 (org-special-blocks-convert-html-special-cookies): Avoid XHTML
3083 strict problems by not enclosing special blocks in paragraph tags.
3084
3085 2012-01-03 Bernt Hansen <bernt@norang.ca>
3086
3087 * org-html.el (org-export-as-html): Check string-match
3088 argument.
3089 (org-html-handle-time-stamps): Check string-match argument.
3090
3091 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3092
3093 * org-agenda.el
3094 (org-agenda-skip-additional-timestamps-same-entry): Change
3095 default value.
3096
3097 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3098
3099 * org.el (org-time-string-to-time):
3100 (org-time-string-to-absolute): Add optional arguments BUFFER and
3101 POS for error reporting.
3102
3103 * org-agenda.el (org-get-all-dates):
3104 (org-agenda-get-timestamps, org-agenda-get-deadlines)
3105 (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
3106 stamp parsing functions with information on where the
3107 timestamp was taken from.
3108
3109 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3110
3111 * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
3112 after `show-all' in indirect buffer.
3113
3114 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3115
3116 * org-list.el (org-list-parents-alist): When no parent is found
3117 for an item, set it as the closest less indented item above. If
3118 none is found, make it a top level item.
3119 (org-list-write-struct): Externalize code.
3120 (org-list-struct-fix-item-end): New function.
3121 (org-list-struct): Remove a now useless fix.
3122
3123 * org.el (org-ctrl-c-ctrl-c): Use new function.
3124
3125 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3126
3127 * org.el (org-end-of-line): When on an item, move point at the
3128 end of the line, but before any hidden text. Thus, it's still
3129 possible to use commands, like `C-c C-c', acting at
3130 items. This is still disabled if `org-special-ctrl-a/e'
3131 ignores `C-e'.
3132
3133 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3134
3135 * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
3136
3137 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3138
3139 * org-footnote.el (org-footnote-renumber-fn:N): Fix an
3140 infloop.
3141
3142 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3143
3144 * org-footnote.el (org-footnote-at-definition-p): Remove
3145 useless `org-re'.
3146
3147 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3148
3149 * org-footnote.el (org-footnote-renumber-fn:N): Verify point
3150 is at a real footnote reference or definition before
3151 renumbering it.
3152
3153 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3154
3155 * org-footnote.el (org-footnote-goto-definition): This patch
3156 makes sure the function says when a definition has been
3157 found. Thus, moving from the reference to the definition
3158 doesn't offer to create the latter again.
3159
3160 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3161
3162 * org-footnote.el (org-footnote-create-definition):
3163 Explicitely move point after tag, if it has just been
3164 inserted.
3165
3166 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3167
3168 * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
3169 names on Windows systems.
3170
3171 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3172
3173 * org-footnote.el (org-footnote-create-definition): When the
3174 tag is missing, it is created before any existing footnote, or
3175 at end of buffer. In the latter case, the marker pointing at
3176 the position where the new footnote is going to be inserted
3177 (at end of buffer) stays before the tag. This patch makes
3178 sure that the marker will be kept after the tag.
3179
3180 2012-01-03 Eli Zaretskii <eliz@gnu.org>
3181
3182 * org.el (org-mode): Force left-to-right paragraphs in Org
3183 buffers. For a related discussions, see
3184 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
3185
3186 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3187
3188 * ob-asymptote.el (org-babel-asymptote-define-type): Silence
3189 byte-compiler.
3190
3191 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3192
3193 * ob-R.el (org-babel-R-evaluate): Fix bug in R session
3194 evaluation.
3195
3196 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3197
3198 * org-bibtex.el (org-bibtex-type-property-name): Configurable
3199 property name for bibtex entry types.
3200 (org-bibtex-headline): Use new configurable property name.
3201 (org-bibtex-check): Use new configurable property name.
3202 (org-bibtex-create): Use new configurable property name.
3203 (org-bibtex-write): Use new configurable property name.
3204
3205 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3206
3207 * org.el (org-paste-subtree): Remove unnecessary `concat'.
3208
3209 2012-01-03 Bastien Guerry <bzg@gnu.org>
3210
3211 * org.el (org-paste-subtree): Remove useless (concat ...).
3212
3213 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3214
3215 * ob-C.el (org-babel-C-var-to-C): Replacing usage of
3216 characterp with integerp (which should work w/Emacs22).
3217
3218 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3219
3220 * org-footnote.el (org-footnote-at-definition-p): Context must
3221 be valid at the beginning of line, not at point.
3222
3223 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3224
3225 * ob-tangle.el (org-babel-tangle-collect-blocks): Better
3226 delimiting of Org-mode text preceding a code block.
3227
3228 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3229
3230 * ob.el (org-babel-get-src-block-info): Fixing bug,
3231 accidentally deleted variable values.
3232
3233 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3234
3235 * ob-tangle.el (org-babel-process-comment-text): Customizable
3236 function to process comment text.
3237 (org-babel-tangle-collect-blocks): Make use of new
3238 customizable processing function.
3239 (org-babel-spec-to-string): Call customizable function rather than
3240 `org-babel-trim'.
3241
3242 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3243
3244 * ob-R.el (org-babel-execute:R): Collect and pass along the
3245 result-params.
3246 (org-babel-R-evaluate): Accept result-params and if "scalar" or
3247 "verbatim" don't process output.
3248 (org-babel-R-evaluate-session): Accept result-params and if
3249 "scalar" or "verbatim" don't process output.
3250
3251 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3252
3253 * ob.el (org-babel-merge-params): Differentiate between result
3254 types and wrappers.
3255
3256 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3257
3258 * ob.el (org-babel-get-src-block-info): Check that
3259 functional-syntax variables are initialized.
3260
3261 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3262
3263 * ob.el (org-babel-check-src-block): Adding a note for a
3264 future enhancement.
3265
3266 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3267
3268 * org-exp.el (org-export): Restore point when exporting a subtree.
3269
3270 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3271
3272 * ob.el (org-babel-parse-src-block-match): More robust to code
3273 blocks with empty bodies.
3274
3275 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3276
3277 * ob.el (org-babel-parse-src-block-match): Don't error on empty
3278 code block body.
3279
3280 2012-01-03 David Maus <dmaus@ictsoc.de>
3281
3282 * org.el (org-open-at-point): Unescape plain link.
3283
3284 2012-01-03 David Maus <dmaus@ictsoc.de>
3285
3286 * org-html.el (org-html-handle-links): Remove unnecessary link
3287 unescape.
3288
3289 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3290
3291 * ob.el (org-babel-merge-params): Better error message for
3292 unassigned variables.
3293
3294 2012-01-03 Christian Egli <christian.egli@alumni.ethz.ch>
3295
3296 * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
3297 buffer local variables to the temporary buffer before
3298 exporting.
3299
3300 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3301
3302 * org-exp.el (org-export-select-backend-specific-text): Only
3303 remove commas on the front line of a code block.
3304
3305 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3306
3307 * ob.el (org-babel-demarcate-block): Copy headers and indent to
3308 column of point when a block is split.
3309
3310 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3311
3312 * ob.el (org-babel-insert-result): Corrected file insertion
3313 for inline results.
3314
3315 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3316
3317 * org-footnote.el (org-footnote-in-valid-context-p): No
3318 footnote in latex fragments.
3319
3320 2012-01-03 Martin Rudalics <rudalics@gmx.at>
3321
3322 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
3323 argument from `pop-to-buffer-same-window' call.
3324
3325 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3326
3327 * ob-R.el (org-babel-R-evaluate-session): Improve prompt
3328 detection regexp.
3329
3330 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3331
3332 * org-inlinetask.el (org-inlinetask-goto-end): Small
3333 refactoring.
3334
3335 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3336
3337 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
3338 refactor code.
3339 (org-babel-asymptote-table-to-array): Removed function.
3340
3341 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3342
3343 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
3344 recognize non-nested lists as uni-dimensional arrays.
3345
3346 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3347
3348 * ob.el (org-babel-params-from-properties): Don't check for
3349 header arguments in properties with leading ":"s.
3350
3351 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3352
3353 * org-inlinetask.el (org-inlinetask-goto-end): Correctly
3354 detect the end of an inlinetask when the next one starts
3355 immediately after the current one. Also, return position of
3356 point.
3357
3358 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3359
3360 * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
3361 start at bol.
3362
3363 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3364
3365 * ob-asymptote.el (org-babel-asymptote-define-type): Elisp
3366 floats are asymptote reals.
3367
3368 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3369
3370 * ob-asymptote.el (org-babel-asymptote-table-to-array):
3371 Require a new argument TYPE specifying the detected type of
3372 array. If it's a string array, make sure every element is
3373 returned as a string. Also improve doc-string.
3374 (org-babel-asymptote-var-to-asymptote): Fill new argument. Small
3375 refactoring.
3376 (org-babel-asymptote-define-type): Rewrite to avoid stopping
3377 search at first float found, as strings have precedence over
3378 floats.
3379
3380 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3381
3382 * org-footnote.el (org-footnote-normalize): Be sure to separate
3383 the last footnote definition from the rest of the buffer.
3384
3385 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3386
3387 * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
3388 variable names.
3389
3390 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3391
3392 * org.el (org-latex-regexps): Allow matching latex fragments
3393 of type "$" and "$1" at beginning of line.
3394
3395 2012-01-03 Bastien Guerry <bzg@gnu.org>
3396
3397 * org-agenda.el (org-search-view, org-agenda-get-todos)
3398 (org-agenda-get-deadlines, org-agenda-get-scheduled): Add
3399 `category-pos' in let construct.
3400
3401 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3402
3403 * org-footnote.el (org-footnote-get-definition): The function has
3404 to widen buffer if definition has not been found in the current
3405 narrowed part. Be sure to restore that restriction once the
3406 definition is found.
3407
3408 2012-01-03 Michal Sojka <sojka@os.inf.tu-dresden.de> (tiny change)
3409
3410 * org-icalendar.el (org-print-icalendar-entries): Make alarm
3411 duration RFC5545 compliant.
3412
3413 2012-01-03 Bastien Guerry <bzg@gnu.org>
3414
3415 * org-agenda.el (org-agenda-get-timestamps)
3416 (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
3417 the `org-category-pos' property.
3418
3419 2012-01-03 Bastien Guerry <bzg@gnu.org>
3420
3421 * org-html.el (org-export-html-divs): Improve docstring.
3422
3423 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3424
3425 * org-table.el (org-table-fix-formulas): Throw error when
3426 changing formula leads to an invalid formula.
3427
3428 2012-01-03 Bastien Guerry <bzg@gnu.org>
3429
3430 * org.el (org-archive-location): Minor docstring fix.
3431
3432 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3433
3434 * org.el (org-block-todo-from-checkboxes):
3435 `org-list-search-forward' should be used when looking for an
3436 item, as it filters out contexts where match couldn't be in a
3437 list. Also use a correct item regexp, taking into account
3438 alphabetical ordered lists and counters.
3439
3440 2012-01-03 Bastien Guerry <bzg@gnu.org>
3441
3442 * org-html.el (org-html-make-link): Minor fix to the
3443 docstring.
3444
3445 2012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
3446
3447 * org-inlinetask.el (org-inlinetask): New customizable face
3448 for inlinetasks
3449
3450 2012-01-03 Bastien Guerry <bzg@gnu.org>
3451
3452 * org-agenda.el (org-agenda-get-todos): Properly set
3453 `category-pos'.
3454
3455 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3456
3457 * org-list.el (org-list-struct-apply-struct): Don't use
3458 (copy-marker (point)) instead of (point-marker).
3459
3460 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3461
3462 * ob.el (org-babel-where-is-src-block-result): Don't try to
3463 resolve variables when simply checking if we're inside of a
3464 code block.
3465
3466 2012-01-03 Bastien Guerry <bzg@gnu.org>
3467
3468 * org.el (org-refresh-category-properties): New text property
3469 'org-category-position to point at the beginning of the
3470 headline from which the category is set.
3471
3472 2012-01-03 Matt Lundin <mdl@imapmail.org>
3473
3474 * org.el (org-refile): Don't call `org-back-to-heading' with
3475 goto argument.
3476
3477 2012-01-03 Bastien Guerry <bzg@gnu.org>
3478
3479 * org.el (org-link-display-descriptive): Remove this option and
3480 rely on the existing `org-descriptive-links' instead.
3481 (org-toggle-link-display): Use `org-descriptive-links'.
3482
3483 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3484
3485 * ob-ref.el (org-babel-ref-resolve): Allow matching of results
3486 with tags after the result name.
3487
3488 2012-01-03 Bastien Guerry <bzg@gnu.org>
3489
3490 * org-table.el (org-table-get-specials): Allow the use of the
3491 underscore character in column names.
3492 (org-table-get-specials): Allow the use of the underscore
3493 character in field names.
3494
3495 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3496
3497 * org-exp-blocks.el (org-export-blocks-preprocess): Explicitly
3498 cleaning up markers.
3499
3500 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3501
3502 * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
3503 around `org-babel-exp-do-export' which now searches in this case.
3504 (org-babel-exp-results): Position the point in the inline source
3505 block during export evaluation.
3506
3507 * ob.el (org-babel-insert-result): More readable code.
3508
3509 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3510
3511 * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
3512 in function rather than the superfluous (and now removed)
3513 org-specific function.
3514
3515 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3516
3517 * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
3518 inline code blocks which are already escaped.
3519
3520 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3521
3522 * org-exp-blocks.el (org-marker-from-point): Helper function to
3523 create markers at specific points in source buffers.
3524 (org-export-blocks-preprocess): Use markers instead of points
3525 to delimit code blocks.
3526
3527 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3528
3529 * org-list.el (org-list-separating-blank-lines-number): The
3530 behaviour of `org-back-over-empty-lines' depends on the
3531 associated value of `headline' in
3532 `org-blank-before-new-entry', which is out of context in a
3533 list.
3534
3535 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3536
3537 * org-indent.el (org-indent-initialize-agent): When the current
3538 buffer isn't being watched, resume initialization of other watched
3539 buffers. In that case, give hand to others idle timers or
3540 processes more frequently.
3541 (org-indent-agent-active-delay): Renamed from
3542 `org-indent-agent-process-duration'.
3543 (org-indent-agent-passive-delay): New variable.
3544 (org-indent-agent-resume-delay): Change value.
3545 (org-indent-initialize-buffer): Change argument name.
3546 (org-indent-add-properties): Change argument name and type
3547 expected. It must be a time value now.
3548
3549 2012-01-03 Bastien Guerry <bzg@gnu.org>
3550
3551 * org.el (org-set-property): Bugfix.
3552
3553 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3554
3555 * ob.el (org-babel-remove-result): Idempotent code block
3556 evaluation and result removal.
3557
3558 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3559
3560 * ob-ruby.el (org-babel-ruby-initiate-session): No longer
3561 require inf-ruby when no session evaluation takes place.
3562
3563 2012-01-03 Bastien Guerry <bzg@gnu.org>
3564
3565 * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
3566 the docstring.
3567
3568 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3569
3570 * org-agenda.el (org-agenda-custom-commands): Set a default
3571 value for this command.
3572
3573 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3574
3575 * org-agenda.el (org-agenda-include-all-todo): Declare this option
3576 as no longer working.
3577 (org-timeline): Rename the include-all argument to dotodo.
3578 (org-arg-loc): Renamed from` org-include-all-loc'.
3579 (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
3580 because its function has changed.
3581
3582 2012-01-03 Bastien Guerry <bzg@gnu.org>
3583
3584 * org.el (org-fixup-indentation): Fix various small bugs.
3585
3586 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3587
3588 * org-indent.el (org-indent-agent-timer)
3589 (org-indent-agentized-buffers, org-indent-agent-resume-timer)
3590 (org-indent-agent-process-duration)
3591 (org-indent-agent-resume-delay): New variables.
3592 (org-indent-initial-marker): More accurate doc-string.
3593 (org-indent-initial-timer, org-indent-initial-resume-timer)
3594 (org-indent-initial-process-duration)
3595 (org-indent-initial-resume-delay)
3596 (org-indent-initial-lock): Removed variables.
3597 (org-indent-mode): Set up an agent to watch current buffer, or
3598 add it to the list of already watched buffers.
3599 (org-indent-initialize-agent): New function.
3600 (org-indent-initialize-buffer): Now requires a mandatory
3601 buffer argument.
3602 (org-indent-add-properties): Reflect changes to variables. The resume
3603 timer is now global.
3604
3605 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3606
3607 * org-footnote.el (org-footnote-normalize): Refactor, and fix
3608 some blank lines deletion.
3609
3610 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3611
3612 * org-indent.el (org-indent-mode):
3613 `org-indent-initial-resume-timer ' needs to be local.
3614
3615 2012-01-03 Bastien Guerry <bzg@gnu.org>
3616
3617 * org.el (org-fixup-indentation): Correctly indent meta lines.
3618
3619 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3620
3621 * org-indent.el (org-indent-set-line-properties): Add text
3622 properties down to the beginning of the next line.
3623 (org-indent-add-properties): When last position to add
3624 properties to is at the beginning of a line, all that line
3625 will have properties.
3626
3627 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3628
3629 * org-indent.el (org-indent-initial-resume-timer): New variable.
3630 (org-indent-initialize-buffer): Also resume after a small break.
3631 (org-indent-add-properties): When in asynchronous mode,
3632 proceed for 2 seconds, then take a break.
3633
3634 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3635
3636 * org-indent.el (org-indent-set-line-properties): New function.
3637 (org-indent-add-properties): Externalize worker function.
3638
3639 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3640
3641 * org-indent.el (org-indent-indent-buffer): Take into account
3642 narrowing.
3643
3644 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3645
3646 * org-indent.el (org-indent-modified-headline-flag): Renamed from
3647 `org-indent-deleted-headline-flag'
3648 (org-indent-notify-modified-headline): Renamed from
3649 `org-indent-notify-deleted-headline'. Handle situations when
3650 the stars of an headline are modified.
3651 (org-indent-refresh-maybe): Remove case now handled by
3652 previous function.
3653 (org-indent-mode): Apply renames.
3654
3655 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3656
3657 * org-indent.el (org-indent-inlinetask-first-star): New
3658 variable.
3659 (org-indent-add-properties): Set the first star of inline-tasks'
3660 virtual indentation in `org-warning' face.
3661
3662 * org-inlinetask.el (org-inlinetask-insert-task): Create a new
3663 inline-task slightly differently, so virtual indentation can
3664 be applied normally.
3665
3666 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3667
3668 * org-indent.el (org-indent-initial-marker)
3669 (org-indent-initial-timer, org-indent-initial-lock): New
3670 variables.
3671 (org-indent-mode): At initialization, start an idle timer to indent
3672 the whole buffer. When the user is asking for control, interrupt the
3673 process, and resume at the same point when idle again.
3674 (org-indent-initialize-buffer): New function.
3675 (org-indent-add-properties): Throw an interrupt when indentation of
3676 buffer is stopped during initialization.
3677
3678 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3679
3680 * org-indent.el (org-indent-indent-buffer): Send more
3681 appropriate messages.
3682
3683 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3684
3685 * org-indent.el (org-indent-notify-deleted-headline)
3686 (org-indent-refresh-maybe): Replace `org-indent-outline-re'
3687 with `org-outline-regexp-bol'.
3688
3689 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3690
3691 * org-indent.el (org-indent-max-levels): Modify default value and
3692 add comment.
3693 (org-indent-add-properties): Pay attention to `org-indent-max'
3694 and `org-indent-max-levels' values.
3695 (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
3696 save excursion.
3697
3698 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3699
3700 * org-table.el (org-table-align): Remove now useless hack.
3701
3702 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3703
3704 * org-indent.el (org-indent-fix-section-after-idle-time): Remove
3705 variable.
3706 (org-indent-initialize): Remove timer.
3707 (org-indent-add-properties): Refactor code.
3708 (org-indent-refresh-subtree, org-indent-refresh-section)
3709 (org-indent-refresh-buffer,org-indent-set-initial-properties): Remove
3710 functions.
3711 (org-indent-deleted-headline): New variable.
3712 (org-indent-notify-deleted-headline,org-indent-refresh-maybe): New
3713 functions.
3714 (org-indent-mode): Insert new functions into a hook.
3715
3716 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3717
3718 * org-indent.el (org-indent-mode): Completely refresh buffer
3719 before starting org-indent-mode. Also set idle timer to refresh
3720 only visible portion of buffer, and refresh the subtree instead of
3721 section when promoting or demoting it.
3722 (org-indent-add-properties): Rewrite function to proceed line by
3723 line, as required by `wrap-prefix' specificity.
3724 (org-indent-refresh-section,org-indent-refresh-subtree): Refactor.
3725 (org-indent-refresh-view): New function.
3726 (org-indent-refresh-to, org-indent-refresh-section): Removed
3727 functions.
3728
3729 * org.el (org-unfontify-region): Do not remove prefix
3730 properties when unfontifying a region.
3731
3732 2012-01-03 Bastien Guerry <bzg@gnu.org>
3733
3734 * org-colview.el (org-columns-cleanup-item): Correctly remove
3735 leading stars in items displayed in the agenda column view.
3736
3737 2012-01-03 Bastien Guerry <bzg@gnu.org>
3738
3739 * org-colview.el (org-columns-display-here): Clean up items in
3740 `org-agenda-mode' too.
3741 (org-columns-cleanup-item): Take a new argument CPHR to allow
3742 passing a complex heading regexp. Rewrite to cleanup ITEM
3743 correctly in `org-agenda-mode'.
3744
3745 2012-01-03 Bastien Guerry <bzg@gnu.org>
3746
3747 * org-clock.el (org-duration-string-to-minutes)
3748 (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes): Move
3749 from org.el.
3750
3751 2012-01-03 Bastien Guerry <bzg@gnu.org>
3752
3753 * org.el (org-refile-active-region-within-subtree): New option to
3754 allow refiling a region that is part of a subtree without
3755 containing a subtree itself. This default to `nil'.
3756 (org-refile): Use the new option. Put point at the beginning
3757 of the region/subtree to be refiled, so that users understand
3758 what will be refiled. Also improve the prompt to tell whether
3759 the user is refiling a region or a headline.
3760
3761 2012-01-03 Bastien Guerry <bzg@gnu.org>
3762
3763 * org.el (org-properties-postprocess-alist): New option to allow
3764 postprocessing the values of properties set through
3765 `org-set-property'.
3766 (org-set-property): Use this option.
3767
3768 2012-01-03 Bastien Guerry <bzg@gnu.org>
3769
3770 * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
3771 docstring.
3772
3773 2012-01-03 Bastien Guerry <bzg@gnu.org>
3774
3775 * org-archive.el (org-archive-to-archive-sibling): Use
3776 `org-outline-regexp' instead of `outline-regexp'.
3777
3778 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3779
3780 * org.el (org-between-regexps-p): Searching up to pos may
3781 match again beginning regexp.
3782
3783 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3784
3785 * org-footnote.el (org-footnote-goto-definition): Don't send
3786 erroneous message: suggested bindings might not be set outside
3787 Org.
3788
3789 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3790
3791 * org-footnote.el (org-footnote-normalize): Effectively remove
3792 any footnote tag in non Org buffers, as detailled in the
3793 docstring of `org-footnote-tag-for-non-org-mode-files'.
3794
3795 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3796
3797 * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
3798 notify the opportunity to set the variable to the empty string.
3799 (org-footnote-normalize, org-footnote-create-definition):
3800 Carefully check for inserted newlines and presence of the
3801 footnote tag.
3802
3803 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3804
3805 * org-footnote.el (org-footnote-at-definition-p): Re-use
3806 `org-footnote-definition-re'.
3807
3808 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3809
3810 * org-footnote.el (org-footnote-definition-re): Remove an
3811 useless group.
3812 (org-footnote-at-definition-p): Reflect removal of the group.
3813
3814 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3815
3816 * org.el (org-set-regexps-and-options): Enforce white space
3817 after todo keyword, as word boundary isn't sufficient (i.e. in
3818 matches * TODO/this).
3819
3820 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
3821
3822 * org-inlinetask.el (org-inlinetask-export-templates): Fixed
3823 template for html so that the exported file is valid
3824 xhtml. Added template for odt.
3825 (org-inlinetask-export-handler): Fix typo in the regexp that
3826 trims content. Make sure that the content is flanked by
3827 paragraph boundaries on either side.
3828
3829 2012-01-03 Bastien Guerry <bzg@gnu.org>
3830
3831 * org.el (org-add-planning-info): Don't insert superfluous
3832 space when updating timestamps.
3833
3834 2012-01-03 Bastien Guerry <bzg@gnu.org>
3835
3836 * org-agenda.el (org-cmp-effort): Fix docstring.
3837
3838 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3839
3840 * org-list.el (org-list-full-item-re): When an item has only a
3841 bullet and no space after it, list structure would not be
3842 recognized correctly.
3843
3844 2012-01-03 Bastien Guerry <bzg@gnu.org>
3845
3846 * org.el (org-overview): Use `outline-regexp' instead of
3847 `org-outline-regexp' so that global cycling using
3848 `orgstruct-mode' works outside of Org buffers.
3849
3850 2012-01-03 Bastien Guerry <bzg@gnu.org>
3851
3852 * org-table.el (org-table-eval-formula): Fix missing variable
3853 in let construct.
3854 (org-table-time-string-to-seconds): Fix missing variable in
3855 let construct.
3856
3857 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
3858
3859 * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
3860 case of wdays being 0. Don't pass wdays to
3861 org-agenda-deadline-face, like before the old fix.
3862 (org-agenda-deadline-face): Revert to old state that was without
3863 wdays.
3864
3865 2012-01-03 Bastien Guerry <bzg@gnu.org>
3866
3867 * org-latex.el (org-export-latex-fixed-width): Only add one
3868 line break after exporting verbatim environments.
3869
3870 2012-01-03 Bastien Guerry <bzg@gnu.org>
3871
3872 * org-mw.el (org-mw-export-lists): Fix list export.
3873
3874 2012-01-03 Bastien Guerry <bzg@gnu.org>
3875
3876 * org-list.el (org-list-item-trim-br): New function.
3877 (org-list-to-generic): New parameter :nobr to use the new
3878 function.
3879
3880 2012-01-03 David Maus <dmaus@ictsoc.de>
3881
3882 * org.el (org-paste-subtree): Fix wrong order of lines to move
3883 before pasting.
3884
3885 2012-01-03 David Maus <dmaus@ictsoc.de>
3886
3887 * org.el (org-paste-subtree): Paste subtree above target
3888 headline if point is at bol.
3889
3890 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3891
3892 * org-list.el (org-toggle-checkbox): Don't clear lim-down
3893 while used in the while loop.
3894
3895 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3896
3897 * org-list.el (org-toggle-checkbox): Lim-down must be a
3898 marker.
3899
3900 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3901
3902 * org.el (org-activate-code): Correct regexp so ":.*" isn't
3903 matched.
3904
3905 2012-01-03 David Maus <dmaus@ictsoc.de>
3906
3907 * org-macs.el (org-with-gensyms, org-called-interactively-p)
3908 (with-silent-modifications, org-bound-and-true-p)
3909 (org-unmodified, org-re, org-preserve-lc)
3910 (org-without-partial-completion, org-with-point-at)
3911 (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
3912 (org-if-unprotected-at, org-with-remote-undo)
3913 (org-no-read-only, org-save-outline-visibility)
3914 (org-with-wide-buffer, org-with-limited-levels)
3915 (org-eval-in-environment): Provide edebug specifications.
3916
3917 * org-src.el (org-src-do-at-code-block): Dto.
3918
3919 * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
3920
3921 * org-compat.el (org-xemacs-without-invisibility): Dto.
3922
3923 * org-clock.el (org-with-clock-position, org-with-clock): Dto.
3924
3925 * org-agenda.el (org-agenda-with-point-at-orig-entry)
3926 (org-batch-agenda, org-batch-agenda-csv)
3927 (org-batch-store-agenda-views): Dto.
3928
3929 * ob.el (org-babel-do-in-edit-buffer)
3930 (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
3931
3932 * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
3933
3934 * ob-table.el (sbe): Dto.
3935
3936 * ob-exp.el (org-babel-exp-in-export-file): Dto.
3937
3938 * ob-comint.el (org-babel-comint-in-buffer)
3939 (org-babel-comint-with-output): Dto.
3940
3941 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3942
3943 * org-inlinetask.el (org-inlinetask-export-templates): Fix
3944 docstring.
3945
3946 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3947
3948 * org-inlinetask.el (org-inlinetask-insert-task): Error when
3949 trying to nest inline tasks.
3950
3951 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
3952
3953 * org.el (org-activate-code, org-toggle-fixed-width-section)
3954 (org-indent-line-function): Allow "[ \t]*:$" as a special case of
3955 fixed-width section.
3956
3957 2012-01-03 David Maus <dmaus@ictsoc.de>
3958
3959 * org.el (org-paste-subtree): Don't eat headline when called
3960 with point at existing headline.
3961
3962 2012-01-03 David Maus <dmaus@ictsoc.de>
3963
3964 * org.el (org-paste-subtree): Fix typo in variable name.
3965
3966 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
3967
3968 * org-inlinetask.el (org-inlinetask-export-handler): Don't
3969 export inline tasks if the current backend has provided no
3970 entries in `org-inlinetask-export-templates'.
3971
3972 2012-01-03 Valentin Wüstholz <wuestholz@gmail.com> (tiny change)
3973
3974 * org.el (org-indent-line-function): Made the way in which
3975 example blocks are indented more flexible.
3976
3977 2012-01-03 David Maus <dmaus@ictsoc.de>
3978
3979 * org-agenda.el (org-batch-agenda-csv): Fix argument to append
3980 when creating final parameter alist.
3981
3982 2012-01-03 David Maus <dmaus@ictsoc.de>
3983
3984 * org-agenda.el (org-batch-store-agenda-views): Use macro
3985 `org-eval-in-environment'.
3986
3987 2012-01-03 David Maus <dmaus@ictsoc.de>
3988
3989 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv): Use
3990 `org-eval-in-environment.
3991
3992 2012-01-03 David Maus <dmaus@ictsoc.de>
3993
3994 * org-macs.el (org-make-parameter-alist): New function. Turn
3995 flat list of alternating symbol names and values into an alist
3996 with symbol name in car and value in cdr.
3997
3998 2012-01-03 David Maus <dmaus@ictsoc.de>
3999
4000 * org-agenda.el (org-agenda-with-point-at-orig-entry): Use
4001 macro `org-with-gensyms'.
4002
4003 2012-01-03 David Maus <dmaus@ictsoc.de>
4004
4005 * org-macs.el (org-substitute-posix-classes): New
4006 function. Substitute posix classes in regular expression.
4007 (org-re): Use new function.
4008
4009 2012-01-03 David Maus <dmaus@ictsoc.de>
4010
4011 * org-macs.el (org-eval-in-environment): New macro. Evaluate FORM
4012 in ENVIRONMENT.
4013
4014 2012-01-03 David Maus <dmaus@ictsoc.de>
4015
4016 * org-macs.el (org-preserve-lc, org-with-point-at)
4017 (org-with-remote-undo, org-save-outline-visibility): Use new
4018 macro `org-with-gensyms'.
4019
4020 2012-01-03 David Maus <dmaus@ictsoc.de>
4021
4022 * org-macs.el (org-with-gensyms): New macro. Wrap let-binding
4023 of SYMBOLS to new uninterned symbols around BODY.
4024
4025 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
4026
4027 * org-inlinetask.el (org-inlinetask-export-handler): Make sure
4028 the task starts a paragraph or the HTML exporter will produce
4029 an incorrect output.
4030
4031 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
4032
4033 * org.el (org-return): When filling happens, `newline' can
4034 change match data, hence modifying the indent column.
4035
4036 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
4037
4038 * org-footnote.el (org-footnote-new): Only forbid non-inlined
4039 footnotes at column 0, as only them can be confused with a
4040 footnote definition.
4041
4042 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
4043
4044 * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
4045 when available when prompted for a label. Also rename a local
4046 variable to avoid confusion with an existing function.
4047
4048 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
4049
4050 * org-footnote.el (org-footnote-label-history): Removed
4051 variable
4052 (org-footnote-new): Remove call to that variable.
4053
4054 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
4055
4056 * org.el (org-insert-heading): With `force-heading' non-nil,
4057 inserting an heading before any headline, and just after a
4058 list would return an error.
4059
4060 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
4061
4062 * ob.el (org-babel-sha1-hash): Removed use of `copy-seq'.
4063
4064 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
4065
4066 * org-bibtex.el (org-bibtex-get): Make the "FILE" property
4067 non-special when resolving bibtex values.
4068
4069 2012-01-03 David Maus <dmaus@ictsoc.de>
4070
4071 * org.el (org-back-over-empty-lines): Don't move line upward
4072 if point is at eob.
4073
4074 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
4075
4076 * org-footnote.el (org-footnote-in-valid-context-p): Check
4077 `org-protected' property before allowing to match a footnote.
4078 (org-footnote-at-reference-p): Remove an obsolete test. It is now
4079 done in the previous function.
4080
4081 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
4082
4083 * org.el (org-between-regexps-p): Previous name implied the
4084 function was related to blocks, which isn't mandatory.
4085 (org-narrow-to-block, org-in-block-p)
4086 (org-indent-line-function): Applied the rename.
4087
4088 * ob-exp.el (org-babel-in-example-or-verbatim): Applied
4089 rename. Also removed a white space.
4090
4091 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
4092
4093 * org.el (org-in-regexps-block-p): Return an useful value when
4094 point is between START-RE and END-RE. No incomplete block is
4095 allowed anymore. Add another optional argument to bound the
4096 bottom part of the search.
4097 (org-narrow-to-block, org-in-block-p): Apply modifications.
4098
4099 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
4100
4101 * ob.el (org-babel-src-block-regexp): If a code block has a
4102 body, its last character must be a newline.
4103
4104 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
4105
4106 * org-footnote.el (org-footnote-next-reference-or-definition):
4107 If no more footnote is found, be sure to go back to the
4108 original position. Otherwise, point might be left on a
4109 footnote-like element that has been dished out.
4110
4111 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
4112
4113 * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
4114 variable.
4115
4116 * ob.el (defvar): Wrap variable declaration in
4117 `eval-when-compile'.
4118
4119 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
4120
4121 * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
4122
4123 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
4124
4125 * ob-java.el (org-babel-execute:java): Allow cmdline flags
4126 during compilation and evaluation.
4127
4128 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
4129
4130 * ob.el (org-babel-expand-body:generic, org-babel-number-p):
4131 * ob-ref.el (org-babel-ref-parse): Fix typos.
4132
4133 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
4134
4135 * ob.el (org-babel-execute-src-block): Fix typo.
4136
4137 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
4138
4139 * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
4140
4141 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
4142
4143 * org-list.el (org-list-send-item): Use sort instead of sort*.
4144
4145 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
4146
4147 * org-table.el (org-table-line-to-dline): Fix typo.
4148
4149 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
4150
4151 * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
4152 (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
4153 (org-search-syntax-table, org-modify-diary-entry-string)
4154 (org-write-agenda):
4155 * org-bbdb.el (org-bbdb-anniv-export-ical):
4156 * org-bibtex.el (org-bibtex-fields):
4157 * org-icalendar.el (org-icalendar-date-time-format):
4158 * org-latex.el (org-export-latex-inline-image-extensions):
4159 * org-list.el (org-list-insert-item): Fix typos.
4160
4161 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
4162
4163 * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
4164
4165 2011-09-27 Eli Zaretskii <eliz@gnu.org>
4166
4167 * org.el (org-mode): Force left-to-right paragraphs in Org
4168 buffers. For a related discussions, see
4169 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
4170
4171 2011-09-17 Juanma Barranquero <lekktu@gmail.com>
4172
4173 * org.el (org-toggle-pretty-entities): Fix typo in message.
4174
4175 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
4176
4177 * org-compat.el (org-pop-to-buffer-same-window): Deleted.
4178
4179 * ob-ref.el (org-babel-ref-goto-headline-id):
4180 * org.el (org-get-location, org-tree-to-indirect-buffer)
4181 (org-mark-ring-goto, org-refile, org-add-log-note)
4182 (org-revert-all-org-buffers, org-switchb)
4183 (org-cycle-agenda-files, org-submit-bug-report)
4184 (org-goto-marker-or-bmk):
4185 * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
4186 * org-capture.el (org-capture-goto-target)
4187 (org-capture-fill-template):
4188 * org-clock.el (org-clock-goto):
4189 * org-ctags.el (org-ctags-visit-buffer-or-file):
4190 * org-exp.el (org-export-as-org):
4191 * org-feed.el (org-feed-show-raw-feed):
4192 * org-html.el (org-export-htmlize-generate-css):
4193 * org-id.el (org-id-goto):
4194 * org-irc.el (org-irc-visit-erc):
4195 * org-mobile.el (org-mobile-apply):
4196 * org-publish.el (org-publish-org-to, org-publish-find-date):
4197 * org-remember.el (org-go-to-remember-target):
4198 * org-src.el (org-src-switch-to-buffer)
4199 (org-edit-fixed-width-region): Use switch-to-buffer.
4200
4201 2011-08-31 Martin Rudalics <rudalics@gmx.at>
4202
4203 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
4204 argument from pop-to-buffer-same-window call.
4205
4206 2011-07-30 Carsten Dominik <carsten.dominik@gmail.com>
4207
4208 * ob.el (org-babel-src-block-regexp): If a code block has a body,
4209 its last character must be a newline.
4210
4211 2011-07-28 Bastien Guerry <bzg@gnu.org>
4212
4213 * org-pcomplete.el: New file. Rename from org-complete.el.
4214 * org-complete.el: Delete file.
4215
4216 2011-07-28 Bastien Guerry <bzg@gnu.org>
4217
4218 * org-publish.el (org-publish-index-generate-theindex): Rename
4219 from `org-publish-index-generate-theindex.inc'. Use the file
4220 theindex.org directly instead of including theindex.inc.
4221 (org-publish-projects): Don't delete .orgx files.
4222 (org-publish-aux-preprocess): Use .file.orgx.
4223
4224 2011-07-28 Bastien Guerry <bzg@gnu.org>
4225
4226 * org-html.el (org-export-html-preamble-format): New default for
4227 the HTML preamble: don't include the title. Also improve the
4228 docstring.
4229 (org-export-html-postamble-format): Improve the docstring.
4230 (org-export-as-html): Add the title within the "content" div.
4231 This is necessary for interaction with the org-info.js script.
4232
4233 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
4234
4235 * org-table.el (org-table-edit-field): Display field coordinates.
4236
4237 2011-07-28 Bastien Guerry <bzg@gnu.org>
4238
4239 * org-publish.el (org-publish-find-title): Bugfix: kill buffers
4240 unless they were already visited.
4241 (org-sitemap-sort-files, org-sitemap-sort-folders)
4242 (org-sitemap-ignore-case, org-sitemap-requested)
4243 (org-sitemap-date-format, org-sitemap-file-entry-format): Use
4244 a correct prefix.
4245 (org-publish-projects): Make sure to delete .orgx files.
4246 (org-publish-index-generate-theindex.inc): Small docstring fix.
4247
4248 2011-07-28 Bastien Guerry <bzg@gnu.org>
4249
4250 * org-table.el (org-table-duration-custom-format): New defcustom
4251 to select output format of durations computations.
4252 (org-table-time-seconds-to-string): Use the new variable.
4253 (org-table-eval-formula): Allow `t' as a flag, on top of `T'. `t'
4254 will use the custom output format defined in
4255 `org-table-duration-custom-format'.
4256
4257 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4258
4259 * org-list.el: Search blank lines down to the end of the item
4260 instead of stopping at the item, in order to possibly match such
4261 lines within the item.
4262
4263 2011-07-28 Bastien Guerry <bzg@gnu.org>
4264
4265 * org-latex.el (org-export-latex-href-format): Docstring fix to
4266 reflect the fact that you can use only one "%s".
4267 (org-export-latex-links): Allow `org-export-latex-href-format' to
4268 have only one "%s".
4269
4270 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4271
4272 * org.el (org-org-menu): Add `org-copy-visible' to the menu.
4273
4274 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4275
4276 * org.el (org-copy-visible): New command.
4277
4278 2011-07-28 Bastien Guerry <bzg@gnu.org>
4279
4280 * org-capture.el (org-capture-templates): Docstring fix.
4281
4282 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4283
4284 * ob.el (org-babel-view-src-block-info): New function to inspect
4285 code blocks.
4286
4287 * ob-keys.el (org-babel-key-bindings): Key bindings for
4288 `org-babel-view-src-block-info'.
4289
4290 2011-07-28 Bastien Guerry <bzg@gnu.org>
4291
4292 * org-exp.el (org-infile-export-plist): Handle recursively
4293 included setup files. The value of the last included file always
4294 takes precedence over previous values.
4295
4296 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4297
4298 * org.el (org-timestamp-change): Keep point in the same category
4299 when updating a time-stamp. This requires to be careful, as,
4300 depending on the locale, name of day might change of length during
4301 the process.
4302
4303 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4304
4305 * org-footnote.el (org-footnote-create-definition): When skipping
4306 already written footnotes definition, the algorithme would assume
4307 each one was only one-line long.
4308
4309 2011-07-28 Bastien Guerry <bzg@gnu.org>
4310
4311 * org-table.el (org-table-eval-formula): Fix bug when a formula
4312 "range" is just one cell.
4313 (org-table-time-string-to-seconds): Don't check whether we
4314 manipulate a string.
4315
4316 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4317
4318 * org-exp.el (org-export-mark-list-end)
4319 (org-export-mark-list-properties): Don't remove the ending regexp
4320 when it consists in blank lines.
4321
4322 * org-list.el (org-list-parse-list): Ditto, but remove it
4323 completely when it isn't made of blank lines (i.e. during export
4324 process).
4325
4326 2011-07-28 Bastien Guerry <bzg@gnu.org>
4327
4328 * org-table.el (org-table-time-string-to-seconds): Match either
4329 HH:MM:SS or HH:MM (instead of MM:SS).
4330
4331 2011-07-28 Bastien Guerry <bzg@gnu.org>
4332
4333 * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
4334 `org-ctrl-c-ctrl-c' cannot do anything useful in the given
4335 context.
4336
4337 2011-07-28 Bastien Guerry <bzg@gnu.org>
4338
4339 * org-html.el (org-export-html-with-timestamp)
4340 (org-export-html-html-helper-timestamp): These are obsolete
4341 variables as of Org version 7.7 as you can already export the
4342 timestamp from the preamble or the postamble.
4343 (org-export-html-before-content-div): Delete variable.
4344 (org-export-html-content-div): Obsolete variable as of 7.7.
4345 (org-export-html-divs): New variable to define divs used in
4346 HTML export.
4347 (org-export-as-html): Now the preamble and the postamble are
4348 surrounded by a <div ...>. The name of the div is defined through
4349 `org-export-html-divs'.
4350
4351 2011-07-28 Bastien Guerry <bzg@gnu.org>
4352
4353 * org-table.el (org-table-eval-formula): Throw an error when
4354 trying to replace complex range with invalid references.
4355
4356 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4357
4358 * org-macs.el (org-with-limited-levels): Some functions, like
4359 `org-back-to-heading', being deeply based on outline-mode, still
4360 refer to `outline-regexp' instead of `org-outline-regexp'.
4361
4362 2011-07-28 Bastien Guerry <bzg@gnu.org>
4363
4364 * org.el (org-refile-get-targets): New optional argument
4365 `excluded-entries' to exclude entries from the targets.
4366 (org-refile-get-location): From an org-mode buffer, exclude
4367 current heading and subheadings from the list of targets when
4368 `org-refile-use-cache' is nil.
4369
4370 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4371
4372 * org.el (org-imenu-get-tree): Headlines start at bol.
4373
4374 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4375
4376 * ob-maxima.el: New file. Fixed self-proclaimed file name.
4377
4378 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4379
4380 * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
4381 lists.
4382
4383 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4384
4385 * org.el (org-kill-is-subtree-p): Matched string needs to start at
4386 bol.
4387
4388 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4389
4390 * org.el (org-paste-subtree, org-kill-is-subtree-p)
4391 (org-yank-folding-would-swallow-text, org-yank-generic): Use
4392 `org-with-limited-levels' macro.
4393
4394 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4395
4396 * org-macs.el (org-with-limited-levels): Also modify, when
4397 appropriate, `org-outline-regexp-at-bol'.
4398
4399 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4400
4401 * org.el (org-timestamp-change): Some locales don't use the same
4402 length for date abbreviations. Set a marker at origin in case
4403 length of new timestamp is different.
4404
4405 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4406
4407 * org.el (org-imenu-get-tree): Browse only true headlines.
4408
4409 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4410
4411 * org-archive.el (org-archive-subtree): While it might be possible
4412 to archive an headline of a temporary buffer (i.e. not visiting a
4413 file), it wouldn't be really sensible.
4414
4415 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4416
4417 * org-archive.el (org-extract-archive-file)
4418 (org-extract-archive-heading, org-archive-subtree):
4419 `buffer-file-name' is nil in an indirect buffer. Thus, use
4420 `(buffer-file-name (buffer-base-buffer))', which will, in any
4421 case, return the file name.
4422
4423 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4424
4425 * org-capture.el (org-capture): If dired isn't loaded,
4426 `dired-buffers' isn't defined, and %F will fail.
4427
4428 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4429
4430 * ob-java.el (org-babel-execute:java): Don't create empty package
4431 directories.
4432
4433 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4434
4435 * ob-java.el: New file.
4436
4437 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4438
4439 * ob.el (org-babel-execute-src-block): Replace call to defunct
4440 function `org-babel-result-hash'.
4441
4442 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4443
4444 * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
4445 lines and headers in `message-mode'.
4446 (org-footnote-at-reference-p): Remove check for cited lines, this
4447 is now handled by the previous function. Refactor.
4448
4449 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4450
4451 * org-capture.el (org-capture): If no file is associated to
4452 current buffer, check dired buffer and try to retrieve a possibly
4453 directory associated.
4454
4455 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4456
4457 * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
4458 (not original) file buffer.
4459
4460 * ob.el (org-babel-current-result-hash): More informative name,
4461 and remove useless optional argument.
4462
4463 2011-07-28 Bastien Guerry <bzg@gnu.org>
4464
4465 * org.el (org-refile-get-location): Exclude current heading from
4466 the refile table.
4467
4468 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4469
4470 * org-footnote.el (org-footnote-at-reference-p): Test if match is
4471 in cited text, when replying to a message.
4472 (org-footnote-new): Do not create a new footnote at bol, as it
4473 might be seen as a definition.
4474 (org-footnote-at-definition-p): Ignore definitions in forbidden
4475 blocks, as it is already the case for references.
4476
4477 2011-07-28 Matt Lundin <mdl@imapmail.org>
4478
4479 * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
4480 argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
4481 have no effect).
4482
4483 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4484
4485 * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
4486 into empty strings.
4487
4488 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4489
4490 * org-list.el (org-list-insert-item): Actualize code comments.
4491 (org-insert-item): For consistency, point cannot be moved at a
4492 surprising place when the user is being asked to choose a new
4493 description term to insert in the list. Point should stay where
4494 the user called the command.
4495
4496 2011-07-28 Bastien Guerry <bzg@gnu.org>
4497
4498 * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
4499 (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
4500
4501 2011-07-28 Bastien Guerry <bzg@gnu.org>
4502
4503 * org.el (org-outline-regexp-bol): New defconst.
4504 (org-outline-level, org-set-font-lock-defaults, org-cycle)
4505 (org-overview, org-content, org-flag-drawer)
4506 (org-first-headline-recenter, org-insert-todo-heading)
4507 (org-map-region, org-move-subtree-down, org-paste-subtree)
4508 (org-kill-is-subtree-p, org-context-p, org-refile)
4509 (org-refile-new-child, org-toggle-comment, org-todo)
4510 (org-add-planning-info, org-add-log-setup, org-scan-tags)
4511 (org-set-tags, org-insert-property-drawer)
4512 (org-prepare-agenda-buffers, org-preview-latex-fragment)
4513 (org-speed-command-default-hook, org-check-for-hidden)
4514 (org-toggle-item, org-toggle-heading)
4515 (org-indent-line-function, org-set-autofill-regexps)
4516 (org-fill-paragraph, org-toggle-fixed-width-section)
4517 (org-yank-generic, org-yank-folding-would-swallow-text)
4518 (org-first-sibling-p, org-goto-sibling)
4519 (org-goto-first-child, org-show-entry): Use
4520 `org-outline-regexp' and `org-outline-regexp-bol'.
4521
4522 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4523
4524 * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
4525 be checked for parent, not current headline. Also, this function
4526 doesn't need to be interactive.
4527
4528 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4529
4530 * org-list.el (org-list-send-item, org-list-struct-apply-struct)
4531 (org-apply-on-list, org-toggle-checkbox): Make markers point
4532 nowhere when they have become useless.
4533
4534 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4535
4536 * org-list.el (org-list-insert-item): When insertion point is in
4537 some white line after the end of the list, remove all unnecessary
4538 white lines there before proceeding. Also refactor a snippet of
4539 code.
4540
4541 2011-07-28 Bastien Guerry <bzg@gnu.org>
4542
4543 * org-latex.el (org-export-latex-image-default-option): Change
4544 default value.
4545
4546 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4547
4548 * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
4549 correctly fontified when the buffer is missing a final newline.
4550
4551 2011-07-28 Bastien Guerry <bzg@gnu.org>
4552
4553 * ob.el (org-babel-strip-protective-commas): Return `nil' instead
4554 of an error if no argument is given.
4555 (org-babel-parse-src-block-match): Make sure body is defined in
4556 the let construct.
4557
4558 2011-07-28 Jon Anders Skorpen <jonas@ifi.uio.no> (tiny change)
4559
4560 * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
4561 did not find includes with double quoted file names.
4562
4563 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4564
4565 * org-footnote.el (org-footnote-normalize): Footnote section
4566 should be inserted only if there are footnotes to insert.
4567
4568 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4569
4570 * org-footnote.el (org-footnote-at-definition-p)
4571 (org-footnote-normalize): Do not grab signature in the definition
4572 of the last footnote.
4573
4574 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4575
4576 * org-bibtex.el (org-babel-trim): Declare this function to the
4577 compiler.
4578 (org-bibtex-get): Trimming whitespace off of bibtex fields read from
4579 properties.
4580
4581 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4582
4583 * org-exp.el (org-export-preprocess-string): Add the possibility
4584 to call recursively the function. Also change order of some
4585 function calls. Comment export process for footnotes.
4586
4587 * org-footnote.el (org-footnote-normalize): Change the export
4588 specific parameter to hold properties of export. Thus, the
4589 function can send every footnote definition in the buffer through
4590 `org-export-process-string'.
4591
4592 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4593
4594 * org-latex.el (org-export-latex-preprocess): First insert
4595 footnotes in the temporary buffer so their contents can properly
4596 be protected from further transformations if required.
4597
4598 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4599
4600 * org-list.el (org-list-indent-offset): New variable.
4601 (org-list-struct-fix-ind): Make use of the new variable.
4602
4603 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4604
4605 * org-latex.el (org-export-latex-list-parameters): Complete
4606 default value with cbtrans option.
4607
4608 * org-list.el (org-list-to-latex): Set a more consistent default
4609 value.
4610
4611 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4612
4613 * org-list.el (org-list-swap-items): Move it to a meaningful
4614 position in source code (i.e. before any function using it), and
4615 rename it to an easier name.
4616
4617 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4618
4619 * org-list.el (org-list-separating-blank-lines-number): If there
4620 are blank lines already in the whole list, add a blank line.
4621
4622 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4623
4624 * org-list.el (org-list-use-circular-move): New variable.
4625 (org-previous-item, org-next-item): Make use of the new variable.
4626 (org-move-item-down, org-move-item-up): Make use of the new
4627 variable. Simplify code.
4628
4629 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4630
4631 * org-list.el (org-list-delete-item, org-list-send-item): New
4632 functions.
4633
4634 2011-07-28 Bastien Guerry <bzg@gnu.org>
4635
4636 * org-agenda.el (org-agenda-bulk-custom-functions): New variable
4637 for custom bulk action functions.
4638 (org-agenda-bulk-action): Use it.
4639
4640 2011-07-28 Bastien Guerry <bzg@gnu.org>
4641
4642 * org-latex.el (org-export-latex-quotes): New defcustom.
4643 (org-export-latex-quotation-marks): Use it.
4644
4645 2011-07-28 Bastien Guerry <bzg@gnu.org>
4646
4647 * org-capture.el (org-capture-finalize): Bugfix about inserted
4648 blank line when killing the capture buffer and
4649 `org-blank-before-new-entry' tells to not insert anything before a
4650 heading.
4651
4652 2011-07-28 Bastien Guerry <bzg@gnu.org>
4653
4654 * org-html.el (org-export-html-content-div): Rename from
4655 `org-export-content-div'.
4656 (org-export-as-html): Use new name.
4657
4658 2011-07-28 Bastien Guerry <bzg@gnu.org>
4659
4660 * org-latex.el (org-export-latex-header-defs-re): Delete.
4661
4662 2011-07-28 Bastien Guerry <bzg@gnu.org>
4663
4664 * org.el (org-last-set-property): New variable.
4665 (org-read-property-name): Use the new variable: the prompt
4666 defaults to the last property set, unless there is a property in
4667 the line at point.
4668
4669 2011-07-28 David Maus <dmaus@ictsoc.de>
4670
4671 * org-capture.el (org-capture-before-finalize-hook)
4672 (org-capture-after-finalize-hook, org-capture-mode-map)
4673 (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
4674 consistently refer to capture, not remember.
4675
4676 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4677
4678 * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
4679 "verbatim" results params.
4680
4681 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4682
4683 * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
4684 "scalar".
4685
4686 * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
4687 "scalar".
4688
4689 * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
4690 synonym for "scalar".
4691
4692 * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
4693 "scalar".
4694
4695 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4696
4697 * ob.el (org-babel-script-escape): Parse odd parens when nested
4698 isnide lists.
4699
4700 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4701
4702 * ob-clojure.el (org-babel-execute:clojure): No longer force
4703 results into elisp if they don't naturally fit.
4704
4705 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4706
4707 * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
4708 already parsed lisp results.
4709
4710 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4711
4712 * org-list.el (org-plain-list-ordered-item-terminator): Remove
4713 incorrect assumption.
4714
4715 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4716
4717 * org-footnote.el (org-footnote-forbidden-blocks): Add missing
4718 exporter specific blocks.
4719
4720 * org-list.el (org-list-forbidden-blocks): Ditto.
4721
4722 2011-07-28 Bastien Guerry <bzg@gnu.org>
4723
4724 * org-latex.el (org-export-latex-tables): Bugfix: remove
4725 properties from fields.
4726
4727 2011-07-28 Bastien Guerry <bzg@gnu.org>
4728
4729 * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
4730 to use `org-clock-timestamps-change'.
4731
4732 2011-07-28 Bastien Guerry <bzg@gnu.org>
4733
4734 * org.el (org-timestamp-up, org-timestamp-down): Mention time
4735 changes in the docstring.
4736
4737 2011-07-28 Bastien Guerry <bzg@gnu.org>
4738
4739 * org-clock.el (org-clock-remove-empty-clock-drawer): New function
4740 to remove empty clock drawer.
4741 (org-clock-out-hook): Add the new function as a hook.
4742
4743 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4744
4745 * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
4746
4747 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4748
4749 * org.el (org-in-block-p): New function.
4750
4751 * org-footnote.el (org-footnote-forbidden-blocks): New variable.
4752 (org-footnote-in-valid-context-p): New function.
4753 (org-footnote-at-reference-p): Use new function. Allow inline
4754 footnotes to start at bol.
4755
4756 2011-07-28 Bastien Guerry <bzg@gnu.org>
4757
4758 * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
4759 (org-lparse-warn): Use it.
4760
4761 2011-07-28 Bastien Guerry <bzg@gnu.org>
4762
4763 * org-ascii.el (org-export-as-utf8): Fix call to
4764 `org-called-interactively-p': it requires an argument. Also fix
4765 the docstring.
4766
4767 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4768
4769 * ob-lilypond.el (show-all): Declaring function from outline.el.
4770 (org-babel-default-header-args:lilypond): Declared.
4771 (ly-process-basic): Use the appropriate prefix for the temporary
4772 file, and don't call a function from ob-dot.el.
4773 (ly-version): Let-bind a free variable.
4774
4775 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4776
4777 * ob-lilypond.el: New file.
4778
4779 2011-07-28 Bastien Guerry <bzg@gnu.org>
4780
4781 * org-publish.el
4782 (org-publish-cache-file-needs-publishing): Only check against .org
4783 files.
4784
4785 2011-07-28 Bastien Guerry <bzg@gnu.org>
4786
4787 * org.el (org-mode): Use `org-default' as the default face in
4788 org-mode.
4789
4790 2011-07-28 Bastien Guerry <bzg@gnu.org>
4791
4792 * org-publish.el
4793 (org-publish-cache-file-needs-publishing): Takes care of more
4794 recently included files, returning `t' in case the file including
4795 them needs to be republished.
4796
4797 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4798
4799 * org-exp.el (org-export-preprocess-string): If the last subtree
4800 is a task, footnotes may be removed along with the subtree. This
4801 patch ensures footnotes are put at the end of the buffer after the
4802 subtree has been removed.
4803
4804 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4805
4806 * org-footnote.el (org-footnote-at-reference-p): Verify that what
4807 looks like a footnote doesn't belong to a link.
4808 (org-footnote-next-reference-or-definition): Check more strictly
4809 footnote definitions.
4810
4811 2011-07-28 Deech <deech@deech-ThinkPad-X200.(none)> (tiny change)
4812
4813 * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
4814 language modes.
4815
4816 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4817
4818 * ob-python.el (org-babel-python-evaluate-session): Inhibit return
4819 of the eoe string during session evaluation.
4820
4821 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4822
4823 * ob-python.el (org-babel-python-evaluate-session): Enough
4824 newlines to ensure a return when ":results output :session".
4825
4826 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4827
4828 * ob-python.el (org-babel-python-evaluate-session): Introduced a
4829 new local function for sending input with a slight delay to allow
4830 pythong to re-draw the prompt. No longer removing newlines inside
4831 code block bodies (was due to a defective regexp).
4832
4833 2011-07-28 Bastien Guerry <bzg@gnu.org>
4834
4835 * org-table.el (org-table-time-seconds-to-string): Use
4836 `org-format-seconds' instead of `format-seconds'.
4837
4838 2011-07-28 David Maus <dmaus@ictsoc.de>
4839
4840 * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
4841 relative symlinks.
4842
4843 2011-07-28 David Maus <dmaus@ictsoc.de>
4844
4845 * org-latex.el (org-export-latex-preprocess): Use function
4846 argument instead of dynamically scoped symbol.
4847
4848 2011-07-28 David Maus <dmaus@ictsoc.de>
4849
4850 * org-freemind.el (org-freemind-convert-links-helper)
4851 (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
4852 (org-freemind-get-node-style): Use org-string-match-p for backward
4853 compatibility with Emacs 22.
4854
4855 2011-07-28 David Maus <dmaus@ictsoc.de>
4856
4857 * org-html.el (org-export-html-protect-char-alist): Add missing
4858 :group keyword in defcustom.
4859
4860 2011-07-28 David Maus <dmaus@ictsoc.de>
4861
4862 * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
4863 `kill-buffer' with argument indiciating to kill current
4864 buffer. Emacs 22 compatibility.
4865
4866 2011-07-28 David Maus <dmaus@ictsoc.de>
4867
4868 * org-macs.el (org-without-partial-completion): Toggle
4869 partial-completion-mode only if it is turned on.
4870
4871 2011-07-28 Bastien Guerry <bzg@gnu.org>
4872
4873 * org.el (org-add-planning-info): Fix issues with timestamps not
4874 being inserted at the same position.
4875
4876 2011-07-28 Bastien Guerry <bzg@gnu.org>
4877
4878 * org-table.el (org-table-time-string-to-seconds)
4879 (org-table-time-seconds-to-string): New functions.
4880 (org-table-eval-formula): Implement the "T" (time) flag for
4881 computing durations.
4882
4883 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
4884
4885 * org.el (org-modules): Add org-lparse and org-odt as contrib
4886 modules.
4887
4888 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4889
4890 * org.el (org-fontify-meta-lines-and-blocks-1): Include header
4891 lines.
4892 (org-additional-option-like-keywords): Include data as a synonym
4893 for results.
4894
4895 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4896
4897 * ob.el (org-babel-sha1-hash): Improving code layout and removing
4898 export-variable headers in cache sha1.
4899
4900 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4901
4902 * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
4903 rescan all IDs when trying to resolve a reference.
4904
4905 2011-07-28 Julien Barnier <julien@nozav.org>
4906
4907 * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
4908 blocks lang attribute.
4909
4910 2011-07-28 Eric S Fraga <e.fraga@ucl.ac.uk>
4911
4912 * org-latex.el (org-export-latex-timestamp-inactive-markup): New
4913 option to allow different markup for inactive timestamps.
4914
4915 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4916
4917 * ob-org.el (org-babel-expand-body:org): Implemented this
4918 function, only action is to expand variables.
4919 (org-babel-execute:org): Uses the new body-expansion function.
4920
4921 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4922
4923 * org-list.el (org-list-full-item-re): Allow counter and check-box
4924 to be separated by white spaces.
4925 (org-list-struct-apply-struct): Reflect changes made to
4926 `org-list-full-item-re'.
4927
4928 * org-html.el (org-html-export-list-line): Recognize spaces
4929 between counter and check-boxes as valid.
4930
4931 * org-docbook.el (org-export-docbook-list-line): Ditto.
4932
4933 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4934
4935 * org-list.el (org-list-insert-item): Make sure point is moved to
4936 the specified POS before starting the function.
4937
4938 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4939
4940 * org.el (org-activate-footnote-links): Properly fontify inline
4941 footnotes.
4942 (org-set-font-lock-defaults): Apply changes to previous function.
4943
4944 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4945
4946 * org-footnote.el (org-footnote-at-reference-p): First check if
4947 point is at the beginning of a footnote. Indeed `org-in-regexp'
4948 first checks backwards and might find an incorrect footnote if
4949 they are side-by-side.
4950
4951 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
4952
4953 * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
4954 (org-agenda-block-separator): Add nil to docstring and customization.
4955 (org-prepare-agenda): Skip agenda block separator additionally if
4956 `org-agenda-block-separator' is nil.
4957 (org-agenda-overriding-header): Improve docstring.
4958
4959 2011-07-28 Bastien Guerry <bzg@gnu.org>
4960
4961 * org.el (org-set-tags): Remove useless
4962 `org-without-partial-completion'.
4963
4964 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4965
4966 * org-footnote.el (org-fill-paragraph): Declare function for the
4967 compiler.
4968
4969 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4970
4971 * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
4972
4973 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4974
4975 * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
4976 to appease compiler.
4977
4978 2011-07-28 Michael Markert <markert.michael@googlemail.com>
4979
4980 * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
4981 all `org-called-interactively-p' function invocations.
4982
4983 * org-agenda.el (org-agenda-redo): Adding optional argument KIND
4984 to all `org-called-interactively-p' function invocations.
4985 (org-agenda-show-1): Adding optional argument KIND to all
4986 `org-called-interactively-p' function invocations.
4987 (org-agenda-set-tags): Adding optional argument KIND to all
4988 `org-called-interactively-p' function invocations.
4989
4990 * org-ascii.el (org-export-as-latin1): Adding optional argument
4991 KIND to all `org-called-interactively-p' function invocations.
4992 (org-export-as-latin1-to-buffer): Adding optional argument KIND to
4993 all `org-called-interactively-p' function invocations.
4994 (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
4995 `org-called-interactively-p' function invocations.
4996 (org-export-region-as-ascii): Adding optional argument KIND to all
4997 `org-called-interactively-p' function invocations.
4998
4999 * org-docbook.el (org-export-region-as-docbook): Adding optional
5000 argument KIND to all `org-called-interactively-p' function
5001 invocations.
5002
5003 * org-html.el (org-export-region-as-html): Adding optional
5004 argument KIND to all `org-called-interactively-p' function
5005 invocations.
5006
5007 * org-latex.el (org-export-region-as-latex): Adding optional
5008 argument KIND to all `org-called-interactively-p' function
5009 invocations.
5010
5011 * org-table.el (org-table-blank-field): Adding optional argument
5012 KIND to all `org-called-interactively-p' function invocations.
5013 (org-table-current-column): Adding optional argument KIND to all
5014 `org-called-interactively-p' function invocations.
5015 (org-table-current-dline): Adding optional argument KIND to all
5016 `org-called-interactively-p' function invocations.
5017 (org-table-sort-lines): Adding optional argument KIND to all
5018 `org-called-interactively-p' function invocations.
5019 (org-table-sum): Adding optional argument KIND to all
5020 `org-called-interactively-p' function invocations.
5021 (org-table-rotate-recalc-marks): Adding optional argument KIND to
5022 all `org-called-interactively-p' function invocations.
5023 (org-table-eval-formula): Adding optional argument KIND to all
5024 `org-called-interactively-p' function invocations.
5025 (orgtbl-send-table): Adding optional argument KIND to all
5026 `org-called-interactively-p' function invocations.
5027
5028 * org.el (org-mode): Adding optional argument KIND to all
5029 `org-called-interactively-p' function invocations.
5030 (org-copy-subtree): Adding optional argument KIND to all
5031 `org-called-interactively-p' function invocations.
5032 (org-paste-subtree): Adding optional argument KIND to all
5033 `org-called-interactively-p' function invocations.
5034 (org-store-link): Adding optional argument KIND to all
5035 `org-called-interactively-p' function invocations.
5036 (org-todo): Adding optional argument KIND to all
5037 `org-called-interactively-p' function invocations.
5038 (org-occur): Adding optional argument KIND to all
5039 `org-called-interactively-p' function invocations.
5040
5041 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5042
5043 * org-footnote.el (org-footnote-action): Offer to create
5044 definition when none is found.
5045
5046 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5047
5048 * org-footnote.el (org-footnote-re): Avoid matching inactive
5049 time-stamps or check-box cookies.
5050 (org-footnote-next-reference-or-definition): Adapt to the new regexp.
5051
5052 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5053
5054 * org-exp.el (org-export-preprocess-string): If the last subtree
5055 is commented, footnotes inserted during normalizing at the end of
5056 the buffer may get deleted. This patch ensures deletion comes
5057 first, normalization second.
5058
5059 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5060
5061 * org-exp.el (org-export-footnotes-data): Change docstring.
5062 (org-export-footnotes-seen): Rename from
5063 org-export-footnotes-markers.
5064
5065 * org-ascii.el (org-export-as-ascii): Apply change.
5066
5067 * org-docbook.el (org-export-as-docbook): Apply change.
5068
5069 * org-footnote.el (org-footnote-normalize): Apply change.
5070
5071 * org-html.el (org-export-as-html): Apply change.
5072
5073 * org-latex.el (org-export-as-latex): Apply change.
5074
5075 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5076
5077 * org-latex.el (org-export-latex-preprocess): Rely on
5078 `org-export-footnotes-markers' to retrieve definition of the
5079 current footnote during export.
5080
5081 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5082
5083 * org-footnote.el (org-footnote-normalize): Remember footnotes
5084 seen so far by the exporter when choosing the new marker.
5085
5086 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5087
5088 * org-footnote.el (org-footnote-normalize): Make use of
5089 `org-footnote-insert-pos-for-preprocessor'.
5090
5091 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5092
5093 * org-footnote.el (org-footnote-normalize): Add `org-footnote'
5094 property to footnote markers when preparing for exportation.
5095
5096 * org-html.el (org-export-as-html): Read new property to decide
5097 when to export a footnote.
5098
5099 * org-docbook.el (org-export-as-docbook): Read new property to
5100 decide when to export a footnote.
5101
5102 * org-latex.el (org-export-latex-preprocess): Ensure footnote at
5103 column 0 cannot end a list containing it by adding
5104 `original-indentation' property to it.
5105
5106 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5107
5108 * org-exp.el (org-export-preprocess-string): Normalize footnotes
5109 before marking lists ending.
5110
5111 * org-latex.el (org-export-latex-preprocess): Work with labels as
5112 strings and not as numbers.
5113
5114 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5115
5116 * org-docbook.el (org-export-docbook-footnote-separator): New
5117 variable.
5118 (org-export-as-docbook): Add a separator between footnotes.
5119
5120 * org-html.el (org-export-html-footnote-separator): New variable.
5121 (org-export-as-html): Add a separator between footnotes.
5122
5123 * org-latex.el (org-export-latex-footnote-separator): New
5124 variable.
5125 (org-export-latex-preprocess): Add a separator between footnotes.
5126
5127 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5128
5129 * org-exp.el (org-export-footnotes-markers)
5130 (org-export-footnotes-data): New variables.
5131 (org-export-preprocess-string): Use a more explicit argument.
5132
5133 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5134
5135 * org-footnote.el (org-footnote-goto-definition): Now, determining
5136 if point is at a footnote reference is entirely determined by
5137 `org-footnote-at-reference-p'. No need to check if pattern isn't
5138 at beginning of the line elsewhere.
5139
5140 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5141
5142 * org-footnote.el (org-footnote-next-reference-or-definition): New
5143 function.
5144
5145 * org.el (org-activate-footnote-links): Activate the whole
5146 footnote, but only fontify its label.
5147
5148 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5149
5150 * org-footnote.el (org-footnote-normalize): Make use of changes to
5151 `org-footnote-at-reference-p' and creation of various functions..
5152 Also comment code.
5153 (org-footnote-get-next-reference, org-footnote-delete-references)
5154 (org-footnote-delete-definitions): New functions.
5155 (org-footnote-goto-previous-reference, org-footnote-all-labels)
5156 (org-insert-footnote-reference-near-definition, org-footnote-delete):
5157 Rewrite to use org-footnote-get-next-reference.
5158
5159 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5160
5161 * org-footnote.el (org-footnote-re): Don't end an inline footnote
5162 at unrelated closing square brackets.
5163 (org-footnote-at-reference-p): Improve accuracy of the function to
5164 determine if point is at a reference and to extract definition of an
5165 inline footnote.
5166 (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
5167 (org-footnote-auto-adjust-maybe): Make use of previous function.
5168
5169 2011-07-28 Bastien Guerry <bzg@gnu.org>
5170
5171 * org.el (org-deadline, org-schedule):
5172 keep warning cookie when rescheduling/redeadlining.
5173 (org-time-stamp): Fix problem with warning cookie.
5174
5175 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5176
5177 * ob-clojure.el (org-babel-execute:clojure): Force escaping of
5178 clojure source into elisp source.
5179
5180 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5181
5182 * ob.el (org-babel-script-escape): Treats {} in the same manner as
5183 [] and allows for forcing string conversion.
5184
5185 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5186
5187 * org-exp.el (org-export-select-backend-specific-text): Strip
5188 protective commas from literal code blocks.
5189
5190 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5191
5192 * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
5193
5194 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5195
5196 * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
5197 own function.
5198 (org-babel-ref-headline-body): Split out into its own function.
5199 (org-babel-ref-resolve): Using new functions, and alignment.
5200
5201 * ob.el (org-babel-ref-goto-headline-id): Declare function.
5202 (org-babel-ref-headline-body): Declare function.
5203 (org-babel-expand-noweb-references): Now expands noweb references to
5204 headlines during expansion.
5205
5206 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5207
5208 * ob-ref.el (org-babel-ref-resolve): Now resolves references to
5209 headlines by either global or custom id, in which case the
5210 contents of the headline are returned literally.
5211
5212 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5213
5214 * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
5215 verbatim emphasis.
5216 (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
5217 lines.
5218
5219 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5220
5221 * org-list.el (org-cycle-item-indentation): Cycling back to
5222 original position deleted any additional information in the item,
5223 like a counter or a tag.
5224
5225 2011-07-28 Pieter Praet <pieter@praet.org>
5226
5227 * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
5228 (org-decrypt-entry): Before decrypting, check whether
5229 `auto-save-mode' is enabled for the current buffer, and act on it
5230 according to how `org-crypt-disable-auto-save' is set. Remove
5231 comment re "encrypt[ing] Org auto-saved buffers". Remove on-init
5232 check for `auto-save-default'.
5233
5234 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5235
5236 * ob.el (org-babel-merge-params): Ensure variable parameters are
5237 not reversed.
5238
5239 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5240
5241 * ob.el (org-babel-insert-result): Fix results insertion for
5242 inline blocks which happen to start a line.
5243
5244 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5245
5246 * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
5247 if a call line is commented.
5248
5249 2011-07-28 Vincent Belaïche <vincentb1@users.sourceforge.net>
5250
5251 * org.el (org-read-property-name): Propose default property name.
5252
5253 2011-07-28 Achim Gratz <stromeko@nexgo.de>
5254
5255 * org.el (org-log-into-drawer): Correct typo.
5256
5257 * org-clock.el (org-clock-into-drawer): New function to change the
5258 location of clock events based on properties CLOCK_INTO_DRAWER or,
5259 as fallback, LOG_INTO_DRAWER, like it is already possible for
5260 state change logs.
5261
5262 * org-clock.el (org-clock-jump-to-current-clock): Add statement to
5263 let clause to bind `org-clock-into-drawer' to result of function
5264 eval.
5265
5266 * org-clock.el (org-clock-find-position): Add statement to let
5267 clause to bind `org-clock-into-drawer' to result of function eval,
5268 change let to let* since the binding is used later in the same
5269 clause.
5270
5271 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5272
5273 * ob-lob.el (require): Ensure 'cl is loaded during compilation so
5274 we can use flet.
5275
5276 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5277
5278 * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
5279 non-inline call lines.
5280
5281 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5282
5283 * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
5284 call_ blocks which aren't whitespace padded.
5285
5286 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5287
5288 * ob.el (org-babel-merge-params): Do not reverse variable order,
5289 and be sure to increment variable index as appropriate.
5290
5291 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5292
5293 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
5294 successfully match optional trailing header arguments in square
5295 brackets.
5296 (org-babel-lob-get-info): Updated to match the new regexp.
5297
5298 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5299
5300 * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
5301 then allow them to be so.
5302
5303 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5304
5305 * ob.el (org-babel-merge-params): If variables are not named they
5306 are assigned in order.
5307
5308 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5309
5310 * ob.el: Remove code comment about online documentation.
5311
5312 * ob-exp.el: Remove code comment about online documentation.
5313
5314 * ob-lob.el: Remove code comment about online documentation.
5315
5316 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
5317
5318 * org-exp.el (org-export-format-source-code-or-example): Fix
5319 signature of org-<backend>-format-source-code-or-example function.
5320
5321 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5322
5323 * ob.el (org-babel-sha1-hash): Replace call to
5324 called-interactively-p with backwards-compatible interactive-p.
5325
5326 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5327
5328 * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
5329 replacement of inline call blocks with their results.
5330
5331 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5332
5333 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
5334 trailing space ensures that the insertion of the results looks
5335 nice.
5336
5337 * ob.el (org-babel-insert-result): Insert inline lob line results
5338 as inline results.
5339
5340 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5341
5342 * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
5343 appropriately given the style (block or inline) of the lob line.
5344
5345 * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
5346 specific for block lob lines.
5347 (org-babel-inline-lob-one-liner-regexp): New regexp specific for
5348 inline lob lines.
5349 (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
5350 (org-babel-lob-get-info): Return info from *either* the block or
5351 inline lob lines.
5352
5353 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5354
5355 * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
5356 structure of the resulting info list.
5357
5358 * ob-lob.el (org-babel-default-lob-header-args): Export the
5359 results of call lines by default.
5360
5361 2011-07-28 Niels Giesen <niels.giesen@gmail.com> (tiny change)
5362
5363 * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
5364 property based on the ID property of the org entry to the first
5365 character of the diary entry.
5366
5367 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
5368
5369 * org-footnote.el
5370 (org-footnote-insert-pos-for-preprocessor): New variable.
5371 (org-footnote-normalize): Use it.
5372
5373 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
5374
5375 * org-exp.el (org-export-format-source-code-or-example):
5376 Simplify. Also add `org-native-text' as a text property to the
5377 formatted text and throw error for unknown backends.
5378
5379 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
5380
5381 * org-exp.el (org-export-format-source-code-or-example): Add
5382 support for: - custom formatters for existing backends - seamless
5383 plugging in of new backends.
5384
5385 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
5386
5387 * org-exp.el (org-export-backends): New variable.
5388 (org-export-select-backend-specific-text): Use above
5389 variable. Also mark text between #+BACKEND and
5390 #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
5391 This text property is currently used only by the new line-oriented
5392 generic exporter (which is not yet part of the repo).
5393
5394 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
5395
5396 * org-exp.el (org-export): Reserve keys 'o' and 'O' for
5397 OpenDocumentText export and bind them to `org-export-as-odt' and
5398 `org-export-as-odt-and-open'.
5399
5400 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5401
5402 * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
5403 mode.
5404
5405 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5406
5407 * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
5408 lists before reading into emacs-lisp.
5409
5410 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5411
5412 * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
5413
5414 * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
5415
5416 * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
5417
5418 * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
5419
5420 * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
5421
5422 * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
5423
5424 * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
5425
5426 * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
5427
5428 * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
5429
5430 * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
5431
5432 * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
5433
5434 * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
5435
5436 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5437
5438 * ob-awk.el: New file.
5439
5440 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5441
5442 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
5443 ":results verbatim".
5444
5445 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5446
5447 * org-agenda.el (org-float): Aliases for `diary-float'.
5448
5449 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5450
5451 * ob-python.el (org-babel-python-evaluate-session): Send
5452 comint-send-input after every line when interacting with an
5453 interactive python process.
5454
5455 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5456
5457 * org-list.el (org-reset-checkbox-state-subtree): Make the command
5458 more robust, and correctly update check-boxes in the whole
5459 sub-tree.
5460 (org-update-checkbox-count): Fix bug accumulating count of checkboxes
5461 when walking a subtree.
5462 (org-update-checkbox-count-maybe): Add an optional argument passed to
5463 org-update-checkbox-count.
5464
5465 2011-07-28 Ted Zlatanov <tzz@lifelogs.com>
5466
5467 * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
5468
5469 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5470
5471 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
5472 ":results scalar" header argument combination.
5473
5474 2011-07-28 Dan Davison <dandavison7@gmail.com>
5475
5476 * org-src.el: Append a space character to copied text so that the
5477 final text property change is picked up correctly.
5478
5479 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5480
5481 * ob-tangle.el (org-babel-tangle-file): Use the new argument list
5482 to org-babel-tangle.
5483 (org-babel-tangle): Now when called with a prefix argument, only the
5484 current code block is tangled.
5485
5486 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5487
5488 * org-list.el (org-list-parse-list): Replace transitional
5489 check-boxes with "[CBTRANS]" string during parsing.
5490 (org-list-to-generic): Use the new property `:cbtrans' to configure
5491 export string for transitional check-boxes.
5492
5493 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5494
5495 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
5496 Use stable internal `org-anniversary' instead of
5497 diary-anniversary.
5498 (org-class): New function.
5499 (org-diary-class): Use `org-class'.
5500 (org-anniversary, org-cyclic, org-date, org-block): New functions.
5501
5502 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5503
5504 * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
5505 of header argument names.
5506
5507 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5508
5509 * ob.el (org-babel-expand-noweb-references): Concatenating all
5510 bodies with the appropriate name or :noweb-ref header argument.
5511
5512 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5513
5514 * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
5515 work also when #+begin line is indentex.
5516
5517 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5518
5519 * ob.el (org-babel-src-block-regexp): Babel: code block may have
5520 empty bodies.
5521
5522 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5523
5524 * org-macs.el (org-without-partial-completion): Avoid calling by
5525 name a function unknown to the compiler but explicitly checked by
5526 program logic.
5527
5528 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5529
5530 * org-mouse.el (org-agenda-earlier): Declaring previously unknown
5531 function.
5532 (org-agenda-later): Declaring previously unknown function.
5533 (org-agenda-mode-map): Declaring previously unknown variable.
5534
5535 * org.el (org-read-date-analyze): Explicitly ignore the return
5536 value of a function.
5537
5538 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5539
5540 * org-agenda.el (org-agenda-mode): Globally replace
5541 buffer-substring-filters with filter-buffer-substring-functions.
5542
5543 * org-indent.el (org-indent-mode): Globally replace
5544 buffer-substring-filters with filter-buffer-substring-functions.
5545
5546 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5547
5548 * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
5549 #'(λ...).
5550
5551 * org-attach.el: Replacing '(λ...) with #'(λ...).
5552 (org-attach-commit): Replacing '(λ...) with #'(λ...).
5553
5554 * org-exp.el: Replacing '(λ...) with #'(λ...).
5555 (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
5556
5557 * org-html.el: Replacing '(λ...) with #'(λ...).
5558 (org-export-as-html): Replacing '(λ...) with #'(λ...).
5559
5560 * org-mouse.el: Replacing '(λ...) with #'(λ...).
5561 (org-mouse-popup-global-menu): Replacing '(λ...) with
5562 (org-mode-hook): Replacing '(λ...) with #'(λ...).
5563 (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
5564
5565 * org-src.el: Replacing '(λ...) with #'(λ...).
5566 (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
5567
5568 * org-table.el: Replacing '(λ...) with #'(λ...).
5569 (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
5570
5571 * org.el: Replacing '(λ...) with #'(λ...).
5572 (org-confirm-shell-link-function): Replacing '(λ...) with
5573 (org-category): Replacing '(λ...) with #'(λ...).
5574
5575 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5576
5577 * org.el (mailcap-parse-mailcaps): Declaring functions used by
5578 `org-open-file'.
5579 (mailcap-extension-to-mime): Declaring functions used by
5580 `org-open-file'.
5581 (mailcap-mime-info): Declaring functions used by `org-open-file'.
5582
5583 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5584
5585 * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
5586 function `interactive-p'.
5587 (org-agenda-show-1): Replacing call to now-defunct function
5588 `interactive-p'.
5589 (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
5590
5591 * org-ascii.el: Replacing call to now-defunct function
5592 `interactive-p'.
5593 (org-export-as-latin1): Replacing call to now-defunct function
5594 `interactive-p'.
5595 (org-export-as-latin1-to-buffer): Replacing call to now-defunct
5596 function `interactive-p'.
5597 (org-export-as-utf8): Replacing call to now-defunct function
5598 `interactive-p'.
5599 (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
5600 `interactive-p'.
5601 (org-export-region-as-ascii): Replacing call to now-defunct
5602 function `interactive-p'.Replacing call to now-defunct function
5603 `interactive-p'.
5604
5605 * org-docbook.el: Replacing call to now-defunct function
5606 `interactive-p'.
5607 (org-export-region-as-docbook): Replacing call to now-defunct
5608 function `interactive-p'.Replacing call to now-defunct function
5609 `interactive-p'.
5610
5611 * org-html.el: Replacing call to now-defunct function
5612 `interactive-p'.
5613 (org-export-region-as-html): Replacing call to now-defunct
5614 function `interactive-p'.Replacing call to now-defunct function
5615 `interactive-p'.
5616
5617 * org-latex.el: Replacing call to now-defunct function
5618 `interactive-p'.
5619 (org-export-region-as-latex): Replacing call to now-defunct
5620 function `interactive-p'.Replacing call to now-defunct function
5621 `interactive-p'.
5622
5623 * org-macs.el: Replacing call to now-defunct function
5624 `interactive-p'.
5625 (org-called-interactively-p): Replacing call to now-defunct
5626 function `interactive-p'.Replacing call to now-defunct function
5627 `interactive-p'.
5628
5629 * org-table.el: Replacing call to now-defunct function
5630 `interactive-p'.
5631 (org-table-blank-field): Replacing call to now-defunct function
5632 `interactive-p'.
5633 (org-table-current-column): Replacing call to now-defunct function
5634 `interactive-p'.Replacing call to now-defunct function
5635 `interactive-p'.
5636 (org-table-current-dline): Replacing call to now-defunct function
5637 `interactive-p'.Replacing call to now-defunct function
5638 `interactive-p'.
5639 (org-table-sort-lines): Replacing call to now-defunct function
5640 `interactive-p'.
5641 (org-table-sum): Replacing call to now-defunct function
5642 `interactive-p'.
5643 (org-table-rotate-recalc-marks): Replacing call to now-defunct
5644 function `interactive-p'.
5645 (org-table-eval-formula): Replacing call to now-defunct function
5646 `interactive-p'.
5647 (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
5648
5649 * org.el: Replacing call to now-defunct function `interactive-p'.
5650 (org-mode): Replacing call to now-defunct function
5651 `interactive-p'.
5652 (org-copy-subtree): Replacing call to now-defunct function
5653 `interactive-p'.
5654 (org-paste-subtree): Replacing call to now-defunct function
5655 `interactive-p'.
5656 (org-store-link): Replacing call to now-defunct function
5657 `interactive-p'.
5658 (org-todo): Replacing call to now-defunct function `interactive-p'.
5659 (org-occur): Replacing call to now-defunct function `interactive-p'.
5660
5661 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5662
5663 * ob-R.el (ess-local-process-name): This variable wasn't known to
5664 be defined.
5665
5666 * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
5667 group specified.
5668
5669 * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
5670 known to be defined.
5671 (org-babel-tangle-combine-named-blocks): Roll my own version of a
5672 forbidden common lisp function.
5673
5674 * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
5675 called-interactively.
5676
5677 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5678
5679 * org-latex.el (org-export-latex-tables): Check for the
5680 "multiline" option and set the `floatp' option to true when
5681 multicolumn tables are requested.
5682
5683 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5684
5685 * org-html.el (org-export-as-html, org-html-level-start): Only
5686 convert section number underscores to dashes.
5687
5688 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5689
5690 * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
5691 `days-to-time, converting relative to 1 BC, while the code assumed
5692 it would return a time relative to 1970.
5693
5694 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5695
5696 * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
5697 inserting newlines between appended code blocks.
5698
5699 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5700
5701 * ob-exp.el: We may no longer need to export names along with code
5702 blocks.
5703
5704 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5705
5706 * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
5707 balanced nested begin/end blocks in block bodies.
5708
5709 2011-07-28 Dan Davison <dandavison7@gmail.com>
5710
5711 * org-latex.el: Add -shell-escape to pdflatex commands.
5712
5713 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5714
5715 * ob-tangle.el (org-babel-tangle-named-block-combination): Block
5716 combination can now take a number of values.
5717 (org-babel-tangle-combine-named-blocks): More sophisticated block
5718 combination behavior.
5719
5720 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5721
5722 * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
5723 to turn on the combination of code blocks of the same name.
5724 (org-babel-tangle-combine-named-blocks): Combine blocks of the same
5725 name.
5726
5727 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5728
5729 * ob-ruby.el (xmp): Declaring this function to appease the
5730 compiler.
5731 (org-babel-execute:ruby): "xmp" result option for outputting
5732 annotated source code.
5733
5734 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> (tiny change)
5735
5736 * org-list.el (org-list-to-latex): The enumerate environment in
5737 latex increments the counter before using it. Therefore, org-mode
5738 should set the enumeration counter to the desired value minus one.
5739
5740 2011-07-28 Michael Brand <michael.ch.brand@gmail.com> (tiny change)
5741
5742 * org.el (org-toggle-heading): More comments and fix number of
5743 stars when toggling from list items.
5744
5745 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
5746
5747 * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
5748 effort that is accepted by `org-duration-string-to-minutes´.
5749
5750 2011-07-28 Julien Barnier <julien@nozav.org>
5751
5752 * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
5753 wait until previous line execution is finished.
5754
5755 * ob-comint.el (org-babel-comint-with-output): When looking for
5756 end-of-evaluation indicator, search forward for the indicator
5757 before searching forward for the prompt.
5758
5759 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5760
5761 * org-entities.el (org-entities): Fix HTML entity for degree.
5762
5763 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5764
5765 * org.el (org-auto-align-tags): Change docstring.
5766 (org-update-parent-todo-statistics): Keep tags aligned even when
5767 statistics cookies are shifting them.
5768
5769 * org-list.el (org-update-checkbox-count): Keep tags aligned even
5770 when statistics cookies are shifting them.
5771
5772 2011-07-28 Lawrence Mitchell <wence@gmx.li>
5773
5774 * ob.el (org-babel-sha1-hash): Don't modify info argument by
5775 side-effect when sorting result-params list.
5776
5777 2011-07-28 Lawrence Mitchell <wence@gmx.li>
5778
5779 * ob.el (org-babel-result-regexp): Use non-shy group around
5780 `org-babel-data-names'.
5781
5782 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5783
5784 * org.el (org-insert-link): Set truncate-line in the *Org Link*
5785 buffer and make sure that it really is set there.
5786
5787 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5788
5789 * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
5790 changing how/if the current directory is represented to lisp code.
5791 (org-babel-execute:lisp): More general handling of the default
5792 directory value.
5793
5794 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5795
5796 * ob-lisp.el (org-babel-execute:lisp): Setting the value of
5797 *default-pathname-defaults* to either the value of the :dir header
5798 argument or the directory of the containing Org-mode file.
5799
5800 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5801
5802 * ob-lisp.el (org-babel-execute:lisp): No real functional change,
5803 just aesthetic.
5804
5805 2011-07-28 Sébastien Delafond <sdelafond@gmail.com> (tiny change)
5806
5807 * org.el (org-mode-flyspell-verify): This is useful when using
5808 flyspell with a non-English dictionary, or if some of your
5809 keywords are in another language.
5810
5811 2011-07-28 David Maus <dmaus@ictsoc.de>
5812
5813 * org-exp.el (org-export): Use new compatibility function
5814 `org-activate-mark'.
5815
5816 * org-compat.el (org-activate-mark): New function. Provide
5817 `activate-mark' if not present (e.g. Emacs 22).
5818
5819 2011-07-28 David Maus <dmaus@ictsoc.de>
5820
5821 * org-table.el (org-table-follow-field-mode): Declare variable to
5822 keep byte compiler happy.
5823
5824 2011-07-28 David Maus <dmaus@ictsoc.de>
5825
5826 * org-footnote.el (org-id-uuid): Declare function, silence byte
5827 compiler.
5828
5829 2011-07-28 David Maus <dmaus@ictsoc.de>
5830
5831 * org-bibtex.el (org-bibtex-headline): Don't use equalp at
5832 run-time, compare downcased strings.
5833
5834 2011-07-28 David Maus <dmaus@ictsoc.de>
5835
5836 * org-bibtex.el (org-id-locations): Declare variable to silence
5837 byte compiler.
5838
5839 2011-07-28 David Maus <dmaus@ictsoc.de>
5840
5841 * org-id.el (org-id-locations): Fix docstring, remove reference to
5842 non-existent option.
5843
5844 2011-07-28 David Maus <dmaus@ictsoc.de>
5845
5846 * org.el (org-self-insert-command): Use `delete-char' instead of
5847 `delete-backward-char'.
5848
5849 * org-table.el (orgtbl-self-insert-command): Ditto.
5850
5851 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5852
5853 * org-latex.el (org-export-latex-special-chars): Save match data
5854 when checking for table.el table.
5855
5856 2011-07-28 David Maus <dmaus@ictsoc.de>
5857
5858 * org.el (org-re-property): Move before its first use.
5859
5860 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5861
5862 * org-latex.el (org-export-latex-preprocess): Add
5863 `original-indentation' property to footnotes so they cannot
5864 possibly end a list by being less indented than the item they
5865 belong to.
5866
5867 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5868
5869 * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
5870 in `progn'.
5871 (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
5872 to swank.
5873
5874 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5875
5876 * org-clock.el (org-clocktable-write-default): Implement adding
5877 property columns to the clock table.
5878
5879 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5880
5881 * org.el (org-toggle-item): Move parenthesis to correct location.
5882
5883 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5884
5885 * org.el (org-default-priority):
5886 (org-priority-start-cycle-with-default): Improve docstring.
5887 (org-priority): Throw error when priority is out of range.
5888
5889 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5890
5891 * org.el (org-self-insert-command): Catch the case of
5892 `buffer-undo-list' eq t.
5893
5894 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5895
5896 * org.el (org-toggle-heading): Region should be considered as made
5897 of full lines, without the last one if region-end is at bol.
5898 Removed unused variables. Refactored and commented code.
5899
5900 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5901
5902 * org.el (org-toggle-item): When region includes an headline less
5903 indented than first one, set it as the new reference.
5904
5905 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5906
5907 * org-list.el (org-list-to-subtree): If the list is before first
5908 heading and `org-odd-levels-only' is non-nil, the first item gets
5909 two stars instead of one.
5910
5911 * org.el (org-reduced-level): A level of 0 was reduced to 1 with
5912 `org-odd-levels-only' non-nil.
5913
5914 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5915
5916 * org.el (org-toggle-item): Converting an heading to an item would
5917 sometimes insert unnecessary spaces before it, and unwanted space
5918 with `org-indent-mode' on. Changing some text into an item
5919 wouldn't always preserve indentation.
5920
5921 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5922
5923 * org-capture.el (org-capture-current-plist): Improve docstring.
5924 (org-capture-put): Add docstring.
5925 (org-capture-get): Add docstring.
5926 (org-capture-member): Add LOCAL argument. Add docstring.
5927 (org-capture-set-target-location): Store the time received from a
5928 date prompt into the :prompt-time property.
5929
5930 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5931
5932 * org-exp.el (org-export-mark-list-properties): Even if context is
5933 invalid, mark list item with `list-context' property.
5934
5935 * org-list.el (org-list-forbidden-blocks): Add exporters specific
5936 blocks to the list of forbidden blocks.
5937
5938 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5939
5940 * org-list.el (org-sort-list): Function tries to intern
5941 getkey-func before it is defined, so it's always nil.
5942
5943 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5944
5945 * org.el (org-babel-load-languages): Adding ob-awk to the list of
5946 executable languages.
5947
5948 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5949
5950 * org-table.el (org-table-get-field): Make sure the new field
5951 content is at least one space character.
5952
5953 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5954
5955 * org-crypt.el: Check for `daemonp' before using it.
5956
5957 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5958
5959 * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
5960 :stdin header argument.
5961 (org-babel-execute:sh): Use the :stdin header argument.
5962 (org-babel-sh-var-to-sh): Split the bulk of this function off into a
5963 new sub-function.
5964 (org-babel-sh-var-to-string): New function for converting elisp
5965 values to strings that make sense for parsing with sh.
5966 (org-babel-sh-evaluate): Adding "stdin" option to session and
5967 external evaluation options.
5968
5969 2011-07-28 Roland Kaufmann <rlndkfmn+orgmode@gmail.com> (tiny change)
5970
5971 * org-exp.el (org-remove-formatting-on-newlines-in-region): New
5972 function.
5973 (org-export-format-source-code-or-example): Call
5974 `org-remove-formatting-on-newlines-in-region'.
5975
5976 2011-07-28 David Maus <dmaus@ictsoc.de>
5977
5978 * org.el (org-entry-put): Prevent adding of extra space to value
5979 if property already exists.
5980
5981 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
5982
5983 * org-html.el (org-export-as-html): Don't expand non-data lines of
5984 table.el tables.
5985 (org-html-expand): Removed the (buggy) test for non-data lines
5986 in table.el tables. The test is now done as part of
5987 org-export-as-html.
5988 (org-format-table-table-html-using-table-generate-source):
5989 Added test for spanning of cells in table.el tables using
5990 table.el's own library routine. Optionlly Suppress export of
5991 simple table.el tables.
5992 (org-format-table-html): Removed the (buggy) test for spanned
5993 table.el tables. The test is now done as part of
5994 org-format-table-table-html-using-table-generate-source.
5995
5996 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5997
5998 * org-latex.el (org-export-latex-special-chars): Do nothing in
5999 table.el tables.
6000
6001 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6002
6003 * org-capture.el (org-capture): Ignore errors when creating a
6004 link.
6005
6006 2011-07-28 Nick Dokos <nick@dokosmarshall.org> (tiny change)
6007
6008 * org-exp.el (org-export-define-heading-targets): Use dash instead
6009 of underscore to make labels valid.
6010
6011 2011-07-28 Dan Davison <dandavison7@gmail.com>
6012
6013 * ob-R.el (org-babel-R-write-object-command): Ensure that all data
6014 is written to the results file before Emacs notices that the file
6015 exists.
6016
6017 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6018
6019 * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
6020 defined locally on my system, but not globally in Emacs.
6021
6022 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6023
6024 * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
6025 generate code block output.
6026 (org-babel-exp-code): Re-create the code block body for exporting
6027 source code.
6028
6029 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6030
6031 * org.el (org-read-date): Bury Calendar buffer after using it for
6032 selecting a date.
6033
6034 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6035
6036 * org-list.el (org-list-separating-blank-lines-number): Fix
6037 confusion between point and item beginning. Now, if no
6038 information is available, truly follow user preference when it
6039 inserts blank lines manually.
6040 (org-list-insert-item): Send correct argument to the preceding
6041 function.
6042
6043 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6044
6045 * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
6046 newline inside of the code block body.
6047
6048 2011-07-28 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
6049
6050 * ob.el: Avoid spurious matches to literal.
6051
6052 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6053
6054 * org.el (org-indent-line-function): Don't include #+include
6055 lines.
6056
6057 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6058
6059 * ob-keys.el (org-babel-key-bindings): Adding key sequence for
6060 org-babel-check-src-block.
6061
6062 * ob.el (org-babel-expand-src-block): Fit within 80 cols.
6063 (org-babel-edit-distance): Returns the edit distance of two
6064 strings.
6065 (org-babel-check-src-block): Check a code block for errors.
6066
6067 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6068
6069 * org-capture.el (org-capture-templates): Fix bug in customization
6070 setup.
6071
6072 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6073
6074 * org-table.el
6075 (org-table-exit-follow-field-mode-when-leaving-table): New option.
6076 (org-table-check-inside-data-field): New optional argument
6077 `noerror'. When set, the function will only return nil instead of
6078 throwing an error.
6079 (org-table-edit-field): Interpret double prefix argument, and improve
6080 the properties of the editing window.
6081 (org-table-follow-field-mode): New minor mode.
6082 (org-table-follow-fields-with-editor): New function.
6083
6084 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6085
6086 * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
6087 first, then check if timestamps cause exclusion.
6088
6089 * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
6090 if timestamps cause exclusion.
6091
6092 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6093
6094 * org-list.el (org-list-full-item-re): Allow description term to
6095 have a newline character after the colons.
6096
6097 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6098
6099 * org-list.el (org-sort-list): No longer ignore with-case
6100 argument: the function sorted case-sensitively, regardless of
6101 argument.
6102
6103 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6104
6105 * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
6106
6107 * ob.el (org-babel-data-names): Configurable list of names of
6108 data.
6109 (org-babel-result-regexp): Using new results regexp.
6110
6111 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6112
6113 * org.el (org-special-properties): Add CLOCKSUM to the special
6114 properties.
6115
6116 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
6117
6118 * ob-exp.el (org-babel-exp-in-export-file): Bind
6119 `org-link-search-inhibit-query' to t to inhibit prompts.
6120
6121 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6122
6123 * org-exp.el (org-export-add-options-to-plist): Use the right
6124 match group.
6125
6126 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6127
6128 * org-latex.el (org-export-latex-preprocess): Protect index string.
6129
6130 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6131
6132 * org-latex.el (org-export-latex-preprocess): Pipe index entries
6133 through `org-export-latex-fontify-headline'.
6134
6135 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6136
6137 * org-exp.el (org-export-add-options-to-plist): Fix the option
6138 parser.
6139
6140 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
6141
6142 * org-latex.el (org-export-latex-preprocess): Replace index
6143 entries.
6144
6145 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
6146
6147 * org.el (org-structure-template-alist): Add an easy template for
6148 index (i), and move include file to I from i.
6149
6150 2011-07-28 Matt Lundin <mdl@imapmail.org>
6151
6152 * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
6153 line to `org-offer-links-in-entry'.
6154
6155 2011-07-28 Matt Lundin <mdl@imapmail.org>
6156
6157 * org-bibtex.el (org-bibtex-search): New function.
6158 (org-bibtex-export-to-kill-ring): New function. Export to kill
6159 ring.
6160 (org-bibtex-create-in-current-entry): New function
6161 (org-bibtex-create): Make it easier to add bib fields to an
6162 existing headline.
6163 (org-bibtex-export-arbitrary-fields)
6164 (org-bibtex-treat-headline-as-title): Fix typos
6165 (org-bibtex-fleshout): Don't upcase optional field; remove ":"
6166 from type completion.
6167
6168 2011-07-28 Matt Lundin <mdl@imapmail.org>
6169
6170 * org-bibtex.el (org-bibtex-treat-headline-as-title): New
6171 defcustom.
6172 (org-bibtex-headline): Only use headline text (not TODO or other
6173 metadata) to generate title field and auto key.
6174 (org-bibtex-fleshout): Allow user to choose whether to treat
6175 headline as title.
6176
6177 2011-07-28 Tom Dye <tsd@tsdye.com>
6178
6179 * org-bibtex.el: Added crossref field to other fields.
6180
6181 2011-07-28 Tom Dye <tsd@tsdye.com>
6182
6183 * org-bibtex.el: Add crossref option to incollection.
6184
6185 2011-07-28 Matt Lundin <mdl@imapmail.org>
6186
6187 * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
6188 as field.
6189
6190 2011-07-28 Matt Lundin <mdl@imapmail.org>
6191
6192 * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
6193 warn if a duplicate ID is generated.
6194
6195 2011-07-28 Matt Lundin <mdl@imapmail.org>
6196
6197 * org-bibtex.el (org-bibtex-tags): New variable.
6198 (org-bibtex-tags-are-keywords): New variable.
6199 (org-bibtex-no-export-tags): New variable.
6200 (org-bibtex-headline): Export tags as comma-separated bibtex
6201 keywords.
6202 (org-bibtex-read): Import bibtex keywords field as tags.
6203
6204 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
6205
6206 * org-publish.el (org-publish-find-date): Optimization.
6207
6208 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
6209
6210 * org-gnus.el (org-gnus-follow-link): Don't request scan of group
6211 when following link.
6212
6213 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
6214
6215 * org-publish.el (org-publish-project-alist): Document new
6216 :sitemap-sans-extension property.
6217 (org-publish-org-sitemap): Use new `sitemap-sans-extension'
6218 setting.
6219
6220 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6221
6222 * org.el (org-remove-uninherited-tags): Renamed from
6223 `org-remove-iniherited-tags'.
6224 (org-scan-tags): Fix typo in function call.
6225 (org-get-tags-at): Fix typo in function call.
6226
6227 2011-07-28 Matt Lundin <mdl@imapmail.org>
6228
6229 * org.el (org-get-tags-at): Don't include filetags if local is t.
6230
6231 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6232
6233 * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
6234 dispatch functions, wrap body in `(do )'.
6235
6236 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6237
6238 * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
6239 resulted in the creation of multiple overlays in src blocks.
6240
6241 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6242
6243 * ob-clojure.el (org-babel-execute:clojure): If results are not
6244 readable by lisp, then return them as a string.
6245
6246 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6247
6248 * org-bibtex.el (org-bibtex): Now prompts for a file name.
6249
6250 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6251
6252 * org-bibtex.el (org-bibtex-create): Adding prefix argument which
6253 will result in prompting for optional fields.
6254
6255 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6256
6257 * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
6258 which was causing compile problems.
6259 (org-bibtex-fleshout): Renamed flet function `get' which was causing
6260 compile problems.
6261 (org-bibtex-write): Renamed flet function `get' which was causing
6262 compile problems.
6263
6264 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
6265
6266 * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
6267 never starts with a number.
6268
6269 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6270
6271 * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
6272 (org-bibtex-key-property): New option.
6273 (org-bibtex-put): Make use of new `org-bibtex-key-property'
6274 variable.
6275 (org-bibtex-headline): Make use of new
6276 `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
6277 variables.
6278 (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
6279 variable.
6280 (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
6281 variable.
6282 (org-bibtex-write): Make use of new `org-bibtex-key-property'
6283 variable.
6284
6285 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6286
6287 * org-bibtex.el: Updating Copyright dates, author information,
6288 commentary and history notes.
6289 (org-bibtex-types): List of bibtex types with descriptions and
6290 required and optional fields.
6291 (org-bibtex-fields): List of bibtex fields with descriptions.
6292 (*org-bibtex-entries*): Special variable to hold parsed bibtex
6293 entries.
6294 (org-bibtex-autogen-keys): Custom variable controlling whether
6295 bibtex keys are automatically generated
6296 (org-bibtex-prefix): Custom variable allowing use of optional prefix
6297 for bibtex properties in Org-mode headlines.
6298 (org-bibtex-get): Helper function for accessing bibtex elements of a
6299 property list.
6300 (org-bibtex-put): Helper function for inserting bibtex element into
6301 a property list.
6302 (org-bibtex-headline): Return a bibtex entry of the given headline
6303 as a string.
6304 (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
6305 field.
6306 (org-bibtex-autokey): Generate a bibtex key for the current
6307 headline.
6308 (org-bibtex-fleshout): Fill in missing bibtex properties of the
6309 current headline.
6310 (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
6311 (org-bibtex-check): Check that all bibtex properties are present in
6312 the current headline.
6313 (org-bibtex-check-all): Check all headlines in the current buffer.
6314 (org-bibtex-create): Create a new bibtex headline at the current
6315 level.
6316 (org-bibtex-read): Read the current bibtex entry from a bibtex file.
6317 (org-bibtex-write): Write the most recently read bibtex entry into
6318 an Org-mode file.
6319
6320 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6321
6322 * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
6323 set properties.
6324 (org-agenda-show-clocking-issues): Handle faces.
6325
6326 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6327
6328 * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
6329 content by default with "-Dfile.encoding=UTF-8".
6330
6331 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6332
6333 * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
6334 argument.
6335
6336 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6337
6338 * org-exp.el (org-export-preprocess-string): Mark list end before
6339 expanding macros. Thus, a macro inside a list and containing
6340 blank lines cannot break the list structure.
6341 (org-export-preprocess-apply-macros): Multi-lines macros get
6342 indented with the same indentation as the first line. Thus, we
6343 are sure that every line belongs to the same list as the first
6344 line, if such list exists. Also add comments in code.
6345
6346 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6347
6348 * org-agenda.el (org-agenda-clock-consistency-checks): New option.
6349 (org-agenda-list): Handle display change to clock check.
6350 (org-agenda-get-progress): Show only clock entries if we are doing
6351 the consistency check.
6352 (org-agenda-show-clocking-issues): New function.
6353 (org-agenda-check-clock-gap): New function.
6354 (org-agenda-view-mode-dispatch): Offer consistency check.
6355 (org-agenda-log-mode): Handle switch to clock only display.
6356 (org-agenda-set-mode-name): Show lighter for Clockcheck.
6357
6358 * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
6359 and return it unchanged.
6360
6361 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6362
6363 * org-list.el (org-list-struct): When walking down the list, the
6364 function would not pay attention to drawers or blocks indentation.
6365 Thus, such constructs couldn't consistently end an item or a list.
6366 This patch ensures line indentation is stored (if applicable)
6367 before skipping them. Also fixed doc-string and comments.
6368
6369 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6370
6371 * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
6372 tree properties.
6373
6374 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6375
6376 * org-exp.el (org-export): Define a bound for finding enclosing
6377 tree with class/title definition.
6378
6379 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6380
6381 * org-exp.el (org-export): Go to next heading before searching
6382 backward, so make this also work if we are on the headline of the
6383 entry with the property.
6384
6385 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6386
6387 * org.el (org-promote):
6388 (org-demote): Soften the previous change, by only removing the
6389 flyspell function from after-change functions, because that was
6390 the one causing the slowdown - at least much of it.
6391
6392 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6393
6394 * org.el (org-promote, org-demote): Turn off
6395 after-change-functions to speed up the reindentation of text.
6396
6397 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6398
6399 * ob-ocaml.el (org-babel-ocaml-read-list): Use
6400 `org-babel-script-escape'.
6401 (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
6402
6403 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
6404
6405 * org-html.el (org-html-handle-links): Add an alternate for inline
6406 images.
6407
6408 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6409
6410 * org-agenda.el (org-agenda-bulk-action): Do not use the entries
6411 variable before it is defined.
6412
6413 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6414
6415 * org-src.el (org-src-lang-modes): Added a language alias of "C"
6416 to "c".
6417
6418 2011-07-28 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
6419
6420 * ob-tangle.el (org-babel-tangle): Make it work in an indirect
6421 buffer.
6422
6423 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
6424
6425 * org-html.el (org-html-make-link): Correct a bug in coderef link.
6426
6427 2011-07-28 Bernt Hansen <bernt@norang.ca>
6428
6429 * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
6430 typo.
6431
6432 2011-07-28 Bernt Hansen <bernt@norang.ca>
6433
6434 * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
6435 when headlines are missing.
6436
6437 2011-07-28 Bastien Guerry <bzg@gnu.org>
6438
6439 * org-mobile.el (org-mobile-push): Move call to hook, make it the
6440 first thing of the push operation.
6441
6442 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6443
6444 * ob.el (org-babel-params-from-buffer): Now looking for header
6445 arguments in #+Properties: as well as #+Babel:. Also, we're no
6446 longer caching these results into a file local variable.
6447
6448 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6449
6450 * ob-python.el (org-babel-python-evaluate-external-process): Allow
6451 parsing as a table in the case of ":results output table".
6452 (org-babel-python-evaluate-session): Allow parsing as a table in
6453 the case of ":results output table".
6454
6455 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6456
6457 * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
6458 all possible agenda views. Use `org-agenda-schedule' instead of
6459 `org-agenda-date-later'.
6460
6461 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6462
6463 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
6464 ":results output".
6465
6466 2011-07-28 Julien Danjou <julien@danjou.info>
6467
6468 * org.el (org-entry-get, org-entry-delete, org-entry-put)
6469 (org-property-values, org-delete-property-globally): Use
6470 `org-re-property'.
6471 (org-re-property): New function allowing to build a regexp to
6472 match a property.
6473
6474 2011-07-28 Julien Danjou <julien@danjou.info>
6475
6476 * org.el (org-property-values): Enhance docstring.
6477
6478 2011-07-28 Ethan Ligon <ligon@are.berkeley.edu> (tiny change)
6479
6480 * org-html.el (org-html-export-list-line): Fix regexp for
6481 detecting description lists to allow "::" marker to be last
6482 visible element at end of line.
6483 * org-docbook.el (org-docbook-export-list-line): Fix regexp for
6484 detecting description lists to allow "::" marker to be last
6485 visible element at end of line.
6486
6487 2011-07-28 Julien Danjou <julien@danjou.info>
6488
6489 * org-table.el (org-table-cleanup-narrow-column-properties): Use
6490 point-min rather than 1 when moving in the buffer.
6491
6492 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6493
6494 * org-list.el (org-list-in-valid-context-p): Renamed from
6495 `org-list-in-valid-block-p'.
6496 (org-at-item-p,org-list-search-generic): Use renamed function.
6497
6498 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6499
6500 * org.el (org-set-font-lock-defaults): Be more strict when
6501 recognizing description items, and do not fontify wrong cases
6502 like: "- term ::description" or "1. term :: description".
6503
6504 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6505
6506 * org-latex.el: Pay attention to end of footnote. Before closing
6507 the command, ensure that list is properly closed or that last link
6508 is separated from the curly brace.
6509
6510 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6511
6512 * org.el (org-indent-line-function): Footnote definition must stay
6513 at column 0 to be recognized as such. Body below can have normal
6514 indentation, so it should ignore its definition when computing
6515 indentation.
6516
6517 2011-07-28 Bastien Guerry <bzg@gnu.org>
6518
6519 * org-protocol.el (org-protocol-remember, org-protocol-capture):
6520 More appropriate message.
6521
6522 2011-07-28 Bastien Guerry <bzg@gnu.org>
6523
6524 * org-capture.el (org-capture-clock-keep): New local variable.
6525 (org-capture, org-capture-finalize): Use it and fix a bug when
6526 :clock-keep is set to `t'.
6527
6528 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6529
6530 * org-exp.el (org-export-preprocess-string): Handle include files
6531 before processing macros.
6532
6533 2011-07-28 Bernt Hansen <bernt@norang.ca>
6534
6535 * org-agenda.el: Remove obsolete code for adding todo list in
6536 front of the agenda.
6537
6538 2011-07-28 Lawrence Mitchell <wence@gmx.li>
6539
6540 * org-latex.el (org-export-latex-convert-table.el-table): Fix
6541 format-string for insertion of captions.
6542
6543 2011-07-28 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6544
6545 * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
6546 regexp.
6547
6548 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6549
6550 * org.el (org-read-date-analyze): Help matching dotted European
6551 dates, like 31. 12. 2007
6552
6553 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6554
6555 * ob-lisp.el (org-babel-execute:lisp): Fix typo.
6556
6557 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6558
6559 * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
6560 before reading by elisp.
6561 (org-bable-lisp-vector-to-list): Stub of a vector->list function,
6562 should be replaced with a cl-vector->el-vector function.
6563
6564 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6565
6566 * ob-lisp.el (org-babel-execute:lisp): Now using
6567 `org-babel-reassemble-table' to apply the appropriate header
6568 arguments to results.
6569
6570 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6571
6572 * org.el (org-end-of-meta-data-and-drawers): New function.
6573
6574 * org-capture.el (org-capture-place-plain-text): Implement adding
6575 plain text templates to Org nodes.
6576
6577 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6578
6579 * org-beamer.el (org-beamer-environments-extra): Fix docstring.
6580
6581 2011-07-28 Lawrence Mitchell <wence@gmx.li>
6582
6583 * org-exp.el (org-export-handle-comments): Add the org-protected
6584 property to the replacement string.
6585
6586 2011-07-28 Lawrence Mitchell <wence@gmx.li>
6587
6588 * org-html.el (org-export-as-html, org-html-level-start): Fix
6589 logic for section number printing when NUM is an integer.
6590
6591 2011-07-28 Lawrence Mitchell <wence@gmx.li>
6592
6593 * org-latex.el (org-export-latex-special-chars): Fix regexp for
6594 `single' special characters and ellipsis.
6595
6596 2011-07-28 Lawrence Mitchell <wence@gmx.li>
6597
6598 * org.el (org-point-at-end-of-empty-headline): Bind
6599 `case-fold-search' to nil.
6600
6601 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6602
6603 * org-capture.el (org-capture-fill-template): Resolve new %<...>
6604 template escape.
6605 (org-capture-templates): Document new %<...> template escape.
6606
6607 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6608
6609 * ob.el (org-babel-process-params): Make this function idempotent,
6610 as it will sometimes be called multiple times.
6611
6612 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6613
6614 * org.el (org-ts-regexp-both): Add "]" to class of characters that
6615 should not be matched.
6616 (org-ts-regexp0, org-ts-regexp1): Do not start a class with
6617 "^]-+", because that tries to (not) match characters between "]"
6618 and "+". Instead, move the "-" to the end of the class where it
6619 causes no harm.
6620
6621 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6622
6623 * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
6624 process with the edit buffer when :session is specified.
6625
6626 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6627
6628 * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
6629 extraction code into line with a newer version of the
6630 `org-store-link' function.
6631
6632 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6633
6634 * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
6635 wrapping the expression in either a let or progn, and possibly a
6636 pretty-print function invocation.
6637 (org-babel-execute:lisp): Greatly simplified method of executing
6638 lisp code blocks.
6639
6640 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6641
6642 * org-list.el: Move `org-update-checkbox-count-maybe' call outside
6643 of ̀save-excursion' to get back to original position.
6644
6645 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6646
6647 * org.el (org-numbered-action-format): New option.
6648 (org-new-numbered-action): New command.
6649 (org-collect-todos-in-subtree): New command.
6650
6651 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6652
6653 * org-exp.el (org-export-with-tasks): New option.
6654 (org-export-plist-vars): Add :tasks property.
6655
6656 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6657
6658 * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
6659 property to the export preprocessor.
6660
6661 * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
6662 property to the export preprocessor.
6663
6664 * org-html.el (org-export-as-html): Pass the :done-tasks property
6665 to the export preprocessor.
6666
6667 * org-latex.el (org-export-as-latex): Pass the :done-tasks
6668 property to the export preprocessor.
6669
6670 * org-exp.el (org-export-with-done-tasks): New option.
6671 (org-export-plist-vars): Add entry for :done-tasks.
6672 (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
6673 (org-export-remove-done-tasks): New function.
6674
6675 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6676
6677 * org-latex.el (org-export-latex-keywords-maybe): Protect # in
6678 tags.
6679
6680 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6681
6682 * org.el (org-find-olp): Use the level of the correct match to
6683 continue search.
6684
6685 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6686
6687 * org-list.el (org-toggle-checkbox): Build value of
6688 org-keyword-time-regexp instead of using it directly, as it's
6689 buffer-local, and function might be called outside Org.
6690
6691 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6692
6693 * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
6694 blocks or drawers necessarily start somewhere. It it isn't the
6695 case, treat them as normal text.
6696
6697 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6698
6699 * ob-exp.el (org-babel-exp-results): Use code block name when
6700 finding cached results.
6701
6702 2011-07-28 Julien Danjou <julien@danjou.info>
6703
6704 * org-latex.el (org-export-latex-date-format): Change default date
6705 format to \today. This has the same result but respects the
6706 language set in the document by default.
6707
6708 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6709
6710 * org-list.el (org-list-checkbox): When called from an headline,
6711 function would normally skip drawers, but not if a SCHEDULED or
6712 DEADLINE keyword is standing before the drawer. Also avoid
6713 problems if function is called in buffers not is Org mode.
6714
6715 2011-07-28 Bastien Guerry <bzg@gnu.org>
6716
6717 * org-clock.el (org-clock-report): Change the scope of the
6718 inserted clock report depending on whether the point is within a
6719 subtree (:scope subtree) or not (:scope file).
6720
6721 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
6722
6723 * org-html.el (org-export-as-html): Fix export of footnotes
6724 containing lists, tables, quotes, etc.
6725
6726 2011-07-28 Lawrence Mitchell <wence@gmx.li>
6727
6728 * org-latex.el (org-export-latex-preprocess): Correctly match
6729 starred command names.
6730
6731 2011-07-28 Lawrence Mitchell <wence@gmx.li>
6732
6733 * org-html.el (org-export-as-html): Get local value of
6734 org-export-with-section-numbers from the buffer's plist. Deal
6735 specially with the case the resulting value is an integer.
6736 (org-html-level-start): New optional argument of the option plist used
6737 instead of `org-export-with-section-numbers'. Also deal specially
6738 with the case that the value is an integer.
6739
6740 2011-07-28 Lawrence Mitchell <wence@gmx.li>
6741
6742 * org-latex.el (org-export-latex-subcontent): Deal specially with
6743 the case that NUM is an integer.
6744
6745 2011-07-28 Bastien Guerry <bzg@gnu.org>
6746
6747 * org-protocol.el (org-protocol-do-capture): Allow template keys
6748 of two characters.
6749 (org-protocol-default-template-key): Update the docstring to
6750 reflect the change in `org-protocol-do-capture'.
6751
6752 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
6753
6754 * org-taskjuggler.el: Fix a typo in the commentary.
6755
6756 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
6757
6758 * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
6759 "purge allocations" statement if we are not targeting tj3.
6760
6761 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
6762
6763 * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
6764 Replace recursive implementation with an iterative one.
6765
6766 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6767
6768 * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
6769 data into shell variables.
6770
6771 2011-07-28 David Maus <dmaus@ictsoc.de>
6772
6773 * org-html.el (org-html-handle-time-stamps): Protected linebreak
6774 element after timestamp markup.
6775
6776 2011-07-28 David Maus <dmaus@ictsoc.de>
6777
6778 * org-html.el (org-html-handle-links): Don't protect img tag in
6779 link description.
6780
6781 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6782
6783 * org-table.el (org-table-formula-handle-first/last-rc): Bind
6784 `char'.
6785
6786 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6787
6788 * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
6789 whatever the major mode is.
6790
6791 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6792
6793 * org-inlinetask.el (org-inlinetask-export-templates): Fix default
6794 templates.
6795 (org-inlinetask-export-handler): Ensure contents of inline task,
6796 if any, starts and ends with a newline character. Refactor and
6797 comment code.
6798
6799 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6800
6801 * org-capture.el (org-datetree-find-date-create): Lower-case for
6802 variable names in `define-function' form.
6803
6804 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6805
6806 * org-table.el (org-table-convert-region): Throw error when
6807 SEPARATOR is smaller than 1.
6808
6809 2011-07-28 Julien Danjou <julien@danjou.info>
6810
6811 * org-colview.el (org-columns-display-here): Fix heading retrieval
6812 in Org buffers.
6813
6814 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6815
6816 * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
6817 be on the same line as a list end marker.
6818
6819 2011-07-28 Julien Danjou <julien@danjou.info>
6820
6821 * org.el (org-icompleting-read): Do not use useless lambda.
6822
6823 2011-07-28 Julien Danjou <julien@danjou.info>
6824
6825 * org-agenda.el (org-format-agenda-item): Fix length computing.
6826
6827 2011-07-28 Julien Danjou <julien@danjou.info>
6828
6829 * org-agenda.el (org-format-agenda-item): Fix comment and use
6830 `add-text-properties'.
6831
6832 2011-07-28 Julien Danjou <julien@danjou.info>
6833
6834 * org-agenda.el (org-agenda-highlight-todo): Remove useless
6835 `concat'.
6836
6837 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
6838
6839 * org-list.el (org-list-to-generic): Set a default term for
6840 ill-formed description lists. Do not insert newline characters
6841 unless told to.
6842 (org-list-to-texinfo,org-list-to-html): Apply changes to
6843 `org-list-parse-liste'.
6844
6845 2011-07-28 Bastien Guerry <bzg@gnu.org>
6846
6847 * org-clock.el (org-clock-clocktable-language-setup): Add a
6848 string.
6849 (org-clocktable-write-default): Use the new localized string
6850 in `org-clock-clocktable-language-setup'.
6851
6852 2011-07-28 Bastien Guerry <bzg@gnu.org>
6853
6854 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
6855 (org-taskjuggler-assign-resource-ids): Replace recursive
6856 implementation with an iterative one.
6857
6858 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
6859
6860 * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
6861 in headlines.
6862
6863 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
6864
6865 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
6866 Compute the leafiness of a node.
6867 (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
6868 node as a milestone if it is a leaf and has no effort.
6869
6870 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
6871
6872 * org-taskjuggler.el (org-export-taskjuggler-target-version):
6873 (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
6874 to handle export to both tj2 and tj3.
6875 (org-taskjuggler-open-task): Use a different way to purge
6876 allocations for tj2 and tj3.
6877
6878 2011-07-28 Matt Lundin <mdl@imapmail.org>
6879
6880 * org-footnote.el (org-footnote-auto-label): New random option.
6881
6882 * org-footnote.el (org-footnote-new): Create random footnote
6883 labels with unique ids.
6884
6885 2011-07-28 Matt Lundin <mdl@imapmail.org>
6886
6887 * org-footnote.el (org-footnote-create-definition): Allow for
6888 footnote sections above the current footnote insertion point.
6889
6890 2011-07-28 Matt Lundin <mdl@imapmail.org>
6891
6892 * org-footnote.el (org-footnote-create-definition): Don't search
6893 for last footnote when in org-mode file.
6894
6895 2011-07-28 Bastien Guerry <bzg@gnu.org>
6896
6897 * org-html.el (org-export-as-html): Handle links with
6898 `org-html-handle-links' after we handle special characters
6899 conversions.
6900 (org-html-make-link, org-export-html-format-image): Don't
6901 protect html with @ anymore, as links are now handled after
6902 special characters conversions.
6903
6904 2011-07-28 Julien Danjou <julien@danjou.info>
6905
6906 * org-agenda.el (org-agenda-get-timestamps):
6907 (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
6908 (org-format-agenda-item): Remove no-prefix argument.
6909 (org-agenda-change-all-lines): Call org-format-agenda-item without the
6910 no-prefix argument.
6911
6912 2011-07-28 Julien Danjou <julien@danjou.info>
6913
6914 * org-agenda.el (org-agenda-highlight-todo): Stop using
6915 prefix-length.
6916 (org-cmp-alpha): Stop using prefix-length.
6917 (org-agenda-open-link): Stop using prefix-length.
6918 (org-agenda-change-all-lines): Stop using prefix-length.
6919
6920 * org-colview.el (org-columns-display-here): Stop using
6921 prefix-length. Always return claned items.
6922
6923 * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
6924 prefix-length.
6925
6926 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6927
6928 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
6929 `org-store-link' interactively as it can confuse the setting of
6930 `org-link-to-org-use-id' and cause undue edits to the org-mode
6931 buffer during tangling.
6932
6933 2011-07-28 David Maus <dmaus@ictsoc.de>
6934
6935 * org-html.el (org-export-html-format-image): Protect <p> element
6936 of image caption.
6937
6938 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
6939
6940 * org.el (org-read-date-force-compatible-dates): New option.
6941 (org-read-date, org-read-date-analyze): Check representable date range.
6942
6943 2011-07-28 Bastien Guerry <bzg@gnu.org>
6944
6945 * org-html.el (org-export-as-html): Fix export of email.
6946
6947 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6948
6949 * ob-tangle.el (org-babel-spec-to-string): Check value of padline
6950 on tangling, no longer use the now-removed variable
6951 `org-babel-tangle-pad-newline'.
6952
6953 * ob.el (org-babel-header-arg-names): Add padline to the list of
6954 header argument names.
6955 (org-babel-default-header-args): Set the default value of padline to
6956 "yes".
6957 (org-babel-merge-params): Cleaned up the merge logic, added padline.
6958
6959 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6960
6961 * ob.el (org-babel-header-arg-names): Adding "shebang" to known
6962 code block header argument names.
6963
6964 2011-07-28 Bastien Guerry <bzg@gnu.org>
6965
6966 * org-crypt.el: Remove useless TODO in comments.
6967
6968 2011-07-28 Bastien Guerry <bzg@gnu.org>
6969
6970 * org-html.el (org-export-as-html): The default postamble now only
6971 export a date paragraph if `org-export-time-stamp-file' is
6972 non-nil.
6973
6974 2011-07-28 Bastien Guerry <bzg@gnu.org>
6975
6976 * org-exp.el (org-export-xml): Remove the defgroup of
6977 org-export-xml.
6978
6979 2011-07-28 Bastien Guerry <bzg@gnu.org>
6980
6981 * org-html.el (org-export-html-insert-plist-item): Remove.
6982 (org-export-html-preamble): Default to `t'. Accept functions.
6983 (org-export-html-postamble): Default to `auto'. Accept
6984 functions and distinguish between 'auto (no formatting string)
6985 and `t' (default formatting string).
6986 (org-export-as-html): Handle org-export-html-preamble and
6987 org-export-html-postamble new defaults/allowed values.
6988 Define email and creator-info before using them.
6989
6990 2011-07-28 Bastien Guerry <bzg@gnu.org>
6991
6992 * org-html.el (org-export-html-protect-char-alist): Fix typo in
6993 custom type definition.
6994
6995 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
6996
6997 * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
6998 arguments.
6999
7000 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7001
7002 * org-list.el (org-list-parse-list): Fixed regexp.
7003
7004 2011-07-28 David Maus <dmaus@ictsoc.de>
7005
7006 * org-html.el (org-export-html-format-image): Protect image
7007 elements.
7008
7009 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7010
7011 * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
7012 contents of a code block body on export.
7013 (org-babel-tangle-collect-blocks): Apply
7014 `org-babel-tangle-body-hook' to the collected bodies of code blocks.
7015
7016 2011-07-28 David Maus <dmaus@ictsoc.de>
7017
7018 * org-html.el (org-html-make-link, org-html-handle-links): Protect
7019 generated XHTML elements.
7020 (org-export-as-html): Expand character entities after creating markup
7021 for links and timestamps.
7022
7023 2011-07-28 Bastien Guerry <bzg@gnu.org>
7024
7025 * org-html.el (org-export-as-html): bugfix: insert email
7026 correctly.
7027
7028 2011-07-28 Bastien Guerry <bzg@gnu.org>
7029
7030 * org-html.el: Bugfix: prevent infinite matching of the `&'
7031 character.
7032
7033 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7034
7035 * org.el (org-fill-paragraph): `fill-forward-paragraph' function
7036 has been introduced with emacs 23.1.
7037
7038 2011-07-28 Bastien Guerry <bzg@gnu.org>
7039
7040 * org-attach.el: Allow to store a link to the attach-dir location.
7041
7042 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
7043
7044 * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
7045 function.
7046
7047 2011-07-28 Bernt Hansen <bernt@norang.ca>
7048
7049 * org-clock.el (org-clock-in): Allow clocking in new tasks
7050 inserted before the current clocking task.
7051
7052 2011-07-28 Bernt Hansen <bernt@norang.ca>
7053
7054 * org-clock.el (org-clock-in): Set default clocking task when
7055 already clocking the task.
7056
7057 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7058
7059 * org.el (org-adaptive-fill-function): When a region is specified
7060 first line of paragraph isn't skipped, so fill-paragraph have to
7061 be computed even if point is at an item.
7062
7063 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7064
7065 * org-list.el (org-list-in-valid-block-p): New function.
7066 (org-at-item-p,org-list-search-generic): Use new function.
7067
7068 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7069
7070 * org.el (org-indent-line-function): Text in both a list and a
7071 valid block is indented with regards to current item, not to block
7072 boundaries.
7073
7074 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
7075
7076 * org-html.el (org-format-org-table-html): Fix anchors in HTML
7077 export (thanks to <aankhen@gmail.com>)
7078 (org-html-protect): Fix a bug that prevents some target to be
7079 rendered correctly.
7080
7081 2011-07-28 Bastien Guerry <bzg@gnu.org>
7082
7083 * org.el (org-default-properties): Add EXPORT_TEXT.
7084
7085 2011-07-28 Matt Lundin <mdl@imapmail.org>
7086
7087 * org-footnote.el (org-footnote-create-definition)
7088 (org-insert-footnote-reference-near-definition): Fix sorting
7089 of footnotes.
7090
7091 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
7092
7093 * org-html.el (org-export-as-html): Bugfix: don't insert closing
7094 HTML tags when exporting body only.
7095
7096 2011-07-28 Jason Dunsmore <emacs-orgmode@deathroller.dunsmor.com> (tiny change)
7097
7098 * org.el (org-back-over-empty-lines): Bugfix. Honor
7099 `org-blank-before-new-entry' correctly in various contexts.
7100
7101 2011-07-28 Bastien Guerry <bzg@gnu.org>
7102
7103 * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
7104 and `save-restriction'.
7105
7106 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7107
7108 * org-timer.el (org-timer-item): `save-excursion' prevents
7109 `org-list-struct' to get the list structure when point isn't on
7110 the first line of the item.
7111
7112 2011-07-28 Bastien Guerry <bzg@gnu.org>
7113
7114 * org-capture.el (org-capture-templates): New option
7115 :no-clock-out.
7116 (org-capture): Use the new option.
7117
7118 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7119
7120 * org-list.el (org-update-checkbox-count): Ensure cookies on an
7121 heading are correctly updated when checkboxes are hidden. It
7122 allows, for example, to use C-c C-x C-b on a collapsed tree and
7123 still get the update.
7124
7125 2011-07-28 David Maus <dmaus@ictsoc.de>
7126
7127 * org-exp.el (org-export-visible): Accept keys for
7128 `org-export-as-html-to-buffer' and `org-export-region-as-html'.
7129
7130 2011-07-28 Bastien Guerry <bzg@gnu.org>
7131
7132 * org.el (org-duration-string-to-minutes): Don't use
7133 `rx-to-string'.
7134
7135 2011-07-28 Lawrence Mitchell <wence@gmx.li>
7136
7137 * org.el (org-effort-durations): New variable.
7138
7139 * org.el (org-duration-string-to-minutes): New function.
7140
7141 * org-agenda.el (org-agenda-filter-effort-form)
7142 (org-format-agenda-item): Use it.
7143
7144 * org-clock.el (org-clock-notify-once-if-expired)
7145 (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
7146
7147 2011-07-28 Bastien Guerry <bzg@gnu.org>
7148
7149 * org-agenda.el (org-agenda-run-series): Rename from
7150 `org-run-agenda-series'.
7151
7152 2011-07-28 Bastien Guerry <bzg@gnu.org>
7153
7154 * org-capture.el: Don't allow currentfile anymore.
7155
7156 2011-07-28 Bastien Guerry <bzg@gnu.org>
7157
7158 * org-agenda.el (org-agenda-list): Fix bug: don't rely on
7159 `org-agenda-current-span' when calling `org-agenda-list'.
7160
7161 2011-07-28 Bastien Guerry <bzg@gnu.org>
7162
7163 * org-capture.el (org-capture-put-target-region-and-position):
7164 New function to store information about the target buffer.
7165 (org-capture-set-target-location): Use it.
7166 (org-capture-finalize): Restore the target buffer in its
7167 possibly narrowed state. Also restore the cursor position.
7168
7169 2011-07-28 Bastien Guerry <bzg@gnu.org>
7170
7171 * org-crypt.el (auto-save-default): Make sure entries are
7172 encrypted before auto-saving.
7173
7174 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7175
7176 * org-inlinetask.el (org-inlinetask-promote)
7177 (org-inlinetask-demote): New functions.
7178
7179 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7180
7181 * org.el (org-demote-subtree,org-promote-subtree): Wrap
7182 `org-map-tree' into `org-with-limited-levels' macro, so it avoids
7183 operating on inline tasks.
7184
7185 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7186
7187 * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
7188 will move point to a real heading and not an inline task by
7189 wraping function into a `org-with-limited-levels' macro.
7190
7191 2011-07-28 Bastien Guerry <bzg@gnu.org>
7192
7193 * org-capture.el (org-capture-finalize): New argument clock-out,
7194 to tell whether finalizing the capture process should clock out
7195 the running clock.
7196 (org-capture): Use the new argument.
7197
7198 2011-07-28 Bastien Guerry <bzg@gnu.org>
7199
7200 * org.el (org-refile-get-targets): Rename from
7201 `org-get-refile-targets'.
7202
7203 2011-07-28 Bastien Guerry <bzg@gnu.org>
7204
7205 * org-exp.el (org-export-table-remove-empty-lines): New custom
7206 variable.
7207 (org-export-remove-special-table-lines): Use it.
7208
7209 2011-07-28 Bastien Guerry <bzg@gnu.org>
7210
7211 * org-table.el (org-table-fix-formulas-confirm): New custom
7212 variable.
7213 (org-table-insert-column, org-table-delete-column)
7214 (org-table-move-column, org-table-move-row)
7215 (org-table-insert-row, org-table-kill-row): Use it.
7216
7217 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
7218
7219 * org.el (org-refile-get-location): Set and show default value.
7220 (org-goto, org-refile): Adapt calls.
7221
7222 2011-07-28 Bastien Guerry <bzg@gnu.org>
7223
7224 * org-mobile.el (org-mobile-files-exclude-regexp): New custom
7225 variable.
7226 (org-mobile-files-alist): Use it.
7227
7228 2011-07-28 Bastien Guerry <bzg@gnu.org>
7229
7230 * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
7231 against headings outside of a narrowed buffer.
7232
7233 2011-07-28 Bastien Guerry <bzg@gnu.org>
7234
7235 * org.el (org-confirm-shell-link-not-regexp)
7236 (org-confirm-elisp-link-not-regexp): New custom variables.
7237 (org-open-at-point): Use the new custom variables.
7238
7239 2011-07-28 Lawrence Mitchell <wence@gmx.li>
7240
7241 * org-latex.el: Place \title \author \date before
7242 \begin{document}.
7243
7244 2011-07-28 Bastien Guerry <bzg@gnu.org>
7245
7246 * org-html.el (org-export-html-preamble)
7247 (org-export-html-postamble): Now default to `nil'.
7248 (org-export-as-html): When :html-pre/postamble is nil, fall
7249 back on the default pre/postamble, which depends on the
7250 :author-info, :email-info, :creator-info options.
7251
7252 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7253
7254 * ob-exp.el (org-babel-exp-results): Don't use cached results if
7255 there is no hash.
7256
7257 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7258
7259 * org-table.el (org-table-eval-formula): Treat relative column
7260 refs.
7261
7262 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7263
7264 * org-table.el (org-table-use-standard-references): Change default
7265 to `from'.
7266
7267 2011-07-28 Bastien Guerry <bzg@gnu.org>
7268
7269 * org.el (org-move-subtree-down): Leave the cursor at the same
7270 column we were at.
7271
7272 2011-07-28 Bastien Guerry <bzg@gnu.org>
7273
7274 * org-attach.el (org-attach-store-link-p): New variable.
7275 (org-attach-store-link): New function.
7276 (org-attach-attach): When `org-attach-store-link-p' is
7277 non-nil, store a link in `org-stored-links' to a newly
7278 attached file.
7279
7280 2011-07-28 Bastien Guerry <bzg@gnu.org>
7281
7282 * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
7283 case-fold-search to avoid mixing TODO keywords with real headline
7284 words.
7285
7286 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7287
7288 * org-table.el (org-table-fedit-finish): Read more general LHS of
7289 formulas.
7290 (org-table-formula-handle-@L): New function to hanle @L references.
7291 (org-table-current-ncol): New variable.
7292 (org-table-line-to-dline): New function.
7293 (org-table-get-stored-formulas): Accept range formulas as matches.
7294 (org-table-get-specials): Compute and store the number of columns.
7295 (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
7296 only the region marked by the range, not the content.
7297 (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
7298 range targets. Also check for duplicate access to fields.
7299 (org-table-expand-lhs-ranges): New funktion.
7300 (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
7301 the caller's value.
7302 (org-table-edit-formulas): Support highlighting of range targets.
7303 (org-table-field-info): Handle renge formulas.
7304
7305 2011-07-28 Bastien Guerry <bzg@gnu.org>
7306
7307 * org-html.el (org-export-html-postamble-format)
7308 (org-export-html-preamble-format): Explain how to escape the
7309 `%' character.
7310
7311 2011-07-28 Bastien Guerry <bzg@gnu.org>
7312
7313 * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
7314 `org-export-current-backend'.
7315
7316 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7317
7318 * ob.el (org-babel-read): Read string variable values wrapped in
7319 double quotes, removing the quotes.
7320
7321 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7322
7323 * ob-exp.el (org-babel-exp-results): Ensure that processed params
7324 are send to org-babel-execute-src-block.
7325
7326 2011-07-28 Bastien Guerry <bzg@gnu.org>
7327
7328 * org-special-blocks.el
7329 (org-special-blocks-make-special-cookies): Use
7330 `org-export-current-backend'.
7331
7332 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7333
7334 * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
7335 as an argument.
7336 (org-babel-exp-src-block): Explicitly pass language to
7337 `org-babel-exp-in-export-file'.
7338 (org-babel-exp-inline-src-blocks): Removed unused code.
7339 (org-babel-exp-results): Explicitly pass language to
7340 `org-babel-exp-in-export-file'.
7341
7342 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7343
7344 * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
7345 returned from calc-eval.
7346
7347 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7348
7349 * ob.el (org-babel-read): Pass elisp vectors through to code
7350 blocks.
7351
7352 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7353
7354 * ob.el (org-src-lang-modes): Defvar.
7355 (org-at-item-p): Declare function.
7356
7357 * ob-calc.el (calc-store): Require.
7358 (var-syms): Defvar.
7359
7360 * ob-python.el (py-default-interpreter): Defvar.
7361
7362 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7363
7364 * org-exp-blocks.el (backend): defvar.
7365
7366 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7367
7368 * org-agenda.el (org-agenda-get-scheduled):
7369 (org-agenda-get-timestamps): Bind local variable `show-all'.
7370
7371 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7372
7373 * ob-ref.el (org-at-item-p): Declare function.
7374
7375 * org-agenda.el (diary-time-regexp): defvar.
7376
7377 * org-archive.el (org-archive-subtree): Bind local variable
7378 `infile-p'.
7379
7380 * org-capture.el (org-capture-insert-template-here): Get template
7381 text from property list, to avoid byte compiler message.
7382
7383 * org-latex.el (org-export-latex-tables): Bind local variable
7384 `width'.
7385
7386 * org-special-blocks.el (org-compat): Add require statement.
7387
7388 * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
7389 `const-str'.
7390
7391 * org.el (org-eval): Moved function here from org-agenda.el.
7392
7393 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7394
7395 * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
7396 when reading from tables.
7397 (org-babel-read-list): Inhibit lisp evaluation of values when
7398 reading from lists.
7399 (org-babel-read): Add optional argument which can be used to inhibit
7400 lisp evaluation of value.
7401
7402 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7403
7404 * ob-table.el (sbe): Ensure that ob-trim is only called on
7405 strings.
7406
7407 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7408
7409 * ob-exp.el (org-babel-exp-results): On export, ensure that the
7410 result hash is resolved in the original org-mode file.
7411
7412 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7413
7414 * org-exp.el (org-export-mark-list-end): Change end marker.
7415
7416 * org-docbook.el (org-export-docbook-list-line): Use new marker.
7417
7418 * org-html.el (org-html-export-list-line): Use new marker.
7419
7420 * org-latex.el (org-export-latex-lists): Use new marker.
7421
7422 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7423
7424 * org-latex.el (org-export-latex-lists): Make sure markers used
7425 for export are taken into account by temporarily setting an
7426 appropriate value for `org-list-ending-method'.
7427
7428 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7429
7430 * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
7431 regexp into its own variable, also allowing match of empty bodies.
7432 (org-export-blocks-preprocess): Using new regexp variable.
7433
7434 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7435
7436 * ob.el (org-babel-src-block-regexp): Code block regexp now
7437 matches blocks with empty bodies.
7438
7439 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7440
7441 * ob.el (org-babel-script-escape): If script escaped value doesn't
7442 parse cleanly, then return it literally.
7443
7444 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7445
7446 * ob-exp.el (org-babel-exp-src-block): When block will eventually
7447 be evaluated, pre-calculate the hash before noweb expansion, and
7448 expand the parameters before hash calculation.
7449 (org-babel-exp-do-export): Pass pre-calculated hash through to
7450 `org-babel-exp-results'.
7451 (org-babel-exp-results): Compare pre-calculated hash to results hash.
7452
7453 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7454
7455 * ob.el (org-babel-sha1-hash): Sort list values to header
7456 arguments, and sort the words in strings.
7457
7458 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7459
7460 * ob-ref.el (org-babel-ref-index-list): Special handling of hline
7461 rows.
7462
7463 2011-07-28 Julien Danjou <julien@danjou.info>
7464
7465 * org-macs.el (org-with-point-at): Store evaluated version of
7466 pom. This fixes a potential bug when using (org-with-point-at
7467 (func) …), where (func) would be evaluated multiple times,
7468 therefore might return different results if a marker was returned
7469 and different each time.
7470
7471 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7472
7473 * org.el (org-open-at-point): If a link to a radio target is the
7474 first, (resp. the last), element of a buffer, function cannot find
7475 the property change required to get its boundaries, and
7476 `buffer-substring' is called with an invalid nil argument.
7477
7478 2011-07-28 Bastien Guerry <bzg@gnu.org>
7479
7480 * org-table.el (org-table-copy-down): Fix docstring.
7481
7482 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7483
7484 * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
7485 and for file types other than png and PDF it uses imagemagick to
7486 convert a compiled PDF file to the desired file type.
7487 (convert-pdf): Convert a PDF file to a new file type using
7488 imagemagick.
7489
7490 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
7491
7492 * org-capture.el (org-capture-fill-template): Fix bug with the
7493 display of interactive prompt in templates expansion.
7494
7495 2011-07-28 Reiner Steib <reiner.steib@gmx.de>
7496
7497 * org-clock.el (org-clock-display): Document how to remove subtree
7498 times.
7499
7500 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7501
7502 * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
7503 append a newline to the body.
7504
7505 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7506
7507 * org-list.el (org-list-insert-item): When computing size of item
7508 being inserted, function has to take into account that indentation
7509 may not only be made of spaces.
7510
7511 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7512
7513 * org-clock.el (org-clock-find-position): If a list was adjacent
7514 to some clocks and a drawer was going to be created, only the
7515 first element of the list would make it into the drawer.
7516
7517 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7518
7519 * org-list.el (org-toggle-checkbox): Fix bug where top item in
7520 list was omitted when checking boxes.
7521
7522 2011-07-28 Dan Davison <dandavison7@gmail.com>
7523
7524 * ob-R.el: Don't print result to echo area after evaluation.
7525
7526 2011-07-28 Bastien Guerry <bzg@gnu.org>
7527
7528 * org-capture.el (org-capture-refile): Fix typo in docstring.
7529
7530 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7531
7532 * ob-calc.el (org-babel-execute:calc): Call out to new function
7533 for variables resolution.
7534 (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
7535 variables in calc expressions.
7536
7537 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7538
7539 * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
7540 (org-babel-C++-compiler): Replace "c++" with "C++".
7541 (org-babel-execute:cpp): Replace "c" with "C++".
7542 (org-babel-execute:C++): Replace "c" with "C++".
7543 (org-babel-expand-body:C++): Replace "c" with "C++".
7544 (org-babel-C-execute): Replace "c" with "C++".
7545
7546 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7547
7548 * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
7549 a list if at the *beginning* of a list item.
7550
7551 * ob.el (org-babel-read-result): Only try to read results as a
7552 list if at the *beginning* of a list item.
7553
7554 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7555
7556 * org-list.el (org-cycle-item-indentation): Do not break an
7557 indentation cycle because visibility cycling is requested. This
7558 happens when an item becomes a parent, due to indentation change.
7559 Not considered empty anymore, the function cannot change its
7560 indentation again.
7561
7562 2011-07-28 Bastien Guerry <bzg@gnu.org>
7563
7564 * org-clock.el (org-clocktable-write-default): Bugfix: falls back
7565 on `org-export-default-language' when no :lang parameter is set.
7566
7567 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7568
7569 * org-capture.el (org-capture-expand-file): New function.
7570 (org-capture-target-buffer):
7571 (org-capture-set-target-location): Use `org-capture-expand-file'.
7572
7573 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7574
7575 * ob.el (org-babel-read-list): Reading the value of a list has
7576 been updated to reflect the new structure of org-mode lists in
7577 elisp.
7578 (org-babel-insert-result): Writing code block results to lists has
7579 been updated to reflect the new list structure.
7580 (org-babel-result-end): Remove a previous change to end-of-list
7581 marker detection.
7582
7583 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7584
7585 * org-list.el (org-cycle-item-indentation): Each time the function
7586 moves item back to child position, a white space is added to the
7587 line.
7588
7589 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7590
7591 * ob.el (org-babel-process-params): Allow elisp code in
7592 specification of results header arguments.
7593
7594 2011-07-28 Bastien Guerry <bzg@gnu.org>
7595
7596 * org-agenda.el (org-agenda-append-agenda): New command.
7597 (org-agenda-mode-map): New keybinding to this new command.
7598
7599 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7600
7601 * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
7602 cursor it at very first item of the list, as specified in the
7603 manual. Also refactored the list part of the function a bit.
7604
7605 2011-07-28 Bastien Guerry <bzg@gnu.org>
7606
7607 * org-agenda.el (org-agenda): Set the 'last-args property to nil
7608 when calling `org-agenda'. Don't kill the local variable
7609 `org-agenda-current-span'.
7610 (org-run-agenda-series): Use the new property 'last-args.
7611 (org-agenda-change-time-span): Use the dynamically set
7612 `org-agenda-overriding-arguments' variable when non-nil.
7613
7614 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7615
7616 * ob.el (org-babel-result-end): Adjust marker of list end to
7617 changes in the list format.
7618
7619 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7620
7621 * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
7622 need to wrap `org-entry-get' in `ignore-errors'.
7623
7624 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7625
7626 * org.el (org-toggle-item, org-toggle-heading): Make sure every
7627 sub-item in a list is changed into a sub-heading and sub-headings
7628 are translated into sub-items. Also ignore inline tasks in the
7629 process.
7630
7631 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7632
7633 * org-exp.el (org-export-select-backend-specific-text): Add
7634 `original-indentation' property when replacing #+begin_backend and
7635 #+backend blocks with their content. This is needed for lists, as
7636 they must know if the block belonged to them.
7637
7638 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7639
7640 * org-html.el (org-html-export-list-line): Insert a newline
7641 character before ending an item, as anchor could be on a line
7642 going to be deleted, like a drawer ending string.
7643
7644 * org-list.el (org-list-to-html): Same.
7645
7646 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7647
7648 * org.el (org-set-autofill-regexps): Use `org-item-re' in
7649 `paragraph-start' to recognize alphabetical lists.
7650 (org-fill-paragraph): Enforce a pre-computed fill-prefix before
7651 calling `fill-paragraph' when point is in an item. Also prevent
7652 paragraphs getting merged into an adjacent list upon filling.
7653 (org-adaptive-fill-function): Make sure to determine real
7654 fill-prefix for auto-fill.
7655 (org-auto-fill-function): Use a pre-computed fill-prefix before
7656 calling `do-auto-fill'.
7657
7658 * org-list.el (org-list-item-body-column): New function.
7659
7660 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7661
7662 * org-inlinetask.el (org-inlinetask-at-task-p)
7663 (org-inlinetask-toggle-visibility): New functions.
7664
7665 * org-list.el (org-list-set-item-visibility): New function.
7666
7667 * org.el (org-cycle, org-cycle-internal-local): Separate lists and
7668 inline tasks from headlines.
7669 (org-outline-level): Do not consider lists as headlines. Cycling
7670 visibility is using different tools.
7671
7672 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7673
7674 * org-list.el (org-list-struct): Mark items less indented than top
7675 item of the list, so that they will be modified.
7676 (org-list-struct-apply-struct): Compare struct's indentation with
7677 line's indentation instead of old-struct's. This is needed
7678 because `org-list-struct' automatically fixes indentation so
7679 changes might not be seen otherwise.
7680
7681 * org.el (org-ctrl-c-ctrl-c): Small refactoring.
7682
7683 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7684
7685 * org-list.el (org-update-checkbox-count): When a part of the
7686 buffer is processed to count checkboxes, lists are read from top
7687 to bottom, but inside lists (in drawers, blocks, or inline tasks)
7688 are skipped. Thus, cookies cannot be updated. This patch
7689 enforces reading of such lists if counter is itself in a special
7690 context.
7691
7692 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7693
7694 * org-list.el (org-list-struct-apply-struct): Inline tasks along
7695 with their content must stay at column 0 even if the item is
7696 gaining indentation. Moreover, fix indentation of text in an
7697 inline task, now it can be in such a task within a list.
7698
7699 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7700
7701 * org-list.el (org-at-item-p): Also verify context is valid.
7702 Otherwise it would recognize valid items where `org-in-item-p'
7703 wouldn't.
7704 (org-in-item-p, org-list-struct-apply-struct): Use shorter version
7705 of org-at-item-p.
7706 (org-cycle-list-bullet): Fix typo.
7707 (org-list-parse-list): Avoid calling `org-at-item-p' two times by
7708 using an appropriate regexp.
7709
7710 * org.el (org-indent-line-function): Use an appropriate regexp
7711 instead of calling `org-at-item-p' two times.
7712
7713 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7714
7715 * org-list.el (org-in-item-p): When point was just after
7716 org-list-end-re, check wouldn't be done for starting line. So, if
7717 the first line was an item, it wouln't be noticed and function
7718 would return nil. Simplify and comment code.
7719
7720 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7721
7722 * org.el (org-toggle-item): When used on normal text, ensure every
7723 line in region is included in the new item, regardless of its
7724 original indentation.
7725
7726 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7727
7728 * org-list.el (org-list-struct-apply-struct): If end of list was
7729 at eol, for example, with list inside a block, the last list
7730 wouldn't be shifted. Thus, the patch ensures no blank lines is
7731 skipped.
7732
7733 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7734
7735 * org.el (org-toggle-item): Now accepts a prefix argument. When
7736 used without argument on normal text, it will make the whole
7737 region one item. With an argument, it defaults to old behavior:
7738 change each line in region into an item.
7739
7740 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7741
7742 * org.el (org-return): When called from inside an item with the
7743 indent flag, function should keep text moved inside the item.
7744 This allows to use C-j to separate lines in an item: cursor won't
7745 go back to column 0.
7746
7747 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7748
7749 * org-list.el (org-list-struct): When a line has org-example
7750 property, skip the entire block. This is needed during export,
7751 for example when src blocks in org markup contain lists, and are
7752 returned verbatim because org isn't in the list of interpreted
7753 languages.
7754
7755 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7756
7757 * org-list.el (org-in-item-p): Handle special cases when function
7758 is called with cursor amidst `org-list-end-re' or at an inline
7759 task.
7760
7761 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7762
7763 * ob.el (org-babel-result-end): Apply renaming.
7764
7765 * org-exp.el (org-export-mark-list-properties): Apply renaming.
7766
7767 * org-list.el (org-list-prevs-alist): Renamed from
7768 `org-list-struct-prev-alist'.
7769 (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
7770 (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
7771 (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
7772 (org-toggle-checkbox, org-update-checkbox-count)
7773 (org-cycle-list-bullet, org-list-repair, org-insert-item)
7774 (org-move-item-up, org-move-item-up, org-move-item-down)
7775 (org-next-item, org-previous-item, org-end-of-item-list)
7776 (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
7777 (org-get-bullet): Removed function, as it is not needed anymore.
7778
7779 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7780
7781 * org-list.el (org-list-insert-item-generic): Change arguments.
7782 The function now accepts structure and previous items alist. This
7783 allows to insert an item programmatically more easily.
7784 (org-insert-item): Apply changes to
7785 `org-list-insert-item-generic'. The function now takes care about
7786 repairing structure and updating checkboxes.
7787
7788 * org-timer.el (org-timer-item): Apply changes to
7789 `org-list-insert-item-generic'. The function now takes care about
7790 repairing structure.
7791
7792 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7793
7794 * org-list.el (org-list-make-subtree): Function now uses
7795 `org-list-parse-list mechanism'.
7796 (org-list-make-subtrees): Removed function.
7797 (org-list-to-generic): Added a parameter and every parameter can
7798 be a sexp returning a string, for finer control.
7799 (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
7800 modifications to apply changes to `org-list-to-generic'.
7801 (org-list-to-subtree): New function.
7802
7803 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7804
7805 * org.el (org-beginning-of-line): Apply changes to
7806 `org-item-beginning-re' to correct sub-expression reference.
7807
7808 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7809
7810 * org-docbook.el (org-export-docbook-list-line): Even with
7811 alphabetical lists, Org shouldn't enforce a particular list type
7812 to exporters. This is a job for style files.
7813
7814 * org-html.el (org-html-export-list-line): Ib idem.
7815
7816 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7817
7818 * org-list.el (org-at-item-counter-p): New function.
7819 (org-list-parse-list): Handle counters and list depth.
7820 (org-list-to-generic): A special string is used when an item has a
7821 counter.
7822 (org-list-to-latex): Use new special string for counters. This
7823 fixes the counter bug in LaTeX export, as the enumi counter was
7824 the only one modified.
7825
7826 * org-latex.el (org-export-latex-lists): Use new
7827 `org-list-parse-list' output.
7828
7829 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7830
7831 * org-list.el (org-list-get-list-type): New function.
7832 (org-list-parse-list): Use new function.
7833
7834 * org-html.el (org-html-export-list-line): Use new function.
7835
7836 * org-docbook.el (org-export-docbook-list-line): Use new function.
7837
7838 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7839
7840 * org-list.el (org-alphabetical-lists): New variable
7841 (org-item-re, org-list-full-item, org-cycle-list-bullet)
7842 (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
7843 introduction of the new variable.
7844 (org-item-beginning-re): Changed into a function, so any
7845 modification of `org-alphabetical-lists' will not require
7846 reloading Org.
7847 (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
7848 (org-list-parse-list, org-list-send-list): Reflect changes to
7849 `org-item-beginning-re'.
7850 (org-list-use-alpha-bul-p): New function.
7851
7852 * org.el (org-check-for-hidden): Reflect changes to
7853 `org-item-beginning-re'.
7854
7855 * org-capture.el (org-capture-place-item): Reflect changes to
7856 `org-item-beginning-re'.
7857
7858 * org-docbook.el (org-export-docbook-list-line): Handle New type
7859 of items.
7860
7861 * org-exp.el (org-export-mark-list-end)
7862 (org-export-mark-list-properties): Reflect changes to
7863 `org-item-beginning-re'.
7864
7865 * org-html.el (org-html-export-list-line): Handle new type of
7866 items.
7867
7868 * org-latex.el (org-export-latex-lists): Handle new type of items
7869 and reflect changes to `org-item-beginning-re'.
7870
7871 * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
7872
7873 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7874
7875 * org-list.el (org-list-end-re): Removed function and made it a
7876 variable. There's no need for the overhead of calling the
7877 function every at every line in a list. User will have to reload
7878 Org if he change value of either `org-list-end-regexp' or
7879 `org-empty-line-terminates-plain-lists'.
7880 (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
7881
7882 * org-exp.el (org-export-mark-list-end)
7883 (org-export-mark-list-properties): Apply change.
7884
7885 * org-latex.el (org-export-latex-lists): Apply change. Also
7886 prevent items with org-example property to be considered as real
7887 items.
7888
7889 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7890
7891 * org-inlinetask.el (org-inlinetask-export-templates): Slightly
7892 modify templates so environment boundaries don't interfere with
7893 content of task. Unprotect content of task so it might benefit
7894 from further transformations. Set original-indentation property to
7895 a high value to ensure that task is always in the last item of the
7896 list. Also, apply templates later in export process.
7897
7898 * org-list.el (org-list-struct): Fix inline task skipping.
7899
7900 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7901
7902 * org-latex.el (org-export-latex-lists): Search for unprotected
7903 items only, and redefine `org-at-item'. This change is required
7904 when verbatim lists are inserted during export, usually by Babel.
7905
7906 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7907
7908 * ob.el (org-babel-result-end): End position is end of current
7909 sublist instead of bottom point, as results might be inserted in a
7910 list themselves.
7911
7912 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7913
7914 * org-list.el (org-list-automatic-rules): Removed insert rule.
7915 (org-list-insert-item-generic): Removed code preventing user to
7916 insert another item in a block within a list. It is because new
7917 list context make it impossible to see if a point in a block is
7918 also in a list.
7919
7920 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7921
7922 * org-exp.el (org-export-preprocess-string): Mark list endings
7923 before babel blocks preprocessing starts, so blank lines that may
7924 be inserted do not break list's structure. Then, mark list with
7925 special properties required by exporters. Thus output from babel
7926 can easily be included in lists.
7927 (org-export-mark-list-end): New function.
7928 (org-export-mark-list-properties): New function.
7929 (org-export-mark-lists): Removed function. It was split into the
7930 two preceding functions.
7931
7932 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7933
7934 * org-list.el (org-update-checkbox-count): Do not recompute every
7935 list before next heading when there are more than one cookie in an
7936 headline. Moreover, ignore the case where cookie is inserted
7937 neither at an heading nor at an item.
7938
7939 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7940
7941 * org-list.el (org-sort-list): Fix number of arguments to
7942 `org-list-repair', plus make `end-record' go to end of item before
7943 any blank line to keep them from being swallowed in the sorting.
7944
7945 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7946
7947 * org-list.el (org-list-forbidden-blocks): Renamed from
7948 `org-list-blocks'.
7949 (org-list-export-context): New variable.
7950
7951 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7952
7953 * org-list.el (org-list-search-generic): Renamed form
7954 `org-search-unenclosed-generic' to reflect the new behavior. Now,
7955 match can only be in a valid context for lists, as determined by
7956 `org-list-context'.
7957 (org-list-search-backward): Renamed from
7958 `org-search-backward-unenclosed'.
7959 (org-list-search-forward): Renamed from
7960 `org-search-forward-unenclosed'.
7961 (org-toggle-checkbox,org-update-checkbox-count): Use new
7962 functions.
7963 (org-sort-list): Using default regexp search functions as context
7964 is not required in this case.
7965
7966 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7967
7968 * org-exp.el (org-export-mark-lists): New function, replacing
7969 org-export-mark-list-ending. It adds information as text
7970 properties to every list, before changes done by exporter destruct
7971 them.
7972
7973 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7974
7975 * org-list.el (org-list-get-first-item): New alias for
7976 `org-list-get-list-begin'.
7977 (org-list-get-last-item): New function.
7978 (org-list-get-list-end): Use `org-list-get-last-item'.
7979
7980 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7981
7982 * org.el (org-get-string-indentation): Moved in generally useful
7983 functions section, as it wasn't specific to plain lists and that
7984 no code was using it in org-list.el.
7985
7986 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7987
7988 * org.el (org-skip-over-state-notes,org-store-log-note): Use new
7989 accessors.
7990
7991 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7992
7993 * org-list.el (org-list-indent-item-generic): Remove error
7994 messages happening before process. This belongs to interactive
7995 functions.
7996 (org-indent-item,org-indent-item-tree)
7997 (org-outdent-item,org-outdent-item-tree): Ensure point or region
7998 is correct before computing list structure. Return an error
7999 message otherwise.
8000
8001 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8002
8003 * org-list.el (org-apply-on-list): Use new structures. Function
8004 is now applied in reverse order so modifications do not change
8005 positions of items in buffer.
8006
8007 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8008
8009 * org-list.el (org-list-parse-list): Rewrite of function to allow
8010 text following a sub-list in the same item. See docstring for an
8011 example of output.
8012 (org-list-to-generic): Use new parsing function.
8013 (org-list-to-latex,org-list-to-html): Minor change for clearer
8014 export.
8015
8016 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8017
8018 * org-list.el (org-list-has-child-p): Renamed from
8019 `org-list-get-child'. Returning first child is only useful as a
8020 predicate, as we are allowing an item to have more than one
8021 sub-list.
8022 (org-list-indent-item-generic): Use `org-list-has-child-p' instead
8023 of org-list-get-child.
8024 (org-in-item-p): Also return item beginning when list starts at
8025 context beginning.
8026 (org-list-get-parent): Use of `org-list-struct-parent-alist'
8027 helper function is not optional anymore.
8028 (org-list-get-all-items): Shorten code with the help of cl.el.
8029 (org-list-get-children): Now returns all children of item, even if
8030 they do not belong to the same list. Renamed from
8031 `org-list-get-all-children'.
8032 (org-list-get-list-begin): Function wasn't return value when item
8033 was already the first item of the list at point.
8034 (org-list-get-list-end): Function wasn't return value when item
8035 was already the last item of the list at point.
8036 (org-list-struct-fix-box,org-update-checkbox-count): Now uses
8037 `org-list-get-children'.
8038
8039 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8040
8041 * org.el (org-indent-line-function): Indentation of item's body
8042 starts just after the bullet, not after a checkbox. Moreover, As
8043 `org-in-item-p' also returns item beginning position when point is
8044 in a list, do not compute it a second time.
8045
8046 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8047
8048 * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
8049 usage `org-repair-list', forcing another reading of the list, with
8050 only needed subroutines.
8051
8052 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8053
8054 * org-list.el (org-list-separating-blank-lines-number): Use new
8055 accessors.
8056 (org-list-insert-item-generic): Use list structures to insert a
8057 new item.
8058 (org-list-exchange-items): Refactor and comment code. Now return
8059 new struct instead of modifying it, as list sorting would
8060 sometimes eat first item.
8061 (org-move-item-down,org-move-item-up): Reflect changes to
8062 `org-list-exchange-items'.
8063 (org-insert-item): As `org-in-item-p' also computes item beginning
8064 when applicable, reuse the result.
8065
8066 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8067
8068 * org-list.el (org-list-in-item-p): Unify methods for this
8069 predicate.
8070 (org-list-in-item-p-with-indent): Removed function.
8071 (org-list-ending-between): Removed function.
8072 (org-list-maybe-skip-block): Removed function.
8073 (org-list-in-item-p-with-regexp): Removed function.
8074 (org-list-top-point-with-regexp): Removed function.
8075 (org-list-top-point-with-indent): Removed function.
8076 (org-list-bottom-point-with-indent): Removed function.
8077 (org-list-bottom-point-with-regexp): Removed function.
8078 (org-list-get-item-same-level): Removed function.
8079 (org-list-top-point): Removed function.
8080 (org-list-bottom-point): Removed function.
8081 (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
8082 be consistent with naming policy of non-interactive functions.
8083 (org-get-beginning-of-list): Removed function.
8084 (org-beginning-of-item-list): Use new accessors.
8085 (org-get-end-of-list): Removed function.
8086 (org-end-of-list): Use new accessors.
8087 (org-get-end-of-item): Removed function.
8088 (org-end-of-item): Use new accessors.
8089 (org-get-previous-item): Removed function.
8090 (org-previous-item): Use new accessors.
8091 (org-get-next-item): Removed function.
8092 (org-next-item): Use new accessors.
8093 (org-list-get-item-end-before-blank): Use new accessors.
8094
8095 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8096
8097 * org-list.el (org-list-repair): Removed optional argument
8098 FORCE-BULLET. The job of this interactive function is to
8099 completely fix a list at point. Changing bullets is a separate
8100 task. Also removed others optional arguments TOP and BOTTOM to
8101 follow the new structures.
8102 (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
8103 STRUCT is a new required argument. This avoids computing a list
8104 structure many times when function is called more than once in a
8105 row, for example in `org-cycle-item-indentation'. Use new
8106 accessors. Now, also call `org-update-checkbox-count-maybe'.
8107 (org-outdent-item, org-indent-item, org-outdent-item-tree)
8108 (org-indent-item-tree): Remove need for TOP and BOTTOM.
8109 (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
8110 (org-list-exchange-items): Use new accessors. Now modify struct
8111 to avoid re-reading it later.
8112 (org-move-item-down): Reflect changes to `org-list-repair'. Use
8113 new accessors.
8114 (org-move-item-up): Reflect changes to `org-list-repair'. Use new
8115 accessors.
8116 (org-cycle-list-bullet): Use new structures. Also use a shortcut
8117 to `org-list-struct-fix-struct' in order to avoid unnecessary
8118 fixes, like `org-list-struct-fix-box'
8119 (org-sort-list): Use of new structures. Renamed an internal
8120 function for a little more clarity.
8121 (org-cycle-item-indentation): Remove dependency on
8122 `org-list-repair'. Use new accessors.
8123 (org-list-get-child): Correct bug when asking for the child of the
8124 last item.
8125 (org-list-exchange-items): Use new accessors.
8126
8127 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8128
8129 * org-list.el (org-list-blocks): New variable.
8130 (org-list-context): New function.
8131 (org-list-full-item-re): New variable.
8132 (org-list-struct-assoc-at-point): Use new variable.
8133 (org-list-struct): Rewrite of function. Now, list data is
8134 collected by looking at the list line after line. It reads the
8135 whole list each time because reading only a subtree was not enough
8136 for some operations, like fixing checkboxes. It also removes the
8137 need to get `org-list-top-point' and `org-list-bottom-point'
8138 first. An added data is the position of item ending. This aims
8139 to be able to have list followed by text inside an item.
8140 (org-list-struct-assoc-end): New function.
8141 (org-list-struct-parent-alist): New function.
8142 (org-list-get-parent): New function.
8143 (org-list-get-child): New function.
8144 (org-list-get-next-item): New function.
8145 (org-list-get-prev-item): New function.
8146 (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
8147 (org-list-get-all-items): New function.
8148 (org-list-get-all-children): New function.
8149 (org-list-get-top-point): New function.
8150 (org-list-get-bottom-point): New function.
8151 (org-list-get-counter): New function.
8152 (org-list-get-item-end): New function.
8153 (org-list-struct-fix-bul): Rewrite for cleaner code. Make use of
8154 new accessors.
8155 (org-list-struct-fix-ind): Make use of new accessors.
8156 (org-list-struct-fix-box): New function.
8157 (org-list-struct-fix-checkboxes): Removed function.
8158 (org-list-struct-outdent): Use new accessors. Use the fact that
8159 there is no longer a virtual item at beginning of structure.
8160 (org-list-struct-indent): Use helper functions
8161 `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
8162 Also use new accessors.
8163 (org-list-struct-fix-struct): Comment function. Call directly
8164 `org-list-struct-apply-struct', without removing unchanged items
8165 first.
8166 (org-list-struct-apply-struct): Comment function. Rewrite using
8167 new accessors. Use new variable `org-list-full-item-re'.
8168 (org-list-shift-item-indentation): Removed function, now included
8169 in `org-list-struct-apply-struct' because it is too specific.
8170
8171 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8172
8173 * org-list.el (org-toggle-checkbox): Use structures to fix
8174 checkboxes of a list.
8175 (org-update-checkbox-count): Use structures to update cookies.
8176
8177 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8178
8179 * org-list.el (org-list-struct-fix-checkboxes): New function.
8180 (org-checkbox-blocked-p): Removed function.
8181
8182 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8183
8184 * org-list.el (org-list-get-all-items): New function.
8185 (org-list-get-all-children): New function.
8186 (org-list-get-nth): New function.
8187 (org-list-set-nth): New function.
8188 (org-list-get-ind): New function.
8189 (org-list-set-ind): New function.
8190 (org-list-get-bullet): New function.
8191 (org-list-set-bullet): New function.
8192 (org-list-get-checkbox): New function.
8193 (org-list-set-checkbox): New function.
8194 (org-list-struct-fix-bul): Use new accessors.
8195 (org-list-repair): Use new accessors.
8196 (org-list-indent-item-generic): Make use of accessors.
8197 (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
8198 (org-list-get-child): Renamed from `org-list-struct-get-child'.
8199 (org-list-struct-fix-ind): Make use of accessors.
8200 (org-list-get-next-item): New function.
8201 (org-list-get-subtree): New function.
8202
8203 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8204
8205 * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
8206 list structure.
8207
8208 * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
8209 value in structure.
8210
8211 * org-list.el (org-list-struct-apply-struct): Also apply
8212 checkboxes.
8213
8214 2011-07-28 Bastien Guerry <bzg@gnu.org>
8215
8216 * org-latex.el (org-export-latex-content): Bind local variables
8217 for export in the temporary export buffer.
8218
8219 2011-07-28 David Maus <dmaus@ictsoc.de>
8220
8221 * org-protocol.el (org-protocol-unhex-single-byte-sequence)
8222 (org-protocol-unhex-string, org-protocol-unhex-compound): Change
8223 date of obsolete declaration to 2011-02-17.
8224
8225 2011-07-28 David Maus <dmaus@ictsoc.de>
8226
8227 * org.el (org-link-escape): Throw error if encoding character in
8228 utf8 fails.
8229
8230 2011-07-28 David Maus <dmaus@ictsoc.de>
8231
8232 * org-protocol.el (org-protocol-split-data)
8233 (org-protocol-open-source): Use `org-link-unescape' instead of
8234 obsolete unhex string function.
8235
8236 2011-07-28 David Maus <dmaus@ictsoc.de>
8237
8238 * org.el (org-link-escape, org-link-escape-chars-browser)
8239 (org-link-escape-chars): Always percent escape the percent sign.
8240
8241 2011-07-28 David Maus <dmaus@ictsoc.de>
8242
8243 * org.el (org-link-unescape): Simpler algorithm for replacing
8244 percent escapes.
8245 (org-link-unescape-compound): Use cond statements instead of nested
8246 if, convert hex string with string-to-number, save match data.
8247 (org-link-unescape-single-byte-sequence): Use mapconcat and
8248 string-to-number for unescaping single byte sequence.
8249
8250 2011-07-28 David Maus <dmaus@ictsoc.de>
8251
8252 * org.el (org-link-escape): Rename lambda argument.
8253
8254 2011-07-28 David Maus <dmaus@ictsoc.de>
8255
8256 * org.el (org-link-escape-chars-browser, org-link-escape-chars):
8257 Add percent sign to list of escape chars.
8258
8259 2011-07-28 David Maus <dmaus@ictsoc.de>
8260
8261 * org-mobile.el (org-mobile-escape-olp): Use new percent escape
8262 character table format.
8263
8264 2011-07-28 David Maus <dmaus@ictsoc.de>
8265
8266 * org-mobile.el (org-mobile-locate-entry): Remove obsolete
8267 argument in call to org-link-unescape.
8268
8269 2011-07-28 David Maus <dmaus@ictsoc.de>
8270
8271 * org-protocol.el (org-protocol-unhex-string)
8272 (org-protocol-unhex-compound)
8273 (org-protocol-unhex-single-byte-sequence): Declare obsolete and
8274 alias to respective org-link-unescape-* functions.
8275
8276 2011-07-28 David Maus <dmaus@ictsoc.de>
8277
8278 * org.el (org-link-unescape, org-link-unescape-compound)
8279 (org-link-unescape-single-byte-sequence): Functions moved and renamed
8280 from org-protocol.el.
8281
8282 2011-07-28 David Maus <dmaus@ictsoc.de>
8283
8284 * org-macs.el (org-char-to-string): Inline function to properly
8285 decode utf8 characters in Emacs 22. Moved and renamed from
8286 org-protocol.el.
8287
8288 2011-07-28 David Maus <dmaus@ictsoc.de>
8289
8290 * org.el (org-link-escape): New optional argument. Merge user
8291 table with default table.
8292
8293 2011-07-28 David Maus <dmaus@ictsoc.de>
8294
8295 * org.el (org-link-escape): Fixup doc string.
8296
8297 2011-07-28 David Maus <dmaus@ictsoc.de>
8298
8299 * org.el (org-link-escape-chars, org-link-escape-chars-browser):
8300 New format of percent escape table.
8301 (org-link-escape): Use new table format.
8302
8303 2011-07-28 David Maus <dmaus@ictsoc.de>
8304
8305 * org.el (org-link-escape): New Unicode aware percent encoding
8306 algorithm.
8307
8308 2011-07-28 Sebastian Rose <sebastian_rose@gmx.de>
8309
8310 * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
8311 function. Decode hex-encoded singly byte sequences.
8312 (org-protocol-unhex-compound): Use new function if decoding sequence
8313 as Unicode character failed.
8314
8315 2011-07-28 Bastien Guerry <bzg@gnu.org>
8316
8317 * org-html.el (org-export-as-html): Expand the HTML title.
8318
8319 2011-07-28 Bastien Guerry <bzg@gnu.org>
8320
8321 * org-publish.el (org-publish-cache-ctime-of-src): Improve
8322 docstring.
8323 (org-publish-find-title): New option to explicitly reset the title
8324 in the cache.
8325 (org-publish-format-file-entry): Use this new option.
8326
8327 2011-07-28 Dan Davison <dandavison7@gmail.com>
8328
8329 * org-exp.el (org-export-preprocess-string): Set the source buffer
8330 and use `org-clone-local-variables' to get local variables from
8331 it.
8332
8333 2011-07-28 Dan Davison <dandavison7@gmail.com>
8334
8335 * org-exp.el (org-export-format-source-code-or-example): Allow
8336 empty string as second element in minted/listings options.
8337
8338 2011-07-28 Dan Davison <dandavison7@gmail.com>
8339
8340 * org-exp.el (org-export-format-source-code-or-example): Support
8341 new user-customizable options.
8342 (org-export-latex-custom-lang-environments): Ensure new variable
8343 is defined.
8344 (org-export-latex-listings-options): Ensure new variable is defined.
8345 (org-export-latex-minted-options): Ensure new variable is defined.
8346
8347 2011-07-28 Bastien Guerry <bzg@gnu.org>
8348
8349 * org-html.el (org-export-as-html): Handle the case when
8350 `org-export-html-validation-link' is nil to keep backward
8351 compatible with the old default value of this variable.
8352
8353 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8354
8355 * ob.el (org-babel-insert-result): Don't choke if indent is not a
8356 number.
8357
8358 2011-07-28 Christian Moe <mail@christianmoe.com> (tiny change)
8359
8360 * org-bbdb.el (org-bbdb-export): When a link description has been
8361 added by `org-export-normalize-links', use path instead (remove
8362 the `bbdb:' prefix).
8363
8364 2011-07-28 Bastien Guerry <bzg@gnu.org>
8365
8366 * org-ascii.el (org-export-ascii-underline): Put the level's
8367 characters in the right order, as documented by the docstring.
8368 (org-ascii-level-start): Select the right char for underlining
8369 headlines.
8370
8371 2011-07-28 Bastien Guerry <bzg@gnu.org>
8372
8373 * org-src.el (org-edit-src-code): Allow to edit source code from
8374 modes derived from Org.
8375
8376 2011-07-28 Niels Giesen <niels.giesen@gmail.com>
8377
8378 * org-clock.el (org-clock-clocktable-language-setup): Add list of
8379 dutch strings.
8380
8381 2011-07-28 Dan Davison <dandavison7@gmail.com>
8382
8383 * org-beamer.el: Mark frame as fragile when it is using minted for
8384 src block export.
8385
8386 2011-07-28 Bastien Guerry <bzg@gnu.org>
8387
8388 * org-agenda.el (org-agenda-date-later)
8389 (org-agenda-date-earlier): Enhance docstrings.
8390 (org-agenda-bulk-mark-regexp): Only match against headlines.
8391 Send a message when no entry is marked.
8392 (org-agenda-bulk-action): Fix bug about scattering deadlines.
8393 Send an error when trying to scatter outside an agenda or a
8394 timeline view. Silently fail when trying to scatter sexp entries.
8395
8396 2011-07-28 Bastien Guerry <bzg@gnu.org>
8397
8398 * org-clock.el (org-clock-clocktable-language-setup): New custom
8399 variable.
8400 (org-clocktable-defaults): Set the default language.
8401 (org-clocktable-write-default): Use the new variable.
8402
8403 2011-07-28 Dan Davison <dandavison7@gmail.com>
8404
8405 * ob.el (org-babel-src-block-names): Don't strip text properties
8406 from search hits.
8407 (org-babel-result-names): Don't strip text properties from search
8408 hits.
8409
8410 2011-07-28 Dan Davison <dandavison7@gmail.com>
8411
8412 * ob-python.el (org-babel-python-evaluate-session): Pass nil as
8413 remove-echo part of META argument to
8414 `org-babel-comint-with-output'.
8415
8416 2011-07-28 Dan Davison <dandavison7@gmail.com>
8417
8418 * ob.el (org-babel-script-escape): Use `substring' comparison
8419 instead of regexp matching.
8420
8421 2011-07-28 Dan Davison <dandavison7@gmail.com>
8422
8423 * org-src.el (org-edit-src-code): When generating the code edit
8424 buffer, it is necessary for several variables to inherit their
8425 values from the parent org buffer. These changes collect all such
8426 variables together into a single association list of
8427 `(variable-name value)' pairs. In addition, a new variable is
8428 added to the list: `org-edit-src-content-indentation'. This has
8429 the effect that a buffer local value can be used for that
8430 variable.
8431
8432 2011-07-28 Dan Davison <dandavison7@gmail.com>
8433
8434 * ob-table.el (sbe): Don't truncate sbe results.
8435
8436 2011-07-28 Lawrence Mitchell <wence@gmx.li>
8437
8438 * org-exp.el (org-export-add-options-to-plist): Require match to
8439 start at a word-boundary.
8440
8441 2011-07-28 Bastien Guerry <bzg@gnu.org>
8442
8443 * org-latex.el (org-export-latex-hyperref-format): Update
8444 docstring.
8445
8446 2011-07-28 Tom Dye <tsd@tsdye.com>
8447
8448 * org.el: Update documentation of `org-add-link-type'.
8449
8450 2011-07-28 Dan Davison <dandavison7@gmail.com>
8451
8452 * org.el (org-open-at-point): Fix bug when using prefix arg to
8453 construct `org-link-search' call. Rename prefix arg with a more
8454 generic name, to reflect its diverse uses in this function.
8455
8456 2011-07-28 Rémi Vanicat <vanicat@debian.org>
8457
8458 * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
8459 (org-icalendar-date-time-format): New custom variable.
8460 (org-icalendar-use-UTC-date-timep): New function.
8461 (org-ical-ts-to-string): Use the new variable.
8462
8463 2011-07-28 Bastien Guerry <bzg@gnu.org>
8464
8465 * org-vm.el (org-vm-store-link): Make sure the buffer is
8466 associated with a file when trying to store an Org link.
8467
8468 2011-07-28 Dan Davison <dandavison7@gmail.com>
8469
8470 * ob.el (org-babel-params-from-properties): Test for
8471 "header-arg-name" and ":header-arg-name", in that order.
8472
8473 2011-07-28 Bastien Guerry <bzg@gnu.org>
8474
8475 * org-capture.el (org-capture-templates): Document "currentfile"
8476 for capture template.
8477 (org-capture-templates): Allow to use currentfile for capture
8478 templates.
8479 (org-capture-set-target-location): Handle currentfile as a way to
8480 setting the capture buffer.
8481
8482 2011-07-28 Bastien Guerry <bzg@gnu.org>
8483
8484 * ob.el (org-babel-params-from-properties): Don't wrap
8485 `org-entry-get' into `condition-case'.
8486
8487 2011-07-28 Dan Davison <dandavison7@gmail.com>
8488
8489 * org.el (org-entry-get): Don't look for a property drawer if we
8490 are before the first heading in the file.
8491 (org-entry-get-with-inheritance): Don't attempt to move up the
8492 tree if we are before the first heading in the file. Also,
8493 enclose less of the function in the `save-excursion'.
8494
8495 2011-07-28 Dan Davison <dandavison7@gmail.com>
8496
8497 * ob.el (org-babel-params-from-buffer): Return desired value
8498 rather than nil from failed re search.
8499
8500 2011-07-28 Bastien Guerry <bzg@gnu.org>
8501
8502 * org-agenda.el (org-get-entries-from-diary): Put multiline diary
8503 entries on a single line when lines don't start with a diary time.
8504
8505 2011-07-28 Bastien Guerry <bzg@gnu.org>
8506
8507 * org-html.el (org-export-html-protect-char-alist): New custom
8508 variable to define characters to be HTML protected.
8509 (org-html-protect): Use the new variable.
8510
8511 2011-07-28 Bastien Guerry <bzg@gnu.org>
8512
8513 * org-info.el (org-info-store-link): Use "#" to separate the info
8514 file and the node.
8515 (org-info-follow-link): Use both "#" to separate the info file and
8516 the node. Continue to use ":" for backward compatibility.
8517
8518 2011-07-28 Bastien Guerry <bzg@gnu.org>
8519
8520 * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
8521 variable.
8522 (org-print-icalendar-entries): Use this new variable to prevent
8523 export of entries with a :noexport: tag.
8524
8525 2011-07-28 Bastien Guerry <bzg@gnu.org>
8526
8527 * org-exp.el (org-export-initial-scope): New custom variable.
8528 (org-export): Use this new variable. If there is an active
8529 region, tell it when prompting the user for an export command.
8530 Also change the way the function handles selection of buffer and
8531 subtree export.
8532
8533 2011-07-28 Bastien Guerry <bzg@gnu.org>
8534
8535 * org-html.el (org-export-html-auto-preamble)
8536 (org-export-html-auto-postamble): Remove.
8537 (org-export-html-preamble, org-export-html-postamble): Turn into
8538 custom variables. Update the docstrings.
8539 (org-export-html-preamble-format)
8540 (org-export-html-postamble-format): New custom variables.
8541 (org-export-as-html): Use `org-export-html-postamble-format' and
8542 `org-export-html-preamble-format'.
8543 (org-export-html-title-format): Delete.
8544
8545 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8546
8547 * org-exp-blocks.el (org-export-blocks-format-ditaa): This
8548 function is begin deprecated in favor of begin_src blocks.
8549 (org-export-blocks-format-dot): This function is begin deprecated in
8550 favor of begin_src blocks.
8551
8552 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8553
8554 * ob.el (org-babel-header-arg-names): no-expand is now part of the
8555 default header argument names list.
8556
8557 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
8558
8559 * org-publish.el (org-publish-sitemap-date-format)
8560 (org-publish-sitemap-file-entry-format): New custom variables.
8561 (org-publish-projects): Use these variables to format the sitemap
8562 entries.
8563
8564 2011-07-28 Ulf Stegemann <ulf-news@zeitform.de>
8565
8566 * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
8567 from `message-mode'.
8568
8569 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8570
8571 * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
8572 updating the filter while the clock report is following the
8573 filter.
8574
8575 2011-07-28 Julien Danjou <julien@danjou.info>
8576
8577 * org-agenda.el (org-agenda): Kill all local variables. This
8578 assures we are not keeping buffer variable from an old agenda view
8579 when switching to a new custom agenda.
8580
8581 2011-07-28 Julien Danjou <julien@danjou.info>
8582
8583 * org-crypt.el (org-encrypt-string): New function.
8584 (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
8585 cached crypted values.
8586 (org-decrypt-entry): Store crypted text in decrypted text.
8587
8588 2011-07-28 Dan Davison <dandavison7@gmail.com>
8589
8590 * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
8591 if a non-nil result is returned.
8592
8593 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8594
8595 * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
8596 modified today.
8597
8598 2011-07-28 Bastien Guerry <bzg@gnu.org>
8599
8600 * org.el (org-update-parent-todo-statistics): Fix bug when
8601 updating statistics from the column view.
8602
8603 2011-07-28 Bastien Guerry <bzg@gnu.org>
8604
8605 * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
8606 (org-agenda-menu): Add the new command to the menu.
8607 (org-agenda-mode-map): Add % as the keybinding for the new
8608 command.
8609
8610 2011-07-28 Bastien Guerry <bzg@gnu.org>
8611
8612 * org-exp.el (org-export-target-internal-links): Locally turn on
8613 `org-link-search-must-match-exact-headline' to match exact
8614 internal links.
8615
8616 2011-07-28 Julien Danjou <julien@danjou.info>
8617
8618 * org-faces.el (org-special-keyword): Make it inherited from
8619 `font-lock-keyword-face'.
8620
8621 2011-07-28 Julien Danjou <julien@danjou.info>
8622
8623 * org-faces.el (org-link): Make `org-link' inherits from `link'
8624 face.
8625
8626 2011-07-28 Bastien Guerry <bzg@gnu.org>
8627
8628 * org.el (org-narrow-to-block): New function to narrow to block.
8629 Bound this function to `C-x n b'.
8630
8631 2011-07-28 Bastien Guerry <bzg@gnu.org>
8632
8633 * org.el (org-schedule, org-deadline): Fix bug: take care of
8634 repeating timestamps like ".+1d/3d" or "+1d 10d".
8635
8636 2011-07-28 Bastien Guerry <bzg@gnu.org>
8637
8638 * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
8639 to use a list of TODO keywords as the value of this variable. The
8640 agenda will show repeating stamps for entries matching these TODO
8641 keywords.
8642 (org-agenda-get-timestamps, org-agenda-get-deadlines)
8643 (org-agenda-get-scheduled): Allow the use of a list of keywords in
8644 `org-agenda-repeating-timestamp-show-all'.
8645
8646 2011-07-28 Bastien Guerry <bzg@gnu.org>
8647
8648 * org-latex.el (org-export-latex-emph-format): Don't use
8649 `org-export-latex-use-verb'. Remove this variable.
8650
8651 2011-07-28 Jason Dunsmore <emacs-orgmode@dunsmor.com> (tiny change)
8652
8653 * org-html.el (org-html-handle-time-stamps): Fix bug when
8654 exporting inactive timestamps.
8655
8656 2011-07-28 Bastien Guerry <bzg@gnu.org>
8657
8658 * org-archive.el (org-archive-save-context-info): Fix docstring
8659 typo.
8660 (org-archive-subtree-add-inherited-tags): New variable to control
8661 whether inherited tags should be appended to local tags when
8662 archiving subtrees.
8663 (org-archive-subtree): Use the new variable.
8664
8665 2011-07-28 Bastien Guerry <bzg@gnu.org>
8666
8667 * org-archive.el (org-archive-save-context-info): Fix docstring.
8668
8669 2011-07-28 Julien Danjou <julien@danjou.info>
8670
8671 * org-crypt.el (org-decrypt-entry): Delete \n on top level
8672 heading. This avoids a display bug showing the heading outlined
8673 where the text is not since it does not have the outline property.
8674 Restore subtree visibility state after decryption.
8675
8676 2011-07-28 Julien Danjou <julien@danjou.info>
8677
8678 * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
8679 as a possible default span if it is set.
8680
8681 2011-07-28 Dan Davison <dandavison7@gmail.com>
8682
8683 * org-src.el (org-edit-src-persistent-message): Change docstring.
8684 (org-edit-src-code): Get rid of help message in echo area.
8685
8686 * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
8687 argument to org-edit-src-code as this has been removed.
8688
8689 2011-07-28 Bastien Guerry <bzg@gnu.org>
8690
8691 * org-latex.el (org-export-latex-emphasis-alist): Use
8692 \protectedtexttt for the =...= emphasis and \verb for the ~...~
8693 emphasis.
8694 (org-export-latex-use-verb): Now defaults to t.
8695 (org-export-latex-emph-format): Distinguish between =...= and
8696 ~...~ emphasis.
8697
8698 2011-07-28 Julien Danjou <julien@danjou.info>
8699
8700 * org.el (org-link-expand-abbrev): Allow any type of character in
8701 link expand.
8702
8703 2011-07-28 Dan Davison <dandavison7@gmail.com>
8704
8705 * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
8706
8707 2011-07-28 Dan Davison <dandavison7@gmail.com>
8708
8709 * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
8710 resolving references.
8711
8712 2011-07-28 Bastien Guerry <bzg@gnu.org>
8713
8714 * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
8715 instead of <hr> to keep w3c validator happy.
8716
8717 2011-07-28 Dan Davison <dandavison7@gmail.com>
8718
8719 * ob.el (org-babel-where-is-src-block-head): Detect src block if
8720 point is on a #+header line.
8721
8722 2011-07-28 Dan Davison <dandavison7@gmail.com>
8723
8724 * ob.el (org-babel-where-is-src-block-head): Skip over intervening
8725 #+header lines when searching for block associated with block name
8726 line.
8727
8728 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8729
8730 * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
8731 the more specific `org-at-item-p'.
8732
8733 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8734
8735 * org-latex.el (org-latex-default-figure-position): New defcustom
8736 for default placement of latex figures.
8737 (org-export-latex-tables): Positioning tables using the new
8738 defcustom variable.
8739 (org-export-latex-format-image): Positioning images using the new
8740 defcustom variable.
8741
8742 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8743
8744 * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
8745 evaluated and :file header argument is missing.
8746
8747 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8748
8749 * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
8750 to do anything to export code.
8751 (org-babel-exp-results): No longer returns a replacement for the
8752 code block.
8753 (org-babel-exp-inline-src-blocks): Simplified.
8754 (org-babel-exp-src-block): Removed unnecessary pluralization from
8755 function name.
8756
8757 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8758
8759 * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
8760 exportation of inline code blocks using normal code block
8761 execution mechanism to insert results.
8762 (org-babel-exp-results): Results exportation mechanism is unified
8763 for both inline and regular code blocks.
8764
8765 * ob.el (org-babel-where-is-src-block-result): Returns the point
8766 after an inline code block for inline code blocks.
8767
8768 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8769
8770 * ob.el (org-babel-insert-result): Special handling of the
8771 position of results of inline code blocks.
8772 (org-babel-examplize-region): Now able to comment inline regions.
8773
8774 2011-07-28 Lawrence Mitchell <wence@gmx.li>
8775
8776 * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
8777 that \\[ a = b \\] is not interpreted as a keybinding by
8778 `substitute-command-keys'.
8779
8780 2011-07-28 Dan Davison <dandavison7@gmail.com>
8781
8782 * org-latex.el (org-export-as-latex): Process export property list
8783 with `org-export-process-option-filters' early in latex export.
8784
8785 2011-07-28 Julien Danjou <julien@danjou.info>
8786
8787 * org.el: Remove `org-invisible-p': `outline-invisible-p' is
8788 available in Emacs 22 and in recent XEmacs 21. Replace in various
8789 files.
8790
8791 2011-07-28 Julien Danjou <julien@danjou.info>
8792
8793 * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
8794 it must has \\ at the end of the line. This avoid matching the
8795 following heading when there's no newline between the logged state
8796 and the next heading.
8797
8798 2011-07-28 Julien Danjou <julien@danjou.info>
8799
8800 * org-agenda.el (org-format-agenda-item): Simplify time comuting.
8801
8802 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8803
8804 * org.el (org-current-level, org-store-link, org-mark-subtree):
8805 Use `org-with-limited-levels'.
8806
8807 2011-07-28 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
8808
8809 * org-publish.el (org-publish-get-base-files): Add sitemap file.
8810
8811 2011-07-28 Matt Lundin <mdl@imapmail.org>
8812
8813 * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
8814 (org-agenda-todo-ignore-scheduled): New option.
8815 (org-agenda-todo-ignore-timestamp): New option.
8816 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
8817 Allow user to specify custom distance to ignore (future or past).
8818 (org-agenda-todo-custom-ignore-p): New function.
8819
8820 2011-07-28 Matt Lundin <mdl@imapmail.org>
8821
8822 * org-habit.el (org-habit-parse-todo) Don't parse more days than
8823 needed.
8824
8825 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8826
8827 * ob.el (org-babel-map-inline-src-blocks): Macro for executing
8828 code in each inline code block.
8829 (org-babel-execute-buffer): Executes inline code blocks as well as
8830 regular code blocks.
8831
8832 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8833
8834 * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
8835 blocks for removal.
8836
8837 2011-07-28 Benjamin Drieu <bdrieu@april.org> (tiny change)
8838
8839 * org-clock.el (org-clock-before-select-task-hook): New hook.
8840 (org-clock-select-task): Run new hook.
8841
8842 2011-07-28 Julien Danjou <julien@danjou.info>
8843
8844 * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
8845 events with range. This display things like: <2011-01-22 Sat
8846 14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
8847 at 14:00 and ending at 20:00.
8848
8849 2011-07-28 Dan Davison <dandavison7@gmail.com>
8850
8851 * ob.el (org-babel-inline-src-block-regexp): Character preceding
8852 "src_" can now be anything as long as it is neither alphanumeric
8853 nor '-'.
8854
8855 2011-07-28 Dan Davison <dandavison7@gmail.com>
8856
8857 * ob.el (org-babel-merge-params): Docstring typo.
8858
8859 2011-07-28 Dan Davison <dandavison7@gmail.com>
8860
8861 * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
8862 in the buffer.
8863
8864 2011-07-28 Dan Davison <dandavison7@gmail.com>
8865
8866 * ob.el (org-babel-get-src-block-info): Alter order of merge
8867 arguments.
8868
8869 2011-07-28 Dan Davison <dandavison7@gmail.com>
8870
8871 * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
8872
8873 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8874
8875 * ob.el (org-babel-insert-result): Ensure all parts of result
8876 wrappers end in newlines.
8877
8878 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8879
8880 * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
8881 optionally creates parent directories of tangle targets.
8882
8883 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8884
8885 * org-ascii.el (org-ascii-level-start): Catch the case of levels
8886 which do not have an equivalent in the list of underline
8887 characters.
8888
8889 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8890
8891 * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
8892 the format string used to escape arguments to shell code blocks.
8893
8894 2011-07-28 Julien Danjou <julien@danjou.info>
8895
8896 * org-agenda.el (org-agenda-reset-view): New function.
8897 (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
8898
8899 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
8900
8901 * org-exp.el (org-export-handle-include-files): Support :lines
8902 property.
8903 (org-get-file-contents): New argument lines to include specify a
8904 range of lines to include.
8905
8906 2011-07-28 Bastien Guerry <bzg@gnu.org>
8907
8908 * org.el (org-fast-tag-selection): Fix bug when assigning keys.
8909
8910 2011-07-28 Lawrence Mitchell <wence@gmx.li>
8911
8912 * org-latex.el (org-export-latex-make-header): Export email in
8913 author line if `org-export-email-info' is non-nil.
8914
8915 2011-07-28 Julien Danjou <julien@danjou.info>
8916
8917 * org-agenda.el (org-agenda-goto-today): Respect current span.
8918
8919 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8920
8921 * org-complete.el (pcomplete/org-mode/link)
8922 (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
8923 before uniquifying.
8924
8925 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8926
8927 * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
8928 linking comment type
8929 (org-babel-tangle-comment-links): Returns comment links for the
8930 source code block at point.
8931
8932 2011-07-28 Bastien Guerry <bzg@gnu.org>
8933
8934 * org.el (org-refile-check-position): Send a more explicit message
8935 on how to clear the cache before refiling again.
8936
8937 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8938
8939 * org-agenda.el (org-agenda-skip-function-global): New option.
8940 (org-agenda-skip-eval): New function.
8941 (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
8942 the global skipping condition.
8943
8944 2011-07-28 David Maus <dmaus@ictsoc.de>
8945
8946 * org-html.el (org-export-as-html): Handle timestamps after
8947 handling links.
8948
8949 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8950
8951 * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
8952 until either a matching block is found, or the limits of the file
8953 are reached.
8954
8955 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8956
8957 * ob.el (org-babel-update-block-body): Literal argument to
8958 `replace-match' to allow insertion of text containing '\'.
8959
8960 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8961
8962 * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
8963 into code blocks.
8964
8965 2011-07-28 David Maus <dmaus@ictsoc.de>
8966
8967 * test-org-table.el
8968 (test-org-table/org-table-convert-refs-to-rc/3)
8969 (test-org-table/org-table-convert-refs-to-rc/2)
8970 (test-org-table/org-table-convert-refs-to-rc/1)
8971 (test-org-table/org-table-convert-refs-to-an/3)
8972 (test-org-table/org-table-convert-refs-to-an/2)
8973 (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
8974 table formular format conversion.
8975
8976 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8977
8978 * org.el (org-sort-entries): Fix sorting with a bold emphasis at
8979 bol.
8980
8981 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8982
8983 * ob.el (org-babel-open-src-block-result): Must collect result
8984 *before* jumping to the result buffer.
8985
8986 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8987
8988 * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
8989 used after update to regexp.
8990
8991 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8992
8993 * ob.el (org-babel-temp-file): Ensure that
8994 `org-babel-temporary-directory' is bound before using.
8995 (org-babel-remove-temporary-directory): Safer error throwing.
8996
8997 2011-07-28 niels giesen <niels.giesen@gmail.com>
8998
8999 * org-docbook.el (org-export-docbook-finalize-table): Do literal
9000 replacements.
9001
9002 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9003
9004 * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
9005 resolve language names for evaluation.
9006
9007 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9008
9009 * org-capture.el (org-capture-templates): Add %f and %F escapes
9010 (org-capture): Add more information to capture property list
9011 (org-capture-fill-template): Handle %f and %F escapes.
9012
9013 2011-07-28 David Maus <dmaus@ictsoc.de>
9014
9015 * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
9016 symlink target.
9017
9018 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9019
9020 * org.el (org-occur-next-match): New function.
9021 (org-mode): Set the variable `next-error-function'.
9022 (org-highlight-new-match): Add an `org-type' property to the
9023 overlays.
9024
9025 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9026
9027 * ob-calc.el: No longer require `calc-trail' on XEmacs.
9028
9029 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9030
9031 * org.el (org-modules): Add `org-eshell'.
9032
9033 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9034
9035 * org-special-blocks.el (htmlp, latexp, line): Add defvars for
9036 dynamically scoped variables.
9037
9038 * org.el (org-modules): Move `org-special-blocks' into the core
9039 modules section.
9040
9041 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9042
9043 * org-special-blocks.el: New file.
9044
9045 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9046
9047 * org.el (org-plist-delete): Remove duplicate definition.
9048
9049 2011-07-28 Bernt Hansen <bernt@norang.ca>
9050
9051 * org-agenda.el (org-agenda-goto): Display invisible entry text.
9052
9053 * org-agenda.el (org-agenda-switch-to): Display invisible entry
9054 text.
9055
9056 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9057
9058 * org.el (org-get-category): New optional argument FORCE-REFRESH.
9059 Automatically refresh if the property is not there.
9060 (org-entry-properties): Remove refresh - this is now done in
9061 org-get-category.
9062
9063 * org-clock.el (org-clock-insert-selection-line): Let
9064 `org-get-category' do the property refresh.
9065
9066 * org-archive.el (org-archive-subtree): Force a refresh of
9067 category properties.
9068
9069 2011-07-28 Julien Danjou <julien@danjou.info>
9070
9071 * org-icalendar.el (org-print-icalendar-entries): Do not manually
9072 refresh categories.
9073
9074 2011-07-28 Dan Davison <dandavison7@gmail.com>
9075
9076 * org.el (org-display-inline-images): Check for clear-image-cache
9077 before using it.
9078
9079 2011-07-28 Bernt Hansen <bernt@norang.ca>
9080
9081 * org.el: Document missing value for org-link-frame-setup.
9082
9083 2011-07-28 Dan Davison <dandavison7@gmail.com>
9084
9085 * ob-R.el (org-babel-R-write-object-command): Force evaluation of
9086 user code prior to the R exception-handling, so that errors in
9087 user code are unhandled.
9088
9089 2011-07-28 Dan Davison <dandavison7@gmail.com>
9090
9091 * org-src.el (org-src-font-lock-fontify-block): Test, early on,
9092 that a major-mode function corresponding to the language string
9093 exists.
9094
9095 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9096
9097 * org-exp.el (org-export-mark-list-ending): Insert additional
9098 newline characters if end-list-marker is at a wrong position.
9099
9100 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9101
9102 * ob.el (org-babel-script-escape): Replace commas with spaces for
9103 better list reading when list items are packed with commas,
9104 e.g. Haskell list output.
9105
9106 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9107
9108 * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
9109 error reporting.
9110
9111 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9112
9113 * ob.el (org-babel-confirm-evaluate): Fix for the case when
9114 org-confirm-babel-evaluate is a function (used to always ask no
9115 matter what the function returns).
9116
9117 2011-07-28 Dan Davison <dandavison7@gmail.com>
9118
9119 * ob-R.el: Delete duplicated function.
9120
9121 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9122
9123 * ob.el (org-babel-execute-src-block): Removed unused flet
9124 function.
9125
9126 2011-07-28 Dan Davison <dandavison7@gmail.com>
9127
9128 * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
9129 signal that the intended content has been written to file.
9130
9131 * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
9132 the intended content has been written to file.
9133
9134 * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
9135 intended content has been written to file.
9136
9137 * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
9138 that the intended content has been written to file.
9139
9140 * ob-latex.el (org-babel-execute:latex): Return nil to signal that
9141 the intended content has been written to file.
9142
9143 * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
9144 that the intended content has been written to file.
9145
9146 * ob-octave.el (org-babel-execute:octave): Return result; not name
9147 of output file.
9148
9149 * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
9150 signal that the intended content has been written to file.
9151
9152 * ob-python.el (org-babel-execute:python): Return result; not name
9153 of output file.
9154
9155 * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
9156 output file.
9157
9158 * ob-sass.el (org-babel-execute:sass): Return nil if result has
9159 been written to file.
9160
9161 2011-07-28 Dan Davison <dandavison7@gmail.com>
9162
9163 * ob-R.el (org-babel-R-graphical-output-file): New function
9164 returns the name of the output file iff R has been instructed to
9165 send graphical output to file by means of the ":results graphics"
9166 directive.
9167 (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
9168 when constructing the R code to evaluate, which may be augmented
9169 with code implementing the writing of graohical output to file.
9170 (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
9171 determine whether R is taking responsibility for writing output to
9172 file; if so, this is signaled to ob.el by returning a nil result.
9173
9174 2011-07-28 Dan Davison <dandavison7@gmail.com>
9175
9176 * ob.el (org-babel-format-result): New function to format results
9177 of src block execution.
9178 (org-babel-execute-src-block): Use `org-babel-format-result' when
9179 writing to file.
9180 (org-babel-open-src-block-result): Use `org-babel-format-result'
9181 when displaying results in a buffer. Name results buffer
9182 differently.
9183
9184 2011-07-28 Dan Davison <dandavison7@gmail.com>
9185
9186 * ob.el (org-babel-execute-src-block): Avoid calling
9187 `orgtbl-to-generic' on number results.
9188
9189 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9190
9191 * ob.el (org-babel-execute-src-block): Allow specification of
9192 table separator with :sep header argument.
9193 (org-babel-open-src-block-result): Allow specification of table
9194 separator with :sep header argument.
9195
9196 2011-07-28 Dan Davison <dandavison7@gmail.com>
9197
9198 * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
9199 executing buffer (note that this handles execute subtree also).
9200
9201 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9202
9203 * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
9204 do not modify match data either.
9205 (org-inlinetask-goto-end): Small refactoring, remove
9206 case-sensitivity.
9207 (org-inlinetask-goto-beginning): Small refactoring, remove
9208 case-sensitivity.
9209
9210 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9211
9212 * org-capture.el (org-capture-set-target-location): Use
9213 `current-time'.
9214
9215 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9216
9217 * org-capture.el (org-capture-set-target-location): Use
9218 `current-time'.
9219
9220 2011-07-28 Bernt Hansen <bernt@norang.ca>
9221
9222 * org.el (org-before-first-heading-p): If point is on an org-mode
9223 heading line then we are not before the first heading.
9224
9225 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9226
9227 * org-timer.el (org-timer-continue-hook): Define the variable
9228 (org-timer-pause-or-continue): Run hook after relative timer is
9229 continued.
9230
9231 2011-07-28 Julien Danjou <julien@danjou.info>
9232
9233 * org-agenda.el (org-compile-prefix-format): Allow %() expression.
9234
9235 2011-07-28 Julien Danjou <julien@danjou.info>
9236
9237 * org-capture.el (org-capture-fill-template): Use org-eval.
9238
9239 2011-07-28 Julien Danjou <julien@danjou.info>
9240
9241 * org-agenda.el (org-eval): New function.
9242
9243 2011-07-28 Dan Davison <dandavison7@gmail.com>
9244
9245 * ob.el (org-babel-execute-src-block): With :results file, when
9246 :file is not supplied, interpret result as a file link as long as
9247 it is a string.
9248
9249 2011-07-28 David Maus <dmaus@ictsoc.de>
9250
9251 * org-latex.el (org-export-latex-preprocess): Don't convert link
9252 description parts that look like numeric footnote.
9253
9254 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9255
9256 * org-latex.el (org-export-latex-tables): Allowing specification
9257 of tabular[xy] inner environments through the ATTR_LaTeX line.
9258
9259 2011-07-28 Julien Danjou <julien@danjou.info>
9260
9261 * org-capture.el (org-capture-fill-template): Use
9262 `org-set-property' directly.
9263
9264 2011-07-28 Julien Danjou <julien@danjou.info>
9265
9266 * org-agenda.el (org-agenda-prefix-format): Add missing `search'
9267 item in docstring.
9268
9269 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9270
9271 * org-exp.el (org-export-string): Use `format' to construct
9272 function call to allow symbolic or string arguments.
9273
9274 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9275
9276 * org-capture.el (org-capture-place-entry):
9277 (org-capture-insert-template-here): Check tree for validity before
9278 pasting it.
9279
9280 2011-07-28 Julien Danjou <julien@danjou.info>
9281
9282 * org-gnus.el (org-gnus-store-link): Trim date.
9283
9284 2011-07-28 Julien Danjou <julien@danjou.info>
9285
9286 * org.el (org-email-link-description): Allow to retrieve email
9287 link date.
9288
9289 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9290
9291 * org.el (org-make-target-link-regexp): `regexp-quote' target
9292 before replacing whitespace.
9293
9294 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9295
9296 * ob.el (org-babel-expand-noweb-references): Noweb references can
9297 now be resolved from the library of babel.
9298
9299 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9300
9301 * ob.el (org-babel-result-end): No longer leaving trailing new
9302 line after block removal.
9303
9304 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9305
9306 * org-latex.el (org-export-latex-first-lines): Anchor outline
9307 regexp during LaTeX tree export.
9308
9309 2011-07-28 Konrad Hinsen <konrad.hinsen@fastmail.net>
9310
9311 * ob-python.el (org-babel-python-initiate-session-by-key): Make
9312 sure that py-which-bufname is initialized, as otherwise it will be
9313 overwritten the first time a Python buffer is created.
9314
9315 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9316
9317 * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
9318 with spaces.
9319
9320 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9321
9322 * ob-org.el (org-babel-execute:org): Padding code block with an
9323 empty title on LaTeX export.
9324
9325 2011-07-28 Matt Lundin <mdl@imapmail.org>
9326
9327 * org.el (org-entry-properties): Stop scanning for timestamps if a
9328 specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
9329 requested and a match is found. Also, if a specific timestamp
9330 property is requested, do not push non-relevant timestamps onto
9331 property list.
9332
9333 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9334
9335 * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
9336 when grid is being made for today.
9337
9338 2011-07-28 Matt Lundin <mdl@imapmail.org>
9339
9340 * org-agenda.el (org-agenda-get-scheduled): Don't call
9341 `org-is-habit-p' until after checking for
9342 `org-agenda-skip-scheduled-if-done'.
9343
9344 2011-07-28 Achim Gratz <Stromeko@nexgo.de>
9345
9346 * org.el: Remove spurious linebreak introduced by earlier patch.
9347
9348 * ob.el, ob-ref.el: Remove double fix of the same problem.
9349
9350 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9351
9352 * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
9353
9354 2011-07-28 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
9355
9356 * org-html.el (org-export-html-mathjax-template): Displaymath
9357 environment and MathJax.
9358
9359 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9360
9361 * org-faces.el (org-agenda-current-time): New face.
9362
9363 * org-agenda.el (org-agenda-show-current-time-in-grid):
9364 (org-agenda-current-time-string): New options.
9365 (org-agenda-add-time-grid-maybe): Add current time to time grid.
9366
9367 2011-05-10 Jim Meyering <meyering@redhat.com>
9368
9369 Fix doubled-word typos.
9370 * org-agenda.el (org-agenda-entry-types): the the -> the
9371 * org-table.el (org-table-get-remote-range): or or -> or
9372 * org-wl.el (org-wl-folder-type): the the -> the
9373 * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
9374
9375 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9376
9377 * org-src.el (org-src-switch-to-buffer):
9378 * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
9379 * org-mouse.el (org-mouse-agenda-type):
9380 * org-freemind.el (org-freemind-node-to-org):
9381 * ob-sql.el (org-babel-execute:sql):
9382 * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
9383 * ob-ref.el (org-babel-ref-resolve): Fix use of case.
9384
9385 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
9386
9387 * Version 23.3 released.
9388
9389 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
9390
9391 * org.el (org-blank-before-new-entry, org-context-in-file-links)
9392 (org-refile-targets, org-log-repeat, org-insert-link)
9393 (org-speed-command-default-hook, org-speed-command-hook)
9394 (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
9395 Fix typos in docstrings.
9396 (org-toggle-pretty-entities): Fix typo in message.
9397
9398 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
9399
9400 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
9401
9402 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
9403
9404 * org-remember.el (org-remember-mode-map):
9405 * org-src.el (org-src-mode-map): Move initialization into declaration.
9406
9407 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * org-remember.el (org-remember-mode):
9410 * org-capture.el (org-capture-mode): Don't run hook redundantly.
9411
9412 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
9413
9414 * org-faces.el (org-link): Inherit from link face.
9415 Suggested by Joakim Verona.
9416
9417 2010-12-11 Tassilo Horn <tassilo@member.fsf.org>
9418
9419 * org-footnote.el (org-footnote-create-definition): Place
9420 Footnotes section before message-signature-separator also in modes
9421 derived from message-mode.
9422
9423 2010-12-11 Julien Danjou <julien@danjou.info>
9424
9425 * org.el (org-make-tags-matcher): Remove useless cat-p value.
9426
9427 2010-12-11 Julien Danjou <julien@danjou.info>
9428
9429 * org.el (org-entry-properties): Enhance docstring.
9430
9431 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
9432
9433 * org-list.el (org-list-top-point-with-indent)
9434 (org-list-bottom-point-with-indent): Pay also attention to
9435 'original-indentation property of text, as blocks are put to
9436 column 0 upon exporting.
9437
9438 2010-12-11 Dan Davison <dandavison7@gmail.com>
9439
9440 * ob.el (org-babel-remove-temporary-directory): Handle exception
9441 with message informing of failure to remove directory.
9442
9443 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9444
9445 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
9446 `package' to the list of Clojure header arguments which will be read
9447 from heading properties.
9448
9449 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
9450
9451 * org-inlinetask.el (org-inlinetask-export-templates): Add
9452 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
9453 not default as it requires an additional LaTeX package: "todonotes".
9454
9455 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
9456
9457 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
9458
9459 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
9460 templates to export inline tasks.
9461
9462 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
9463
9464 * org.el (org-current-level): Ignore inline tasks when getting current
9465 level of entry.
9466
9467 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
9468
9469 * org.el (org-indent-line-function): Ignore drawers inside inline
9470 tasks if the line to indent isn't inside an inline task itself.
9471
9472 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
9473
9474 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
9475
9476 * org-indent.el (org-indent-add-properties): Find true level of
9477 indentation wrt inline tasks.
9478
9479 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
9480
9481 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
9482
9483 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
9484
9485 * org-inlinetask.el (org-inlinetask-goto-end): New function.
9486
9487 * org.el (org-mark-subtree): New command.
9488
9489 * org.el (org-speed-commands-default, org-mode-map): Make use of
9490 new command.
9491
9492 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
9493
9494 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
9495 from @<span class...> so it can be removed during LaTeX export.
9496
9497 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9498
9499 * ob.el (org-babel-insert-result): More informative code block
9500 evaluation messages.
9501
9502 2010-12-11 Matt Lundin <mdl@imapmail.org>
9503
9504 * org.el (org-make-heading-search-string): Optionally limit number
9505 of lines stored in file link search strings.
9506 (org-context-in-file-links): Add option to set to integer specifying
9507 number of lines.
9508
9509 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9510
9511 * org-capture.el (org-capture-finalize): New prefix argument
9512 STAY-WITH-CAPTURE.
9513 (org-capture-refile): Improve docstring.
9514
9515 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9516
9517 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
9518 interaction engine.
9519
9520 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9521
9522 * org-agenda.el (org-agenda-list):
9523 (org-agenda-goto-today): Use `org-today'.
9524
9525 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9526
9527 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
9528 and the title/author definitions.
9529
9530 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9531
9532 * org-macs.el: Better backup definition for
9533 `with-silent-modifications'.
9534
9535 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9536
9537 * ob-python.el (org-babel-execute:python): Rename "prefix" to
9538 "preamble".
9539 (org-babel-python-evaluate): Rename "prefix" to "preamble".
9540 (org-babel-python-evaluate-external-process): Rename "prefix" to
9541 "preamble".
9542
9543 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9544
9545 * ob.el (org-babel-examplize-region): Check if `end' is a marker
9546 or a point and handle appropriately.
9547
9548 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9549
9550 * ob-sql.el (org-babel-execute:sql): Explicitly set field
9551 separator to \t when importing tabular data.
9552
9553 2010-12-11 Julien Danjou <julien@danjou.info>
9554
9555 * org-agenda.el (org-agenda-custom-commands-local-options):
9556 Allow org-agenda-span to be a symbol.
9557 (org-agenda-ndays): Make obsolete.
9558 (org-agenda-span): New variable superseding org-agenda-ndays.
9559 (org-agenda-menu): Use org-agenda-current-span.
9560 (org-agenda-current-span): New local variable storing current
9561 span.
9562 (org-agenda-list): Take a span instead of ndays as argument.
9563 This function is now responsible for computing the ndays based
9564 on span.
9565 (org-agenda-ndays-to-span): Return span only if number of days
9566 really matches.
9567 (org-agenda-span-to-ndays): New function.
9568 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
9569 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
9570 (org-agenda-later): Do not give compute a new span, use the
9571 current one.
9572 (org-agenda-day-view, org-agenda-week-view)
9573 (org-agenda-month-view, org-agenda-year-view): Stop touching
9574 org-agenda-ndays.
9575 (org-agenda-change-time-span): Only compute starting-span.
9576 (org-agenda-compute-starting-span): New function derived from
9577 the old org-agenda-compute-time-span.
9578 (org-agenda-set-mode-name): Compute mode based on
9579 org-agenda-current-span.
9580 (org-agenda-span-name): New function.
9581
9582 2010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
9583
9584 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
9585
9586 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9587
9588 * org-clock.el (org-quarter-to-date): Define variables.
9589 (org-clock-special-range): Defin variables. Use org-floor*.
9590 (org-clocktable-write-default): Define tcol.
9591
9592 * org-compat.el (org-floor*): New function.
9593
9594 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9595 John Wiegley <jwiegley@gmail.com>
9596
9597 * org-complete.el: New file.
9598
9599 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9600
9601 * org-clock.el (org-clocktable-write-default): Fix the % formula.
9602
9603 2010-12-11 Matt Lundin <mdl@imapmail.org>
9604
9605 * org-agenda.el (org-format-agenda-item): The value of
9606 org-category is not converted to a string unless it is defined.
9607
9608 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9609
9610 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
9611 header argument through to external evaluation.
9612 (org-babel-python-evaluate): Pass the new "prefix" header argument
9613 through to external evaluation.
9614 (org-babel-python-evaluate-external-process): When specified prepend
9615 "prefix" to the file used in external evaluation.
9616
9617 2010-12-11 Dan Davison <dandavison7@gmail.com>
9618
9619 * ob-python.el (org-babel-python-evaluate-session): Change python
9620 module name from 'pp' to 'pprint'.
9621
9622 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9623
9624 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
9625 from R session output, these are often the result of variable
9626 assignments.
9627
9628 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9629
9630 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
9631 fix a compiler warning.
9632
9633 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9634
9635 * ob-eval.el (require): No longer require ob.el to allow
9636 requiring by ob.el.
9637
9638 * ob.el (ob-eval): Require ob-eval.
9639
9640 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9641
9642 * ob.el (org-babel-confirm-evaluate): Show code block's name when
9643 it is available during evaluation query.
9644
9645 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9646
9647 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
9648 code block.
9649 (org-babel-execute:sql): Use sql specific body expansion function.
9650 (org-babel-sql-expand-vars): Insert variables into a sql code block.
9651
9652 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9653
9654 * ob.el (org-babel-insert-result): Using markers instead of
9655 points for more robust buffer anchors.
9656
9657 2010-12-11 Julien Danjou <julien@danjou.info>
9658
9659 * org-capture.el: Use org-today.
9660
9661 2010-12-11 Julien Danjou <julien@danjou.info>
9662
9663 * org-habit.el: Use org-today.
9664
9665 2010-12-11 Julien Danjou <julien@danjou.info>
9666
9667 * org.el (org-auto-repeat-maybe): Use org-today.
9668
9669 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9670
9671 * org-clock.el (org-day-of-week): New function.
9672 (org-quarter-to-date): New function.
9673 (org-clock-special-range): Implement quarters.
9674
9675 2010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
9676
9677 * org.el (org-complete-tags-always-offer-all-agenda-tags):
9678 Fix docstring.
9679
9680 2010-12-11 Julien Danjou <julien@danjou.info>
9681
9682 * org-agenda.el (org-format-agenda-item): Convert category to a string
9683 if it is a symbol. This fixes the following call to
9684 org-agenda-get-category-icon which fails if category is not a string.
9685
9686 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9687
9688 * ob-clojure.el: Updated requirements documentation to mention
9689 the minimum version of Clojure.
9690 (org-babel-expand-body:clojure): Fully qualified function name.
9691
9692 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
9693
9694 * org-latex.el (org-export-latex-lists): Do not add an
9695 unnecessary newline character after a list.
9696
9697 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
9698 point is just after a non blank line.
9699
9700 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9701
9702 * ob.el (org-babel-examplize-region): Remove old assertion which
9703 no longer applies to the result insertion code.
9704
9705 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9706
9707 * ob-python.el (org-babel-execute:python): Use a :return header
9708 argument for external evaluation in which the code block body need
9709 to be wrapped in a function.
9710
9711 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9712
9713 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
9714 variable.
9715
9716 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9717
9718 * org.el (org-edit-special): Edit formulas when in TBLMF line.
9719
9720 2010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
9721
9722 * org-capture.el (org-capture-after-finalize-hook): New hook.
9723 (org-capture-finalize): Run the new hook.
9724
9725 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9726
9727 * ob-clojure.el (org-babel-expand-body:clojure): Support for
9728 pretty printing of Clojure code and data.
9729
9730 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9731
9732 * ob.el (org-babel-insert-result): No longer escape results which
9733 will be wrapped in a block.
9734
9735 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9736
9737 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
9738 warning and added documentation string.
9739
9740 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9741
9742 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
9743 for all code evaluation.
9744
9745 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9746
9747 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
9748 the column as well.
9749
9750 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9751
9752 * ob.el (org-babel-confirm-evaluate): More descriptive message
9753 when evaluation is aborted or disabled.
9754
9755 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9756
9757 * ob.el (org-babel-insert-result): Responds to new "wrap" header
9758 argument.
9759 (org-babel-merge-params): Includes new "wrap" header argument in
9760 one of the results header argument exclusive groups.
9761
9762 2010-12-11 David Maus <dmaus@ictsoc.de>
9763
9764 * org-macs.el (with-silent-modifications): Fix condition for
9765 with-silent-modification.
9766
9767 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9768
9769 * ob.el (org-babel-parse-header-arguments): Stripping trailing
9770 spaces off of header arguments (even the first one).
9771
9772 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9773
9774 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
9775 single quotes which is the best practice.
9776 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
9777 more robust parsing of shell output.
9778
9779 2010-12-11 Dan Davison <dandavison7@gmail.com>
9780
9781 * org.el (org-additional-option-like-keywords): Add more keywords,
9782 and colons to some old ones.
9783
9784 2010-12-11 Dan Davison <dandavison7@gmail.com>
9785
9786 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
9787
9788 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9789
9790 * ob-python.el (org-babel-python-table-or-string):
9791 Using `org-babel-script-escape' for reading string input from scripting
9792 languages.
9793
9794 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
9795
9796 * org-macs.el (org-called-interactively-p): Wrap function call in
9797 with-no-warnings.
9798 (with-silent-modifications): Declare macro for Emacs < 23.2.
9799
9800 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9801
9802 * ob.el (org-babel-parse-header-arguments): Remove addition of
9803 ":" to singleton first header arguments as it was leading to errors.
9804
9805 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9806
9807 * org-latex.el (org-export-latex-make-header): Run the title through
9808 `org-export-latex-fontify-headline'.
9809 (org-export-latex-fontify-headline): Do the protection of math
9810 snippets also here.
9811
9812 2010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
9813
9814 * org-latex.el (org-export-as-latex): Sent the section title
9815 through the preprocessor.
9816
9817 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9818
9819 * org-html.el (org-html-level-start): Mark listified headings
9820 with a custom id.
9821
9822 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9823
9824 * org.el (org-open-at-point): Don't do footnote action if cursor is
9825 on a bracket link.
9826
9827 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9828
9829 * org.el (org-edit-special): Check also for TBLFM line.
9830
9831 2010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
9832
9833 * org-clock.el (org-get-clocktable): Previous patch incorrectly
9834 required whitespace in front of #+BEGIN: and #+END:.
9835
9836 2010-12-11 Dan Davison <dandavison7@gmail.com>
9837
9838 * org-src.el (org-edit-src-code): Allow region to be inherited by
9839 edit buffer when mark is one character beyond end of src block.
9840
9841 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
9842
9843 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
9844 checking item indentation.
9845
9846 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9847
9848 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
9849 and now autoloading.
9850
9851 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9852
9853 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
9854 for testing list membership.
9855
9856 * ob.el (org-babel-read-result): Use higher level function for
9857 testing list membership.
9858 (org-babel-result-end): Use higher level function for testing list
9859 membership.
9860
9861 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9862
9863 * ob-sqlite.el (ob-eval): Require ob-eval for external command
9864 execution.
9865 (org-babel-execute:sqlite): No longer uses the init option for
9866 passing commands to sqlite.
9867
9868 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
9869
9870 * org.el (org-indent-line-function): Drawers and blocks have no
9871 influence on indentation of text below. Also fix indentation
9872 problem with a block at column 0 and add a special case for
9873 literal examples.
9874
9875 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9876
9877 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
9878 is only evaluated once.
9879
9880 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9881
9882 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
9883 type of data
9884 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
9885
9886 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9887
9888 * ob-tangle.el (org-babel-load-file): Can be called interactively.
9889
9890 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9891
9892 * org-table.el (orgtbl-after-send-table-hook): New hook.
9893 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
9894 table was sent.
9895 (orgtbl-send-table): Return the number of sent tables, or nil if no
9896 sending has happened.
9897
9898 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9899
9900 * org.el (org-get-priority-function): New option.
9901 (org-get-priority): Call `org-get-priority-function' if that
9902 has been set.
9903
9904 2010-12-11 Dan Davison <dandavison7@gmail.com>
9905
9906 * ob-table.el (org-babel-table-truncate-at-newline): Only add
9907 "..." if there is something after the newline.
9908
9909 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
9910
9911 * org-clock.el (org-get-clocktable):
9912 (org-in-clocktable-p):
9913 (org-clocktable-shift):
9914 (org-clocktable-steps): Fix regexp to allow for indented clock tables.
9915
9916 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
9917
9918 * org-exp.el (org-export-handle-include-files): Support :minlevel
9919 property.
9920 (org-get-file-contents): New argument minlevel to demote included
9921 content.
9922
9923 2010-12-11 Noorul Islam <noorul@noorul.com>
9924
9925 * org-latex.el (org-export-latex-hyperref-format): New option.
9926 (org-export-latex-href-format): Rename the existing variable
9927 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
9928 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
9929 `org-export-latex-href-format'.
9930
9931 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9932
9933 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
9934 buffer exists before it is used.
9935
9936 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
9937
9938 * org-exp.el (org-export-preprocess-string): Delay code block
9939 processing a bit to allow correct list parsing in the export string.
9940
9941 2010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
9942
9943 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
9944 (org-agenda-time-of-day-to-ampm): New function.
9945 (org-agenda-time-of-day-to-ampm-maybe): New function.
9946 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
9947
9948 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9949
9950 * org-faces.el (org-cycle-level-faces): New option.
9951
9952 * org.el (org-get-level-face): Honor org-cycle-level-faces.
9953
9954 2010-12-11 Julien Danjou <julien@danjou.info>
9955
9956 * org-agenda.el (org-agenda-today): New function.
9957 (org-agenda-get-day-face): New function.
9958 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
9959 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
9960 (org-todo-list): Use org-agenda-today.
9961 (org-get-all-dates): Use org-agenda-today.
9962 (org-agenda-day-face-function): New variable.
9963 (org-agenda-get-day-face): Use org-agenda-day-face-function.
9964
9965 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9966
9967 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
9968 in Org.
9969
9970 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
9971
9972 * org-html.el (org-export-as-html): Do not treat partially
9973 protected lines as if they were fully protected.
9974
9975 2010-12-11 Dan Davison <dandavison7@gmail.com>
9976
9977 * org-exp.el (org-export-format-source-code-or-example):
9978 Remove hard-wired configuration of minted export
9979 (org-export-latex-minted-with-line-numbers): Remove variable.
9980
9981 2010-12-11 Bastien Guerry <bzg@gnu.org>
9982
9983 * org-clock.el (org-dblock-write:clocktable): Fix double
9984 reference to `link' in let construct.
9985 (org-clock-clocktable-formatter): Fix typo in docstring.
9986 (org-clocktable-write-default): Fix typo in docstring.
9987
9988 2010-12-11 David Maus <dmaus@ictsoc.de>
9989
9990 * org-protocol.el (org-protocol-unhex-string): Normalize percent
9991 escape sequence to upper case letters.
9992
9993 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
9994
9995 * ob-lob.el (org-babel-lob-get-info): Include pass-through
9996 header arguments in results variable header argument string.
9997
9998 2010-12-11 David Maus <dmaus@ictsoc.de>
9999
10000 * org-exp.el (org-export-visible): Limit search for in-buffer options
10001 beginning of first headline.
10002
10003 2010-12-11 David Maus <dmaus@ictsoc.de>
10004
10005 * org.el (org-open-at-point): Remove stale link handler for news:
10006 links.
10007
10008 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
10009
10010 * org-clock.el (org-clocktable-write-default): Better handling of
10011 narrowing.
10012
10013 2010-12-11 Julien Danjou <julien@danjou.info>
10014
10015 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
10016
10017 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
10018
10019 * org.el (org-indent-line-function): Simplify code and remove bug that
10020 would insert a tab at the beginning of the line when trying to
10021 indent the item.
10022
10023 2010-12-11 Julien Danjou <julien@danjou.info>
10024
10025 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
10026
10027 2010-12-11 Julien Danjou <julien@danjou.info>
10028
10029 * org-agenda.el (org-agenda-prefix-format): Insert place holder
10030 for icon.
10031 (org-agenda-category-icon-alist): New option.
10032 (org-agenda-get-category-icon): New function.
10033 (org-format-agenda-item): Support for icons.
10034 (org-compile-prefix-format): Support for icons.
10035
10036 2010-12-11 Julien Danjou <julien@danjou.info>
10037
10038 * org-compat.el: Create defalias for `string-match-p' and
10039 looking-at-p.
10040
10041 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
10042
10043 * ob-calc.el (org-babel-execute:calc): Support for variables --
10044 converts :var variables in calc variables.
10045
10046 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
10047
10048 * org.el (org-sparse-tree): Mention [r] in dispatch menu.
10049
10050 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
10051
10052 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
10053
10054 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
10055
10056 * org-id.el (org-id-store-link): Test for org-mode before checking
10057 for IDs.
10058
10059 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
10060
10061 * org.el (org-shorten-string): New function.
10062
10063 * org-exp.el (org-export-convert-protected-spaces): New function.
10064 (org-export-preprocess-string):
10065 Call `org-export-convert-protected-spaces' to handle new hard spaces.
10066
10067 2010-12-11 David Maus <dmaus@ictsoc.de>
10068
10069 * org.el (org-narrow-to-subtree): Check for heading that ends at end
10070 of buffer.
10071
10072 2010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
10073
10074 * org-capture.el (org-capture-templates): Remove autoload from
10075 defcustom.
10076
10077 * ob-lisp.el (slime): Don't expect slime to be present.
10078
10079 2010-11-11 Dan Davison <dandavison7@gmail.com>
10080
10081 * ob.el: `copy-sequence' suffices to copy alist; no need for
10082 `copy-tree'.
10083
10084 2010-11-11 Dan Davison <dandavison7@gmail.com>
10085
10086 * ob.el (org-babel-execute-src-block): If ":results file" is in
10087 effect, then ensure that the value of :file is returned as the
10088 result; don't rely on language files for this.
10089
10090 2010-11-11 Dan Davison <dandavison7@gmail.com>
10091
10092 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
10093 structure by side-effects of `sort'.
10094
10095 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
10096
10097 * org-list.el (org-list-bottom-point-with-indent): Do not check
10098 indentation of a non-empty blank line.
10099
10100 * org-list.el (org-sort-list): Sort a list with point anywhere
10101 inside it.
10102
10103 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10104
10105 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
10106 hopefully better error messages.
10107
10108 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10109
10110 * org.el (org-babel-load-languages): Adding calc.
10111
10112 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10113
10114 * ob.el (org-babel-initiate-session): Don't resolve variable
10115 references unless prefix arg is supplied.
10116
10117 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10118
10119 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
10120 refers to the correct stack.
10121
10122 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10123
10124 * ob-calc.el: Adding the beginnings of support for calc code
10125 blocks.
10126
10127 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10128
10129 * ob-tangle.el (org-babel-update-block-body): Declaring function
10130 for updating code block bodies.
10131 (org-babel-spec-to-string):
10132 (org-babel-detangle): Detangle all tangled and commented code
10133 blocks in the current file back to org.
10134 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
10135 file back to the originating org-mode code block ob-tangle:
10136 detangle changes in code files back to the original org files.
10137
10138 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10139
10140 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
10141 (org-babel-tangle-comment-format-end): Fix typo.
10142
10143 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10144
10145 * org-exp.el (org-export-format-source-code-or-example):
10146 Use minted for latex source code export if `org-export-latex-listings'
10147 has the value 'minted.
10148
10149 * org-latex.el (org-export-latex-listings): Document special value
10150 'minted.
10151
10152 * org-latex.el (org-export-latex-minted): Delete variable.
10153
10154 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10155
10156 * ob.el (org-babel-get-src-block-info): Retrieve contents of
10157 parentheses, excluding parentheses themselves.
10158
10159 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10160
10161 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
10162 Fix bug in gnuplot data file assignment using user variables.
10163
10164 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10165
10166 * ob-latex.el (org-babel-execute:latex): Adding new :headers
10167 header argument for latex code blocks.
10168
10169 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10170
10171 * org-capture.el (org-capture-templates): New capture property
10172 `:kill-buffer'. (org-capture-finalize): Kill target buffer if that
10173 is desired.
10174 (org-capture-target-buffer): Remember if we have to make the
10175 buffer.
10176
10177 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10178
10179 * org-clock.el (org-dblock-write:clocktable): Fix bug when
10180 computing clock tables.
10181
10182 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10183
10184 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
10185 to caller even if no table is generated.
10186
10187 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
10188
10189 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
10190 values from diary entries.
10191
10192 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
10193 anniversaries.
10194
10195 * org.el (org-diary-sexp-entry): Handle lists as return values
10196 from diary entries.
10197
10198 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10199
10200 * org-capture.el (org-capture-empty-lines-before):
10201 (org-capture-empty-lines-after): Make sure the n=0 does not insert
10202 any newlines.
10203
10204 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10205
10206 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
10207 message when clojure binary is not found.
10208
10209 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10210
10211 * org-html.el (org-format-table-html): New argument DOCBOOK.
10212 (org-format-org-table-html): New argument DOCBOOK. When set, use
10213 align instead of class to align table fields.
10214
10215 * org-docbook.el (org-export-as-docbook): Specify the docbook
10216 argument for the table converter.
10217
10218 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10219
10220 * org-macs.el (org-called-interactively-p): New macro.
10221
10222 * org-freemind.el: No longer require 'rx.
10223 (org-freemind): New customization group, use it for all the
10224 variables.
10225 (org-export-as-freemind): Add docstring.
10226 (org-freemind-show): Improve filen naming.
10227 (org-freemind-convert-links-helper): New function.
10228 (org-freemind-bol-helper-base-indent): New variable.
10229 (org-freemind-bol-helper): New function.
10230 (org-freemind-node-css-style): New option.
10231 (org-freemind-node-pattern): New variable.
10232 (org-freemind-from-org-mode): Better docstring.
10233
10234 2010-11-11 David Maus <dmaus@ictsoc.de>
10235
10236 * ob-haskell.el (org-babel-variable-assignments:haskell):
10237 Don't pass more than two arguments to mapc.
10238
10239 2010-11-11 David Maus <dmaus@ictsoc.de>
10240
10241 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
10242
10243 2010-11-11 David Maus <dmaus@ictsoc.de>
10244
10245 * org-footnote.el (message-signature-separator): Defvar to silence
10246 byte compiler.
10247
10248 2010-11-11 David Maus <dmaus@ictsoc.de>
10249
10250 * org-exp.el (org-export-string): Fix reference to wrong symbol.
10251
10252 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
10253
10254 * org.el (org-link-search): Return 'dedicated on successful match
10255 when org-link-search-must-match-exact-headline is set to t.
10256
10257 2010-11-11 Daniel Clemente <n142857@gmail.com>
10258
10259 * org-html.el (org-html-make-link): Append fragment to file: links
10260 if present.
10261
10262 2010-11-11 Tassilo Horn <tassilo@member.fsf.org>
10263
10264 * org-footnote.el (org-footnote-create-definition)
10265 (org-footnote-goto-local-insertion-point): Add footnotes before
10266 signature when in message-mode.
10267
10268 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10269
10270 * org.el (org-display-inline-images): Improve regexp.
10271
10272 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10273
10274 * org.el (org-cycle): Make sure resetting to startup visibility
10275 works after another cycle command.
10276
10277 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10278
10279 * org-exp.el (org-export-string): New function org-export-string
10280 can be used to convert a string of test in org-mode markup to a
10281 specified format.
10282
10283 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10284
10285 * org.el (org-display-inline-images): Allow non-ASCII characters
10286 in image file names. Save match data.
10287
10288 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10289
10290 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
10291 stamps.
10292
10293 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10294
10295 * org-exp.el (org-store-forced-table-alignment):
10296 (org-export-remove-special-table-lines): Allow the "c" cookie for
10297 table alignment.
10298
10299 * org-html.el (org-export-table-header-tags):
10300 (org-export-table-data-tags): Add another %s format for the
10301 alignment.
10302 (org-export-html-table-align-individual-fields): New option.
10303 (org-format-org-table-html): Implement field-by-field alignment
10304 and support centering.
10305 (org-format-table-table-html): Make sure the new table tag formats
10306 don't break this function.
10307
10308 * org-table.el (org-table-cookie-line-p):
10309 (org-table-align): Allow for the <c> cookie.
10310
10311 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
10312
10313 2010-11-11 David Maus <dmaus@ictsoc.de>
10314
10315 * org-exp.el (org-export-normalize-links): Skip normalization of
10316 plain links that are part of another link.
10317
10318 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10319
10320 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
10321
10322 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10323
10324 * org-indent.el (org-indent-add-properties):
10325 Use `with-silent-modifications'.
10326 (org-indent-remove-properties): Use `with-silent-modifications'.
10327
10328 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10329
10330 * org-table.el (org-table-cookie-line-p): Fix indentation.
10331
10332 * org-exp.el (org-store-forced-table-alignment): New function.
10333 (org-export-preprocess-string):
10334 Call `org-store-forced-table-alignment'.
10335
10336 * org-html.el (org-format-org-table-html): Use stored alignment
10337 information.
10338
10339 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10340
10341 * ob.el (org-babel-execute-src-block): Respects prefix argument
10342 (which forces re-calculation).
10343
10344 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10345
10346 * ob.el (org-babel-execute-src-block): Remove needless param
10347 sorting from ob-execute-src-block, the params are sorted already
10348 by ob-sha1-hash.
10349
10350 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10351
10352 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
10353 header argument level.
10354
10355 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10356
10357 * ob.el (org-babel-sha1-hash): Consider words in different order
10358 as different input.
10359
10360 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10361
10362 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
10363
10364 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10365
10366 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
10367 structure of an Org-mode table (list of lists).
10368
10369 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10370
10371 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
10372 (reference to unassigned variable `src-lang' and avoid calling
10373 org-babel-get-src-block-info twice.
10374
10375 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10376
10377 * ob.el (org-babel-demarcate-block): Updated to reflect the new
10378 info list contents.
10379
10380 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10381
10382 * org-src.el (org-edit-src-code): Supply non-nil argument to
10383 `org-babel-get-src-block-info' to avoid resolving variable
10384 references.
10385
10386 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10387
10388 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
10389 improved efficiency of org-babel-map-src-blocks.
10390
10391 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10392
10393 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
10394 checks that a code block will actually be tangled before
10395 collecting it's full information (a process which could involve
10396 the execution of other code blocks).
10397
10398 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10399
10400 * ob.el (org-babel-demarcate-block): Use light version of
10401 `org-babel-get-src-block-info'.
10402
10403 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10404
10405 * ob.el (org-babel-sha1-hash): Now handles more complex types in
10406 params.
10407
10408 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10409
10410 * ob.el (org-babel-execute-src-block): Generally using the new
10411 more informative params
10412 (org-babel-process-params): Don't forget the :var portion of
10413 variable assignments.
10414
10415 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10416
10417 * ob-table.el (sbe): Simplified to reflect to var resolution.
10418
10419 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10420
10421 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
10422 arguments back to their params before evaluation.
10423
10424 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10425
10426 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
10427 indentation.
10428
10429 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10430
10431 * ob-table.el (sbe): Use `org-babel-process-params params' instead
10432 of `org-babel-expand-variables'.
10433
10434 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10435
10436 * ob-C.el (org-babel-C-execute): Remove call to
10437 org-babel-process-params which should no longer be called from
10438 within a language file.
10439
10440 * ob-R.el (org-babel-execute:R): Remove call to
10441 org-babel-process-params which should no longer be called from
10442 within a language file
10443 (org-babel-R-variable-assignments): Remove call to
10444 org-babel-process-params which should no longer be called from
10445 within a language file.
10446
10447 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
10448 org-babel-process-params which should no longer be called from
10449 within a language file.
10450
10451 * ob-clojure.el (org-babel-execute:clojure): Remove call to
10452 org-babel-process-params which should no longer be called from
10453 within a language file.
10454
10455 * ob-dot.el (org-babel-execute:dot): Remove call to
10456 org-babel-process-params which should no longer be called from
10457 within a language file.
10458
10459 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
10460 call to org-babel-process-params which should no longer be called
10461 from within a language file
10462 (org-babel-execute:emacs-lisp): Remove call to
10463 org-babel-process-params which should no longer be called from
10464 within a language file.
10465
10466 * ob-haskell.el (org-babel-execute:haskell): Remove call to
10467 org-babel-process-params which should no longer be called from
10468 within a language file.
10469
10470 * ob-js.el (org-babel-execute:js): Remove call to
10471 org-babel-process-params which should no longer be called from
10472 within a language file.
10473
10474 * ob-lisp.el (org-babel-execute:lisp): Remove call to
10475 org-babel-process-params which should no longer be called from
10476 within a language file.
10477
10478 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
10479 org-babel-process-params which should no longer be called from
10480 within a language file.
10481
10482 * ob-octave.el (org-babel-execute:octave): Remove call to
10483 org-babel-process-params which should no longer be called from
10484 within a language file.
10485
10486 * ob-perl.el (org-babel-execute:perl): Remove call to
10487 org-babel-process-params which should no longer be called from
10488 within a language file.
10489
10490 * ob-python.el (org-babel-execute:python): Remove call to
10491 org-babel-process-params which should no longer be called from
10492 within a language file.
10493
10494 * ob-ruby.el (org-babel-execute:ruby): Remove call to
10495 org-babel-process-params which should no longer be called from
10496 within a language file.
10497
10498 * ob-scheme.el (org-babel-execute:scheme): Remove call to
10499 org-babel-process-params which should no longer be called from
10500 within a language file.
10501
10502 * ob-screen.el (org-babel-execute:screen): Remove call to
10503 org-babel-process-params which should no longer be called from
10504 within a language file
10505 (org-babel-prep-session:screen): Remove call to
10506 org-babel-process-params which should no longer be called from
10507 within a language file.
10508
10509 * ob-sh.el (org-babel-execute:sh): Remove call to
10510 org-babel-process-params which should no longer be called from
10511 within a language file.
10512
10513 * ob-sql.el (org-babel-execute:sql): Remove call to
10514 org-babel-process-params which should no longer be called from
10515 within a language file.
10516
10517 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
10518 processed params.
10519
10520 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
10521 processed params.
10522
10523 * ob-R.el (org-babel-execute:R): Remove reference to processed
10524 params.
10525
10526 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10527
10528 * ob-sql.el (org-babel-execute:sql): Use generic expansion
10529 function
10530 (org-babel-expand-body:sql): Delete function.
10531
10532 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10533
10534 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
10535 (org-babel-expand-body:sh): Delete function
10536 (org-babel-prep-session:sh): Change name of called function
10537 (org-babel-variable-assignments:sh): Change function name.
10538
10539 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10540
10541 * ob-screen.el (org-babel-execute:screen): Use generic expansion
10542 function
10543 (org-babel-expand-body:screen): Delete function
10544 (org-babel-prep-session:screen): Remove references to processed
10545 params.
10546
10547 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10548
10549 * ob-sass.el (org-babel-execute:sass): Use generic expansion
10550 function
10551 (org-babel-expand-body:sass): Delete function.
10552
10553 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10554
10555 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
10556 function
10557 (org-babel-prep-session:ruby): Use new variable assignment
10558 function
10559 (org-babel-variable-assignments:ruby): New function
10560 (org-babel-expand-body:ruby): Delete function.
10561
10562 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10563
10564 * ob-python.el (org-babel-execute:python): Use generic expansion
10565 function
10566 (org-babel-prep-session:python): Change name of called function
10567 (org-babel-variable-assignments:python): Change function name
10568 (org-babel-expand-body:python): Delete function.
10569
10570 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10571
10572 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
10573 (automatically handled by generic version).
10574
10575 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10576
10577 * ob-perl.el (org-babel-execute:perl): Use generic expansion
10578 function
10579 (org-babel-expand-body:perl): Delete function
10580 (org-babel-variable-assignments:perl): New function.
10581
10582 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10583
10584 * ob-org.el (org-babel-expand-body:org): Delete function
10585 (automatically handled by generic version).
10586
10587 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10588
10589 * ob-octave.el (org-babel-execute:octave): Use generic expansion
10590 function
10591 (org-babel-variable-assignments:octave): Change name of function
10592 (org-babel-variable-assignments:matlab): New defalias
10593 (org-babel-prep-session:octave): Change name of function
10594 (org-babel-expand-body:matlab): Delete function
10595 (org-babel-expand-body:octave): Delete function.
10596
10597 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10598
10599 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
10600 function
10601 (org-babel-variable-assignments:ocaml): New function
10602 (org-babel-expand-body:ocaml): Delete function.
10603
10604 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10605
10606 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
10607 (automatically handled by generic version).
10608
10609 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10610
10611 * ob-js.el (org-babel-execute:js): Use new variable assignment
10612 function
10613 (org-babel-expand-body:js): Delete function
10614 (org-babel-prep-session:js): Use new variable assignment function
10615 (org-babel-variable-assignments:js): New function.
10616
10617 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10618
10619 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
10620 function
10621 (org-babel-expand-body:haskell): Delete function
10622 (org-babel-prep-session:haskell): Use variable assignment function
10623 (org-babel-variable-assignments:haskell): New function.
10624
10625 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10626
10627 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
10628 assignment function
10629 (org-babel-prep-session:gnuplot): Use variable assignment function
10630 (org-babel-variable-assignments:gnuplot): New function.
10631
10632 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10633
10634 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
10635 (automatically handled by generic version).
10636
10637 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10638
10639 * ob-css.el (org-babel-expand-body:css): Delete function
10640 (automatically handled by generic version).
10641
10642 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10643
10644 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
10645 expansion function
10646 (org-babel-expand-body:asymptote): Delete function
10647 (org-babel-variable-assignments:asymptote): New function.
10648
10649 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10650
10651 * ob-R.el (org-babel-expand-body:R): Use new function
10652 `org-babel-variable-assignments:R'; don't trim body.
10653 (org-babel-execute:R): Respond to changes in
10654 `org-babel-expand-body:R'
10655 (org-babel-prep-session:R): Called function is now named
10656 `org-babel-variable-assignments:R'
10657 (org-babel-variable-assignments:R): Receives processed-params as
10658 new optional argument.
10659
10660 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10661
10662 * ob-C.el (org-babel-C-expand): Don't trim body.
10663
10664 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10665
10666 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
10667 obtaining variable references.
10668
10669 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10670
10671 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
10672 assignment lines to generic expansion command.
10673
10674 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10675
10676 * ob.el (org-babel-expand-src-block): Supply variable assignment
10677 lines to generic expansion function
10678 (org-babel-expand-body:generic): Prepend body with optional
10679 variable assignment lines.
10680
10681 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10682
10683 * ob-exp.el (org-babel-exp-results): Replaced old function call.
10684
10685 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10686
10687 * ob-lob.el (org-babel-lob-execute): Now expanding variable
10688 references before execution.
10689
10690 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10691
10692 * ob.el (org-babel-execute-src-block): Only sort parameters if
10693 it's required for caching.
10694
10695 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10696
10697 * ob-table.el (sbe): Reworking for better indentation and to
10698 integrate the new variable resolution.
10699
10700 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10701
10702 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
10703 variables when resolving references.
10704
10705 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10706
10707 * ob.el (org-babel-merge-params): Fix order or precedence for
10708 variables.
10709
10710 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10711
10712 * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
10713 * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
10714 (org-babel-R-variable-assignments):
10715 * ob-asymptote.el (org-babel-expand-body:asymptote)
10716 (org-babel-execute:asymptote):
10717 * ob-clojure.el (org-babel-expand-body:clojure)
10718 (org-babel-execute:clojure):
10719 * ob-css.el (org-babel-expand-body:css):
10720 * ob-ditaa.el (org-babel-expand-body:ditaa):
10721 * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
10722 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
10723 (org-babel-execute:emacs-lisp):
10724 * ob-gnuplot.el (org-babel-expand-body:gnuplot)
10725 * ob-haskell.el (org-babel-expand-body:haskell)
10726 (org-babel-execute:haskell, org-babel-load-session:haskell)
10727 (org-babel-prep-session:haskell):
10728 * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
10729 * ob-latex.el (org-babel-expand-body:latex):
10730 * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
10731 * ob-mscgen.el (org-babel-expand-body:mscgen):
10732 * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
10733 * ob-octave.el (org-babel-expand-body:matlab)
10734 (org-babel-expand-body:octave, org-babel-execute:octave)
10735 (org-babel-octave-variable-assignments):
10736 * ob-org.el (org-babel-expand-body:org):
10737 * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
10738 * ob-plantuml.el (org-babel-expand-body:plantuml):
10739 * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
10740 (org-babel-python-variable-assignments):
10741 * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
10742 * ob-sass.el (org-babel-expand-body:sass):
10743 * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
10744 * ob-screen.el (org-babel-expand-body:screen):
10745 * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
10746 (org-babel-sh-variable-assignments):
10747 * ob-sql.el (org-babel-expand-body:sql):
10748 * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
10749 * ob.el (org-babel-expand-body:generic):
10750 Remove obsoleted optional third argument.
10751
10752 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10753
10754 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
10755 calls to removed org-babel-ref-variables.
10756
10757 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10758
10759 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
10760 ingested code blocks.
10761
10762 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10763
10764 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
10765 information from within the original export file.
10766
10767 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10768
10769 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
10770 (this should return nil if not match found.
10771
10772 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10773
10774 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
10775 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
10776
10777 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10778
10779 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
10780 docstring.
10781
10782 * ob-python.el (org-babel-python-variable-assignments):
10783 Provide missing docstring.
10784
10785 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10786
10787 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
10788 variable assignment part out into a separate function
10789 (org-babel-octave-variable-assignments): New function constructing
10790 list of variable assignment statements
10791 (org-babel-prep-session:octave): Use new function
10792 `org-babel-octave-variable-assignments' instead of previous
10793 (incorrect) variable assignment code.
10794
10795 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10796
10797 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
10798 assignment part out into a separate function
10799 (org-babel-sh-variable-assignments): New function constructing
10800 list of variable assignment statements
10801 (org-babel-prep-session:sh): Use new function
10802 `org-babel-sh-variable-assignments' instead of previous
10803 (incorrect) variable assignment code.
10804
10805 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10806
10807 * ob-python.el (org-babel-expand-body:python): Refactor: break
10808 variable assignment part out into a separate function
10809 (org-babel-python-variable-assignments): New function constructing
10810 list of variable assignment statements
10811 (org-babel-prep-session:python): Use new function
10812 `org-babel-python-variable-assignments' instead of previous
10813 (incorrect) variable assignment code.
10814
10815 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10816
10817 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
10818 assignment part out into a separate function
10819 (org-babel-R-variable-assignments): New function constructing list
10820 of variable assignment statements
10821 (org-babel-prep-session:R): Use new function
10822 `org-babel-R-variable-assignments' instead of previous
10823 (incorrect) variable assignment code.
10824
10825 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10826
10827 * ob.el (org-babel-initiate-session): Better variable names.
10828
10829 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10830
10831 * ob.el (org-number-sequence):
10832 Declared * ob-R.el (org-number-sequence): Declared.
10833
10834 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10835
10836 * ob.el (org-babel-map-src-blocks): Store correct value of
10837 `end-block'.
10838
10839 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10840
10841 * ob.el (org-babel-mark-block): New function to mark the body of a
10842 src block in the style of `mark-defun'.
10843
10844 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10845
10846 * org-compat.el (org-number-sequence): New function.
10847
10848 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
10849
10850 * ob.el (org-babel-where-is-src-block-result):
10851 Use `org-number-sequence'.
10852 (org-babel-current-buffer-properties): Fix variable definition.
10853
10854 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
10855
10856 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
10857 version of `shell-command'.
10858
10859 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
10860 `shell-command'.
10861
10862 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10863
10864 * org-list.el (org-list-search-unenclosed-generic): Replace call
10865 to booleanp.
10866
10867 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10868
10869 * org.el (org-agenda-jump-prefer-future): New option.
10870
10871 * org-agenda.el (org-agenda-goto-date):
10872 Use `org-agenda-jump-prefer-future'.
10873
10874 2010-11-11 Noorul Islam <noorul@noorul.com>
10875
10876 * org-latex.el (org-export-latex-links): Replaced hard coded
10877 hyperref format with custom variable
10878 `org-export-latex-hyperref-format'.
10879
10880 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10881
10882 * org.el (org-insert-heading): Fix docstring.
10883
10884 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
10885
10886 * org-capture.el (org-capture-place-entry): If the first line is
10887 already a headline, just stay there.
10888
10889 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10890
10891 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
10892 are non-nil.
10893
10894 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10895
10896 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
10897 after an entity.
10898
10899 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10900
10901 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
10902 table fields.
10903
10904 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10905
10906 * org.el (org-insert-heading): When on the headline of an inline
10907 task, insert another inline tasks.
10908
10909 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10910
10911 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
10912 links for blocks that will actually tangle.
10913
10914 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10915
10916 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
10917 in expanded shell bodies.
10918
10919 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10920
10921 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
10922 newline characters.
10923
10924 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10925
10926 * ob-sh.el (org-babel-expand-body:sh): Align code.
10927
10928 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10929
10930 * ob.el (org-babel-params-from-properties): Max line with at <=80.
10931
10932 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
10933
10934 * org-latex.el (org-export-latex-listings-langs): Clojure is now
10935 recognized as a lisp.
10936
10937 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10938
10939 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
10940 to interpret property as header argument value.
10941
10942 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10943
10944 * ob.el (org-babel-parse-header-arguments): Simplify reading of
10945 header arg value.
10946
10947 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10948
10949 * org-publish.el (org-publish-org-to-ascii):
10950 (org-publish-org-to-latin1):
10951 (org-publish-org-to-utf8): New functions.
10952
10953 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10954
10955 * org.el (org-insert-heading): Skip inline tasks when trying to
10956 insert a new heading after the end of the subtree.
10957
10958 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10959
10960 * org-inlinetask.el (org-inlinetask-min-level): Set customization
10961 type to integer or nil.
10962
10963 * org.el (org-insert-heading): When after an inline task, do not
10964 use level but go back to headline level before the inline task.
10965
10966 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10967
10968 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
10969
10970 * org.el (org-indent-line-function): Fix indentation of inline
10971 tasks.
10972
10973 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10974
10975 * org.el (org-activate-links): Fix customize type.
10976
10977 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10978
10979 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
10980 default option.
10981
10982 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10983
10984 * org-latex.el (org-export-latex-minted): Document pygments
10985 dependency.
10986
10987 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
10988
10989 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
10990 file if encryption has been turned on.
10991 (org-mobile-copy-agenda-files): Avoid double encryption of
10992 `mobileorg.org'.
10993
10994 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
10995
10996 * org-exp.el (org-export-latex-minted-with-line-numbers):
10997 Ensure that variable is declared.
10998
10999 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11000
11001 * ob-python.el (org-src-preserve-indentation): Fix compiler
11002 warning.
11003
11004 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11005
11006 * org-exp.el (org-export-format-source-code-or-example):
11007 Latex formatting of source code blocks using the minted package
11008 (org-export-plist-vars): Add :latex-minted property
11009 (org-export-latex-minted): Ensure variable is defined
11010 (org-export-latex-minted-langs): Ensure variable is defined.
11011
11012 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11013
11014 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
11015
11016 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11017
11018 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
11019
11020 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11021
11022 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
11023 when `org-src-preserve-indentation' is non-nil.
11024
11025 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11026
11027 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
11028 of blocks added to Library of Babel.
11029
11030 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11031
11032 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
11033 name.
11034
11035 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11036
11037 * org-beamer.el (org-beamer-place-default-actions-for-lists):
11038 Fix typo in regexp.
11039
11040 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11041
11042 * org-list.el (org-toggle-checkbox): Avoid some boundary error
11043 when inserting a checkbox in an empty last item of a list.
11044
11045 2010-11-11 David Maus <dmaus@ictsoc.de>
11046
11047 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
11048 Query article number from file is nil by default.
11049
11050 2010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
11051
11052 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
11053
11054 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11055
11056 * org-capture.el (org-capture-place-entry): Move to `beg' before
11057 searching for `%?'.
11058
11059 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11060
11061 * org.el (org-format-latex): Fix mathjax treatment of single
11062 letters in between dollars.
11063
11064 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
11065
11066 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
11067 run.
11068
11069 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11070
11071 * org.el (org-blank-before-new-entry): Improve docstring.
11072
11073 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11074
11075 * org-mobile.el (org-mobile-force-id-on-agenda-items):
11076 Fix docstring.
11077 (org-mobile-write-agenda-for-mobile): Use outline path if we do
11078 not have an ID and are not allowed to make one.
11079 (org-mobile-get-outline-path-link): New function.
11080
11081 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11082
11083 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
11084 file.
11085 (org-mobile-write-agenda-for-mobile): Use the right name, even if
11086 the file get encrypted.
11087 (org-mobile-move-capture): Only delete tempfile if it does exist.
11088
11089 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11090
11091 * ob.el (org-babel-number-p): Fix documentation string.
11092
11093 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11094
11095 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
11096 "tangle" as a positive argument for the :noweb header argument
11097 during tangling.
11098
11099 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11100
11101 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
11102 have links, with tests.
11103
11104 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11105
11106 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
11107 available.
11108 (org-export-latex-get-error): New function.
11109 (org-export-as-pdf): Give an indication of the errors that
11110 happened during processing.
11111
11112 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
11113
11114 * org-exp.el (org-export-language-setup): Fix Polish entries.
11115
11116 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11117
11118 * org.el (org-set-tags): Allow comma as a separator when
11119 specifying tags at the completion interface.
11120 (org-tags-completion-function): Allow comma as a separator when
11121 specifying tags at the completion interface.
11122
11123 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11124
11125 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
11126 export-file if exporting from a buffer which is not visiting a
11127 file.
11128
11129 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11130
11131 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
11132 name in link construction if there is a heading to follow it.
11133
11134 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11135
11136 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
11137 as an allowed extension.
11138
11139 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
11140
11141 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
11142 with zeros. Start applying face earlier.
11143
11144 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11145
11146 * ob.el (or): Don't create org-babel-temporary-directory in batch
11147 as it won't be removed by emacs-kill-hook
11148 (org-babel-remove-temporary-directory): Only try to remove this
11149 directory if it exists.
11150
11151 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11152
11153 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
11154 warning in ob.el.
11155
11156 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11157
11158 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
11159 the tangling message.
11160
11161 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11162
11163 * ob.el (org-babel-load-languages): Fixes compiler warning.
11164
11165 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11166
11167 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
11168 output.
11169
11170 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11171
11172 * org-ascii.el (org-export-as-ascii): Use the correct match group.
11173
11174 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11175
11176 * ob.el (boundp): Uncommenting defvar form for
11177 org-babel-temporary-directory
11178 (org-babel-temp-file): Now using the org-babel-temporary-directory
11179 for holding new babel temporary files
11180 (org-babel-remove-temporary-directory): Removes the babel temp dir
11181 when Emacs shutsdown
11182 (kill-emacs-hook): Now removing the babel temp dir on Emacs
11183 shutdown.
11184
11185 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11186
11187 * org-capture.el (org-capture-fill-template): Initialize history
11188 variable.
11189
11190 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11191
11192 * org-src.el (org-edit-src-code): Don't move point when generating
11193 edit buffer.
11194
11195 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11196
11197 * org-src.el (org-edit-src-code): Deal with point being in
11198 #+end_src line.
11199
11200 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11201
11202 * org-table.el (org-table-current-column): Add interactive to turn
11203 this into a command.
11204
11205 2010-11-11 Bernt Hansen <bernt@norang.ca>
11206
11207 * org.el (org-insert-heading): Run org-insert-heading-hook when
11208 creating the first heading in a file.
11209
11210 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11211
11212 * org.el (org-startup-with-inline-images): New option.
11213 (org-startup-options): Add new keywords inlineimages and
11214 noinlineimages.
11215 (org-mode): Inline images when this has been configured.
11216
11217 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11218
11219 * ob.el (org-babel-get-src-block-info): Remove optional
11220 HEADER-VARS-ONLY argument; further simplification.
11221
11222 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11223
11224 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
11225 prompt in ob-confirm-evaluate in some cases.
11226
11227 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11228
11229 * ob.el (org-babel-demarcate-block): Visible region and completion
11230 during language selection.
11231
11232 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11233
11234 * ob.el (org-babel-get-src-block-info): Remove comment.
11235
11236 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11237
11238 * ob.el (org-babel-get-src-block-info): Simplify function.
11239
11240 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11241
11242 * ob.el (org-babel-get-src-block-info): Form info list correctly
11243 when parenthesized arguments are missing.
11244
11245 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11246
11247 * ob-exp.el (org-export-babel-evaluate): Docstring typo
11248 (org-babel-exp-code): Docstring typo.
11249
11250 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11251
11252 * org-mobile.el (org-mobile-encryption-password):
11253 Improve docstring.
11254 (org-mobile-encryption-password-session): New variable.
11255 (org-mobile-encryption-password): New function.
11256 (org-mobile-check-setup):
11257 (org-mobile-encrypt-file):
11258 (org-mobile-decrypt-file): Use the new function.
11259
11260 2010-11-11 David Maus <dmaus@ictsoc.de>
11261
11262 * org-capture.el (org-capture-place-template): Widen to remove
11263 possible restrictions in target buffer.
11264
11265 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
11266
11267 * org.el (org-speed-command-hook): Add org-speed-command-hook
11268 (org-babel-speed-command-hook): Hook for Babel's speed commands.
11269
11270 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11271
11272 * ob.el (org-babel-execute-buffer): Re-implement using
11273 `org-babel-map-src-blocks'.
11274
11275 2010-11-11 David Maus <dmaus@ictsoc.de>
11276
11277 * org-capture.el (org-capture-templates): Update doc string with
11278 new message date related escapes.
11279
11280 2010-11-11 David Maus <dmaus@ictsoc.de>
11281
11282 * org-wl.el (org-wl-store-link-message): Define properties %:date)
11283 (%:date-timestamp, and %:date-timestamp-inactive.
11284
11285 * org-mew.el (org-mew-store-link): Dto.
11286
11287 * org-mhe.el (org-mhe-store-link): Dto.
11288
11289 * org-rmail.el (org-rmail-store-link): Dto.
11290
11291 * org-vm.el (org-vm-store-link): Dto.
11292
11293 2010-11-11 David Maus <dmaus@ictsoc.de>
11294
11295 * org-wl.el (org-wl-message-field): Always get literal content of
11296 header fields.
11297
11298 2010-11-11 David Maus <dmaus@ictsoc.de>
11299
11300 * org-gnus.el (org-gnus-store-link): Define properties
11301 %:date-timestamp and %:date-timestamp-inactive.
11302
11303 2010-11-11 David Maus <dmaus@ictsoc.de>
11304
11305 * org-gnus.el (org-gnus-store-link): Handle empty date header
11306 field.
11307
11308 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
11309
11310 * org.el (org-speed-command-hook): New. Hook for installing
11311 additional speed commands. Use this for enabling speed commands on
11312 src blocks.
11313 (org-speed-command-default-hook): The default hook for
11314 org-speed-command-hook. Factored out from org-self-insert-command
11315 and mimics existing behavior.
11316 (org-self-insert-command): Modified to use org-speed-command-hook.
11317
11318 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11319
11320 * org-agenda.el (org-search-view): Recover spaces in search words
11321 if they were escaped with \ or inside a regexp.
11322
11323 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11324
11325 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
11326 the list of completable meta line words.
11327 (org-complete): Complete property names after #+PROPERTY.
11328
11329 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11330
11331 * ob-python.el (org-babel-python-evaluate-session): Make temp file
11332 names consistent.
11333
11334 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11335
11336 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
11337 Delete extra format argument.
11338
11339 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11340
11341 * ob-org.el (org-babel-org-export): Typo in docstring.
11342
11343 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11344
11345 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
11346 variable.
11347
11348 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11349
11350 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
11351
11352 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11353
11354 * ob.el (org-babel-process-file-name): New function
11355 (org-babel-maybe-remote-file): Delete function.
11356
11357 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11358
11359 * ob-C.el (org-babel-C-execute): Remove unused variable.
11360
11361 2010-11-11 David Maus <dmaus@ictsoc.de>
11362
11363 * org.el (org-make-link-string): Prevent superfluous colon.
11364
11365 2010-11-11 David Maus <dmaus@ictsoc.de>
11366
11367 * org.el (org-make-org-heading-search-string): Leave headline
11368 intact.
11369
11370 2010-11-11 David Maus <dmaus@ictsoc.de>
11371
11372 * org.el (org-make-link-string): Don't escape characters in link
11373 type.
11374
11375 2010-11-11 Bastien Guerry <bzg@gnu.org>
11376
11377 * org-capture.el (org-capture-templates): Update docstring to
11378 advertise %:org-date.
11379
11380 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11381
11382 * ob-dot.el (org-babel-execute:dot): Automatically specifies
11383 "-T<ext>" based on file name extension.
11384
11385 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11386
11387 * ob-org.el (org-babel-org-export): Raise error on nested export
11388 call.
11389
11390 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11391
11392 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
11393 output files.
11394
11395 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11396
11397 * ob.el (org-babel-demarcate-block): Better initialization of
11398 stars.
11399
11400 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11401
11402 * org-src.el (org-src-tab-acts-natively): Add customize interface.
11403
11404 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11405
11406 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
11407 New variable allowing prevention of automatic stripping of leading and
11408 trailing blank lines when exiting edit buffer.
11409 (org-edit-src-exit): Respect value of
11410 `org-src-strip-leading-and-trailing-blank-lines'
11411 (org-src-native-tab-command-maybe):
11412 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
11413 this function.
11414
11415 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11416
11417 * org-src.el (org-edit-src-code): If mark was inside code block
11418 then code edit buffer inherits mark with active region.
11419
11420 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11421
11422 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
11423
11424 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11425
11426 * ob.el (org-babel-demarcate-block): Better handling of empty
11427 space around demarcated area.
11428
11429 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11430
11431 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
11432 this command.
11433
11434 2010-11-11 David Maus <dmaus@ictsoc.de>
11435
11436 * org-gnus.el (org-gnus-open-nntp): New function.
11437
11438 2010-11-11 David Maus <dmaus@ictsoc.de>
11439
11440 * org-wl.el (org-wl-open-nntp): New function.
11441
11442 2010-11-11 David Maus <dmaus@ictsoc.de>
11443
11444 * org-wl.el (org-wl-open): Open message by numeric reference if
11445 article part is not a message id.
11446
11447 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11448
11449 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
11450 visible line.
11451
11452 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11453
11454 * ob.el (org-babel-demarcate-block): Interactive demarcation of
11455 code blocks.
11456
11457 * ob-keys.el (org-babel-key-bindings): Key bindings for block
11458 demarcation.
11459
11460 2010-11-11 Bastien Guerry <bzg@gnu.org>
11461
11462 * org.el (org-link-types): Add the "message" link type.
11463
11464 2010-11-11 David Maus <dmaus@ictsoc.de>
11465
11466 * org.el (org-link-types): Add 'message:' link type to default
11467 link types.
11468
11469 2010-11-11 Bastien Guerry <bzg@gnu.org>
11470
11471 * org-gnus.el (org-gnus-store-link): Add the :date property to
11472 gnus links, allowing the use of %:date in capture templates.
11473
11474 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11475
11476 * org-list.el (org-cycle-list-bullet): Follow order of bullets
11477 indicated in doc-string.
11478
11479 * org-list.el (org-list-bottom-point-with-indent): List is ended
11480 when a line is less indented that the last item, not the less
11481 indented item.
11482
11483 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11484
11485 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
11486 original file before resolving code block parameters to ensure
11487 headline and buffer wide parameters are taken into consideration
11488 when only a narrowed portion of the file is exported.
11489
11490 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11491
11492 * org.el (org-forward-same-level): Fix docstring.
11493
11494 2010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
11495
11496 * org-publish.el (org-publish-attachment): Put the attachment into
11497 the right directory.
11498
11499 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
11500
11501 * org.el (org-goto-first-child): New command.
11502
11503 2010-11-11 Matt Lundin <mdl@imapmail.org>
11504
11505 * org-agenda.el (org-prepare-agenda): If the agenda is called from
11506 within the agenda via an elisp link, such as
11507 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
11508 of the file containing the link, since that buffer is current
11509 during org-prepare agenda (due to a with-current-buffer in
11510 org-agenda-open-link). An additional test now ensures that the
11511 agenda buffer is in fact current when the buffer is erased and
11512 local variables for the agenda are set.
11513
11514 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
11515
11516 * org-exp.el (org-infile-export-plist): Define property macro.
11517
11518 2010-11-11 David Maus <dmaus@ictsoc.de>
11519
11520 * org-mhe.el (org-mhe-get-header): Remove possible folding white
11521 space in message header field.
11522
11523 2010-11-11 David Maus <dmaus@ictsoc.de>
11524
11525 * org-feed.el (org-feed): Fix typo in customization group :tag
11526 property.
11527
11528 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11529
11530 * org-latex.el (org-export-latex-tag-markup): New option.
11531 (org-export-latex-keywords-maybe):
11532 Use `org-export-latex-tag-markup'.
11533
11534 2010-11-11 Rémi Vanicat <vanicat@debian.org> (tiny change)
11535
11536 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
11537 (org-ical-ts-to-string): Use UTC time when requested.
11538
11539 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
11540
11541 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
11542 from 'file' to 'http'.
11543
11544 2010-11-11 David Maus <dmaus@ictsoc.de>
11545
11546 * org.el (org-store-log-note): Fix wrong usage
11547 of`org-adapt-indentation'.
11548
11549 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11550
11551 * org.el (org-skip-over-state-notes): Do not compute bottom point
11552 at each item.
11553
11554 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
11555 instead of moving to each item.
11556
11557 2010-11-11 David Maus <dmaus@ictsoc.de>
11558
11559 * org-capture.el (org-capture-templates): Small fix in doc string.
11560
11561 2010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
11562
11563 * org-archive.el (org-get-local-archive-location):
11564 Use `org-carchive-location' as default.
11565
11566 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11567
11568 * ob-C.el (org): No longer requires org.
11569
11570 * ob-ledger.el (org): No longer requires org.
11571
11572 2010-11-11 David Maus <dmaus@ictsoc.de>
11573
11574 * org.el (org-priority): Save match data before call to
11575 `read-char-exclusive'.
11576
11577 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11578
11579 * org-list.el (org-list-to-generic): Descriptions labels can be
11580 any suit of symbols, and will end at double colons.
11581
11582 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11583
11584 * org.el (org-indent-line-function): Indent past [@num] and
11585 [@start:num], consistently with what is already done with
11586 checkboxes.
11587
11588 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11589
11590 * org.el (org-store-log-note): Indent new notes to the right
11591 column. Also take `org-list-two-spaces-after-bullet-regexp' into
11592 consideration when creating the note.
11593
11594 2010-11-11 David Maus <dmaus@ictsoc.de>
11595
11596 * org-gnus.el (nnimap-group-overview-filename): Declare function
11597 to silence byte compiler.
11598
11599 2010-11-11 David Maus <dmaus@ictsoc.de>
11600
11601 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
11602 New customization variable.
11603 (org-gnus-nnimap-cached-article-number): New function.
11604 (org-gnus-follow-link): Try to fetch cached article number of
11605 message-id.
11606
11607 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11608
11609 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
11610 first line into code blocks before export so that the first line
11611 is not interpreted as a title
11612 (org-babel-org-export): Use new dummy code block prefix.
11613
11614 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11615
11616 * ob.el (org-babel-insert-result): No longer throws error when
11617 inserting an empty result.
11618
11619 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11620
11621 * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
11622
11623 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11624
11625 * ob.el (org-babel-do-in-edit-buffer):
11626 Use `org-babel-where-is-src-block-head' to test for source block at
11627 point.
11628
11629 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11630
11631 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
11632 `org-babel-goto-src-block-head'.
11633
11634 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
11635 current code block.
11636
11637 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11638
11639 * ob.el (org-babel-next-src-block): Now raising more informative
11640 error when no further code blocks can be found.
11641 (org-babel-previous-src-block): Now raising more informative error
11642 when no previous code blocks can be found.
11643
11644 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11645
11646 * org-exp-blocks.el
11647 (org-export-preprocess-after-include-files-hook): Now using this
11648 hook instead of `org-export-preprocess-hook'.
11649
11650 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11651
11652 * ob-plantuml.el (org-babel-execute:plantuml): ????
11653
11654 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11655
11656 * ob-python.el (org-babel-python-evaluate): Refactor as call to
11657 either `org-babel-python-evaluate-external-process' or
11658 `org-babel-python-evaluate-session'.
11659 (org-babel-python-evaluate-external-process): New function to
11660 handle evaluation in external process.
11661 (org-babel-python-evaluate-session): New function to handle
11662 evaluation in emacs inferior process.
11663
11664 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11665
11666 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
11667 or html respecting :results header arg
11668 (org-babel-org-export): Exports a string of text to an output
11669 format.
11670
11671 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11672
11673 * ob.el (org-babel-insert-result): Remove existing results when
11674 nil results are returned.
11675
11676 2010-11-11 David Maus <dmaus@ictsoc.de>
11677
11678 * org-ascii.el (org-export-as-ascii): Bind and set link path for
11679 link type specific markup function.
11680
11681 2010-11-11 David Maus <dmaus@ictsoc.de>
11682
11683 * org-clock.el (notifications-notify): Properly declare function
11684 to silence byte compiler.
11685
11686 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11687
11688 * org-list.el (org-insert-item): Check invisibility of point at a
11689 meaningful location.
11690
11691 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11692
11693 * org-list.el (org-list-insert-item-generic): Updating checkboxes
11694 can modifiy bottom point of a list, so make it a marker before
11695 calling `org-update-checkbox-count-maybe'.
11696
11697 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11698
11699 * org.el (org-src-fontify-natively): Set to nil by default.
11700 Supply cutomize interface.
11701
11702 2010-11-11 Bastien Guerry <bzg@gnu.org>
11703
11704 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
11705 `org-bracket-link-analytic-regexp++' to match the link type.
11706
11707 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11708
11709 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
11710 `language'.
11711
11712 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11713
11714 * ob-tangle.el (org-babel-tangle-comment-format-beg):
11715 Format string specifying the link-comment preceding a code block
11716 (org-babel-tangle-comment-format-end): Format string specifying
11717 the link-comment following a code block
11718 (org-babel-tangle-collect-blocks): Storing more information in the
11719 spec of a tangling code block
11720 (org-babel-spec-to-string): Now makes use of customizable
11721 link-comment formats.
11722
11723 2010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
11724
11725 * org.el (org-delete-backward-char): Check for nil overwrite-mode
11726 before inserting spaces.
11727
11728 2010-11-11 David Maus <dmaus@ictsoc.de>
11729
11730 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
11731 from summary of non-TODO ical entries.
11732 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
11733 exclude tags from summary of TODO ical entries.
11734
11735 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11736
11737 * ob.el (org-babel-map-src-blocks): Now exposes much information
11738 about the code block in the form of let-bound local variables.
11739
11740 2010-11-11 David Maus <dmaus@ictsoc.de>
11741
11742 * org-list.el (org-outline-regexp, org-ts-regexp)
11743 (org-ts-regexp-both, org-in-regexps-block-p)
11744 (org-level-increment, org-at-heading-p)
11745 (outline-previous-heading, org-icompleting-read)
11746 (org-time-string-to-seconds): Declare to fix compiler warning.
11747
11748 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11749
11750 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
11751 used from an heading. Send an error when no item is in region.
11752
11753 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11754
11755 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
11756 ensure that edit buffer is exited.
11757
11758 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11759
11760 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
11761 control the amount of extra newlines inserted into tangled code
11762 (org-babel-tangle-collect-blocks): Now conditionally collects
11763 information to be used for "org" style comments
11764 (org-babel-spec-to-string): Now inserts "org" style comments, and
11765 obeys the newline configuration variable when inserting whitespace.
11766
11767 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11768
11769 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
11770 hook
11771 (org-babel-tangle): Calls new tangle hook.
11772
11773 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11774
11775 * org-capture.el (org-capture): Compute the length of the correct
11776 string when removing properties.
11777
11778 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11779
11780 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
11781 names before shell quoting.
11782
11783 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11784
11785 * org-src.el (org-src-tab-indents-natively): New variable
11786 controlling whether language-native TAB action should be performed
11787 (org-src-native-tab-command-maybe): New function to perform
11788 language-native TAB action.
11789 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
11790
11791 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11792
11793 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
11794 `org-plantuml-jar-path' before use.
11795
11796 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11797
11798 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
11799 language major mode buffers during fontification.
11800
11801 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11802
11803 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
11804 match code blocks with switches and header args. Call
11805 `org-src-font-lock-fontify-block' for automatic fontification of
11806 code in code blocks, controlled by variable
11807 `org-src-fontify-natively'.
11808 (org-src-fontify-natively): New variable.
11809
11810 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11811
11812 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
11813 inf-ruby.
11814
11815 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
11816
11817 * org-html.el (org-html-make-link): (expand-file-name) removes
11818 one "/" from "///path-to-file", so add one. Anything other than
11819 'file' type should be exported along with the type.
11820
11821 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
11822
11823 * org.el (org-insert-subheading): Fix compiler warning
11824 (org-insert-todo-subheading): Fix compiler warning.
11825
11826 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
11827
11828 * org-capture.el (org-capture): Remove read-only text properties
11829 from capture text.
11830 (org-capture-set-target-location): Throw an error if file+headline
11831 target does not point into a file which is in Org mode.
11832
11833 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11834
11835 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
11836
11837 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11838
11839 * org-src.el (org-edit-src-code): Improve docstring.
11840
11841 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11842
11843 * ob.el (org-babel-execute-src-block): Document prefix argument in
11844 docstring.
11845
11846 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
11847
11848 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
11849 org-ditaa-jar-path with expand-file-name.
11850
11851 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11852
11853 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
11854 `org-babel-execute-src-block'.
11855
11856 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11857
11858 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
11859 [@x] syntax for list numbering.
11860
11861 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11862
11863 * org.el (org-indent-line-function): Indentation of source block
11864 is left to `org-edit-src-exit' and shouldn't be modified by
11865 `org-indent-line-function'. Indentation of others blocks should be
11866 the same as the #+begin line.
11867
11868 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
11869
11870 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
11871 forms on source blocks in current buffer; restore point in current
11872 buffer.
11873
11874 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11875
11876 * org-list.el (org-list-struct): Accept list boundaries as an
11877 argument in order to avoid computing `org-list-top-point' and
11878 `org-list-bottom-point' twice when indenting.
11879
11880 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11881
11882 * org-list.el (org-list-ending-method): Default value is now
11883 `both', to ensure maximum compatibility before previous
11884 implementation.
11885
11886 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11887
11888 * org-list.el (org-list-in-item-p-with-indent): Test if first line
11889 is the item beginning.
11890
11891 * org-list.el (org-list-top-point-with-indent): Test if first line
11892 is a valid list beginning.
11893
11894 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11895
11896 * org-list.el (org-list-ending-method): New customizable variable
11897 to tell Org Mode how lists end. See docstring.
11898
11899 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11900
11901 * org-list.el (org-indent-item-tree): Shifting step of top-level
11902 item depends on `org-level-increment'.
11903
11904 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11905
11906 * org.el (org-indent-line-function): Indent first non blank line
11907 after a list according to current heading level.
11908
11909 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11910
11911 * org-docbook.el (org-export-as-docbook): Remove check for
11912 indentation on lines that do not start with a list bullet.
11913
11914 * org-html.el (org-export-as-html): Same thing.
11915
11916 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11917
11918 * org-list.el (org-list-bottom-point): Take into consideration
11919 that bound of search can be before true ending of the list.
11920
11921 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11922
11923 * org-list.el (org-list-struct-apply-struct): No longer shift
11924 item's body twice: one after replacing bullet and one after
11925 changing indentation.
11926
11927 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11928
11929 * org-list.el (org-list-struct-indent): Add code to replace
11930 bullets if needed when indenting.
11931
11932 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11933
11934 * org-list.el (org-list-insert-item-generic): A single item
11935 already counting blank lines in his body should be separated with
11936 the next one by a blank line. Moreover, if user already provided
11937 blank lines, follow his wishes.
11938
11939 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11940
11941 * org-list.el (org-indent-item-tree): When moving top item of a
11942 *-list to column 0, only the first item had its bullet changed to
11943 -. It now changes all items of the top-level list, as expected.
11944
11945 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11946
11947 * org-list.el (org-toggle-checkbox): Go to beginning of line
11948 before processing.
11949
11950 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11951
11952 * org-list.el (org-list-struct-apply-struct): Check if ancestor
11953 exists.
11954
11955 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11956
11957 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
11958 done at each item.
11959
11960 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11961
11962 * org-list.el : Removed unused variable
11963 `org-suppress-item-indentation'.
11964
11965 * org-list.el (org-renumber-ordered-list): Skip item if bullet
11966 number is already good.
11967
11968 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11969
11970 * org-list.el (org-list-automatic-rules): Doc-string reflects this
11971 change.
11972
11973 * org-list.el (org-indent-item-tree): Prevent whole list from
11974 being moved when user is not moving subtree. Thus
11975 `org-cycle-item-indentation' will not allow to move the list.
11976
11977 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11978
11979 * org-list.el (org-indent-item-tree): Remove region code. It was
11980 prone to errors and undocumented.
11981
11982 * org-list.el (org-item-indent-positions): Better heuristics to
11983 determine what bullet the item will have when demoted.
11984
11985 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11986
11987 * org-list.el (org-list-bullet-string): First check if
11988 `org-list-two-spaces-after-bullet-regexp' isn't nil.
11989
11990 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11991
11992 * org-list.el (org-list-bullet-string): Do not modify match-data.
11993
11994 * org.el (org-toggle-item): Now working again when changing list
11995 items into plain text. Moreover take into consideration
11996 `org-list-two-spaces-after-bullet-regexp'.
11997
11998 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
11999
12000 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
12001 fix, and improved heuristics to determine bullet when indenting.
12002
12003 * org-list.el (org-item-indent-positions): Function now returns
12004 sane results when there are two lists separated with blank lines
12005 only.
12006
12007 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12008
12009 * org-docbook.el (org-export-as-docbook): Use override="num" in
12010 any listitem matching [@start:num].
12011
12012 * org-html.el (org-export-as-html): Use value="num" in any li
12013 matching [@start:num].
12014
12015 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12016
12017 * org.el (org-set-font-lock-defaults): Correct fontification for
12018 checkboxes found after [@start:?].
12019
12020 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
12021 [@start:?] when looking at a regex after a bullet.
12022
12023 * org-list.el (org-toggle-checkbox): Correct insertion of
12024 checkboxes when there is already a [@start:?] in the item.
12025
12026 * org-list.el (org-checkbox-blocked-p): Properly check if there's
12027 an unchecked item before.
12028
12029 * org-list.el (org-list-parse-list): Function handles items having
12030 both a counter and a checkbox.
12031
12032 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12033
12034 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
12035 stores both indentation and bullet when cycle started.
12036
12037 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12038
12039 * org-list.el: `org-at-description-p' renamed to
12040 `org-at-item-description-p', `org-first-list-item-p' renamed to
12041 `org-list-first-item-p', `org-end-of-item-text-before-children'
12042 renamed to `org-end-of-item-or-at-child'.
12043
12044 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12045
12046 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
12047 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
12048 before toggling a checkbox.
12049
12050 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12051
12052 * org-list.el (org-list-bullet-string): New function returning
12053 bullet concatenated with an appropriate number of white spaces.
12054
12055 * org-list.el (org-list-insert-item-generic): Insert the right
12056 bullet, with help of `org-list-bullet-string'.
12057
12058 * org-list.el (org-indent-item-tree):
12059 Use `org-list-bullet-string'.
12060
12061 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
12062
12063 * org-list.el (org-toggle-checkbox): Send an error when
12064 `org-toggle-checkbox' is trying to insert a checkbox at a
12065 description item.
12066
12067 * org-list.el (org-item-re): Modified regexp so it can catch
12068 correct number of white space before item body.
12069
12070 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
12071 consideration new `org-item-re'.
12072
12073 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12074
12075 * org-list.el (org-list-insert-item-generic): The second item in a
12076 list will be separated from its predecessor with the number of
12077 blank lines separating the first item from its parent, if any, or
12078 no blank line.
12079
12080 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12081
12082 * org-list.el (org-indent-item-tree): Fix and reorder every list
12083 and sublist, from parent of list that has moved if indenting, or
12084 from list at point if outdenting.
12085
12086 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12087
12088 * org-list.el (org-indent-item-tree): Try to keep relative
12089 position on line. It can't if point is in white spaces before
12090 bullet because mixed tabs and spaces make some columns
12091 unattainable.
12092
12093 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12094
12095 * org-list.el (org-cycle-item-indentation): Cycle when the whole
12096 item only contains bullet and maybe a checkbox. Previously, TAB
12097 would cycle when the first line of the item was blank.
12098
12099 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12100
12101 * org-list.el (org-cycle-item-indentation): Allow a point just
12102 after a description item or a checkboxed item to start cycling.
12103
12104 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12105
12106 * org-list.el (org-cycle-list-bullet):
12107 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
12108 as valid bullets when cycling.
12109
12110 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12111
12112 * org-list.el (org-cycle-item-indentation): Do return t if and
12113 only if cycling is possible and succeded.
12114
12115 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12116
12117 * org-list.el (org-indent-item-tree): When outdenting a subtree,
12118 the last item shouldn't have a children.
12119
12120 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12121
12122 * org-list.el (org-cycle-item-indentation): Cycling should play
12123 nicely with indent rule in `org-list-automatic-rules'.
12124
12125 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12126
12127 * org-list.el (org-indent-item-tree): If indent rule is activated,
12128 it should be impossible to outdent an item having children without
12129 moving its subtree. Improved reordering of lists modified by
12130 cycling indentation.
12131
12132 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12133
12134 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
12135 `org-fix-bullet-type' to prevent infinite loop, and some checks
12136 already done in `org-renumber-ordered-list'.
12137
12138 * org-list.el (org-fix-bullet-type): Remove a check and call
12139 directly `org-maybe-renumber-ordered-list'.
12140
12141 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12142
12143 * org-list.el (org-indent-item-tree): It shouldn't be possible to
12144 indent the first item of a sublist (though outdent is possible) as
12145 it would break list's structure.
12146
12147 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12148
12149 * org-list.el (org-list-insert-item-generic): When local search
12150 doesn't help, search the list globally for blank lines. Moreover,
12151 don't bother with new lists, and add 1 blank line.
12152
12153 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12154
12155 * org-capture.el (org-capture-place-item):
12156 Use `org-search-forward-unenclosed' and
12157 `org-search-backward-unenclosed' and new variable
12158 `org-item-beginning-re'.
12159
12160 * org-list.el (org-item-beginning-re): Regexp matching beginning
12161 of an item.
12162
12163 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12164
12165 * org-list.el (org-cycle-list-bullet): Put back support for
12166 'previous argument.
12167
12168 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12169
12170 * org-list.el (org-in-item-p): Handle case when point is at an
12171 heading.
12172
12173 * org-list.el (org-list-make-subtree): Add protection when used
12174 outside of list.
12175
12176 * org-list.el (org-insert-item): Remove useless hack now
12177 `org-in-item-p' is fixed.
12178
12179 * org-timer.el (org-timer-item): Remove useless hack now
12180 `org-in-item-p' is fixed.
12181
12182 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12183
12184 * org-list.el (org-cycle-list-bullet): Prevent description items
12185 from being numbered. String argument is also recognized now, as
12186 long as it is a valid bullet.
12187
12188 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12189
12190 * org-list.el (org-indent-item-tree): Moving indentation of top
12191 list item will make the whole list move.
12192
12193 * org-list.el (org-apply-on-list): Function is less sensitive to
12194 changes of indentation.
12195
12196 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12197
12198 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
12199 of the regexp.
12200
12201 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
12202
12203 * org-list.el (org-cycle-item-indentation): Allow cycling
12204 description items and checkbox items.
12205
12206 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
12207
12208 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
12209 regexp.
12210
12211 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12212
12213 * org-list.el (org-insert-item-internal): Guessing of blank lines
12214 number is made by looking at neighboring items, if any.
12215
12216 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12217
12218 * org-list.el (org-sort-list): Add the possibility to sort timer
12219 lists with the ?t or ?T options.
12220
12221 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12222
12223 * org-list.el (org-search-unenclosed-internal): New function to
12224 handle both `org-search-forward-unenclosed' and
12225 `org-search-backward-unenclosed'.
12226
12227 * org-list.el (org-search-backward-unenclosed): Can send errors
12228 now. Removed useless usage of COUNT.
12229
12230 * org-list.el (org-search-forward-unenclosed): Can send errors
12231 now. Removed useless usage of COUNT.
12232
12233 * org-list.el (org-update-checkbox-count):
12234 Use `org-search-forward-unenclosed' and
12235 `org-search-backward-unenclosed' instead of `re-search-forward'
12236 and `re-search-backward'.
12237
12238 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
12239 and `org-search-backward-unenclosed' instead of
12240 `re-search-forward' and `re-search-backward'.
12241
12242 * org-list.el (org-list-make-subtree):
12243 Use `org-search-forward-unenclosed' and
12244 `org-search-backward-unenclosed' instead of `re-search-forward'
12245 and `re-search-backward'.
12246
12247 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12248
12249 * org-list.el (org-insert-item-internal): Fixes the problem when
12250 point was before the first char of the item's body.
12251
12252 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12253
12254 * org-timer.el (org-timer-item): Refactoring. Compute timer string
12255 before inserting it in the buffer.
12256
12257 * org-timer.el (org-timer): Add an optional argument to return
12258 timer string instead of inserting it.
12259
12260 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12261
12262 * org-list.el (org-insert-item-internal): New function to handle
12263 positioning and contents of an item being inserted at a specific
12264 pos. It is not possible anymore to split a term in a description
12265 list or a checkbox when inserting a new item.
12266
12267 * org-list.el (org-insert-item): Refactored by using the new
12268 `org-insert-item-internal' function.
12269
12270 * org-timer.el (org-timer-item): Refactored by using the new
12271 `org-insert-item-internal' function.
12272
12273 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12274
12275 * org-list.el (org-list-bottom-point): Be sure to check real
12276 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
12277
12278 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
12279 end of item if we are in a list.
12280
12281 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12282
12283 * org-list.el (org-insert-item): Move before any special block in
12284 a list prior to add a new item.
12285
12286 * org-timer.el (org-timer-item): When in a timer list, insert a
12287 new timer item like `org-insert-item'. If in another list, send an
12288 error. Otherwise, start a new timer list.
12289
12290 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12291
12292 * org-list.el: Minor refactoring.
12293
12294 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12295
12296 * org-timer.el (org-timer-item): Insert description list item at
12297 the right column.
12298
12299 * org-list.el (org-insert-item): Insert the right number of blank
12300 lines before a relative timer.
12301
12302 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12303
12304 * org-list.el (org-insert-item): Remove restriction on latex
12305 blocks.
12306
12307 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12308
12309 * org-list.el (org-search-backward-unenclosed): Do not stop in
12310 protected places.
12311
12312 * org-list.el (org-search-forward-unenclosed): Do not stop in
12313 protected places.
12314
12315 * org-latex.el (org-export-latex-lists): Use the fact that
12316 org-search-forward do not stop anymore at protected places.
12317
12318 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12319
12320 * org-list.el (org-search-backward-unenclosed): Do not prevent
12321 list items from being inside LaTeX blocks.
12322
12323 * org-list.el (org-search-forward-unenclosed): Do not prevent list
12324 items from being inside LaTeX blocks.
12325
12326 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12327
12328 * org-list.el (org-in-item-p): Do not widen before checking if we
12329 are in item.
12330
12331 * org-list.el (org-list-send-list): We cannot count on
12332 `org-list-top-point' and `org-list-bottom-point' before buffer is
12333 narrowed. Find bounds of list otherwise.
12334
12335 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12336
12337 * org-list.el (org-list-end-regexp): By default, list ending is
12338 exactly 2 blank lines.
12339
12340 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12341
12342 * org-docbook.el (org-export-as-docbook): When we find an empty
12343 line, we do not need to check for
12344 `org-empty-line-terminates-plain-lists' because we would have
12345 found end-list marker before.
12346
12347 * org-html.el (org-export-as-html): Same.
12348
12349 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12350
12351 * org-list.el (org-insert-item): Simplify count of blank lines to
12352 insert.
12353
12354 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12355
12356 * org-list.el (org-list-end-regexp): New customizable variable to
12357 define what string should end lists.
12358
12359 * org-list.el (org-list-end-re): Function is now aware of
12360 `org-list-end-regexp'.
12361
12362 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12363
12364 * org-html.el (org-export-as-html): Code cleanup.
12365
12366 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12367
12368 * org-docbook.el (org-export-as-docbook): Properly close any open
12369 list when seeing ORG-LIST-END. Removed any reference to now
12370 unneeded DIDCLOSE variable.
12371
12372 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12373
12374 * org-exp.el (org-export-mark-list-ending): Fix number of blank
12375 lines inserted after a list.
12376
12377 * org-list.el (org-list-parse-list): Fix case when
12378 `org-list-end-re' would have an indentation greater than current
12379 list.
12380
12381 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12382
12383 * org-exp.el (org-export-mark-list-ending): Differentiate between
12384 export backends, and replace `org-list-end-re' by a blank line
12385 upon exporting.
12386
12387 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12388
12389 * org-html.el (org-export-as-html): Delete didclose and everything
12390 related to it, as it is no longer needed.
12391
12392 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12393
12394 * org-html.el (org-export-html-preprocess): Remove unneeded
12395 insertion of list end marker, as it is now handled by
12396 `org-export-mark-list-ending'.
12397
12398 * org-html.el (org-export-as-html): Cleaner termination of lists.
12399
12400 * org-exp.el (org-export-mark-list-ending): New function to insert
12401 specific markers at the end of lists when exporting to a backend
12402 not using `org-list-parse-list'. This function is called early in
12403 `org-export-preprocess-string', while it is still able to
12404 recognize lists.
12405
12406 * org-latex.el (org-export-latex-lists): Better search for
12407 lists. It now only finds items not enclosed and not protected.
12408
12409 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12410
12411 * org-list.el: Replaced `re-search-forward' by
12412 `org-search-forward-unenclosed' where it made sense.
12413
12414 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12415
12416 * org-list.el (org-apply-to-list): Now a return value is handed at
12417 each new call of the function applied.
12418
12419 * org-list.el (org-fix-bullet-type): Use the new
12420 `org-apply-to-list' format.
12421
12422 * org-list.el (org-renumber-ordered-list): Use the new
12423 `org-apply-to-list' format.
12424
12425 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12426
12427 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
12428 correctly used.
12429
12430 * org-list.el (org-search-forward-unenclosed): Better regexp used.
12431
12432 * org-list.el (org-search-backward-unenclosed): Better regexp
12433 used.
12434
12435 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12436
12437 * org-list.el (org-sort-list): End-rec function was ill-defined.
12438
12439 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12440
12441 * org-list.el (org-search-forward-unenclosed): Fix behavior when
12442 last occurrence was enclosed.
12443
12444 * org-list.el (org-search-backward-unenclosed): Fix behavior when
12445 last occurrence was enclosed.
12446
12447 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12448
12449 * org.el (org-in-regexps-block-p): Fix documentation.
12450
12451 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12452
12453 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
12454
12455 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
12456
12457 * org-list.el (org-list-parse-list): Minor fix.
12458
12459 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12460
12461 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
12462 called with t argument.
12463
12464 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12465
12466 * org-html.el (org-export-html-preprocess):
12467 Replace `org-list-end-re' by a blank line during pre-process.
12468
12469 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12470
12471 * org-list.el (org-list-bottom-point): No need for square brackets
12472 for `skip-chars-backward'.
12473
12474 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12475
12476 * org-html.el: Do not delete space between end of list and
12477 beginning of the following.
12478
12479 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12480
12481 * org-html.el: Preprocess buffer string and add ORG-LIST-END where
12482 needed. Lists should not end before seeing this.
12483
12484 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12485
12486 * org-html.el: Notice end of lists.
12487
12488 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12489
12490 * org-list.el (org-list-parse-list): Better handling of
12491 restrictions when function is called on a list with sublists.
12492
12493 * org-list.el (org-list-send-list): Find the true ending of the
12494 list being sent.
12495
12496 * org-list.el (org-list-radio-list-templates): Templates are more
12497 specific to lists.
12498
12499 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
12500
12501 * ob-js.el (org-babel-js-eoe): Indicate end of input
12502 (org-babel-execute:js): Support for session evaluation
12503 (org-babel-prep-session:js): Fleshed out definition
12504 (org-babel-js-initiate-session): Can initiate a session using
12505 mozrepl.
12506
12507 2010-11-11 David Maus <dmaus@ictsoc.de>
12508
12509 * org.el (org-set-regexps-and-options): Protect escape char in
12510 `org-complex-heading-regexp-format'.
12511
12512 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
12513
12514 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
12515 session-based evaluation
12516 (org-babel-execute:scheme): Now supports session-based evaluation
12517 (org-babel-prep-session:scheme): Now works and defines variables
12518 (org-babel-scheme-initiate-session): Now works using run-scheme
12519 from cmuscheme.
12520
12521 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12522
12523 * org.el (org-export-latex-default-packages-alist): Remove the
12524 t1enc package - this is already covered by fontenc.
12525
12526 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12527
12528 * ob.el (with-parsed-tramp-file-name): Declared
12529 (org-babel-tramp-localname): Ensure variable name exists locally.
12530
12531 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12532
12533 * ob.el (org-babel-temp-file): Don't use babel temporary directory
12534 in remote case; use make-temp-file with remote file name so that
12535 temp file is guaranteed not to exist previously on remote machine.
12536 (org-babel-tramp-localname): New function to return local name
12537 portion of possibly remote file specification.
12538
12539 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12540
12541 * ob-R.el (org-babel-R-write-object-command): New unified R
12542 command for writing results to file
12543 (org-babel-R-wrapper-method): Remove variable
12544 (org-babel-R-wrapper-lastvar): Remove variable
12545 (org-babel-R-evaluate-external-process): Use new R command
12546 (org-babel-R-evaluate-session): Use new R command.
12547
12548 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12549
12550 * ob-comint.el
12551 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
12552 to evaluate code invisibly and block until output file exists.
12553
12554 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
12555 evaluate R code in session for :results value. Write result to
12556 file invisibly using new function
12557 `org-babel-comint-eval-invisibly-and-wait-for-file'.
12558
12559 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12560
12561 * org-capture.el (org-capture-fill-template): Align tags after
12562 insertion.
12563
12564 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12565
12566 * org-exp.el (org-export-concatenate-multiline-emphasis):
12567 Ignore matches that start in a headline.
12568
12569 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
12570
12571 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
12572 and out-file in shell-quote-argument.
12573
12574 2010-11-11 David Maus <dmaus@ictsoc.de>
12575
12576 * org-docview.el (org-docview-store-link): Use expanded macro to
12577 get current page.
12578 (doc-view-goto-page, image-mode-window-get): Declare functions for
12579 byte compiler.
12580
12581 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
12582
12583 * ob-scheme.el: Very preliminary support for evaluating scheme
12584 code blocks.
12585
12586 * org.el (org-babel-load-languages): Adding scheme.
12587
12588 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
12589
12590 * ob.el (require): Remove circular (require 'org).
12591
12592 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
12593
12594 * ob-R.el (ess-make-buffer-current): Declared.
12595 (ess-ask-for-ess-directory): Declared.
12596 (ess-local-process-name): Declared.
12597 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
12598
12599 * ob.el (org-edit-src-code): Fixing arguments.
12600 (org-edit-src-exit): Declared.
12601 (org-outline-overlay-data): Declared.
12602 (org-set-outline-overlay-data): Declared.
12603
12604 2010-11-11 Glenn Morris <rgm@gnu.org>
12605
12606 * ob.el: Require org when compiling.
12607 (org-save-outline-visibility): Remove macro declaration.
12608
12609 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
12610 Remove unnecessary/macro declarations.
12611
12612 * org-docview.el: Require doc-view when compiling.
12613 (doc-view-goto-page): Autoload rather than declaring.
12614 (doc-view-current-page): Remove macro declaration.
12615
12616 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
12617 (org-entry-get, org-table-import): Fix declarations.
12618 (org-match-string-no-properties): Remove declaration.
12619
12620 * ob-sh.el (org-babel-comint-in-buffer)
12621 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
12622 (org-babel-comint-with-output): Remove unnecessary declarations.
12623
12624 * ob-R.el (orgtbl-to-tsv): Fix declaration.
12625
12626 * org-list.el (org-entry-get): Fix declaration.
12627
12628 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
12629
12630 * ob.el (org-babel-remove-temporary-directory): Remove explicit
12631 second argument.
12632
12633 2010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
12634
12635 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
12636 numbers.
12637
12638 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
12639
12640 * org-macs.el (org-save-outline-visibility): Move from org.el.
12641
12642 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
12643
12644 * ob-org.el (org-babel-default-header-args:org): Additional
12645 ":results silent" default header argument for org code blocks.
12646
12647 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
12648
12649 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
12650 which is now an alias to ":eval no".
12651
12652 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
12653
12654 * ob.el (org-babel-remove-temporary-directory): The version of
12655 `delete-directory' found in files.el can not be assumed to be
12656 present on all versions, so this copies the recursive behavior of
12657 that command in such a way that all calls to delete-directory will
12658 also work with the built-in internal C implementation of that
12659 function. This is not overly difficult as all elements of the
12660 directory can be assumed to be files.
12661
12662 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
12663
12664 * ob-C.el (org-babel-C-execute): Corrected arguments to
12665 org-babel-temp-file.
12666
12667 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
12668
12669 * ob.el (org-babel-temporary-directory): Variable to hold the
12670 value of the Babel temporary directory.
12671
12672 2010-11-11 Aditya Siram <aditya.siram@gmail.com>
12673
12674 * ob.el (org-babel-load-in-session): Expanding noweb references
12675 when appropriate.
12676
12677 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12678
12679 * org.el (org-make-link-regexps): Modified regexp of
12680 org-plain-link-re.
12681
12682 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
12683
12684 * org-habit.el (org-habit-parse-todo): Find sr-days only if
12685 scheduled-repeat is non nil. Use 4th element of the list returned
12686 by (org-heading-components) as habit-entry. Modify the error
12687 message to be more meaningful.
12688
12689 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
12690
12691 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
12692 ":border" header arguments which both use the "preview" latex
12693 package to fit the resulting PDF image to the figure.
12694
12695 2010-11-11 David Maus <dmaus@ictsoc.de>
12696
12697 * org-wl.el (org-wl-store-link): Don't try to store link if point
12698 is at end of buffer.
12699
12700 2010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
12701
12702 * org-publish.el (org-publish-project-alist): Document the new
12703 body-only property.
12704 (org-publish-org-to): Use the body-only property.
12705
12706 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
12707
12708 * org.el (org-store-link): Return link when invoked
12709 non-interactively from an agenda buffer.
12710
12711 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
12712
12713 * org.el (org-store-link): Storing of links to headlines in
12714 indirect buffers was broken. Fix it.
12715
12716 2010-11-11 Aidan Kehoe <kehoea@parhasard.net>
12717
12718 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
12719 #'set-file-modes to use integer, not character syntax, avoiding
12720 compile problems with recent XEmacs.
12721
12722 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12723
12724 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
12725 forward even if there is no text to be added.
12726
12727 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12728
12729 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
12730 tags/property matcher.
12731
12732 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12733
12734 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
12735 t.
12736
12737 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12738
12739 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
12740
12741 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12742
12743 * org-latex.el (org-export-latex-set-initial-vars):
12744 Bind `case-fold-search' to t around the search for special LaTeX setup.
12745
12746 * org-beamer.el (org-beamer-after-initial-vars):
12747 Bind `case-fold-search' to t around the search for special BEAMER
12748 setup.
12749
12750 2010-11-11 David Maus <dmaus@ictsoc.de>
12751
12752 * org-agenda.el (org-write-agenda): Delete PostScript file after
12753 creating conversion to PDF.
12754
12755 2010-11-11 David Maus <dmaus@ictsoc.de>
12756
12757 * org-agenda.el (org-write-agenda): Move require statements to
12758 proper place in evaluated lisp expression.
12759
12760 2010-11-11 David Maus <dmaus@ictsoc.de>
12761
12762 * org-agenda.el (org-write-agenda): Rename temporary buffer to
12763 remove dependency of `flet' macro.
12764
12765 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12766
12767 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
12768
12769 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12770
12771 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
12772 from all standard sources when executing #+lob/#+call lines.
12773
12774 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12775
12776 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
12777 separate functions
12778 (org-babel-R-evaluate-external-process): New function to handle
12779 external process evaluation
12780 (org-babel-R-evaluate-session): New function to handle session
12781 evaluation.
12782
12783 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12784
12785 * ob.el (org-babel-initiate-session): New function derived from
12786 previous `org-babel-switch-to-session'
12787 (org-babel-switch-to-session): Refactored to use new
12788 `org-babel-initiate-session'.
12789
12790 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12791
12792 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
12793 to (interactive).
12794
12795 2010-11-11 David Maus <dmaus@ictsoc.de>
12796
12797 * org-feed.el (org-feed-format-entry): Decode entry according to
12798 its character encoding.
12799
12800 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
12801
12802 * org-feed.el (xml-substitute-special): Declare function for byte
12803 compiler.
12804 (org-feed-unescape): Removed.
12805 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
12806 Use `xml-substitute-special' to unescape XML entities.
12807
12808 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12809
12810 * ob.el (org-babel-switch-to-session): Throw error if block if
12811 :session not in effect for the block.
12812
12813 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12814
12815 * org-table.el (org-table-create-with-table.el): Align table
12816 before converting.
12817
12818 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12819
12820 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
12821 that org-src buffer is current before attempting exit.
12822
12823 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12824
12825 * org-src.el (ob-comint): Require 'ob-comint
12826 (org-src-babel-info): Define variable.
12827
12828 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12829
12830 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
12831 in the language major mode edit buffer.
12832 (org-babel-do-key-sequence-in-edit-buffer): New function to call
12833 an arbitrary key sequence in the language major mode edit buffer.
12834
12835 * org-src.el (org-src-switch-to-buffer): Add new allowed value
12836 'switch-invisibly for `org-src-window-setup'.
12837
12838 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12839
12840 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
12841 is used.
12842 (org-src-do-at-code-block): New macro to evaluate lisp with point
12843 at the start of the Org code block containing the code in this
12844 edit buffer.
12845 (org-src-do-key-sequence-at-code-block): New function to execute
12846 command bound to key at the Org code block containing the code in
12847 this edit buffer.
12848
12849 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12850
12851 * ob-R.el (org-babel-R-associate-session): New function to
12852 associate R code edit buffers with ESS comint session.
12853
12854 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12855
12856 * org-src.el (org-edit-src-code): If at src block, store babel
12857 info as buffer local variable.
12858 (org-src-associate-babel-session): New function to associate code
12859 edit buffer with comint session. Does nothing unless a
12860 language-specific function named
12861 `org-babel-LANG-associate-session' exists.
12862 (org-src-babel-configure-edit-buffer): New function to be called
12863 in `org-src-mode-hook'.
12864 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
12865 hook.
12866
12867 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12868
12869 * ob.el (org-babel-switch-to-session-with-code): New function to
12870 generate split frame displaying edit buffer and session.
12871
12872 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12873
12874 * org.el (org-set-tags): Consider org-indent-mode when computing
12875 the tags column.
12876
12877 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12878
12879 * org-compat.el (org-looking-at-p): Only use looking-at-p when
12880 defined.
12881
12882 2010-11-11 David Maus <dmaus@ictsoc.de>
12883
12884 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
12885 lines directly after call to sorting filter function.
12886
12887 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12888
12889 * org.el (org-complex-heading-regexp-format): Document the
12890 variable.
12891 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
12892 to make the regular expression for matching the headline.
12893
12894 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12895
12896 * org.el (org-refile-check-position): New function.
12897 (org-goto):
12898 (org-refile-get-location): Call `org-refile-check-position'.
12899
12900 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
12901
12902 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
12903 instead of equal to compare symbols.
12904
12905 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12906
12907 * org-agenda.el (org-agenda-before-sorting-filter-function):
12908 New hook function.
12909 (org-finalize-agenda-entries):
12910 Apply `org-agenda-before-sorting-filter-function'.
12911
12912 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12913
12914 * org-latex.el (org-export-latex-first-lines): Do not protect meta
12915 lines that have nothing to do with babel.
12916
12917 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12918
12919 * org-capture.el (org-capture-place-template): Handle the
12920 checkitem case.
12921 (org-capture-place-item): Provide boundaries for the search to
12922 make sure we do not get a match in a different tree.
12923
12924 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12925
12926 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
12927 argument parser.
12928
12929 2010-11-11 Noorul Islam <noorul@noorul.com>
12930
12931 * org-latex.el (org-latex-to-pdf-process): Add output-directory
12932 option for the command pdflatex.
12933 (org-export-as-pdf): Respect directory in path of
12934 EXPORT_FILE_NAME.
12935
12936 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12937
12938 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
12939 which now means to use MathJax processing for HTML. Also allow
12940 new value `dvipng' to force the old image processing.
12941 (org-infile-export-plist): Parse for MATHJAX setup line.
12942
12943 * org-html.el (org-export-html-mathjax-options): New option.
12944 (org-export-html-mathjax-config): New function.
12945 (org-export-html-mathjax-template): New option.
12946 (org-export-html-preprocess): Call the LaTeX snippet processor
12947 with an additional argument to declare special ways of processing.
12948 (org-export-as-html): Bind the dynamical variable
12949 `org-export-have-math'. Insert the MathJax script template when
12950 it is needed by the document.
12951
12952 * org.el (org-preview-latex-fragment): Call `org-format-latex'
12953 with the additional processing argument.
12954 (org-export-have-math): New variable, for dynamic scoping.
12955 (org-format-latex): Implement specific ways of processing.
12956 New function argument for processing type.
12957 (org-org-menu): Remove the entry to configure LaTeX snippet
12958 processing.
12959
12960 2010-11-11 Bastien Guerry <bzg@gnu.org>
12961
12962 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
12963 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
12964 heading currently clocked in is not listed in the agenda, display
12965 this entry in another buffer. If there is no running clock,
12966 display a help message.
12967
12968 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
12969
12970 * org-latex.el (org-export-latex-tables): Return "" instead of nil
12971 when no label is attached.
12972
12973 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
12974
12975 * org-agenda.el (org-agenda-menu-show-match): New option.
12976 (org-agenda-menu-two-column): New option.
12977 (org-agenda-get-restriction-and-command): Implement dispatch menu
12978 without showing the matcher, and with two-column display.
12979
12980 2010-11-11 Bernt Hansen <bernt@norang.ca>
12981
12982 * org-indent.el (org-indent-mode): Fix grammar for message when
12983 mode is refused.
12984
12985 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
12986
12987 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
12988 no previous result exists.
12989
12990 2010-11-11 Noorul Islam <noorul@noorul.com>
12991
12992 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
12993 warning.
12994
12995 2010-11-11 Noorul Islam <noorul@noorul.com>
12996
12997 * org.el (org-set-visibility-according-to-property): Use backward
12998 search instead of forward, so that top hierarchy gets priority.
12999
13000 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13001
13002 * org-agenda.el (org-timeline): Allow indirect buffer.
13003
13004 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13005
13006 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
13007 (org-export-define-heading-targets-headline-hook): New hooks.
13008
13009 * org.el (org-modules): Add entry for org-wikinodes.el.
13010 (org-font-lock-set-keywords-hook): New hook.
13011 (org-open-at-point-functions): New hook.
13012 (org-find-exact-headling-in-buffer):
13013 (org-find-exact-heading-in-directory): New functions.
13014 (org-mode-flyspell-verify): Better cursor position for checking if
13015 flyspell should ignore a word.
13016
13017 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13018
13019 * org-indent.el (org-indent-remove-properties):
13020 (org-indent-add-properties): Make sure changing these properties
13021 does not trigger modification hooks.
13022
13023 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13024
13025 * org.el (org-link-search-must-match-exact-headline): New option.
13026 (org-link-search-inhibit-query): New variable.
13027 (org-link-search): Search for exact headline match in Org files.
13028
13029 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13030
13031 * ob.el (org-babel-execute-src-block-maybe): Remove check for
13032 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
13033 function `org-babel-execute-safely-maybe'.
13034
13035 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13036
13037 * ob.el (org-babel-load-in-session): Set directory in case :dir
13038 arg is in effect.
13039
13040 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13041
13042 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
13043 errors when we're not under of a headline.
13044
13045 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13046
13047 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
13048 write delimited text instead of save -ascii
13049 (org-babel-octave-import-elisp-from-file): Specify that data
13050 written to file is tab-delimited.
13051
13052 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13053
13054 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
13055 tab-delimited.
13056
13057 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13058
13059 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
13060 specified.
13061
13062 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13063
13064 * ob-python.el (org-babel-python-table-or-string): Fix recognition
13065 of lists and tuples.
13066
13067 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13068
13069 * ob-octave.el (org-babel-octave-evaluate-external-process):
13070 Allow remote files.
13071
13072 2010-11-11 Juan Pechiar <pechiar@computer.org>
13073
13074 * ob-octave.el (org-babel-octave-evaluate-external-process):
13075 Use `org-babel-octave-import-elisp-from-file' instead of
13076 `org-babel-eval-read-file'.
13077 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
13078 and use '%s' as format specifier instead of '%S'.
13079
13080 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13081
13082 * ob-octave.el: Only (require 'matlab) when necessary.
13083 (org-babel-octave-initiate-session): (require) octave-inf or matlab
13084 as appropriate.
13085 (org-babel-execute:matlab): Remove (require).
13086 (org-babel-prep-session:matlab): Remove (require).
13087 (org-babel-matlab-initiate-session): Remove (require).
13088
13089 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13090
13091 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
13092 list.
13093
13094 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13095
13096 * ob-python.el (org-babel-python-table-or-string): Can now handle
13097 VERY long result lines.
13098
13099 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
13100
13101 * org-latex.el (org-export-latex-tables): Add label if any.
13102
13103 * org-latex.el (org-export-latex-convert-table.el-table):
13104 Fix little mistake when inserting label.
13105
13106 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
13107
13108 * org.el (org-cycle-internal-local): Remove an unnecessary call
13109 to `org-back-to-heading' that was preventing point to stay at its
13110 column when cycling visibility.
13111
13112 2010-11-11 Noorul Islam <noorul@noorul.com>
13113
13114 * org-capture.el (org-capture-finalize): Make messages consistent.
13115
13116 2010-11-11 Noorul Islam <noorul@noorul.com>
13117
13118 * org-gnus.el: Suppress compiler warning by declaring outside
13119 function nnimap-retrieve-headers-from-file.
13120
13121 2010-11-11 Noorul Islam <noorul@noorul.com>
13122
13123 * org-colview.el Use org-beamer-select-environment instead of
13124 org-beamer-set-environment-tag.
13125
13126 2010-11-11 Matt Lundin <mdl@imapmail.org>
13127
13128 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
13129 that the value of org-last-inserted-timestamp includes time range.
13130
13131 2010-11-11 David Maus <dmaus@ictsoc.de>
13132
13133 * org-wl.el (org-wl-store-link-message): Provide link property for
13134 message-id without angle brackets.
13135
13136 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13137
13138 * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
13139
13140 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13141
13142 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
13143 file ensuing that the latest changes on disk are represented.
13144
13145 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13146
13147 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
13148 arguments w/o quotes.
13149
13150 2010-11-11 Bernt Hansen <bernt@norang.ca>
13151
13152 * org-capture.el (org-capture-finalize): Fix clock in of
13153 interrupted task during capture finalize.
13154
13155 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13156
13157 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
13158 session output.
13159
13160 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13161
13162 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
13163 expression for matching main function.
13164
13165 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13166
13167 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
13168 regexp -- it wasn't matching lob lines w/o indices.
13169
13170 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13171
13172 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
13173 warning in org-exp.el.
13174
13175 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13176
13177 * org-publish.el (org-publish-file): Better error message if
13178 base-directory or publishing-directory are not defined.
13179
13180 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13181
13182 * org-colview.el (org-columns-display-here): Use overlays to
13183 overrule line prefix properties during column view.
13184
13185 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13186
13187 * org-agenda.el (org-agenda-filter-preset): Document the
13188 limitation for the filter preset - it can only be used for an
13189 entire agenda view, not in an individual block in a block agenda.
13190
13191 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13192
13193 * ob-table.el (sbe): Now able to accept range references from
13194 tables.
13195
13196 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13197
13198 * ob.el (org-babel-pick-name): If colnames or rownames contain a
13199 list of names, then use those directly.
13200
13201 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13202
13203 * org-exp.el (org-export-format-source-code-or-example):
13204 Escape underscores in code block names on latex listings export.
13205
13206 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13207
13208 * ob-tangle.el (org-babel-with-temp-filebuffer):
13209 Use find-file-noselect to avoid excess buffer movement.
13210
13211 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13212
13213 * org-html.el (org-html-should-inline-p): Only inline images if
13214 they should be.
13215
13216 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13217
13218 * org-id.el (org-id-store-link): Autoload.
13219
13220 * org.el ("org-id"): Autoload `org-id-store-link'.
13221
13222 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13223
13224 * org-html.el (org-html-should-inline-p): Only inline images if
13225 they should be.
13226
13227 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
13228
13229 * org-icalendar.el (org-icalendar-alarm-time): New option.
13230
13231 * org-icalendar.el (org-print-icalendar-entries): Timed events are
13232 exported with alarm events, a.k.a. reminders.
13233
13234 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13235
13236 * org-capture.el (org-capture-target-buffer): Throw an error if we
13237 have no target file.
13238 (org-capture-select-template): Use a default template if the user
13239 has not specified any.
13240
13241 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13242
13243 * org.el (org-modules): Add entry for org-velocity.
13244
13245 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13246
13247 * ob-lob.el (org-babel-lob-execute): Changing indentation to
13248 improve line length.
13249
13250 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13251
13252 * org-exp.el (org-export-handle-table-metalines): Choose a better
13253 position for checking protectedness.
13254
13255 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13256
13257 * org-table.el (org-table-convert-region): Don't continue csv
13258 importation which the point catches the end, this fixes an
13259 infinite loop which was caused by the (point) never catching up
13260 with the "end" marker.
13261
13262 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13263
13264 * org-macs.el (org-string-nw-p): New function.
13265
13266 * org-capture.el (org-capture-import-remember-templates):
13267 Interpret an empty string as request to use
13268 `org-default-notes-file'.
13269 (org-capture-target-buffer): If the FILE is not a (non-empty)
13270 string, use `org-default-notes-file'.
13271
13272 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13273
13274 * org-capture.el (org-capture-templates): Fix customize type.
13275
13276 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
13277
13278 * org.el (org-refile-targets):
13279 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
13280
13281 2010-08-19 Glenn Morris <rgm@gnu.org>
13282
13283 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
13284 (org-save-outline-visibility): Move to org-macs.
13285 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
13286 (org-save-outline-visibility): Move here from org.el.
13287 (show-all): Autoload it.
13288 * ob.el: Don't require org when compiling.
13289
13290 2010-08-18 Glenn Morris <rgm@gnu.org>
13291
13292 * ob.el: Require org when compiling.
13293 (org-save-outline-visibility): Remove macro declaration.
13294 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
13295 Remove unnecessary/macro declarations.
13296 * org-docview.el: Require doc-view when compiling.
13297 (doc-view-goto-page): Autoload rather than declaring.
13298 (doc-view-current-page): Remove macro declaration.
13299
13300 2010-08-17 Glenn Morris <rgm@gnu.org>
13301
13302 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
13303 (org-entry-get, org-table-import): Fix declarations.
13304 (org-match-string-no-properties): Remove unnecessary declaration.
13305 * ob-sh.el (org-babel-comint-in-buffer)
13306 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
13307 (org-babel-comint-with-output): Remove unnecessary declarations.
13308 * ob-R.el (orgtbl-to-tsv): Fix declaration.
13309 * org-list.el (org-entry-get): Fix declaration.
13310
13311 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13312
13313 * ob-C.el: New file.
13314 * ob-R.el: New file.
13315 * ob-asymptote.el: New file.
13316 * ob-clojure.el: New file.
13317 * ob-comint.el: New file.
13318 * ob-css.el: New file.
13319 * ob-ditaa.el: New file.
13320 * ob-dot.el: New file.
13321 * ob-emacs-lisp.el: New file.
13322 * ob-eval.el: New file.
13323 * ob-exp.el: New file.
13324 * ob-gnuplot.el: New file.
13325 * ob-haskell.el: New file.
13326 * ob-keys.el: New file.
13327 * ob-latex.el: New file.
13328 * ob-lob.el: New file.
13329 * ob-matlab.el: New file.
13330 * ob-mscgen.el: New file.
13331 * ob-ocaml.el: New file.
13332 * ob-octave.el: New file.
13333 * ob-perl.el: New file.
13334 * ob-python.el: New file.
13335 * ob-ref.el: New file.
13336 * ob-ruby.el: New file.
13337 * ob-sass.el: New file.
13338 * ob-screen.el: New file.
13339 * ob-sh.el: New file.
13340 * ob-sql.el: New file.
13341 * ob-sqlite.el: New file.
13342 * ob-table.el: New file.
13343 * ob-tangle.el: New file.
13344 * ob.el: New file.
13345
13346 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13347
13348 * org-mks.el: New file.
13349 * org-capture.el: New file.
13350
13351 2010-07-19 Christian Egli <christian.egli@sbszh.ch>
13352
13353 * org-taskjuggler.el: New file.
13354
13355 2010-07-19 Matt Lundin <mdl@imapmail.org>
13356
13357 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
13358 in org-agenda-text-search-extra-files.
13359
13360 2010-07-19 David Maus <dmaus@ictsoc.de>
13361
13362 * org-list.el (org-list-send-list): Locally bind variable `txt'.
13363
13364 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13365
13366 * org.el (org-reload): Now also reloading babel files.
13367
13368 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13369
13370 * org-capture.el (org-capture-set-plist): Make sure txt is a string
13371 before calling `string-match'.
13372 (org-capture-templates): Fix customization type.
13373
13374 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13375
13376 * org-latex.el (org-export-latex-preprocess): Make a special case
13377 for \nbsp.
13378 (org-latex-entities): Remove the entry for \nbsp.
13379 (org-latex-entities-exceptions): Variable removed.
13380
13381 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13382
13383 * org-capture.el (org-capture-refile): Do not try to manipulate
13384 bookmark list.
13385
13386 * org.el (org-refile): Use the correct bookmark here.
13387
13388 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13389
13390 * org-list.el (org-list-send-list): Parse list from its true beginning.
13391
13392 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
13393
13394 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13395
13396 * org.el (org-insert-link): Correctly determine if we should use
13397 a relative path.
13398
13399 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
13400
13401 * org-list.el (org-list-radio-list-templates): Fix templates.
13402
13403 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
13404
13405 * org-list.el (org-list-send-list): Regexp defining the start of
13406 a radio list is now on par with the one used for radio tables.
13407
13408 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13409
13410 * org-entities.el (org-entities-help): Add a headline for
13411 the user-defined entities.
13412
13413 2010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
13414
13415 * org-agenda.el (org-agenda-action): Document capture key and add it
13416 to the prompt.
13417
13418 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13419
13420 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
13421
13422 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13423
13424 * org-latex.el (org-export-latex-first-lines): Do not mark
13425 meta lines for removal. Do not remove BABEL config lines during export.
13426
13427 2010-07-19 David Maus <dmaus@ictsoc.de>
13428
13429 * org-capture.el (org-capture): Check if
13430 `org-capture-link-is-already-stored' is bound before evaluating.
13431
13432 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13433
13434 * org.el: Add autoload for org-babel-do-load-languages.
13435
13436 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13437
13438 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
13439
13440 2010-07-19 David Maus <dmaus@ictsoc.de>
13441
13442 * org-feed.el: Change indentation to match coding style
13443 guideline.
13444
13445 2010-07-19 David Maus <dmaus@ictsoc.de>
13446
13447 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
13448 library if necessary.
13449
13450 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13451
13452 * org-beamer.el (org-beamer-amend-header): Standardize the
13453 header cookie for the beamer extra stuff.
13454
13455 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13456
13457 * org-beamer.el (org-beamer-amend-header): Put extra header
13458 last in header.
13459
13460 2010-07-19 David Maus <dmaus@ictsoc.de>
13461
13462 * org-exp-blocks.el (org-export-blocks-format-ditaa)
13463 (org-export-blocks-format-dot): Remove text properties of body before
13464 calculating cache hash.
13465
13466 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13467
13468 * org-latex.el (org-export-latex-tabular-environment): New option.
13469 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
13470
13471 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13472
13473 * org-compat.el (org-version-check): New function.
13474
13475 * org-indent.el (org-indent-mode): Check for exact emacs version.
13476
13477 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13478
13479 * org-capture.el (org-capture-templates): Allow the template
13480 to come from a file or function call.
13481 (org-capture-place-entry): Get the template from file or function.
13482
13483 2010-07-19 David Maus <dmaus@ictsoc.de>
13484
13485 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
13486 position if target is entire file.
13487
13488 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13489
13490 * org.el (org-autoload): Autoload a few more org-table functions.
13491
13492 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13493
13494 * org.el (org-babel-load-languages): Add ob-mscgen.
13495
13496 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13497
13498 * org-latex.el (org-export-latex-tables): Format string now
13499 matches options.
13500
13501 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13502
13503 * org.el (org-babel-load-languages): This variable controls which
13504 languages will be loaded by org-babel. It is customizable through
13505 the customize interface.
13506
13507 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13508
13509 * org-latex.el (org-export-latex-format-image): Update number of
13510 arguments to allow for an optional short-name.
13511
13512 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13513
13514 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
13515
13516 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13517
13518 * org-capture.el (org-capture-set-target-location):
13519 Store exact positions for file+regexp and file+function targets.
13520 (org-capture-place-entry, org-capture-place-item)
13521 (org-capture-place-table-line, org-capture-place-plain-text):
13522 Respect exact positions.
13523 (org-capture-finalize): Make sure we are at the beginning of a line
13524 when fixing the empty lines after the entry.
13525
13526 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13527
13528 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
13529 (org-entry-get): Pass `literal-nil' into
13530 `org-entry-get-with-inheritance'.
13531 (org-todo): React to nil values of the LOGGING property.
13532
13533 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13534
13535 * org.el (org-default-notes-file): Update docstring.
13536
13537 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13538
13539 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
13540
13541 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13542
13543 * org-exp.el (org-export-attach-captions-and-attributes):
13544 Add a shortname attribute to caption strings under the symbol name
13545 org-caption-shortn.
13546
13547 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13548
13549 * org.el (org-switchb): Rename from `org-iswitchb'.
13550 Improve docstring.
13551 (org-iswitchb): New alias.
13552 (org-ido-switchb): Make alias point to `org-switchb'.
13553
13554 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13555
13556 * org-capture.el (org-capture-fill-template):
13557 Respect time-of-day preference in template prompt.
13558
13559 2010-07-19 David Maus <dmaus@ictsoc.de>
13560
13561 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
13562
13563 2010-07-19 David Maus <dmaus@ictsoc.de>
13564
13565 * org-wl.el (org-wl-disable-folder-check): New customization
13566 variable.
13567 (org-wl-open): Disable folder check depending on
13568 `org-wl-disable-folder-check'.
13569
13570 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13571
13572 * org-capture.el (org-capture-set-target-location):
13573 Fix file+function interpretation.
13574
13575 2010-07-19 David Maus <dmaus@ictsoc.de>
13576
13577 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
13578 content.
13579
13580 2010-07-19 David Maus <dmaus@ictsoc.de>
13581
13582 * org-feed.el (xml-entity-alist): Declare variable
13583 `xml-entity-alist' for byte compiler.
13584
13585 2010-07-19 David Maus <dmaus@ictsoc.de>
13586
13587 * org-feed.el (org-feed-unescape): New function.
13588 Unescape protected entities.
13589 (org-feed-parse-atom-entry): Use function for atom:content
13590 type text and html.
13591
13592 2010-07-19 David Maus <dmaus@ictsoc.de>
13593
13594 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
13595 element names.
13596
13597 2010-07-19 Bernt Hansen <bernt@norang.ca>
13598
13599 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
13600 when displaying items on todays agenda date.
13601
13602 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13603
13604 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
13605 value of EXTRA.
13606
13607 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13608
13609 * org-publish.el (org-publish-initialize-cache):
13610 Make timestamp directory, the entire path to it.
13611
13612 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13613
13614 * org-exp.el (org-export-handle-comments): Make sure to check
13615 for protection in the comment line, and not in the line after it.
13616
13617 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13618
13619 * org-html.el (org-export-html-preprocess): Call org-format-latex,
13620 possibly with a protect-only argument.
13621
13622 * org.el (org-format-latex): New argument PROTECT-ONLY.
13623
13624 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13625
13626 * org-exp.el (org-export-handle-table-metalines): This function
13627 removes table specific meta-lines, now that we aren't wiping
13628 everything that looks remotely like a comment at the end of the
13629 export process we have to be sure to catch all of the specific lines
13630 in org-exp.el.
13631
13632 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
13633
13634 * org-exp.el (org-export-select-backend-specific-text): Properly
13635 get rid of #+Backend and #+ATTR_Backend specifics to backends not
13636 matching the one we're exporting to.
13637
13638 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13639
13640 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
13641 option which will strip newline characters from the text of table
13642 cells and replace then with "\n".
13643
13644 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13645
13646 * org.el (org-confirm-shell-link-function)
13647 (org-confirm-elisp-link-function): Limit the values that can be set by
13648 file variables.
13649
13650 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13651
13652 * org.el (org-compute-latex-and-specials-regexp): Deal with
13653 string elements by discarding them.
13654
13655 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13656
13657 * org.el (org-iswitchb): Make sure to use at least iswitchb.
13658
13659 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13660
13661 * org-capture.el (org-capture-position-for-last-stored)
13662 (org-capture-bookmark-last-stored-position): New functions.
13663 (org-capture-place-table-line): Better error catching.
13664 (org-capture-place-item, org-capture-place-entry)
13665 (org-capture-place-plain-text):
13666 Call `org-capture-position-for-last-stored'.
13667 (org-capture-finalize): Just call
13668 `org-capture-bookmark-last-stored-position'.
13669
13670 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13671
13672 * org-exp.el (org-export-mark-blockquote-verse-center):
13673 Fix small bug, now grabbing match data before overwritten by looking-at
13674 this fixes a problem with remainders of #+end_quote lines appearing
13675 in exported output.
13676
13677 2010-07-19 David Maus <dmaus@ictsoc.de>
13678
13679 * org.el (org-link-frame-setup): Add customization option for
13680 Wanderlust.
13681
13682 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13683
13684 * org-latex.el (org-export-latex-fixed-width): Now check
13685 org-example rather than org-protected on verbatim export, because by
13686 default all ": " prefixed lines are marked protected.
13687
13688 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13689
13690 * org-latex.el (org-export-latex-fixed-width): Check for
13691 protection before wrapping ": " lines as verbatim.
13692
13693 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13694
13695 * org-exp.el (org-export-handle-comments): Check for protection
13696 before removing comments.
13697
13698 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13699
13700 * org-entities.el (org-entities): Restructure the list.
13701 (org-entities-help): Turn the help output into a buffer
13702 in Org-mode, so that it becomes easier to find a symbol
13703 in the structure.
13704 (org-entities-create-table): Deal with new structure.
13705
13706 2010-07-19 David Maus <dmaus@ictsoc.de>
13707
13708 * org-agenda.el (org-write-agenda): Use backquotes to expand
13709 `flet' at compile time.
13710
13711 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13712
13713 * org.el (org-entry-properties): Make sure that standard property
13714 names are used even if the user has customized time keywords.
13715
13716 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13717
13718 * org-macs.el (org-not-nil): Return the value if not interpreted
13719 as nil.
13720
13721 * org.el (org-entry-get)
13722 (org-entry-get-with-inheritance): Interpret the value "nil"
13723 as nil for properties.
13724
13725 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13726
13727 * org.el (org-switch-to-buffer-other-window): Return the buffer.
13728
13729 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13730
13731 * org-macs.el (org-not-nil): New function.
13732
13733 * org.el (org-block-todo-from-children-or-siblings-or-parent):
13734 Use `org-not-nil' to interpret a property value of nil.
13735
13736 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13737
13738 * org.el (org-truely-invisible-p): New function.
13739 (org-beginning-of-line): Use `org-truely-invisible-p'.
13740
13741 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13742
13743 * org-agenda.el (org-agenda-get-timestamps): No errors
13744 while getting TODO state.
13745 (org-agenda-highlight-todo): No error when no keyword has
13746 been matched.
13747
13748 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13749
13750 * org.el (org-timestamp-change): New optional argument UPDOWN.
13751 Use this to identify calls from org-timestamp-up/down, so that we can
13752 skip by rounding minutes in this case.
13753 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
13754 (org-timestamp-down-day): Call org-timestamp-change with the
13755 updown argument.
13756
13757 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13758
13759 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
13760
13761 * org-capture.el: New file.
13762
13763 * org-compat.el (org-get-x-clipboard): Function moved here from
13764 remember.el.
13765
13766 * org-mks.el: New file.
13767
13768 * org.el (org-set-regexps-and-options): Allow statistic cookies as
13769 part of complex headlines.
13770 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
13771 OLP does not contain a file name.
13772
13773 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13774
13775 * org.el (org-mode): Set `comment-start' instead of changing the
13776 syntax of the `#' character.
13777
13778 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13779
13780 * org-exp.el (org-export-format-source-code-or-example): Mark examples
13781 by a property.
13782
13783 * org-html.el (org-export-html-close-lists-maybe): Check if raw
13784 HTML stuff was actually made from an example.
13785
13786 2010-07-19 Bastien Guerry <bzg@gnu.org>
13787
13788 * org-latex.el: Items are no longer skipped when their first line
13789 ends on a protected element.
13790
13791 * org-list.el: Protected environments looking like lists are not
13792 exported anymore.
13793
13794 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13795
13796 * org-exp-blocks.el (org-export-blocks-preprocess):
13797 Cleanup trailing newline after block.
13798
13799 2010-07-19 Bastien Guerry <bzg@gnu.org>
13800
13801 * org-exp.el: Comment regexp now matches documentation. No more
13802 protection check when deleting comments before export.
13803
13804 2010-07-19 Bastien Guerry <bzg@gnu.org>
13805
13806 * org-exp.el (org-export-preprocess-string):
13807 Now using `org-export-handle-include-files-recurse' to resolve
13808 included files.
13809
13810 2010-07-19 Bastien Guerry <bzg@gnu.org>
13811
13812 * org-agenda.el (org-agenda-get-deadlines)
13813 (org-agenda-get-scheduled):
13814 * org.el (org-time-string-to-seconds):
13815 For deadline and scheduled agenda display ignore the cyclic repeater
13816 when calculating how many days late the task is. If you have a weekly
13817 task and miss the date the agenda view will show more than a week late
13818 now instead of resetting on the cyclic repeating date. This makes it
13819 much more obvious when you missed a repeating task after the repeater.
13820
13821 2010-07-19 Bastien Guerry <bzg@gnu.org>
13822
13823 * org-exp.el (org-export-mark-blockquote-verse-center):
13824 Consider environments that end at eob.
13825
13826 2010-07-19 Mikael Fornius <mfo@abc.se>
13827
13828 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
13829 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
13830 display correctly.
13831
13832 2010-07-19 Mikael Fornius <mfo@abc.se>
13833
13834 * org.el (org-at-property-p): Use save-match-data macro instead of let.
13835
13836 2010-07-19 Mikael Fornius <mfo@abc.se>
13837
13838 * org.el (test): Remove unused test function.
13839
13840 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13841
13842 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
13843
13844 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13845
13846 * org-exp-blocks.el (org-export-blocks-postblock-hook):
13847 Add documentation to and turn into a defcustom.
13848
13849 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
13850
13851 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
13852 instead of to nil we avoid errors when :prefix1 is defined, but
13853 prefix is not.
13854
13855 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
13856
13857 * org-latex.el (org-export-latex-preprocess): Environments coming
13858 from latex backend specific instructions (#+LaTeX) are already
13859 protected and won't be treated as normal environments.
13860
13861 2010-07-19 Bastien Guerry <bzg@gnu.org>
13862
13863 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
13864
13865 2010-07-19 Bastien Guerry <bzg@gnu.org>
13866
13867 * org-timer.el (org-timer-set-timer): Use a prefix argument.
13868 See the docstring of the function.
13869
13870 2010-07-19 Bastien Guerry <bzg@gnu.org>
13871
13872 * org-timer.el (org-timer-set-timer): Fix bug about canceling
13873 timers.
13874
13875 2010-07-19 David Maus <dmaus@ictsoc.de>
13876
13877 * org-w3m.el (org-w3m-copy-for-org-mode)
13878 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
13879 Get text property directly, not using macro `w3m-anchor'.
13880
13881 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13882
13883 * org.el (org-emph-re): Document the match groups.
13884
13885 2010-07-19 Bernt Hansen <bernt@norang.ca>
13886
13887 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
13888 t before calling `org-clock-out', so that that function can
13889 know its call context.
13890
13891 2010-07-19 Bastien Guerry <bzg@gnu.org>
13892
13893 * org-timer.el (org-timer-default-timer): New variable.
13894 (org-timer-set-timer): Use the new variable. Also offer the
13895 possibility to replace the current timer by a new one.
13896
13897 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13898
13899 * org.el (org-kill-note-or-show-branches): Hide subtree before
13900 exposing the headings.
13901
13902 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13903
13904 * org.el (org-add-planning-info): Remove the empty line also
13905 if there is no whitespace at all in there.
13906
13907 * org-table.el (org-table-align): Fix alignment of strings
13908 with invisible characters.
13909
13910 2010-07-19 David Maus <dmaus@ictsoc.de>
13911
13912 * org.el (org-refile-cache-get): Return empty list of targets
13913 when cache was cleared.
13914 (org-clone-subtree-with-time-shift): Maybe create ID property
13915 in cloned subtrees.
13916 (org-clone-delete-id): New customization variable.
13917 (org-clone-subtree-with-time-shift): Use customization
13918 variable `org-clone-delete-id'.
13919 (org-clone-subtree-with-time-shift): Remove empty property
13920 drawer in cloned subtrees.
13921
13922 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13923
13924 * org.el (org-refile-use-cache): New option.
13925 (org-refile-cache, org-refile-markers): New variable.
13926 (org-refile-marker, org-refile-cache-clear)
13927 (org-refile-cache-check-set, org-refile-cache-put)
13928 (org-refile-cache-get): New function.
13929 (org-get-refile-targets): Use the refile cache.
13930
13931 * org-clock.el (org-clock-sum): Don't include running clock if
13932 the time block is wrong.
13933
13934 2010-07-19 John Wiegley <jwiegley@gmail.com>
13935
13936 * org-clock.el (org-clock-clock-in, org-clock-in):
13937 Add parameter `start-time'.
13938 (org-clock-resolve-clock): Add parameter `clock-out-time'.
13939 If set, and resolve-to is a past time, then the clock out
13940 event occurs at `clock-out-time' rather than at `resolve-to'.
13941 In this case, `resolve-to' becomes the clock in time.
13942 (org-clock-jump-to-current-clock): Create new global command
13943 to reveal the current clock.
13944 (org-clock-resolve): Add new commands g/G and j/J, and a
13945 help window describing all commands and their meaning.
13946 (org-clock-resolve-expert): New customization variable.
13947 (org-find-open-clocks): Fix a bug that caused discovered
13948 clocks not to match up with the currently active clock.
13949 (org-resolve-clocks): Change the argument
13950 `also-non-dangling-p' to `only-dangling-p', since due to a bug
13951 this was the default behavior all along.
13952
13953 2010-07-19 David Maus <dmaus@ictsoc.de>
13954
13955 * org-id.el (org-id-uuid): New function. Return string with
13956 random (version 4) UUID.
13957 (org-id-method): Make 'uuid the new default value.
13958 (org-id-new): Use `org-id-uuid' if call to uuidgen program
13959 does not return a UUID.
13960
13961 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13962
13963 * org-latex.el (org-export-latex-format-image): Add support
13964 for multicolumn figures in LaTeX.
13965
13966 2010-07-19 David Maus <dmaus@ictsoc.de>
13967
13968 * org.el (org-clone-subtree-with-time-shift): Remove ID
13969 property of original subtree in cloned subtrees.
13970
13971 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13972
13973 * org-exp.el (org-export-format-source-code-or-example):
13974 XEmacs compatibility.
13975
13976 * org-latex.el (org-export-latex-tables): Accept comma in
13977 align string.
13978
13979 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
13980 (org-export-docbook-xslt-proc-command): Fix docstring.
13981 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
13982 (org-export-as-docbook-pdf):
13983 Improve formatting of the xslt command.
13984
13985 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
13986
13987 * org.el (org-file-contents): Improve error message.
13988 (org-set-regexps-and-options): Remove spaces at both ends.
13989
13990 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
13991
13992 * org-docbook.el (org-export-as-docbook-pdf):
13993 Improve formatting of the xslt command.
13994
13995 2010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
13996
13997 * org-publish.el (org-publish-cache): Use one big hashmap for
13998 each project defined in `org-publish-project-alist'.
13999 (initialize-files-alist): Function removed.
14000 (org-publish-validate-link): Function removed.
14001 (org-publish-get-base-files): Add variable `sitemap-requested'
14002 to avoid sorting where possible.
14003 (org-publish-get-files): Function removed.
14004 (org-publish-get-project-from-filename): Make independent of
14005 file list.
14006 (org-publish-file): New argument NO-CACHE.
14007
14008 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14009
14010 * org.el (org-beginning-of-defun, org-end-of-defun):
14011 New functions.
14012 (org-mode): Install the `org-beginning-of-defun' and
14013 `org-end-of-defun' functions.
14014 (org-pretty-entities): New option.
14015 (org-toggle-pretty-entities): New command.
14016 (org-fontify-entities): New function.
14017 (org-startup-options): New keywords for pretty entities.
14018 (org-set-font-lock-defaults): Call the pretty entities
14019 function.
14020
14021 * org-latex.el (org-export-latex-keywords-maybe): Protect the
14022 TODO markup.
14023
14024 2010-07-19 Mikael Fornius <mfo@abc.se>
14025
14026 * org-habit.el (org-habit-build-graph): Help-echo date when
14027 mouse is over stars.
14028
14029 2010-07-19 Jan Böker <jan.boecker@jboecker.de>
14030
14031 * org.el (org-file-apps): Improve docstring to reflect
14032 grouping matches.
14033
14034 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14035
14036 * org.el (org-set-startup-visibility): Fix empty line display.
14037
14038 * org-latex.el (org-export-latex-links): Use the formatting
14039 function of the link type, if it is available.
14040
14041 * org-table.el (org-table-get-remote-range): Return to
14042 original buffer when retrieving remote reference.
14043
14044 * org.el (org-display-inline-images): Do the entire buffer,
14045 not just the narrowed region. Clear the cache.
14046 (org-display-inline-images): Match mode file paths.
14047
14048 2010-07-19 David Maus <dmaus@ictsoc.de>
14049
14050 * org-wl.el (org-wl-store-link-folder): Don't throw error when
14051 called on WL folder group.
14052
14053 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14054
14055 * org.el (org-replace-escapes): Make sure the cdr is not nil.
14056 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
14057 (org-mode): Revert comment syntax changes.
14058
14059 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14060
14061 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
14062 keywords, and `C-c / T' for a specific one.
14063
14064 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14065
14066 * org.el (org-mode): Fix comment syntax settings.
14067
14068 * org-src.el (org-edit-src-allow-write-back-p):
14069 Define variable.
14070
14071 * org.el (org-inline-image-overlays): New variable.
14072 (org-toggle-inline-images, org-display-inline-images)
14073 (org-remove-inline-images): New commands.
14074 (org-mode-map): Define a key for `org-toggle-inline-images'.
14075
14076 2010-07-19 David Maus <dmaus@ictsoc.de>
14077
14078 * org-wl.el (org-wl-message-field): New function.
14079 Return content of header field in message entity.
14080 (org-wl-store-link): Call `org-wl-store-link-folder' or
14081 `org-wl-store-link-message' depending on major-mode.
14082 (org-wl-store-link-folder): New function. Store link to
14083 Wanderlust folder.
14084 (org-wl-store-link-message): New function. Store link to
14085 Wanderlust message.
14086 (org-wl-store-link-message): Store link to message while
14087 visiting message.
14088 (org-wl-open): Don't try to jump to message when opening a
14089 folder link.
14090
14091 2010-07-19 David Maus <dmaus@ictsoc.de>
14092
14093 * org.el (org-replace-escapes): Avoid infinite loop when
14094 replace string contains escape sequence it replaces.
14095
14096 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14097
14098 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
14099 encryption when now key is set.
14100
14101 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14102
14103 * org-table.el (org-table-recalculate-buffer-tables)
14104 (org-table-iterate-buffer-tables): New commands.
14105
14106 * org.el (org-check-for-hidden): When there is a region, skip
14107 the check.
14108
14109 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
14110
14111 * org-src.el (org-edit-src-code): allow-write-back-p had
14112 erroneously been omitted from let binding.
14113
14114 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14115
14116 * org-agenda.el (org-sorting-choice): New sorting type alpha.
14117 (org-cmp-alpha): New defsubst.
14118 (org-em): New defsubst.
14119 (org-entries-lessp): Only compute needed comparisons.
14120
14121 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14122
14123 * org-html.el (org-format-org-table-html): Test all columns
14124 for number content.
14125
14126 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14127
14128 * org-latex.el (org-export-latex-treat-sub-super-char):
14129 Make sure parenthesis matching is consistent.
14130
14131 * org-table.el (org-table-colgroup-line-p)
14132 (org-table-cookie-line-p): New functions.
14133
14134 * org-exp.el (org-table-clean-before-export): Better tests for
14135 colgroup and cookie lines.
14136
14137 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14138
14139 * org-agenda.el (org-agenda-goto): Push a mark before changing
14140 the position.
14141
14142 * org-footnote.el (org-footnote): New group.
14143 (org-footnote-section)
14144 (org-footnote-tag-for-non-org-mode-files): Fix typos.
14145
14146 * org-list.el (org-end-of-item-text-before-children): Also do
14147 the right thing at the end of a file.
14148
14149 * org.el (org-set-packages-alist, org-get-packages-alist):
14150 New function.
14151 (org-export-latex-default-packages-alist)
14152 (org-export-latex-packages-alist): Add extra flag to
14153 each package, indicating if it should be used for snippets.
14154 (org-create-formula-image): Add the snippet argument.
14155 (org-splice-latex-header): New argument SNIPPET-P, pass it
14156 through to `org-latex-packages-to-string'.
14157 (org-latex-packages-to-string): New argument SNIPPET-P.
14158
14159 * org-latex.el (org-export-latex-make-header): Add the snippet
14160 argument.
14161
14162 * org-docbook.el (org-export-as-docbook): Implement ordered
14163 lists starting at some offset.
14164
14165 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14166
14167 * org.el (org-link-types, org-open-at-point): Add doi links.
14168
14169 * org-ascii.el (org-export-ascii-preprocess): Remove list
14170 startcounter cookies.
14171
14172 * org-list.el (org-renumber-ordered-list): Respect counter
14173 start values.
14174
14175 * org-latex.el (org-export-latex-lists): Accept ordered list
14176 item offset cookie.
14177
14178 * org-html.el (org-export-as-html): Accept ordered list
14179 item offset cookie.
14180
14181 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
14182 which messes up alignment of tags.
14183
14184 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14185
14186 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
14187 the modeline display is removed.
14188
14189 * org-exp.el (org-export-format-drawer-function):
14190 Fix docstring.
14191
14192 * org-agenda.el (org-agenda-refile): New optional argument
14193 NO-UPDATE.
14194 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
14195 is set.
14196 (org-agenda-bulk-action): Call the refile command with updates
14197 suppressed - but arrange for `org-agenda-redo' to be called at
14198 the end.
14199
14200 * org.el (org-mode): Make table mapping quiet.
14201 (org-table-map-tables): New optional argument QUIETLY.
14202
14203 * org-ascii.el (org-export-ascii-preprocess): Make table
14204 mapping quiet.
14205
14206 * org-html.el (org-export-as-html, org-html-level-start):
14207 Change XHTML IDs to not use dots.
14208
14209 * org-exp.el (org-export-define-heading-targets):
14210 Change XHTML IDs to not use dots.
14211
14212 * org-docbook.el (org-export-docbook-level-start):
14213 Change XHTML IDs to not use dots.
14214
14215 * org-latex.el (org-export-as-latex): Make sure that the
14216 result buffer is in latex-mode.
14217
14218 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
14219 (org-shiftleft-final-hook, org-shiftright-final-hook):
14220 New hooks.
14221
14222 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14223
14224 * org-table.el (org-table-justify-field-maybe): Make sure that
14225 inserting a value does not turn a line into a hline.
14226
14227 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14228
14229 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
14230 (org-clock-sum): Add property to selected headlines.
14231 (org-dblock-write:clocktable): Make tags matcher.
14232
14233 * org.el (org-set-autofill-regexps): XEmacs compatibility.
14234
14235 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
14236 in latex class definitions.
14237
14238 * org.el (org-shiftup-hook, org-shiftdown-hook)
14239 (org-shiftleft-hook, org-shiftright-hook): New hooks.
14240
14241 * org-entities.el (org-entities): Use \land and \lor for logical
14242 operators.
14243
14244 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
14245 indentation commands.
14246 (org-hidden-tree-error): New defsubst.
14247 (org-metaleft, org-metaright): Check for hidden stuff and throw an
14248 error.
14249 (org-check-for-hidden): New function.
14250
14251 * org-list.el (org-item-re): New function.
14252 (org-at-item-p): Use `org-item-re'.
14253 (org-end-of-item-text-before-children): New function.
14254 (org-outdent-item, org-indent-item): Arrange for leaving the
14255 subtree alone.
14256 (org-outdent-item-tree, org-indent-item-tree): New argument
14257 NO-SUBTREE.
14258 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
14259 to find the end for processing while ignoring the subtree.
14260
14261 * org-publish.el (org-publish-sitemap-sort-alphabetically)
14262 (org-publish-sitemap-sort-folders)
14263 (org-publish-sitemap-sort-ignore-case): New options.
14264
14265 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14266
14267 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
14268
14269 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
14270
14271 * org-publish.el (org-publish-project-alist): Update docstring.
14272 (org-publish-file-title-cache): New variable.
14273 (org-publish-initialize-files-alist):
14274 Initialize `org-publish-initialize-files-alist' to nil.
14275 (org-publish-sort-directory-files): New function.
14276 (org-publish-projects): Access the new properties.
14277 (org-publish-find-title): Use the file title cache.
14278 (org-publish-find-title): Build the file title cache.
14279 (org-publish-get-base-files-1): Sort files.
14280 (org-publish-aux-preprocess): Do not throw an error when before
14281 the first headline. Allow an empty target, meaning to link just
14282 to the file.
14283 (org-publish-index-generate-theindex.inc): Check if there is
14284 actually a target and only then add it to the link.
14285 (org-publish-projects): Fix a remaining issue with the last commit.
14286
14287 * org-html.el (org-export-as-html): Treat verse as open/close
14288 paragraph.
14289 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
14290 and out of lists.
14291
14292 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
14293
14294 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
14295 be used in a read-only mode.
14296 (org-edit-src-code): Different message in read-only mode.
14297
14298 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14299
14300 * org-src.el (org-edit-src-find-region-and-lang): Test for
14301 table.el as late as possible.
14302
14303 * org-colview.el: Make sure this file is never loaded into XEmacs.
14304
14305 * org-agenda.el (org-highlight, org-unhighlight): Use direct
14306 overlay calls.
14307
14308 * org.el (org-key): Apply the translations defined in
14309 `org-xemacs-key-equivalents'.
14310
14311 * org-mouse.el (org-mode-hook): Use `org-defkey'.
14312
14313 * org-compat.el (org-xemacs-key-equivalents): New constant.
14314
14315 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14316
14317 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
14318 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
14319 Obey `org-odd-levels-only'.
14320
14321 * org-compat.el (org-find-overlays): Use overlays-in/at.
14322
14323 * org.el (org-remove-empty-overlays-at)
14324 (org-outline-overlay-data, org-hide-block-toggle)
14325 (org-format-latex, org-context): Use overlays-in/at.
14326
14327 * org-src.el (org-edit-src-exit): Use overlays-in/at.
14328
14329 * org-agenda.el (org-agenda-mark-clocking-task)
14330 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
14331 (org-agenda-entry-text-hide)
14332 (org-agenda-fix-tags-filter-overlays-at)
14333 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
14334
14335 * org-compat.el (org-overlays-at): Function removed.
14336 (org-overlays-in): Function removed.
14337
14338 2010-07-19 Bastien Guerry <bzg@gnu.org>
14339
14340 * org-clock.el (org-clock-set-current): Just return the headline
14341 itself, strip the TODO keyword, the priority cookie and the tags.
14342
14343 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14344
14345 * org-compat.el (org-xemacs-without-invisibility): New macro.
14346 (org-xemacs-without-invisibility): New macro.
14347 (org-indent-to-column, org-indent-line-to, org-move-to-column):
14348 Redefine using the macro `org-xemacs-without-invisibility'.
14349
14350 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
14351
14352 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
14353
14354 * org-compat.el (org-make-overlay, org-delete-overlay)
14355 (org-overlay-start, org-overlay-end, org-overlay-put)
14356 (org-overlay-get, org-overlay-move, org-overlay-buffer):
14357 Functions removed.
14358 (org-add-to-invisibility-spec): Function removed.
14359
14360 * org-html.el (org-export-as-html-and-open): Add argument to
14361 kill-buffer.
14362
14363 * org-habit.el (require): `calendar' is now required already by
14364 org.el on top level.
14365
14366 * org-clock.el (require): `calendar' is now required already by
14367 org.el on top level.
14368
14369 * org-agenda.el (require, org-timeline, org-agenda-list)
14370 (org-todo-list, org-agenda-to-appt): `calendar' is now required
14371 already by org.el on top level.
14372
14373 * org.el (org-export-latex-fix-inputenc): Declare function.
14374
14375 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
14376 variables.
14377
14378 * org.el (calendar): Require calendar now on top level in org.el
14379 and define aliases to new variables when needed.
14380 (org-read-date, org-goto-calendar): Do not bind obsolete
14381 variables.
14382
14383 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
14384 compilation warning, add comment that this cannot be done with
14385 `with-current-buffer'.
14386
14387 * org-wl.el (org-wl-open): Use `with-current-buffer'.
14388
14389 * org.el (overlay, org-remove-empty-overlays-at)
14390 (org-outline-overlay-data, org-set-outline-overlay-data)
14391 (org-show-block-all, org-hide-block-toggle)
14392 (org-highlight-new-match, org-remove-occur-highlights)
14393 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
14394 (org-read-date, org-read-date-display, org-eval-in-calendar)
14395 (org-format-latex, org-context)
14396 (org-speedbar-restriction-lock-overlay)
14397 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
14398
14399 * org-table.el (org-table-add-rectangle-overlay)
14400 (org-table-remove-rectangle-highlight)
14401 (org-table-overlay-coordinates)
14402 (org-table-toggle-coordinate-overlays): Use the normal overlay
14403 API.
14404
14405 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
14406 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
14407 normal overlay API.
14408
14409 * org-colview.el (org-columns-new-overlay)
14410 (org-columns-display-here, org-columns-remove-overlays)
14411 (org-columns-edit-value, org-columns-next-allowed-value)
14412 (org-columns-update): Use the normal overlay API.
14413
14414 * org-clock.el (org-clock-out, org-clock-cancel)
14415 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
14416 overlay API.
14417
14418 * org-agenda.el (org-agenda-mark-filtered-text)
14419 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
14420 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
14421 (org-agenda-entry-text-hide)
14422 (org-agenda-restriction-lock-overlay)
14423 (org-agenda-set-restriction-lock)
14424 (org-agenda-filter-by-tag-hide-line)
14425 (org-agenda-fix-tags-filter-overlays-at)
14426 (org-agenda-filter-by-tag-show-all, org-hl)
14427 (org-agenda-goto-calendar, org-agenda-bulk-mark)
14428 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
14429
14430 * org-freemind.el (org-freemind-from-org-mode-node)
14431 (org-freemind-from-org-mode)
14432 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
14433 Use interactive-p instead of called-interactively, because this is
14434 backward compatible with older Emacsen I still support..
14435
14436 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14437
14438 * org-exp.el (org-export-define-heading-targets): Fix bug in
14439 regexp finding ID and CUSTOM_ID properties.
14440
14441 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14442
14443 * org-footnote.el (org-footnote-goto-previous-reference):
14444 Rename from `org-footnote-goto-next-reference'.
14445
14446 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
14447 org-log-repeat is non-nil, or if there is clocking data in the
14448 entry.
14449
14450 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
14451
14452 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14453
14454 * org.el (org-align-all-tags): New command.
14455
14456 2010-07-19 David Maus <dmaus@ictsoc.de>
14457
14458 * org-wl.el (org-wl-link-remove-filter): New customizable
14459 variable. If non-nil, filter conditions are stripped when storing
14460 link to message in filter folder.
14461 (org-wl-shimbun-prefer-web-links): New customizable variable.
14462 If non-nil, links to shimbun messages are created as web links to
14463 message source.
14464 (org-wl-nntp-prefer-web-links): New customizable variable.
14465 If non-nil, links to nntp message are created as web links to gmane
14466 or googlegroups.
14467 (org-wl-namazu-default-index): New customizable variable.
14468 Directory of namazu search index that should be used as default
14469 when opening a link in a search folder.
14470 (org-wl-folder-types): New constant. Wanderlust folder type
14471 indicators.
14472 (org-wl-folder-type): New function. Return type of Wanderlust
14473 folder.
14474 (org-wl-store-link): Create web links for shimbun or nntp messages
14475 and strip filter conditions depending on customizable variables.
14476 (org-wl-open): Open namazu search folder for message when called
14477 with prefix.
14478
14479 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14480
14481 * org.el (org-remove-if, org-remove-if-not): New functions.
14482 (org-open-file): Use internal remove-if functions.
14483
14484 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
14485
14486 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
14487 (org-file-apps-ex): Remove variable.
14488 (org-open-file): Integrate org-file-apps-ex functionality back
14489 into org-file-apps, and decide whether to match a regexp against
14490 the link or the filename using org-file-apps-entry-uses-grouping-p.
14491
14492 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
14493
14494 * org.el (org-file-apps-ex): New variable.
14495 (org-open-file): Before considering org-file-apps, first match the
14496 regexps from org-file-apps-ex against the whole link.
14497 See docstring of org-file-apps-ex.
14498
14499 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14500
14501 * org.el (org-export-latex-default-packages-alist):
14502 Remove microtype package.
14503 (org-todo-repeat-to-state): New variable.
14504 (org-auto-repeat-maybe): Allow user-selected target states.
14505 (org-default-properties): Add the new property REPEAT_TO_STATE.
14506
14507 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
14508
14509 * org-mobile.el (org-mobile-check-setup): Make sure that there is
14510 a binary to compute checksums.
14511
14512 2010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
14513
14514 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
14515 variables.
14516
14517 * org.el (calendar): Require calendar now on top level in org.el
14518 and define aliases to new variables when needed.
14519 (org-read-date, org-goto-calendar): Do not bind obsolete
14520 variables.
14521
14522 2010-06-22 Glenn Morris <rgm@gnu.org>
14523
14524 * org-entities.el: Add explicit utf-8 coding cookie to file with
14525 utf-8 characters.
14526
14527 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
14528
14529 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
14530
14531 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
14532
14533 * Version 23.2 released.
14534
14535 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14536
14537 * org-table.el (orgtbl-setup):
14538 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
14539
14540 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14541
14542 * org-table.el (orgtbl-mode): Use define-minor-mode.
14543
14544 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14545
14546 * org.el (org-insert-link): Find the link buffer on visible frames.
14547 (org-export-latex-default-packages-alist): Hyperref must be loaded
14548 late.
14549 (org-open-file): More care with the new matching for file links.
14550
14551 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14552
14553 * org-latex.el (org-export-latex-preprocess): Do not yet protect
14554 defined entities - these will be taken care of later.
14555 (org-export-latex-special-chars): Post-process entity replacement.
14556 (org-export-latex-fontify-headline): Do not yet protect defined
14557 entities - these will be taken care of later.
14558 (org-export-latex-tables, org-export-latex-links): Format the
14559 caption properly.
14560
14561 * org-entities.el (org-entities-user): Fix typo.
14562
14563 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
14564
14565 * org-entities.el (org-entities-user): Improve docstring.
14566
14567 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14568
14569 * org-entities.el (org-macs): Require org-macs, to be sure that we
14570 have `declare-function' defined.
14571
14572 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14573
14574 * org-latex.el (org-export-latex-classes): Update docstring.
14575
14576 * org.el (org-format-latex-header): Add cookies to the header.
14577 (org-splice-latex-header): Implement placement according to cookies.
14578
14579 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14580
14581 * org-publish.el (org-publish-aux-preprocess): Control case
14582 sensitivity.
14583
14584 2010-04-10 Bastien Guerry <bzg@gnu.org>
14585
14586 * org.el (org-splice-latex-header): Fix typo.
14587
14588 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14589
14590 * org-latex.el (org-export-latex-make-header):
14591 Use `org-splice-latex-header' to build the header.
14592 (org-export-latex-classes): Update docstring.
14593
14594 * org.el (org-splice-latex-header): New function.
14595 (org-create-formula-image): Use `org-splice-latex-header' to build
14596 the header.
14597
14598 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
14599
14600 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14601
14602 * org.el (org-export-latex-packages-alist)
14603 (org-export-latex-default-packages-alist): Fix docstring to
14604 reflect the expected structure.
14605
14606 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
14607 (org-export-docbook-finalize-table): Make use of label for tables.
14608
14609 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14610
14611 * org-attach.el (org-attach-commit): Split on newlines.
14612
14613 * org.el (org-export-latex-default-packages-alist): Use list
14614 instead of cons for the entries.
14615
14616 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14617
14618 * org-entities.el (org-entity-get-representation): Catch the case
14619 that there is not entry in the list.
14620
14621 * org-mobile.el (org-mobile-use-encryption)
14622 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
14623 New options.
14624 (org-mobile-check-setup): CHeck the encryption setup.
14625 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
14626 (org-mobile-create-sumo-agenda): Use encryption code.
14627 (org-mobile-encrypt-and-move): New function.
14628 (org-mobile-encrypt-file, org-mobile-decrypt-file):
14629 New functions.
14630 (org-mobile-move-capture): Decrypt the capture file.
14631
14632 * org.el (org-entities): Require the new file.
14633 (org-export-latex-default-packages-alist): New variable.
14634 (org-complete): Use new entity code for completion.
14635 (org-create-formula-image): Use the new packages variable.
14636
14637 * org-latex.el (org-export-latex-classes): Remove the standard
14638 packages from the class headers.
14639 (org-export-latex-make-header): Use the new package variable.
14640 (org-export-latex-special-chars): Better regexp for entities, to
14641 support entity name that contain numbers.
14642 (org-export-latex-treat-backslash-char): Use the new entity code.
14643
14644 * org-html.el (org-html-do-expand): Use the new entity code.
14645
14646 * org-exp.el (org-export): Add the new export commands.
14647 (org-html-entities): Constant removed.
14648 (org-export-visible): Add the new export commands.
14649
14650 * org-docbook.el (org-docbook-do-expand): Use new entity code.
14651
14652 * org-ascii.el (org-export-ascii-entities): New variable.
14653 (org-export-as-latin1, org-export-as-latin1-to-buffer)
14654 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
14655 (org-export-as-encoding): New function.
14656 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
14657 (org-ascii-replace-entities): New function.
14658
14659 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14660 Ulf Stegemann <ulf@zeitform.de>
14661
14662 * org-entities.el: New file.
14663
14664 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14665
14666 * org-html.el (org-html-level-start): Catch the case that target
14667 might be nil.
14668
14669 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
14670
14671 * org.el (org-appearance): Change Customize group variable name
14672 from org-font-lock to org-appearance, and change tag from "Org
14673 Font Lock" to "Org Appearance".
14674 (org-odd-levels-only): Change Customize group variable name.
14675 (org-level-color-stars-only): Change Customize group variable name.
14676 (org-hide-leading-stars): Change Customize group variable name.
14677 (org-hidden-keywords): Change Customize group variable name.
14678 (org-fontify-done-headline): Change Customize group variable name.
14679 (org-fontify-emphasized-text): Change Customize group variable name.
14680 (org-fontify-whole-heading-line): Change Customize group variable name.
14681 (org-highlight-latex-fragments-and-specials): Change Customize
14682 group variable name.
14683 (org-hide-emphasis-markers): Change Customize group variable name.
14684 (org-emphasis-alist): Change Customize group variable name.
14685 (org-emphasis-regexp-components): Change Customize group variable
14686 name.
14687 (org-modules): Remove mention of org-R.
14688
14689 * org-faces.el (org-faces): Change Customize group variable name.
14690
14691 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14692
14693 * org-agenda.el (org-diary-last-run-time): New variable.
14694 (org-diary): Prepare agenda buffers only if last call was some
14695 time ago.
14696
14697 * org-html.el (org-export-html-preprocess): Replace \ref macros
14698 with a link.
14699 (org-format-org-table-html): Add the label as an anchor.
14700
14701 * org-docbook.el (org-export-docbook-format-image): Do some
14702 formatting on captions.
14703
14704 * org-latex.el (org-export-latex-tables, org-export-latex-links):
14705 Do some formatting on captions.
14706
14707 * org-html.el (org-export-html-format-image)
14708 (org-format-org-table-html): Do some formatting on captions.
14709
14710 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
14711
14712 * org.el (org-hidden-keywords): New customizable variable. This is
14713 a list of symbols specifying which of the special keywords #+DATE,
14714 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
14715 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
14716 implementing new faces and hiding behavior.
14717
14718 * org-faces.el (org-document-title): New face for #+TITLE lines.
14719 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
14720 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
14721 keywords.
14722
14723 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14724
14725 * org-publish.el (org-publish-sanitize-plist): New function to
14726 rename "index" properties to "sitemap". Do this renaming
14727 globally.
14728 (org-publish-with-aux-preprocess-maybe): New macro.
14729 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
14730 macro.
14731 (org-publish-aux-preprocess)
14732 (org-publish-index-generate-theindex.inc): New function.
14733
14734 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14735
14736 * org-table.el (org-table-align): Interpret <N> at fixed width,
14737 not as maximum width.
14738
14739 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14740
14741 * org-exp.el (org-export-author-info, org-export-email-info):
14742 Fix docstrings.
14743
14744 * org-beamer.el (org-beamer-select-environment): Rename from
14745 `org-beamer-set-environment-tag'. Improve docstring.
14746
14747 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
14748 problem with odd levels.
14749
14750 * org-ascii.el (org-export-as-ascii): Export email only if the
14751 author wants it.
14752
14753 * org-docbook.el (org-export-as-docbook): Export email only if the
14754 author wants it.
14755
14756 * org-html.el (org-export-as-html): Export email only if the
14757 author wants it.
14758
14759 * org-exp.el (org-export-email-info): New option.
14760 (org-export-plist-vars): Add entry for `org-export-email'.
14761
14762 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14763
14764 * org-table.el (org-table-goto-line): Fix typo.
14765
14766 2010-04-10 Mikael Fornius <mfo@abc.se>
14767
14768 * org.el (org-agenda-files): Typo.
14769 (org-read-agenda-file-list): Add optional argument to help
14770 `org-store-new-agenda-file-list' to remember un-expanded file
14771 names. Expand file names relative to `org-directory'.
14772 (org-store-new-agenda-file-list): Keep un-expanded file names when
14773 saving, if available.
14774 (org-agenda-files): Update documentation.
14775
14776 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14777
14778 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
14779 a buffer with no file name attached.
14780
14781 * org.el (org-log-refile): New option.
14782 (org-log-note-headings): Add a heading for refiling.
14783 (org-startup-options): Add keywords for logging of the refile
14784 action.
14785 (org-refile): Add logging action.
14786 (org-add-log-note): Allow for refiling action.
14787
14788 * org-agenda.el (org-agenda-bulk-action): Make sure
14789 `org-log-refile' is not `note' during a bulk action.
14790
14791 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14792
14793 * org.el (org-map-dblocks): Use save-excursion to remember the
14794 position.
14795
14796 * org-attach.el (org-attach-commit): Remove dependence on xargs.
14797 (org-attach-delete-one): Commit after deleting a file.
14798
14799 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
14800 borders for strike-through emphasis.
14801
14802 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
14803 handling of odd levels.
14804
14805 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
14806 and `future' values.
14807 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
14808 Handle `past' and `future' values.
14809
14810 * org.el (org-read-agenda-file-list): Interpret file names
14811 relative to org-directory and allow environment variables and
14812 "~".
14813
14814 * org-latex.el (org-export-latex-special-chars): Allow a
14815 parenthesis before an exponent or subscript.
14816
14817 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
14818
14819 * org-src.el (org-edit-src-exit): When returning from code edit
14820 buffer, if code block is hidden, leave point at start of
14821 #+begin_src line.
14822
14823 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14824
14825 * org.el (org-insert-heading): Do not remove all spaces if the
14826 headline is empty.
14827
14828 * org-indent.el (org-indent): Fix group name.
14829
14830 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14831
14832 * org-table.el (org-table-goto-column): Fix forcing a non-existing
14833 column.
14834 (org-table-get, org-table-put, org-table-goto-line)
14835 (org-table-current-line): New functions.
14836
14837 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
14838
14839 * org.el (org-open-file): Allow regular expressions in
14840 org-file-apps to capture link parameters using groups. In a
14841 command string to be executed, the parameters can be referenced
14842 using %1, %2, etc. Lisp forms can access them using
14843 (match-string n link).
14844 (org-apps-regexp-alist): Adopt the created regexp, as this is now
14845 matched against a file: link instead of the file name.
14846
14847 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14848
14849 * org-crypt.el (org-reveal-start-hook): Add a decryption function
14850 to this hook.
14851 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
14852 Add docstrings.
14853
14854 * org.el (org-point-at-end-of-empty-headline)
14855 (org-level-increment, org-get-previous-line-level): New function.
14856 (org-cycle-level): Rewritten to be independent of when this
14857 function is called.
14858 (org-in-regexps-block-p): New function.
14859 (org-reveal-start-hook): New hook.
14860 (org-reveal): Run new hook.
14861
14862 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14863
14864 * org-latex.el (org-export-latex-keywords): Start a new paragraph
14865 after time keywords, do not add "\newline".
14866
14867 * org-html.el (org-export-as-html): Avoid double # in href.
14868
14869 * org.el (org-refile-get-location): Catch an invalid target
14870 specification.
14871
14872 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14873
14874 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
14875 Make sure the behavior regarding to extracting time is
14876 consistent.
14877
14878 2010-04-10 Stephen Eglen <stephen@gnu.org>
14879
14880 * org-agenda.el (org-agenda-insert-diary-extract-time):
14881 New variable.
14882 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
14883 variable rather than `org-agenda-search-headline-for-time'.
14884
14885 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14886
14887 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
14888
14889 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14890
14891 * org.el (org-adaptive-fill-regexp-backup): New variable.
14892 (org-set-autofill-regexps): Store a backup of
14893 `adaptive-fill-regexp'.
14894 (org-adaptive-fill-function): Fix filling of comments and ordered
14895 lists. If there is no other match, till try adaptive fill.
14896
14897 2010-04-10 John Wiegley <jwiegley@gmail.com>
14898
14899 * org-agenda.el (org-agenda-include-deadlines): Add new
14900 customization variable to determine whether unscheduled tasks
14901 should appear in the agenda solely because of their deadline.
14902 Default to true, which was the previous behavior (it just wasn't
14903 configurable).
14904 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
14905 the agenda to show/hide deadline tasks.
14906 (org-agenda-menu): Add menu option for show/hide deadlines.
14907 (org-agenda-list): Make the agenda list sensitive to the value of
14908 `org-agenda-include-deadlines'.
14909 (org-agenda-toggle-deadlines): New function to toggle the value of
14910 `org-agenda-include-deadlines' and repaint the modeline
14911 indicators.
14912 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
14913 modeline if deadline tasks are being displayed.
14914
14915 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14916
14917 * org-table.el (org-table-eval-formula): Replace $# and @# by
14918 current column and row number.
14919
14920 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14921
14922 * org.el (org-set-property, org-delete-property): Go back to
14923 prompting for the property.
14924
14925 * org-latex.el (org-export-latex-make-header): Fully process
14926 author line.
14927 (org-export-latex-fontify-headline): Allow several arguments, not
14928 just one.
14929 (org-export-latex-fix-inputenc): Catch the error when
14930 `latexenc-coding-system-to-inputenc' is not defined.
14931
14932 * org-agenda.el (org-agenda-skip-if-todo): New function.
14933 (org-agenda-skip-if): Add conditions for TODO keywords.
14934 (org-agenda-skip-if): Document the new todo conditions.
14935
14936 2010-04-10 Mikael Fornius <mfo@abc.se>
14937
14938 * org.el (org-at-property-p): Check if we are inside a property
14939 drawer not just any drawer.
14940 (org-set-property, org-delete-property): When cursor is on a
14941 property key value pair do not prompt for property name instead
14942 use name at cursor.
14943 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
14944 on the first line of a property drawer.
14945 (org-property-end-re): Spell check.
14946
14947 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14948
14949 * org-exp.el (org-export-attach-captions-and-attributes): Add the
14950 properties to the entire table, in case the first line is
14951 removed.
14952
14953 * org-archive.el (org-archive-reversed-order): New option.
14954 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
14955 option `org-archive-reversed-order'.
14956
14957 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14958
14959 * org-agenda.el (org-agenda-entry-types): New variable.
14960 (org-agenda-list): Use `org-agenda-entry-types'.
14961 (org-agenda-custom-commands-local-options): Support for setting
14962 `org-agenda-entry-types' as an option.
14963 (org-diary): Shift some documentation from here to the variable
14964 `org-agenda-entry-types'.
14965
14966 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14967
14968 * org-latex.el (org-export-latex-make-header): Apply macros in
14969 author field.
14970
14971 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
14972 (org-clock-select-task, org-clock-notify-once-if-expired)
14973 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
14974 (org-clock-out-if-current, org-clock-save): Use the new functions.
14975
14976 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14977
14978 * org-docbook.el (org-export-as-docbook): Remove unnecessary
14979 newline.
14980 (org-export-as-docbook): Remove unnecessary newline.
14981 (org-export-as-docbook): Fix problem with double footnote
14982 reference in one place.
14983
14984 * org-exp.el (org-export-format-source-code-or-example):
14985 Remove unnecessary newline.
14986
14987 * org.el (org-deadline, org-schedule): Allow rescheduling entries
14988 with repeaters.
14989
14990 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
14991 function calls that look like references.
14992
14993 * org.el (org-open-at-point): Get link abbreviations from
14994 reference buffer.
14995
14996 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
14997
14998 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
14999 as a reference.
15000
15001 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15002
15003 * org.el (org-link-unescape): Solve issue with lower-case escapes.
15004
15005 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15006
15007 * org-latex.el (org-export-latex-classes):
15008 Add \usepackage{latexsym} to all classes.
15009
15010 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15011
15012 * org-html.el (org-export-as-html): Do not allow protected lines
15013 into the table of contents.
15014
15015 * org-latex.el (org-export-latex-special-chars): Find subsequent
15016 occurrences of special characters.
15017 (org-export-latex-tables): Do not convert table-like stuff that is
15018 protected.
15019
15020 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15021
15022 * org-list.el (org-toggle-checkbox): No errors when updating
15023 checkbox count fails because there is no heading.
15024
15025 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15026
15027 * org-clock.el (org-clock-report-include-clocking-task):
15028 New option.
15029 (org-clock-sum): Add the current clocking task.
15030
15031 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15032
15033 * org.el (org-cycle): Print a message when in a table.el table.
15034 (org-edit-special): Recognize the table.el context.
15035 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
15036
15037 * org-src.el (org-at-table.el-p): Declare.
15038 (org-edit-src-code): Handle a special case for table.el editing.
15039 (org-edit-src-find-region-and-lang): Recognize the table.el
15040 context.
15041
15042 * org-latex.el (org-export-latex-tables): Convert table.el
15043 tables.
15044 (org-export-latex-convert-table.el-table): New function.
15045
15046 * org-html.el (org-html-expand): Fix table.el export.
15047
15048 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
15049 headings.
15050
15051 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
15052 table for the id locations.
15053
15054 * org.el (org-read-date-analyze): Match American-style dates, like
15055 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
15056 current year when reading ISO and American dates.
15057
15058 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15059
15060 * org.el (org-face-from-face-or-color): New function.
15061 (org-get-todo-face, org-font-lock-add-priority-faces)
15062 (org-get-tag-face): Use `org-face-from-face-or-color'.
15063
15064 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
15065 Allow simple colors as values.
15066 (org-faces-easy-properties): New option.
15067
15068 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
15069 restricted, as an agenda mode.
15070 (org-agenda-fontify-priorities): Allow simple colors as values.
15071
15072 2010-04-10 Bastien Guerry <bzg@gnu.org>
15073
15074 * org-timer.el (org-timer-current-timer): Rename from
15075 `org-timer-last-timer'.
15076 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
15077 (org-timer-cancel-timer, org-timer-show-remaining-time)
15078 (org-timer-set-timer): Update to use only one timer.
15079
15080 * org.el (org-set-property): Remove useless space in the prompt.
15081
15082 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15083
15084 * org-html.el (org-export-html-style-default): Add a default style
15085 for textareas.
15086
15087 * org-exp.el (org-export-format-source-code-or-example):
15088 Fix textarea tag.
15089
15090 2010-04-10 Bastien Guerry <bzg@gnu.org>
15091
15092 * org-clock.el (org-clock-current-task): New variable to store
15093 last clocked in task.
15094 (org-clock-set-current, org-clock-delete-current): New functions.
15095
15096 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15097
15098 * org-remember.el (org-remember-apply-template): Extend comment.
15099 (org-remember-handler): Implement clock sibling filing.
15100
15101 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15102
15103 * org-publish.el (org-publish-all, org-publish-current-file)
15104 (org-publish-current-project): When called with prefix argument
15105 FORCE, also rebuild the validation file list.
15106
15107 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
15108 section headings.
15109
15110 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15111
15112 * org-html.el (org-export-as-html-and-open): Kill product buffer
15113 if the user wants that.
15114
15115 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
15116 if the user wants that.
15117
15118 * org-exp.el (org-export-kill-product-buffer-when-displayed):
15119 New option.
15120
15121 * org-agenda.el (org-batch-agenda-csv): Use the time property
15122 instead of the `time-of-day' property.
15123
15124 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15125
15126 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
15127 (org-timer-pause-hook, org-timer-set-hook)
15128 (org-timer-cancel-hook): New hooks.
15129 (org-timer-start): Run `org-timer-start-hook'.
15130 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
15131 (org-timer-stop): Run `org-timer-stop-hook'.
15132 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
15133
15134 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15135
15136 * org.el (org-reveal): Double prefix arg shows the subtree of the
15137 parent.
15138
15139 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15140
15141 * org-agenda.el (org-search-view): Fix bug with searching full
15142 words in headlines in search view.
15143 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
15144 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
15145 scheduled (if the user configures it so.
15146
15147 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15148
15149 * org.el (org-hide-archived-subtrees): Don't jump to end of
15150 subtree if the match was not in a headline.
15151 (org-inside-latex-macro-p): Allow more complex arguments.
15152 (org-emphasize): Protect against use at end of buffer.
15153
15154 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15155
15156 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
15157 text properties.
15158
15159 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15160
15161 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
15162 values.
15163 (org-agenda-todo-ignore-scheduled)
15164 (org-agenda-todo-ignore-deadlines): More control with different
15165 allowed values.
15166 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
15167 Honor the new option settings.
15168
15169 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15170
15171 * org.el (org-get-location): Make sure the selection buffer is
15172 shown in the current frame.
15173
15174 * org-ascii.el (org-export-ascii-table-widen-columns):
15175 New option.
15176 (org-export-ascii-preprocess): Realign tables to remove narrowing
15177 if `org-export-ascii-table-widen-columns' is set.
15178
15179 * org-table.el (org-table-do-narrow): New variable.
15180 (org-table-align): Narrow only if `org-table-do-narrow' is t.
15181
15182 * org.el (org-deadline, org-schedule): Allow updating if the
15183 relevant time stamp does not have a repeater, i.e. do not require
15184 that no time stamp has a repeater.
15185
15186 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
15187 new white space before the tags.
15188
15189 * org-latex.el (org-export-as-latex): Do nit require the buffer to
15190 be visiting a file when only exporting to a buffer or string.
15191 (org-export-latex-fix-inputenc): Only save the buffer is there is
15192 a file name attached to it.
15193
15194 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
15195
15196 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
15197
15198 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15199
15200 * org.el (org-fontify-meta-lines-and-blocks):
15201 Honor `org-fontify-quote-and-verse-blocks'.
15202
15203 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
15204
15205 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15206
15207 * org.el (org-open-at-point): Also check for text property
15208 org-linked-text before offering collected links.
15209
15210 2010-04-10 Stephen Eglen <stephen@gnu.org>
15211
15212 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
15213 Optionally extract time specification from text and add to the
15214 timestamp.
15215
15216 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15217
15218 * org-exp.el (org-html-entities): Fix typo.
15219
15220 * org-latex.el (org-export-latex-make-header): Use \providecommand
15221 to make sure the \alert macro is defined.
15222
15223 * org.el (org-format-latex-signal-error)
15224 (org-create-formula-image): Use `org-format-latex-signal-error'.
15225
15226 2010-04-10 Stephen Eglen <stephen@gnu.org>
15227
15228 * org.el (org-store-link): For dired buffers, use
15229 default-directory as link name if dired-get-filename returns
15230 nil.
15231
15232 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15233
15234 * org-exp.el (org-export-concatenate-multiline-links): The for
15235 protectedness at beginning of match.
15236
15237 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
15238 AUTO as a coding system, instead default to utf8.
15239
15240 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15241
15242 * org.el (org-block-todo-from-children-or-siblings-or-parent)
15243 (org-block-todo-from-checkboxes): Respect the local variable
15244 value when deciding if blocking should be active.
15245
15246 * org-latex.el (org-export-latex-make-header): Define the align
15247 macro if it is not yet defined.
15248
15249 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
15250 Call `org-insert-heading' with the INVISIBLE-OK argument.
15251
15252 * org-mac-message.el (org-mac-message-insert-flagged):
15253 Call `org-insert-heading' with the INVISIBLE-OK argument.
15254
15255 * org.el (org-insert-heading): New argument INVISIBLE-OK.
15256
15257 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
15258 prompt message.
15259
15260 * org-html.el (org-html-level-start): Use the
15261 `html-container-class' text property to set an additional class
15262 for an outline container.
15263
15264 * org-exp.el (org-export-remember-html-container-classes):
15265 New function.
15266 (org-export-preprocess-string):
15267 Call `org-export-remember-html-container-classes'.
15268
15269 * org.el (org-cycle): Mention level cycling in the docstring.
15270 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
15271
15272 * org-remember.el (org-remember-apply-template): Do file insertion
15273 first.
15274
15275 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15276
15277 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
15278 problem with mis-aligned graphs when showing habits.
15279
15280 2010-04-10 Mikael Fornius <mfo@abc.se>
15281
15282 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
15283 when assigning. Begin using numerical characters when all in name
15284 is used up. This is to spare alphanumeric characters for better
15285 match with other keywords.
15286
15287 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15288
15289 * org-exp.el (org-export-preprocess-hook): Improve documentation.
15290
15291 * org-latex.el (org-export-latex-preprocess): More consistent
15292 conversion and protection of the words LaTeX and TeX.
15293 (org-export-latex-fontify-headline, org-export-latex-preprocess):
15294 Allow angle brackets in commands, for beamer.
15295
15296 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15297
15298 * org-clock.el (org-clock-in): Improve the look of the clock line
15299 by formatting links.
15300
15301 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15302
15303 * org-latex.el (org-export-latex-classes): Use AUTO as the place
15304 holder string for the coding system. And improve the
15305 documentation.
15306 (org-export-latex-fix-inputenc): Only modify the coding system if
15307 it is given by the placeholder AUTO.
15308
15309 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15310
15311 * org-clock.el (org-task-overrun-text): New option.
15312 (org-task-overrun, org-clock-update-period): New variables.
15313 (org-clock-get-clock-string, org-clock-update-mode-line):
15314 Mark overrun clock.
15315 (org-clock-notify-once-if-expired): Check if clock is overrun.
15316
15317 * org-faces.el: New face `org-mode-line-clock-overrun'.
15318
15319 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
15320
15321 * org.el (org-narrow-to-subtree): Position the end of the narrowed
15322 region before the line with the next heading, to prevent the user
15323 from prepending text to the next headline.
15324
15325 2010-04-10 Stephen Eglen <stephen@gnu.org>
15326
15327 * org-agenda.el (org-get-time-of-day):
15328 Use org-agenda-time-leading-zero to allow leading zero (rather than
15329 space) for times.
15330
15331 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15332
15333 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
15334 org-datetree.el is loaded.
15335
15336 * org-datetree.el: Autoload `org-datetree-find-day-create'.
15337
15338 * org-latex.el (org-export-latex-hyperref-format): New option.
15339 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
15340
15341 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15342
15343 * org-ctags.el (org-ctags-enable): Change order of functions.
15344 (org-ctags-create-tags): Add wildcard to file name expansion.
15345
15346 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15347
15348 * org.el (org-entry-properties): Fix some important bugs.
15349
15350 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15351
15352 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
15353 the table is not explicitly given.
15354
15355 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15356
15357 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
15358 as value.
15359 (org-clock-out-if-current): Work with the new list value of
15360 `org-clock-out-when-done'.
15361 (org-clock-out, org-clock-out-if-current): Avoid circular logic
15362 between clocking out and state changes.
15363
15364 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
15365
15366 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
15367 accident protect a character that is before a backslash.
15368
15369 2010-04-10 Paul Sexton <eeeickythump@gmail.com>
15370
15371 * org-ctags.el: New file.
15372
15373 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15374
15375 * org-agenda.el (org-diary-class):
15376 Use `org-order-calendar-date-args'.
15377
15378 * org.el (org-order-calendar-date-args): New function.
15379
15380 * org-exp.el (org-export-target-internal-links): Check for
15381 protectedness after the first bracket.
15382
15383 * org.el (org-entry-properties): Don't match wrong-case TODO
15384 keywords.
15385
15386 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
15387 Document that ARG is passed through to remove the date.
15388 (org-agenda-bulk-action): Accept prefix arg and pass it on.
15389 Do not read a date when the user has given a `C-u' prefix.
15390
15391 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15392
15393 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
15394 tags are hidden.
15395
15396 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15397
15398 * org-latex.el (org-export-latex-fix-inputenc): New function.
15399 (org-export-latex-inputenc-alist): New option.
15400
15401 * org-exp.el (org-export): New key SPC to publish enclosing
15402 subtree.
15403
15404 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15405
15406 * org-indent.el (org-indent-add-properties): Catch case when there
15407 is no headline in the buffer.
15408
15409 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15410
15411 * org-exp.el (org-html-entities): Add checkmark symbol.
15412
15413 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
15414 verbatim code for ASCII export.
15415
15416 * org.el (org-update-statistics-cookies): Also see checkboxes in
15417 ordered lists.
15418
15419 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15420
15421 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
15422 key.
15423
15424 * org-beamer.el (org-beamer-amend-header): Change the location
15425 where `org-beamer-header-extra' is inserted.
15426
15427 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
15428 just for computing this regexp.
15429
15430 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15431
15432 * org-beamer.el (org-beamer-frame-default-options): New option.
15433 (org-beamer-sectioning): Use default options if the user does not
15434 have defined any.
15435 (org-beamer-fix-toc): Put a frame around the table of contents.
15436
15437 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
15438 Make sure case-folding works well when processing comment stuff.
15439
15440 * org-latex.el (org-export-latex-after-save-hook): New hook.
15441 (org-export-as-latex): Run the new hook.
15442
15443 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15444
15445 * org-beamer.el (org-beamer-environments-default): Add the note
15446 environments.
15447 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
15448 lines and collect and combine the content.
15449 (org-beamer-after-initial-vars): Check for note tags and make sure
15450 they will be seen like a property.
15451
15452 * org.el (org-offer-links-in-entry): Fix bug when there is a
15453 single link.
15454
15455 * org-exp.el (org-export): Make sure the mark is activated, also
15456 when `transient-mark-mode' is off.
15457
15458 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
15459 (org-agenda-search-view-search-words-only): Obsolete variable, is
15460 now an alias for `org-agenda-search-view-always-boolean'.
15461 (org-agenda-search-view-force-full-words): New option.
15462 (org-search-view): Improve docstring, and implement a better logic
15463 for Boolean and phrase searches.
15464 (org-agenda-last-search-view-search-was-boolean): New variable.
15465 (org-agenda-manipulate-query): Consider the type of the last
15466 search when modifying the search string.
15467
15468 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15469
15470 * org-latex.el (org-export-as-latex): Do the first letbind in the
15471 right moment.
15472
15473 * org-agenda.el (org-get-entries-from-diary): Add the new face to
15474 these entries.
15475
15476 * org-faces.el (org-agenda-diary): New face.
15477
15478 * org.el (org-make-link-regexps): Allow regexp-special characters
15479 in link types.
15480 (org-open-file): When in-emacs is `system', also force system
15481 opening, like when the value was `(16)'.
15482 (org-update-statistics-cookies): Handle entries without children.
15483
15484 * org-exp.el
15485 (org-export-preprocess-before-normalizing-links-hook): New hook.
15486 (org-export-preprocess-string): Run the new hook.
15487
15488 * org.el (org-offer-links-in-entry): Make RET open all links.
15489
15490 * org-html.el (org-export-as-html): Remove any leftover display
15491 properties in the html file.
15492
15493 * org-wl.el (org-wl-store-link): Work-around for format bug with
15494 text properties.
15495
15496 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
15497 invisibility while adding the graphs.
15498
15499 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15500
15501 * org-remember.el (org-select-remember-template): Use C letter to
15502 customize remember templates.
15503
15504 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
15505 Move cursor to next visible line.
15506
15507 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15508
15509 * org-beamer.el (org-beamer-sectioning): Leave columns environment
15510 by specifying 0 or 1 for column width.
15511 (org-beamer-column-widths): Make 0 stand for 0.0.
15512
15513 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15514
15515 * org-exp.el (org-export-mark-radio-links): Don't match inside
15516 <<target>>.
15517
15518 * org.el (org-format-latex-header-extra): New variable.
15519 (org-format-latex): Set org-format-latex-header-extra from
15520 in-buffer stuff.
15521 (org-format-latex): Add org-format-latex-header-extra to the
15522 variables on which image creation depends.
15523 (org-create-formula-image): Add the header stuff from in-buffer
15524 settings.
15525 (org-read-date-analyze): Base the analysis for future preference
15526 on NOW, not on the default date.
15527
15528 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
15529 for TODO keyword in inline tasks.
15530
15531 * org.el (org-log-note-headings): New headings for removing
15532 deadline or scheduling date.
15533 (org-deadline, org-schedule): Arrange for logging when removing a
15534 date.
15535 (org-add-log-note): Handle deadline and scheduling removal.
15536
15537 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15538
15539 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
15540
15541 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15542
15543 * org-agenda.el (org-diary-class): New function.
15544
15545 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15546
15547 * org-latex.el (org-export-latex-preprocess): Do process the text
15548 of a radio target.
15549
15550 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15551
15552 * org.el (org-entry-properties): Add TIMESTAMP properties back
15553 in.
15554
15555 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15556
15557 * org.el (org-all-time-keywords): New variable.
15558 (org-set-regexps-and-options): Set `org-all-time-keywords'.
15559 (org-entry-blocked-p): New function.
15560 (org-special-properties): Add BLOCKED as a new special property.
15561 (org-entry-properties): New optional argument SPECIFIC, only parse
15562 for this property when it is specified.
15563 (org-entry-get): Pass a SPECIFIC argument to
15564 `org-entry-properties'.
15565
15566 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
15567
15568 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15569
15570 * org-latex.el (org-export-latex-tables): No forced line end if
15571 there is no caption.
15572
15573 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15574
15575 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
15576 package.
15577
15578 * org-latex.el (org-export-latex-tables): Only add a caption when
15579 macro is in longtable environments if one has been defined.
15580
15581 * org-html.el (org-export-as-html): Only take title from buffer if
15582 not exporting body-only.
15583
15584 * org-latex.el (org-export-latex-preprocess): Better version of
15585 the regular expression for protecting LaTeX macros.
15586 (org-export-latex-preprocess): Start searching for macros to
15587 protect from beginning of buffer.
15588
15589 * org-exp.el (org-export-target-internal-links): Check for
15590 protectedness earlier in the string.
15591
15592 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
15593 case sensitively.
15594
15595 * org-id.el (org-id-store-link): Match TODO keywords case
15596 sensitively.
15597
15598 * org.el (org-heading-components, org-get-outline-path)
15599 (org-display-outline-path): Match TODO keywords case sensitively.
15600
15601 * org-latex.el (org-export-as-latex): Ignore read-only
15602 properties.
15603
15604 * org-exp.el (org-export-preprocess-string): Remove any
15605 `read-only' properties.
15606
15607 * org-agenda.el (org-agenda-inactive-leader): New option.
15608 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
15609 (org-tags-view): Prompt for matcher if MATCH is an empty string.
15610 (org-todo-list): Prompt for matcher if ARG is an empty string.
15611
15612 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15613
15614 * org.el (org-open-link-functions): New hook.
15615 (org-open-at-point): Run `org-open-link-functions'.
15616
15617 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15618
15619 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
15620 stamps as well.
15621
15622 * org.el (org-inhibit-startup-visibility-stuff): New variable.
15623 (org-mode): Don't do startup visibility if inhibited.
15624 (org-outline-overlay-data, org-set-outline-overlay-data):
15625 New functions.
15626 (org-save-outline-visibility): New macro.
15627 (org-log-note-headings): Document that one should not change the
15628 `state' note format.
15629
15630 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15631
15632 * org.el (org-make-link-regexps): Capture link path into a group.
15633
15634 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15635
15636 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
15637 the options plist.
15638
15639 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15640
15641 * org.el (org-startup-with-beamer-mode): New option.
15642 (org-property-changed-functions)
15643 (org-property-allowed-value-functions): New hooks.
15644 (org-entry-put, org-property-get-allowed-values): Run the new
15645 hooks.
15646 (org-property-next-allowed-value): Run the new hooks.
15647
15648 * org-exp.el (org-export-select-backend-specific-text): Add the
15649 special beamer tags.
15650
15651 * org-beamer.el: New file.
15652
15653 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
15654 (org-export-as-latex):
15655 Run `org-export-latex-after-initial-vars-hook'.
15656 (org-export-latex-format-toc-function)
15657 (org-export-latex-make-header):
15658 Call `org-export-latex-format-toc-function'.
15659
15660 * org.el (org-fill-template): Make template searches case sensitive.
15661
15662 * org-exp.el (org-export): Use "1" as a sign to export only the
15663 subtree.
15664
15665 * org-colview.el (org-columns-edit-value):
15666 Use org-unrestricted property.
15667
15668 * org.el (org-compute-property-at-point): Set org-unrestricted
15669 text property if the list contains ":ETC".
15670 (org-insert-property-drawer):
15671 Use org-unrestricted property.
15672
15673 * org-exp.el
15674 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
15675 (org-export-preprocess-string):
15676 Run `org-export-preprocess-before-selecting-backend-code-hook'.
15677
15678 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
15679
15680 * org-latex.el (org-export-region-as-latex):
15681 Run `org-export-first-hook'.
15682
15683 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
15684
15685 * org-docbook.el (org-export-as-docbook):
15686 Run `org-export-first-hook'.
15687
15688 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
15689
15690 * org-exp.el (org-export-first-hook): New hook.
15691
15692 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15693
15694 * org-list.el (org-previous-item): Exit at the beginning of the
15695 buffer.
15696
15697 * org-id.el (org-id-locations-save): Only write the id locations
15698 if any are defined.
15699
15700 * org-archive.el (org-archive-all-done): Make this work in a file
15701 with org-odd-levels-only set.
15702
15703 * org.el (org-get-refile-targets): Catch the case when a buffer
15704 has no file.
15705
15706 * org-latex.el (org-export-as-latex): Cleanup forced line ends
15707 where they are not needed.
15708 (org-export-latex-subcontent): Remove unnecessary newlines.
15709
15710 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15711
15712 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
15713 (org-export-latex-fontify): Fix regexp bug that takes special
15714 care of protecting the right boundary characters in emphasis
15715 matches.
15716 (org-export-latex-preprocess): Allow multiple arguments to latex
15717 macros.
15718
15719 * org.el (org-make-link-regexps): Use John Gruber's regexp for
15720 urls.
15721
15722 * org-macs.el (org-re): Interpret :punct: in regexps.
15723
15724 * org-exp.el (org-export-replace-src-segments-and-examples):
15725 Also take the final newline after the END line.
15726
15727 * org.el (org-clean-visibility-after-subtree-move): Only fix
15728 entries that are not entirely invisible already.
15729 (org-insert-link): Respect org-link-file-path-type for
15730 "docview:" links in addition to "file:" links.
15731
15732 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15733
15734 * org-exp.el (org-export-format-source-code-or-example):
15735 Avoid additional extra white lines in LaTeX.
15736
15737 * org-list.el (org-list-parse-list): Leave empty lines after the
15738 list, don't consider them as part of the list.
15739
15740 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
15741 searches.
15742
15743 * org-clock.el (org-clock-select-task): Convert integer to
15744 character for XEmacs.
15745
15746 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15747
15748 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
15749 compatible.
15750
15751 2010-04-10 Tassilo Horn <tassilo@member.fsf.org>
15752
15753 * org.el (org-complete-tags-always-offer-all-agenda-tags):
15754 New variable.
15755 (org-set-tags): Use it.
15756
15757 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15758
15759 * org-list.el (org-empty-line-terminates-plain-lists):
15760 Update docstring.
15761
15762 * org.el (org-format-latex): Fix link creation for processed latex
15763 snippets.
15764
15765 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15766
15767 * org-footnote.el (org-footnote-normalize): Protect replacement
15768 text.
15769
15770 * org.el (org-inside-latex-macro-p): Save match data.
15771
15772 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
15773
15774 * org-docview.el: New file.
15775
15776 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15777
15778 * org-latex.el (org-export-latex-class-options): New variable.
15779 (org-export-latex-set-initial-vars): Use the class options.
15780
15781 * org.el (org-forward-same-level): Stop at headings that start
15782 with an invisible character.
15783 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
15784
15785 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15786
15787 * org-footnote.el (org-footnote-normalize): Don't take optional
15788 arguments in LaTeX macros as footnotes.
15789
15790 * org.el (org-inside-latex-macro-p): New function.
15791
15792 * org-latex.el (org-latex-to-pdf-process): Change customization
15793 group to `org-export-pdf'.
15794
15795 * org-agenda.el (org-agenda-get-blocks): Look at time string also
15796 on days after the first one.
15797
15798 * org.el (org-insert-heading): Also check for item before assuming
15799 before-first-heading condition.
15800
15801 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
15802 (org-export-pdf-logfiles): New option.
15803 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
15804 (org-export-pdf-logfiles): Fix customization type.
15805
15806 * org.el (org-insert-link): Improve error message when there is no
15807 default link to select with RET.
15808
15809 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
15810 parameter list.
15811
15812 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15813
15814 * org-latex.el (org-export-latex-parse-global)
15815 (org-export-latex-parse-content)
15816 (org-export-latex-parse-subcontent):
15817 Use `org-re-search-forward-unprotected'.
15818 (org-export-as-pdf): Remove log files produced by XeTeX.
15819
15820 * org-macs.el (org-re-search-forward-unprotected): New function.
15821
15822 2010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
15823
15824 * org-colview.el (org-agenda-colview-summarize): Sort out some
15825 confusion between properties and titles, which resulted in
15826 agenda summaries not working if a title was set for a column.
15827
15828 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15829
15830 * org-mobile.el (org-mobile-agendas): New option.
15831 (org-mobile-sumo-agenda-command): Select the right agendas.
15832
15833 * org-latex.el (org-export-latex-format-image): Preserve the
15834 original-indentation property.
15835
15836 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15837
15838 * org-clock.el (org-clock-insert-selection-line): Catch error when
15839 an old tasks no longer exists.
15840
15841 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
15842 (org-export-as-pdf): Don't remove the old PDF file before making
15843 the new one.
15844
15845 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
15846 (org-mouse-context-menu): Use `org-looking-back'.
15847
15848 * org.el (org-cycle-level): Use `org-looking-back'.
15849
15850 * org-list.el (org-cycle-item-indentation):
15851 Use `org-looking-back'.
15852
15853 * org-compat.el (org-looking-back): New function.
15854
15855 * org.el (org-insert-heading): Catch before-first-headline when
15856 inserting a headline.
15857
15858 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15859
15860 * org-latex.el (org-export-latex-format-image): Indent figure
15861 environment, so that it does not interrupt plain list.
15862
15863 * org.el (org-open-at-point): Allow long link descriptions.
15864
15865 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
15866
15867 * org-html.el (org-export-as-html): Remove empty lines at the
15868 beginning of the exported text.
15869
15870 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
15871
15872 * org.el (org): Remove from hypermedia group.
15873
15874 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
15875
15876 * Branch for 23.2.
15877
15878 2010-02-15 Chong Yidong <cyd@stupidchicken.com>
15879
15880 * org-freemind.el (org-freemind-from-org-mode-node)
15881 (org-freemind-from-org-mode)
15882 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
15883 Pass arg to called-interactively-p.
15884
15885 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
15886
15887 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
15888 Fix typos in docstrings.
15889
15890 2010-01-01 Juanma Barranquero <lekktu@gmail.com>
15891
15892 * org.el (org-get-outline-path, org-speed-command-help):
15893 Fix typos in error messages.
15894
15895 2009-12-14 Juri Linkov <juri@jurta.org>
15896
15897 * org-html.el (org-export-html-style-include-default):
15898 Put `safe-local-variable booleanp' on
15899 `org-export-html-style-include-default' instead of mistakenly
15900 duplicate `org-export-html-style'.
15901
15902 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
15903
15904 * org-agenda.el (org-agenda-diary-entry-in-org-file):
15905 Rebuild agenda after adding new entry.
15906
15907 * org-datetree.el (org-datetree-find-day-create): Fix regular
15908 expression.
15909
15910 * org.el (org-display-outline-path): Use a format specifier for
15911 message, to avoid problems with heading containing `%'.
15912
15913 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
15914 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
15915 (org-agenda-fix-displayed-tags): New function.
15916 (org-agenda-do-context-action): Just call
15917 `org-display-outline-path', without piping the result through
15918 `message'.
15919
15920 * org-latex.el (org-export-latex-preprocess): Protect secondary
15921 footnote references.
15922
15923 * org-indent.el (org-indent-initialize): Avoid empty strings as
15924 line prefixes.
15925
15926 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
15927 hat checking for the mark does not throw an error.
15928 (org-agenda-diary-entry-in-org-file): Catch the case that there is
15929 not `day' text property in the cursor line.
15930
15931 * org.el (org-sort-entries-or-items): Make sure that the final
15932 entry has a newline before doing the sorting.
15933
15934 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
15935 property at the beginning of the line.
15936
15937 * org.el (org-make-link-string): Don't allow a description with
15938 only white space.
15939
15940 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
15941 (org-agenda-insert-diary-as-top-level): New function.
15942 (org-agenda-add-entry-to-org-agenda-diary-file):
15943 Call `org-agenda-insert-diary-as-top-level'.
15944
15945 * org.el (org-occur-in-agenda-files): Make sure none of the
15946 buffers is narrowed.
15947 (org-activate-plain-links): Add the face property here.
15948 (org-set-font-lock-defaults): Do not add the face to plain links,
15949 the activator function does this.
15950
15951 * org-habit.el (org-is-habit-p): Add doc string.
15952
15953 * org-archive.el (org-archive-subtree-default-with-confirmation):
15954 Autoload.
15955
15956 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
15957 after match optional (happens at the end of a line...).
15958
15959 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
15960 for special blocks.
15961
15962 * org-faces.el (org-copy-face): Set lisp indentation.
15963 (org-quote, org-verse): New faces.
15964
15965 * org-agenda.el (org-agenda-remove-date): Remove variable.
15966
15967 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
15968
15969 * org-html.el (org-export-as-html): Move the home/up link into
15970 the content div.
15971
15972 * org.el (org-export-latex-packages-alist): Option definition
15973 moved here from org-latex.el.
15974
15975 * org-html.el (org-export-html-home/up-format): Add an ID to the
15976 up/home div.
15977
15978 * org-wl.el (org-wl-store-link): Handle the case that
15979 `wl-use-petname' is set.
15980
15981 * org.el (org-set-effort): Improve prompt.
15982 (org-get-outline-path): Widen to get full path.
15983 (org-compact-display-after-subtree-move): Function removed.
15984
15985 2009-11-20 Eric Schulte <schulte.eric@gmail.com>
15986
15987 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
15988 hash keys to cache and re-use images generated by the
15989 org-exp-blocks interface to ditaa and dot.
15990
15991 * org.el (org-format-latex): Latex images are now saved to files
15992 named by the sha1 hash of the latex source text avoiding
15993 regeneration of identical images.
15994
15995 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
15996
15997 * org-latex.el (org-export-as-latex): Add the :drawers property.
15998
15999 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
16000
16001 * org.el (org-speed-commands-user): Allow documentation headlines.
16002 (org-speed-commands-default): Organize the value of this constant
16003 with descriptive headlines.
16004 (org-print-speed-command): Output the headlines.
16005
16006 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
16007
16008 * org-agenda.el (org-agenda-show-outline-path): New option.
16009 (org-agenda-do-context-action): New function.
16010 (org-agenda-next-line, org-agenda-previous-line):
16011 Use `org-agenda-do-context-action'.
16012
16013 * org.el (org-use-speed-commands): Allow function value.
16014 (org-speed-commands-default): Make headline motion safe, so that
16015 these commands always end on a headline.
16016 (org-speed-commands-default): New key `v' for `org-agenda'.
16017 (org-speed-move-safe): New function.
16018 (org-self-insert-command): Use the function value of
16019 `org-use-speed-commands'.
16020 (org-get-outline-path): Improve docstring.
16021 (org-format-outline-path): New function.
16022 (org-display-outline-path): New function.
16023
16024 2009-11-15 John Wiegley <jwiegley@gmail.com>
16025
16026 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
16027 a string, use that to find the LOGBOOK drawer.
16028
16029 2009-11-15 Glenn Morris <rgm@gnu.org>
16030
16031 * org-agenda.el (org-datetree-find-date-create)
16032 (org-habit-get-priority):
16033 * org.el (org-format-agenda-item): Fix declarations.
16034
16035 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16036
16037 * org.el (org-clone-subtree-with-time-shift): Make it work at the
16038 end of the buffer.
16039
16040 * org-mobile.el (org-mobile-write-checksums): Specify coding
16041 system.
16042 (org-mobile-timestamp-buffer): Keep local variable/mode line at
16043 beginning of buffer.
16044
16045 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
16046
16047 * org.el (org-block-todo-from-children-or-siblings-or-parent)
16048 (org-block-todo-from-checkboxes): Do not block changes to a nil
16049 TODO state.
16050
16051 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
16052
16053 * org-habit.el (org-habit-parse-todo): Indicate which habit is
16054 wrongly set up in the error messages.
16055
16056 * org-colview.el (org-columns-display-here): Don't try to
16057 calculate values if the underlying property is not set.
16058 (org-columns-string-to-number): Convert age strings back into
16059 fractional days.
16060 (org-agenda-colview-summarize): Handle extended summary types
16061 properly.
16062
16063 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16064
16065 * org-exp.el (org-export-format-drawer-function): New variable.
16066 (org-export-format-drawer): New function.
16067 (org-export-preprocess-string): Pass the backend as a parameter to
16068 `org-export-remove-or-extract-drawers'.
16069 (org-export-remove-or-extract-drawers): New parameter BACKEND.
16070
16071 * org-protocol.el (org-protocol-char-to-string): New defsubst.
16072
16073 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16074
16075 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
16076 message when no block is selected.
16077
16078 * org-latex.el (org-export-latex-links): Check for protectedness
16079 in the last matched character, not after the match.
16080
16081 * org-datetree.el (org-datetree-find-date-create):
16082 Respect restriction when KEEP-RESTRICTION is set.
16083 (org-datetree-file-entry-under): New function.
16084 (org-datetree-cleanup): New command.
16085
16086 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
16087
16088 * org-src.el (org-edit-src-code): New optional argument context
16089 allows calling functions to avoid altering the saved window
16090 configuration.
16091 (org-edit-src-exit): Do not restore window configuration when this
16092 function is used in the context of saving the edit buffer.
16093
16094 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16095
16096 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
16097 instances to switching to with-current-buffer, because these seem
16098 to cause problems - no idea why.
16099
16100 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
16101 Require diary-lib for (diary-date-display-form).
16102
16103 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16104
16105 * org.el (org-log-reschedule, org-log-redeadline): New options.
16106 (org-log-note-headings): Add templates for rescheduling and
16107 deadline changing.
16108 (org-startup-options): Add in-buffer settings for logging changing
16109 schedule and deadline time stamps.
16110 (org-deadline, org-schedule): Check for existing date and arrange
16111 for logging if the user requests it.
16112 (org-add-log-note): Prepare proper note buffers for rescheduling
16113 and deadline changes.
16114
16115 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16116
16117 * org-agenda.el (org-agenda-diary-entry-in-org-file)
16118 (org-agenda-add-entry-to-org-agenda-diary-file)
16119 (org-agenda-insert-diary-make-new-entry): New functions.
16120 (org-agenda-diary-entry):
16121 Call `org-agenda-diary-entry-in-org-file' when appropriate.
16122
16123 * org.el (org-calendar-insert-diary-entry-key): New option.
16124 (org-agenda-diary-file): New option.
16125 ("calendar"): Install our insertion function in the calendar.
16126
16127 * org-remember.el (org-datetree): Require.
16128 (org-remember-templates): Add new positioning option.
16129 (org-remember-reference-date): New variable.
16130 (org-remember-apply-template): Store the reference date in a local
16131 variable.
16132 (org-remember-handler): Implement date tree positioning of entries.
16133
16134 * org-datetree.el: New file.
16135
16136 * org-latex.el (org-export-latex-preprocess): Protect targets in
16137 verbatim emphasis.
16138
16139 * org-html.el (org-export-as-html): Protect targets in verbatim
16140 emphasis.
16141
16142 * org-docbook.el (org-export-as-docbook): Protect targets in
16143 verbatim emphasis.
16144
16145 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16146
16147 * org-clock.el (org-show-notification): Handle messages that
16148 contain a percent character.
16149
16150 * org-remember.el (org-remember-apply-template): Turn of partial
16151 completion.
16152
16153 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
16154 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
16155
16156 * org.el (org-indent-mode): Define variable already in org.el.
16157 (org-unfontify-region): Remove line-prefix and wrap-prefix
16158 properties only if org-indent-mode is active.
16159
16160 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16161
16162 * org-icalendar.el (org-print-icalendar-entries): Save match data
16163 around call to verify function.
16164 (org-print-icalendar-entries): Add a call to the verification
16165 function.
16166
16167 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
16168 save-restrivtion' form.
16169
16170 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
16171
16172 * org-exp.el (org-export-format-source-code-or-example):
16173 Restrict scope of preserve-indentp to the let binding.
16174 (org-src): Require org-src, since org-src-preserve-indentation is used.
16175
16176 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16177
16178 * org-timer.el (org-timer-set-timer): Set variables
16179 org-timer-timer[123] correctly.
16180
16181 * org-mobile.el (org-mobile-files-alist): Make it work when
16182 `agenda-archives' is included in
16183 `org-agenda-text-search-extra-files'.
16184 (org-mobile-push): Restore agenda after mobile push.
16185
16186 2009-11-13 John Wiegley <jwiegley@gmail.com>
16187
16188 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
16189 way the amount of idle time is presented in the minibuffer.
16190
16191 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16192
16193 * org-icalendar.el (org-print-icalendar-entries):
16194 Use org-icalendar-verify-function only if non-nil.
16195
16196 * org.el (org-refile): Refile to clock only if the prefix arg is
16197 2.
16198 (org-sparse-tree): Fix docstring to be in line with prompt.
16199 (org-update-parent-todo-statistics):
16200 Call `org-after-todo-statistics-hook' on each level.
16201
16202 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16203
16204 * org-remember.el (org-remember-apply-template): Make sure the
16205 buffer exists.
16206
16207 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16208
16209 * org.el (org-tab-ind-state): New variable.
16210 (org-cycle-level): New function.
16211 (org-cycle-level-after-item/entry-creation): New option.
16212 (org-flag-subtree): New function.
16213 (org-hide-archived-subtrees): Call `org-flag-subtree'.
16214 (org-set-effort): Indexed access.
16215
16216 * org-list.el (org-cycle-item-indentation): New function.
16217
16218 * org.el (org-refile): Make prefix argument 2 refile to current
16219 clock.
16220 (org-priority): Interpret action `remove' as call to remove the
16221 priority cookie.
16222
16223 * org-remember.el (org-remember-apply-template): Don't depend on
16224 buffer name being like file name.
16225
16226 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16227
16228 * org-clock.el (org-clock-play-sound): Expand file in
16229 org-clock-sound, to allow ~ for home.
16230
16231 * org-remember.el (org-remember-handler):
16232 Set text-before-node-creation even if this already looks like a node,
16233 because the string might be needed on non-org-mode target files.
16234
16235 * org-agenda.el (org-agenda-open-link): Make this work in agenda
16236 clocktables.
16237 (org-agenda-switch-to): Follow a link at point if
16238 org-return-follows-link' is set and there is nothing else to do in
16239 this line.
16240
16241 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
16242
16243 * org-exp-blocks.el: Modify split separator regexp to avoid empty
16244 strings.
16245
16246 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
16247
16248 * org-colview.el (org-columns-new): Make this work with the new
16249 operators.
16250 (org-columns-store-format): Make this work with the new operators.
16251
16252 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16253
16254 * org-src.el (org-src-preserve-indentation): Document that this
16255 variable is also used during export.
16256
16257 * org-exp.el (org-export-format-source-code-or-example):
16258 Preserve indentation if a block has a -i option, or if
16259 `org-src-preserve-indentation' is set.
16260
16261 * org-exp-blocks.el (org-export-blocks-preprocess):
16262 Preserve indentation if a block has a -i option, or if
16263 `org-src-preserve-indentation' is set.
16264
16265 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16266
16267 * org.el (org-mode-map): Define the new archiving keys.
16268 (org-speed-commands-default): Define an archiving key in the speed
16269 command map.
16270 (org-org-menu): Improve the menu structure concerning archiving.
16271
16272 * org-archive.el (org-archive-subtree-default-with-confirmation):
16273 New command.
16274
16275 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
16276 (org-agenda-menu): Add the new archiving commands to the menu.
16277 (org-agenda-archive-default)
16278 (org-agenda-archive-default-with-confirmation): New commands.
16279 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
16280 Just call `org-agenda-archive-with'.
16281 (org-agenda-archive-with): New function.
16282
16283 * org-table.el (org-table-convert-region): Inert spaces around "|"
16284 to avoid line beginnings like "|-1" which will be mistaken as
16285 hlines.
16286
16287 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16288
16289 * org.el (org-offer-links-in-entry): Return nil if there are no
16290 links, t if a link has been selected.
16291 (org-open-at-point): Open attachment directory when called in the
16292 headline and there are no links in the entry body.
16293 (org-speed-commands-default): Add "o" for open-at-point as a speed
16294 command.
16295
16296 * org-attach.el (org-attach-reveal): Optional prefix arg
16297 IF-EXISTS, which avoids creating the attachment directory if it
16298 does not yet exist.
16299
16300 * org-agenda.el (org-agenda, org-run-agenda-series):
16301 Evaluate MATCH.
16302
16303 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16304
16305 * org.el ("abbrev"): Work with abbrev tables only after they have
16306 been loaded.
16307
16308 * org-list.el (org-list-send-list): Fix bug related to match
16309 data.
16310
16311 * org-latex.el (org-export-latex-fontify): Apply verbatim
16312 emphasis.
16313 (org-export-latex-make-header): Insert \obeylines if line breaks
16314 should be preserved.
16315
16316 * org-exp.el (org-export-protect-verbatim): Add an
16317 `org-verbatim-emph' property to such text.
16318
16319 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16320
16321 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
16322 (org-print-icalendar-entries): Skip entries where the timestamp is
16323 not a deadline and not scheduled, if the user requests that.
16324
16325 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
16326 before an opening quote.
16327
16328 * org-archive.el (org-archive-subtree): Keep archive after
16329 archiving something.
16330
16331 * org-id.el (org-id-update-id-locations): Add archive files if
16332 that is required by `org-id-extra-files'.
16333
16334 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16335
16336 * org-src.el (org-src-window-setup): New option.
16337 (org-src-switch-to-buffer): New function.
16338 (org-edit-src-exit): Add optional argument CONTEXT and use it to
16339 restore window configuration.
16340 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
16341 Call `org-src-switch-to-buffer'.
16342
16343 * org.el (org-default-properties): Add STYLE property.
16344 (org-files-list): Use the function call to get the files.
16345 (org-additional-option-like-keywords): Add SETUPFILE to completion
16346 list.
16347
16348 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16349
16350 * org-table.el (org-table-convert-region): Correctly interpret
16351 quoting in csv import.
16352
16353 * org.el (org-icompleting-read): Make iswitchb completion work
16354 with lists and tables.
16355
16356 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
16357 while pushing the mobile agenda.
16358
16359 2009-11-13 John Wiegley <jwiegley@gmail.com>
16360
16361 * org-clock.el
16362 (org-clock-auto-clock-resolution): Now takes three values: nil, t
16363 and `when-no-clock-is-running'.
16364 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
16365 whether or not to resolve Org buffers on clock in.
16366
16367 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
16368
16369 * org-colview.el (org-format-time-period): Function to format
16370 times in fractional days for display.
16371 (org-columns-display-here): Add support for showing a calculated
16372 value in place of the property.
16373 (org-columns): Set `org-columns-time' to the current time so time
16374 difference calculations will work.
16375 (org-columns-time): Use to store the current time when column view
16376 is displayed, so all time differences will use the same reference
16377 point.
16378 (org-columns-compile-map): There is now an extra position in each
16379 entry specifying the function to use to calculate the displayed
16380 value for the non-calculated properties in the column.
16381 (org-columns-compute-all): Set `org-columns-time' to the current
16382 time so time difference calculations will work.
16383 (org-columns-compute): Handle column operators where the values
16384 used are calculated from the underlying property.
16385 (org-columns-number-to-string): Handle the 'age' column format.
16386 (org-columns-string-to-number): Correct the function name (was
16387 org-column...). Add support for the 'age' column format.
16388 (org-columns-compile-format): Support the additional parameter in
16389 org-columns-compile-map.
16390
16391 2009-11-13 Bastien Guerry <bzg@gnu.org>
16392
16393 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
16394 variable.
16395
16396 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16397
16398 * org-clock.el (org-clock-has-been-used): New variable.
16399 (org-clock-in): Set `org-clock-has-been-used'.
16400 (org-clock-save): Save only if clock data has been used or created
16401 during this session.
16402
16403 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16404
16405 * org-clock.el (org-clock-persist): New value, to store only the
16406 clock history.
16407 (org-clock-save): Don't save the clock if only the history should
16408 be stored.
16409 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
16410 when restoring a saved clock.
16411
16412 2009-11-13 John Wiegley <jwiegley@gmail.com>
16413
16414 * org-clock.el (org-clock-display, org-clock-put-overlay):
16415 Use `org-time-clock-use-fractional'.
16416
16417 * org.el (org-time-clocksum-use-fractional)
16418 (org-time-clocksum-fractional-format): Two new customizable
16419 variables which allow the user to select fractional times (1.25
16420 instead of 1:25) in the `org-clock-display' report.
16421
16422 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16423
16424 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
16425 New option.
16426
16427 * org.el (org-tag-alist): Fix customization type.
16428
16429 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16430
16431 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
16432 Make sure the regexp search can fail without throwing an error.
16433 (org-mobile-apply): Save the inbox buffer after removing
16434 successfully applied changes.
16435
16436 2009-11-13 John Wiegley <jwiegley@gmail.com>
16437
16438 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
16439 time is reported after the user comes back (but before they
16440 resolve time).
16441
16442 * org.el (org-get-repeat): Change so that this function can be
16443 called with either `org-scheduled-string' or
16444 `org-deadline-string'.
16445
16446 * org-clock.el (org-clock-auto-clock-resolution): Rename from
16447 `org-clock-disable-clock-resolution', since negatives don't sound
16448 good in customization variables.
16449 (org-clock-in): Don't use the auto-resolution logic if the user is
16450 clocking into a different task while an active clock is running.
16451 This then allows the default behavior of clocking out of the open
16452 task and then into the new task.
16453
16454 * org.el (org-modules): Made this variable more consistent, since
16455 it was referring to Org, OrgMode and Org-mode, whereas the docs
16456 for the variable always refer to Org-mode.
16457
16458 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
16459
16460 * org.el (org-repeat-re): The changed org-repeat-re no longer
16461 matched simple +2d type repeaters. Fix it so it does.
16462
16463 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16464
16465 * org-latex.el (org-export-latex-preprocess): Protect the vspace
16466 macro in the VERSE environment.
16467
16468 2009-11-13 John Wiegley <jwiegley@gmail.com>
16469
16470 * org-habit.el (org-habit-get-priority): A new function that
16471 determines the relative priority of a habit, based on how long
16472 past its scheduled date it is, and how near the deadline is.
16473
16474 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
16475 using `org-habit-get-priority'.
16476
16477 * org-habit.el (org-habit-build-graph): Start displaying colors
16478 from the first scheduled date, if that date is earlier than the
16479 first completion date.
16480
16481 * org-habit.el: Changed all "color" variables to faces, and made
16482 them appropriate for light and dark backgrounds.
16483
16484 * org-habit.el (org-habit-duration-to-days): Made this function
16485 more general.
16486 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
16487
16488 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
16489 habits, since they don't use DEADLINE anymore.
16490
16491 * org.el (org-repeat-re, org-display-custom-time)
16492 (org-timestamp-change): Extend to support the new ".+N/N"
16493 syntax, used for habits.
16494
16495 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
16496 variable reference.
16497
16498 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
16499 modeline when habits are being displayed (if that module is being
16500 loaded).
16501
16502 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
16503
16504 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
16505 idle time using the xscreensaver extension.
16506 (org-user-idle-seconds): Use X11 idle time if available.
16507
16508 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16509
16510 * org-agenda.el (org-agenda-next-line): New command.
16511 (org-agenda-previous-line): New commands.
16512 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
16513 New commands.
16514 (org-agenda-follow-mode): Do the follow immediately if the mode is
16515 turned on here.
16516 (previous-line, next-line): Replace keys with the corresponding
16517 org functions.
16518 (org-agenda-mode-map): Bind backspace and delete to the scrolling
16519 command.
16520
16521 * org.el (org-icompleting-read): Turn off partial completion mode
16522 for the duration of this completion round.
16523
16524 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
16525 macros in author lines and similar stuff.
16526
16527 * org.el (org-file-tags): Fix docstring.
16528 (org-get-buffer-tags): Add the #+FILETAGS tags.
16529 ("ecb"): Make ecb show context after jumping into an Org file.
16530
16531 2009-11-13 John Wiegley <johnw@newartisans.com>
16532
16533 * org-agenda.el (org-finalize-agenda): Draw habit consistency
16534 graphs after everything else in the buffer has been setup.
16535
16536 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16537
16538 * org-mobile.el (org-mobile-apply): Count success and failure.
16539
16540 * org.el (org-indent-line-function): Fix regexp replace problem.
16541
16542 2009-11-13 John Wiegley <johnw@newartisans.com>
16543
16544 * org-clock.el (org-clock-disable-clock-resolution):
16545 New customization variable that disable automatic clock resolution on
16546 clock in.
16547 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
16548 not automatically resolve anything. This is does not affect
16549 idle-time resolution, however, if `org-clock-idle-time' is set.
16550
16551 2009-11-13 John Wiegley <johnw@newartisans.com>
16552
16553 * org-habit.el: New file, which implements code to build a "habit
16554 consistency graph".
16555
16556 * org-agenda.el (org-agenda-get-deadlines)
16557 (org-agenda-get-scheduled): Display consistency graphs when
16558 outputting habits into the agenda. The graphs are always relative
16559 to the current time.
16560 (org-format-agenda-item): Add new parameter `habitp', which
16561 indicates whether we are formatting a habit or not. Do not
16562 display "extra" leading information if habitp is true.
16563
16564 * org.el (org-repeat-re): Improve regexp to include .+ and ++
16565 leaders for repeat strings.
16566 (org-get-repeat): Now takes a string parameter `tagline', so the
16567 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
16568
16569 2009-11-13 John Wiegley <johnw@newartisans.com>
16570
16571 * org-agenda.el (org-agenda-auto-exclude-function):
16572 New customization variable for allowing the user to create an "auto
16573 exclusion" filter for doing context-aware auto tag filtering.
16574 (org-agenda-filter-by-tag): Changes to support the use of
16575 `org-agenda-auto-exclude-function'. See the new manual addition.
16576
16577 2009-11-13 John Wiegley <johnw@newartisans.com>
16578
16579 * org.el (org-files-list): Don't attempt to return a file name for
16580 Org buffers which have no associated file.
16581
16582 * org-agenda.el (org-agenda-do-action): Fix a typo.
16583
16584 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16585
16586 * org-mobile.el (org-mobile-locate-entry): Interpret files
16587 relative to org-directory.
16588 (org-mobile-inbox-for-pull): Document the best location for this
16589 file.
16590 (org-mobile-check-setup): Verify `org-directory'.
16591 (org-mobile-create-index-file): Sort the files to be listed in
16592 index.org.
16593
16594 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
16595
16596 * org.el (org-fast-tag-selection): Add a way to display a
16597 description for a tag group. This is done by adding a string to
16598 either the startgroup or endgroup cell.
16599
16600 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16601
16602 * org-clock.el (org-clock-resolve, org-resolve-clocks)
16603 (org-emacs-idle-seconds): Use `org-float-time' instead of
16604 `time-to-seconds'.
16605
16606 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16607
16608 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
16609 type.
16610
16611 * org.el (org-pre-cycle-hook): Document that `empty' can also be
16612 the value of ARG when doing local cycling.
16613
16614 2009-11-13 John Wiegley <johnw@newartisans.com>
16615
16616 * org-clock.el (org-clock-resolve-clock): If keeping or
16617 subtracting time results in a clock out at a time in the past, and
16618 if the resolution occurred due to idleness or invoking `M-x
16619 org-resolve-clocks', remember that past moment in time. On the
16620 next clock in, the user will be prompted to see if they want to
16621 back-date their new clock to then.
16622 (org-clock-resolve): Do not jump the user to the location of a
16623 dangling clock if the resolution is occurring due to an idle
16624 timeout. In that case there is typically only one dangling clock,
16625 the active one, and there is no value gained by shuffling their
16626 windows around to show it to them. Being prompted to resolve an
16627 idle clock should be as inobtrusive as possible.
16628 (org-resolve-clocks-if-idle): New function that resolves only the
16629 currently active clock if the user has exceeded the time returned
16630 by `org-user-idle-seconds', based on the value of
16631 `org-clock-idle-time'.
16632 (org-clock-in): If, after resolving clocks, (???)
16633 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
16634
16635 * org-clock.el (org-clock-resolve-clock): New function that
16636 resolves a clock to a specific time, closing or resuming as need
16637 be, and possibly even starting a new clock.
16638 (org-clock-resolve): New function used by `org-resolve-clocks'
16639 that sets up for the call to `org-clock-resolve-clock'.
16640 It determines the time to resolve to based on a single-character
16641 selection from the user to either keep time, subtract away time or
16642 cancel the clock.
16643 (org-resolve-clocks): New user command which resolves dangling
16644 clocks -- that is, open but not active -- anywhere in the file
16645 list returned by `org-files-list'.
16646 (org-clock-in): Automatically resolve dangling clocks whenever a
16647 user clocks in.
16648 (org-clock-cancel): If the user cancels the solely clock in a
16649 LOGBOOK, remove the empty drawer.
16650
16651 * org-clock.el (org-clock-idle-time): New user customizable option
16652 for detecting whether the user has left a clock idle. Note: it is
16653 only used in this commit to test whether it's worthwhile to check
16654 OS X to get the Mac user's current idle time. If the Emacs idle
16655 time is less than the value, the user hasn't been away long enough
16656 to be worth checking (a more expensive test than just getting
16657 Emacs idle time).
16658 (org-user-idle-seconds, org-mac-idle-seconds)
16659 (org-emacs-idle-seconds): This three functions, in conjunction
16660 with the user customization variable `org-clock-idle-time', return
16661 the number of seconds (as a floating point) that the user has been
16662 away from their Emacs (or, if running on OS X, their computer).
16663
16664 * org-clock.el (org-find-open-clocks): New function that returns a
16665 list of all open clocks in the given FILE. Note that each clock
16666 it returns is a cons cell of the format (MARKER . START-TIME).
16667 This "clock" value is used by several of the new clock module
16668 utility functions.
16669 (org-is-active-clock): New inline function which tests whether the
16670 given clock value is the same as the currently active clock.
16671 Returns non-nil if this is the case.
16672 (org-with-clock-position): New macro that evaluates FORMS with
16673 point in the buffer and at the position of the given clock.
16674 Changes to the current clock are global.
16675 (org-with-clock): New macro that evaluates FORMS with point in the
16676 buffer and at the position of the given clock. However, changes
16677 to the current clock are local and have no effect on the user's
16678 active clock. This allows, for example, far any clock to be
16679 canceled without canceling the active clock.
16680 (org-clock-clock-in): New inline function that switches the active
16681 clock to the given clock. If either the argument RESUME, or the
16682 global `org-clock-in-resume', are non-nil, it will resume a clock
16683 that was previously left open.
16684 (org-clock-clock-out): New inline function that clocks out the
16685 given clock value without affecting the currently active clock.
16686 (org-clock-clock-cancel): New inline function that cancels the
16687 given clock value without affecting the currently active clock.
16688
16689 * org-clock.el (org-clock-in): Before creating
16690 `org-clock-mode-line-timer', check to make sure an older timer is
16691 not currently running.
16692 (org-clock-out): Accept new third parameter `at-time', which
16693 permits a clock to be clocked out at a specific time. Note that
16694 no attempt is made to verify that the clock out time is later than
16695 the clock in time.
16696
16697 * org.el (org-files-list): New utility function for returning a
16698 list of all open org-mode buffers, plus all files used to build
16699 the agenda buffer. Note that not all the files will necessarily
16700 be visited by a buffer at time of call.
16701 (org-entry-beginning-position): Like the function
16702 `line-beginning-position', this inline function returns the
16703 beginning position of the current heading/entry.
16704 (org-entry-end-position): Like the function `line-end-position',
16705 this inline function returns the end position of the current
16706 heading/entry.
16707
16708 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16709
16710 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
16711 a header line.
16712
16713 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16714
16715 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
16716
16717 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16718
16719 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
16720 entries that have no tags.
16721 (org-agenda-search-view): New customize group.
16722 (org-agenda-search-view-search-words-only): New option.
16723 (org-search-view): Implement substring search.
16724
16725 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16726
16727 * org.el (org-outline-level): Add doc string.
16728
16729 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16730
16731 * org-inlinetask.el (org-inlinetask-export): Re-introduce
16732 variable.
16733 (org-inlinetask-export-handler): Only export inline task if the
16734 user option calls for it.
16735
16736 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16737
16738 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
16739 END if present.
16740
16741 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16742
16743 * org-latex.el (org-export-latex-tables): Don't format in
16744 protected regions.
16745
16746 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16747
16748 * org-src.el (org-edit-src-code)
16749 (org-edit-src-find-region-and-lang, org-edit-src-exit):
16750 Handle macro editing.
16751
16752 * org-agenda.el (org-prefix-category-max-length): New variable.
16753 (org-format-agenda-item): Use `org-prefix-category-max-length'.
16754 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
16755
16756 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16757
16758 * org-mobile.el (org-mobile-create-index-file): Improve the
16759 listing of tags and todo keywords.
16760
16761 * org-latex.el (org-export-latex-format-image): New function.
16762 (org-export-latex-links): Use `org-export-latex-format-image'.
16763
16764 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16765
16766 * org-inlinetask.el (org-inlinetask-get-current-indentation)
16767 (org-inlinetask-remove-terminator): New functions.
16768 (org-inlinetask-export-handler): Terminate the description list.
16769
16770 * org-exp.el (org-export-select-backend-specific-text): Remove the
16771 region markers.
16772
16773 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
16774 tasks without content.
16775
16776 * org-clock.el: Make sure the clock-in target position does not
16777 move to a different node by widening the buffer.
16778
16779 * org-html.el (org-export-html-format-image): Wrap image into
16780 figure div only when there is a caption.
16781
16782 * org-archive.el (org-archive-mark-done): Change default value to
16783 nil.
16784
16785 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
16786
16787 * org.el (org-context): Call `bobp', not `eobp'.
16788
16789 * org-clock.el (org-clock-cancel): Remove quotes from marker
16790 variables.
16791
16792 * org.el (org-read-date-prefer-future): New allowed value `time'.
16793 (org-read-date-analyze): Shift day to tomorrow depending on time
16794 entered and value of `org-read-date-prefer-future'.
16795
16796 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16797
16798 * org.el (org-version, org-get-refile-targets, org-refile)
16799 (org-store-log-note, org-diary-to-ical-string)
16800 (org-speedbar-set-agenda-restriction):
16801 * org-publish.el (org-publish-find-title):
16802 * org-plot.el (org-plot/gnuplot):
16803 * org-mouse.el (org-mouse-do-remotely):
16804 * org-mobile.el (org-mobile-move-capture):
16805 * org-mac-message.el (org-mac-message-insert-flagged):
16806 * org-latex.el (org-replace-region-by-latex):
16807 * org-docbook.el (org-replace-region-by-docbook):
16808 * org-clock.el (org-clock-out, org-clock-cancel):
16809 * org-bibtex.el (org-execute-file-search-in-bibtex):
16810 Use with-current-buffer.
16811
16812 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
16813
16814 * org.el (org-directory, org-map-entries):
16815 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
16816
16817 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
16818
16819 * org.el (org-set-tags-to): New command.
16820
16821 * org-latex.el (org-export-latex-set-initial-vars): Also check in
16822 the plist.
16823
16824 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
16825 keyword.
16826
16827 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
16828
16829 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
16830
16831 * org-inlinetask.el (org-inlinetask-export): Option removed.
16832 (org-inlinetask-export-handler): Better export.
16833
16834 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
16835 (org-export-as-xoxo): Run the new hook.
16836
16837 * org-html.el (org-export-html-final-hook): New hook.
16838 (org-export-as-html): Run the new hook.
16839
16840 * org-docbook.el (org-export-docbook-final-hook): New hook.
16841 (org-export-as-docbook): Run the new hook.
16842
16843 * org-ascii.el (org-export-ascii-final-hook): New hook.
16844 (org-export-as-ascii): Run the new hook.
16845
16846 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
16847 space character as the character before the ^/_.
16848 (org-export-latex-final-hook): New hook.
16849 (org-export-as-latex): Run `org-export-latex-final-hook'.
16850
16851 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
16852
16853 * org-macs.el (org-if-unprotected-at): Fix docstring.
16854
16855 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
16856 text in the prefix (if category is a link).
16857
16858 * org-latex.el (org-export-latex-preprocess): Deal properly with
16859 empty lines in verse environments.
16860
16861 * org.el (org-format-latex-header): Inline fullpage.sty.
16862
16863 * org-footnote.el (org-footnote-create-definition): Reveal context
16864 to add a new footnote definition.
16865
16866 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
16867 org-table-recalculate when cursor is in TBLFM line.
16868
16869 * org-list.el (org-renumber-ordered-list): Fix cursor position
16870 when bullet length has changed.
16871
16872 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
16873
16874 * org.el (org-format-latex): Mention `org-format-latex-options' in
16875 the docstring.
16876
16877 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
16878
16879 * org.el (org-agenda-get): New function.
16880
16881 * org-agenda.el (org-agenda-post-command-hook): No longer move
16882 point away from end of line.
16883 (org-agenda-add-entry-text, org-agenda-collect-markers)
16884 (org-finalize-agenda, org-agenda-mark-clocking-task)
16885 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
16886 (org-agenda-entry-text-show, org-agenda-highlight-todo)
16887 (org-agenda-compare-effort, org-agenda-filter-apply)
16888 (org-agenda-later, org-agenda-change-time-span)
16889 (org-agenda-post-command-hook, org-agenda-show-priority)
16890 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
16891 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
16892 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
16893 (org-agenda-open-link, org-agenda-copy-local-variable)
16894 (org-agenda-switch-to, org-agenda-check-no-diary)
16895 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
16896 (org-agenda-add-note, org-agenda-change-all-lines)
16897 (org-agenda-priority, org-agenda-set-tags)
16898 (org-agenda-set-property, org-agenda-set-effort)
16899 (org-agenda-toggle-archive-tag, org-agenda-date-later)
16900 (org-agenda-show-new-time, org-agenda-date-prompt)
16901 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
16902 (org-agenda-clock-in, org-agenda-bulk-mark)
16903 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
16904 Use `org-get-at-bol'.
16905
16906 * org-colview.el (org-columns-display-here)
16907 (org-columns-edit-allowed, org-agenda-columns):
16908 Use `org-get-at-bol'.
16909
16910 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
16911
16912 * org.el (org-special-ctrl-a/e): Improve documentation and
16913 customize type.
16914 (org-end-of-line): Don't jump to after the ellipsis.
16915 (org-mode-map): Bind <home> and <end> as well.
16916
16917 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
16918
16919 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
16920 space after #+ as comments.
16921 (org-open-at-point): Run `org-follow-link-hook' always.
16922
16923 * org-latex.el (org-export-latex-emph-format): Use better commands
16924 to insert special characters in verbatim snippets.
16925
16926 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
16927
16928 * org-faces.el (org-copy-face): New function. Use it to create
16929 various faces formerly created by using `copy-face'.
16930
16931 * org-agenda.el (org-prepare-agenda): Don't officially mark this
16932 window dedicated.
16933 (org-agenda-quit): Kill the frame containing the agenda window if
16934 that frame was created for the agenda.
16935
16936 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
16937
16938 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
16939 stamp in the agenda.
16940
16941 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
16942
16943 * org-agenda.el (org-prepare-agenda):
16944 Reset `org-drawers-for-agenda'.
16945 (org-prepare-agenda): Uniquify list of drawers.
16946
16947 * org.el (org-complex-heading-regexp-format): New variable.
16948 (org-set-regexps-and-options):
16949 Define `org-complex-heading-regexp-format'.
16950 (org-drawers-for-agenda): New variable.
16951 (org-map-entries): Bind `org-drawers-for-agenda'.
16952 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
16953
16954 * org-remember.el (org-go-to-remember-target)
16955 (org-remember-handler): Use `org-complex-heading-regexp-format'.
16956
16957 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
16958
16959 * org-agenda.el (org-agenda-highlight-todo): Fix text property
16960 problem.
16961
16962 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
16963 always with `invisible-ok'.
16964 (org-store-link): No error when there is nothing to link to in the
16965 agenda.
16966
16967 * org-list.el (org-update-checkbox-count): Insert changed cookie
16968 before the old, to avoid problems with invisibility at the end of
16969 the line.
16970 (org-update-checkbox-count): Insert changed cookie before the old,
16971 to avoid problems with invisibility at the end of the line.
16972
16973 * org.el (org-sort-entries-or-items): Include the final newline.
16974 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
16975 lines for fontification.
16976 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
16977 (org-prepare-dblock): Store the current indentation of the BEGIN
16978 line.
16979 (org-update-dblock): Apply the indentation of the begin line to
16980 the rest of the block.
16981 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
16982 (org-startup-folded): New allowed value `showeverything'.
16983 (org-startup-options): Add STARTUP keyword `showeverything'.
16984 (org-set-startup-visibility): Respect value `showeverything' in
16985 org-startup-folded.
16986
16987 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
16988
16989 * org.el (org-closest-date): Fix issue with past preference.
16990
16991 * org-archive.el (org-archive-set-tag)
16992 (org-archive-subtree-default): New commands.
16993
16994 * org-clock.el (org-clock-clocktable-default-properties):
16995 New option.
16996 (org-clock-report):
16997 Use `org-clock-clocktable-default-properties'.
16998
16999 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
17000
17001 * org.el (org-iswitchb-completing-read): Fix typo.
17002
17003 * org-crypt.el: New file.
17004
17005 * org.el: Add an entry for org-crypt.
17006
17007 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
17008
17009 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
17010 consistency.
17011 (org-batch-store-agenda-views): New function.
17012 (org-agenda-title-append): Define variable.
17013 (org-write-agenda): New export to Org files.
17014 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
17015 (org-agenda): Allow to keep the restricted file list if a special
17016 variable is bound to t.
17017 (org-agenda): Define a special agenda view for working on flagged
17018 entries.
17019 (org-agenda-get-restriction-and-command): List the new agenda
17020 view.
17021 (org-agenda-show-the-flagging-note): New command.
17022 (org-agenda-mode-map): New key `?' for looking at the flagging
17023 note.
17024
17025 * org.el (org-autoload): Autoload org-mobile.el.
17026 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
17027
17028 * org-mobile.el: New file.
17029
17030 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
17031
17032 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
17033
17034 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
17035 statements.
17036 (org-table-get-remote-range): Match indented #+TBLNAME
17037 statements.
17038
17039 * org.el (org-convert-to-odd-levels)
17040 (org-convert-to-oddeven-levels): Work also correctly if the file
17041 is in outline-mode.
17042
17043 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
17044
17045 * org.el (org-store-link): When in agenda buffer, link to
17046 referenced entry.
17047 (org-add-planning-info): Remove spaces at eol.
17048
17049 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
17050 property.
17051
17052 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
17053
17054 * org-latex.el (org-export-latex-first-lines): Fix problem with
17055 LaTeX export of first line and selected subtree.
17056
17057 * org.el (org-shifttab): Interpret arg differently when using only
17058 odd levels.
17059
17060 2009-10-01 Bastien Guerry <bzg@gnu.org>
17061
17062 * org.el (org-check-agenda-file): Use a more explicit message.
17063
17064 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
17065
17066 * org-exp.el (org-export-remove-special-table-lines): Don't remove
17067 normal lines.
17068
17069 2009-10-01 Bastien Guerry <bzg@gnu.org>
17070
17071 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
17072 prompt in the temporary window.
17073
17074 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
17075 prefix for marked entries in the agenda view.
17076
17077 2009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
17078
17079 * org.el (outline-end-of-subtree): Bugfix: advise this function in
17080 a way that prevents any trailing character from being displayed.
17081
17082 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
17083
17084 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
17085 menu.
17086
17087 * org-exp.el (org-export-remove-special-table-lines): Remove bad
17088 slow regexp match.
17089
17090 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
17091
17092 * org-latex.el (org-export-latex-preprocess): Do not protect in
17093 the LaTeX header.
17094
17095 * org-src.el (org-edit-src-save): Save window setup while saving.
17096 (org-edit-src-code): Use new buffer name construction scheme.
17097
17098 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
17099
17100 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
17101 New variable.
17102 (org-agenda-entry-text-cleanup-hook): New hook.
17103 (org-agenda-get-some-entry-text): Remove matches of
17104 `org-agenda-entry-text-exclude-regexps' and run the hook
17105 `org-agenda-entry-text-cleanup-hook'.
17106
17107 * org.el (org-offer-links-in-entry): New argument ZERO to
17108 implement a link with index zero.
17109 (org-cycle-show-empty-lines): Not keep empty line under header
17110 hidden.
17111 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
17112 to nil for special completion.
17113 (org-store-link): Don't error before the first heading.
17114
17115 * org-agenda.el (org-agenda-open-link): Pass the prefix to
17116 `org-offer-links-in-entry'.
17117
17118 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
17119
17120 * org-agenda.el (org-agenda-quit): Provide the window argument for
17121 `window-dedicated-p', Emacs 22 needs it.
17122 (org-format-agenda-item): If the category is a link, arrange for
17123 invisible text to replaced with spaces.
17124 (org-compile-prefix-format): Add the extra space.
17125 (org-prefix-category-length): New variable.
17126
17127 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
17128 references from TOC lines.
17129
17130 * org.el (org-selected-window): New variable.
17131
17132 * org-table.el (org-table-edit-formulas): Remember the selected
17133 window.
17134 (org-table-fedit-finish, org-table-fedit-abort): Select the window
17135 that was originally selected.
17136
17137 * org-exp.el (org-export-preprocess-apply-macros): Scan the
17138 expansion of a macro for more macro definitions.
17139
17140 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
17141 invisibility overlay starts on the newline.
17142
17143 2009-10-01 Glenn Morris <rgm@gnu.org>
17144
17145 * org-agenda.el (calendar-check-holidays):
17146 * org-exp.el (org-agenda-skip):
17147 * org-list.el (outline-back-to-heading):
17148 * org-wl.el (wl-summary-goto-folder-subr):
17149 * org.el (iswitchb-mode, remember, remember-buffer-desc)
17150 (remember-finalize, remember-save-after-remembering, remember-register)
17151 (remember-buffer, remember-handler-functions)
17152 (remember-annotation-functions): Remove unused declarations.
17153
17154 * org.el (iswitchb-read-buffer): Fix declaration.
17155
17156 2009-09-30 Glenn Morris <rgm@gnu.org>
17157
17158 * org-compat.el (w32-focus-frame):
17159 * org-exp-blocks.el (R):
17160 * org-exp.el (htmlize-buffer):
17161 * org-protocol.el (server-edit):
17162 * org-table.el (org-format-org-table-html):
17163 * org.el (org-indent-mode): Fix declarations.
17164
17165 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
17166 free variable `fun'.
17167
17168 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
17169
17170 * org-agenda.el (org-agenda-restore-windows-after-quit):
17171 Fix typo in docstring.
17172
17173 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
17174
17175 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
17176 (org-shiftselect-error, org-ctrl-c-ctrl-c):
17177 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
17178 * org-attach.el (org-attach-check-absolute-path):
17179 * org-docbook.el (org-export-as-docbook):
17180 * org-html.el (org-export-as-html):
17181 * org-id.el (org-id-update-id-locations):
17182 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
17183 Fix typos in error messages.
17184
17185 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17186
17187 * org-ascii.el: Require CL for the `loop' macro.
17188
17189 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
17190
17191 * org-gnus.el (require): Wrap (require gnus-sum) into
17192 eval-when-compile.
17193
17194 2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
17195
17196 * org-protocol.el (org-protocol-store-link)
17197 (org-protocol-remember, org-protocol-open-source): Remove autoload
17198 cookies again.
17199
17200 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
17201 referencing the start of the line.
17202
17203 * org-gnus.el: Remove unnecessary declare-function forms.
17204 (gnus-sum): Always require gnus-sum.
17205
17206 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17207
17208 * org-protocol.el (org-protocol-store-link)
17209 (org-protocol-remember, org-protocol-open-source): Add autoloads.
17210
17211 * org-compat.el (org-float-time): New function.
17212
17213 * org.el (org-clock-update-time-maybe)
17214 (org-sort-entries-or-items, org-do-sort)
17215 (org-evaluate-time-range, org-time-string-to-seconds)
17216 (org-closed-in-range): Use `org-float-time'.
17217
17218 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
17219 (org-timer-seconds): Use `org-float-time'.
17220
17221 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
17222 (org-clock-sum, org-dblock-write:clocktable)
17223 (org-clocktable-steps): Use `org-float-time'.
17224
17225 * org-agenda.el (org-agenda-last-marker-time)
17226 (org-agenda-new-marker, org-diary): Use `org-float-time'.
17227
17228 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
17229 function.
17230
17231 * org-exp.el (org-get-file-contents): Only protect lines that
17232 really need it.
17233
17234 * org-html.el (require): Require cl for compilation.
17235
17236 * org.el: Avoid using `default-major-mode'.
17237
17238 * org-plot.el (require): Require CL only at compile time.
17239
17240 * org-exp.el (require): Require CL only at compile time.
17241
17242 * org-agenda.el (org-agenda-quit): When the agenda window is
17243 dedicated, remove other windows before exiting, so that the frame
17244 really will be killed.
17245
17246 * org-exp.el (org-export-handle-include-files): Reset START and
17247 END for each loop cycle.
17248
17249 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17250
17251 * org.el (org-eval-in-calendar):
17252 Use `org-select-frame-set-input-focus'.
17253
17254 * org-compat.el (org-select-frame-set-input-focus): New function.
17255
17256 * org.el (org-update-statistics-cookies): New function.
17257 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
17258
17259 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17260
17261 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
17262 after the local variables are set.
17263
17264 * org-latex.el (org-export-latex-protect-amp): New function.
17265 (org-export-latex-links): Protect link ampersands in tables.
17266
17267 * org-exp.el (org-export-select-backend-specific-text): Match in
17268 two steps, to avoid regexp problems.
17269
17270 * org.el (org-offer-links-in-entry): Improve working with many and
17271 duplicate links.
17272
17273 * org-agenda.el (org-agenda-show-1): Make more consistent with
17274 normal cycling.
17275 (org-agenda-cycle-show): Make more consistent with normal cycling.
17276
17277 * org-gnus.el (org-gnus-store-link): Restore the linking to a
17278 website.
17279
17280 2009-09-02 Bastien Guerry <bzg@gnu.org>
17281
17282 * org-latex.el (org-export-latex-first-lines): Bugfix.
17283
17284 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17285
17286 * org-clock.el (org-clock-modify-effort-estimate): Emit message
17287 about new effort.
17288
17289 * org.el (org-set-effort): New function.
17290 (org-mode-map): New key for effort setting command.
17291
17292 * org-agenda.el (org-agenda): Keep window setup when calling
17293 agenda from within agenda window.
17294 (org-agenda-mode-map): New keys for effort setting commands.
17295 (org-agenda-menu): Add effort setting commands to menu.
17296 (org-agenda-set-property, org-agenda-set-effort): New functions.
17297
17298 * org-latex.el (org-export-latex-tables):
17299 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
17300 the first column has been removed.
17301
17302 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17303
17304 * org.el (org-remove-timestamp-with-keyword): Only remove in
17305 entry, not in subtree.
17306
17307 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
17308 emacs lisp.
17309
17310 * org.el (org-open-at-point): When on headline, offer all strings
17311 in entry.
17312
17313 * org-remember.el (org-remember-templates): Documentation fix.
17314
17315 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
17316 `org-get-last-sibling' instead of the outline versions of these
17317 functions.
17318 (org-get-last-sibling): New function.
17319 (org-refile): Use `org-get-next-sibling' instead of the outline
17320 version of this function.
17321 (org-clean-visibility-after-subtree-move):
17322 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
17323 outline versions of these functions.
17324
17325 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17326
17327 * org-agenda.el (org-prepare-agenda): When creating a new frame
17328 for the agenda, make the window dedicated.
17329
17330 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
17331
17332 * org-table.el (org-table-align): Change the order of reinsertion
17333 and deletion, to avoid problems with overlays following the table.
17334
17335 * org.el (org-parse-time-string): Better error message.
17336 (org-show-subtree): Use org-end-of-subtree.
17337
17338 * org-macs.el (org-goto-line): New defsubst.
17339
17340 * org.el (org-open-file, org-change-tag-in-region)
17341 (org-fast-tag-show-exit): Don't use `goto-line'.
17342
17343 * org-table.el (org-table-align, org-table-insert-column)
17344 (org-table-delete-column, org-table-move-column)
17345 (org-table-sort-lines, org-table-copy-region)
17346 (org-table-paste-rectangle, org-table-wrap-region)
17347 (org-table-get-specials, org-table-rotate-recalc-marks)
17348 (org-table-get-range, org-table-recalculate)
17349 (org-table-edit-formulas, org-table-fedit-convert-buffer)
17350 (org-table-show-reference, org-table-highlight-rectangle):
17351 Don't use `goto-line'.
17352
17353 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
17354 (org-edit-src-exit): Don't use `goto-line'.
17355
17356 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
17357
17358 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
17359 Don't use `goto-line'.
17360
17361 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
17362
17363 * org-colview.el (org-columns, org-columns-redo)
17364 (org-agenda-columns): Don't use `goto-line'.
17365
17366 * org-agenda.el (org-agenda-mode): Force visual line motion off.
17367 (org-agenda-add-entry-text-maxlines): Improve docstring.
17368 (org-agenda-start-with-entry-text-mode): New option.
17369 (org-agenda-entry-text-maxlines): New option.
17370 (org-agenda-entry-text-mode): New variable.
17371 (org-agenda-mode): Set initial value of
17372 `org-agenda-entry-text-mode'.
17373 (org-agenda-mode-map): Add the `E' key.
17374 (org-agenda-menu): Add entry text mode to the menu.
17375 (org-agenda-get-some-entry-text): Fix line count bug.
17376 (org-finalize-agenda): Apply entry text mode if appropriate.
17377 (org-agenda-entry-text-show-here): New function.
17378 (org-agenda-entry-text-show): New function.
17379 (org-agenda-entry-text-hide): New function.
17380 (org-agenda-view-mode-dispatch): Add entry text mode to the view
17381 key menu.
17382 (org-agenda-entry-text-mode): New command.
17383 (org-agenda-set-mode-name): Add entry text mode to the mode line
17384 string.
17385 (org-agenda-undo, org-agenda-get-restriction-and-command)
17386 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
17387 `goto-line'.
17388
17389 2009-09-02 Bernt Hansen <bernt@norang.ca>
17390
17391 * org-clock.el (org-notify): Bugfix.
17392
17393 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17394
17395 * org-agenda.el (org-agenda-open-link): Handle multiple links and
17396 check for after-string.
17397
17398 * org-gnus.el (org-gnus-store-link): Simplify.
17399
17400 * org.el (org-latex-regexps): Don't add extra empty lines for
17401 display formulas.
17402
17403 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17404
17405 * org-agenda.el (org-agenda-get-some-entry-text): New function.
17406 (org-agenda-add-entry-text):
17407 Use `org-agenda-get-some-entry-text'.
17408
17409 * org.el (org-cycle-separator-lines): Update docstring.
17410 (org-cycle-show-empty-lines): Handle negative values for
17411 `org-cycle-show-empty-lines'.
17412
17413 * org-exp.el (org-export-protect-sub-super): New function.
17414 (org-export-normalize-links): Protect the url of plain links from
17415 supscript and superscript processing.
17416
17417 * org-remember.el (org-remember-escaped-%): New function.
17418 (org-remember-apply-template): Use `org-remember-escaped-%' to
17419 detect escaped % signs.
17420
17421 2009-09-02 Bastien Guerry <bzg@gnu.org>
17422
17423 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
17424 sound when showing the notification.
17425
17426 * org-clock.el (org-notify): New function.
17427 (org-clock-notify-once-if-expired): Use `org-notify'.
17428
17429 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
17430 and `gnus-article-mode' separately.
17431 (gnus-summary-article-header): Fix the declare-function.
17432
17433 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17434
17435 * org-exp.el (org-export-format-source-code-or-example):
17436 Translate language.
17437
17438 * org-src.el (org-src-lang-modes): New variable.
17439 (org-edit-src-code): Translate language.
17440
17441 * org-exp.el (org-export-format-source-code-or-example): Deal wit
17442 the new structure of the `org-export-latex-listings-langs'
17443 variable.
17444
17445 * org-latex.el (org-export-latex-listings-langs): Change structure
17446 of the variable from plist to alist.
17447
17448 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17449
17450 * org.el (org-in-commented-line): New function.
17451
17452 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17453
17454 * org.el (org-hide-block-toggle): Make folded blocks searchable.
17455
17456 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
17457
17458 * org.el (org-flag-drawer): More useful error.
17459
17460 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17461
17462 * org-remember.el (org-remember-apply-template):
17463 Use org-icompleting-read.
17464
17465 * org-publish.el (org-publish): Use org-icompleting-read.
17466
17467 * org-colview.el (org-columns-edit-value, org-columns-new)
17468 (org-insert-columns-dblock): Use org-icompleting-read.
17469
17470 * org-attach.el (org-attach-delete-one, org-attach-open):
17471 Use org-icompleting-read.
17472
17473 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17474
17475 * org.el (org-hierarchical-todo-statistics): Improve docstring.
17476 (org-version): Return the version text.
17477 (org-org-menu): Add a menu entry for the new bug reporter.
17478 (org-submit-bug-report): New command.
17479
17480 * org-list.el (org-hierarchical-checkbox-statistics):
17481 Improve docstring.
17482
17483 * org.el (org-emphasis-regexp-components): Add "`" to set of
17484 pre-emphasis characters.
17485
17486 * org-latex.el (org-export-latex-classes): Always include the soul
17487 package.
17488 (org-export-latex-emphasis-alist): Use \st for strikethough.
17489
17490 * org-exp-blocks.el (org-export-blocks-preprocess):
17491 Use `indent-code-rigidly' to indent.
17492
17493 * org-agenda.el (org-agenda-get-restriction-and-command):
17494 Remove properties only if MATCH really is a string.
17495
17496 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17497
17498 * org-latex.el (org-export-latex-packages-alist):
17499 Fix customization type.
17500
17501 * org.el (org-create-formula-image): Also use
17502 `org-export-latex-packages-alist'.
17503
17504 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
17505 (org-export-as-html): Format footnotes correctly.
17506
17507 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17508
17509 * org.el (org-fast-tag-selection): Avoid text properties on tags
17510 in the alist.
17511
17512 * org-agenda.el (org-agenda-get-restriction-and-command):
17513 Avoid text properties on the match element.
17514
17515 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17516
17517 * org.el (org-set-regexps-and-options): Make sure the list of done
17518 keywords is not invalid.
17519
17520 * org-exp.el (org-export-interpolate-newlines): New function.
17521
17522 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17523
17524 * org.el (org-format-latex): Avoid nested overlays.
17525
17526 * org-latex.el (org-export-latex-listings-langs): Add a few more
17527 languages.
17528
17529 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
17530 ignore newlines and space before the first macro argument.
17531
17532 * org-latex.el (org-export-latex-tables): Remove save-excursion
17533 around `org-table-align'.
17534
17535 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17536
17537 * org.el (org-export-html-special-string-regexps):
17538 Definition moved into org.el.
17539
17540 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
17541 in macro calls.
17542
17543 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17544
17545 * org-latex.el (org-export-latex-listings)
17546 (org-export-latex-listings-langs): New options.
17547
17548 * org-exp.el (org-export-format-source-code-or-example):
17549 Use listing package if requested by the user.
17550
17551 2009-09-02 Bastien Guerry <bzg@gnu.org>
17552
17553 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
17554 command before actually switching to a buffer.
17555
17556 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17557
17558 * org-exp.el (org-get-file-contents): Only quote org lines when
17559 the markup is src or example.
17560
17561 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
17562 New option.
17563 (org-agenda-get-day-entries): Remember deadline results and pass
17564 them on into the function getting the scheduling information.
17565 (org-agenda-get-scheduled): Accept deadline results as parameters
17566 and maybe skip some entries.
17567 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
17568
17569 * org.el (org-insert-heading): When respecting content, do not
17570 convert current line to headline.
17571
17572 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
17573 Also cheeeeeck the hd marker.
17574 (org-clock-in): Also set the hd marker.
17575 (org-clock-out): Also set the hd marker.
17576 (org-clock-cancel): Reset markers.
17577
17578 * org.el (org-clock-hd-marker): New marker.
17579
17580 * org-faces.el (org-agenda-clocking): New face.
17581
17582 * org-agenda.el (org-agenda-mark-clocking-task): New function.
17583 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
17584
17585 * org.el (org-modules): Add org-track.el.
17586
17587 * org-agenda.el (org-agenda-bulk-marked-p): New function.
17588 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
17589 Use `org-agenda-bulk-marked-p'.
17590 (org-agenda-bulk-toggle): New command.
17591
17592 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
17593
17594 * org.el (org-move-subtree-down): Hide subtree if it was folded,
17595 not just the body.
17596
17597 * org-remember.el (org-remember-finalize): Avoid buffer-modified
17598 messages.
17599
17600 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17601
17602 * org-html.el (org-export-as-html):
17603 * org-docbook.el (org-export-as-docbook):
17604 Use (default-value 'major-mode) instead of default-major-mode.
17605
17606 2009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
17607
17608 * org-docbook.el: Add arch-tag.
17609
17610 * org-exp-blocks.el: Add arch-tag.
17611
17612 * org-id.el: Add arch-tag.
17613
17614 * org-indent.el: Add arch-tag.
17615
17616 * org-inlinetask.el: Add arch-tag.
17617
17618 * org-protocol.el: Add arch-tag.
17619
17620 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17621
17622 * org.el (org-create-formula-image): Remove the -E option for
17623 dvipng.
17624
17625 * org-exp.el (org-default-export-plist): Respect #+BIND.
17626 (org-export-confirm-letbind): New function.
17627
17628 * org.el (org-paste-subtree): Test the kill ring entry if it is
17629 going to be used.
17630 (org-copy-subtree): Use `org-forward-same-level'.
17631 (org-forward-same-level): Respect the `invisibe-ok' arg for
17632 back-to-heading.
17633
17634 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17635
17636 * org.el (org-table-map-tables): Make sure cursor is back at table
17637 beginning after funcall.
17638
17639 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
17640 handled before children, and do not error if an entry is not
17641 found, probably because it hase been remove when the parent was
17642 archived or refiled.
17643
17644 * org.el (org-ido-completing-read): Accept straight lists for
17645 completion as well as alists.
17646
17647 * org-timer.el (org-timer-cancel-timers): Rename from
17648 `org-timer-cancel-timers'.
17649
17650 * org.el (org-cycle-internal-local): Fix problem with finding next
17651 invisible line.
17652
17653 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17654
17655 * org-list.el (org-list-send-list):
17656 Call `org-list-goto-true-beginning' instead of
17657 `org-list-find-true-beginning', which does not exist.
17658
17659 * org-timer.el (org-timer-reset-timers): Use `mapc'.
17660 (org-timer-set-timer): Do not assign to heading.
17661
17662 * org-id.el (org-id-open): Quote function name.
17663
17664 * org-macs.el (org-unmodified): Turn off recording undo
17665 information while running inside the macro.
17666
17667 * org-table.el (org-table-export): Also work in file-less
17668 buffers.
17669
17670 * org.el (org-startup-indented): New option.
17671 (org-startup-options): Add new options indent and noindent.
17672 (org-unfontify-region): Remove line-prefix and wrap-prefix
17673 properties.
17674 (org-after-demote-entry-hook, org-after-promote-entry-hook):
17675 New hooks.
17676 (org-promote, org-demote): Run the new hooks.
17677
17678 * org-table.el (org-table-align): Replace leading \n as well.
17679
17680 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
17681 and `line-wrap' text properties.
17682
17683 * org-compat.el (org-kill-new): New function.
17684
17685 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
17686 `line-wrap' text properties.
17687
17688 * org-indent.el: New file.
17689
17690 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17691
17692 * org.el (org-provide-todo-statistics): Tweak docstring.
17693
17694 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
17695
17696 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17697
17698 * org-exp.el (org-export-as-org): Insert the "-source" string
17699 before the extension.
17700
17701 * org.el (org-read-date): Make sure the calendar is in the current
17702 frame.
17703 (org-set-emph-re): Remove the ? from the post-match.
17704 (org-emphasis-regexp-components): Add backslash to the
17705 postmatch class.
17706 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
17707 optional so that also lines at the end of the buffers will still
17708 be matched as headlines.
17709
17710 * org-table.el (org-table-error-on-row-ref-crossing-hline):
17711 Variable made obsolete.
17712 (org-table-relative-ref-may-cross-hline): New option.
17713 (org-table-find-row-type): Honow the new option
17714 `org-table-relative-ref-may-cross-hline'.
17715
17716 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17717
17718 * org-table.el (org-table-cut-region, org-table-copy-region):
17719 Work on single field if no active region.
17720
17721 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17722
17723 * org-latex.el (org-export-latex-make-header): Only insert title
17724 if one is defined.
17725
17726 * org.el (org-make-options-regexp): Allow empty values.
17727
17728 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17729
17730 * org.el (org-cycle-internal-local): Improved version of finding
17731 next visible line.
17732 (org-cycle-hide-drawers): Only hide drawers if this is really
17733 necessary.
17734 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
17735 org-version of this function in Org-mode. We use advice to
17736 implement this change, so that future changes to this function in
17737 outline.el wil be handled properly.
17738 (org-forward-same-level, org-backward-same-level): New commands.
17739
17740 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17741
17742 * org.el (org-remove-empty-overlays-at)
17743 (org-clean-visibility-after-subtree-move): New functions.
17744 (org-move-subtree-down): Simplify cleanup of display.
17745
17746 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17747
17748 * org-mac-message.el (org-mac-message-get-links): Improve
17749 docstring. Make argument SELECT-OR-FLAGGED optional, default to
17750 "s". Fix the return value.
17751 (org-mac-message-insert-flagged): Simplify.
17752
17753 * org.el (org-refile-get-location): Tamper with refile history o
17754 that history contains compete matches instead of the entered
17755 string.
17756
17757 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17758
17759 * org.el (org-store-link): Never store a link to an inline task.
17760
17761 * org-footnote.el (org-footnote-goto-local-insertion-point):
17762 Skip inline tasks when positioning footnotes.
17763
17764 * org.el (org-refile): Remove the END line when archiving an
17765 inline task that does have an END line.
17766
17767 * org-archive.el (org-archive-subtree): Remove the END line when
17768 archiving an inline task that does have an END line.
17769
17770 * org-macs.el (org-with-limited-levels): New macro.
17771 (org-get-limited-outline-regexp): New function.
17772
17773 * org-exp.el (org-export-format-source-code-or-example): Fix bug
17774 that did not enumerate first line.
17775 (org-export-mark-radio-links): Skip matches in links.
17776
17777 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17778
17779 * org.el (org-activate-plain-links): Make single-match.
17780 (org-adapt-indentation): Fix docstring.
17781
17782 * org-macs.el (org-unmodified): Turn of modification hooks while
17783 running this macro.
17784
17785 2009-08-06 Bastien Guerry <bzg@gnu.org>
17786
17787 * org.el (org-adapt-indentation): Slightly improve the docstring.
17788 (org-occur): Sends an error when the user inputs an empty string.
17789 (org-priority): Bugfix: the tag alignement should happen within
17790 save-excursion.
17791
17792 2009-08-06 Bastien Guerry <bzg@gnu.org>
17793
17794 * org.el (org-make-link-regexps): Don't exclude parentheses from
17795 `org-plain-link-re'.
17796 (org-cycle-internal-local): When locally cycling, switch directly
17797 from CHILDREN to FOLDED if there is no subtree.
17798 (org-cycle): Update the docstring to document the new behavior of
17799 `org-cycle-internal-local'.
17800
17801 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
17802
17803 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
17804 an abbreviated format for days.
17805
17806 2009-08-06 Bastien Guerry <bzg@gnu.org>
17807
17808 * org-protocol.el (org-protocol-default-template-key):
17809 New option.
17810
17811 * org.el (org-refile): Bugfix: save-excursion before reading the
17812 refile target, otherwise cursor moves might confuse `org-refile'.
17813
17814 * org.el (org-toggle-heading): Bugfix: correctly convert list
17815 items before the first headline.
17816
17817 * org.el (org-provide-todo-statistics): Allow a list of TODO
17818 keywords to compute statistics against headlines containing a
17819 keyword from this list.
17820 (org-update-parent-todo-statistics): Possibly use the new allowed
17821 value of `org-provide-todo-statistics'.
17822
17823 2009-08-06 Bastien Guerry <bzg@gnu.org>
17824
17825 * org-timer.el: Add autoload cookie.
17826
17827 * org.el (org-occur-link-in-agenda-files): New function.
17828
17829 * org-timer.el (org-timer-last-timer): New variable.
17830
17831 * org-agenda.el (org-agenda-mode-map): New key for
17832 org-timer-set-timer called from the agenda.
17833
17834 * org.el (org-mode-map): New key for org-timer-set-timer.
17835
17836 * org-timer.el (org-timer-reset-timers)
17837 (org-timer-show-remaining-time, org-timer-set-timer):
17838 New functions.
17839
17840 * org-clock.el (org-show-notification): Update the docstring.
17841
17842 * org.el (org-provide-todo-statistics): Allow new value
17843 'all-headlines for this option, which includes entries with no
17844 TODO keywords in the todo statistics.
17845 (org-update-parent-todo-statistics): Possibly use the new
17846 'all-headline value from `org-provide-todo-statistics'.
17847
17848 2009-08-06 Bastien Guerry <bzg@gnu.org>
17849
17850 * org-clock.el (org-dblock-write:clocktable): Add a new option
17851 :timestamp which allows display of timestamps in clock reports.
17852
17853 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
17854 list to a subtree, preserving the structure of the list.
17855 (org-set-emph-re): Make the last element optional in the regexp.
17856 This regexp now matches an emphasized string at the end of a line.
17857
17858 * org-list.el (org-list-goto-true-beginning)
17859 (org-list-make-subtree, org-list-make-subtrees): New functions.
17860
17861 * org.el (org-eval-in-calendar): Select the right frame.
17862 (org-save-frame-excursion): Remove this macro.
17863
17864 2009-08-06 Bastien Guerry <bzg@gnu.org>
17865
17866 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
17867 trying to find the beginning of a list.
17868
17869 * org-exp.el (org-get-file-contents): Use a new argument: markup.
17870 When present, tell org-get-file-contents not to protect org-like
17871 lines.
17872
17873 * org-id.el (org-id-uuid-program): New option to set the name of
17874 the uuidgen program.
17875 (org-id-method): Use `org-id-uuid-program'.
17876 (org-id-new): Use `org-id-uuid-program'.
17877
17878 2009-08-06 Bastien Guerry <bzg@gnu.org>
17879
17880 * org-exp.el (org-export-number-lines): Allow whitespace in code
17881 references. Allow the -r switch to remove the references in the
17882 source code even when the lines are not numbered: the labels can
17883 be explicit enough.
17884
17885 * org.el (org-fontify-whole-heading-line): New option.
17886 (org-set-font-lock-defaults): Use the new option.
17887
17888 * org-clock.el (org-show-notification-handler): New option.
17889 (org-show-notification): Use the new option.
17890
17891 2009-08-06 Bastien Guerry <bzg@gnu.org>
17892
17893 * org.el (org-eval-in-calendar): Fix a bug about calendar
17894 navigation when `calendar-setup' value is 'calendar-only.
17895
17896 2009-08-06 Bastien Guerry <bzg@gnu.org>
17897
17898 * org.el (orgstruct++-mode): Fix typo in docstring.
17899 (org-insert-link): Clean up: (or (...)) => (...)
17900 (org-insert-link): Use TAB for stored links completion.
17901
17902 2009-08-06 Bastien Guerry <bzg@gnu.org>
17903
17904 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
17905 building the list of targets.
17906
17907 * org-remember.el (org-remember-delete-empty-lines-at-end):
17908 New option.
17909 (org-remember-handler): Use the new option.
17910
17911 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
17912
17913 * org.el (org-tags-sort-function): New option for sorting tags.
17914 (org-set-tags): Use the new option to sort tags.
17915
17916 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
17917 premature deletion of the data when using org-plot in a script.
17918
17919 2009-08-06 Bastien Guerry <bzg@gnu.org>
17920
17921 * org-clock.el (org-clock-in-prepare-hook): New hook.
17922 (org-clock-in): Use this new hook.
17923
17924 2009-08-06 Bastien Guerry <bzg@gnu.org>
17925
17926 * org.el (org-special-ctrl-a/e): Explicitly bind the value
17927 'reversed for this option to the "true line boundary first"
17928 behavior.
17929 (org-tags-match-list-sublevels): Document the 'indented value for
17930 this variable.
17931
17932 * org-latex.el (org-export-latex-first-lines): Fix problem with
17933 publishing the region.
17934
17935 * org-exp.el (org-export-format-source-code-or-example):
17936 Fix bad line numbering when exporting examples in HTML.
17937
17938 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
17939
17940 * org-colview.el (org-format-time-period): Formats a time in
17941 fractional days as days, hours, mins, seconds.
17942 (org-columns-display-here): Add special handling for SINCE and
17943 SINCE_IA to format for display.
17944
17945 * org.el (org-time-since): Add a function to get the time since an
17946 org timestamp.
17947 (org-entry-properties): Add two new special properties: SINCE and
17948 SINCE_IA. These give the time since any active or inactive
17949 timestamp in an entry.
17950 (org-special-properties): Add SINCE, SINCE_IA.
17951 (org-tags-sort-function): Add custom declaration for tags
17952 sorting function.
17953 (org-set-tags): Sort tags if org-tags-sort-function is set.
17954
17955 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17956
17957 * org-clock.el (org-clock-goto): Find hidden headlines as well.
17958
17959 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
17960
17961 * org-plot.el (org-plot/add-options-to-plist): Add timeind
17962 option.
17963
17964 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17965
17966 * org-publish.el (org-publish-remove-all-timestamps): New function.
17967 (org-publish-all): Remove all timestamp files if `org-publish-all'
17968 is called with a prefix argument.
17969
17970 * org-list.el (org-indent-item): Fix typo.
17971 (org-item-indent-positions): Normalize ordered bullet.
17972
17973 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17974
17975 * org-macs.el (org-set-local): Make a local variable, do not make
17976 the variable buffer-local!
17977
17978 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
17979
17980 * org-exp.el (org-infile-export-plist): Read BIND lines.
17981 (org-install-letbind): New function.
17982 (org-export-as-org, org-export-preprocess-string):
17983 Call `org-install-letbind'.
17984
17985 * org-list.el (org-list-demote-modify-bullet): New option.
17986 (org-first-list-item-p): Save point.
17987 (org-fix-bullet-type): New optional argument FORCE-BULLET.
17988 (org-indent-item): Honor `org-list-demote-modify-bullet'.
17989 (org-item-indent-positions): Return bullet types along with
17990 indentation.
17991
17992 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17993
17994 * org.el (org-show-entry): Hide drawers.
17995
17996 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
17997
17998 * org-footnote.el (org-footnote-auto-adjust): New option.
17999 (org-footnote-auto-adjust-maybe): New function.
18000 (org-footnote-new, org-footnote-delete):
18001 Call `org-footnote-auto-adjust-maybe'.
18002
18003 * org.el (org-startup-options): Add new footnote-related
18004 keywords.
18005
18006 * org-publish.el (org-publish-timestamp-filename): Additional
18007 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
18008 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
18009 TRUE-PUB-DIR. Pass them through to
18010 `org-publish-timestamp-filename'.
18011 (org-publish-update-timestamp): Additional arguments PUB-DIR and
18012 PUB-FUNC, which are included in the hash.
18013 (org-publish-file): Delay timestamp test until the publishing
18014 function is known.
18015
18016 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18017
18018 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
18019 setting the deadline.
18020
18021 * org.el (org-read-date-final-answer): New variable.
18022 (org-read-date): Store the final answer string, including the date
18023 from the calendar, for reuse by agenda bulk commands.
18024
18025 * org-publish.el (org-publish-attachment): Fix publishing of
18026 attachments.
18027
18028 * org-latex.el (org-export-latex-quotation-marks): Fix export of
18029 quotation makrs in parenthesis.
18030 (org-remove-initial-hash): New function.
18031 (org-export-latex-preprocess): Fix bug with infinite loop if
18032 environment is not properly closed.
18033
18034 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
18035 when indented.
18036
18037 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
18038 highlight also when indented.
18039
18040 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18041
18042 * org-footnote.el (org-footnote-renumber-fn:N): New command.
18043 (org-footnote-action): Offer renumbering.
18044
18045 * org.el (org-cycle): Honor the `integrate' value of
18046 org-cycle-include-plain-lists'.
18047
18048 * org-list.el (org-cycle-include-plain-lists): New allowed value
18049 `internal'. Improve the docstring.
18050
18051 * org.el (org-set-autofill-regexps): Improve the paragraph-start
18052 regexp to work better with LaTeX commands.
18053
18054 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18055
18056 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
18057 and eps extensions.
18058
18059 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18060
18061 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
18062 loaded.
18063
18064 * org.el (org-map-entries): No longer force
18065 `org-tags-match-list-sublevels' to t during a todo-only tags
18066 search.
18067
18068 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18069
18070 * org-latex.el (org-export-latex-low-levels): Allow user-defined
18071 environment.
18072 (org-export-latex-subcontent): Handle user-defined environment.
18073
18074 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
18075 the View dispatcher.
18076
18077 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
18078 `make-overlay'.
18079
18080 * org-latex.el (org-export-as-pdf): Protect match data during call
18081 to shell-quote-argument.
18082
18083 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
18084 (org-agenda-view-mode-dispatch): New function.
18085
18086 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18087
18088 * org-agenda.el (org-agenda-mode): Reset list of marks.
18089 (org-agenda-mode-map): Define new keys for refile and bulk action.
18090 (org-agenda-menu): Add menu itesm for refile and bulk action.
18091 (org-agenda-refile): New function.
18092 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
18093 (org-agenda-marked-entries): New variable.
18094 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
18095 (org-agenda-remove-all-bulk-action-marks)
18096 (org-agenda-bulk-action): New functions/commands.
18097
18098 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18099
18100 * org-exp.el (org-get-file-contents): Protect org-like lines in
18101 included files.
18102 (org-export-format-source-code-or-example): Remove newlines.
18103
18104 * org-latex.el (org-export-latex-links): Check for no-description
18105 marking.
18106
18107 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
18108 argument separator back to comma.
18109 (org-export-normalize-links): Mark links without description.
18110
18111 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18112
18113 * org-exp.el (org-infile-export-plist): Fix bug in macro
18114 processing.
18115
18116 * org-agenda.el (org-agenda-clock-out): Update line after clocking
18117 out.
18118 (org-agenda-highlight-todo): Fix bug with highlighting.
18119
18120 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18121
18122 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
18123 new alignment strings.
18124
18125 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
18126 command list.
18127 (org-table-align): Check for forced align type.
18128
18129 * org.el (org-self-insert-command): Add yas/expand to command
18130 list.
18131
18132 * org-clock.el (org-clock-in-hook): New hook.
18133 (org-clock-in): Run `org-clock-in-hook.
18134 (org-clock-out-hook): New hook.
18135 (org-clock-out): Run `org-clock-out-hook.
18136 (org-clock-cancel-hook): New hook.
18137 (org-clock-cancel): Run `org-clock-cancel-hook.
18138 (org-clock-goto-hook): New hook.
18139 (org-clock-goto): Run `org-clock-goto-hook.
18140
18141 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18142
18143 * org.el (org-store-link): Better default description for link to
18144 Org-mode headline.
18145
18146 * org-exp.el (org-export-generic): Autoload the generic exporter
18147 function.
18148 (org-export): Implement the `g' key for the generic exporter.
18149
18150 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18151
18152 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
18153 and for zbacktab'.
18154
18155 * org-exp.el (org-infile-export-plist): Get macros also from
18156 #+SETUPFILE.
18157
18158 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18159
18160 * org-colview.el (org-columns-capture-view): Protect vertical bars
18161 in column values.
18162 (org-columns-capture-view): Exclude comment and archived trees.
18163
18164 * org.el (org-quote-vert): New function.
18165
18166 * org-latex.el (org-export-latex-verbatim-wrap): New option.
18167
18168 * org-exp.el (org-export-format-source-code-or-example):
18169 Use `org-export-latex-verbatim-wrap'.
18170
18171 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
18172 time stamps.
18173
18174 2009-08-06 Eric Schulte <schulte.eric@gmail.com>
18175
18176 * org-exp-blocks.el: New file.
18177
18178 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18179
18180 * org-remember.el (org-remember-templates): Allow the headline
18181 element to be a function.
18182 (org-remember-apply-template): If the headline is a function, call
18183 it to get the true function.
18184
18185 * org-clock.el (org-clock-menu): New function.
18186 (org-clock-update-mode-line): Update help string.
18187 (org-clock-modify-effort-estimate): New function.
18188 (org-clock-mark-default-task): New function.
18189
18190 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
18191 minutes as input.
18192 (org-org-menu): Add new clocking stuff.
18193 (org-clock-is-active): New function.
18194
18195 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18196
18197 * org.el (org-open-non-existing-files): Improve docstring.
18198
18199 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18200
18201 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
18202 New option.
18203 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
18204
18205 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
18206
18207 * org-list.el (org-get-checkbox-statistics-face): Use the new
18208 faces.
18209
18210 * org-faces.el (org-checkbox-statistics-todo)
18211 (org-checkbox-statistics-done): New faces.
18212
18213 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18214
18215 * org-latex.el (org-export-latex-use-verb): New variable.
18216 (org-export-latex-emph-format): Prefer \texttt over \verb when
18217 org-export-latex-use-verb is set.
18218
18219 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18220
18221 * org-remember.el (org-remember-handler): Abort remember if the
18222 buffer is empty.
18223
18224 * org-exp.el (org-export-format-source-code-or-example):
18225 Run `org-src-mode-hook'.
18226
18227 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18228
18229 * org.el (org-indent-line-function): Fix indentation of +#end lines.
18230
18231 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
18232
18233 * org-gnus.el (org-gnus-store-link): Require message.el in
18234 org-gnus-store-link.
18235
18236 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18237
18238 * org-src.el: New file, split out of org.el.
18239
18240 * org-macs.el (org-replace-match-keep-properties): New function.
18241
18242 * org-exp.el (org-export-mark-blockquote-verse-center):
18243 Better preprocessing of center and quote and verse blocks.
18244
18245 * org-list.el (org-list-end): Respect the stored "original"
18246 indentation when determining the end of the list.
18247
18248 * org-exp.el (org-export-replace-src-segments-and-examples):
18249 Remember indentation correctly.
18250
18251 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18252
18253 * org-clock.el (org-clock-update-mode-line): Apply face
18254 org-mode-line-clock.
18255
18256 * org-faces.el (org-mode-line-clock): New face.
18257
18258 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
18259
18260 * org-gnus.el (org-gnus-store-link): Fix bug where
18261 `org-gnus-store-link' used wrong subject when called in an article
18262 buffer. Patch provided by fengli AT gmail DOT com.
18263
18264 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18265
18266 * org-exp.el (org-export-format-source-code-or-example):
18267 Remember the original indentation of source code snippets and examples.
18268
18269 * org-latex.el (org-export-as-latex): Relocate the table of
18270 contents.
18271
18272 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
18273
18274 * org-agenda.el (org-run-agenda-series): Scope global options also
18275 when creating the agenda buffer.
18276
18277 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18278
18279 * org.el (org-adapt-indentation): Improve documentation.
18280 (org-insert-property-drawer): Respect org-adapt-indentation when
18281 inserting the drawer.
18282 (org-remove-flyspell-overlays-in): New function.
18283 (org-do-emphasis-faces, org-activate-plain-links)
18284 (org-activate-code, org-fontify-meta-lines-and-blocks)
18285 (org-activate-angle-links, org-activate-footnote-links)
18286 (org-activate-bracket-links, org-activate-dates)
18287 (org-activate-target-links, org-activate-tags): Remove flyspell
18288 overlays.
18289
18290 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18291
18292 * org.el (org-edit-src-save): New function.
18293
18294 * org-clock.el (org-clock-out-switch-to-state): New option.
18295 (org-clock-out): Honor `org-clock-out-switch-to-state'.
18296
18297 * org-compat.el (org-compatible-face): Improve macro.
18298
18299 * org.el (org-global-properties-fixed): Add default for
18300 CLOCK_MODELINE_TOTAL.
18301
18302 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
18303 and tend.
18304 (org-clock-sum-current-item): Optional argument TSTART, pass it to
18305 org-clock-sum.
18306 (org-clock-get-sum-start): New function.
18307
18308 * org.el (org-startup-options): New keywords blockhide and
18309 blockshow.
18310 (org-mode): Add new invisibility spec.
18311 (org-set-startup-visibility): Hide block on startup if so
18312 desired.
18313 (org-hide-block-startup): New option.
18314 (org-block-regexp): New constant.
18315 (org-hide-block-overlays): New variable.
18316 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
18317 (org-show-block-all, org-hide-block-toggle-maybe)
18318 (org-hide-block-toggle): New functions.
18319 (org-edit-src-exit): Do not quote lines starting with # and no +
18320 behind it.
18321 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
18322 entry.
18323
18324 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18325
18326 * org.el (org-buffer-property-keys): Add Effort property for
18327 completion.
18328
18329 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18330
18331 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
18332 when retrieving total clocked time in the subtree.
18333
18334 * org.el (org-quoting-blocks): New variable.
18335
18336 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18337
18338 * org-table.el (org-table-store-formulas)
18339 (org-table-get-stored-formulas, org-table-fix-formulas)
18340 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
18341 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
18342
18343 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
18344 Allow indented #+TBLFM line.
18345
18346 * org-footnote.el (org-footnote-goto-local-insertion-point):
18347 Allow indented #+TBLFM line.
18348
18349 * org-colview.el (org-dblock-write:columnview): Allow indented
18350 #+TBLFM line.
18351
18352 * org-clock.el (org-dblock-write:clocktable): Allow indented
18353 #+TBLFM line.
18354
18355 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18356
18357 * org-exp.el (org-export-format-source-code-or-example):
18358 Make editing indented blocks work correctly.
18359
18360 * org.el (org-edit-src-nindent): New variable.
18361 (org-edit-src-code, org-edit-fixed-width-region)
18362 (org-edit-src-find-region-and-lang, org-edit-src-exit):
18363 Make editing indented blocks work correctly.
18364
18365 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18366
18367 * org-exp.el (org-export-replace-src-segments-and-examples):
18368 Find indented blocks.
18369 (org-export-format-source-code-or-example): Fix indentation of
18370 blocks.
18371 (org-export-remove-indentation): New function.
18372 (org-export-select-backend-specific-text): Allow backend-specific
18373 code to be indented.
18374 (org-export-mark-blockquote-verse-center): Allow markers to be
18375 indented.
18376
18377 * org.el (org-fontify-meta-lines): New function.
18378 (org-set-font-lock-defaults): Call the new fontification
18379 function.
18380
18381 * org-faces.el (org-meta-line): New face.
18382 (org-block): New face.
18383
18384 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18385
18386 * org.el (org-treat-insert-todo-heading-as-state-change)
18387 (org-treat-S-cursor-todo-selection-as-state-change):
18388 New variables.
18389 (org-insert-todo-heading):
18390 Honor `org-treat-insert-todo-heading-as-state-change'.
18391 (org-shiftright, org-shiftleft):
18392 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
18393 (org-inhibit-logging): New variable.
18394
18395 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18396
18397 * org-agenda.el (org-remove-subtree-entries-from-agenda):
18398 Reduce range for marker position checking.
18399
18400 * org-latex.el (org-export-latex-first-lines): Fix bug when
18401 exporting a region.
18402
18403 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18404
18405 * org-exp.el (org-export-push-to-kill-ring): Protect using
18406 x-set-selection, because that does not always work.
18407
18408 * org-agenda.el (org-agenda-list): Apply the new face
18409 `org-agenda-date-today'.
18410
18411 * org-faces.el (org-agenda-date-today): New face.
18412
18413 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18414
18415 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
18416 creating appointments.
18417
18418 * org-latex.el (org-export-latex-low-levels): Fix customization
18419 type.
18420
18421 * org.el (org-priority, org-shiftup, org-shiftdown):
18422 Disable priority commands.
18423
18424 * org-agenda.el (org-agenda-priority): Disable priority commands.
18425
18426 * org.el (org-enable-priority-commands): New option.
18427
18428 * org-colview.el (org-columns-compute)
18429 (org-columns-number-to-string): Fix problems with empty fields.
18430
18431 * org-exp.el (org-export-push-to-kill-ring): New function.
18432 (org-export-copy-to-kill-ring): New option.
18433
18434 * org-latex.el (org-export-as-latex):
18435 Call `org-export-push-to-kill-ring'.
18436
18437 * org-exp.el (org-export-show-temporary-export-buffer):
18438 New option.
18439
18440 * org-latex.el (org-export-as-latex):
18441 Use `org-export-show-temporary-export-buffer'.
18442
18443 * org-exp.el (org-export-show-temporary-export-buffer):
18444 New option.
18445 (org-export-push-to-kill-ring): New function.
18446
18447 * org-colview.el (org-columns-compile-map): New variable.
18448 (org-columns-new, org-columns-compute)
18449 (org-columns-number-to-string, org-columns-uncompile-format)
18450 (org-columns-compile-format): Implement new operators.
18451
18452 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18453
18454 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
18455
18456 * org-list.el (org-update-checkbox-count): Make property
18457 dependent.
18458
18459 * org.el (org-hierarchical-todo-statistics): New option.
18460 (org-update-parent-todo-statistics): Modify to handle recursive
18461 statistics.
18462
18463 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18464
18465 * org-publish.el (org-publish): Make this function behave
18466 correctly in interactive use when called with a prefix argument.
18467
18468 * org.el (org-todo-statistics-hook): New hook.
18469 (org-update-parent-todo-statistics): Use new hook.
18470 (org-log-into-drawer): New function.
18471 (org-add-log-setup): Use the new `org-log-into-drawer' function to
18472 determine if we should be logging into a drawer.
18473 (org-log-into-drawer): Update docstring.
18474 (org-default-properties): Add LOG_INTO_DRAWER as a property.
18475
18476 * org-list.el (org-checkbox-statistics-hook): New hook.
18477 (org-update-checkbox-count-maybe): Use new hook.
18478
18479 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18480
18481 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
18482 better buffer-generating mechanism.
18483 (org-edit-src-find-buffer): New function.
18484
18485 * org-icalendar.el (org-print-icalendar-entries): Don't check for
18486 archive tag, this is already done by `org-agenda-skip'.
18487 data while constructing lost of tags.
18488
18489 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18490
18491 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
18492 as argument separator in macros.
18493
18494 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18495
18496 * org.el (org-after-sorting-entries-or-items-hook): New hook.
18497 (org-sort-entries-or-items): Run the new hook.
18498 (org-after-refile-insert-hook): New hook.
18499 (org-refile): Run `org-after-refile-insert-hook'.
18500
18501 * org-agenda.el (org-agenda-get-progress): Never take time of day
18502 from headline when displaying progress.
18503
18504 * org-latex.el (org-export-latex-complex-heading-re): New variable.
18505 (org-export-as-latex): Force the correct regexp in the
18506 preprocessor buffer.
18507 (org-export-latex-set-initial-vars):
18508 Set `org-export-latex-complex-heading-re'.
18509
18510 * org-agenda.el (org-agenda-start-with-log-mode): New option.
18511 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
18512
18513 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18514
18515 * org-latex.el (org-export-latex-tables-centered): New option.
18516 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
18517
18518 * org-exp.el (org-export-as-org): New command.
18519 (org-export-as-org): New command.
18520
18521 * org-publish.el (org-publish-org-to-org): New function.
18522
18523 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18524
18525 * org.el (org-yank): Just call `org-yank-generic'.
18526 (org-yank-generic): New function, containing the formaer
18527 functionality of `org-yank'.
18528
18529 * org-latex.el (org-export-latex-not-done-keywords)
18530 (org-export-latex-done-keywords): New variables.
18531 (org-export-latex-todo-keyword-markup): New option.
18532 (org-export-latex-set-initial-vars): Remember the TODO keywords.
18533 (org-export-latex-keywords-maybe): Apply the TODO markup.
18534
18535 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18536
18537 * org-exp.el (org-infile-export-plist): Add more default macros.
18538 (org-export-preprocess-apply-macros): Process macro arguments.
18539
18540 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18541
18542 * org-icalendar.el (org-icalendar-include-todo): New allowed value
18543 `unblocked'.
18544 (org-print-icalendar-entries): Respect the new value of
18545 `org-icalendar-include-todo'.
18546
18547 * org.el (org-link-try-special-completion)
18548 (org-file-complete-link): New functions.
18549 (org-insert-link): Add special completion support for some link
18550 types.
18551
18552 * org-bbdb.el (org-bbdb-complete-link): New function.
18553
18554 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18555
18556 * org-list.el (org-update-checkbox-count): Allow recursive
18557 statistics.
18558 (org-hierarchical-checkbox-statistics): New option.
18559
18560 * org.el (org-cycle): Remove erraneous space character.
18561
18562 * org-icalendar.el (org-icalendar-timezone): Initialize from
18563 environment.
18564
18565 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18566
18567 * org.el (org-autoload): Fix autoloading of ascii export
18568 functions.
18569 (org-modules): Add org-special-blocks.
18570
18571 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18572
18573 * org-icalendar.el (org-start-icalendar-file): Use the new option.
18574 (org-ical-timezone): New option.
18575
18576 * org-exp.el (org-export-get-coderef-format): Use the description
18577 is present.
18578
18579 * org.el (org-sort-entries-or-items): Improve docstring, and make
18580 better implementation for time sorting.
18581
18582 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18583
18584 * org.el (org-edit-src-persistent-message): New option.
18585 (org-edit-src-code, org-edit-fixed-width-region): Use the new
18586 option.
18587
18588 * org-clock.el (org-clock-insert-selection-line): Fix prefious
18589 patch.
18590
18591 * org.el (org-edit-src-code, org-edit-fixed-width-region):
18592 Use separate buffer instead of indirect buffer to edit source code.
18593 (org-edit-src-exit): Make this function work with the new setup.
18594
18595 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
18596 are properly fontified before shown in the selection menu.
18597
18598 * org.el (org-fontify-like-in-org-mode): New function.
18599
18600 * org-latex.el (org-export-latex-links): Use the property list to
18601 retrieve the default image attributes.
18602
18603 * org-exp.el (org-export-plist-vars): Add a new option.
18604
18605 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18606
18607 * org-exp.el (org-export, org-export-visible): Support ASCII
18608 export to buffer.
18609 (org-export-normalize-links): Do not protect the description if it
18610 is explicitly given.
18611
18612 * org-list.el (org-reset-checkbox-state-subtree): Move here from
18613 org-checklist.el.
18614 (org-reset-checkbox-state-subtree):
18615 Call `org-reset-checkbox-state-subtree'.
18616
18617 * org-remember.el (org-select-remember-template): For the
18618 selection of a valid template.
18619
18620 * org-latex.el (org-export-region-as-latex): Supply the
18621 force-no-subtree argument.
18622 (org-export-as-latex): Provide better limits when exporting the
18623 first line. When exporting to string, we still want the first
18624 lines.
18625 (org-export-latex-first-lines): New argument END, to force the end
18626 of the region.
18627 (org-export-region-as-latex): Use the property list.
18628 (org-export-as-latex): ????
18629
18630 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18631
18632 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
18633 (org-export-latex-preprocess): Run the new hook.
18634
18635 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
18636 (org-export-preprocess-string): Run the new hook.
18637
18638 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18639
18640 * org-macs.el (org-check-external-command): New defsubst.
18641
18642 * org.el (org-mode-map): New key for reload.
18643 (org-format-latex): Better error message when external programs
18644 are not available.
18645
18646 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
18647
18648 * org.el (org-sort-entries-or-items): Explicit sorting function
18649 for priorities, needed for XEmacs compatibility.
18650
18651 * org-remember.el (org-remember-apply-template): Improve auto-save
18652 behavior.
18653
18654 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18655
18656 * org-latex.el (org-export-latex-preprocess): Also protect
18657 environments ending in a star.
18658
18659 * org-list.el (org-at-item-p): Fix regular expression.
18660
18661 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18662
18663 * org.el (org-end-of-subtree): Improve speed.
18664
18665 * org-agenda.el (org-agenda-get-timestamps)
18666 (org-agenda-get-progress, org-agenda-get-deadlines)
18667 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
18668 in particular, wait as long as possible to collect the tags.
18669 (org-stuck-projects): Improve docstring.
18670
18671 * org.el (org-store-link): No errors when getting custom id before
18672 first headline.
18673 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
18674
18675 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18676
18677 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
18678
18679 * org-protocol.el: Remove dependency on url.el.
18680 (org-protocol-unhex-compound, org-protocol-open-source):
18681 Remove dependency on url.el.
18682
18683 * org-latex.el (org-export-as-pdf):
18684 Use `org-latex-to-pdf-process'.
18685
18686 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18687
18688 * org-latex.el (org-latex-to-pdf-process): New option.
18689
18690 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
18691 New option.
18692 (org-agenda-get-timestamps):
18693 Honor `org-agenda-skip-additional-timestamps-same-entry'.
18694
18695 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
18696 (org-clock-goto): Find recent task only if
18697 `org-clock-goto-may-find-recent-task' allows it.
18698
18699 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
18700 drawers, and drawers that are missing the :END: line.
18701
18702 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18703
18704 * org-clock.el (org-clock-goto): Go to recently clocked task if no
18705 clock is running.
18706
18707 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18708
18709 * org.el (org-update-parent-todo-statistics): Check for
18710 STATISTICS_FROM property.
18711
18712 * org-list.el (org-update-checkbox-count): Check for
18713 STATISTICS_FROM property.
18714
18715 * org.el (org-tab-first-hook)
18716 (org-tab-after-check-for-table-hook)
18717 (org-tab-after-check-for-cycling-hook): New hooks.
18718 (org-cycle-internal-global, org-cycle-internal-local):
18719 New functions, split out from `org-cycle'.
18720 (org-cycle): Call the new hooks.
18721
18722 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18723
18724 * org-exp.el (org-export-preprocess-string): Reset the list of
18725 preferred targets for each run of the preprocessor.
18726
18727 * org.el (org-refile-target-verify-function):
18728 Improve documentation.
18729 (org-get-refile-targets): Respect point being moved by the
18730 verification function.
18731
18732 * org-latex.el (org-export-latex-timestamp-keyword-markup):
18733 New option.
18734 (org-export-latex-keywords): Use new option.
18735
18736 * org.el (org-rear-nonsticky-at): New defsubst.
18737 (org-activate-plain-links, org-activate-angle-links)
18738 (org-activate-footnote-links, org-activate-bracket-links)
18739 (org-activate-dates, org-activate-target-links)
18740 (org-activate-tags): Place the rear-nonsticky properties at the
18741 correct location.
18742
18743 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18744
18745 * org-protocol.el (server-edit): Declare `server-edit'.
18746 (org-protocol-unhex-string, org-protocol-unhex-compound):
18747 New functions.
18748 (org-protocol-check-filename-for-protocol): Call `server-edit'.
18749
18750 * org.el (org-default-properties): New default properteis for
18751 completion.
18752
18753 * org-exp.el (org-export-add-subtree-options): Add new properties
18754 for subtree export.
18755
18756 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18757
18758 * org-id.el (org-id-get-with-outline-path-completion): Turn off
18759 org-refile-target-verify-function for the duration of the command.
18760
18761 * org.el (org-link-to-org-use-id): New possible value
18762 `create-if-interactive-and-no-custom-id'.
18763 (org-store-link): Use custom IDs.
18764 (org-link-search): Find custom ID properties from #link.
18765 (org-default-properties): Add CUSTOM_ID for property completion.
18766 (org-refile-target-verify-function): New option.
18767 (org-goto): Turn off org-refile-target-verify-function
18768 for the duration of the command.
18769
18770 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18771
18772 * org-exp.el (org-export-preferred-target-alist): New variable.
18773 (org-export-define-heading-targets): Find the new CUSTOM_ID
18774 property.
18775 (org-export-target-internal-links): Target the custom ids when
18776 possible.
18777
18778 * org-latex.el (org-export-latex-preprocess): Better regexp for
18779 matching latex macros with arguments.
18780
18781 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18782
18783 * org-remember.el (org-remember-handler): Allow filing to non-org
18784 files.
18785
18786 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
18787
18788 * org-table.el (org-table-fix-formulas): Do not change references
18789 to remote tables.
18790 (org-table-get-remote-range): Convert standard coordinates to RC
18791 format.
18792
18793 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
18794
18795 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18796
18797 * org-compat.el (org-sha1-string): Function removed.
18798
18799 * org.el (org-refile-allow-creating-parent-nodes): New option.
18800 (org-refile-get-location): New argument NEW-NODES.
18801 (org-refile): Call `org-refile-get-location' with the new
18802 argument.
18803 (org-refile-get-location): Arrange for adding a new child.
18804 (org-refile-new-child): New function.
18805
18806 * org-clock.el: Fix a number of docstrings.
18807 (org-clock-find-position): New argument
18808 FIND-UNCLOSED to make the function find an unclosed clock in the
18809 entry.
18810 (org-clock-in): Call `org-clock-find-position' with the new
18811 argument if we might be resuming a clock.
18812
18813 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18814
18815 * org-latex.el (org-export-latex-display-custom-times): New variable.
18816 (org-export-latex-timestamp-markup): New option.
18817 (org-export-latex-set-initial-vars): Remember the local value of
18818 `org-display-custom-times'.
18819 (org-export-latex-content): Process time stamps.
18820 (org-export-latex-time-stamps): New function.
18821
18822 * org-macs.el (org-maybe-intangible): Add intangible property
18823 again to invisible text.
18824
18825 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18826
18827 * org-exp.el (org-default-export-plist): Handle undefined
18828 variables.
18829
18830 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18831
18832 * org.el (org-sort-entries-or-items): Match TODO keywords
18833 case-sensitively, when sorting.
18834 (org-priority): Do not match TODO keywords with wrong case.
18835
18836 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18837
18838 * org.el (org-todo): Honor the NOBLOCKING property.
18839
18840 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
18841 NOBLOCKING property.
18842
18843 * org.el (org-scan-tags): Fix bug in tag scanner.
18844
18845 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18846
18847 * org.el (org-modules): Mark obsolete packages.
18848
18849 * org-html.el: New file, split out from org-exp.el.
18850
18851 * org-icalendar.el: New file, split out from org-exp.el.
18852
18853 * org-xoxo.el: New file, split out from org-exp.el.
18854
18855 * org-ascii.el: New file, split out from org-exp.el.
18856
18857 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18858
18859 * org-compat.el (org-find-library-name): New function.
18860
18861 * org.el (org-pre-cycle-hook): New hook.
18862 (org-cycle): Call the new hook in appropriate places.
18863 (org-reload): Only reload files that have been loaded before.
18864
18865 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18866
18867 * org.el (org-set-font-lock-defaults): Enforxe space or line end
18868 after todo keyword.
18869 (org-todo): When changing TODO state, do matching
18870 case-sensitively.
18871 (org-map-continue-from): New variable.
18872 (org-scan-tags): Respect values in `org-map-continue-from'.
18873 (org-reload): Make XEmacs compatible.
18874
18875 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18876
18877 * org-protocol.el (org-protocol-flatten-greedy): New function.
18878 (org-protocol-flatten): New function.
18879
18880 * org.el (org-open-link-from-string): Pass reference buffer to
18881 `org-open-at-point'.
18882 (org-open-at-point): New optional argument `reference-buffer'.
18883
18884 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18885
18886 * org.el (org-scan-tags): Make tag scan find headline in first
18887 line, 2nd attempt.
18888 (org-get-refile-targets): Add the naked file name.
18889 (org-refile): Store as top-level entry when only file name was
18890 given.
18891
18892 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
18893
18894 * org.el (org-block-todo-from-children-or-siblings-or-parent):
18895 Rename from org-block-todo-from-children-or-siblings, and
18896 enhanced to look for the parent's status as well.
18897
18898 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
18899 (org-agenda-get-progress): Add first notes line to log entry if so
18900 desired.
18901
18902 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18903
18904 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
18905 (org-agenda-cleanup-fancy-diary): Call the new hook.
18906
18907 * org-remember.el (org-remember-apply-template): Take the default
18908 for the annotation from the :annotation property.
18909
18910 * org-mac-message.el (org-mac-message-get-link): Remove the
18911 quotes.
18912 (org-mac-message-get-link): Return the result.
18913
18914 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18915
18916 * org.el (org-refile-get-location): Add file name only if not
18917 already included in outline path.
18918
18919 * org-faces.el (org-n-level-faces): Fix customization type from
18920 number to integer.
18921
18922 * org-exp.el (org-export-headline-levels): Fix customization type
18923 from number to integer.
18924
18925 * org-agenda.el (org-agenda-confirm-kill)
18926 (org-agenda-custom-commands-local-options)
18927 (org-timeline-show-empty-dates, org-agenda-ndays)
18928 (org-agenda-start-on-weekday, org-scheduled-past-days):
18929 Fix customization type from number to integer.
18930
18931 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18932
18933 * org-protocol.el: Declare some functions.
18934
18935 * org-agenda.el (org-agenda-compare-effort):
18936 Honor `org-sort-agenda-noeffort-is-high'.
18937 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
18938 (org-agenda-compare-effort): Implement the "?" operator for
18939 finding entries without effort setting.
18940
18941 * org.el (org-extract-attributes-from-string): New function.
18942
18943 * org-exp.el (org-export-splice-attributes): New function.
18944
18945 2009-08-06 Bastien Guerry <bzg@gnu.org>
18946 Daniel M German <dmg@uvic.org>
18947 Sebastian Rose <sebastian_rose@gmx.de>
18948 Ross Patterson <me@rpatterson.net>
18949
18950 * org-protocol.el: New file.
18951
18952 2009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
18953
18954 * org-docbook.el: New file.
18955
18956 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18957
18958 * org-mouse.el: XEmacs compatibility fixes.
18959
18960 * org.el (org-modules): Add org-inlinetasks.el.
18961 (org-cycle): Implement limiting level on cycling.
18962 (org-move-subtree-down): Fix bug with swapping subtrees at end of
18963 buffer.
18964
18965 * org-inlinetask.el: New file.
18966
18967 * org.el (org-emphasis-regexp-components): Allow braces in
18968 emphasis pre and post match.
18969
18970 * org-footnote.el (org-footnote-normalize): When only sorting, do
18971 not insert inline notes at the end.
18972
18973 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
18974
18975 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18976
18977 * org.el (org-reftex-citation): New command.
18978
18979 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18980
18981 * org-agenda.el (org-agenda-cmp-user-defined): New option.
18982 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
18983 sorting options.
18984 (org-entries-lessp): Apply the new sorting option.
18985
18986 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
18987 blocker code, when an older sibling has children.
18988
18989 * org-mac-message.el (org-mac-message-get-link): Improve getting
18990 links from multiple selected messages.
18991
18992 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
18993
18994 * org-remember.el (org-remember-finalize): Do not set buffer file
18995 name to nil.
18996 (org-remember-handler): Mark buffer as unmodified.
18997 (org-remember-handler): Delete backup file and show message about
18998 remaining backup files.
18999 (org-remember-auto-remove-backup-files): New option.
19000
19001 * org.el (org-store-link): Use buffer name as link description in
19002 w3-mode buffers.
19003 (org-ido-switchb): Fix argument bug for completion.
19004
19005 * org-remember.el (org-remember-apply-template): Set local
19006 variable `auto-save-visited-file-name' instead of global one.
19007
19008 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19009
19010 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
19011 (org-agenda-get-todos): Mark file tags as inherited.
19012 (org-agenda-list): Always search diary lines for a time.
19013
19014 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19015
19016 * org-feed.el: New file.
19017
19018 * org-exp.el (org-export-as-html): Close local lists depending on
19019 indentation, also when starting a table.
19020
19021 * org-remember.el (org-remember-backup-directory)
19022 (org-remember-backup-name): New internal variable.
19023
19024 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19025
19026 * org-clock.el (org-clock-out-if-current): Make buffer detection
19027 work in indirect buffers as well.
19028
19029 * org.el (org-emphasis-regexp-components): Add the exxclamation
19030 mark to the post-emphasis characters.
19031
19032 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19033
19034 * org.el (org-read-date-minibiffer-septup-hook): New hook.
19035 (org-read-date): Run the new hook.
19036
19037 * org-mac-message.el (org-mac-flagged-mail): New group.
19038 (org-mac-mail-account): New variable.
19039 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
19040 New commands.
19041
19042 * org-remember.el (org-remember-backup-directory): New variable.
19043 (org-remember-apply-template): Write file to backup directory.
19044
19045 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19046
19047 * org-mouse.el (org-mouse-todo-menu): New function.
19048 (org-mouse-todo-keywords): Function removed.
19049 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
19050
19051 * org-table.el (org-table-beginning-of-field)
19052 (org-table-end-of-field): New commands.
19053 (org-table-previous-field, org-table-beginning-of-field):
19054 Better error messages.
19055 (orgtbl-setup): Include `M-a' and `M-e'.
19056
19057 * org.el (org-backward-sentence, org-forward-sentence):
19058 New commands.
19059
19060 * org-colview.el (org-colview-initial-truncate-line-value):
19061 New variable.
19062 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
19063 (org-columns): Remember the value of `truncate-lines'.
19064
19065 * org.el (org-columns-skip-arrchived-trees): New option.
19066
19067 * org-agenda.el (org-agenda-export-html-style): Define color for
19068 org-agenda-done face.
19069 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
19070 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
19071
19072 * org.el (org-scan-tags): Use the new face.
19073
19074 * org-faces.el (org-agenda-done): New face.
19075
19076 * org.el (org-scan-tags): Test the value org
19077 `org-tags-match-list-sublevels'.
19078 (org-tags-match-list-sublevels): New allowed value: indented.
19079
19080 * org-latex.el (org-export-latex-make-header): Apply macros
19081 in header.
19082
19083 * org-exp.el (org-export-apply-macros-in-string): New function.
19084
19085 * org-latex.el (org-export-latex-list-parameters): Fix bug
19086 with the definition of a checked box.
19087
19088 * org-clock.el (org-clock-find-position): Fix drawer indentations.
19089
19090 * org-latex.el (org-export-latex-low-levels): More options
19091 for how to process lower levels in LaTeX.
19092 (org-export-latex-subcontent): Better treatment for lists as a
19093 means of publishing lower levels.
19094
19095 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19096
19097 * org.el (org-set-font-lock-defaults): Use new checkbox face.
19098
19099 * org-faces.el (org-checkbox): New face.
19100
19101 * org-exp.el (org-export-html-preprocess): Only create LaTeX
19102 fragement images if there is an export file.
19103
19104 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19105
19106 * org-agenda.el (org-stuck-projects): Document that the subtree of
19107 projects that are not stuck will now be searched for stuck
19108 sub-projects.
19109 (org-agenda-skip-entry-when-regexp-matches)
19110 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
19111 (org-agenda-list-stuck-projects):
19112 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
19113
19114 * org-latex.el (org-export-latex-preprocess):
19115 Improve export of verses.
19116
19117 * org-exp.el (org-export-as-html): Implement centering as a div
19118 rather than a paragraph. Do a better job with line-end in verse
19119 environments.
19120
19121 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19122
19123 * org.el (org-open-at-point): Fix tags searches by mouse click.
19124
19125 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19126
19127 * org-latex.el (org-export-latex-preprocess): Implement the
19128 centering markup.
19129
19130 * org-exp.el (org-export-mark-blockquote-verse-center):
19131 Rename from `org-export-mark-blockquote-and-verse'.
19132 (org-export-as-html): Implement the centering markup.
19133
19134 * org-latex.el (org-export-latex-tables): Fix vertical
19135 lines in tables.
19136
19137 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19138
19139 * org.el (org-read-date-history): New variable.
19140 (org-read-date): Use new history variable.
19141 (org-toggle-heading): Fix bug when used before first headline.
19142 (org-store-log-note): Remove drawer if empty while note is
19143 aborted.
19144 (org-remove-empty-drawer-at): New function.
19145 (org-check-after-date): New command.
19146 (org-sparse-tree): New sparse tree command "a".
19147
19148 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
19149
19150 2009-08-06 Bastien Guerry <bzg@gnu.org>
19151
19152 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
19153 column and a space, not only a column.
19154
19155 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19156
19157 * org-latex.el (org-export-latex-emphasis-alist):
19158 Better defaults for verbose emphasis.
19159 (org-export-latex-emph-format): New function.
19160 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
19161
19162 * org-agenda.el (org-agenda-menu): Add new commands to menu.
19163 (org-agenda-do-date-later, org-agenda-do-date-earlier)
19164 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
19165 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
19166 New commands.
19167
19168 * org.el (org-timestamp-change): Move end-time along with start
19169 time.
19170
19171 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19172
19173 * org-exp.el (org-export-target-internal-links)
19174 (org-export-as-html): Protect links specified as #name.
19175
19176 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19177
19178 * org.el (org-clone-subtree-with-time-shift): New command.
19179
19180 * org-latex.el (org-export-latex-special-chars)
19181 (org-export-latex-treat-sub-super-char): Fix subscript export.
19182
19183 * org-exp.el (org-create-multibrace-regexp): Do not add
19184 backslashes to the class.
19185
19186 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19187
19188 * org-colview.el (org-columns-map): Better functions for moving up
19189 and down a row, even if `truncate-line' is nil.
19190
19191 * org.el (org-insert-todo-heading): Make sure the keyword is
19192 inserted at the correct position.
19193
19194 * org-publish.el (org-publish-project-alist)
19195 (org-publish-projects, org-publish-org-index): Change default anme
19196 for the index of file names to "sitemap.org".
19197
19198 * org-latex.el (org-export-latex-tables):
19199 Use `org-split-string', for Emacs 21 compatibility.
19200
19201 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19202
19203 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
19204
19205 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19206
19207 * org-exp.el (org-export-page-description)
19208 (org-export-page-keywords): New variables.
19209 (org-export-plist-vars): Add entries for :keywords and
19210 :description.
19211 (org-infile-export-plist): Parse for new keywords.
19212 (org-get-current-options): Add new keywords.
19213 (org-export-as-html): Publish description and keywords.
19214
19215 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
19216 New option.
19217 (org-agenda-add-entry-text):
19218 Honor `org-agenda-add-entry-text-descriptive-links'.
19219
19220 * org-latex.el (org-export-latex-preprocess): Make all
19221 external preprocess functions use a PARAMETER arg.
19222
19223 * org-exp.el (org-export-preprocess-string)
19224 (org-export-select-backend-specific-text)
19225 (org-export-format-source-code-or-example)
19226 (org-format-org-table-html): Support docbook export.
19227 (org-export-preprocess-string): Make all external preprocess
19228 functions use a PARAMETER arg.
19229
19230 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19231
19232 * org-exp.el (org-export-html-style-include-scripts): New option.
19233 (org-export-plist-vars): Add new option
19234 `org-export-html-style-include-scripts'.
19235 (org-export-as-html): Honor new option
19236 `org-export-html-style-include-scripts'.
19237 (org-export-html-scripts, org-export-html-style-default):
19238 Fix xml issues with the Safari browser.
19239
19240 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19241
19242 * org-publish.el (org-publish-attachment): Only copy file when the
19243 directories differ.
19244
19245 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19246
19247 * org-clock.el (org-clocktable-steps): Use inactive time stamps
19248 for clocktable steps.
19249
19250 * org.el (org-additional-option-like-keywords): Add two more
19251 keywords.
19252
19253 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19254
19255 * org-exp.el (org-export-format-source-code-or-example):
19256 Mark temporary buffer unmodified, so that it will be killed even if
19257 mode like message mode has decided to assign a file name.
19258
19259 * org.el (org-scan-tags): Improve tag inheritance.
19260 (org-scan-tags, org-make-tags-matcher): Make tag comparison
19261 case-sensitive.
19262 (org-scan-tags): Use the internal tags list instead of creating it
19263 from scratch.
19264 (org-trust-scanner-tags, org-scanner-tags): New variables.
19265 (org-scan-tags): Set `org-scanner-tags'.
19266 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
19267 (org-map-entries): Document the possible speedup using scanner
19268 tags.
19269
19270 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19271
19272 * org.el (org-add-planning-info): Fix bug with looking for keyword
19273 only at column 0.
19274
19275 * org-agenda.el (org-agenda-custom-commands-local-options):
19276 Add option for tags filter preset.
19277 (org-prepare-agenda): Store filter preset as a property on the
19278 filter variable.
19279 (org-finalize-agenda): Call the filter, if there is a preset.
19280 (org-agenda-filter-by-tag): Filter again after clearing the
19281 filter, when there still is a preset.
19282 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
19283 Include the preset filter.
19284 (org-agenda-redo): Apply the filter again, also the preset filter.
19285
19286 * org-exp.el (org-export-as-html): Use IDs in the correct way.
19287
19288 * org.el (org-uuidgen-p): New function.
19289
19290 * org-agenda.el (org-agenda-fontify-priorities): New default value
19291 `cookies'.
19292 (org-agenda-fontify-priorities): Rename from
19293 org-fontify-priorities.
19294
19295 * org.el (org-set-font-lock-defaults):
19296 Call `org-font-lock-add-priority-faces'.
19297 (org-font-lock-add-priority-faces): New function.
19298
19299 * org-faces.el (org-set-tag-faces): New option.
19300 (org-priority-faces): New variable.
19301
19302 * org-exp.el (org-export-as-html): Add a "content" div around the
19303 entire content of the body tag.
19304 (org-export-html-get-bibliography): New function.
19305 (org-export-html-validation-link): New variable.
19306 (org-export-as-html): Add validation link to exported page.
19307
19308 * org.el (org-match-sparse-tree): Rename from
19309 `org-tags-sparse-tree'.
19310 (org-tags-sparse-tree): New alias.
19311
19312 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19313
19314 * org.el (org-get-valid-level): Catch the case where the level
19315 change is nil.
19316
19317 * org-clock.el (org-clock-find-position): Better indentation of
19318 new clock drawers.
19319
19320 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19321
19322 * org-agenda.el (org-agenda-quit): Delete window only when the
19323 frame-setup was not `current-window'.
19324
19325 * org.el (org-tag-persistent-alist): New option.
19326 (org-startup-options): Add keyword `noptag'.
19327 (org-fast-todo-selection): Handle :newline correctly.
19328 (org-set-tags): Handle :newline correctly.
19329 (org-fast-tag-selection): Handle :newline correctly.
19330
19331 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19332
19333 * org-exp.el (org-export-as-ascii): Reverse link buffer before
19334 outputting it.
19335 (org-export-ascii-push-links): Fix bug with pussing links into the
19336 export buffer.
19337
19338 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19339
19340 * org-archive.el (org-archive-subtree): Do not add 1 to level if
19341 pasting at top level.
19342
19343 * org-bbdb.el: Improve documentation.
19344
19345 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19346
19347 * org-list.el (org-insert-item): Only consider insert empty lines
19348 is `org-empty-line-terminates-plain-lists' is not nil.
19349
19350 * org.el (org-blank-before-new-entry): Mention the dependence on
19351 `org-empty-line-terminates-plain-lists' in the docstring.
19352
19353 * org-publish.el (org-publish-get-project-from-filename):
19354 New optional argument UP. Only find the top project if UP is set.
19355 (org-publish-current-project): Find the top encloding project.
19356
19357 * org-agenda.el (org-agenda-before-write-hook)
19358 (org-agenda-add-entry-text-maxlines): New options.
19359 (org-write-agenda): Run the new hook in the temporary buffer.
19360 (org-agenda-add-entry-text): New function.
19361 (org-write-agenda): Implement PDF export, using ps2pdf.
19362
19363 * org.el (org-global-properties-fixed, org-global-properties):
19364 Improve documentation string.
19365
19366 * org-exp.el (org-export-ascii-links-to-notes): New option.
19367 (org-export-as-ascii): Handle links better.
19368 (org-export-ascii-wrap, org-export-ascii-push-links):
19369 New functions.
19370
19371 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19372
19373 * org-agenda.el (org-agenda): Make prefix arg optional.
19374 (org-agenda-search-headline-for-time): New option.
19375 (org-format-agenda-item):
19376 Honor `org-agenda-search-headline-for-time'.
19377
19378 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
19379 characters.
19380
19381 * org.el (org-self-insert-cluster-for-undo): New option.
19382 (org-self-insert-command): Cluster undo for 20 characters.
19383 (org-self-insert-command-undo-counter): New variable.
19384
19385 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19386
19387 * org-exp.el (org-export-as-html): Fix problem with closing colone
19388 example.
19389
19390 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19391
19392 * org-latex.el (org-export-as-latex)
19393 (org-export-latex-first-lines): Avoid modification flag when
19394 adding or removing text properties.
19395 (org-export-latex-fontify): Catch error when org-emph-alist has
19396 entries that are not defined for LaTeX export.
19397
19398 * org-export-latex.el: Rename to org-latex.el.
19399
19400 * org-latex.el: Rename from org-export-latex.el.
19401
19402 * org.el (orgstruct++-mode): New function.
19403 (turn-on-orgstruct++): Call `orgstruct++-mode'.
19404 (org-context-p): Allow detecting item context after the first line
19405 of an item.
19406 (orgstruct-make-binding): Detect if item-body context should be
19407 seen.
19408 (orgstruct-is-++): New variable.
19409 (org-add-planning-info): Catch the case when there is no planning
19410 info yet and the call does not want to add anything, only maybe
19411 tries to remove something.
19412 (org-special-ctrl-a/e): All value to be a cons cell with separate
19413 settings for `C-a' and `C-e'.
19414 (org-beginning-of-line, org-end-of-line): Honor separate values
19415 for `C-a' and `C-e'.
19416
19417 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
19418
19419 * org.el (org-reload): New command.
19420
19421 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
19422
19423 * org-gnus.el (org-gnus-store-link): Fix bug where
19424 org-gnus-store-link used wrong subject when called in an article
19425 buffer. Patch provided by fengli AT gmail DOT com.
19426
19427 2009-03-13 D. Goel <deego3@gmail.com>
19428
19429 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
19430 replace ls by (values-list ls).
19431
19432 2009-02-20 Carsten Dominik <dominik@science.uva.nl>
19433
19434 * org-remember.el (org-remember-apply-template): Turn off ido for
19435 this completion.
19436
19437 * org.el (org-priority): Also find invisible headings, for remote
19438 editing.
19439 (org-completing-read-no-ido): New function.
19440 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
19441
19442 * org-colview.el (org-columns-edit-value): No special treatment of
19443 prefix arg.
19444
19445 2009-02-19 Carsten Dominik <dominik@science.uva.nl>
19446
19447 * org.el (org-block-todo-from-children-or-siblings):
19448 Use `org-up-heading-all' so that this will work correctly with hidden
19449 property drawers and entries.
19450 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
19451 falling back to normal, default command.
19452 (org-get-location): Temporarily turn off special behavior.
19453
19454 2009-02-13 Glenn Morris <rgm@gnu.org>
19455
19456 * org-rmail.el (rmail-show-message): Restore argument list to the
19457 declaration now that this functions behaves in Emacs 23 as in 22.
19458
19459 2009-02-12 Glenn Morris <rgm@gnu.org>
19460
19461 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
19462
19463 2009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
19464
19465 * org-footnote.el (org-footnote-action): Fix doc typo.
19466
19467 2009-02-06 Carsten Dominik <dominik@science.uva.nl>
19468
19469 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
19470 text before first headline.
19471 (org-export-remove-or-extract-drawers): Fix regular expression for
19472 extracting drawers.
19473
19474 * org.el (org-format-latex): Stop LaTeX fragment processing in
19475 protected examples.
19476
19477 2009-02-05 Glenn Morris <rgm@gnu.org>
19478
19479 * org-rmail.el (rmail-show-message): Update declaration.
19480 (rmail-buffer, rmail-view-buffer): Declare.
19481 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
19482
19483 2009-02-04 Carsten Dominik <dominik@science.uva.nl>
19484
19485 * org.el (org-return-follows-link): Revert setting
19486 `org-return-follows-link' to t by default.
19487
19488 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
19489
19490 * org.el (org-cycle-global-at-bob): Fix typo.
19491
19492 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
19493
19494 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
19495
19496 * org.el (org-mode): Make dependence stuff work more reliably.
19497 (org-update-parent-todo-statistics): Fix bug with updating
19498 statistics cookie.
19499 (org-yank-adjusted-subtrees, org-return-follows-link)
19500 (org-use-fast-todo-selection, org-tags-column): New default
19501 setting for variables.
19502
19503 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
19504 ~ as verbatim delimiters, to avoid table bug.
19505 (org-export-latex-classes): Remove the a4paper option from the
19506 default styles.
19507
19508 * org-exp.el (org-export-html-format-image): New argument
19509 PAR-OPEN, to fix XHTM validation bug.
19510 (org-export-as-html): Pass par-open to
19511 `org-export-html-format-image'.
19512 (org-export-html-footnotes-section): Use a more consistent id for
19513 footnotes.
19514
19515 * org-agenda.el (org-agenda-sorting-strategy)
19516 (org-agenda-tags-column): New default setting for variables, based
19517 on a poll what typical uses use.
19518 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
19519 setting the blocked tag.
19520
19521 2009-01-31 Carsten Dominik <dominik@science.uva.nl>
19522
19523 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
19524 only checking for blocks.
19525
19526 * org-exp.el (org-export-html-footnotes-section): Make the div id
19527 consistent.
19528
19529 * org-export-latex.el (org-export-latex-classes):
19530 Remove paper size option from LaTeX classes.
19531
19532 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
19533
19534 * org.el (org-enforce-todo-checkbox-dependencies): New option.
19535 (org-block-todo-from-checkboxes): New function.
19536 (org-todo): Make triple prefix arg circumvent blocking.
19537
19538 2009-01-30 Glenn Morris <rgm@gnu.org>
19539
19540 * org-list.el (org-empty-line-terminates-plain-lists)
19541 (org-toggle-checkbox): Doc fixes.
19542
19543 * org-table.el (org-table-clean-before-export): Fix declaration.
19544
19545 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
19546
19547 * org-timer.el (org-timer): Provide the timer feature.
19548
19549 * org.el (org-require-autoloaded-modules): Add a few more files to
19550 the list of autoloaded modules.
19551
19552 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
19553
19554 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
19555 drawers that are unprotected.
19556 (org-export-html-format-image): Make sure inlined LaTeX fragment
19557 images remain inlined.
19558
19559 * org.el (org-toggle-ordered-property): New function.
19560 (org-mode-map): Add a key for `org-toggle-ordered-property'.
19561 (org-org-menu): Add menu entries for TODO dependencies.
19562
19563 * org.el (org-default-properties): Add ORDERED to the default
19564 properties, to get completion support for it.
19565
19566 * org-list.el (org-update-checkbox-count): Update more than one cookie.
19567
19568 * org.el (org-update-parent-todo-statistics): Update more than one
19569 cookie.
19570
19571 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
19572
19573 * org-agenda.el (org-agenda-get-todos): Start search from correct
19574 position.
19575
19576 * org.el (org-fast-todo-selection): Make sure TODO selection does
19577 not change buffer position.
19578
19579 * org-list.el (org-toggle-checkbox): Implement adding or removing
19580 checkboxes from line or region when called with a prefix
19581 argument.
19582
19583 * org-rmail.el (org-rmail-store-link): Protect the call to
19584 `rmail-narrow-to-non-pruned-header'.
19585
19586 * org-clock.el (org-clock-special-range): Fix week display in
19587 clock tables.
19588
19589 * org-exp.el (org-get-current-options): Fix bug when in indirect
19590 buffer.
19591
19592 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
19593 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
19594 (org-agenda-dim-blocked-tasks): New function.
19595
19596 * org.el (org-enforce-todo-dependencies): New option.
19597 (org-block-todo-from-children-or-siblings): New function.
19598
19599 * org-faces.el (org-agenda-dimmed-todo-face): New face.
19600
19601 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
19602
19603 * org.el (org-todo): Return correct state type even if the blocker
19604 throws an error.
19605 (org-modifier-cursor-error): Rename from
19606 `org-shiftcursor-error'.
19607 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
19608 (org-shiftmetadown): Call `org-modifier-cursor-error'.
19609
19610 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
19611 to get real errors from the blocker hook.
19612
19613 * org.el (org-shiftselect-error, org-call-for-shift-select):
19614 New functions.
19615 (org-set-visibility-according-to-property): Turn off the setting
19616 of `org-show-entry-below', to avoid overruling a FOLDED visibility
19617 property.
19618
19619 * org.el (org-support-shift-select): New option.
19620 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
19621 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
19622 selection outside contexts.
19623
19624 * org-list.el (org-at-item-bullet-p): New function.
19625
19626 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
19627 variables.
19628
19629 * org-footnote.el (org-footnote-normalize): Remove unnecessary
19630 variable.
19631 (org-insert-footnote-reference-near-definition):
19632 Remove unnecessary let form.
19633
19634 2009-01-26 Carsten Dominik <dominik@science.uva.nl>
19635
19636 * org-export-latex.el (org-export-as-latex):
19637 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
19638 (org-export-latex-first-lines): New parameter OPT-PLIST.
19639
19640 * org.el (org-yank): Tell `delete-selection-mode' about
19641 `org-yank'.
19642
19643 * org-faces.el (org-clock-overlay): Fix face definition.
19644
19645 * org-export-latex.el (org-export-latex-first-lines):
19646 Pass timestamp and footnote parameters to the preprocessor.
19647
19648 * org-exp.el (org-export-remove-timestamps): Do not remove time
19649 stamps inside tables.
19650
19651 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19652
19653 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
19654
19655 * org.el (org-agenda-tags-todo-honor-ignore-options):
19656 Declare variable.
19657
19658 * org-table.el (org-table-insert-hline): Fix typo in function call
19659 to `backward-char'.
19660
19661 * org-exp.el (org-export-as-html): Remove the initial space from
19662 colon examples.
19663
19664 * org.el (org-scan-tags):
19665 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
19666
19667 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
19668 New customization groups.
19669 (org-agenda-tags-todo-honor-ignore-options): New option.
19670 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
19671 New function.
19672 (org-agenda-get-todos):
19673 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
19674
19675 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19676
19677 * org-exp.el (org-export-format-source-code-or-example):
19678 Escape HTML characters also in examples that anre not treated with
19679 htmlize. Also, just switch to EXAMPLE processing if we do not
19680 have a good version of htmlize.
19681
19682 * org-rmail.el: Fix copyright notice.
19683
19684 * org.el (org-activate-footnote-links): Improve footnote link
19685 highlighting.
19686
19687 * org-footnote.el (org-footnote-normalize): Fix finding the end of
19688 a footnote definition at the end of the file.
19689
19690 * org-table.el (org-table-get-specials): Add an imagined hline at
19691 the end of the table. This can be useful for references that want
19692 to go to the end of the table. Also fix bug when computing last
19693 row constants, in tables that do not start right at the right
19694 margin.
19695 (org-table-eval-formula): Match and replace remove references.
19696 (org-table-formula-substitute-names): Make sure that names inside
19697 a "remote" call are left alone, the will be replaced later when
19698 the remote call is handled.
19699 (org-table-convert-refs-to-rc): Do not convert things that might
19700 look like a reference, but are really part of an ID or namei n a
19701 remote reference.
19702 (org-table-get-remote-range): New function.
19703
19704 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19705
19706 * org-faces.el (org-clock-overlay): Fix bug in face definition.
19707
19708 * org-clock.el (org-clock-put-overlay): Use new face instead of
19709 `secondary-selection'.
19710
19711 * org-faces.el (org-clock-overlay): New face.
19712
19713 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19714
19715 * org-exp.el (org-get-current-options): Include the option for
19716 publishing time stamps.
19717
19718 * org.el (org-toggle-heading): Rename from
19719 `org-toggel-region-headings'.
19720 No longer needs a region defined, but will use it if there is one.
19721 (org-ctrl-c-star): Simplify, relying more on the internal
19722 workings of `org-toggle-heading'.
19723 (org-toggle-item): Rename from `org-toggle-region-items'.
19724 No longer needs a region defined, but will use it if there is one.
19725 (org-ctrl-c-minus): Simplify, relying more on the inernal
19726 workings of `org-toggle-item'.
19727
19728 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
19729 environment detection. Also, do real changes only in unprotected
19730 places.
19731
19732 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19733
19734 * org-export-latex.el (org-export-latex-quotation-marks):
19735 Use `org-if-unprotected-1'.
19736 (org-export-latex-set-initial-vars): Check for class definition in
19737 property.
19738
19739 * org-macs.el (org-if-unprotected-1): New macro.
19740
19741 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19742
19743 * org-compat.el (org-count-lines): New function.
19744
19745 * org-exp.el (org-export-format-source-code-or-example):
19746 Handle switches related to text areas.
19747
19748 * org.el (org-activate-footnote-links): Don't allow match inside a
19749 link.
19750
19751 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
19752
19753 * org-export-latex.el (org-export-latex-links): Keep a relative
19754 path relative also after export.
19755
19756 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
19757
19758 * org.el (org-make-tags-matcher): Never use IDO for completing the
19759 tags matcher match string.
19760 (org-completing-read): Also remove the special biding for "?".
19761
19762 * org-attach.el (org-attach-allow-inheritance): New option.
19763 (org-attach-inherited): New variable.
19764 (org-attach-dir): Handle properties related to the attachment
19765 directory.
19766 (org-attach-check-absolute-path): New function.
19767 (org-attach-set-directory, org-attach-set-inherit): New commands.
19768 (org-attach): Accommodate the new commands in the dispatcher.
19769
19770 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19771
19772 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
19773 `window-full-width-p'.
19774
19775 * org-exp.el (org-export-as-html): Only check for images files
19776 that really can be inlined.
19777
19778 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
19779 list of extensions to be a parameter.
19780
19781 * org-exp.el (org-export-html-inline-image-extensions):
19782 New variable.
19783
19784 * org-agenda.el (org-prepare-agenda):
19785 Use `org-agenda-block-separator'.
19786 (org-agenda-block-separator): New option.
19787
19788 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19789
19790 * org-export-latex.el (org-export-latex-tables):
19791 Call `org-table-clean-before-export' with the new optional argument.
19792
19793 * org-exp.el (org-table-clean-before-export): New optional
19794 parameter MAYBE-QUOTED, allows for quoted characters like \# in
19795 first column.
19796
19797 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19798
19799 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
19800 histograms.
19801
19802 * org-colview.el (org-colview-construct-allowed-dates):
19803 Better error catching when a date/time property does not have allowed
19804 values defined.
19805
19806 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19807
19808 * org.el (org-map-entries): Restore point and restriction after
19809 `org-map-entries'.
19810
19811 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19812
19813 * org.el (org-time=, org-time<, org-time<=, org-time>)
19814 (org-time>=, org-time<>): Make sure both values are dates.
19815
19816 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19817
19818 * org-archive.el (org-extract-archive-heading): Allow %s for file
19819 name also in achive location heading.
19820
19821 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19822
19823 * org-archive.el (org-add-archive-files): Uniquify the list before
19824 returning it.
19825
19826 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19827
19828 * org-compat.el (org-fit-window-to-buffer):
19829 Use `window-full-width-p'.
19830
19831 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
19832 space after the colon in short examples.
19833
19834 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
19835 enforce a space after the colon. However, we also allow lines
19836 that are *only* a colon.
19837 (org-export-as-html): Enforce the space after the colon in short
19838 examples.
19839 (org-export-preprocess-string): Do the colon example protection
19840 earlier.
19841 (org-export-remove-timestamps): Do not check for protection at the
19842 end of the line.
19843
19844 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19845
19846 * org.el (org-format-latex-options): Add new matcher for single
19847 letters between dollars.
19848 (org-get-header): Function removed.
19849 (org-heading-components): New function.
19850
19851 * org-exp.el (org-export-define-heading-targets): Record ID's also
19852 as alternative targets.
19853 (org-export-as-html): Interpret "id:" links to other files by
19854 preserving the relative path.
19855
19856 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
19857 is nil.
19858
19859 * org-exp.el (org-export-normalize-links): Protect the main link,
19860 to avoid special character processing.
19861
19862 * org-export-latex.el (org-export-latex-special-keyword-regexp):
19863 New variable.
19864 (org-export-latex-special-string-regexps): Variable removed.
19865 (org-export-latex-keywords): Use the new regexp.
19866
19867 * org-exp.el (org-export-handle-include-files): Fetch switches and
19868 put them into the BEGIN statement.
19869
19870 * org-timer.el (org-timer-mode-line-string): New variable.
19871
19872 * org-clock.el (org-clock-mode-line-map): Rename from
19873 `org-clock-mode-map'.
19874 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
19875 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
19876 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
19877 (org-clock-remove-overlays): Rename from
19878 `org-remove-clock-overlays'.
19879
19880 * org-timer.el (org-timer-pause-or-continue): Implement stopping
19881 and mode line display.
19882 (org-timer-stop): New command.
19883 (org-timer-seconds): Return correct time when timer is paused.
19884 (org-timer-mode-line-timer): New variable.
19885 (org-timer-set-mode-line, org-timer-update-mode-line):
19886 New functions.
19887
19888 * org.el (org-insert-heading): Handle new value `auto' for
19889 `org-blank-before-new-entry'.
19890 (org-org-menu): Add new items for timer functions.
19891
19892 * org-list.el (org-insert-item): Handle new value `auto' for
19893 `org-blank-before-new-entry'.
19894
19895 * org.el (org-blank-before-new-entry): New value `auto', made
19896 default.
19897
19898 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19899
19900 * org-exp.el (org-export-normalize-links): If the link is also
19901 used as the description, protect the description.
19902
19903 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19904
19905 * org.el (org-closest-date): Fix bug with yearly repeats, in
19906 combination with preference of the past as it is used for deadline
19907 and scheduling search.
19908
19909 * org-exp.el (org-html-handle-time-stamps): No longer check for
19910 the `org-export-with-timestamps' option, because the preprocesser
19911 has taken care of this already.
19912
19913 * org.el (org-entry-properties): Catch the case when this is
19914 called in a non-org-mode file.
19915
19916 * org-export-latex.el (org-export-latex-remove-from-headlines):
19917 Variable made obsolete, also LaTeX export now uses the standard
19918 variables.
19919 (org-export-as-latex): Add the timestamps parameter to the
19920 preprocessor parameter list.
19921 (org-export-latex-content): Export the remaining keywords without
19922 considering to remove them.
19923 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
19924 Use bold font instead of tt font for the keywords.
19925 (org-export-latex-fontify-headline): Format headlines, assuming
19926 that all keywords still present should be published.
19927 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
19928 publish what ever remains of the time stamps.
19929 (org-export-latex-list-parameters): New option.
19930 (org-export-latex-lists): Pass additional parameters to the list
19931 converter.
19932
19933 * org-exp.el (org-export-preprocess-string): Remove clock lines
19934 and timestamps already in the preprocesor.
19935 (org-export-remove-timestamps, org-export-remove-clock-lines):
19936 New functions.
19937 (org-export-as-ascii, org-export-as-html): Add the timestamps
19938 parameter to the preprocessor parameter list.
19939
19940 * org-list.el (org-list-parse-list): Parse for checkboxes.
19941 (org-list-to-generic): Introduce and handle new parameters :cbon
19942 and :cboff.
19943 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
19944 Add optional parameter PARAMS.
19945
19946 * org-export-latex.el (org-export-latex-special-chars):
19947 Fix problems with interpreting dollar signs.
19948 (org-inside-latex-math-p): New function.
19949 (org-export-latex-preprocess): Protect all the math fragments.
19950
19951 * org.el (org-latex-regexps): Allow a dash after a dollar.
19952
19953 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
19954 mark after copying.
19955
19956 * org-agenda.el (org-run-agenda-series): Have series options set
19957 when finalizing the agenda.
19958
19959 * org-exp.el (org-export-format-source-code-or-example):
19960 Protect the converted examples.
19961
19962 * org.el (org-set-regexps-and-options): Fix the regexp
19963 `org-complex-heading-regexp'.
19964
19965 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19966
19967 * org.el (org-edit-src-get-label-format): New function.
19968 (org-coderef-label-format): New option.
19969 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
19970 a label format specification and make sure it is used in the edit
19971 buffer.
19972 (org-edit-src-get-label-format): New function.
19973 (org-store-link): Handle new coderef formats.
19974 (org-link-search): Handle new coderef formats.
19975
19976 * org-footnote.el (org-footnote-create-definition)
19977 (org-footnote-goto-local-insertion-point): Make footnote insertion
19978 work correctly when the "Footnotes" headline is the last line in
19979 the buffer.
19980
19981 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
19982 the location.
19983
19984 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19985
19986 * org-w3m.el (org-w3m): New customization group.
19987 (org-w3m-deactivate-mark): New option.
19988 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
19989 option say not to.
19990
19991 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
19992
19993 * org.el (org-set-font-lock-defaults): Trigger footnote
19994 fontification.
19995 (org-activate-footnote-links): New function.
19996 (org-activate-links): New entry `footnote'.
19997
19998 * org-faces.el (org-footnote): New face.
19999
20000 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
20001
20002 * org-macs.el (org-re): Handle the [:word:] class.
20003
20004 * org-exp.el (org-export-preprocess-string):
20005 Call `org-export-protect-colon-examples'.
20006 (org-export-protect-colon-examples): Rename from
20007 `org-export-protect-examples', and scope limited to lines starting
20008 with a colon.
20009
20010 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
20011
20012 * org-exp.el (org-export-preprocess-string): Move the preprocess
20013 hook to after turning on Org-mode.
20014 (org-export-preprocess-after-include-files-hook)
20015 (org-export-preprocess-after-tree-selection-hook)
20016 (org-export-preprocess-before-backend-specifics-hook)
20017 (org-export-preprocess-final-hook): New hooks.
20018 (org-export-preprocess-string): Run the new hooks.
20019
20020 * org.el (org-ctrl-c-minus): Fix indentation for new items.
20021
20022 * org-footnote.el: New file.
20023
20024 * org.el (org-footnote): Require footnote code.
20025 (org-startup-options): Add new footnote options.
20026 (org-mode-map): New keybindig for footnotes.
20027 (org-ctrl-c-ctrl-c): Add function at footnotes.
20028 (org-org-menu): New menu entries for footnotes.
20029
20030 * org-export-latex.el (org-export-as-latex): Pass footnote
20031 variable to preprocessor.
20032 (org-export-latex-preprocess): Treat multiple references to a
20033 footnote.
20034
20035 * org-exp.el (org-export-preprocess-string):
20036 Call `org-footnote-normalize'.
20037 (org-export-as-ascii, org-export-as-html): Pass footnote variable
20038 to preprocessor.
20039 (org-export-as-html): Treat multiple references to a footnote.
20040
20041 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
20042
20043 * org-export-latex.el (org-export-latex-links): Handle coderef
20044 links.
20045
20046 * org.el (org-bracket-link-analytic-regexp++): New variable.
20047 (org-make-link-regexps):
20048 Initialize `org-bracket-link-analytic-regexp++'.
20049 (org-store-link): Implement special case in edit-src buffer.
20050 (org-insert-link): No use of ide to insert stored links.
20051 (org-link-search): Implement special case for coderefs.
20052
20053 * org-exp.el (org-export-html-scripts): New constant.
20054 (org-export-html-style-default): Add a new style for highlighted
20055 code.
20056 (org-export-code-refs): New variable.
20057 (org-export-preprocess-string): Initialize `org-export-code-refs'.
20058 Call `org-export-replace-src-segments-and-examples'
20059 No longer call `org-export-protect-examples'.
20060 (org-export-target-internal-links): Take care of coderef targets.
20061 (org-export-last-code-line-counter-value): New variable.
20062 (org-export-replace-src-segments-and-examples): Rename from
20063 `org-export-replace-src-segments', and modified.
20064 (org-export-format-source-code-or-example): Rename from
20065 `org-export-format-source-code'.
20066 (org-export-number-lines): New function.
20067 (org-export-as-ascii, org-export-as-html): Handle coderef links.
20068
20069 2009-01-23 Glenn Morris <rgm@gnu.org>
20070
20071 * org-rmail.el (rmail-narrow-to-non-pruned-header):
20072 Remove declaration of deleted function.
20073
20074 2009-01-16 Glenn Morris <rgm@gnu.org>
20075
20076 * org-mouse.el (org-mouse-show-context-menu):
20077 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
20078 mouse-major-mode-menu.
20079
20080 2008-12-23 Carsten Dominik <dominik@science.uva.nl>
20081
20082 * org-remember.el (org-remember-handler): Safer way to get a new
20083 buffer accessing the target file.
20084
20085 * org.el (org-refile-get-location): Handle case of current buffer
20086 not having a file associated with it.
20087
20088 2008-12-22 Carsten Dominik <dominik@science.uva.nl>
20089
20090 * org-table.el (org-table-get-formula): Only ask to overwrite
20091 field formula if there really is one.
20092
20093 2008-12-21 Carsten Dominik <dominik@science.uva.nl>
20094
20095 * org-export-latex.el (org-export-latex-make-header): Double the
20096 commenting % in the time stamp format.
20097 (org-export-latex-special-chars): Handle case where there is no
20098 match group 3.
20099
20100 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
20101
20102 * org.el (org-get-refile-targets, org-refile-get-location):
20103 Use expanded file name to improve comparison.
20104
20105 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
20106
20107 * org.el (org-scan-tags): Rescan for tags, to get the correct
20108 upcase/downcase stuff. This slows things down for now, but it
20109 works.
20110 (org-mode): Make sure the tag-faces regexp is initialized.
20111
20112 * org-export-latex.el (org-export-latex-links): Fix bug with
20113 undefined label.
20114
20115 * org-table.el (org-table-get-specials):
20116 Set `org-table-current-last-data-line'.
20117 (org-table-current-last-data-line): New variable.
20118 (org-table-insert-column, org-table-delete-column)
20119 (org-table-move-column, org-table-fix-formulas):
20120 Call `org-table-fix-formulas' a second time to fix the $LR references.
20121 (org-table-get-specials): Add the $LR references to the tables.
20122 (org-table-get-formula): Do not offer last-row names as LHS of
20123 formulas.
20124
20125 * org.el (org-store-link): Capture link description from
20126 `org-id-store-link'.
20127
20128 * org-exp.el (org-export-html-format-image): Add the / to the end
20129 of the <img> tag.
20130 (org-export-format-source-code): Surround example by empty lines,
20131 to make sure it will not be inside a paragraph.
20132
20133 * org.el (org-ido-switchb): New function.
20134
20135 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
20136
20137 * org-agenda.el (org-agenda-show): New prefix argument
20138 FULL-ENTRY.
20139
20140 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
20141 argument.
20142
20143 2008-12-20 Glenn Morris <rgm@gnu.org>
20144
20145 * org.el (org-org-menu): Fix some more menu entries.
20146
20147 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
20148
20149 * org-table.el (org-table-get-specials): Revert introduction of @0
20150 as reference of the last table row, because of conflicts.
20151
20152 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
20153 argument, get the current tags directly.
20154 (org-agenda-set-tags): Leave getting current tags to
20155 `org-agenda-change-all-lines'.
20156
20157 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
20158
20159 * org.el (org-org-menu): Do not quote the set-tags command.
20160
20161 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
20162
20163 * Fix typos in comments and docstrings throughout Org-mode.
20164
20165 * org.el (org-get-outline-path): Fix bug if level is not given.
20166
20167 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
20168
20169 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
20170
20171 * org.el (org-refile): Avoid refiling to within the region to be
20172 refiled.
20173
20174 * org-export-latex.el (org-export-latex-special-chars):
20175 Replace special characters also in tables.
20176
20177 * org-agenda.el (org-agenda-change-all-lines): New argument
20178 FORCE-TAGS.
20179 (org-agenda-set-tags): Get the new tags and pass them to
20180 `org-format-agenda-item'.
20181
20182 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
20183
20184 * org-export-latex.el (org-export-latex-classes): Add longable as
20185 a default package to all classes.
20186 (org-export-latex-tables): Handle the longtable attribute and the
20187 align attribute.
20188
20189 * org-table.el (orgtbl-to-generic): Handle tables that start with
20190 a hline.
20191
20192 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
20193 \verb for colde-like snippets.
20194 (org-export-as-latex): Fix issues with region export.
20195
20196 * org.el (org-up-heading-safe): Speed up function by using a
20197 direct regexp search.
20198 (org-olpa): New variable.
20199 (org-get-outline-path): Speed-up path constructions in cases where
20200 this is possible because the entire hierarchy is scanned anyway.
20201 (org-refile-get-location): Don't compare the truenames of files,
20202 this is too slow.
20203 (org-goto-max-level): New option.
20204 (org-goto): Use `org-goto-max-level'.
20205
20206 2008-12-16 Tassilo Horn <tassilo@member.fsf.org>
20207
20208 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
20209 Strip angle brackets from message-ids in the former and don't do
20210 it in the latter.
20211 (org-gnus-follow-link): Open summary reliable, even if the last
20212 messages were deleted, and handle empty groups, too.
20213
20214 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
20215
20216 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
20217 instead of \texttt for the =...= and ~===~ emphasis environments.
20218 (org-export-as-latex): Remove any old :org-license-to-kill text
20219 properties.
20220 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
20221 (org-export-latex-make-header): Add some hard space after the
20222 table of contents.
20223 (org-export-latex-first-lines): Accept RBEG argument.
20224 Mark exported text so that it will be excuded in further steps.
20225
20226 * org-table.el (org-table-get-specials): Make @0 reference the
20227 last line in a table.
20228 (org-table-recalculate): Improve docstring.
20229
20230 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
20231
20232 * org.el (org-log-done): Fix docstring.
20233
20234 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
20235
20236 * org-exp.el (org-export-html-format-image): Fix bugs.
20237
20238 * org-export-latex.el (org-export-latex-tables)
20239 (org-export-latex-links): Implement attribute, label, and caption
20240 handling.
20241
20242 * org-exp.el (org-export-html-style-default): Add style
20243 definitions for the figure div.
20244 (org-export-preprocess-string, org-export-as-html):
20245 Implement attribute, label, and caption handling.
20246 (org-export-attach-captions-and-attributes): New function.
20247 (org-export-html-format-image): New function.
20248 (org-format-org-table-html): Implement attribute, label, and
20249 caption handling.
20250
20251 * org.el (org-find-text-property-in-string): New function.
20252 (org-extract-attributes): Use the property org-attr instead of
20253 org-attrobutes, because this property is now set with the #+ATTR
20254 lines.
20255
20256 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
20257
20258 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
20259 the case that FROM is nil.
20260
20261 * org.el (org-before-first-heading-p): New function.
20262
20263 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
20264
20265 * org-exp.el (org-export-as-html): Do not add a space before
20266 enforces line breaks.
20267 (org-export-as-html): Close paragraph before blockquote and verse
20268 tags.
20269
20270 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
20271
20272 * org-id.el (org-id-locations-file): Wrap file name with
20273 `convert-standard-filename'.
20274 (org-id-files): New variable.
20275 (org-id-use-hash): New option.
20276 (org-id-update-id-locations): Also search in all files current
20277 listed in `org-id-files'. Convert the resulting alist to a hash
20278 if the user customation says so.
20279 (org-id-locations-save): Handle he case if `org-id-locations' is a
20280 hash.
20281 (org-id-locations-load): Convert the alist to a hash.
20282 (org-id-add-location): Handle the hast case.
20283 (kill-emacs-hook): Make sure id locations are saved when Emacs is
20284 exited.
20285 (org-id-hash-to-alist, org-id-alist-to-hash)
20286 (org-id-paste-tracker): New functions.
20287
20288 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
20289
20290 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
20291 bindings of calendar variables.
20292
20293 * org-table.el (org-table-find-row-type): Rename from
20294 `org-find-row-type'.
20295 (org-table-rewrite-old-row-references): Rename from
20296 `org-rewrite-old-row-references'.
20297 (org-table-shift-refpart): Rename from `org-shift-refpart'.
20298 (org-table-cleanup-narrow-column-properties): Rename from
20299 `org-cleanup-narrow-column-properties'.
20300
20301 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
20302
20303 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
20304 for better error messages.
20305 (org-table-get-descriptor-line): Supply the new arguments to
20306 `org-find-row-type'.
20307 (org-table-error-on-row-ref-crossing-hline): New option.
20308
20309 * org.el (org-target-link-regexp): Make buffer-local.
20310 (org-move-subtree-down): Fix bug with trees at beginning of
20311 buffer.
20312
20313 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
20314
20315 * org-faces.el (org-set-tag-faces): New function.
20316 (org-tags-special-faces-re): New variable.
20317
20318 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
20319
20320 * org-faces.el (org-tag-faces): New option.
20321 (org-tag): Mention `org-tag-faces' in the docstring.
20322
20323 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
20324
20325 * org-exp.el (org-export-html-style-default): Implement new
20326 quoting.
20327
20328 * org-jsinfo.el (org-infojs-template): Implement new quoting.
20329
20330 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
20331 command to the `w3m-minor-mode-map'.
20332
20333 * org-archive.el (org-archive-to-archive-sibling):
20334 Protect `this-command' to avoid appending kills during archiving.
20335
20336 * org-exp.el (org-export-with-priority): New variable.
20337 (org-export-add-options-to-plist): Use `org-export-plist-vars'
20338 instead of internal list of strings and properties.
20339 (org-print-icalendar-entries): Retrieve the location property with
20340 inheritance.
20341
20342 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
20343
20344 * org-exp.el (org-export-with-todo-keywords): New option.
20345 (org-export-plist-vars): Include also the keys for the #+OPTIONS
20346 line.
20347 (org-default-export-plist, org-export-add-options-to-plist)
20348 (org-export-as-ascii, org-export-as-html): Use the new structure
20349 of `org-export-plist-vars'.
20350
20351 * org.el (org-map-entries): Return all values.
20352
20353 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
20354
20355 * org.el (org-matcher-time): Recognize more special values.
20356
20357 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
20358
20359 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
20360
20361 * org.el (org-tags-exclude-from-inheritance): New option.
20362 (org-tag-inherit-p, org-remove-uniherited-tags):
20363 Respect `org-tags-exclude-from-inheritance'.
20364
20365 * org-agenda.el (org-agenda-show-inherited-tags): New option.
20366 (org-format-agenda-item): Add inherited tags to the agenda line
20367 string, and make sure that properties are kept when downcasing the
20368 tags list.
20369 (org-agenda-add-inherited-tags): New function.
20370 (org-downcase-keep-props): New function.
20371
20372 * org.el (org-scan-tags): Mark inherited tags with a text
20373 property.
20374 (org-get-tags-at): Mark inherited tags with a text property.
20375 (org-add-prop-inherited): New function.
20376
20377 * org-agenda.el (org-agenda-add-inherited-tags): New function.
20378 (org-agenda-show-inherited-tags): New option.
20379
20380 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
20381
20382 * org.el (org-modules): Add org-w3m to the default modules.
20383
20384 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
20385 orgtbl-mode.
20386 (orgtabl-create-or-convert-from-region): New command.
20387
20388 * org-exp.el (org-export-as-ascii): Remove the handling of
20389 targets.
20390 (org-export-ascii-preprocess): Handle targets already in this
20391 function.
20392
20393 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
20394
20395 * org-timer.el (org-timer-start-time): Define this variable.
20396 (org-timer-item): Make argument optional.
20397
20398 * org-list.el (org-insert-item): Automatically insert a timer item
20399 if the current list is a timer list.
20400
20401 * org-timer.el: New file.
20402
20403 * org-publish.el (org-publish-org-index): Only exclude the index
20404 file in the main directory from being added to the site-map.
20405 (org-publish-get-project-from-filename): If the current project is
20406 a component, start publishing from the parent project.
20407
20408 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
20409
20410 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
20411
20412 * org-publish.el (org-publish-org-index): Improve removal of
20413 temporary buffers.
20414
20415 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
20416
20417 * org-agenda.el (org-get-closed): Re-apply changes
20418 accidentially overwritten by last commit to Emacs.
20419
20420 * org.el (org-outline-path-complete-in-steps): New option.
20421 (org-refile-get-location):
20422 Honor `org-outline-path-complete-in-steps'.
20423 (org-agenda-change-all-lines, org-tags-sparse-tree)
20424 (org-time-string-to-absolute, org-small-year-to-year)
20425 (org-link-escape): Re-apply changes accidentially overwritten
20426 by last commit to Emacs.
20427
20428 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
20429
20430 * org-clock.el (org-dblock-write:clocktable): Make sure the
20431 clocktable sees the first line.
20432 (org-clock-in): Warn if the clock cannot be resumed.
20433
20434 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
20435
20436 * org.el (org-open-at-point): Fix mixup about interactive and
20437 non-interactive elisp links.
20438
20439 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
20440
20441 * org-exp.el (org-export-preprocess-string): Allow one comment
20442 line before the first headline to always be included. This is
20443 to not miss a commented target.
20444
20445 * org-mouse.el (org-mouse-insert-item):
20446 Call `org-indent-to-column' instead of `indent-to', for XEmacs
20447 compatibility.
20448
20449 * org.el (org-refile-targets): Fix customize definition so
20450 that it works also in XEmacs.
20451 (org-fixup-indentation): Call `org-indent-to-column' instead
20452 of `indent-to', for XEmacs compatibility.
20453
20454 2008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
20455
20456 * org-mew.el (org-mew-store-link): Get the correct case folder
20457 for refiled messages.
20458
20459 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
20460
20461 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
20462 line break indicators.
20463
20464 * org.el (org-ido-completing-read): Remove the "i:" prefix for
20465 ido-completion propts.
20466
20467 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
20468
20469 * org-remember.el (org-remember-apply-template):
20470 Use `org-substring-no-properties'.
20471
20472 * org-compat.el (org-substring-no-properties): New function.
20473
20474 * org-remember.el (org-remember-apply-template):
20475 Use `org-substring-no-properties' for compatibility.
20476
20477 * org-list.el (org-list-two-spaces-after-bullet-regexp):
20478 New option.
20479 (org-fix-bullet-type):
20480 Respect `org-list-two-spaces-after-bullet-regexp'.
20481
20482 * org-clock.el (org-clock-load): Clean up the code.
20483
20484 * org.el (org-adaptive-fill-function): Allow two spaces after
20485 "1." as a list bullet.
20486
20487 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
20488
20489 * org-clock.el (org-clock-save, org-clock-load): Check for
20490 live buffers, existing files, and buffer file names to ensure
20491 consistent information.
20492 (org-clock-persist): Make `clock' a special value of this
20493 variable, and improve docstring.
20494
20495 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
20496 (org-get-string-indentation): Adapt indentation when the bullet
20497 width changes.
20498
20499 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
20500
20501 * org-remember.el (org-remember-finalize): Make interactive.
20502 (org-remember-kill): New command.
20503 (org-remember-finish-immediately): Call `org-remember-finalize'
20504 directly.
20505 (org-remember-finalize): Make `org-remember-finalize' an interactive
20506 function.
20507
20508 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
20509
20510 * org-remember.el (org-remember-apply-template): No ido completion
20511 for free prompts in remember templates.
20512 (org-remember-before-finalize-hook): New hook.
20513 (org-remember-mode): New minor mode.
20514 (org-remember-apply-template): Turn on `org-remember-mode'.
20515
20516 * org-remember.el (org-remember-apply-template): Fix the way how
20517 the list of allowed properties is retrieved from the target file.
20518
20519 * org.el (org-insert-link): Improve file link matching.
20520
20521 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
20522
20523 * org-colview.el (org-columns-display-here): New argument
20524 DATELINE, to trigger using the new face.
20525 (org-agenda-colview-summarize): Call `org-columns-display-here'
20526 with the new argument.
20527
20528 * org-faces.el (org-agenda-column-dateline): New face.
20529
20530 * org-publish.el (org-publish-org-index): Use index-title at page
20531 title, not as section.
20532
20533 * org-exp.el (org-export-html-format-desc): Respect the
20534 org-protect property.
20535 (org-export-as-html): Protect image specifiers that are in the
20536 description part of a link.
20537
20538 * org.el (org-sort-entries-or-items, org-completing-read)
20539 (org-refile-get-location, org-olpath-completing-read, org-todo)
20540 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
20541 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
20542 (org-set-property, org-delete-property)
20543 (org-delete-property-globally): Use `org-ido-completing-read'.
20544
20545 * org-remember.el (org-remember-apply-template):
20546 Use `org-ido-completing-read'.
20547
20548 * org-publish.el (org-publish): Use `org-ido-completing-read'.
20549
20550 * org-colview.el (org-columns-edit-value, org-columns-new)
20551 (org-insert-columns-dblock): Use `org-ido-completing-read'.
20552
20553 * org-attach.el (org-attach-delete-one, org-attach-open):
20554 Use `org-ido-completing-read'.
20555
20556 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
20557 Use `org-ido-completing-read'.
20558
20559 * org.el (org-time-today): New function.
20560 (org-matcher-time): Use `org-time-today'. Add special treatment
20561 for "<tomorrow>" and "<yesterday>".
20562 (org-ido-completing-read): New function.
20563 (org-completion-use-ido): New option.
20564
20565 * org-exp.el (org-export-format-source-code): Fix bug in require
20566 htmlize code.
20567 (org-export-target-internal-links): Fix bug in search for text
20568 property.
20569
20570 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
20571
20572 * org-export-latex.el (org-export-latex-subcontent):
20573 Interpret target aliases as additional labels.
20574
20575 * org-exp.el (org-export-target-aliases): New variable.
20576 (org-export-preprocess-string)
20577 (org-export-handle-invisible-targets): Fill the alias alist.
20578 (org-export-as-html): Remove the &nbsp; from the anchor, and also
20579 assign an id.
20580 (org-html-level-start): Insert the target aliases as additional
20581 anchors.
20582
20583 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
20584 picture area.
20585
20586 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
20587
20588 * org.el (org-open-at-mouse): Ensure correct link abbreviations
20589 when following a link with the mouse from the agenda.
20590
20591 * org-exp.el (org-export-as-html): Avoid lone </div> when no
20592 headlines are created.
20593
20594 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
20595
20596 * org.el (org-link-translation-function): New option.
20597 (org-open-at-point): Call `org-link-translation-function' if
20598 non-nil.
20599 (org-translate-link): New function.
20600 (org-translate-link-from-planner): New function.
20601 (org-open-at-point): Allow interactive commands in elisp links.
20602
20603 * org-exp.el (org-icalendar-cleanup-string): Restore the old
20604 iCalendar quoting. The new one seems to caus problems with
20605 applications.
20606
20607 * org.el (org-yank): Set `this-command' to `yank', so that
20608 `yank-pop' will work.
20609
20610 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
20611
20612 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
20613 compliance as far as quoting is concerned.
20614
20615 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
20616 hexified version of the tag.
20617
20618 * org-vm.el (org-vm-follow-link): Require `vm-search'.
20619
20620 * org.el (org-up-heading-safe, org-forward-same-level):
20621 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
20622 (org-back-to-heading): New wrapper around outline-back-to-heading,
20623 with a useful error message telling where the error happened.
20624
20625 * org-list.el (org-update-checkbox-count): Always call
20626 `org-back-to-heading' instead of `outline-back-to-heading'.
20627
20628 * org-exp.el (org-export-as-html): Make sure that each <img> tag
20629 has an `alt' attribute, to ensure XHTML validation.
20630
20631 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
20632
20633 * org-publish.el (org-publish-attachment): Allow publishing to
20634 overwrite attachment files.
20635
20636 * org-agenda.el (org-agenda-timerange-leaders): New option.
20637 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
20638
20639 * org.el (org-edit-src-exit): Untabify ASCII image before
20640 returning.
20641
20642 2008-11-19 Glenn Morris <rgm@gnu.org>
20643
20644 * org.el, org-mouse.el (org-agenda-change-all-lines):
20645 Fix declaration.
20646
20647 2008-11-18 Carsten Dominik <dominik@science.uva.nl>
20648
20649 * org.el ("speedbar"): Only show context if the file really is an
20650 org-mode buffer.
20651
20652 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
20653
20654 * org.el (org-time-string-to-absolute, org-small-year-to-year)
20655 (org-tags-sparse-tree): Fix typos in docstrings.
20656
20657 2008-11-15 Carsten Dominik <dominik@science.uva.nl>
20658
20659 * org-publish.el (org-publish-attachment): Allow copy-file to
20660 overwrite files.
20661
20662 2008-11-13 Glenn Morris <rgm@gnu.org>
20663
20664 * org-agenda.el (org-get-closed): Fix alias.
20665
20666 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
20667
20668 * org.el (org-link-escape): Fix typo in docstring.
20669
20670 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
20671
20672 * org.el (org-yank): Make any prefix force normal yanking.
20673 Suppress folding if text would be swallowed into a folded
20674 subtree.
20675 (org-yank-folded-subtrees, org-yank): Docstring updates.
20676
20677 * org-agenda.el (org-agenda-compare-effort): Treat no effort
20678 defined as 0.
20679
20680 * org-exp.el (org-export-language-setup): Add Catalan and
20681 Esperanto language entries.
20682
20683 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
20684
20685 * org.el (org-refile): Allow refiling of entire regions.
20686
20687 * org-clock.el (org-clock-time%): New function.
20688
20689 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
20690 retrieve property values.
20691
20692 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
20693
20694 * org-agenda.el (org-agenda-list): Handle the value `only' of
20695 org-agenda-show-log'.
20696 (org-agenda-log-mode): Interpret a double prefix arg.
20697
20698 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
20699
20700 * org-exp.el (org-export-html-footnotes-section): New variable.
20701 (org-export-as-html): Use `org-export-html-footnotes-section' to
20702 insert the footnotes.
20703 (org-export-language-setup): Add "Footnotes" to language words.
20704
20705 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
20706
20707 * org.el (org-yank): Fix bug when not inserting a subtree.
20708
20709 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
20710
20711 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
20712 instead of `vm-beginning-of-message'.
20713
20714 * org.el (org-make-link-regexps): Make sure that links to gnus can
20715 contain brackets.
20716
20717 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
20718
20719 * org-attach.el (org-attach-dir): Remove duplicate ID creation
20720 code.
20721
20722 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
20723 shell output.
20724
20725 * org.el (org-link-abbrev-alist): Improve customization type.
20726
20727 * org-attach.el (org-attach-expand-link, org-attach-expand):
20728 New functions.
20729
20730 * org-agenda.el (org-agenda-get-progress): Rename from
20731 `org-get-closed'. Implement searching for state changes as well.
20732 (org-agenda-log-mode-items): New option.
20733 (org-agenda-log-mode): New option prefix argument, interpreted as
20734 request to show all possible progress info.
20735 (org-agenda-get-day-entries): Call `org-get-progress' instead of
20736 `org-get-closed'.
20737 (org-agenda-set-mode-name): Handle the more complex log mode
20738 settings.
20739 (org-get-closed): New alias, pointing to `org-get-progress'.
20740
20741 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
20742
20743 * org.el (org-file-apps-defaults-gnu)
20744 (org-file-apps-defaults-macosx)
20745 (org-file-apps-defaults-windowsnt): Add an entry defining the
20746 system command.
20747 (org-file-apps): Allow `system' as key and value.
20748 (org-open-at-point): Explain the effect of a double prefix arg.
20749 (org-open-file): If the argument `in-emacs' is (16),
20750 i.e. corresponding to a double prefix argument, try to open the
20751 file externally.
20752
20753 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
20754
20755 * org.el (org-insert-link): Abbreviate absolute files names in
20756 links. Also, fix a bug in which the double C-u prefix would not
20757 be honored.
20758
20759 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
20760
20761 * org.el (org-insert-heading): If buffer does not end with a
20762 newline, add one if necessary to insert headline correctly.
20763
20764 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
20765 paragraphs, not inside.
20766
20767 * org.el (org-todo):
20768 Quote `org-agenda-headline-snapshot-before-repeat'.
20769
20770 * org-exp.el (org-export-as-html): Fully process link descriptions.
20771 (org-export-html-format-desc): New function.
20772 (org-export-as-html): Collect footnotes into the correct basket.
20773 (org-html-protect): No longer protect quotations marks here, this
20774 goes wrong.
20775
20776 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
20777 BEG.
20778
20779 * org-compat.el (org-fit-window-to-buffer): New function (not
20780 really, a preliminary and incomplete version was present earlier,
20781 but not used).
20782
20783 * org.el (org-fast-todo-selection, org-fast-tag-selection):
20784 Use `org-fit-window-to-buffer'.
20785
20786 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
20787
20788 * org-agenda.el (org-agenda-get-restriction-and-command)
20789 (org-fit-agenda-window, org-agenda-convert-date):
20790 Use `org-fit-window-to-buffer'.
20791
20792 * org-exp.el (org-export-as-html): Process href links through
20793 `org-export-html-format-href'.
20794 (org-export-html-format-href): New function.
20795
20796 * org-agenda.el (org-agenda-todo): Update only the current
20797 headline if this is a repeated TODO, marked done for today.
20798 (org-agenda-change-all-lines): New argument JUST-THIS, to change
20799 only the current line.
20800
20801 * org.el (org-todo): Take a snapshot of the headline if the
20802 repeater might change it.
20803
20804 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
20805
20806 * org-publish.el (org-publish-find-title): Remove buffers visited
20807 only for extracting the title.
20808
20809 * org-exp.el (org-export-html-style)
20810 (org-export-html-style-default): Mark style definitions as
20811 unparsed CDATA.
20812
20813 * org-publish.el (org-publish-validate-link):
20814 Function re-introduced.
20815
20816 2008-11-12 Charles Sebold <csebold@gmail.com>
20817
20818 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
20819 property.
20820 (org-plot-quote-timestamp-field): New function.
20821 (org-plot-quote-tsv-field): Call timestamp field function when
20822 necessary rather than just quoting as a string.
20823 (org-plot/gnuplot-to-data): Pass in timefmt property.
20824 (org-plot/gnuplot-script): Supports timefmt property.
20825 (org-plot/gnuplot): Checks for timestamp column before checking
20826 for text index column.
20827
20828 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
20829
20830 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
20831
20832 * org-publish.el (org-publish-org-index): Create a section in the
20833 index file.
20834 (org-publish-org-index): Stop linking to directories.
20835
20836 * org.el (org-emphasis-alist): Use span instead of <u> to
20837 underline text.
20838
20839 * org-exp.el (org-export-as-html): Make sure <p> is closed before
20840 <pre> sections.
20841
20842 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
20843
20844 * org-jsinfo.el (org-infojs-template): Remove language attribute
20845 from script tag.
20846
20847 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
20848
20849 * org-agenda.el (org-agenda-remove-marked-text): New function.
20850 (org-agenda-mark-filtered-text)
20851 (org-agenda-unmark-filtered-text): New functions.
20852 (org-write-agenda): Remove filtered text.
20853
20854 * org.el (org-make-tags-matcher): Give access to TODO "property"
20855 without speed penalty.
20856
20857 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
20858
20859 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
20860 option.
20861 (org-store-link-props): Make sure adding to the plist works
20862 correctly.
20863
20864 * org-gnus.el (org-gnus-no-new-news): New function.
20865 (org-gnus-follow-link): Allow the article ID to be a message-id,
20866 in addition to allowing article numbers. Message IDs make much
20867 more roubust links.
20868 (org-gnus-store-link): Use message-id to create link.
20869
20870 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
20871
20872 * org.el (org-emphasize): Reverse the selection array.
20873 (org-emphasis-alist): Set <code> tags for the verbatim
20874 environment.
20875
20876 * org-remember.el (org-remember-handler): Fix bug with
20877 prefix-related changing of the note storage target.
20878
20879 * org-exp.el (org-print-icalendar-entries): Make the exported
20880 priorities compatible with RFC 2445.
20881
20882 * org-clock.el (org-clock-save): Insert time stamp without
20883 dependence on time-stamp.el.
20884
20885 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
20886
20887 * org.el ("saveplace"): If saveplace puts point into an invisible
20888 location, make it visible.
20889 (org-make-tags-matcher): Allow inactive time stamps in time
20890 comparisons.
20891 (org-yank-adjusted-subtrees): New option.
20892 (org-yank): Incorporate adjusting trees.
20893 (org-paste-subtree): New argument FOR-YANK which will cause
20894 insertion at point without backing up over white lines, and leave
20895 point at the end of the inserted text. Also if the cursor is
20896 at the beginning of a headline, use the same level or the inserted
20897 tree.
20898
20899 * org-publish.el (org-publish-get-base-files-1): Deal correctly
20900 with broken symlinks.
20901
20902 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
20903
20904 * org-exp.el (org-export-select-tags, org-get-current-options):
20905 Fix typo.
20906
20907 2008-11-06 Glenn Morris <rgm@gnu.org>
20908
20909 * org-publish.el (org-publish-attachment): Use copy-file rather than
20910 eshell/cp.
20911
20912 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
20913
20914 * org.el (org-columns-modify-value-for-display-function):
20915 * org-table.el (org-table-convert-region): Fix typos in docstrings.
20916
20917 2008-10-28 Glenn Morris <rgm@gnu.org>
20918
20919 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
20920
20921 * org-list.el (outline-next-heading, outline-back-to-heading):
20922 Fix declarations.
20923
20924 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
20925
20926 * org-agenda.el (org-format-agenda-item)
20927 (org-agenda-filter-make-matcher): Make sure tags are stored and
20928 compared downcased.
20929
20930 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
20931
20932 * org.el (org-insert-todo-heading): Fix bug with force-heading
20933 argument.
20934
20935 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
20936
20937 * org-exp.el (org-export-as-ascii): Handle the case that we are
20938 bulishing from an indirect buffer.
20939
20940 * org-table.el (org-table-copy-down): Fix bug with time stamp
20941 increment.
20942
20943 * org-mouse.el (org-mouse-features): New option.
20944 (org-mode-hook): Turn on features depending on
20945 `org-mouse-features'.
20946
20947 * org.el (org-insert-heading-respect-content): Force heading
20948 creation.
20949 (org-insert-heading): Keep the folding state of the heading before
20950 the inserted one.
20951
20952 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
20953
20954 * org-archive.el (org-archive-to-archive-sibling): Handle top
20955 level headlines better.
20956
20957 2008-10-26 Bastien Guerry <bzg@gnu.org>
20958
20959 * org-export-latex.el (org-export-latex-classes):
20960 Add \usepackage{graphicx} to the default list of packages.
20961
20962 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
20963
20964 * org-agenda.el (org-agenda-filter): Rename from
20965 `org-agenda-filter-tags'.
20966
20967 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
20968
20969 * org.el (org-entry-properties): Add CATEGORY property, iven if it
20970 is not defined as a property in this entry.
20971 (org-add-log-note): Mask prefix argument when immediately storing
20972 the note.
20973
20974 * org-agenda.el (org-agenda-filter-effort-default-operator):
20975 New option.
20976
20977 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
20978
20979 * org.el (org-add-log-setup): Bugfix; code to find insertion point
20980 after drawers was skipping ahead one line too many, so notes were
20981 inserted after the first note instead of before it.
20982
20983 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
20984
20985 * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
20986 New variables.
20987 (org-prepare-agenda): Reset the filter tags.
20988 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
20989 Show filter tags in mode line.
20990
20991 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
20992 formatter.
20993
20994 * org-export-latex.el (org-latex-entities-regexp): New constant.
20995 (org-export-as-pdf): Use two calls to `shell-command'.
20996
20997 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
20998
20999 * org-export-latex.el (org-export-latex-treat-sub-super-char):
21000 Honor the {} value of the subsuperscript setting. Make sure that
21001 longer subsuperscripts are typeset in a roman font.
21002
21003 * org.el (org-clock-update-time-maybe): Compute negative clock
21004 intervals correctly.
21005
21006 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
21007
21008 * org.el (org-add-log-setup):
21009 Respect `org-log-state-notes-insert-after-drawers'.
21010 (org-log-state-notes-insert-after-drawers): New option.
21011 (org-todo-trigger-tag-changes): New function.
21012 (org-todo): Call `org-todo-trigger-tag-changes'.
21013
21014 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
21015
21016 * org.el (org-add-log-setup): Only skip drawers if they are
21017 immediately after the scheduling keywords.
21018
21019 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
21020 function.
21021 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
21022 call it with the current todo state to get the state to switch to
21023 when clocking in.
21024 (org-clock-in): Use org-indent-line-function to indent clock lines.
21025 (org-clock-find-position): Fix indentation of empty clock drawers.
21026
21027 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
21028
21029 * org-publish.el (org-publish-org-to): Handle case when
21030 org-export-to-pdf does return a file name, not a buffer.
21031 (org-publish-org-to-pdf): New function.
21032
21033 * org-export-latex.el (org-export-as-pdf)
21034 (org-export-as-pdf-and-open): New commands.
21035
21036 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
21037 forms as ranges.
21038
21039 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
21040 things in protexted regions.
21041
21042 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
21043
21044 * org-export-latex.el (org-export-latex-preprocess):
21045 Improve quoting of LaTeX environments.
21046
21047 2008-10-19 Eli Zaretskii <eliz@gnu.org>
21048
21049 * org.el (org-default-notes-file):
21050 * org-publish.el (org-publish-timestamp-directory):
21051 * org-id.el (org-id-locations-file): Run file names that begin
21052 with a period thru `convert-standard-filename'.
21053
21054 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
21055
21056 * org-plot.el: Switch coding system to unix.
21057
21058 2008-10-12 John Wiegley <johnw@newartisans.com>
21059
21060 * org-attach.el: New file.
21061
21062 2008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
21063
21064 * org.el (org-edit-fixed-width-region): Exclude final newline from
21065 picture area.
21066
21067 * org-export-latex.el (org-export-latex-subcontent): Add labels to
21068 sections, to make internal links work.
21069 (org-export-latex-fontify-headline): Do not remove all text
21070 properties, to make sure that target properties survive this
21071 process.
21072
21073 * org-exp.el (org-export-preprocess-string): Change sequence of
21074 modifications, to make sure links are prepared before the LaTeX
21075 conversions do happen.
21076
21077 * org-attach.el (org-attach-delete-all): Rename from
21078 `org-attch-delete'. Add a security query before deleting the
21079 entire directory. New optional argument FORCE can overrule the
21080 security query.
21081 (org-attach-delete-one): New command.
21082
21083 * org-attach.el (org-attach-file-list): Fix bug with directory.
21084
21085 * org.el (org-apps-regexp-alist): New function.
21086 (org-file-apps): Add auto-mode to the default value.
21087 (org-open-file): Use the new structure of org-file-apps.
21088
21089 * org-attach.el (org-attach): Support the new keys.
21090 (org-attach-method): New option.
21091
21092 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
21093 March.
21094
21095 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
21096 of the list value o `org-use-tag-inheritance'.
21097
21098 * org-attach.el (org-attach-auto-tag): New option.
21099 (org-attach-tag, org-attach-untag): New functions.
21100 (org-attach-attach, org-attach-new, org-attach-sync):
21101 Call `org-attach-tag'.
21102 (org-attach-delete): Call `org-attach-untag'.
21103
21104 * org-table.el (orgtbl-self-insert-command): Make this work for
21105 the keypad as well.
21106
21107 * org.el (org-add-log-setup): Limit searc for drawers to entry
21108 text, not to subtree.
21109
21110 * org-clock.el (org-clock-heading-for-remember): New variable.
21111 (org-clock-in): Set `org-clock-heading-for-remember'.
21112
21113 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
21114
21115 * org-remember.el (org-remember-apply-template): Add new
21116 expansions: %k, %K for currently clocked task and a link to the
21117 currently clocked task, and %< to file notes in the currently
21118 clocked task.
21119
21120 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
21121
21122 * org-export-latex.el (org-export-latex-make-header): Also insert
21123 the content of the property :latex-header-extra.
21124
21125 * org-exp.el (org-infile-export-plist): Put the content of
21126 #+LATEX_HEADER: into the property :latex-header-extra.
21127
21128 * org-colview.el (org-columns-get-format-and-top-level):
21129 Remove resetting the marker.
21130
21131 * org.el (org-entry-property-inherited-from): Improve docstring.
21132 (org-entry-get-with-inheritance): Reset marker before starting the
21133 search.
21134
21135 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
21136
21137 * org.el (org-entry-get-multivalued-property)
21138 (org-entry-protect-space, org-entry-restore-space):
21139 New functions.
21140 (org-file-apps-defaults-macosx): Let PostScript files be opened by
21141 preview.
21142 (org-time-stamp-inactive): Call `org-time-stamp'.
21143 (org-time-stamp): New argument `inactive'. Also edit inactive
21144 stamps. Convert time stamp type.
21145 (org-open-file): Interpret the `default' value for the `command'
21146 in `org-file-apps'.
21147
21148 * org-id.el (org-id-int-to-b36-one-digit)
21149 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
21150 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
21151 b36.
21152
21153 * org-id.el (org-id-reverse-string): New function.
21154 (org-id-new): Use `org-id-reverse-string' to make sure the
21155 beginning chars of the ID are mutating fast. This allows to use a
21156 directory structure to spread things better.
21157 (org-id-prefix): Change default to nil.
21158
21159 * org-list.el (org-move-item-down, org-move-item-up): Remember and
21160 restore the column of the cursor position.
21161
21162 * org-remember.el (org-remember-apply-template): Remove properties
21163 from `initial'.
21164
21165 * org-wl.el (org-wl-open): Remove useless call to
21166 `wl-thread-open-all'.
21167
21168 * org-remember.el (org-remember-handler): Fix bug with `bottom'
21169 location.
21170
21171 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
21172 `org-bbdb-anniversaries'.
21173
21174 * org.el (org-get-next-sibling, org-forward-same-level):
21175 New functions, similar to the outline versions, but invisible headings
21176 are OK.
21177
21178 2008-10-12 Bastien Guerry <bzg@gnu.org>
21179
21180 * org.el (org-auto-repeat-maybe): Insert a space between
21181 the timestamp's type and the timestamp itself.
21182
21183 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
21184
21185 * org-table.el (org-table-sum): Do not format the result with %g,
21186 it does rounding when there are too many digits.
21187
21188 * org.el (org-map-entries): Protect the keyword-selecting variables.
21189
21190 2008-10-12 Bastien Guerry <bzg@gnu.org>
21191
21192 * org-agenda.el (org-agenda-to-appt): Make sure the function check
21193 against all agenda files.
21194
21195 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
21196 Bastien Guerry <bzg@gnu.org>
21197
21198 * org-list.el: New file, aggregating list functions from org.el
21199 and org-export-latex.el.
21200
21201 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
21202
21203 * org.el (org-edit-src-region-extra): New option.
21204
21205 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
21206 time before 1am.
21207
21208 2008-10-12 Bastien Guerry <bzg@gnu.org>
21209
21210 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
21211
21212 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
21213
21214 * org-plot.el (org-plot/gnuplot): Make tables starting with a
21215 hline work correctly.
21216 (org-plot/gnuplot-script): Put commas at the end of each script
21217 line.
21218
21219 * org.el (org-get-refile-targets): Replace links with their
21220 descriptions.
21221 (org-imenu-get-tree): Replace links with their descriptions.
21222
21223 * org-remember.el (org-remember-apply-template): Add a new
21224 expansion for adding properties to remember items.
21225
21226 * org.el (org-add-log-setup): Skip over drawers (properties,
21227 clocks etc) when adding notes.
21228
21229 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
21230 items as well as the start and end times.
21231
21232 * org-compat.el (org-get-x-clipboard-compat): Add a compat
21233 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
21234
21235 * org-remember.el (org-get-x-clipboard): Use the compat
21236 function to get clipboard values when x-selection-value is
21237 unavailable. Use substring-no-properties instead of
21238 set-text-properties to remove text properties from the clipboard
21239 value.
21240
21241 * org-clock.el (org-update-mode-line): Support limiting the
21242 modeline clock string, and display the full todo value in the
21243 tooltip. Set a local keymap so mouse-3 on the clock string goes to
21244 the currently clocked task.
21245 (org-clock-string-limit): Add a custom value for the maximum
21246 length of the clock string in the modeline.
21247 (org-clock-mode-map): Add a keymap for the modeline string.
21248
21249 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
21250
21251 * org-compat.el (org-propertize): New function.
21252
21253 2008-10-12 Bastien Guerry <bzg@gnu.org>
21254
21255 * org-export-latex.el (org-export-latex-tables): Protect exported
21256 tables from further special chars conversion.
21257 (org-export-latex-preprocess): Preserve LaTeX environments.
21258 (org-list-parse-list): Parse descriptive lists.
21259 (org-list-to-generic, org-list-to-latex, org-list-to-html)
21260 (org-list-to-texinfo): Export descriptive lists.
21261 (org-quote-chars): Remove.
21262 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
21263 (org-export-latex-list-beginning-re): Rename to
21264 `org-list-beginning-re'.
21265 (org-list-item-begin): Rename to `org-list-item-beginning'.
21266
21267 2008-10-12 Eric Schulte <schulte.eric@gmail.com>
21268
21269 * org-plot.el: New file.
21270
21271 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
21272
21273 * org.el (org-refile): Allow refiling to the last entry in the
21274 buffer.
21275 (org-get-tags-at): Fix bug when inheritance is turned off.
21276
21277 * org.el (org-indent-line-function): No longer check for src
21278 regions, this is too much overhead.
21279
21280 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
21281 matching.
21282
21283 * org.el (org-scan-tags): Make sure that tags matching is not case
21284 sensitive. TODO keyword matching is case sensitive, however, to
21285 avoid confusion with similar words that are not meant to be
21286 keywords.
21287
21288 * org.el (org-get-local-tags-at): New function.
21289 (org-get-local-tags): New function.
21290
21291 * org-exp.el (org-export-get-categories): New function.
21292
21293 * org-agenda.el (org-sorting-choice)
21294 (org-agenda-sorting-strategy, org-agenda-get-todos)
21295 (org-agenda-get-timestamps, org-agenda-get-deadlines)
21296 (org-agenda-get-scheduled, org-agenda-get-blocks)
21297 (org-entries-lessp): Implement sorting by TODO state.
21298 (org-cmp-todo-state): New defsubst.
21299
21300 * org-colview.el (org-colview-construct-allowed-dates):
21301 New function.
21302 (org-columns-next-allowed-value):
21303 Use `org-colview-construct-allowed-dates'.
21304
21305 * org.el (org-protect-slash): New function.
21306 (org-get-refile-targets): Use `org-protect-slash'.
21307
21308 * org-agenda.el (org-global-tags-completion-table): New variable.
21309
21310 * org-exp.el (org-export-handle-export-tags): New function.
21311 (org-export-preprocess-string):
21312 Call `org-export-handle-export-tags'.
21313
21314 * org-publish.el (org-publish-expand-components): Function removed.
21315 (org-publish-expand-projects): Allow components to have components.
21316
21317 * org.el (org-indent-line-function): Do not indent in regions that
21318 are external source code.
21319 (org-yank-and-fold-if-subtree): New function.
21320
21321 * org-agenda.el (org-agenda-todayp): New function.
21322 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21323 Use `org-agenda-todayp'.
21324
21325 * org.el (org-insert-heading-respect-content)
21326 (org-insert-todo-heading-respect-content): New commands.
21327 (org-insert-heading-respect-content): New option.
21328 (org-insert-heading): Respect `org-insert-heading-respect-content'.
21329
21330 * org-clock.el (org-clock-find-position): Make sure the note after
21331 the clock line gets moved into the new clock drawer.
21332
21333 * org-id.el (org-id-new): New option.
21334
21335 * org-table.el (org-table-copy-down): Avoid overflow during
21336 increment. Use prefix argument 0 to temporarily disable the
21337 increment.
21338
21339 * org-exp.el (org-export-as-html): Do not turn on the major mode
21340 if the buffer will be killed anyway.
21341 (org-get-current-options): Exclude the #+TEXT field.
21342 (org-export-as-html): Make sure text before the first headline is
21343 a paragraph.
21344
21345 * org-publish.el (org-publish-org-to): Tell the exporter that this
21346 buffer will be killed, so it is not necessary to do major mode
21347 initialization.
21348
21349 * org-archive.el (org-archive-to-archive-sibling): Show empty
21350 lines after folding the archive sibling.
21351
21352 * org.el (org-log-note-extra): New variable.
21353
21354 2008-10-12 Bastien Guerry <bzg@gnu.org>
21355
21356 * org.el (org-additional-option-like-keywords): Add keywords for
21357 the _QUOTE, _VERSE and _SRC environments.
21358
21359 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
21360 exporting _QUOTE and _VERSE environments.
21361
21362 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
21363
21364 * org-agenda.el (org-agenda-filter-by-tag): New command.
21365
21366 * org-exp.el (org-get-current-options): Remove angular brackets
21367 from the date entry.
21368
21369 * org.el (org-edit-fixed-width-region): New function.
21370 (org-edit-fixed-width-region): Also try
21371 `org-edit-fixed-width-region'.
21372 (org-edit-fixed-width-region-mode): New option.
21373 (org-activate-code): Only interpret lines starting with colon
21374 plus a space as example lines.
21375
21376 * org-remember.el (org-remember-templates): Add nil instead of
21377 empty strings to fix the length of remember templates.
21378
21379 * org-table.el (org-calc-default-modes): Fix the time format for
21380 calc, from 12 hour to 24 hour clock.
21381
21382 * org-agenda.el (org-agenda-get-deadlines)
21383 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
21384 entries that are pre-warnings of deadlines or reminders.
21385
21386 * org.el (org-sort-entries-or-items): Make numeric and alpha
21387 comparisons ignore any TODO keyword and priority cookie.
21388
21389 * org-remember.el (org-remember-handler): Reinterpretation of the
21390 prefix argument.
21391
21392 * org-agenda.el (org-agenda-get-scheduled): Use new
21393 `org-scheduled' face.
21394
21395 * org-faces.el (org-scheduled): New face.
21396
21397 * org-wl.el (org-wl-open): Remove incorrect declaration.
21398
21399 * org-gnus.el (org-gnus-store-link): Support for :to information
21400 in gnus links.
21401
21402 * org-exp.el (org-export-as-html): Fix typo in creator
21403 information.
21404 (org-export-protect-examples): New parameter indent. Insert extra
21405 spaces only when this parameter is specified.
21406 (org-export-preprocess-string): Call `org-export-protect-examples'
21407 with an indentation parameter when exporting to ASCII.
21408
21409 * org-remember.el (org-remember-templates)
21410 (org-remember-apply-template): Allow the file component to be a
21411 function.
21412
21413 * org.el (org-goto-local-search-headings): Rename from
21414 `org-goto-local-search-forward-headings'. Added the possibility
21415 to search backwards.
21416
21417 * org-export-latex.el (org-export-latex): New customization
21418 group.
21419
21420 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
21421
21422 * org-exp.el (org-html-do-expand): Allow {} to terminate
21423 tex macro.
21424
21425 * org.el (org-buffer-list): Select buffers based on major mode,
21426 not on file name.
21427
21428 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
21429 face property.
21430
21431 * org-colview.el (org-columns-display-here):
21432 Use `org-columns-modify-value-for-display-function'.
21433
21434 * org.el (org-columns-modify-value-for-display-function): New option.
21435
21436 * org-publish.el (org-publish-file): Make sure the directory match
21437 for the publishing directory works correctly.
21438
21439 * org-agenda.el (org-agenda-execute-calendar-command)
21440 (org-agenda-diary-entry): Additional optional argument.
21441
21442 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
21443
21444 * org-exp.el (org-export-as-html): Add attributes also in mailto
21445 and ftp links.
21446
21447 * org.el (org-autoload): Add `org-dblock-write:columnview'.
21448
21449 2008-08-11 Glenn Morris <rgm@gnu.org>
21450
21451 * org-mac-message.el (do-applescript): Fix declaration.
21452
21453 2008-08-10 Glenn Morris <rgm@gnu.org>
21454
21455 * org-exp.el (org-export-as-html): Let-bind `i'.
21456
21457 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
21458 (org-extract-attributes): Let-bind `key', `value'.
21459 (org-make-tags-matcher): Let-bind `time-p'.
21460
21461 2008-07-27 Carsten Dominik <dominik@science.uva.nl>
21462
21463 * org-install.el: New file.
21464
21465 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
21466
21467 * org-exp.el (org-export-html-style)
21468 (org-export-html-style-extra): Declare as safe-local-variable.
21469
21470 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
21471
21472 * org-publish.el (org-publish-file): Use the true name of the
21473 file.
21474
21475 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
21476 instead of :style.
21477
21478 * org-exp.el (org-export-plist-vars)
21479 (org-export-add-options-to-plist): Handle creator setting flag.
21480 (org-export-as-html): Handle attributes also for ftp and mailto
21481 links.
21482
21483 * org-agenda.el (org-agenda-diary-entry)
21484 (org-agenda-execute-calendar-command): Cater for the second
21485 argument of `calendar-cursor-to-date'.
21486
21487 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
21488
21489 * org-exp.el (org-export-region-as-html, org-export-as-html):
21490 Make sure that calls from `org-export-region-as-html' do not do the
21491 special check for a subtree.
21492
21493 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
21494
21495 * org.el (org-open-file):
21496 Use `org-open-directory-means-index-dot-org'.
21497 (org-open-directory-means-index-dot-org): New option.
21498
21499 * org.el (org-make-link-string): Remove link attributes from
21500 description.
21501 (org-open-at-point): Remove link attributes before using the path.
21502
21503 * org-exp.el (org-export-as-html): Handle link attributes.
21504
21505 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
21506
21507 * org-table.el (org-table-to-lisp): New function.
21508
21509 * org.el (org-narrow-to-subtree): Do not include the final newline
21510 into the narrowed region.
21511
21512 * org-agenda.el (org-agenda-custom-commands-local-options):
21513 Fix bug with user-define skipping condition.
21514
21515 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
21516
21517 * org-exp.el (org-export-html-style-default): Automatic overflow
21518 handling for pre fields.
21519 (org-export-as-ascii, org-export-as-html): Change default format
21520 for time stamp.
21521
21522 * org-table.el (org-table-export): Offer completion for translator
21523 functions, and do not require a heading above the table.
21524
21525 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
21526 Cater for the case of a list starting in the first line of the
21527 buffer.
21528
21529 * org-publish.el (org-publish-find-title): Bug fix.
21530 (org-publish-org-index): Implement new :index-style option.
21531
21532 * org-publish.el (org-publish-timestamp-filename):
21533 Use SHA1-encoded file names in the timestamp directory.
21534
21535 * org-publish.el (org-publish-needed-p): Be verbose about files
21536 published and files skipped.
21537
21538 * org-exp.el (org-export-preprocess-string): Swap link
21539 normalization and internal link targeting.
21540
21541 * org-publish.el (org-publish-needed-p): Create timestamp
21542 directory when it does not exist.
21543
21544 * org-clock.el (org-clock-out-when-done): Doc fix.
21545
21546 * org.el (org-agenda-skip-unavailable-files): Doc fix.
21547
21548 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
21549 Ignore case when searching for the COMMENT cookie at export time.
21550
21551 * org-exp.el (org-get-file-contents)
21552 (org-get-and-remove-property): New functions.
21553 (org-export-handle-include-files): Handle the new prefix options.
21554 (org-export-as-html): Fix the verse environment.
21555
21556 * org.el (org-time=, org-time<, org-time<=, org-time>)
21557 (org-time>=, org-time<>, org-2ft): New functions.
21558 (org-op-to-function): Also provide for the time testing functions.
21559
21560 * org-exp.el (org-export-html-style-default): New constant.
21561
21562 * org-exp.el (org-export-html-style-extra): New variable.
21563 (org-export-splice-style): New function.
21564
21565 * org-exp.el (org-export-plist-vars, org-export-as-html):
21566 Implement `org-export-creator-info'.
21567 (org-export-creator-info): New option.
21568
21569 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
21570 (org-property-drawer-re, org-clock-drawer-re): New constants.
21571
21572 * org-exp.el (org-icalendar-use-deadline)
21573 (org-icalendar-use-scheduled): New options.
21574 (org-icalendar-include-todo): Default changed to t.
21575 (org-print-icalendar-entries): Implement better utilization of
21576 scheduling and deadline time stamps.
21577 (org-export-target-internal-links, org-export-as-html): Allow file
21578 lines without the "file:" prefix if the file path is an absolute
21579 path or starts with ".".
21580
21581 * org-clock.el (org-clocktable-shift): Also understand yesterday,
21582 lastweek etc.
21583 (org-clock-special-range): Also understand yesterday, lastweek etc.
21584
21585 * org.el (org-agenda-skip-archived-trees): Docstring now
21586 discourages using this.
21587 (org-scan-tags): Check for org-agenda-archives-mode.
21588 (org-map-entries): Make sure org-agenda-archives-mode is nil.
21589 (org-agenda-files): Functionality of second arg changed.
21590
21591 * org-agenda.el (org-agenda-archives-mode): New variable.
21592 (org-write-agenda, org-prepare-agenda, org-agenda-list)
21593 (org-search-view, org-todo-list, org-tags-view)
21594 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
21595 `ifmode' argument.
21596 (org-agenda-quit): Reset the archives mode.
21597 (org-agenda-archives-mode): New command.
21598 (org-agenda-set-mode-name): Include archives info.
21599
21600 * org.el (org-paste-subtree): Make sure the yanked headline is
21601 visible if it was yanked at a visible point.
21602 (org-move-item-up): Fix the bug with moving white space at the end
21603 of the item.
21604 (org-show-empty-lines-in-parent): New function.
21605
21606 2008-07-19 Juri Linkov <juri@jurta.org>
21607
21608 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
21609 new keymap `narrow-map' instead of binding "\C-xns".
21610
21611 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
21612
21613 * org.el (org-agenda-skip-unavailable-files):
21614 * org-clock.el (org-clock-out-when-done): Doc fixes.
21615
21616 2008-06-18 Glenn Morris <rgm@gnu.org>
21617
21618 * org.el (org-map-entries): Let-bind `file'.
21619
21620 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21621
21622 * org-colview.el (org-columns-next-allowed-value): Bug fix.
21623
21624 * org-agenda.el (org-agenda-get-closed): Get the end time into the
21625 agenda prefix as well.
21626
21627 * org-publish.el (org-publish-org-index): Make a properly indented
21628 list.
21629
21630 * org.el (org-calendar-agenda-action-key): New option.
21631 (org-get-cursor-date): New function.
21632 (org-mark-entry-for-agenda-action): New command.
21633 (org-overriding-default-time): New variable.
21634 (org-read-date): Respect `org-overriding-default-time'.
21635
21636 * org-remember.el (org-remember-apply-template): Respect the
21637 overriding default time.
21638
21639 * org-agenda.el (org-agenda-action-marker): New variable.
21640 (org-agenda-action): New command.
21641 (org-agenda-do-action): New function.
21642
21643 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21644
21645 * org.el (org-schedule, org-deadline): Protect scheduled and
21646 deadline tasks against changes that accidentally remove the
21647 repeater. Also show a message with the new date when done.
21648
21649 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21650
21651 * org.el (org-beginning-of-line): Cater for the case when there
21652 are tags but no headline text.
21653 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
21654 it set.
21655
21656 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21657
21658 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
21659 the return value is nil instead of "nil" when there is no match.
21660
21661 * org-exp.el (org-insert-centered): Use fill-column instead of
21662 80.
21663 (org-export-as-ascii): Use string-width to measure the width of
21664 the heading.
21665
21666 * org.el (org-diary-to-ical-string): No longer kill buffer
21667 FROMBUF, this is now done by the caller.
21668
21669 * org-exp.el (org-print-icalendar-entries): Move the call to
21670 `org-diary-to-ical-string' out of the loop, and kill the buffer
21671 afterwords.
21672
21673 * org-remember.el (org-remember-visit-immediately):
21674 Position cursor after moving to the note.
21675 (org-remember-apply-template): Use a text property to record the
21676 cursor position.
21677 (org-remember-handler): Align tags after pasting the note.
21678
21679 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21680
21681 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
21682
21683 * org-agenda.el (org-agenda-open-link): If there is an
21684 org-bbdb-name property in the current line, jump to that bbdb
21685 entry.
21686
21687 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
21688 text property, so that the agenda knows where this entry comes
21689 from.
21690
21691 * org-agenda.el (org-agenda-clock-in): Fix bug in the
21692 interaction between clocking-in from the agenda, and automatic
21693 task state switching.
21694
21695 * org-macs.el (org-with-point-at): Bug fix in macro definition.
21696
21697 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
21698 zmacs-region stays after this command in XEmacs.
21699
21700 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21701
21702 * org.el (org-scan-tags): Allow new values for ACTION parameter.
21703
21704 * org-remember.el (org-remember-templates): Fix bug in
21705 customization type definition.
21706
21707 * org.el (org-map-entries): New function.
21708
21709 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21710
21711 * org-agenda.el (org-agenda-skip-comment-trees): New option.
21712 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
21713
21714 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21715
21716 * org-remember.el (org-jump-to-target-location): New variable.
21717 (org-remember-apply-template):
21718 Set `org-remember-apply-template' if requested by template.
21719 (org-remember-handler): Start an idle timer to jump to
21720 remember location.
21721
21722 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
21723
21724 * org.el (org-set-regexps-and-options): Fix bug with parsing of
21725 file tags.
21726 (org-get-tags-at): Add the content of `org-file-tags'.
21727
21728 * org-exp.el (org-export-handle-comments): Fix bug with several
21729 comment lines after each other.
21730 (org-number-to-roman, org-number-to-counter): New functions.
21731 (org-export-section-number-format): New option.
21732
21733 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21734
21735 * org-exp.el (org-export-protect-examples): Catch the case of a
21736 missing end_example line.
21737
21738 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
21739 `org-file-tags' to nil.
21740
21741 * org-colview.el (org-columns-next-allowed-value): Handle next
21742 argument NTH to directly select a value.
21743
21744 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21745
21746 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
21747
21748 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21749
21750 * org.el (org-columns-ellipses): New option.
21751
21752 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21753
21754 * org-colview.el (org-columns-add-ellipses): New function.
21755 (org-columns-compact-links): New function.
21756 (org-columns-cleanup-item): Call `org-columns-compact-links'.
21757 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
21758 when in agenda.
21759 (org-columns-edit-value): Fix bug with editing values from
21760 agenda column view.
21761 (org-columns-redo): Also redo the agenda itself.
21762
21763 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21764
21765 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
21766 New option.
21767
21768 * org-colview.el (org-agenda-columns-cleanup-item): New function.
21769
21770 * org-exp.el (org-export-ascii-preprocess): Rename from
21771 `org-export-ascii-clean-string'.
21772 (org-export-kill-licensed-text)
21773 (org-export-define-heading-targets)
21774 (org-export-handle-invisible-targets)
21775 (org-export-target-internal-links)
21776 (org-export-remove-or-extract-drawers)
21777 (org-export-remove-archived-trees)
21778 (org-export-protect-quoted-subtrees)
21779 (org-export-protect-verbatim, org-export-protect-examples)
21780 (org-export-select-backend-specific-text)
21781 (org-export-mark-blockquote-and-verse)
21782 (org-export-remove-comment-blocks-and-subtrees)
21783 (org-export-handle-comments, org-export-mark-radio-links)
21784 (org-export-remove-special-table-lines)
21785 (org-export-normalize-links)
21786 (org-export-concatenate-multiline-links)
21787 (org-export-concatenate-multiline-emphasis): New functions,
21788 obtained from spliting the export preprocessor.
21789
21790 * org-table.el (org-table-recalculate): Improve error message if
21791 the row number is invalid.
21792
21793 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21794
21795 * org-archive.el (org-archive-save-context-info): Fix bugs in
21796 customization setup and docstring.
21797
21798 * org-exp.el (org-export-html-style): Change the size of in the
21799 <pre> element to 90%.
21800
21801 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21802
21803 * org.el (org-find-src-example-start): Function removed.
21804 (org-edit-src-find-region-and-lang): New function.
21805
21806 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21807
21808 * org.el (org-edit-src-exit): New function.
21809 (org-exit-edit-mode): New minor mode.
21810
21811 * org-exp.el (org-export-preprocess-string): Fix bug with removing
21812 comment-like lines from protected examples.
21813
21814 * org.el (org-edit-src-example, org-find-src-example-start)
21815 (org-protect-source-example, org-edit-special): New functions.
21816
21817 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21818
21819 * org-publish.el (org-publish-project-alist): Fix typo in
21820 docstring.
21821 (org-publish-project-alist): Handle :index-title property.
21822
21823 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21824
21825 * org-export-latex.el (org-export-as-latex): Make sure region
21826 bounds are correct. Parse subtree properties relating to export.
21827
21828 * org-exp.el (org-export-add-options-to-plist): New function.
21829 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
21830
21831 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21832
21833 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
21834 EXPORT_TITLE.
21835
21836 * org-exp.el (org-export-get-title-from-subtree)
21837 (org-export-as-ascii, org-export-as-html): Make sure the original
21838 region-beginning and region-end are used, even after moving point.
21839 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
21840 property.
21841
21842 * org-remember.el (org-remember-last-stored-marker): New variable.
21843 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
21844 (org-remember-handler): Also use marker to remember
21845 last-stored position.
21846
21847 * org.el (org-goto-marker-or-bmk): New function.
21848
21849 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21850
21851 * org.el (org-file-properties): Rename from `org-local-properties'.
21852 (org-scan-tags): Take file tags into account.
21853 (org-tags-match-list-sublevels): Default changed to t.
21854
21855 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
21856
21857 * org.el (org-update-parent-todo-statistics): New function.
21858
21859 * org-exp.el (org-icalendar-store-UID): New option.
21860 (org-icalendar-force-UID): Option removed.
21861 (org-print-icalendar-entries): IMplement UIDs.
21862
21863 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21864
21865 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
21866
21867 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21868
21869 * org-faces.el (org-column): Document how this face is being used
21870 and why sometimes the background faces shine through.
21871
21872 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
21873
21874 * org-publish.el (org-publish-attachment): Create publishing
21875 directory if it does not yet exist.
21876
21877 * org-table.el (org-calc-default-modes): Change default number
21878 format to (float 8).
21879
21880 * org.el (org-olpath-completing-read): New function.
21881 (org-time-clocksum-format): New option.
21882 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
21883
21884 * org-clock.el (org-clock-display, org-clock-out)
21885 (org-update-mode-line): Use `org-time-clocksum-format'.
21886
21887 * org-colview.el (org-columns-number-to-string):
21888 Use `org-time-clocksum-format'.
21889
21890 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21891
21892 * org-id.el: New file, move from contrib to core.
21893
21894 * org-exp.el (org-icalendar-force-UID): New option.
21895
21896 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21897
21898 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
21899 shifted by one day if there is a date range without an end time.
21900
21901 * org.el (org-try-structure-completion): New function.
21902
21903 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21904
21905 * org.el (org-set-font-lock-defaults): Improve fontification of
21906 description lists.
21907 (org-insert-item): Handle description lists.
21908 (org-adaptive-fill-function): Improve auto indentation in
21909 description lists.
21910
21911 * org-exp.el (org-export-as-html, org-export-preprocess-string):
21912 Implement VERSE environment.
21913 (org-export-preprocess-string): Implement the COMMENT
21914 environment.
21915
21916 * org-export-latex.el (org-export-latex-preprocess):
21917 Implement VERSE environment.
21918
21919 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21920
21921 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
21922 option.
21923
21924 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21925
21926 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
21927
21928 * org.el (org-quote-csv-field): New functions.
21929
21930 * org-table.el (org-table-export-default-format): Remove :splice
21931 from default format, we get the same effect by not specifying
21932 :tstart and :tend.
21933 (org-table-export): Improve setup, distinguish better between
21934 interactive and non-interactive use, allow specifying the format
21935 on the fly, better protection against wrong file names.
21936 (orgtbl-to-generic): Fix documentation. Do not require :tstart
21937 and :tend when :splice is omitted.
21938
21939 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21940
21941 * org-clock.el (org-clock-select-task): Make sure the selection
21942 letters are 1-9 and A-Z, no special characters.
21943
21944 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21945
21946 * org-exp.el (org-export-htmlize): New group.
21947 (org-export-htmlize-output-type)
21948 (org-export-htmlize-css-font-prefix): New options.
21949 (org-export-htmlize-region-for-paste): New function.
21950 (org-export-htmlize-generate-css): New command.
21951
21952 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21953
21954 * org.el (org-set-visibility-according-to-property): New function.
21955 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
21956 and compute the regular expressions, and update font-lock.
21957 (org-property-re): Allow a dash in property names.
21958
21959 * org-archive.el (org-extract-archive-file): Insert the file name
21960 without the path into the format, to allow the location format to
21961 contain a subdirectory.
21962
21963 * org-agenda.el (org-agenda-post-command-hook): If point is at end
21964 of buffer, and the `org-agenda-type' property undefined, use the
21965 value from the character before.
21966
21967 * org.el (org-add-planning-info): Don't let indentation for
21968 would-be timestamp become extra whitespace at the end of headline.
21969
21970 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
21971
21972 * org.el (org-remove-double-quotes, org-file-contents):
21973 New functions.
21974
21975 * org-exp.el (org-infile-export-plist): Also parse the
21976 contents of #+SETUPFILE files, recursively.
21977
21978 * org.el (org-set-regexps-and-options): Also parse the
21979 contents of #+SETUPFILE files, recursively.
21980
21981 * org-exp.el (org-export-handle-include-files): New function.
21982 (org-export-preprocess-string):
21983 Call `org-export-handle-include-files'.
21984
21985 * org.el (org-delete-property-globally)
21986 (org-delete-property, org-set-property): Ignore case during
21987 completion.
21988 (org-set-property): Use `org-completing-read' instead of
21989 `completing-read'.
21990
21991 * org.el (org-complete-expand-structure-template): New,
21992 experimental function.
21993 (org-structure-template-alist): New, experimental option.
21994 (org-complete): Call `org-complete-expand-structure-template'.
21995
21996 2008-06-17 Bastien Guerry <bzg@gnu.org>
21997
21998 * org-export-latex.el (org-export-latex-preprocess):
21999 Add support for blockquotes.
22000
22001 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
22002
22003 * org.el (org-read-date-analyze): Catch the case where only a
22004 weekday is given.
22005
22006 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
22007
22008 * org.el (org-set-font-lock-defaults): Make the description
22009 tag bold.
22010
22011 * org-exp.el (org-export-as-html, org-close-li):
22012 Implement description lists.
22013
22014 2008-06-17 Jason Riedy <jason@acm.org>
22015
22016 * org-table.el (*orgtbl-default-fmt*): New variable.
22017 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
22018 when there is no other fmt available.
22019
22020 (orgtbl-to-generic): Allow an explicitly nil :tstart or
22021 :tend to suppress the appropriate string.
22022
22023 (orgtbl-to-orgtbl): New function for translating to another orgtbl
22024 table.
22025
22026 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
22027
22028 * org.el (org-read-date-analyze): "." as an alias for "+0" in
22029 read date.
22030
22031 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
22032 New function.
22033
22034 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
22035 New function.
22036
22037 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
22038
22039 * org-clock.el (org-clock-find-position): Don't include notes
22040 into clock drawer.
22041
22042 * org-archive.el (org-archive-subtree): No longer remove an
22043 extra line after cutting the subtree. `org-cut-subtree' already
22044 takes care of this.
22045
22046 * org-remember.el (org-remember-handler): Only kill the target
22047 buffer if it does not contain the running clock.
22048
22049 * org.el (org-markers-to-move): New variable.
22050 (org-save-markers-in-region, org-check-and-save-marker)
22051 (org-reinstall-markers-in-region): New function.
22052 (org-move-subtree-down, org-copy-subtree): Remember relative
22053 marker positions before cutting.
22054 (org-move-subtree-down, org-paste-subtree): Restore relative
22055 marker positions after pasting.
22056
22057 * org-remember.el (org-remember-clock-out-on-exit): New option.
22058 (org-remember-finalize): Clock out only if the setting in
22059 `org-remember-clock-out-on-exit' requires it.
22060 (org-remember-handler): Do the cleanup in the buffer, to make sure
22061 that the clock marker remains in tact.
22062
22063 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
22064
22065 * org-clock.el (org-clock-goto): Widen buffer if necessary.
22066 (org-clock-in): Make sure that also tasks outside the narrowed
22067 region will be clocked in correctly.
22068 (org-clock-insert-selection-line): Widen the buffer so that we can
22069 find the correct task heading.
22070
22071 * org.el (org-base-buffer): New function.
22072
22073 * org-exp.el (org-icalendar-cleanup-string): Make sure ","
22074 and ";" are escaped.
22075 (org-print-icalendar-entries): Also apply
22076 `org-icalendar-cleanup-string' to the headline, not only to the
22077 summary property.
22078
22079 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
22080
22081 * org-exp.el (org-export-preprocess-hook): New hook.
22082 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
22083
22084 * org.el (org-font-lock-hook): New variable.
22085 (org-font-lock-hook): New function.
22086 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
22087
22088 ;; Local Variables:
22089 ;; coding: utf-8
22090 ;; add-log-time-zone-rule: t
22091 ;; End:
22092
22093 Copyright (C) 2008-2012 Free Software Foundation, Inc.
22094
22095 This file is part of GNU Emacs.
22096
22097 GNU Emacs is free software: you can redistribute it and/or modify
22098 it under the terms of the GNU General Public License as published by
22099 the Free Software Foundation, either version 3 of the License, or
22100 (at your option) any later version.
22101
22102 GNU Emacs is distributed in the hope that it will be useful,
22103 but WITHOUT ANY WARRANTY; without even the implied warranty of
22104 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22105 GNU General Public License for more details.
22106
22107 You should have received a copy of the GNU General Public License
22108 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.