Spelling fixes.
[bpt/emacs.git] / lisp / org / ChangeLog
CommitLineData
a98edce9
JB
12011-12-06 Juanma Barranquero <lekktu@gmail.com>
2
3 * ob.el (org-babel-expand-body:generic, org-babel-number-p):
4 * ob-ref.el (org-babel-ref-parse): Fix typos.
5
20db1522
JB
62011-11-24 Juanma Barranquero <lekktu@gmail.com>
7
8 * ob.el (org-babel-execute-src-block): Fix typo.
9
fe7a3057
JB
102011-11-20 Juanma Barranquero <lekktu@gmail.com>
11
12 * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
13
f6cba7e0
AS
142011-11-20 Andreas Schwab <schwab@linux-m68k.org>
15
16 * org-list.el (org-list-send-item): Use sort instead of sort*.
17
cd1181db
JB
182011-11-20 Juanma Barranquero <lekktu@gmail.com>
19
20 * org-table.el (org-table-line-to-dline): Fix typo.
21
58179cce
JB
222011-11-16 Juanma Barranquero <lekktu@gmail.com>
23
7877f373
JB
24 * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
25 (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
26 (org-search-syntax-table, org-modify-diary-entry-string)
27 (org-write-agenda):
28 * org-bbdb.el (org-bbdb-anniv-export-ical):
58179cce 29 * org-bibtex.el (org-bibtex-fields):
7877f373
JB
30 * org-icalendar.el (org-icalendar-date-time-format):
31 * org-latex.el (org-export-latex-inline-image-extensions):
58179cce
JB
32 * org-list.el (org-list-insert-item): Fix typos.
33
40a8bdf6
JB
342011-11-11 Juanma Barranquero <lekktu@gmail.com>
35
36 * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
37
aa97fd08
EZ
382011-09-27 Eli Zaretskii <eliz@gnu.org>
39
40 * org.el (org-mode): Force left-to-right paragraphs in Org
41 buffers. For a related discussions, see
42 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
43
8d5ed899
JB
442011-09-17 Juanma Barranquero <lekktu@gmail.com>
45
46 * org.el (org-toggle-pretty-entities): Fix typo in message.
47
c3313451
CY
482011-09-02 Chong Yidong <cyd@stupidchicken.com>
49
50 * org-compat.el (org-pop-to-buffer-same-window): Deleted.
51
52 * ob-ref.el (org-babel-ref-goto-headline-id):
53 * org.el (org-get-location, org-tree-to-indirect-buffer)
54 (org-mark-ring-goto, org-refile, org-add-log-note)
55 (org-revert-all-org-buffers, org-switchb)
56 (org-cycle-agenda-files, org-submit-bug-report)
57 (org-goto-marker-or-bmk):
58 * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
59 * org-capture.el (org-capture-goto-target)
60 (org-capture-fill-template):
61 * org-clock.el (org-clock-goto):
62 * org-ctags.el (org-ctags-visit-buffer-or-file):
63 * org-exp.el (org-export-as-org):
64 * org-feed.el (org-feed-show-raw-feed):
65 * org-html.el (org-export-htmlize-generate-css):
66 * org-id.el (org-id-goto):
67 * org-irc.el (org-irc-visit-erc):
68 * org-mobile.el (org-mobile-apply):
69 * org-publish.el (org-publish-org-to, org-publish-find-date):
70 * org-remember.el (org-go-to-remember-target):
71 * org-src.el (org-src-switch-to-buffer)
72 (org-edit-fixed-width-region): Use switch-to-buffer.
73
f818cd2a
MR
742011-08-31 Martin Rudalics <rudalics@gmx.at>
75
76 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
77 argument from pop-to-buffer-same-window call.
78
9a70f03d
PE
792011-07-30 Carsten Dominik <carsten.dominik@gmail.com>
80
81 * ob.el (org-babel-src-block-regexp): If a code block has a body,
82 its last character must be a newline.
83
5b409b39
BG
842011-07-28 Bastien Guerry <bzg@gnu.org>
85
86 * org-pcomplete.el: New file. Rename from org-complete.el.
87 * org-complete.el: Delete file.
88
3ab2c837
BG
892011-07-28 Bastien Guerry <bzg@gnu.org>
90
7877f373 91 * org-publish.el (org-publish-index-generate-theindex): Rename
3ab2c837
BG
92 from `org-publish-index-generate-theindex.inc'. Use the file
93 theindex.org directly instead of including theindex.inc.
94 (org-publish-projects): Don't delete .orgx files.
95 (org-publish-aux-preprocess): Use .file.orgx.
96
972011-07-28 Bastien Guerry <bzg@gnu.org>
98
99 * org-html.el (org-export-html-preamble-format): New default for
100 the HTML preamble: don't include the title. Also improve the
101 docstring.
102 (org-export-html-postamble-format): Improve the docstring.
103 (org-export-as-html): Add the title within the "content" div.
104 This is necessary for interaction with the org-info.js script.
105
1062011-07-28 Michael Brand <michael.ch.brand@gmail.com>
107
108 * org-table.el (org-table-edit-field): Display field coordinates.
109
1102011-07-28 Bastien Guerry <bzg@gnu.org>
111
84f21110 112 * org-publish.el (org-publish-find-title): Bugfix: kill buffers
3ab2c837
BG
113 unless they were already visited.
114 (org-sitemap-sort-files, org-sitemap-sort-folders)
115 (org-sitemap-ignore-case, org-sitemap-requested)
84f21110 116 (org-sitemap-date-format, org-sitemap-file-entry-format): Use
3ab2c837
BG
117 a correct prefix.
118 (org-publish-projects): Make sure to delete .orgx files.
84f21110 119 (org-publish-index-generate-theindex.inc): Small docstring fix.
3ab2c837
BG
120
1212011-07-28 Bastien Guerry <bzg@gnu.org>
122
123 * org-table.el (org-table-duration-custom-format): New defcustom
124 to select output format of durations computations.
125 (org-table-time-seconds-to-string): Use the new variable.
126 (org-table-eval-formula): Allow `t' as a flag, on top of `T'. `t'
127 will use the custom output format defined in
128 `org-table-duration-custom-format'.
129
1302011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
131
84f21110 132 * org-list.el: Search blank lines down to the end of the item
3ab2c837
BG
133 instead of stopping at the item, in order to possibly match such
134 lines within the item.
135
1362011-07-28 Bastien Guerry <bzg@gnu.org>
137
84f21110 138 * org-latex.el (org-export-latex-href-format): Docstring fix to
3ab2c837 139 reflect the fact that you can use only one "%s".
84f21110 140 (org-export-latex-links): Allow `org-export-latex-href-format' to
3ab2c837
BG
141 have only one "%s".
142
1432011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
144
145 * org.el (org-org-menu): Add `org-copy-visible' to the menu.
146
1472011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
148
149 * org.el (org-copy-visible): New command.
150
1512011-07-28 Bastien Guerry <bzg@gnu.org>
152
84f21110 153 * org-capture.el (org-capture-templates): Docstring fix.
3ab2c837
BG
154
1552011-07-28 Eric Schulte <schulte.eric@gmail.com>
156
157 * ob.el (org-babel-view-src-block-info): New function to inspect
158 code blocks.
159
160 * ob-keys.el (org-babel-key-bindings): Key bindings for
84f21110 161 `org-babel-view-src-block-info'.
3ab2c837
BG
162
1632011-07-28 Bastien Guerry <bzg@gnu.org>
164
165 * org-exp.el (org-infile-export-plist): Handle recursively
166 included setup files. The value of the last included file always
167 takes precedence over previous values.
168
1692011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
170
7877f373 171 * org.el (org-timestamp-change): Keep point in the same category
3ab2c837
BG
172 when updating a time-stamp. This requires to be careful, as,
173 depending on the locale, name of day might change of length during
174 the process.
175
1762011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
177
84f21110 178 * org-footnote.el (org-footnote-create-definition): When skipping
3ab2c837
BG
179 already written footnotes definition, the algorithme would assume
180 each one was only one-line long.
181
1822011-07-28 Bastien Guerry <bzg@gnu.org>
183
184 * org-table.el (org-table-eval-formula): Fix bug when a formula
185 "range" is just one cell.
84f21110
BG
186 (org-table-time-string-to-seconds): Don't check whether we
187 manipulate a string.
3ab2c837
BG
188
1892011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
190
191 * org-exp.el (org-export-mark-list-end)
84f21110 192 (org-export-mark-list-properties): Don't remove the ending regexp
3ab2c837
BG
193 when it consists in blank lines.
194
84f21110 195 * org-list.el (org-list-parse-list): Ditto, but remove it
3ab2c837
BG
196 completely when it isn't made of blank lines (i.e. during export
197 process).
198
1992011-07-28 Bastien Guerry <bzg@gnu.org>
200
84f21110 201 * org-table.el (org-table-time-string-to-seconds): Match either
3ab2c837
BG
202 HH:MM:SS or HH:MM (instead of MM:SS).
203
2042011-07-28 Bastien Guerry <bzg@gnu.org>
205
206 * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
207 `org-ctrl-c-ctrl-c' cannot do anything useful in the given
208 context.
209
2102011-07-28 Bastien Guerry <bzg@gnu.org>
211
212 * org-html.el (org-export-html-with-timestamp)
213 (org-export-html-html-helper-timestamp): These are obsolete
214 variables as of Org version 7.7 as you can already export the
215 timestamp from the preamble or the postamble.
216 (org-export-html-before-content-div): Delete variable.
84f21110 217 (org-export-html-content-div): Obsolete variable as of 7.7.
3ab2c837
BG
218 (org-export-html-divs): New variable to define divs used in
219 HTML export.
220 (org-export-as-html): Now the preamble and the postamble are
84f21110
BG
221 surrounded by a <div ...>. The name of the div is defined through
222 `org-export-html-divs'.
3ab2c837
BG
223
2242011-07-28 Bastien Guerry <bzg@gnu.org>
225
226 * org-table.el (org-table-eval-formula): Throw an error when
227 trying to replace complex range with invalid references.
228
2292011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
230
84f21110 231 * org-macs.el (org-with-limited-levels): Some functions, like
3ab2c837
BG
232 `org-back-to-heading', being deeply based on outline-mode, still
233 refer to `outline-regexp' instead of `org-outline-regexp'.
234
2352011-07-28 Bastien Guerry <bzg@gnu.org>
236
84f21110 237 * org.el (org-refile-get-targets): New optional argument
3ab2c837
BG
238 `excluded-entries' to exclude entries from the targets.
239 (org-refile-get-location): From an org-mode buffer, exclude
240 current heading and subheadings from the list of targets when
84f21110 241 `org-refile-use-cache' is nil.
3ab2c837
BG
242
2432011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
244
84f21110 245 * org.el (org-imenu-get-tree): Headlines start at bol.
3ab2c837
BG
246
2472011-07-28 Eric Schulte <schulte.eric@gmail.com>
248
249 * ob-maxima.el: New file. Fixed self-proclaimed file name.
250
2512011-07-28 Eric Schulte <schulte.eric@gmail.com>
252
84f21110
BG
253 * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
254 lists.
3ab2c837
BG
255
2562011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
257
84f21110 258 * org.el (org-kill-is-subtree-p): Matched string needs to start at
3ab2c837
BG
259 bol.
260
2612011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
262
263 * org.el (org-paste-subtree, org-kill-is-subtree-p)
84f21110 264 (org-yank-folding-would-swallow-text, org-yank-generic): Use
3ab2c837
BG
265 `org-with-limited-levels' macro.
266
2672011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
268
84f21110 269 * org-macs.el (org-with-limited-levels): Also modify, when
3ab2c837
BG
270 appropriate, `org-outline-regexp-at-bol'.
271
2722011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
273
84f21110
BG
274 * org.el (org-timestamp-change): Some locales don't use the same
275 length for date abbreviations. Set a marker at origin in case
3ab2c837
BG
276 length of new timestamp is different.
277
2782011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
279
84f21110 280 * org.el (org-imenu-get-tree): Browse only true headlines.
3ab2c837
BG
281
2822011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
283
84f21110 284 * org-archive.el (org-archive-subtree): While it might be possible
3ab2c837 285 to archive an headline of a temporary buffer (i.e. not visiting a
c80e3b4a 286 file), it wouldn't be really sensible.
3ab2c837
BG
287
2882011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
289
290 * org-archive.el (org-extract-archive-file)
291 (org-extract-archive-heading, org-archive-subtree):
84f21110
BG
292 `buffer-file-name' is nil in an indirect buffer. Thus, use
293 `(buffer-file-name (buffer-base-buffer))', which will, in any
294 case, return the file name.
3ab2c837
BG
295
2962011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
297
84f21110 298 * org-capture.el (org-capture): If dired isn't loaded,
3ab2c837
BG
299 `dired-buffers' isn't defined, and %F will fail.
300
3012011-07-28 Eric Schulte <schulte.eric@gmail.com>
302
303 * ob-java.el (org-babel-execute:java): Don't create empty package
304 directories.
305
3062011-07-28 Eric Schulte <schulte.eric@gmail.com>
307
308 * ob-java.el: New file.
309
3102011-07-28 Eric Schulte <schulte.eric@gmail.com>
311
84f21110 312 * ob.el (org-babel-execute-src-block): Replace call to defunct
3ab2c837
BG
313 function `org-babel-result-hash'.
314
3152011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
316
84f21110
BG
317 * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
318 lines and headers in `message-mode'.
319 (org-footnote-at-reference-p): Remove check for cited lines, this
3ab2c837
BG
320 is now handled by the previous function. Refactor.
321
3222011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
323
84f21110 324 * org-capture.el (org-capture): If no file is associated to
9858f6c3 325 current buffer, check dired buffer and try to retrieve a possibly
3ab2c837
BG
326 directory associated.
327
3282011-07-28 Eric Schulte <schulte.eric@gmail.com>
329
330 * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
331 (not original) file buffer.
332
333 * ob.el (org-babel-current-result-hash): More informative name,
334 and remove useless optional argument.
335
3362011-07-28 Bastien Guerry <bzg@gnu.org>
337
84f21110 338 * org.el (org-refile-get-location): Exclude current heading from
3ab2c837
BG
339 the refile table.
340
3412011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
342
84f21110 343 * org-footnote.el (org-footnote-at-reference-p): Test if match is
3ab2c837 344 in cited text, when replying to a message.
84f21110
BG
345 (org-footnote-new): Do not create a new footnote at bol, as it
346 might be seen as a definition.
347 (org-footnote-at-definition-p): Ignore definitions in forbidden
3ab2c837
BG
348 blocks, as it is already the case for references.
349
3502011-07-28 Matt Lundin <mdl@imapmail.org>
351
352 * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
353 argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
354 have no effect).
355
3562011-07-28 Eric Schulte <schulte.eric@gmail.com>
357
358 * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
359 into empty strings.
360
3612011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
362
84f21110
BG
363 * org-list.el (org-list-insert-item): Actualize code comments.
364 (org-insert-item): For consistency, point cannot be moved at a
365 surprising place when the user is being asked to choose a new
366 description term to insert in the list. Point should stay where
367 the user called the command.
3ab2c837
BG
368
3692011-07-28 Bastien Guerry <bzg@gnu.org>
370
371 * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
372 (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
373
3742011-07-28 Bastien Guerry <bzg@gnu.org>
375
376 * org.el (org-outline-regexp-bol): New defconst.
377 (org-outline-level, org-set-font-lock-defaults, org-cycle)
378 (org-overview, org-content, org-flag-drawer)
379 (org-first-headline-recenter, org-insert-todo-heading)
380 (org-map-region, org-move-subtree-down, org-paste-subtree)
381 (org-kill-is-subtree-p, org-context-p, org-refile)
382 (org-refile-new-child, org-toggle-comment, org-todo)
383 (org-add-planning-info, org-add-log-setup, org-scan-tags)
384 (org-set-tags, org-insert-property-drawer)
385 (org-prepare-agenda-buffers, org-preview-latex-fragment)
386 (org-speed-command-default-hook, org-check-for-hidden)
387 (org-toggle-item, org-toggle-heading)
388 (org-indent-line-function, org-set-autofill-regexps)
389 (org-fill-paragraph, org-toggle-fixed-width-section)
390 (org-yank-generic, org-yank-folding-would-swallow-text)
391 (org-first-sibling-p, org-goto-sibling)
392 (org-goto-first-child, org-show-entry): Use
393 `org-outline-regexp' and `org-outline-regexp-bol'.
394
3952011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
396
397 * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
84f21110 398 be checked for parent, not current headline. Also, this function
3ab2c837
BG
399 doesn't need to be interactive.
400
4012011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
402
403 * org-list.el (org-list-send-item, org-list-struct-apply-struct)
84f21110 404 (org-apply-on-list, org-toggle-checkbox): Make markers point
3ab2c837
BG
405 nowhere when they have become useless.
406
4072011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
408
84f21110 409 * org-list.el (org-list-insert-item): When insertion point is in
3ab2c837 410 some white line after the end of the list, remove all unnecessary
84f21110 411 white lines there before proceeding. Also refactor a snippet of
3ab2c837
BG
412 code.
413
4142011-07-28 Bastien Guerry <bzg@gnu.org>
415
416 * org-latex.el (org-export-latex-image-default-option): Change
417 default value.
418
4192011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
420
84f21110 421 * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
3ab2c837
BG
422 correctly fontified when the buffer is missing a final newline.
423
4242011-07-28 Bastien Guerry <bzg@gnu.org>
425
426 * ob.el (org-babel-strip-protective-commas): Return `nil' instead
427 of an error if no argument is given.
84f21110
BG
428 (org-babel-parse-src-block-match): Make sure body is defined in
429 the let construct.
3ab2c837
BG
430
4312011-07-28 Jon Anders Skorpen <jonas@ifi.uio.no> (tiny change)
432
433 * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
434 did not find includes with double quoted file names.
435
4362011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
437
84f21110 438 * org-footnote.el (org-footnote-normalize): Footnote section
3ab2c837
BG
439 should be inserted only if there are footnotes to insert.
440
4412011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
442
443 * org-footnote.el (org-footnote-at-definition-p)
84f21110 444 (org-footnote-normalize): Do not grab signature in the definition
3ab2c837
BG
445 of the last footnote.
446
4472011-07-28 Eric Schulte <schulte.eric@gmail.com>
448
449 * org-bibtex.el (org-babel-trim): Declare this function to the
450 compiler.
451 (org-bibtex-get): Trimming whitespace off of bibtex fields read from
452 properties.
453
4542011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
455
84f21110
BG
456 * org-exp.el (org-export-preprocess-string): Add the possibility
457 to call recursively the function. Also change order of some
458 function calls. Comment export process for footnotes.
3ab2c837 459
84f21110
BG
460 * org-footnote.el (org-footnote-normalize): Change the export
461 specific parameter to hold properties of export. Thus, the
3ab2c837
BG
462 function can send every footnote definition in the buffer through
463 `org-export-process-string'.
464
4652011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
466
84f21110 467 * org-latex.el (org-export-latex-preprocess): First insert
3ab2c837
BG
468 footnotes in the temporary buffer so their contents can properly
469 be protected from further transformations if required.
470
4712011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
472
84f21110
BG
473 * org-list.el (org-list-indent-offset): New variable.
474 (org-list-struct-fix-ind): Make use of the new variable.
3ab2c837
BG
475
4762011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
477
84f21110 478 * org-latex.el (org-export-latex-list-parameters): Complete
3ab2c837
BG
479 default value with cbtrans option.
480
84f21110 481 * org-list.el (org-list-to-latex): Set a more consistent default
3ab2c837
BG
482 value.
483
4842011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
485
84f21110 486 * org-list.el (org-list-swap-items): Move it to a meaningful
3ab2c837
BG
487 position in source code (i.e. before any function using it), and
488 rename it to an easier name.
489
4902011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
491
84f21110 492 * org-list.el (org-list-separating-blank-lines-number): If there
3ab2c837
BG
493 are blank lines already in the whole list, add a blank line.
494
4952011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
496
84f21110
BG
497 * org-list.el (org-list-use-circular-move): New variable.
498 (org-previous-item, org-next-item): Make use of the new variable.
499 (org-move-item-down, org-move-item-up): Make use of the new
500 variable. Simplify code.
3ab2c837
BG
501
5022011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
503
84f21110 504 * org-list.el (org-list-delete-item, org-list-send-item): New
3ab2c837
BG
505 functions.
506
5072011-07-28 Bastien Guerry <bzg@gnu.org>
508
509 * org-agenda.el (org-agenda-bulk-custom-functions): New variable
510 for custom bulk action functions.
511 (org-agenda-bulk-action): Use it.
512
5132011-07-28 Bastien Guerry <bzg@gnu.org>
514
515 * org-latex.el (org-export-latex-quotes): New defcustom.
516 (org-export-latex-quotation-marks): Use it.
517
5182011-07-28 Bastien Guerry <bzg@gnu.org>
519
84f21110 520 * org-capture.el (org-capture-finalize): Bugfix about inserted
3ab2c837
BG
521 blank line when killing the capture buffer and
522 `org-blank-before-new-entry' tells to not insert anything before a
523 heading.
524
5252011-07-28 Bastien Guerry <bzg@gnu.org>
526
527 * org-html.el (org-export-html-content-div): Rename from
528 `org-export-content-div'.
529 (org-export-as-html): Use new name.
530
5312011-07-28 Bastien Guerry <bzg@gnu.org>
532
533 * org-latex.el (org-export-latex-header-defs-re): Delete.
534
5352011-07-28 Bastien <bzg@gnu.org>
536
537 * org.el (org-last-set-property): New variable.
538 (org-read-property-name): Use the new variable: the prompt
84f21110
BG
539 defaults to the last property set, unless there is a property in
540 the line at point.
3ab2c837
BG
541
5422011-07-28 David Maus <dmaus@ictsoc.de>
543
544 * org-capture.el (org-capture-before-finalize-hook)
545 (org-capture-after-finalize-hook, org-capture-mode-map)
546 (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
547 consistently refer to capture, not remember.
548
5492011-07-28 Eric Schulte <schulte.eric@gmail.com>
550
551 * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
552 "verbatim" results params.
553
5542011-07-28 Eric Schulte <schulte.eric@gmail.com>
555
556 * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
557 "scalar".
558
559 * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
560 "scalar".
561
562 * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
563 synonym for "scalar".
564
565 * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
566 "scalar".
567
5682011-07-28 Eric Schulte <schulte.eric@gmail.com>
569
570 * ob.el (org-babel-script-escape): Parse odd parens when nested
571 isnide lists.
572
5732011-07-28 Eric Schulte <schulte.eric@gmail.com>
574
575 * ob-clojure.el (org-babel-execute:clojure): No longer force
576 results into elisp if they don't naturally fit.
577
5782011-07-28 Eric Schulte <schulte.eric@gmail.com>
579
580 * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
581 already parsed lisp results.
582
5832011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
584
84f21110 585 * org-list.el (org-plain-list-ordered-item-terminator): Remove
3ab2c837
BG
586 incorrect assumption.
587
5882011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
589
84f21110 590 * org-footnote.el (org-footnote-forbidden-blocks): Add missing
3ab2c837
BG
591 exporter specific blocks.
592
84f21110 593 * org-list.el (org-list-forbidden-blocks): Ditto.
3ab2c837
BG
594
5952011-07-28 Bastien Guerry <bzg@gnu.org>
596
597 * org-latex.el (org-export-latex-tables): Bugfix: remove
598 properties from fields.
599
6002011-07-28 Bastien Guerry <bzg@gnu.org>
601
602 * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
603 to use `org-clock-timestamps-change'.
604
6052011-07-28 Bastien Guerry <bzg@gnu.org>
606
84f21110 607 * org.el (org-timestamp-up, org-timestamp-down): Mention time
3ab2c837
BG
608 changes in the docstring.
609
6102011-07-28 Bastien Guerry <bzg@gnu.org>
611
612 * org-clock.el (org-clock-remove-empty-clock-drawer): New function
613 to remove empty clock drawer.
614 (org-clock-out-hook): Add the new function as a hook.
615
6162011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
617
84f21110 618 * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
3ab2c837
BG
619
6202011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
621
7877f373 622 * org.el (org-in-block-p): New function.
3ab2c837 623
84f21110
BG
624 * org-footnote.el (org-footnote-forbidden-blocks): New variable.
625 (org-footnote-in-valid-context-p): New function.
626 (org-footnote-at-reference-p): Use new function. Allow inline
3ab2c837
BG
627 footnotes to start at bol.
628
6292011-07-28 Bastien Guerry <bzg@gnu.org>
630
631 * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
632 (org-lparse-warn): Use it.
633
6342011-07-28 Bastien Guerry <bzg@gnu.org>
635
84f21110 636 * org-ascii.el (org-export-as-utf8): Fix call to
3ab2c837
BG
637 `org-called-interactively-p': it requires an argument. Also fix
638 the docstring.
639
6402011-07-28 Eric Schulte <schulte.eric@gmail.com>
641
642 * ob-lilypond.el (show-all): Declaring function from outline.el.
643 (org-babel-default-header-args:lilypond): Declared.
644 (ly-process-basic): Use the appropriate prefix for the temporary
645 file, and don't call a function from ob-dot.el.
646 (ly-version): Let-bind a free variable.
647
6482011-07-28 Eric Schulte <schulte.eric@gmail.com>
649
650 * ob-lilypond.el: New file.
651
6522011-07-28 Bastien Guerry <bzg@gnu.org>
653
654 * org-publish.el
84f21110 655 (org-publish-cache-file-needs-publishing): Only check against .org
3ab2c837
BG
656 files.
657
6582011-07-28 Bastien Guerry <bzg@gnu.org>
659
84f21110
BG
660 * org.el (org-mode): Use `org-default' as the default face in
661 org-mode.
3ab2c837
BG
662
6632011-07-28 Bastien Guerry <bzg@gnu.org>
664
665 * org-publish.el
666 (org-publish-cache-file-needs-publishing): Takes care of more
667 recently included files, returning `t' in case the file including
668 them needs to be republished.
669
6702011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
671
84f21110
BG
672 * org-exp.el (org-export-preprocess-string): If the last subtree
673 is a task, footnotes may be removed along with the subtree. This
3ab2c837
BG
674 patch ensures footnotes are put at the end of the buffer after the
675 subtree has been removed.
676
6772011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
678
84f21110 679 * org-footnote.el (org-footnote-at-reference-p): Verify that what
3ab2c837 680 looks like a footnote doesn't belong to a link.
84f21110 681 (org-footnote-next-reference-or-definition): Check more strictly
3ab2c837
BG
682 footnote definitions.
683
d4423e17 6842011-07-28 Deech <deech@deech-ThinkPad-X200.(none)> (tiny change)
3ab2c837
BG
685
686 * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
687 language modes.
688
3ab2c837
BG
6892011-07-28 Eric Schulte <schulte.eric@gmail.com>
690
691 * ob-python.el (org-babel-python-evaluate-session): Inhibit return
692 of the eoe string during session evaluation.
693
6942011-07-28 Eric Schulte <schulte.eric@gmail.com>
695
696 * ob-python.el (org-babel-python-evaluate-session): Enough
697 newlines to ensure a return when ":results output :session".
698
6992011-07-28 Eric Schulte <schulte.eric@gmail.com>
700
701 * ob-python.el (org-babel-python-evaluate-session): Introduced a
702 new local function for sending input with a slight delay to allow
703 pythong to re-draw the prompt. No longer removing newlines inside
704 code block bodies (was due to a defective regexp).
705
7062011-07-28 Bastien Guerry <bzg@gnu.org>
707
84f21110
BG
708 * org-table.el (org-table-time-seconds-to-string): Use
709 `org-format-seconds' instead of `format-seconds'.
3ab2c837
BG
710
7112011-07-28 David Maus <dmaus@ictsoc.de>
712
713 * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
714 relative symlinks.
715
7162011-07-28 David Maus <dmaus@ictsoc.de>
717
718 * org-latex.el (org-export-latex-preprocess): Use function
719 argument instead of dynamically scoped symbol.
720
7212011-07-28 David Maus <dmaus@ictsoc.de>
722
723 * org-freemind.el (org-freemind-convert-links-helper)
724 (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
725 (org-freemind-get-node-style): Use org-string-match-p for backward
84f21110 726 compatibility with Emacs 22.
3ab2c837
BG
727
7282011-07-28 David Maus <dmaus@ictsoc.de>
729
730 * org-html.el (org-export-html-protect-char-alist): Add missing
731 :group keyword in defcustom.
732
7332011-07-28 David Maus <dmaus@ictsoc.de>
734
735 * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
84f21110 736 `kill-buffer' with argument indiciating to kill current
3ab2c837
BG
737 buffer. Emacs 22 compatibility.
738
7392011-07-28 David Maus <dmaus@ictsoc.de>
740
741 * org-macs.el (org-without-partial-completion): Toggle
742 partial-completion-mode only if it is turned on.
743
7442011-07-28 Bastien Guerry <bzg@gnu.org>
745
84f21110
BG
746 * org.el (org-add-planning-info): Fix issues with timestamps not
747 being inserted at the same position.
3ab2c837
BG
748
7492011-07-28 Bastien Guerry <bzg@gnu.org>
750
84f21110 751 * org-table.el (org-table-time-string-to-seconds)
3ab2c837
BG
752 (org-table-time-seconds-to-string): New functions.
753 (org-table-eval-formula): Implement the "T" (time) flag for
754 computing durations.
755
7562011-07-28 Jambunathan K <kjambunathan@gmail.com>
757
758 * org.el (org-modules): Add org-lparse and org-odt as contrib
759 modules.
760
7612011-07-28 Eric Schulte <schulte.eric@gmail.com>
762
763 * org.el (org-fontify-meta-lines-and-blocks-1): Include header
764 lines.
84f21110
BG
765 (org-additional-option-like-keywords): Include data as a synonym
766 for results.
3ab2c837
BG
767
7682011-07-28 Eric Schulte <schulte.eric@gmail.com>
769
770 * ob.el (org-babel-sha1-hash): Improving code layout and removing
771 export-variable headers in cache sha1.
772
7732011-07-28 Eric Schulte <schulte.eric@gmail.com>
774
84f21110 775 * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
3ab2c837
BG
776 rescan all IDs when trying to resolve a reference.
777
7782011-07-28 Julien Barnier <julien@nozav.org>
779
780 * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
84f21110 781 blocks lang attribute.
3ab2c837
BG
782
7832011-07-28 Eric S Fraga <e.fraga@ucl.ac.uk>
784
84f21110
BG
785 * org-latex.el (org-export-latex-timestamp-inactive-markup): New
786 option to allow different markup for inactive timestamps.
3ab2c837
BG
787
7882011-07-28 Eric Schulte <schulte.eric@gmail.com>
789
790 * ob-org.el (org-babel-expand-body:org): Implemented this
791 function, only action is to expand variables.
792 (org-babel-execute:org): Uses the new body-expansion function.
793
7942011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
795
84f21110 796 * org-list.el (org-list-full-item-re): Allow counter and check-box
3ab2c837 797 to be separated by white spaces.
84f21110 798 (org-list-struct-apply-struct): Reflect changes made to
3ab2c837
BG
799 `org-list-full-item-re'.
800
84f21110 801 * org-html.el (org-html-export-list-line): Recognize spaces
3ab2c837
BG
802 between counter and check-boxes as valid.
803
84f21110 804 * org-docbook.el (org-export-docbook-list-line): Ditto.
3ab2c837
BG
805
8062011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
807
84f21110 808 * org-list.el (org-list-insert-item): Make sure point is moved to
3ab2c837
BG
809 the specified POS before starting the function.
810
8112011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
812
84f21110 813 * org.el (org-activate-footnote-links): Properly fontify inline
3ab2c837 814 footnotes.
84f21110 815 (org-set-font-lock-defaults): Apply changes to previous function.
3ab2c837
BG
816
8172011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
818
84f21110
BG
819 * org-footnote.el (org-footnote-at-reference-p): First check if
820 point is at the beginning of a footnote. Indeed `org-in-regexp'
3ab2c837
BG
821 first checks backwards and might find an incorrect footnote if
822 they are side-by-side.
823
8242011-07-28 Michael Brand <michael.ch.brand@gmail.com>
825
826 * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
827 (org-agenda-block-separator): Add nil to docstring and customization.
828 (org-prepare-agenda): Skip agenda block separator additionally if
84f21110 829 `org-agenda-block-separator' is nil.
3ab2c837
BG
830 (org-agenda-overriding-header): Improve docstring.
831
8322011-07-28 Bastien Guerry <bzg@gnu.org>
833
834 * org.el (org-set-tags): Remove useless
835 `org-without-partial-completion'.
836
8372011-07-28 Eric Schulte <schulte.eric@gmail.com>
838
839 * org-footnote.el (org-fill-paragraph): Declare function for the
840 compiler.
841
8422011-07-28 Eric Schulte <schulte.eric@gmail.com>
843
844 * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
845
8462011-07-28 Eric Schulte <schulte.eric@gmail.com>
847
848 * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
849 to appease compiler.
850
8512011-07-28 Michael Markert <markert.michael@googlemail.com>
852
853 * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
84f21110 854 all `org-called-interactively-p' function invocations.
3ab2c837
BG
855
856 * org-agenda.el (org-agenda-redo): Adding optional argument KIND
84f21110 857 to all `org-called-interactively-p' function invocations.
3ab2c837 858 (org-agenda-show-1): Adding optional argument KIND to all
84f21110 859 `org-called-interactively-p' function invocations.
3ab2c837 860 (org-agenda-set-tags): Adding optional argument KIND to all
84f21110 861 `org-called-interactively-p' function invocations.
3ab2c837
BG
862
863 * org-ascii.el (org-export-as-latin1): Adding optional argument
84f21110 864 KIND to all `org-called-interactively-p' function invocations.
3ab2c837 865 (org-export-as-latin1-to-buffer): Adding optional argument KIND to
84f21110 866 all `org-called-interactively-p' function invocations.
3ab2c837 867 (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
84f21110 868 `org-called-interactively-p' function invocations.
3ab2c837 869 (org-export-region-as-ascii): Adding optional argument KIND to all
84f21110 870 `org-called-interactively-p' function invocations.
3ab2c837
BG
871
872 * org-docbook.el (org-export-region-as-docbook): Adding optional
84f21110 873 argument KIND to all `org-called-interactively-p' function
3ab2c837
BG
874 invocations.
875
876 * org-html.el (org-export-region-as-html): Adding optional
84f21110 877 argument KIND to all `org-called-interactively-p' function
3ab2c837
BG
878 invocations.
879
880 * org-latex.el (org-export-region-as-latex): Adding optional
84f21110 881 argument KIND to all `org-called-interactively-p' function
3ab2c837
BG
882 invocations.
883
884 * org-table.el (org-table-blank-field): Adding optional argument
84f21110 885 KIND to all `org-called-interactively-p' function invocations.
3ab2c837 886 (org-table-current-column): Adding optional argument KIND to all
84f21110 887 `org-called-interactively-p' function invocations.
3ab2c837 888 (org-table-current-dline): Adding optional argument KIND to all
84f21110 889 `org-called-interactively-p' function invocations.
3ab2c837 890 (org-table-sort-lines): Adding optional argument KIND to all
84f21110 891 `org-called-interactively-p' function invocations.
3ab2c837 892 (org-table-sum): Adding optional argument KIND to all
84f21110 893 `org-called-interactively-p' function invocations.
3ab2c837 894 (org-table-rotate-recalc-marks): Adding optional argument KIND to
84f21110 895 all `org-called-interactively-p' function invocations.
3ab2c837 896 (org-table-eval-formula): Adding optional argument KIND to all
84f21110 897 `org-called-interactively-p' function invocations.
3ab2c837 898 (orgtbl-send-table): Adding optional argument KIND to all
84f21110 899 `org-called-interactively-p' function invocations.
3ab2c837
BG
900
901 * org.el (org-mode): Adding optional argument KIND to all
84f21110 902 `org-called-interactively-p' function invocations.
3ab2c837 903 (org-copy-subtree): Adding optional argument KIND to all
84f21110 904 `org-called-interactively-p' function invocations.
3ab2c837 905 (org-paste-subtree): Adding optional argument KIND to all
84f21110 906 `org-called-interactively-p' function invocations.
3ab2c837 907 (org-store-link): Adding optional argument KIND to all
84f21110 908 `org-called-interactively-p' function invocations.
3ab2c837 909 (org-todo): Adding optional argument KIND to all
84f21110 910 `org-called-interactively-p' function invocations.
3ab2c837 911 (org-occur): Adding optional argument KIND to all
84f21110 912 `org-called-interactively-p' function invocations.
3ab2c837
BG
913
9142011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
915
7877f373 916 * org-footnote.el (org-footnote-action): Offer to create
3ab2c837
BG
917 definition when none is found.
918
9192011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
920
7877f373 921 * org-footnote.el (org-footnote-re): Avoid matching inactive
3ab2c837 922 time-stamps or check-box cookies.
7877f373 923 (org-footnote-next-reference-or-definition): Adapt to the new regexp.
3ab2c837
BG
924
9252011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
926
7877f373 927 * org-exp.el (org-export-preprocess-string): If the last subtree
3ab2c837
BG
928 is commented, footnotes inserted during normalizing at the end of
929 the buffer may get deleted. This patch ensures deletion comes
930 first, normalization second.
931
9322011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
933
7877f373
JB
934 * org-exp.el (org-export-footnotes-data): Change docstring.
935 (org-export-footnotes-seen): Rename from
3ab2c837
BG
936 org-export-footnotes-markers.
937
7877f373 938 * org-ascii.el (org-export-as-ascii): Apply change.
3ab2c837 939
7877f373 940 * org-docbook.el (org-export-as-docbook): Apply change.
3ab2c837 941
7877f373 942 * org-footnote.el (org-footnote-normalize): Apply change.
3ab2c837 943
7877f373 944 * org-html.el (org-export-as-html): Apply change.
3ab2c837 945
7877f373 946 * org-latex.el (org-export-as-latex): Apply change.
3ab2c837
BG
947
9482011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
949
7877f373 950 * org-latex.el (org-export-latex-preprocess): Rely on
9858f6c3 951 `org-export-footnotes-markers' to retrieve definition of the
3ab2c837
BG
952 current footnote during export.
953
9542011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
955
7877f373 956 * org-footnote.el (org-footnote-normalize): Remember footnotes
3ab2c837
BG
957 seen so far by the exporter when choosing the new marker.
958
9592011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
960
7877f373 961 * org-footnote.el (org-footnote-normalize): Make use of
3ab2c837
BG
962 `org-footnote-insert-pos-for-preprocessor'.
963
9642011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
965
7877f373 966 * org-footnote.el (org-footnote-normalize): Add `org-footnote'
3ab2c837
BG
967 property to footnote markers when preparing for exportation.
968
7877f373 969 * org-html.el (org-export-as-html): Read new property to decide
3ab2c837
BG
970 when to export a footnote.
971
7877f373 972 * org-docbook.el (org-export-as-docbook): Read new property to
3ab2c837
BG
973 decide when to export a footnote.
974
7877f373 975 * org-latex.el (org-export-latex-preprocess): Ensure footnote at
3ab2c837
BG
976 column 0 cannot end a list containing it by adding
977 `original-indentation' property to it.
978
9792011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
980
7877f373 981 * org-exp.el (org-export-preprocess-string): Normalize footnotes
3ab2c837
BG
982 before marking lists ending.
983
7877f373 984 * org-latex.el (org-export-latex-preprocess): Work with labels as
3ab2c837
BG
985 strings and not as numbers.
986
9872011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
988
7877f373
JB
989 * org-docbook.el (org-export-docbook-footnote-separator): New
990 variable.
991 (org-export-as-docbook): Add a separator between footnotes.
3ab2c837 992
7877f373
JB
993 * org-html.el (org-export-html-footnote-separator): New variable.
994 (org-export-as-html): Add a separator between footnotes.
3ab2c837 995
7877f373 996 * org-latex.el (org-export-latex-footnote-separator): New
3ab2c837 997 variable.
7877f373 998 (org-export-latex-preprocess): Add a separator between footnotes.
3ab2c837
BG
999
10002011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1001
1002 * org-exp.el (org-export-footnotes-markers)
7877f373
JB
1003 (org-export-footnotes-data): New variables.
1004 (org-export-preprocess-string): Use a more explicit argument.
3ab2c837
BG
1005
10062011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1007
7877f373 1008 * org-footnote.el (org-footnote-goto-definition): Now, determining
3ab2c837
BG
1009 if point is at a footnote reference is entirely determined by
1010 `org-footnote-at-reference-p'. No need to check if pattern isn't
1011 at beginning of the line elsewhere.
1012
10132011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1014
7877f373 1015 * org-footnote.el (org-footnote-next-reference-or-definition): New
3ab2c837
BG
1016 function.
1017
7877f373 1018 * org.el (org-activate-footnote-links): Activate the whole
3ab2c837
BG
1019 footnote, but only fontify its label.
1020
10212011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1022
7877f373 1023 * org-footnote.el (org-footnote-normalize): Make use of changes to
3ab2c837
BG
1024 `org-footnote-at-reference-p' and creation of various functions..
1025 Also comment code.
7877f373
JB
1026 (org-footnote-get-next-reference, org-footnote-delete-references)
1027 (org-footnote-delete-definitions): New functions.
1028 (org-footnote-goto-previous-reference, org-footnote-all-labels)
1029 (org-insert-footnote-reference-near-definition, org-footnote-delete):
1030 Rewrite to use org-footnote-get-next-reference.
3ab2c837
BG
1031
10322011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1033
7877f373 1034 * org-footnote.el (org-footnote-re): Don't end an inline footnote
3ab2c837 1035 at unrelated closing square brackets.
7877f373 1036 (org-footnote-at-reference-p): Improve accuracy of the function to
3ab2c837
BG
1037 determine if point is at a reference and to extract definition of an
1038 inline footnote.
7877f373
JB
1039 (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
1040 (org-footnote-auto-adjust-maybe): Make use of previous function.
3ab2c837
BG
1041
10422011-07-28 Bastien Guerry <bzg@gnu.org>
1043
1044 * org.el (org-deadline, org-schedule):
1045 keep warning cookie when rescheduling/redeadlining.
1046 (org-time-stamp): Fix problem with warning cookie.
1047
10482011-07-28 Eric Schulte <schulte.eric@gmail.com>
1049
1050 * ob-clojure.el (org-babel-execute:clojure): Force escaping of
1051 clojure source into elisp source.
1052
10532011-07-28 Eric Schulte <schulte.eric@gmail.com>
1054
1055 * ob.el (org-babel-script-escape): Treats {} in the same manner as
1056 [] and allows for forcing string conversion.
1057
10582011-07-28 Eric Schulte <schulte.eric@gmail.com>
1059
1060 * org-exp.el (org-export-select-backend-specific-text): Strip
1061 protective commas from literal code blocks.
1062
10632011-07-28 Eric Schulte <schulte.eric@gmail.com>
1064
1065 * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
1066
10672011-07-28 Eric Schulte <schulte.eric@gmail.com>
1068
1069 * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
1070 own function.
1071 (org-babel-ref-headline-body): Split out into its own function.
1072 (org-babel-ref-resolve): Using new functions, and alignment.
1073
1074 * ob.el (org-babel-ref-goto-headline-id): Declare function.
1075 (org-babel-ref-headline-body): Declare function.
1076 (org-babel-expand-noweb-references): Now expands noweb references to
1077 headlines during expansion.
1078
10792011-07-28 Eric Schulte <schulte.eric@gmail.com>
1080
1081 * ob-ref.el (org-babel-ref-resolve): Now resolves references to
1082 headlines by either global or custom id, in which case the
1083 contents of the headline are returned literally.
1084
10852011-07-28 Eric Schulte <schulte.eric@gmail.com>
1086
1087 * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
1088 verbatim emphasis.
1089 (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
1090 lines.
1091
10922011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1093
7877f373 1094 * org-list.el (org-cycle-item-indentation): Cycling back to
3ab2c837
BG
1095 original position deleted any additional information in the item,
1096 like a counter or a tag.
1097
10982011-07-28 Pieter Praet <pieter@praet.org>
1099
1100 * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
7877f373 1101 (org-decrypt-entry): Before decrypting, check whether
3ab2c837
BG
1102 `auto-save-mode' is enabled for the current buffer, and act on it
1103 according to how `org-crypt-disable-auto-save' is set. Remove
1104 comment re "encrypt[ing] Org auto-saved buffers". Remove on-init
1105 check for `auto-save-default'.
1106
11072011-07-28 Eric Schulte <schulte.eric@gmail.com>
1108
1109 * ob.el (org-babel-merge-params): Ensure variable parameters are
1110 not reversed.
1111
11122011-07-28 Eric Schulte <schulte.eric@gmail.com>
1113
1114 * ob.el (org-babel-insert-result): Fix results insertion for
1115 inline blocks which happen to start a line.
1116
11172011-07-28 Eric Schulte <schulte.eric@gmail.com>
1118
1119 * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
1120 if a call line is commented.
1121
11222011-07-28 Vincent Belaïche <vincentb1@users.sourceforge.net>
1123
1124 * org.el (org-read-property-name): Propose default property name.
1125
11262011-07-28 Achim Gratz <stromeko@nexgo.de>
1127
d6b9407c 1128 * org.el (org-log-into-drawer): Correct typo.
3ab2c837
BG
1129
1130 * org-clock.el (org-clock-into-drawer): New function to change the
1131 location of clock events based on properties CLOCK_INTO_DRAWER or,
1132 as fallback, LOG_INTO_DRAWER, like it is already possible for
1133 state change logs.
1134
d6b9407c
BG
1135 * org-clock.el (org-clock-jump-to-current-clock): Add statement to
1136 let clause to bind `org-clock-into-drawer' to result of function
1137 eval.
3ab2c837 1138
d6b9407c
BG
1139 * org-clock.el (org-clock-find-position): Add statement to let
1140 clause to bind `org-clock-into-drawer' to result of function eval,
3ab2c837 1141 change let to let* since the binding is used later in the same
d6b9407c 1142 clause.
3ab2c837
BG
1143
11442011-07-28 Eric Schulte <schulte.eric@gmail.com>
1145
1146 * ob-lob.el (require): Ensure 'cl is loaded during compilation so
1147 we can use flet.
1148
11492011-07-28 Eric Schulte <schulte.eric@gmail.com>
1150
1151 * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
1152 non-inline call lines.
1153
11542011-07-28 Eric Schulte <schulte.eric@gmail.com>
1155
1156 * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
1157 call_ blocks which aren't whitespace padded.
1158
11592011-07-28 Eric Schulte <schulte.eric@gmail.com>
1160
1161 * ob.el (org-babel-merge-params): Do not reverse variable order,
1162 and be sure to increment variable index as appropriate.
1163
11642011-07-28 Eric Schulte <schulte.eric@gmail.com>
1165
1166 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
1167 successfully match optional trailing header arguments in square
1168 brackets.
1169 (org-babel-lob-get-info): Updated to match the new regexp.
1170
11712011-07-28 Eric Schulte <schulte.eric@gmail.com>
1172
1173 * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
1174 then allow them to be so.
1175
11762011-07-28 Eric Schulte <schulte.eric@gmail.com>
1177
1178 * ob.el (org-babel-merge-params): If variables are not named they
1179 are assigned in order.
1180
11812011-07-28 Eric Schulte <schulte.eric@gmail.com>
1182
1183 * ob.el: Remove code comment about online documentation.
1184
1185 * ob-exp.el: Remove code comment about online documentation.
1186
1187 * ob-lob.el: Remove code comment about online documentation.
1188
11892011-07-28 Jambunathan K <kjambunathan@gmail.com>
1190
1191 * org-exp.el (org-export-format-source-code-or-example): Fix
1192 signature of org-<backend>-format-source-code-or-example function.
1193
11942011-07-28 Eric Schulte <schulte.eric@gmail.com>
1195
1196 * ob.el (org-babel-sha1-hash): Replace call to
1197 called-interactively-p with backwards-compatible interactive-p.
1198
11992011-07-28 Eric Schulte <schulte.eric@gmail.com>
1200
1201 * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
1202 replacement of inline call blocks with their results.
1203
12042011-07-28 Eric Schulte <schulte.eric@gmail.com>
1205
1206 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
1207 trailing space ensures that the insertion of the results looks
1208 nice.
1209
1210 * ob.el (org-babel-insert-result): Insert inline lob line results
1211 as inline results.
1212
12132011-07-28 Eric Schulte <schulte.eric@gmail.com>
1214
1215 * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
1216 appropriately given the style (block or inline) of the lob line.
1217
1218 * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
1219 specific for block lob lines.
1220 (org-babel-inline-lob-one-liner-regexp): New regexp specific for
1221 inline lob lines.
1222 (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
1223 (org-babel-lob-get-info): Return info from *either* the block or
1224 inline lob lines.
1225
12262011-07-28 Eric Schulte <schulte.eric@gmail.com>
1227
1228 * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
1229 structure of the resulting info list.
1230
1231 * ob-lob.el (org-babel-default-lob-header-args): Export the
1232 results of call lines by default.
1233
12342011-07-28 Niels Giesen <niels.giesen@gmail.com> (tiny change)
1235
1236 * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
1237 property based on the ID property of the org entry to the first
1238 character of the diary entry.
1239
12402011-07-28 Jambunathan K <kjambunathan@gmail.com>
1241
1242 * org-footnote.el
1243 (org-footnote-insert-pos-for-preprocessor): New variable.
1244 (org-footnote-normalize): Use it.
1245
12462011-07-28 Jambunathan K <kjambunathan@gmail.com>
1247
1248 * org-exp.el (org-export-format-source-code-or-example):
84f21110 1249 Simplify. Also add `org-native-text' as a text property to the
3ab2c837
BG
1250 formatted text and throw error for unknown backends.
1251
12522011-07-28 Jambunathan K <kjambunathan@gmail.com>
1253
1254 * org-exp.el (org-export-format-source-code-or-example): Add
1255 support for: - custom formatters for existing backends - seamless
1256 plugging in of new backends.
1257
12582011-07-28 Jambunathan K <kjambunathan@gmail.com>
1259
1260 * org-exp.el (org-export-backends): New variable.
1261 (org-export-select-backend-specific-text): Use above
1262 variable. Also mark text between #+BACKEND and
84f21110
BG
1263 #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
1264 This text property is currently used only by the new line-oriented
1265 generic exporter (which is not yet part of the repo).
3ab2c837
BG
1266
12672011-07-28 Jambunathan K <kjambunathan@gmail.com>
1268
1269 * org-exp.el (org-export): Reserve keys 'o' and 'O' for
84f21110
BG
1270 OpenDocumentText export and bind them to `org-export-as-odt' and
1271 `org-export-as-odt-and-open'.
3ab2c837
BG
1272
12732011-07-28 Eric Schulte <schulte.eric@gmail.com>
1274
1275 * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
1276 mode.
1277
12782011-07-28 Eric Schulte <schulte.eric@gmail.com>
1279
1280 * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
1281 lists before reading into emacs-lisp.
1282
12832011-07-28 Eric Schulte <schulte.eric@gmail.com>
1284
7877f373 1285 * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1286
7877f373 1287 * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1288
7877f373 1289 * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1290
7877f373 1291 * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1292
7877f373 1293 * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1294
7877f373 1295 * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1296
7877f373 1297 * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1298
7877f373 1299 * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1300
7877f373 1301 * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1302
7877f373 1303 * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1304
7877f373 1305 * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1306
7877f373 1307 * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837
BG
1308
13092011-07-28 Eric Schulte <schulte.eric@gmail.com>
1310
1311 * ob-awk.el: New file.
1312
13132011-07-28 Eric Schulte <schulte.eric@gmail.com>
1314
1315 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
1316 ":results verbatim".
1317
13182011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1319
1320 * org-agenda.el (org-float): Aliases for `diary-float'.
1321
13222011-07-28 Eric Schulte <schulte.eric@gmail.com>
1323
1324 * ob-python.el (org-babel-python-evaluate-session): Send
1325 comint-send-input after every line when interacting with an
1326 interactive python process.
1327
13282011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1329
7877f373 1330 * org-list.el (org-reset-checkbox-state-subtree): Make the command
3ab2c837
BG
1331 more robust, and correctly update check-boxes in the whole
1332 sub-tree.
7877f373 1333 (org-update-checkbox-count): Fix bug accumulating count of checkboxes
3ab2c837 1334 when walking a subtree.
7877f373 1335 (org-update-checkbox-count-maybe): Add an optional argument passed to
3ab2c837
BG
1336 org-update-checkbox-count.
1337
13382011-07-28 Ted Zlatanov <tzz@lifelogs.com>
1339
1340 * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
1341
13422011-07-28 Eric Schulte <schulte.eric@gmail.com>
1343
1344 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
1345 ":results scalar" header argument combination.
1346
13472011-07-28 Dan Davison <dandavison7@gmail.com>
1348
1349 * org-src.el: Append a space character to copied text so that the
1350 final text property change is picked up correctly.
1351
13522011-07-28 Eric Schulte <schulte.eric@gmail.com>
1353
1354 * ob-tangle.el (org-babel-tangle-file): Use the new argument list
1355 to org-babel-tangle.
1356 (org-babel-tangle): Now when called with a prefix argument, only the
1357 current code block is tangled.
1358
13592011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1360
7877f373 1361 * org-list.el (org-list-parse-list): Replace transitional
3ab2c837 1362 check-boxes with "[CBTRANS]" string during parsing.
7877f373 1363 (org-list-to-generic): Use the new property `:cbtrans' to configure
3ab2c837
BG
1364 export string for transitional check-boxes.
1365
13662011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1367
1368 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1369 Use stable internal `org-anniversary' instead of
1370 diary-anniversary.
1371 (org-class): New function.
1372 (org-diary-class): Use `org-class'.
1373 (org-anniversary, org-cyclic, org-date, org-block): New functions.
1374
13752011-07-28 Eric Schulte <schulte.eric@gmail.com>
1376
1377 * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
1378 of header argument names.
1379
13802011-07-28 Eric Schulte <schulte.eric@gmail.com>
1381
1382 * ob.el (org-babel-expand-noweb-references): Concatenating all
1383 bodies with the appropriate name or :noweb-ref header argument.
1384
13852011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1386
84f21110
BG
1387 * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
1388 work also when #+begin line is indentex.
3ab2c837
BG
1389
13902011-07-28 Eric Schulte <schulte.eric@gmail.com>
1391
1392 * ob.el (org-babel-src-block-regexp): Babel: code block may have
1393 empty bodies.
1394
13952011-07-28 Eric Schulte <schulte.eric@gmail.com>
1396
1397 * org-macs.el (org-without-partial-completion): Avoid calling by
1398 name a function unknown to the compiler but explicitly checked by
1399 program logic.
1400
14012011-07-28 Eric Schulte <schulte.eric@gmail.com>
1402
1403 * org-mouse.el (org-agenda-earlier): Declaring previously unknown
1404 function.
1405 (org-agenda-later): Declaring previously unknown function.
1406 (org-agenda-mode-map): Declaring previously unknown variable.
1407
1408 * org.el (org-read-date-analyze): Explicitly ignore the return
1409 value of a function.
1410
14112011-07-28 Eric Schulte <schulte.eric@gmail.com>
1412
1413 * org-agenda.el (org-agenda-mode): Globally replace
1414 buffer-substring-filters with filter-buffer-substring-functions.
1415
1416 * org-indent.el (org-indent-mode): Globally replace
1417 buffer-substring-filters with filter-buffer-substring-functions.
1418
14192011-07-28 Eric Schulte <schulte.eric@gmail.com>
1420
1421 * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
1422 #'(λ...).
1423
1424 * org-attach.el: Replacing '(λ...) with #'(λ...).
1425 (org-attach-commit): Replacing '(λ...) with #'(λ...).
1426
1427 * org-exp.el: Replacing '(λ...) with #'(λ...).
1428 (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
1429
1430 * org-html.el: Replacing '(λ...) with #'(λ...).
1431 (org-export-as-html): Replacing '(λ...) with #'(λ...).
1432
1433 * org-mouse.el: Replacing '(λ...) with #'(λ...).
1434 (org-mouse-popup-global-menu): Replacing '(λ...) with
1435 (org-mode-hook): Replacing '(λ...) with #'(λ...).
1436 (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
1437
1438 * org-src.el: Replacing '(λ...) with #'(λ...).
1439 (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
1440
1441 * org-table.el: Replacing '(λ...) with #'(λ...).
1442 (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
1443
1444 * org.el: Replacing '(λ...) with #'(λ...).
1445 (org-confirm-shell-link-function): Replacing '(λ...) with
1446 (org-category): Replacing '(λ...) with #'(λ...).
1447
14482011-07-28 Eric Schulte <schulte.eric@gmail.com>
1449
1450 * org.el (mailcap-parse-mailcaps): Declaring functions used by
1451 `org-open-file'.
1452 (mailcap-extension-to-mime): Declaring functions used by
1453 `org-open-file'.
1454 (mailcap-mime-info): Declaring functions used by `org-open-file'.
1455
14562011-07-28 Eric Schulte <schulte.eric@gmail.com>
1457
1458 * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
1459 function `interactive-p'.
1460 (org-agenda-show-1): Replacing call to now-defunct function
1461 `interactive-p'.
1462 (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
1463
1464 * org-ascii.el: Replacing call to now-defunct function
1465 `interactive-p'.
1466 (org-export-as-latin1): Replacing call to now-defunct function
1467 `interactive-p'.
1468 (org-export-as-latin1-to-buffer): Replacing call to now-defunct
1469 function `interactive-p'.
1470 (org-export-as-utf8): Replacing call to now-defunct function
1471 `interactive-p'.
1472 (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
1473 `interactive-p'.
84f21110
BG
1474 (org-export-region-as-ascii): Replacing call to now-defunct
1475 function `interactive-p'.Replacing call to now-defunct function
1476 `interactive-p'.
3ab2c837
BG
1477
1478 * org-docbook.el: Replacing call to now-defunct function
1479 `interactive-p'.
84f21110
BG
1480 (org-export-region-as-docbook): Replacing call to now-defunct
1481 function `interactive-p'.Replacing call to now-defunct function
1482 `interactive-p'.
3ab2c837
BG
1483
1484 * org-html.el: Replacing call to now-defunct function
1485 `interactive-p'.
84f21110
BG
1486 (org-export-region-as-html): Replacing call to now-defunct
1487 function `interactive-p'.Replacing call to now-defunct function
1488 `interactive-p'.
3ab2c837
BG
1489
1490 * org-latex.el: Replacing call to now-defunct function
1491 `interactive-p'.
84f21110
BG
1492 (org-export-region-as-latex): Replacing call to now-defunct
1493 function `interactive-p'.Replacing call to now-defunct function
1494 `interactive-p'.
3ab2c837
BG
1495
1496 * org-macs.el: Replacing call to now-defunct function
1497 `interactive-p'.
84f21110
BG
1498 (org-called-interactively-p): Replacing call to now-defunct
1499 function `interactive-p'.Replacing call to now-defunct function
1500 `interactive-p'.
3ab2c837
BG
1501
1502 * org-table.el: Replacing call to now-defunct function
1503 `interactive-p'.
1504 (org-table-blank-field): Replacing call to now-defunct function
1505 `interactive-p'.
1506 (org-table-current-column): Replacing call to now-defunct function
1507 `interactive-p'.Replacing call to now-defunct function
1508 `interactive-p'.
1509 (org-table-current-dline): Replacing call to now-defunct function
1510 `interactive-p'.Replacing call to now-defunct function
1511 `interactive-p'.
1512 (org-table-sort-lines): Replacing call to now-defunct function
1513 `interactive-p'.
1514 (org-table-sum): Replacing call to now-defunct function
1515 `interactive-p'.
1516 (org-table-rotate-recalc-marks): Replacing call to now-defunct
1517 function `interactive-p'.
1518 (org-table-eval-formula): Replacing call to now-defunct function
1519 `interactive-p'.
1520 (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
1521
1522 * org.el: Replacing call to now-defunct function `interactive-p'.
84f21110
BG
1523 (org-mode): Replacing call to now-defunct function
1524 `interactive-p'.
3ab2c837
BG
1525 (org-copy-subtree): Replacing call to now-defunct function
1526 `interactive-p'.
1527 (org-paste-subtree): Replacing call to now-defunct function
1528 `interactive-p'.
1529 (org-store-link): Replacing call to now-defunct function
1530 `interactive-p'.
1531 (org-todo): Replacing call to now-defunct function `interactive-p'.
1532 (org-occur): Replacing call to now-defunct function `interactive-p'.
1533
15342011-07-28 Eric Schulte <schulte.eric@gmail.com>
1535
1536 * ob-R.el (ess-local-process-name): This variable wasn't known to
1537 be defined.
1538
1539 * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
1540 group specified.
1541
1542 * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
1543 known to be defined.
1544 (org-babel-tangle-combine-named-blocks): Roll my own version of a
1545 forbidden common lisp function.
1546
1547 * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
1548 called-interactively.
1549
15502011-07-28 Eric Schulte <schulte.eric@gmail.com>
1551
1552 * org-latex.el (org-export-latex-tables): Check for the
1553 "multiline" option and set the `floatp' option to true when
1554 multicolumn tables are requested.
1555
15562011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1557
84f21110
BG
1558 * org-html.el (org-export-as-html, org-html-level-start): Only
1559 convert section number underscores to dashes.
3ab2c837
BG
1560
15612011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1562
1563 * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
1564 `days-to-time, converting relative to 1 BC, while the code assumed
1565 it would return a time relative to 1970.
1566
15672011-07-28 Eric Schulte <schulte.eric@gmail.com>
1568
1569 * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
1570 inserting newlines between appended code blocks.
1571
15722011-07-28 Eric Schulte <schulte.eric@gmail.com>
1573
1574 * ob-exp.el: We may no longer need to export names along with code
1575 blocks.
1576
15772011-07-28 Eric Schulte <schulte.eric@gmail.com>
1578
1579 * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
1580 balanced nested begin/end blocks in block bodies.
1581
15822011-07-28 Dan Davison <dandavison7@gmail.com>
1583
1584 * org-latex.el: Add -shell-escape to pdflatex commands.
1585
15862011-07-28 Eric Schulte <schulte.eric@gmail.com>
1587
1588 * ob-tangle.el (org-babel-tangle-named-block-combination): Block
1589 combination can now take a number of values.
1590 (org-babel-tangle-combine-named-blocks): More sophisticated block
1591 combination behavior.
1592
15932011-07-28 Eric Schulte <schulte.eric@gmail.com>
1594
1595 * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
1596 to turn on the combination of code blocks of the same name.
1597 (org-babel-tangle-combine-named-blocks): Combine blocks of the same
1598 name.
1599
16002011-07-28 Eric Schulte <schulte.eric@gmail.com>
1601
1602 * ob-ruby.el (xmp): Declaring this function to appease the
1603 compiler.
1604 (org-babel-execute:ruby): "xmp" result option for outputting
1605 annotated source code.
1606
16072011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> (tiny change)
1608
84f21110
BG
1609 * org-list.el (org-list-to-latex): The enumerate environment in
1610 latex increments the counter before using it. Therefore, org-mode
3ab2c837
BG
1611 should set the enumeration counter to the desired value minus one.
1612
16132011-07-28 Michael Brand <michael.ch.brand@gmail.com> (tiny change)
1614
1615 * org.el (org-toggle-heading): More comments and fix number of
1616 stars when toggling from list items.
1617
16182011-07-28 Christian Egli <christian.egli@sbszh.ch>
1619
84f21110 1620 * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
3ab2c837
BG
1621 effort that is accepted by `org-duration-string-to-minutes´.
1622
16232011-07-28 Julien Barnier <julien@nozav.org>
1624
84f21110
BG
1625 * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
1626 wait until previous line execution is finished.
3ab2c837 1627
84f21110 1628 * ob-comint.el (org-babel-comint-with-output): When looking for
3ab2c837 1629 end-of-evaluation indicator, search forward for the indicator
84f21110 1630 before searching forward for the prompt.
3ab2c837
BG
1631
16322011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1633
1634 * org-entities.el (org-entities): Fix HTML entity for degree.
1635
16362011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1637
84f21110
BG
1638 * org.el (org-auto-align-tags): Change docstring.
1639 (org-update-parent-todo-statistics): Keep tags aligned even when
3ab2c837
BG
1640 statistics cookies are shifting them.
1641
84f21110 1642 * org-list.el (org-update-checkbox-count): Keep tags aligned even
3ab2c837
BG
1643 when statistics cookies are shifting them.
1644
16452011-07-28 Lawrence Mitchell <wence@gmx.li>
1646
1647 * ob.el (org-babel-sha1-hash): Don't modify info argument by
1648 side-effect when sorting result-params list.
1649
16502011-07-28 Lawrence Mitchell <wence@gmx.li>
1651
1652 * ob.el (org-babel-result-regexp): Use non-shy group around
84f21110 1653 `org-babel-data-names'.
3ab2c837
BG
1654
16552011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1656
1657 * org.el (org-insert-link): Set truncate-line in the *Org Link*
1658 buffer and make sure that it really is set there.
1659
16602011-07-28 Eric Schulte <schulte.eric@gmail.com>
1661
1662 * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
1663 changing how/if the current directory is represented to lisp code.
1664 (org-babel-execute:lisp): More general handling of the default
1665 directory value.
1666
16672011-07-28 Eric Schulte <schulte.eric@gmail.com>
1668
1669 * ob-lisp.el (org-babel-execute:lisp): Setting the value of
1670 *default-pathname-defaults* to either the value of the :dir header
1671 argument or the directory of the containing Org-mode file.
1672
16732011-07-28 Eric Schulte <schulte.eric@gmail.com>
1674
1675 * ob-lisp.el (org-babel-execute:lisp): No real functional change,
1676 just aesthetic.
1677
d4423e17 16782011-07-28 Sébastien Delafond <sdelafond@gmail.com> (tiny change)
3ab2c837
BG
1679
1680 * org.el (org-mode-flyspell-verify): This is useful when using
1681 flyspell with a non-English dictionary, or if some of your
1682 keywords are in another language.
1683
16842011-07-28 David Maus <dmaus@ictsoc.de>
1685
1686 * org-exp.el (org-export): Use new compatibility function
1687 `org-activate-mark'.
1688
1689 * org-compat.el (org-activate-mark): New function. Provide
84f21110 1690 `activate-mark' if not present (e.g. Emacs 22).
3ab2c837
BG
1691
16922011-07-28 David Maus <dmaus@ictsoc.de>
1693
1694 * org-table.el (org-table-follow-field-mode): Declare variable to
1695 keep byte compiler happy.
1696
16972011-07-28 David Maus <dmaus@ictsoc.de>
1698
1699 * org-footnote.el (org-id-uuid): Declare function, silence byte
1700 compiler.
1701
17022011-07-28 David Maus <dmaus@ictsoc.de>
1703
1704 * org-bibtex.el (org-bibtex-headline): Don't use equalp at
1705 run-time, compare downcased strings.
1706
17072011-07-28 David Maus <dmaus@ictsoc.de>
1708
1709 * org-bibtex.el (org-id-locations): Declare variable to silence
1710 byte compiler.
1711
17122011-07-28 David Maus <dmaus@ictsoc.de>
1713
1714 * org-id.el (org-id-locations): Fix docstring, remove reference to
1715 non-existent option.
1716
17172011-07-28 David Maus <dmaus@ictsoc.de>
1718
1719 * org.el (org-self-insert-command): Use `delete-char' instead of
1720 `delete-backward-char'.
1721
84f21110 1722 * org-table.el (orgtbl-self-insert-command): Ditto.
3ab2c837
BG
1723
17242011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1725
1726 * org-latex.el (org-export-latex-special-chars): Save match data
1727 when checking for table.el table.
1728
17292011-07-28 David Maus <dmaus@ictsoc.de>
1730
1731 * org.el (org-re-property): Move before its first use.
1732
17332011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1734
84f21110 1735 * org-latex.el (org-export-latex-preprocess): Add
3ab2c837
BG
1736 `original-indentation' property to footnotes so they cannot
1737 possibly end a list by being less indented than the item they
1738 belong to.
1739
17402011-07-28 Eric Schulte <schulte.eric@gmail.com>
1741
1742 * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
1743 in `progn'.
1744 (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
1745 to swank.
1746
17472011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1748
1749 * org-clock.el (org-clocktable-write-default): Implement adding
1750 property columns to the clock table.
1751
17522011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1753
1754 * org.el (org-toggle-item): Move parenthesis to correct location.
1755
17562011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1757
1758 * org.el (org-default-priority):
1759 (org-priority-start-cycle-with-default): Improve docstring.
1760 (org-priority): Throw error when priority is out of range.
1761
17622011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1763
1764 * org.el (org-self-insert-command): Catch the case of
84f21110 1765 `buffer-undo-list' eq t.
3ab2c837
BG
1766
17672011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1768
84f21110 1769 * org.el (org-toggle-heading): Region should be considered as made
3ab2c837 1770 of full lines, without the last one if region-end is at bol.
84f21110 1771 Removed unused variables. Refactored and commented code.
3ab2c837
BG
1772
17732011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1774
84f21110 1775 * org.el (org-toggle-item): When region includes an headline less
3ab2c837
BG
1776 indented than first one, set it as the new reference.
1777
17782011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1779
84f21110 1780 * org-list.el (org-list-to-subtree): If the list is before first
3ab2c837
BG
1781 heading and `org-odd-levels-only' is non-nil, the first item gets
1782 two stars instead of one.
1783
84f21110 1784 * org.el (org-reduced-level): A level of 0 was reduced to 1 with
3ab2c837
BG
1785 `org-odd-levels-only' non-nil.
1786
17872011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1788
84f21110 1789 * org.el (org-toggle-item): Converting an heading to an item would
3ab2c837 1790 sometimes insert unnecessary spaces before it, and unwanted space
84f21110 1791 with `org-indent-mode' on. Changing some text into an item
3ab2c837
BG
1792 wouldn't always preserve indentation.
1793
17942011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1795
1796 * org-capture.el (org-capture-current-plist): Improve docstring.
1797 (org-capture-put): Add docstring.
1798 (org-capture-get): Add docstring.
84f21110
BG
1799 (org-capture-member): Add LOCAL argument. Add docstring.
1800 (org-capture-set-target-location): Store the time received from a
1801 date prompt into the :prompt-time property.
3ab2c837
BG
1802
18032011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1804
84f21110 1805 * org-exp.el (org-export-mark-list-properties): Even if context is
3ab2c837
BG
1806 invalid, mark list item with `list-context' property.
1807
84f21110 1808 * org-list.el (org-list-forbidden-blocks): Add exporters specific
3ab2c837
BG
1809 blocks to the list of forbidden blocks.
1810
18112011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1812
84f21110 1813 * org-list.el (org-sort-list): Function tries to intern
3ab2c837
BG
1814 getkey-func before it is defined, so it's always nil.
1815
18162011-07-28 Eric Schulte <schulte.eric@gmail.com>
1817
1818 * org.el (org-babel-load-languages): Adding ob-awk to the list of
1819 executable languages.
1820
18212011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1822
1823 * org-table.el (org-table-get-field): Make sure the new field
1824 content is at least one space character.
1825
18262011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1827
1828 * org-crypt.el: Check for `daemonp' before using it.
1829
18302011-07-28 Eric Schulte <schulte.eric@gmail.com>
1831
84f21110 1832 * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
3ab2c837
BG
1833 :stdin header argument.
1834 (org-babel-execute:sh): Use the :stdin header argument.
1835 (org-babel-sh-var-to-sh): Split the bulk of this function off into a
1836 new sub-function.
1837 (org-babel-sh-var-to-string): New function for converting elisp
1838 values to strings that make sense for parsing with sh.
1839 (org-babel-sh-evaluate): Adding "stdin" option to session and
1840 external evaluation options.
1841
18422011-07-28 Roland Kaufmann <rlndkfmn+orgmode@gmail.com> (tiny change)
1843
1844 * org-exp.el (org-remove-formatting-on-newlines-in-region): New
1845 function.
1846 (org-export-format-source-code-or-example): Call
1847 `org-remove-formatting-on-newlines-in-region'.
1848
18492011-07-28 David Maus <dmaus@ictsoc.de>
1850
1851 * org.el (org-entry-put): Prevent adding of extra space to value
1852 if property already exists.
1853
18542011-07-28 Jambunathan K <kjambunathan@gmail.com>
1855
1856 * org-html.el (org-export-as-html): Don't expand non-data lines of
1857 table.el tables.
1858 (org-html-expand): Removed the (buggy) test for non-data lines
1859 in table.el tables. The test is now done as part of
1860 org-export-as-html.
1861 (org-format-table-table-html-using-table-generate-source):
1862 Added test for spanning of cells in table.el tables using
1863 table.el's own library routine. Optionlly Suppress export of
1864 simple table.el tables.
1865 (org-format-table-html): Removed the (buggy) test for spanned
1866 table.el tables. The test is now done as part of
1867 org-format-table-table-html-using-table-generate-source.
1868
18692011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1870
1871 * org-latex.el (org-export-latex-special-chars): Do nothing in
1872 table.el tables.
1873
18742011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1875
1876 * org-capture.el (org-capture): Ignore errors when creating a
1877 link.
1878
18792011-07-28 Nick Dokos <nick@dokosmarshall.org> (tiny change)
1880
1881 * org-exp.el (org-export-define-heading-targets): Use dash instead
1882 of underscore to make labels valid.
1883
18842011-07-28 Dan Davison <dandavison7@gmail.com>
1885
1886 * ob-R.el (org-babel-R-write-object-command): Ensure that all data
1887 is written to the results file before Emacs notices that the file
1888 exists.
1889
18902011-07-28 Eric Schulte <schulte.eric@gmail.com>
1891
1892 * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
1893 defined locally on my system, but not globally in Emacs.
1894
18952011-07-28 Eric Schulte <schulte.eric@gmail.com>
1896
1897 * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
1898 generate code block output.
1899 (org-babel-exp-code): Re-create the code block body for exporting
1900 source code.
1901
19022011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1903
1904 * org.el (org-read-date): Bury Calendar buffer after using it for
1905 selecting a date.
1906
19072011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1908
84f21110
BG
1909 * org-list.el (org-list-separating-blank-lines-number): Fix
1910 confusion between point and item beginning. Now, if no
a7ef684b 1911 information is available, truly follow user preference when it
84f21110
BG
1912 inserts blank lines manually.
1913 (org-list-insert-item): Send correct argument to the preceding
3ab2c837
BG
1914 function.
1915
19162011-07-28 Eric Schulte <schulte.eric@gmail.com>
1917
1918 * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
1919 newline inside of the code block body.
1920
d4423e17 19212011-07-28 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
3ab2c837
BG
1922
1923 * ob.el: Avoid spurious matches to literal.
1924
19252011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1926
84f21110 1927 * org.el (org-indent-line-function): Don't include #+include
3ab2c837
BG
1928 lines.
1929
19302011-07-28 Eric Schulte <schulte.eric@gmail.com>
1931
1932 * ob-keys.el (org-babel-key-bindings): Adding key sequence for
1933 org-babel-check-src-block.
1934
1935 * ob.el (org-babel-expand-src-block): Fit within 80 cols.
84f21110
BG
1936 (org-babel-edit-distance): Returns the edit distance of two
1937 strings.
3ab2c837
BG
1938 (org-babel-check-src-block): Check a code block for errors.
1939
19402011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1941
1942 * org-capture.el (org-capture-templates): Fix bug in customization
1943 setup.
1944
19452011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1946
1947 * org-table.el
1948 (org-table-exit-follow-field-mode-when-leaving-table): New option.
84f21110
BG
1949 (org-table-check-inside-data-field): New optional argument
1950 `noerror'. When set, the function will only return nil instead of
1951 throwing an error.
3ab2c837
BG
1952 (org-table-edit-field): Interpret double prefix argument, and improve
1953 the properties of the editing window.
1954 (org-table-follow-field-mode): New minor mode.
1955 (org-table-follow-fields-with-editor): New function.
1956
19572011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1958
1959 * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
1960 first, then check if timestamps cause exclusion.
1961
1962 * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
1963 if timestamps cause exclusion.
1964
19652011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1966
84f21110 1967 * org-list.el (org-list-full-item-re): Allow description term to
3ab2c837
BG
1968 have a newline character after the colons.
1969
19702011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1971
84f21110 1972 * org-list.el (org-sort-list): No longer ignore with-case
3ab2c837
BG
1973 argument: the function sorted case-sensitively, regardless of
1974 argument.
1975
19762011-07-28 Eric Schulte <schulte.eric@gmail.com>
1977
1978 * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
1979
1980 * ob.el (org-babel-data-names): Configurable list of names of
1981 data.
1982 (org-babel-result-regexp): Using new results regexp.
1983
19842011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1985
1986 * org.el (org-special-properties): Add CLOCKSUM to the special
1987 properties.
1988
d4423e17 19892011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
3ab2c837
BG
1990
1991 * ob-exp.el (org-babel-exp-in-export-file): Bind
1992 `org-link-search-inhibit-query' to t to inhibit prompts.
1993
19942011-07-28 Julien Danjou <julien@danjou.info>
1995
1996 * org-contacts.el: Merge org-contacts-wl.el.
1997
19982011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1999
2000 * org-exp.el (org-export-add-options-to-plist): Use the right
2001 match group.
2002
20032011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2004
9b8ba1e5 2005 * org-latex.el (org-export-latex-preprocess): Protect index string.
3ab2c837
BG
2006
20072011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2008
2009 * org-latex.el (org-export-latex-preprocess): Pipe index entries
84f21110 2010 through `org-export-latex-fontify-headline'.
3ab2c837
BG
2011
20122011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2013
2014 * org-exp.el (org-export-add-options-to-plist): Fix the option
84f21110 2015 parser.
3ab2c837 2016
d4423e17 20172011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
3ab2c837
BG
2018
2019 * org-latex.el (org-export-latex-preprocess): Replace index
2020 entries.
2021
d4423e17 20222011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
3ab2c837
BG
2023
2024 * org.el (org-structure-template-alist): Add an easy template for
2025 index (i), and move include file to I from i.
2026
20272011-07-28 Matt Lundin <mdl@imapmail.org>
2028
2029 * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
84f21110 2030 line to `org-offer-links-in-entry'.
3ab2c837
BG
2031
20322011-07-28 Michael Markert <markert.michael@googlemail.com>
2033
2034 * org-contacts-wl.el: New file.
2035
20362011-07-28 Matt Lundin <mdl@imapmail.org>
2037
2038 * org-bibtex.el (org-bibtex-search): New function.
2039 (org-bibtex-export-to-kill-ring): New function. Export to kill
2040 ring.
2041 (org-bibtex-create-in-current-entry): New function
2042 (org-bibtex-create): Make it easier to add bib fields to an
2043 existing headline.
2044 (org-bibtex-export-arbitrary-fields)
2045 (org-bibtex-treat-headline-as-title): Fix typos
84f21110
BG
2046 (org-bibtex-fleshout): Don't upcase optional field; remove ":"
2047 from type completion.
3ab2c837
BG
2048
20492011-07-28 Matt Lundin <mdl@imapmail.org>
2050
2051 * org-bibtex.el (org-bibtex-treat-headline-as-title): New
2052 defcustom.
2053 (org-bibtex-headline): Only use headline text (not TODO or other
2054 metadata) to generate title field and auto key.
2055 (org-bibtex-fleshout): Allow user to choose whether to treat
2056 headline as title.
2057
20582011-07-28 Tom Dye <tsd@tsdye.com>
2059
84f21110 2060 * org-bibtex.el: Added crossref field to other fields.
3ab2c837
BG
2061
20622011-07-28 Tom Dye <tsd@tsdye.com>
2063
84f21110 2064 * org-bibtex.el: Add crossref option to incollection.
3ab2c837
BG
2065
20662011-07-28 Matt Lundin <mdl@imapmail.org>
2067
2068 * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
2069 as field.
2070
20712011-07-28 Matt Lundin <mdl@imapmail.org>
2072
2073 * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
2074 warn if a duplicate ID is generated.
2075
20762011-07-28 Matt Lundin <mdl@imapmail.org>
2077
84f21110
BG
2078 * org-bibtex.el (org-bibtex-tags): New variable.
2079 (org-bibtex-tags-are-keywords): New variable.
2080 (org-bibtex-no-export-tags): New variable.
2081 (org-bibtex-headline): Export tags as comma-separated bibtex
2082 keywords.
2083 (org-bibtex-read): Import bibtex keywords field as tags.
3ab2c837
BG
2084
20852011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2086
84f21110 2087 * org-publish.el (org-publish-find-date): Optimization.
3ab2c837
BG
2088
20892011-07-28 Tassilo Horn <tassilo@member.fsf.org>
2090
2091 * org-gnus.el (org-gnus-follow-link): Don't request scan of group
2092 when following link.
2093
20942011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2095
2096 * org-publish.el (org-publish-project-alist): Document new
2097 :sitemap-sans-extension property.
84f21110
BG
2098 (org-publish-org-sitemap): Use new `sitemap-sans-extension'
2099 setting.
3ab2c837
BG
2100
21012011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2102
2103 * org.el (org-remove-uninherited-tags): Renamed from
84f21110 2104 `org-remove-iniherited-tags'.
3ab2c837
BG
2105 (org-scan-tags): Fix typo in function call.
2106 (org-get-tags-at): Fix typo in function call.
2107
21082011-07-28 Matt Lundin <mdl@imapmail.org>
2109
2110 * org.el (org-get-tags-at): Don't include filetags if local is t.
2111
21122011-07-28 Eric Schulte <schulte.eric@gmail.com>
2113
2114 * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
2115 dispatch functions, wrap body in `(do )'.
2116
21172011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2118
2119 * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
2120 resulted in the creation of multiple overlays in src blocks.
2121
21222011-07-28 Eric Schulte <schulte.eric@gmail.com>
2123
2124 * ob-clojure.el (org-babel-execute:clojure): If results are not
2125 readable by lisp, then return them as a string.
2126
21272011-07-28 Eric Schulte <schulte.eric@gmail.com>
2128
2129 * org-bibtex.el (org-bibtex): Now prompts for a file name.
2130
21312011-07-28 Eric Schulte <schulte.eric@gmail.com>
2132
2133 * org-bibtex.el (org-bibtex-create): Adding prefix argument which
2134 will result in prompting for optional fields.
2135
21362011-07-28 Eric Schulte <schulte.eric@gmail.com>
2137
2138 * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
2139 which was causing compile problems.
2140 (org-bibtex-fleshout): Renamed flet function `get' which was causing
2141 compile problems.
2142 (org-bibtex-write): Renamed flet function `get' which was causing
2143 compile problems.
2144
21452011-07-28 Christian Egli <christian.egli@sbszh.ch>
2146
2147 * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
2148 never starts with a number.
2149
21502011-07-28 Eric Schulte <schulte.eric@gmail.com>
2151
2152 * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
2153 (org-bibtex-key-property): New option.
84f21110
BG
2154 (org-bibtex-put): Make use of new `org-bibtex-key-property'
2155 variable.
2156 (org-bibtex-headline): Make use of new
3ab2c837
BG
2157 `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
2158 variables.
9b8ba1e5 2159 (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
3ab2c837 2160 variable.
9b8ba1e5 2161 (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
3ab2c837 2162 variable.
9b8ba1e5 2163 (org-bibtex-write): Make use of new `org-bibtex-key-property'
3ab2c837
BG
2164 variable.
2165
21662011-07-28 Eric Schulte <schulte.eric@gmail.com>
2167
2168 * org-bibtex.el: Updating Copyright dates, author information,
2169 commentary and history notes.
2170 (org-bibtex-types): List of bibtex types with descriptions and
2171 required and optional fields.
2172 (org-bibtex-fields): List of bibtex fields with descriptions.
2173 (*org-bibtex-entries*): Special variable to hold parsed bibtex
2174 entries.
2175 (org-bibtex-autogen-keys): Custom variable controlling whether
2176 bibtex keys are automatically generated
2177 (org-bibtex-prefix): Custom variable allowing use of optional prefix
2178 for bibtex properties in Org-mode headlines.
2179 (org-bibtex-get): Helper function for accessing bibtex elements of a
2180 property list.
2181 (org-bibtex-put): Helper function for inserting bibtex element into
2182 a property list.
2183 (org-bibtex-headline): Return a bibtex entry of the given headline
2184 as a string.
2185 (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
2186 field.
2187 (org-bibtex-autokey): Generate a bibtex key for the current
2188 headline.
2189 (org-bibtex-fleshout): Fill in missing bibtex properties of the
2190 current headline.
2191 (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
2192 (org-bibtex-check): Check that all bibtex properties are present in
2193 the current headline.
2194 (org-bibtex-check-all): Check all headlines in the current buffer.
2195 (org-bibtex-create): Create a new bibtex headline at the current
2196 level.
2197 (org-bibtex-read): Read the current bibtex entry from a bibtex file.
2198 (org-bibtex-write): Write the most recently read bibtex entry into
2199 an Org-mode file.
2200
22012011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2202
2203 * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
2204 set properties.
2205 (org-agenda-show-clocking-issues): Handle faces.
2206
22072011-07-28 Eric Schulte <schulte.eric@gmail.com>
2208
2209 * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
2210 content by default with "-Dfile.encoding=UTF-8".
2211
22122011-07-28 Eric Schulte <schulte.eric@gmail.com>
2213
2214 * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
2215 argument.
2216
22172011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2218
84f21110
BG
2219 * org-exp.el (org-export-preprocess-string): Mark list end before
2220 expanding macros. Thus, a macro inside a list and containing
2221 blank lines cannot break the list structure.
2222 (org-export-preprocess-apply-macros): Multi-lines macros get
2223 indented with the same indentation as the first line. Thus, we
2224 are sure that every line belongs to the same list as the first
2225 line, if such list exists. Also add comments in code.
3ab2c837
BG
2226
22272011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2228
2229 * org-agenda.el (org-agenda-clock-consistency-checks): New option.
2230 (org-agenda-list): Handle display change to clock check.
84f21110
BG
2231 (org-agenda-get-progress): Show only clock entries if we are doing
2232 the consistency check.
3ab2c837
BG
2233 (org-agenda-show-clocking-issues): New function.
2234 (org-agenda-check-clock-gap): New function.
2235 (org-agenda-view-mode-dispatch): Offer consistency check.
2236 (org-agenda-log-mode): Handle switch to clock only display.
2237 (org-agenda-set-mode-name): Show lighter for Clockcheck.
2238
2239 * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
2240 and return it unchanged.
2241
22422011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2243
84f21110 2244 * org-list.el (org-list-struct): When walking down the list, the
3ab2c837
BG
2245 function would not pay attention to drawers or blocks indentation.
2246 Thus, such constructs couldn't consistently end an item or a list.
2247 This patch ensures line indentation is stored (if applicable)
2248 before skipping them. Also fixed doc-string and comments.
2249
22502011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2251
2252 * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
84f21110 2253 tree properties.
3ab2c837
BG
2254
22552011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2256
2257 * org-exp.el (org-export): Define a bound for finding enclosing
2258 tree with class/title definition.
2259
22602011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2261
2262 * org-exp.el (org-export): Go to next heading before searching
2263 backward, so make this also work if we are on the headline of the
84f21110 2264 entry with the property.
3ab2c837
BG
2265
22662011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2267
2268 * org.el (org-promote):
2269 (org-demote): Soften the previous change, by only removing the
84f21110
BG
2270 flyspell function from after-change functions, because that was
2271 the one causing the slowdown - at least much of it.
3ab2c837
BG
2272
22732011-07-28 Eric Schulte <schulte.eric@gmail.com>
2274
84f21110
BG
2275 * org.el (org-promote, org-demote): Turn off
2276 after-change-functions to speed up the reindentation of text.
3ab2c837
BG
2277
22782011-07-28 Eric Schulte <schulte.eric@gmail.com>
2279
84f21110 2280 * ob-ocaml.el (org-babel-ocaml-read-list): Use
3ab2c837 2281 `org-babel-script-escape'.
84f21110 2282 (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
3ab2c837
BG
2283
22842011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2285
84f21110 2286 * org-html.el (org-html-handle-links): Add an alternate for inline
9b8ba1e5 2287 images.
3ab2c837
BG
2288
22892011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2290
2291 * org-agenda.el (org-agenda-bulk-action): Do not use the entries
84f21110 2292 variable before it is defined.
3ab2c837
BG
2293
22942011-07-28 Eric Schulte <schulte.eric@gmail.com>
2295
2296 * org-src.el (org-src-lang-modes): Added a language alias of "C"
2297 to "c".
2298
22992011-07-28 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
2300
2301 * ob-tangle.el (org-babel-tangle): Make it work in an indirect
2302 buffer.
2303
23042011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2305
84f21110 2306 * org-html.el (org-html-make-link): Correct a bug in coderef link.
3ab2c837
BG
2307
23082011-07-28 Bernt Hansen <bernt@norang.ca>
2309
84f21110
BG
2310 * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
2311 typo.
3ab2c837
BG
2312
23132011-07-28 Bernt Hansen <bernt@norang.ca>
2314
2315 * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
84f21110 2316 when headlines are missing.
3ab2c837
BG
2317
23182011-07-28 Bastien Guerry <bzg@gnu.org>
2319
2320 * org-mobile.el (org-mobile-push): Move call to hook, make it the
2321 first thing of the push operation.
2322
23232011-07-28 Eric Schulte <schulte.eric@gmail.com>
2324
2325 * ob.el (org-babel-params-from-buffer): Now looking for header
2326 arguments in #+Properties: as well as #+Babel:. Also, we're no
2327 longer caching these results into a file local variable.
2328
23292011-07-28 Eric Schulte <schulte.eric@gmail.com>
2330
2331 * ob-python.el (org-babel-python-evaluate-external-process): Allow
2332 parsing as a table in the case of ":results output table".
9b8ba1e5 2333 (org-babel-python-evaluate-session): Allow parsing as a table in
3ab2c837
BG
2334 the case of ":results output table".
2335
23362011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2337
2338 * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
2339 all possible agenda views. Use `org-agenda-schedule' instead of
2340 `org-agenda-date-later'.
2341
23422011-07-28 Eric Schulte <schulte.eric@gmail.com>
2343
2344 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
2345 ":results output".
2346
23472011-07-28 Julien Danjou <julien@danjou.info>
2348
84f21110
BG
2349 * org.el (org-entry-get, org-entry-delete, org-entry-put)
2350 (org-property-values, org-delete-property-globally): Use
2351 `org-re-property'.
2352 (org-re-property): New function allowing to build a regexp to
2353 match a property.
3ab2c837
BG
2354
23552011-07-28 Julien Danjou <julien@danjou.info>
2356
2357 * org.el (org-property-values): Enhance docstring.
2358
d4423e17 23592011-07-28 Ethan Ligon <ligon@are.berkeley.edu> (tiny change)
3ab2c837 2360
5b409b39 2361 * org-html.el (org-html-export-list-line): Fix regexp for
d99aebc0
BG
2362 detecting description lists to allow "::" marker to be last
2363 visible element at end of line.
5b409b39
BG
2364 * org-docbook.el (org-docbook-export-list-line): Fix regexp for
2365 detecting description lists to allow "::" marker to be last
d99aebc0 2366 visible element at end of line.
3ab2c837
BG
2367
23682011-07-28 Julien Danjou <julien@danjou.info>
2369
2370 * org-table.el (org-table-cleanup-narrow-column-properties): Use
2371 point-min rather than 1 when moving in the buffer.
2372
23732011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2374
84f21110
BG
2375 * org-list.el (org-list-in-valid-context-p): Renamed from
2376 `org-list-in-valid-block-p'.
2377 (org-at-item-p,org-list-search-generic): Use renamed function.
3ab2c837
BG
2378
23792011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2380
2381 * org.el (org-set-font-lock-defaults): Be more strict when
2382 recognizing description items, and do not fontify wrong cases
9b8ba1e5 2383 like: "- term ::description" or "1. term :: description".
3ab2c837
BG
2384
23852011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2386
84f21110 2387 * org-latex.el: Pay attention to end of footnote. Before closing
3ab2c837
BG
2388 the command, ensure that list is properly closed or that last link
2389 is separated from the curly brace.
2390
23912011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2392
84f21110
BG
2393 * org.el (org-indent-line-function): Footnote definition must stay
2394 at column 0 to be recognized as such. Body below can have normal
3ab2c837
BG
2395 indentation, so it should ignore its definition when computing
2396 indentation.
2397
23982011-07-28 Bastien Guerry <bzg@gnu.org>
2399
84f21110
BG
2400 * org-protocol.el (org-protocol-remember, org-protocol-capture):
2401 More appropriate message.
3ab2c837
BG
2402
24032011-07-28 Bastien Guerry <bzg@gnu.org>
2404
2405 * org-capture.el (org-capture-clock-keep): New local variable.
2406 (org-capture, org-capture-finalize): Use it and fix a bug when
2407 :clock-keep is set to `t'.
2408
24092011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2410
2411 * org-exp.el (org-export-preprocess-string): Handle include files
2412 before processing macros.
2413
24142011-07-28 Bernt Hansen <bernt@norang.ca>
2415
2416 * org-agenda.el: Remove obsolete code for adding todo list in
84f21110 2417 front of the agenda.
3ab2c837
BG
2418
24192011-07-28 Lawrence Mitchell <wence@gmx.li>
2420
2421 * org-latex.el (org-export-latex-convert-table.el-table): Fix
2422 format-string for insertion of captions.
2423
d4423e17 24242011-07-28 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
3ab2c837
BG
2425
2426 * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
2427 regexp.
2428
24292011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2430
2431 * org.el (org-read-date-analyze): Help matching dotted European
2432 dates, like 31. 12. 2007
2433
24342011-07-28 Eric Schulte <schulte.eric@gmail.com>
2435
2436 * ob-lisp.el (org-babel-execute:lisp): Fix typo.
2437
24382011-07-28 Eric Schulte <schulte.eric@gmail.com>
2439
2440 * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
84f21110 2441 before reading by elisp.
3ab2c837
BG
2442 (org-bable-lisp-vector-to-list): Stub of a vector->list function,
2443 should be replaced with a cl-vector->el-vector function.
2444
24452011-07-28 Eric Schulte <schulte.eric@gmail.com>
2446
2447 * ob-lisp.el (org-babel-execute:lisp): Now using
2448 `org-babel-reassemble-table' to apply the appropriate header
2449 arguments to results.
2450
24512011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2452
2453 * org.el (org-end-of-meta-data-and-drawers): New function.
2454
2455 * org-capture.el (org-capture-place-plain-text): Implement adding
2456 plain text templates to Org nodes.
2457
24582011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2459
84f21110 2460 * org-beamer.el (org-beamer-environments-extra): Fix docstring.
3ab2c837
BG
2461
24622011-07-28 Lawrence Mitchell <wence@gmx.li>
2463
2464 * org-exp.el (org-export-handle-comments): Add the org-protected
2465 property to the replacement string.
2466
24672011-07-28 Lawrence Mitchell <wence@gmx.li>
2468
84f21110 2469 * org-html.el (org-export-as-html, org-html-level-start): Fix
3ab2c837
BG
2470 logic for section number printing when NUM is an integer.
2471
24722011-07-28 Lawrence Mitchell <wence@gmx.li>
2473
2474 * org-latex.el (org-export-latex-special-chars): Fix regexp for
2475 `single' special characters and ellipsis.
2476
24772011-07-28 Lawrence Mitchell <wence@gmx.li>
2478
2479 * org.el (org-point-at-end-of-empty-headline): Bind
84f21110 2480 `case-fold-search' to nil.
3ab2c837
BG
2481
24822011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2483
2484 * org-capture.el (org-capture-fill-template): Resolve new %<...>
2485 template escape.
2486 (org-capture-templates): Document new %<...> template escape.
2487
24882011-07-28 Eric Schulte <schulte.eric@gmail.com>
2489
2490 * ob.el (org-babel-process-params): Make this function idempotent,
2491 as it will sometimes be called multiple times.
2492
24932011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2494
2495 * org.el (org-ts-regexp-both): Add "]" to class of characters that
2496 should not be matched.
84f21110
BG
2497 (org-ts-regexp0, org-ts-regexp1): Do not start a class with
2498 "^]-+", because that tries to (not) match characters between "]"
2499 and "+". Instead, move the "-" to the end of the class where it
2500 causes no harm.
3ab2c837
BG
2501
25022011-07-28 Eric Schulte <schulte.eric@gmail.com>
2503
2504 * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
2505 process with the edit buffer when :session is specified.
2506
25072011-07-28 Eric Schulte <schulte.eric@gmail.com>
2508
2509 * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
2510 extraction code into line with a newer version of the
84f21110 2511 `org-store-link' function.
3ab2c837
BG
2512
25132011-07-28 Eric Schulte <schulte.eric@gmail.com>
2514
2515 * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
2516 wrapping the expression in either a let or progn, and possibly a
2517 pretty-print function invocation.
2518 (org-babel-execute:lisp): Greatly simplified method of executing
2519 lisp code blocks.
2520
25212011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2522
84f21110
BG
2523 * org-list.el: Move `org-update-checkbox-count-maybe' call outside
2524 of ̀save-excursion' to get back to original position.
3ab2c837
BG
2525
25262011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2527
2528 * org.el (org-numbered-action-format): New option.
2529 (org-new-numbered-action): New command.
2530 (org-collect-todos-in-subtree): New command.
2531
25322011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2533
2534 * org-exp.el (org-export-with-tasks): New option.
2535 (org-export-plist-vars): Add :tasks property.
2536
25372011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2538
84f21110
BG
2539 * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
2540 property to the export preprocessor.
3ab2c837 2541
84f21110
BG
2542 * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
2543 property to the export preprocessor.
3ab2c837 2544
84f21110
BG
2545 * org-html.el (org-export-as-html): Pass the :done-tasks property
2546 to the export preprocessor.
3ab2c837
BG
2547
2548 * org-latex.el (org-export-as-latex): Pass the :done-tasks
2549 property to the export preprocessor.
2550
2551 * org-exp.el (org-export-with-done-tasks): New option.
2552 (org-export-plist-vars): Add entry for :done-tasks.
2553 (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
2554 (org-export-remove-done-tasks): New function.
2555
25562011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2557
2558 * org-latex.el (org-export-latex-keywords-maybe): Protect # in
2559 tags.
2560
25612011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2562
2563 * org.el (org-find-olp): Use the level of the correct match to
2564 continue search.
2565
25662011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2567
84f21110 2568 * org-list.el (org-toggle-checkbox): Build value of
3ab2c837
BG
2569 org-keyword-time-regexp instead of using it directly, as it's
2570 buffer-local, and function might be called outside Org.
2571
25722011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2573
84f21110
BG
2574 * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
2575 blocks or drawers necessarily start somewhere. It it isn't the
3ab2c837
BG
2576 case, treat them as normal text.
2577
25782011-07-28 Eric Schulte <schulte.eric@gmail.com>
2579
2580 * ob-exp.el (org-babel-exp-results): Use code block name when
2581 finding cached results.
2582
25832011-07-28 Julien Danjou <julien@danjou.info>
2584
2585 * org-latex.el (org-export-latex-date-format): Change default date
2586 format to \today. This has the same result but respects the
2587 language set in the document by default.
2588
25892011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2590
84f21110 2591 * org-list.el (org-list-checkbox): When called from an headline,
3ab2c837 2592 function would normally skip drawers, but not if a SCHEDULED or
84f21110 2593 DEADLINE keyword is standing before the drawer. Also avoid
3ab2c837
BG
2594 problems if function is called in buffers not is Org mode.
2595
25962011-07-28 Bastien Guerry <bzg@gnu.org>
2597
84f21110 2598 * org-clock.el (org-clock-report): Change the scope of the
3ab2c837
BG
2599 inserted clock report depending on whether the point is within a
2600 subtree (:scope subtree) or not (:scope file).
2601
26022011-07-28 Puneeth Chaganti <punchagan@gmail.com>
2603
2604 * org-html.el (org-export-as-html): Fix export of footnotes
2605 containing lists, tables, quotes, etc.
2606
26072011-07-28 Lawrence Mitchell <wence@gmx.li>
2608
2609 * org-latex.el (org-export-latex-preprocess): Correctly match
2610 starred command names.
2611
26122011-07-28 Lawrence Mitchell <wence@gmx.li>
2613
2614 * org-html.el (org-export-as-html): Get local value of
2615 org-export-with-section-numbers from the buffer's plist. Deal
2616 specially with the case the resulting value is an integer.
2617 (org-html-level-start): New optional argument of the option plist used
2618 instead of `org-export-with-section-numbers'. Also deal specially
2619 with the case that the value is an integer.
2620
26212011-07-28 Lawrence Mitchell <wence@gmx.li>
2622
2623 * org-latex.el (org-export-latex-subcontent): Deal specially with
2624 the case that NUM is an integer.
2625
26262011-07-28 Bastien Guerry <bzg@gnu.org>
2627
84f21110 2628 * org-protocol.el (org-protocol-do-capture): Allow template keys
3ab2c837
BG
2629 of two characters.
2630 (org-protocol-default-template-key): Update the docstring to
2631 reflect the change in `org-protocol-do-capture'.
2632
26332011-07-28 Christian Egli <christian.egli@sbszh.ch>
2634
2635 * org-taskjuggler.el: Fix a typo in the commentary.
2636
26372011-07-28 Christian Egli <christian.egli@sbszh.ch>
2638
2639 * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
2640 "purge allocations" statement if we are not targeting tj3.
2641
26422011-07-28 Christian Egli <christian.egli@sbszh.ch>
2643
2644 * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
2645 Replace recursive implementation with an iterative one.
2646
26472011-07-28 Eric Schulte <schulte.eric@gmail.com>
2648
2649 * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
2650 data into shell variables.
2651
26522011-07-28 David Maus <dmaus@ictsoc.de>
2653
2654 * org-html.el (org-html-handle-time-stamps): Protected linebreak
2655 element after timestamp markup.
2656
26572011-07-28 David Maus <dmaus@ictsoc.de>
2658
2659 * org-html.el (org-html-handle-links): Don't protect img tag in
2660 link description.
2661
26622011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2663
2664 * org-table.el (org-table-formula-handle-first/last-rc): Bind
2665 `char'.
2666
26672011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2668
84f21110 2669 * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
3ab2c837
BG
2670 whatever the major mode is.
2671
26722011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2673
84f21110 2674 * org-inlinetask.el (org-inlinetask-export-templates): Fix default
3ab2c837 2675 templates.
84f21110
BG
2676 (org-inlinetask-export-handler): Ensure contents of inline task,
2677 if any, starts and ends with a newline character. Refactor and
2678 comment code.
3ab2c837
BG
2679
26802011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2681
2682 * org-capture.el (org-datetree-find-date-create): Lower-case for
84f21110 2683 variable names in `define-function' form.
3ab2c837
BG
2684
26852011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2686
2687 * org-table.el (org-table-convert-region): Throw error when
2688 SEPARATOR is smaller than 1.
2689
26902011-07-28 Julien Danjou <julien@danjou.info>
2691
2692 * org-colview.el (org-columns-display-here): Fix heading retrieval
2693 in Org buffers.
2694
26952011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2696
84f21110 2697 * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
3ab2c837
BG
2698 be on the same line as a list end marker.
2699
27002011-07-28 Julien Danjou <julien@danjou.info>
2701
2702 * org.el (org-icompleting-read): Do not use useless lambda.
2703
27042011-07-28 Julien Danjou <julien@danjou.info>
2705
2706 * org-agenda.el (org-format-agenda-item): Fix length computing.
2707
27082011-07-28 Julien Danjou <julien@danjou.info>
2709
2710 * org-agenda.el (org-format-agenda-item): Fix comment and use
2711 `add-text-properties'.
2712
27132011-07-28 Julien Danjou <julien@danjou.info>
2714
2715 * org-agenda.el (org-agenda-highlight-todo): Remove useless
2716 `concat'.
2717
27182011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2719
84f21110
BG
2720 * org-list.el (org-list-to-generic): Set a default term for
2721 ill-formed description lists. Do not insert newline characters
3ab2c837 2722 unless told to.
84f21110 2723 (org-list-to-texinfo,org-list-to-html): Apply changes to
3ab2c837
BG
2724 `org-list-parse-liste'.
2725
27262011-07-28 Bastien Guerry <bzg@gnu.org>
2727
2728 * org-clock.el (org-clock-clocktable-language-setup): Add a
2729 string.
2730 (org-clocktable-write-default): Use the new localized string
2731 in `org-clock-clocktable-language-setup'.
2732
27332011-07-28 Bastien Guerry <bzg@gnu.org>
2734
2735 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
2736 (org-taskjuggler-assign-resource-ids): Replace recursive
2737 implementation with an iterative one.
2738
27392011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
2740
2741 * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
2742 in headlines.
2743
27442011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
2745
2746 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
2747 Compute the leafiness of a node.
84f21110
BG
2748 (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
2749 node as a milestone if it is a leaf and has no effort.
3ab2c837
BG
2750
27512011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
2752
2753 * org-taskjuggler.el (org-export-taskjuggler-target-version):
84f21110
BG
2754 (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
2755 to handle export to both tj2 and tj3.
2756 (org-taskjuggler-open-task): Use a different way to purge
2757 allocations for tj2 and tj3.
3ab2c837
BG
2758
27592011-07-28 Matt Lundin <mdl@imapmail.org>
2760
2761 * org-footnote.el (org-footnote-auto-label): New random option.
2762
2763 * org-footnote.el (org-footnote-new): Create random footnote
2764 labels with unique ids.
2765
27662011-07-28 Matt Lundin <mdl@imapmail.org>
2767
2768 * org-footnote.el (org-footnote-create-definition): Allow for
2769 footnote sections above the current footnote insertion point.
2770
27712011-07-28 Matt Lundin <mdl@imapmail.org>
2772
2773 * org-footnote.el (org-footnote-create-definition): Don't search
2774 for last footnote when in org-mode file.
2775
27762011-07-28 Bastien Guerry <bzg@gnu.org>
2777
2778 * org-html.el (org-export-as-html): Handle links with
2779 `org-html-handle-links' after we handle special characters
2780 conversions.
2781 (org-html-make-link, org-export-html-format-image): Don't
2782 protect html with @ anymore, as links are now handled after
2783 special characters conversions.
2784
27852011-07-28 Julien Danjou <julien@danjou.info>
2786
2787 * org-agenda.el (org-agenda-get-timestamps):
2788 (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
2789 (org-format-agenda-item): Remove no-prefix argument.
2790 (org-agenda-change-all-lines): Call org-format-agenda-item without the
2791 no-prefix argument.
2792
27932011-07-28 Julien Danjou <julien@danjou.info>
2794
2795 * org-agenda.el (org-agenda-highlight-todo): Stop using
2796 prefix-length.
2797 (org-cmp-alpha): Stop using prefix-length.
2798 (org-agenda-open-link): Stop using prefix-length.
2799 (org-agenda-change-all-lines): Stop using prefix-length.
2800
2801 * org-colview-xemacs.el (org-columns-display-here): Stop using
2802 prefix-length. Always return claned items.
2803
2804 * org-colview.el (org-columns-display-here): Stop using
2805 prefix-length. Always return claned items.
2806
2807 * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
2808 prefix-length.
2809
28102011-07-28 Eric Schulte <schulte.eric@gmail.com>
2811
2812 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
2813 `org-store-link' interactively as it can confuse the setting of
2814 `org-link-to-org-use-id' and cause undue edits to the org-mode
2815 buffer during tangling.
2816
28172011-07-28 David Maus <dmaus@ictsoc.de>
2818
2819 * org-html.el (org-export-html-format-image): Protect <p> element
2820 of image caption.
2821
28222011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2823
2824 * org.el (org-read-date-force-compatible-dates): New option.
2825 (org-read-date, org-read-date-analyze): Check representable date range.
2826
28272011-07-28 Bastien Guerry <bzg@gnu.org>
2828
7877f373 2829 * org-html.el (org-export-as-html): Fix export of email.
3ab2c837
BG
2830
28312011-07-28 Eric Schulte <schulte.eric@gmail.com>
2832
2833 * ob-tangle.el (org-babel-spec-to-string): Check value of padline
2834 on tangling, no longer use the now-removed variable
2835 `org-babel-tangle-pad-newline'.
2836
2837 * ob.el (org-babel-header-arg-names): Add padline to the list of
2838 header argument names.
2839 (org-babel-default-header-args): Set the default value of padline to
2840 "yes".
2841 (org-babel-merge-params): Cleaned up the merge logic, added padline.
2842
28432011-07-28 Eric Schulte <schulte.eric@gmail.com>
2844
2845 * ob.el (org-babel-header-arg-names): Adding "shebang" to known
2846 code block header argument names.
2847
28482011-07-28 Bastien Guerry <bzg@gnu.org>
2849
7877f373 2850 * org-crypt.el: Remove useless TODO in comments.
3ab2c837
BG
2851
28522011-07-28 Bastien Guerry <bzg@gnu.org>
2853
7877f373 2854 * org-html.el (org-export-as-html): The default postamble now only
3ab2c837
BG
2855 export a date paragraph if `org-export-time-stamp-file' is
2856 non-nil.
2857
28582011-07-28 Bastien Guerry <bzg@gnu.org>
2859
2860 * org-exp.el (org-export-xml): Remove the defgroup of
2861 org-export-xml.
2862
28632011-07-28 Bastien Guerry <bzg@gnu.org>
2864
2865 * org-html.el (org-export-html-insert-plist-item): Remove.
2866 (org-export-html-preamble): Default to `t'. Accept functions.
2867 (org-export-html-postamble): Default to `auto'. Accept
2868 functions and distinguish between 'auto (no formatting string)
2869 and `t' (default formatting string).
2870 (org-export-as-html): Handle org-export-html-preamble and
2871 org-export-html-postamble new defaults/allowed values.
2872 Define email and creator-info before using them.
2873
28742011-07-28 Bastien Guerry <bzg@gnu.org>
2875
2876 * org-html.el (org-export-html-protect-char-alist): Fix typo in
2877 custom type definition.
2878
28792011-07-28 Eric Schulte <schulte.eric@gmail.com>
2880
2881 * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
2882 arguments.
2883
28842011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2885
84f21110 2886 * org-list.el (org-list-parse-list): Fixed regexp.
3ab2c837
BG
2887
28882011-07-28 David Maus <dmaus@ictsoc.de>
2889
2890 * org-html.el (org-export-html-format-image): Protect image
2891 elements.
2892
28932011-07-28 Eric Schulte <schulte.eric@gmail.com>
2894
2895 * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
2896 contents of a code block body on export.
2897 (org-babel-tangle-collect-blocks): Apply
2898 `org-babel-tangle-body-hook' to the collected bodies of code blocks.
2899
29002011-07-28 David Maus <dmaus@ictsoc.de>
2901
2902 * org-html.el (org-html-make-link, org-html-handle-links): Protect
2903 generated XHTML elements.
2904 (org-export-as-html): Expand character entities after creating markup
2905 for links and timestamps.
2906
29072011-07-28 Bastien Guerry <bzg@gnu.org>
2908
2909 * org-html.el (org-export-as-html): bugfix: insert email
2910 correctly.
2911
29122011-07-28 Bastien Guerry <bzg@gnu.org>
2913
2914 * org-html.el: Bugfix: prevent infinite matching of the `&'
2915 character.
2916
29172011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2918
84f21110
BG
2919 * org.el (org-fill-paragraph): `fill-forward-paragraph' function
2920 has been introduced with emacs 23.1.
3ab2c837
BG
2921
29222011-07-28 Bastien Guerry <bzg@gnu.org>
2923
2924 * org-attach.el: Allow to store a link to the attach-dir location.
2925
29262011-07-28 Puneeth Chaganti <punchagan@gmail.com>
2927
2928 * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
2929 function.
2930
29312011-07-28 Bernt Hansen <bernt@norang.ca>
2932
2933 * org-clock.el (org-clock-in): Allow clocking in new tasks
9b8ba1e5 2934 inserted before the current clocking task.
3ab2c837
BG
2935
29362011-07-28 Bernt Hansen <bernt@norang.ca>
2937
2938 * org-clock.el (org-clock-in): Set default clocking task when
9b8ba1e5 2939 already clocking the task.
3ab2c837
BG
2940
29412011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2942
84f21110 2943 * org.el (org-adaptive-fill-function): When a region is specified
3ab2c837
BG
2944 first line of paragraph isn't skipped, so fill-paragraph have to
2945 be computed even if point is at an item.
2946
29472011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2948
84f21110
BG
2949 * org-list.el (org-list-in-valid-block-p): New function.
2950 (org-at-item-p,org-list-search-generic): Use new function.
3ab2c837
BG
2951
29522011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2953
84f21110 2954 * org.el (org-indent-line-function): Text in both a list and a
3ab2c837
BG
2955 valid block is indented with regards to current item, not to block
2956 boundaries.
2957
29582011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2959
7877f373 2960 * org-html.el (org-format-org-table-html): Fix anchors in HTML
3ab2c837 2961 export (thanks to <aankhen@gmail.com>)
7877f373 2962 (org-html-protect): Fix a bug that prevents some target to be
3ab2c837
BG
2963 rendered correctly.
2964
29652011-07-28 Bastien Guerry <bzg@gnu.org>
2966
2967 * org.el (org-default-properties): Add EXPORT_TEXT.
2968
29692011-07-28 Matt Lundin <mdl@imapmail.org>
2970
2971 * org-footnote.el (org-footnote-create-definition)
2972 (org-insert-footnote-reference-near-definition): Fix sorting
2973 of footnotes.
2974
29752011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2976
2977 * org-html.el (org-export-as-html): Bugfix: don't insert closing
2978 HTML tags when exporting body only.
2979
d4423e17 29802011-07-28 Jason Dunsmore <emacs-orgmode@deathroller.dunsmor.com> (tiny change)
3ab2c837
BG
2981
2982 * org.el (org-back-over-empty-lines): Bugfix. Honor
2983 `org-blank-before-new-entry' correctly in various contexts.
2984
29852011-07-28 Bastien Guerry <bzg@gnu.org>
2986
2987 * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
2988 and `save-restriction'.
2989
29902011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2991
84f21110 2992 * org-timer.el (org-timer-item): `save-excursion' prevents
3ab2c837
BG
2993 `org-list-struct' to get the list structure when point isn't on
2994 the first line of the item.
2995
29962011-07-28 Bastien Guerry <bzg@gnu.org>
2997
2998 * org-capture.el (org-capture-templates): New option
2999 :no-clock-out.
3000 (org-capture): Use the new option.
3001
30022011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3003
3004 * org-list.el (org-update-checkbox-count): Ensure cookies on an
84f21110 3005 heading are correctly updated when checkboxes are hidden. It
3ab2c837
BG
3006 allows, for example, to use C-c C-x C-b on a collapsed tree and
3007 still get the update.
3008
30092011-07-28 David Maus <dmaus@ictsoc.de>
3010
3011 * org-exp.el (org-export-visible): Accept keys for
3012 `org-export-as-html-to-buffer' and `org-export-region-as-html'.
3013
30142011-07-28 Bastien Guerry <bzg@gnu.org>
3015
3016 * org.el (org-duration-string-to-minutes): Don't use
3017 `rx-to-string'.
3018
30192011-07-28 Lawrence Mitchell <wence@gmx.li>
3020
3021 * org.el (org-effort-durations): New variable.
3022
3023 * org.el (org-duration-string-to-minutes): New function.
3024
3025 * org-agenda.el (org-agenda-filter-effort-form)
3026 (org-format-agenda-item): Use it.
3027
3028 * org-clock.el (org-clock-notify-once-if-expired)
3029 (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
3030
30312011-07-28 Bastien Guerry <bzg@gnu.org>
3032
3033 * org-agenda.el (org-agenda-run-series): Rename from
3034 `org-run-agenda-series'.
3035
30362011-07-28 Bastien Guerry <bzg@gnu.org>
3037
3038 * org-capture.el: Don't allow currentfile anymore.
3039
30402011-07-28 Bastien Guerry <bzg@gnu.org>
3041
3042 * org-agenda.el (org-agenda-list): Fix bug: don't rely on
3043 `org-agenda-current-span' when calling `org-agenda-list'.
3044
30452011-07-28 Bastien Guerry <bzg@gnu.org>
3046
7877f373
JB
3047 * org-capture.el (org-capture-put-target-region-and-position):
3048 New function to store information about the target buffer.
3ab2c837 3049 (org-capture-set-target-location): Use it.
7877f373 3050 (org-capture-finalize): Restore the target buffer in its
3ab2c837
BG
3051 possibly narrowed state. Also restore the cursor position.
3052
30532011-07-28 Bastien Guerry <bzg@gnu.org>
3054
7877f373 3055 * org-crypt.el (auto-save-default): Make sure entries are
3ab2c837
BG
3056 encrypted before auto-saving.
3057
30582011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3059
3060 * org-inlinetask.el (org-inlinetask-promote)
84f21110 3061 (org-inlinetask-demote): New functions.
3ab2c837
BG
3062
30632011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3064
84f21110
BG
3065 * org.el (org-demote-subtree,org-promote-subtree): Wrap
3066 `org-map-tree' into `org-with-limited-levels' macro, so it avoids
3ab2c837
BG
3067 operating on inline tasks.
3068
30692011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3070
7877f373 3071 * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
3ab2c837 3072 will move point to a real heading and not an inline task by
84f21110 3073 wraping function into a `org-with-limited-levels' macro.
3ab2c837
BG
3074
30752011-07-28 Bastien Guerry <bzg@gnu.org>
3076
3077 * org-capture.el (org-capture-finalize): New argument clock-out,
3078 to tell whether finalizing the capture process should clock out
3079 the running clock.
3080 (org-capture): Use the new argument.
3081
30822011-07-28 Bastien Guerry <bzg@gnu.org>
3083
3084 * org.el (org-refile-get-targets): Rename from
9b8ba1e5 3085 `org-get-refile-targets'.
3ab2c837
BG
3086
30872011-07-28 Bastien Guerry <bzg@gnu.org>
3088
3089 * org-exp.el (org-export-table-remove-empty-lines): New custom
3090 variable.
3091 (org-export-remove-special-table-lines): Use it.
3092
30932011-07-28 Bastien Guerry <bzg@gnu.org>
3094
7877f373 3095 * org-table.el (org-table-fix-formulas-confirm): New custom
3ab2c837
BG
3096 variable.
3097 (org-table-insert-column, org-table-delete-column)
3098 (org-table-move-column, org-table-move-row)
3099 (org-table-insert-row, org-table-kill-row): Use it.
3100
31012011-07-28 Tassilo Horn <tassilo@member.fsf.org>
3102
3103 * org.el (org-refile-get-location): Set and show default value.
3104 (org-goto, org-refile): Adapt calls.
3105
31062011-07-28 Bastien Guerry <bzg@gnu.org>
3107
3108 * org-mobile.el (org-mobile-files-exclude-regexp): New custom
3109 variable.
3110 (org-mobile-files-alist): Use it.
3111
31122011-07-28 Bastien Guerry <bzg@gnu.org>
3113
3114 * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
3115 against headings outside of a narrowed buffer.
3116
31172011-07-28 Bastien Guerry <bzg@gnu.org>
3118
3119 * org.el (org-confirm-shell-link-not-regexp)
3120 (org-confirm-elisp-link-not-regexp): New custom variables.
3121 (org-open-at-point): Use the new custom variables.
3122
31232011-07-28 Lawrence Mitchell <wence@gmx.li>
3124
7877f373 3125 * org-latex.el: Place \title \author \date before
3ab2c837
BG
3126 \begin{document}.
3127
31282011-07-28 Bastien Guerry <bzg@gnu.org>
3129
3130 * org-html.el (org-export-html-preamble)
7877f373
JB
3131 (org-export-html-postamble): Now default to `nil'.
3132 (org-export-as-html): When :html-pre/postamble is nil, fall
3ab2c837
BG
3133 back on the default pre/postamble, which depends on the
3134 :author-info, :email-info, :creator-info options.
3135
31362011-07-28 Eric Schulte <schulte.eric@gmail.com>
3137
3138 * ob-exp.el (org-babel-exp-results): Don't use cached results if
3139 there is no hash.
3140
31412011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3142
3143 * org-table.el (org-table-eval-formula): Treat relative column
3144 refs.
3145
31462011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3147
3148 * org-table.el (org-table-use-standard-references): Change default
3149 to `from'.
3150
31512011-07-28 Bastien Guerry <bzg@gnu.org>
3152
7877f373 3153 * org.el (org-move-subtree-down): Leave the cursor at the same
3ab2c837
BG
3154 column we were at.
3155
31562011-07-28 Bastien Guerry <bzg@gnu.org>
3157
3158 * org-attach.el (org-attach-store-link-p): New variable.
3159 (org-attach-store-link): New function.
3160 (org-attach-attach): When `org-attach-store-link-p' is
3161 non-nil, store a link in `org-stored-links' to a newly
3162 attached file.
3163
31642011-07-28 Bastien Guerry <bzg@gnu.org>
3165
7877f373 3166 * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
3ab2c837
BG
3167 case-fold-search to avoid mixing TODO keywords with real headline
3168 words.
3169
31702011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3171
3172 * org-table.el (org-table-fedit-finish): Read more general LHS of
3173 formulas.
3174 (org-table-formula-handle-@L): New function to hanle @L references.
3175 (org-table-current-ncol): New variable.
3176 (org-table-line-to-dline): New function.
3177 (org-table-get-stored-formulas): Accept range formulas as matches.
3178 (org-table-get-specials): Compute and store the number of columns.
3179 (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
3180 only the region marked by the range, not the content.
3181 (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
3182 range targets. Also check for duplicate access to fields.
3183 (org-table-expand-lhs-ranges): New funktion.
3184 (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
3185 the caller's value.
3186 (org-table-edit-formulas): Support highlighting of range targets.
3187 (org-table-field-info): Handle renge formulas.
3188
31892011-07-28 Bastien Guerry <bzg@gnu.org>
3190
3191 * org-html.el (org-export-html-postamble-format)
7877f373 3192 (org-export-html-preamble-format): Explain how to escape the
3ab2c837
BG
3193 `%' character.
3194
31952011-07-28 Bastien Guerry <bzg@gnu.org>
3196
3197 * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
3198 `org-export-current-backend'.
3199
32002011-07-28 Eric Schulte <schulte.eric@gmail.com>
3201
3202 * ob.el (org-babel-read): Read string variable values wrapped in
3203 double quotes, removing the quotes.
3204
32052011-07-28 Eric Schulte <schulte.eric@gmail.com>
3206
3207 * ob-exp.el (org-babel-exp-results): Ensure that processed params
3208 are send to org-babel-execute-src-block.
3209
32102011-07-28 Bastien Guerry <bzg@gnu.org>
3211
3212 * org-special-blocks.el
3213 (org-special-blocks-make-special-cookies): Use
3214 `org-export-current-backend'.
3215
32162011-07-28 Eric Schulte <schulte.eric@gmail.com>
3217
3218 * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
3219 as an argument.
3220 (org-babel-exp-src-block): Explicitly pass language to
3221 `org-babel-exp-in-export-file'.
3222 (org-babel-exp-inline-src-blocks): Removed unused code.
3223 (org-babel-exp-results): Explicitly pass language to
3224 `org-babel-exp-in-export-file'.
3225
32262011-07-28 Eric Schulte <schulte.eric@gmail.com>
3227
3228 * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
3229 returned from calc-eval.
3230
32312011-07-28 Eric Schulte <schulte.eric@gmail.com>
3232
3233 * ob.el (org-babel-read): Pass elisp vectors through to code
3234 blocks.
3235
32362011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3237
3238 * ob.el (org-src-lang-modes): Defvar.
3239 (org-at-item-p): Declare function.
3240
3241 * ob-calc.el (calc-store): Require.
3242 (var-syms): Defvar.
3243
3244 * ob-python.el (py-default-interpreter): Defvar.
3245
32462011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3247
3248 * org-exp-blocks.el (backend): defvar.
3249
32502011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3251
3252 * org-agenda.el (org-agenda-get-scheduled):
3253 (org-agenda-get-timestamps): Bind local variable `show-all'.
3254
32552011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3256
3257 * ob-ref.el (org-at-item-p): Declare function.
3258
3259 * org-agenda.el (diary-time-regexp): defvar.
3260
3261 * org-archive.el (org-archive-subtree): Bind local variable
3262 `infile-p'.
3263
3264 * org-capture.el (org-capture-insert-template-here): Get template
3265 text from property list, to avoid byte compiler message.
3266
3267 * org-latex.el (org-export-latex-tables): Bind local variable
3268 `width'.
3269
3270 * org-special-blocks.el (org-compat): Add require statement.
3271
3272 * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
3273 `const-str'.
3274
3275 * org.el (org-eval): Moved function here from org-agenda.el.
3276
32772011-07-28 Eric Schulte <schulte.eric@gmail.com>
3278
3279 * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
3280 when reading from tables.
3281 (org-babel-read-list): Inhibit lisp evaluation of values when
3282 reading from lists.
3283 (org-babel-read): Add optional argument which can be used to inhibit
3284 lisp evaluation of value.
3285
32862011-07-28 Eric Schulte <schulte.eric@gmail.com>
3287
3288 * ob-table.el (sbe): Ensure that ob-trim is only called on
3289 strings.
3290
32912011-07-28 Eric Schulte <schulte.eric@gmail.com>
3292
3293 * ob-exp.el (org-babel-exp-results): On export, ensure that the
3294 result hash is resolved in the original org-mode file.
3295
32962011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3297
84f21110 3298 * org-exp.el (org-export-mark-list-end): Change end marker.
3ab2c837 3299
84f21110 3300 * org-docbook.el (org-export-docbook-list-line): Use new marker.
3ab2c837 3301
84f21110 3302 * org-html.el (org-html-export-list-line): Use new marker.
3ab2c837 3303
84f21110 3304 * org-latex.el (org-export-latex-lists): Use new marker.
3ab2c837
BG
3305
33062011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3307
84f21110 3308 * org-latex.el (org-export-latex-lists): Make sure markers used
3ab2c837
BG
3309 for export are taken into account by temporarily setting an
3310 appropriate value for `org-list-ending-method'.
3311
33122011-07-28 Eric Schulte <schulte.eric@gmail.com>
3313
3314 * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
3315 regexp into its own variable, also allowing match of empty bodies.
3316 (org-export-blocks-preprocess): Using new regexp variable.
3317
33182011-07-28 Eric Schulte <schulte.eric@gmail.com>
3319
3320 * ob.el (org-babel-src-block-regexp): Code block regexp now
3321 matches blocks with empty bodies.
3322
33232011-07-28 Eric Schulte <schulte.eric@gmail.com>
3324
3325 * ob.el (org-babel-script-escape): If script escaped value doesn't
3326 parse cleanly, then return it literally.
3327
33282011-07-28 Eric Schulte <schulte.eric@gmail.com>
3329
3330 * ob-exp.el (org-babel-exp-src-block): When block will eventually
3331 be evaluated, pre-calculate the hash before noweb expansion, and
3332 expand the parameters before hash calculation.
3333 (org-babel-exp-do-export): Pass pre-calculated hash through to
3334 `org-babel-exp-results'.
3335 (org-babel-exp-results): Compare pre-calculated hash to results hash.
3336
33372011-07-28 Eric Schulte <schulte.eric@gmail.com>
3338
3339 * ob.el (org-babel-sha1-hash): Sort list values to header
3340 arguments, and sort the words in strings.
3341
33422011-07-28 Eric Schulte <schulte.eric@gmail.com>
3343
3344 * ob-ref.el (org-babel-ref-index-list): Special handling of hline
3345 rows.
3346
33472011-07-28 Julien Danjou <julien@danjou.info>
3348
3349 * org-macs.el (org-with-point-at): Store evaluated version of
3350 pom. This fixes a potential bug when using (org-with-point-at
3351 (func) …), where (func) would be evaluated multiple times,
3352 therefore might return different results if a marker was returned
3353 and different each time.
3354
33552011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3356
84f21110 3357 * org.el (org-open-at-point): If a link to a radio target is the
3ab2c837
BG
3358 first, (resp. the last), element of a buffer, function cannot find
3359 the property change required to get its boundaries, and
3360 `buffer-substring' is called with an invalid nil argument.
3361
33622011-07-28 Bastien Guerry <bzg@gnu.org>
3363
84f21110 3364 * org-table.el (org-table-copy-down): Fix docstring.
3ab2c837
BG
3365
33662011-07-28 Eric Schulte <schulte.eric@gmail.com>
3367
3368 * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
7877f373
JB
3369 and for file types other than png and PDF it uses imagemagick to
3370 convert a compiled PDF file to the desired file type.
3371 (convert-pdf): Convert a PDF file to a new file type using
3ab2c837
BG
3372 imagemagick.
3373
33742011-07-28 Puneeth Chaganti <punchagan@gmail.com>
3375
7877f373 3376 * org-capture.el (org-capture-fill-template): Fix bug with the
3ab2c837
BG
3377 display of interactive prompt in templates expansion.
3378
29c8a348 33792011-07-28 Reiner Steib <reiner.steib@gmx.de>
3ab2c837 3380
29c8a348
RS
3381 * org-clock.el (org-clock-display): Document how to remove subtree
3382 times.
3ab2c837
BG
3383
33842011-07-28 Eric Schulte <schulte.eric@gmail.com>
3385
3386 * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
3387 append a newline to the body.
3388
33892011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3390
84f21110 3391 * org-list.el (org-list-insert-item): When computing size of item
3ab2c837
BG
3392 being inserted, function has to take into account that indentation
3393 may not only be made of spaces.
3394
33952011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3396
84f21110 3397 * org-clock.el (org-clock-find-position): If a list was adjacent
3ab2c837
BG
3398 to some clocks and a drawer was going to be created, only the
3399 first element of the list would make it into the drawer.
3400
34012011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3402
84f21110 3403 * org-list.el (org-toggle-checkbox): Fix bug where top item in
3ab2c837
BG
3404 list was omitted when checking boxes.
3405
34062011-07-28 Dan Davison <dandavison7@gmail.com>
3407
3408 * ob-R.el: Don't print result to echo area after evaluation.
3409
34102011-07-28 Bastien Guerry <bzg@gnu.org>
3411
3412 * org-capture.el (org-capture-refile): Fix typo in docstring.
3413
34142011-07-28 Eric Schulte <schulte.eric@gmail.com>
3415
3416 * ob-calc.el (org-babel-execute:calc): Call out to new function
3417 for variables resolution.
3418 (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
3419 variables in calc expressions.
3420
34212011-07-28 Eric Schulte <schulte.eric@gmail.com>
3422
3423 * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
3424 (org-babel-C++-compiler): Replace "c++" with "C++".
3425 (org-babel-execute:cpp): Replace "c" with "C++".
3426 (org-babel-execute:C++): Replace "c" with "C++".
3427 (org-babel-expand-body:C++): Replace "c" with "C++".
3428 (org-babel-C-execute): Replace "c" with "C++".
3429
34302011-07-28 Eric Schulte <schulte.eric@gmail.com>
3431
3432 * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
3433 a list if at the *beginning* of a list item.
3434
3435 * ob.el (org-babel-read-result): Only try to read results as a
3436 list if at the *beginning* of a list item.
3437
34382011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3439
84f21110
BG
3440 * org-list.el (org-cycle-item-indentation): Do not break an
3441 indentation cycle because visibility cycling is requested. This
3ab2c837
BG
3442 happens when an item becomes a parent, due to indentation change.
3443 Not considered empty anymore, the function cannot change its
3444 indentation again.
3445
34462011-07-28 Bastien Guerry <bzg@gnu.org>
3447
3448 * org-clock.el (org-clocktable-write-default): Bugfix: falls back
3449 on `org-export-default-language' when no :lang parameter is set.
3450
34512011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3452
3453 * org-capture.el (org-capture-expand-file): New function.
3454 (org-capture-target-buffer):
3455 (org-capture-set-target-location): Use `org-capture-expand-file'.
3456
34572011-07-28 Eric Schulte <schulte.eric@gmail.com>
3458
3459 * ob.el (org-babel-read-list): Reading the value of a list has
3460 been updated to reflect the new structure of org-mode lists in
3461 elisp.
3462 (org-babel-insert-result): Writing code block results to lists has
3463 been updated to reflect the new list structure.
3464 (org-babel-result-end): Remove a previous change to end-of-list
84f21110 3465 marker detection.
3ab2c837
BG
3466
34672011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3468
84f21110 3469 * org-list.el (org-cycle-item-indentation): Each time the function
3ab2c837
BG
3470 moves item back to child position, a white space is added to the
3471 line.
3472
34732011-07-28 Eric Schulte <schulte.eric@gmail.com>
3474
3475 * ob.el (org-babel-process-params): Allow elisp code in
3476 specification of results header arguments.
3477
34782011-07-28 Bastien Guerry <bzg@gnu.org>
3479
3480 * org-agenda.el (org-agenda-append-agenda): New command.
3481 (org-agenda-mode-map): New keybinding to this new command.
3482
34832011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3484
84f21110 3485 * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
3ab2c837 3486 cursor it at very first item of the list, as specified in the
84f21110 3487 manual. Also refactored the list part of the function a bit.
3ab2c837
BG
3488
34892011-07-28 Bastien Guerry <bzg@gnu.org>
3490
3491 * org-agenda.el (org-agenda): Set the 'last-args property to nil
3492 when calling `org-agenda'. Don't kill the local variable
3493 `org-agenda-current-span'.
3494 (org-run-agenda-series): Use the new property 'last-args.
3495 (org-agenda-change-time-span): Use the dynamically set
3496 `org-agenda-overriding-arguments' variable when non-nil.
3497
34982011-07-28 Eric Schulte <schulte.eric@gmail.com>
3499
3500 * ob.el (org-babel-result-end): Adjust marker of list end to
3501 changes in the list format.
3502
35032011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3504
84f21110
BG
3505 * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
3506 need to wrap `org-entry-get' in `ignore-errors'.
3ab2c837
BG
3507
35082011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3509
84f21110 3510 * org.el (org-toggle-item, org-toggle-heading): Make sure every
3ab2c837 3511 sub-item in a list is changed into a sub-heading and sub-headings
84f21110 3512 are translated into sub-items. Also ignore inline tasks in the
3ab2c837
BG
3513 process.
3514
35152011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3516
84f21110 3517 * org-exp.el (org-export-select-backend-specific-text): Add
3ab2c837 3518 `original-indentation' property when replacing #+begin_backend and
84f21110 3519 #+backend blocks with their content. This is needed for lists, as
3ab2c837
BG
3520 they must know if the block belonged to them.
3521
35222011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3523
84f21110 3524 * org-html.el (org-html-export-list-line): Insert a newline
3ab2c837
BG
3525 character before ending an item, as anchor could be on a line
3526 going to be deleted, like a drawer ending string.
3527
84f21110 3528 * org-list.el (org-list-to-html): Same.
3ab2c837
BG
3529
35302011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3531
84f21110 3532 * org.el (org-set-autofill-regexps): Use `org-item-re' in
3ab2c837 3533 `paragraph-start' to recognize alphabetical lists.
84f21110 3534 (org-fill-paragraph): Enforce a pre-computed fill-prefix before
58179cce 3535 calling `fill-paragraph' when point is in an item. Also prevent
3ab2c837 3536 paragraphs getting merged into an adjacent list upon filling.
84f21110
BG
3537 (org-adaptive-fill-function): Make sure to determine real
3538 fill-prefix for auto-fill.
3539 (org-auto-fill-function): Use a pre-computed fill-prefix before
3540 calling `do-auto-fill'.
3ab2c837 3541
84f21110 3542 * org-list.el (org-list-item-body-column): New function.
3ab2c837
BG
3543
35442011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3545
3546 * org-inlinetask.el (org-inlinetask-at-task-p)
84f21110 3547 (org-inlinetask-toggle-visibility): New functions.
3ab2c837 3548
84f21110 3549 * org-list.el (org-list-set-item-visibility): New function.
3ab2c837 3550
84f21110 3551 * org.el (org-cycle, org-cycle-internal-local): Separate lists and
3ab2c837 3552 inline tasks from headlines.
84f21110
BG
3553 (org-outline-level): Do not consider lists as headlines. Cycling
3554 visibility is using different tools.
3ab2c837
BG
3555
35562011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3557
84f21110 3558 * org-list.el (org-list-struct): Mark items less indented than top
3ab2c837 3559 item of the list, so that they will be modified.
84f21110
BG
3560 (org-list-struct-apply-struct): Compare struct's indentation with
3561 line's indentation instead of old-struct's. This is needed
3562 because `org-list-struct' automatically fixes indentation so
3563 changes might not be seen otherwise.
3ab2c837 3564
84f21110 3565 * org.el (org-ctrl-c-ctrl-c): Small refactoring.
3ab2c837
BG
3566
35672011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3568
84f21110 3569 * org-list.el (org-update-checkbox-count): When a part of the
3ab2c837
BG
3570 buffer is processed to count checkboxes, lists are read from top
3571 to bottom, but inside lists (in drawers, blocks, or inline tasks)
84f21110
BG
3572 are skipped. Thus, cookies cannot be updated. This patch
3573 enforces reading of such lists if counter is itself in a special
3574 context.
3ab2c837
BG
3575
35762011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3577
84f21110 3578 * org-list.el (org-list-struct-apply-struct): Inline tasks along
3ab2c837 3579 with their content must stay at column 0 even if the item is
84f21110 3580 gaining indentation. Moreover, fix indentation of text in an
3ab2c837
BG
3581 inline task, now it can be in such a task within a list.
3582
35832011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3584
84f21110
BG
3585 * org-list.el (org-at-item-p): Also verify context is valid.
3586 Otherwise it would recognize valid items where `org-in-item-p'
3ab2c837 3587 wouldn't.
84f21110
BG
3588 (org-in-item-p, org-list-struct-apply-struct): Use shorter version
3589 of org-at-item-p.
3590 (org-cycle-list-bullet): Fix typo.
3591 (org-list-parse-list): Avoid calling `org-at-item-p' two times by
3592 using an appropriate regexp.
3ab2c837 3593
84f21110
BG
3594 * org.el (org-indent-line-function): Use an appropriate regexp
3595 instead of calling `org-at-item-p' two times.
3ab2c837
BG
3596
35972011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3598
3599 * org-list.el (org-in-item-p): When point was just after
84f21110 3600 org-list-end-re, check wouldn't be done for starting line. So, if
3ab2c837 3601 the first line was an item, it wouln't be noticed and function
84f21110 3602 would return nil. Simplify and comment code.
3ab2c837
BG
3603
36042011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3605
84f21110 3606 * org.el (org-toggle-item): When used on normal text, ensure every
3ab2c837
BG
3607 line in region is included in the new item, regardless of its
3608 original indentation.
3609
36102011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3611
84f21110 3612 * org-list.el (org-list-struct-apply-struct): If end of list was
3ab2c837 3613 at eol, for example, with list inside a block, the last list
84f21110 3614 wouldn't be shifted. Thus, the patch ensures no blank lines is
3ab2c837
BG
3615 skipped.
3616
36172011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3618
3619 * org.el (org-toggle-item): Now accepts a prefix argument. When
3620 used without argument on normal text, it will make the whole
84f21110 3621 region one item. With an argument, it defaults to old behavior:
3ab2c837
BG
3622 change each line in region into an item.
3623
36242011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3625
84f21110
BG
3626 * org.el (org-return): When called from inside an item with the
3627 indent flag, function should keep text moved inside the item.
3628 This allows to use C-j to separate lines in an item: cursor won't
3629 go back to column 0.
3ab2c837
BG
3630
36312011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3632
7877f373 3633 * org-list.el (org-list-struct): When a line has org-example
84f21110
BG
3634 property, skip the entire block. This is needed during export,
3635 for example when src blocks in org markup contain lists, and are
3ab2c837
BG
3636 returned verbatim because org isn't in the list of interpreted
3637 languages.
3638
36392011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3640
84f21110 3641 * org-list.el (org-in-item-p): Handle special cases when function
3ab2c837
BG
3642 is called with cursor amidst `org-list-end-re' or at an inline
3643 task.
3644
36452011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3646
84f21110 3647 * ob.el (org-babel-result-end): Apply renaming.
3ab2c837 3648
84f21110 3649 * org-exp.el (org-export-mark-list-properties): Apply renaming.
3ab2c837 3650
84f21110
BG
3651 * org-list.el (org-list-prevs-alist): Renamed from
3652 `org-list-struct-prev-alist'.
3653 (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
3654 (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
3655 (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
3656 (org-toggle-checkbox, org-update-checkbox-count)
3657 (org-cycle-list-bullet, org-list-repair, org-insert-item)
3658 (org-move-item-up, org-move-item-up, org-move-item-down)
3659 (org-next-item, org-previous-item, org-end-of-item-list)
3660 (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
3661 (org-get-bullet): Removed function, as it is not needed anymore.
3ab2c837
BG
3662
36632011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3664
84f21110
BG
3665 * org-list.el (org-list-insert-item-generic): Change arguments.
3666 The function now accepts structure and previous items alist. This
3667 allows to insert an item programmatically more easily.
3668 (org-insert-item): Apply changes to
3669 `org-list-insert-item-generic'. The function now takes care about
3670 repairing structure and updating checkboxes.
3ab2c837
BG
3671
3672 * org-timer.el (org-timer-item): Apply changes to
84f21110 3673 `org-list-insert-item-generic'. The function now takes care about
3ab2c837
BG
3674 repairing structure.
3675
36762011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3677
84f21110
BG
3678 * org-list.el (org-list-make-subtree): Function now uses
3679 `org-list-parse-list mechanism'.
3680 (org-list-make-subtrees): Removed function.
3681 (org-list-to-generic): Added a parameter and every parameter can
3682 be a sexp returning a string, for finer control.
3683 (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
3684 modifications to apply changes to `org-list-to-generic'.
3685 (org-list-to-subtree): New function.
3ab2c837
BG
3686
36872011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3688
84f21110 3689 * org.el (org-beginning-of-line): Apply changes to
3ab2c837
BG
3690 `org-item-beginning-re' to correct sub-expression reference.
3691
36922011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3693
84f21110 3694 * org-docbook.el (org-export-docbook-list-line): Even with
3ab2c837 3695 alphabetical lists, Org shouldn't enforce a particular list type
84f21110 3696 to exporters. This is a job for style files.
3ab2c837 3697
84f21110 3698 * org-html.el (org-html-export-list-line): Ib idem.
3ab2c837
BG
3699
37002011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3701
84f21110
BG
3702 * org-list.el (org-at-item-counter-p): New function.
3703 (org-list-parse-list): Handle counters and list depth.
3704 (org-list-to-generic): A special string is used when an item has a
3ab2c837 3705 counter.
84f21110
BG
3706 (org-list-to-latex): Use new special string for counters. This
3707 fixes the counter bug in LaTeX export, as the enumi counter was
3708 the only one modified.
3ab2c837 3709
84f21110 3710 * org-latex.el (org-export-latex-lists): Use new
3ab2c837
BG
3711 `org-list-parse-list' output.
3712
37132011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3714
84f21110
BG
3715 * org-list.el (org-list-get-list-type): New function.
3716 (org-list-parse-list): Use new function.
3ab2c837 3717
84f21110 3718 * org-html.el (org-html-export-list-line): Use new function.
3ab2c837 3719
84f21110 3720 * org-docbook.el (org-export-docbook-list-line): Use new function.
3ab2c837
BG
3721
37222011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3723
84f21110
BG
3724 * org-list.el (org-alphabetical-lists): New variable
3725 (org-item-re, org-list-full-item, org-cycle-list-bullet)
3726 (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
3ab2c837 3727 introduction of the new variable.
84f21110
BG
3728 (org-item-beginning-re): Changed into a function, so any
3729 modification of `org-alphabetical-lists' will not require
3730 reloading Org.
3731 (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
3732 (org-list-parse-list, org-list-send-list): Reflect changes to
3ab2c837 3733 `org-item-beginning-re'.
84f21110 3734 (org-list-use-alpha-bul-p): New function.
3ab2c837 3735
84f21110 3736 * org.el (org-check-for-hidden): Reflect changes to
3ab2c837
BG
3737 `org-item-beginning-re'.
3738
84f21110 3739 * org-capture.el (org-capture-place-item): Reflect changes to
3ab2c837
BG
3740 `org-item-beginning-re'.
3741
7877f373 3742 * org-docbook.el (org-export-docbook-list-line): Handle New type
3ab2c837
BG
3743 of items.
3744
3745 * org-exp.el (org-export-mark-list-end)
84f21110 3746 (org-export-mark-list-properties): Reflect changes to
3ab2c837
BG
3747 `org-item-beginning-re'.
3748
84f21110 3749 * org-html.el (org-html-export-list-line): Handle new type of
3ab2c837
BG
3750 items.
3751
84f21110 3752 * org-latex.el (org-export-latex-lists): Handle new type of items
3ab2c837
BG
3753 and reflect changes to `org-item-beginning-re'.
3754
84f21110 3755 * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
3ab2c837
BG
3756
37572011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3758
84f21110
BG
3759 * org-list.el (org-list-end-re): Removed function and made it a
3760 variable. There's no need for the overhead of calling the
3761 function every at every line in a list. User will have to reload
3762 Org if he change value of either `org-list-end-regexp' or
3ab2c837 3763 `org-empty-line-terminates-plain-lists'.
84f21110 3764 (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
3ab2c837
BG
3765
3766 * org-exp.el (org-export-mark-list-end)
9b8ba1e5 3767 (org-export-mark-list-properties): Apply change.
3ab2c837 3768
84f21110 3769 * org-latex.el (org-export-latex-lists): Apply change. Also
3ab2c837
BG
3770 prevent items with org-example property to be considered as real
3771 items.
3772
37732011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3774
84f21110 3775 * org-inlinetask.el (org-inlinetask-export-templates): Slightly
3ab2c837 3776 modify templates so environment boundaries don't interfere with
84f21110 3777 content of task. Unprotect content of task so it might benefit
3ab2c837
BG
3778 from further transformations. Set original-indentation property to
3779 a high value to ensure that task is always in the last item of the
3780 list. Also, apply templates later in export process.
3781
84f21110 3782 * org-list.el (org-list-struct): Fix inline task skipping.
3ab2c837
BG
3783
37842011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3785
3786 * org-latex.el (org-export-latex-lists): Search for unprotected
84f21110 3787 items only, and redefine `org-at-item'. This change is required
3ab2c837
BG
3788 when verbatim lists are inserted during export, usually by Babel.
3789
37902011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3791
84f21110 3792 * ob.el (org-babel-result-end): End position is end of current
3ab2c837
BG
3793 sublist instead of bottom point, as results might be inserted in a
3794 list themselves.
3795
37962011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3797
84f21110
BG
3798 * org-list.el (org-list-automatic-rules): Removed insert rule.
3799 (org-list-insert-item-generic): Removed code preventing user to
3800 insert another item in a block within a list. It is because new
3801 list context make it impossible to see if a point in a block is
3802 also in a list.
3ab2c837
BG
3803
38042011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3805
84f21110 3806 * org-exp.el (org-export-preprocess-string): Mark list endings
3ab2c837 3807 before babel blocks preprocessing starts, so blank lines that may
84f21110 3808 be inserted do not break list's structure. Then, mark list with
3ab2c837
BG
3809 special properties required by exporters. Thus output from babel
3810 can easily be included in lists.
84f21110
BG
3811 (org-export-mark-list-end): New function.
3812 (org-export-mark-list-properties): New function.
3813 (org-export-mark-lists): Removed function. It was split into the
3814 two preceding functions.
3ab2c837
BG
3815
38162011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3817
84f21110 3818 * org-list.el (org-update-checkbox-count): Do not recompute every
3ab2c837 3819 list before next heading when there are more than one cookie in an
84f21110 3820 headline. Moreover, ignore the case where cookie is inserted
3ab2c837
BG
3821 neither at an heading nor at an item.
3822
38232011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3824
84f21110
BG
3825 * org-list.el (org-sort-list): Fix number of arguments to
3826 `org-list-repair', plus make `end-record' go to end of item before
3ab2c837
BG
3827 any blank line to keep them from being swallowed in the sorting.
3828
38292011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3830
84f21110
BG
3831 * org-list.el (org-list-forbidden-blocks): Renamed from
3832 `org-list-blocks'.
3833 (org-list-export-context): New variable.
3ab2c837
BG
3834
38352011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3836
84f21110
BG
3837 * org-list.el (org-list-search-generic): Renamed form
3838 `org-search-unenclosed-generic' to reflect the new behavior. Now,
3839 match can only be in a valid context for lists, as determined by
3ab2c837 3840 `org-list-context'.
84f21110
BG
3841 (org-list-search-backward): Renamed from
3842 `org-search-backward-unenclosed'.
3843 (org-list-search-forward): Renamed from
3844 `org-search-forward-unenclosed'.
3845 (org-toggle-checkbox,org-update-checkbox-count): Use new
3846 functions.
3847 (org-sort-list): Using default regexp search functions as context
3848 is not required in this case.
3ab2c837
BG
3849
38502011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3851
84f21110
BG
3852 * org-exp.el (org-export-mark-lists): New function, replacing
3853 org-export-mark-list-ending. It adds information as text
3ab2c837
BG
3854 properties to every list, before changes done by exporter destruct
3855 them.
3856
38572011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3858
84f21110
BG
3859 * org-list.el (org-list-get-first-item): New alias for
3860 `org-list-get-list-begin'.
3861 (org-list-get-last-item): New function.
3862 (org-list-get-list-end): Use `org-list-get-last-item'.
3ab2c837
BG
3863
38642011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3865
84f21110 3866 * org.el (org-get-string-indentation): Moved in generally useful
3ab2c837
BG
3867 functions section, as it wasn't specific to plain lists and that
3868 no code was using it in org-list.el.
3869
38702011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3871
84f21110 3872 * org.el (org-skip-over-state-notes,org-store-log-note): Use new
3ab2c837
BG
3873 accessors.
3874
38752011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3876
84f21110
BG
3877 * org-list.el (org-list-indent-item-generic): Remove error
3878 messages happening before process. This belongs to interactive
3ab2c837
BG
3879 functions.
3880 (org-indent-item,org-indent-item-tree)
84f21110
BG
3881 (org-outdent-item,org-outdent-item-tree): Ensure point or region
3882 is correct before computing list structure. Return an error
3ab2c837
BG
3883 message otherwise.
3884
38852011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3886
84f21110
BG
3887 * org-list.el (org-apply-on-list): Use new structures. Function
3888 is now applied in reverse order so modifications do not change
3ab2c837
BG
3889 positions of items in buffer.
3890
38912011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3892
84f21110
BG
3893 * org-list.el (org-list-parse-list): Rewrite of function to allow
3894 text following a sub-list in the same item. See docstring for an
3ab2c837 3895 example of output.
84f21110
BG
3896 (org-list-to-generic): Use new parsing function.
3897 (org-list-to-latex,org-list-to-html): Minor change for clearer
3ab2c837
BG
3898 export.
3899
39002011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3901
84f21110
BG
3902 * org-list.el (org-list-has-child-p): Renamed from
3903 `org-list-get-child'. Returning first child is only useful as a
3904 predicate, as we are allowing an item to have more than one
3ab2c837 3905 sub-list.
84f21110
BG
3906 (org-list-indent-item-generic): Use `org-list-has-child-p' instead
3907 of org-list-get-child.
3908 (org-in-item-p): Also return item beginning when list starts at
3ab2c837 3909 context beginning.
84f21110
BG
3910 (org-list-get-parent): Use of `org-list-struct-parent-alist'
3911 helper function is not optional anymore.
3912 (org-list-get-all-items): Shorten code with the help of cl.el.
3913 (org-list-get-children): Now returns all children of item, even if
3ab2c837 3914 they do not belong to the same list. Renamed from
84f21110
BG
3915 `org-list-get-all-children'.
3916 (org-list-get-list-begin): Function wasn't return value when item
3917 was already the first item of the list at point.
3918 (org-list-get-list-end): Function wasn't return value when item
3919 was already the last item of the list at point.
3920 (org-list-struct-fix-box,org-update-checkbox-count): Now uses
3ab2c837
BG
3921 `org-list-get-children'.
3922
39232011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3924
3925 * org.el (org-indent-line-function): Indentation of item's body
84f21110 3926 starts just after the bullet, not after a checkbox. Moreover, As
3ab2c837
BG
3927 `org-in-item-p' also returns item beginning position when point is
3928 in a list, do not compute it a second time.
3929
39302011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3931
84f21110 3932 * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
3ab2c837
BG
3933 usage `org-repair-list', forcing another reading of the list, with
3934 only needed subroutines.
3935
39362011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3937
84f21110 3938 * org-list.el (org-list-separating-blank-lines-number): Use new
3ab2c837 3939 accessors.
84f21110
BG
3940 (org-list-insert-item-generic): Use list structures to insert a
3941 new item.
3942 (org-list-exchange-items): Refactor and comment code. Now return
3943 new struct instead of modifying it, as list sorting would
3944 sometimes eat first item.
3945 (org-move-item-down,org-move-item-up): Reflect changes to
3ab2c837 3946 `org-list-exchange-items'.
84f21110 3947 (org-insert-item): As `org-in-item-p' also computes item beginning
3ab2c837
BG
3948 when applicable, reuse the result.
3949
39502011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3951
84f21110 3952 * org-list.el (org-list-in-item-p): Unify methods for this
3ab2c837 3953 predicate.
84f21110
BG
3954 (org-list-in-item-p-with-indent): Removed function.
3955 (org-list-ending-between): Removed function.
3956 (org-list-maybe-skip-block): Removed function.
3957 (org-list-in-item-p-with-regexp): Removed function.
3958 (org-list-top-point-with-regexp): Removed function.
3959 (org-list-top-point-with-indent): Removed function.
3960 (org-list-bottom-point-with-indent): Removed function.
3961 (org-list-bottom-point-with-regexp): Removed function.
3962 (org-list-get-item-same-level): Removed function.
3963 (org-list-top-point): Removed function.
3964 (org-list-bottom-point): Removed function.
3965 (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
3966 be consistent with naming policy of non-interactive functions.
3967 (org-get-beginning-of-list): Removed function.
3968 (org-beginning-of-item-list): Use new accessors.
3969 (org-get-end-of-list): Removed function.
3970 (org-end-of-list): Use new accessors.
3971 (org-get-end-of-item): Removed function.
3972 (org-end-of-item): Use new accessors.
3973 (org-get-previous-item): Removed function.
3974 (org-previous-item): Use new accessors.
3975 (org-get-next-item): Removed function.
3976 (org-next-item): Use new accessors.
3ab2c837
BG
3977 (org-list-get-item-end-before-blank): Use new accessors.
3978
39792011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3980
84f21110
BG
3981 * org-list.el (org-list-repair): Removed optional argument
3982 FORCE-BULLET. The job of this interactive function is to
3983 completely fix a list at point. Changing bullets is a separate
3984 task. Also removed others optional arguments TOP and BOTTOM to
3ab2c837 3985 follow the new structures.
84f21110
BG
3986 (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
3987 STRUCT is a new required argument. This avoids computing a list
3988 structure many times when function is called more than once in a
3989 row, for example in `org-cycle-item-indentation'. Use new
3990 accessors. Now, also call `org-update-checkbox-count-maybe'.
3991 (org-outdent-item, org-indent-item, org-outdent-item-tree)
3992 (org-indent-item-tree): Remove need for TOP and BOTTOM.
3993 (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
3994 (org-list-exchange-items): Use new accessors. Now modify struct
3995 to avoid re-reading it later.
3996 (org-move-item-down): Reflect changes to `org-list-repair'. Use
3997 new accessors.
3998 (org-move-item-up): Reflect changes to `org-list-repair'. Use new
3ab2c837 3999 accessors.
84f21110
BG
4000 (org-cycle-list-bullet): Use new structures. Also use a shortcut
4001 to `org-list-struct-fix-struct' in order to avoid unnecessary
4002 fixes, like `org-list-struct-fix-box'
4003 (org-sort-list): Use of new structures. Renamed an internal
4004 function for a little more clarity.
4005 (org-cycle-item-indentation): Remove dependency on
4006 `org-list-repair'. Use new accessors.
4007 (org-list-get-child): Correct bug when asking for the child of the
4008 last item.
4009 (org-list-exchange-items): Use new accessors.
4010
40112011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4012
4013 * org-list.el (org-list-blocks): New variable.
4014 (org-list-context): New function.
4015 (org-list-full-item-re): New variable.
c80e3b4a 4016 (org-list-struct-assoc-at-point): Use new variable.
84f21110
BG
4017 (org-list-struct): Rewrite of function. Now, list data is
4018 collected by looking at the list line after line. It reads the
4019 whole list each time because reading only a subtree was not enough
4020 for some operations, like fixing checkboxes. It also removes the
4021 need to get `org-list-top-point' and `org-list-bottom-point'
4022 first. An added data is the position of item ending. This aims
4023 to be able to have list followed by text inside an item.
4024 (org-list-struct-assoc-end): New function.
4025 (org-list-struct-parent-alist): New function.
4026 (org-list-get-parent): New function.
4027 (org-list-get-child): New function.
4028 (org-list-get-next-item): New function.
4029 (org-list-get-prev-item): New function.
4030 (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
4031 (org-list-get-all-items): New function.
4032 (org-list-get-all-children): New function.
4033 (org-list-get-top-point): New function.
4034 (org-list-get-bottom-point): New function.
4035 (org-list-get-counter): New function.
4036 (org-list-get-item-end): New function.
4037 (org-list-struct-fix-bul): Rewrite for cleaner code. Make use of
4038 new accessors.
4039 (org-list-struct-fix-ind): Make use of new accessors.
4040 (org-list-struct-fix-box): New function.
4041 (org-list-struct-fix-checkboxes): Removed function.
4042 (org-list-struct-outdent): Use new accessors. Use the fact that
4043 there is no longer a virtual item at beginning of structure.
4044 (org-list-struct-indent): Use helper functions
4045 `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
4046 Also use new accessors.
4047 (org-list-struct-fix-struct): Comment function. Call directly
3ab2c837
BG
4048 `org-list-struct-apply-struct', without removing unchanged items
4049 first.
84f21110
BG
4050 (org-list-struct-apply-struct): Comment function. Rewrite using
4051 new accessors. Use new variable `org-list-full-item-re'.
4052 (org-list-shift-item-indentation): Removed function, now included
4053 in `org-list-struct-apply-struct' because it is too specific.
3ab2c837
BG
4054
40552011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4056
84f21110
BG
4057 * org-list.el (org-toggle-checkbox): Use structures to fix
4058 checkboxes of a list.
4059 (org-update-checkbox-count): Use structures to update cookies.
3ab2c837
BG
4060
40612011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4062
84f21110
BG
4063 * org-list.el (org-list-struct-fix-checkboxes): New function.
4064 (org-checkbox-blocked-p): Removed function.
3ab2c837
BG
4065
40662011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4067
84f21110
BG
4068 * org-list.el (org-list-get-all-items): New function.
4069 (org-list-get-all-children): New function.
4070 (org-list-get-nth): New function.
4071 (org-list-set-nth): New function.
4072 (org-list-get-ind): New function.
4073 (org-list-set-ind): New function.
4074 (org-list-get-bullet): New function.
4075 (org-list-set-bullet): New function.
4076 (org-list-get-checkbox): New function.
4077 (org-list-set-checkbox): New function.
4078 (org-list-struct-fix-bul): Use new accessors.
4079 (org-list-repair): Use new accessors.
4080 (org-list-indent-item-generic): Make use of accessors.
4081 (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
4082 (org-list-get-child): Renamed from `org-list-struct-get-child'.
4083 (org-list-struct-fix-ind): Make use of accessors.
4084 (org-list-get-next-item): New function.
4085 (org-list-get-subtree): New function.
3ab2c837
BG
4086
40872011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4088
84f21110
BG
4089 * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
4090 list structure.
3ab2c837 4091
84f21110
BG
4092 * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
4093 value in structure.
3ab2c837 4094
84f21110
BG
4095 * org-list.el (org-list-struct-apply-struct): Also apply
4096 checkboxes.
3ab2c837
BG
4097
40982011-07-28 Bastien Guerry <bzg@gnu.org>
4099
84f21110 4100 * org-latex.el (org-export-latex-content): Bind local variables
3ab2c837
BG
4101 for export in the temporary export buffer.
4102
41032011-07-28 David Maus <dmaus@ictsoc.de>
4104
4105 * org-protocol.el (org-protocol-unhex-single-byte-sequence)
84f21110
BG
4106 (org-protocol-unhex-string, org-protocol-unhex-compound): Change
4107 date of obsolete declaration to 2011-02-17.
3ab2c837
BG
4108
41092011-07-28 David Maus <dmaus@ictsoc.de>
4110
4111 * org.el (org-link-escape): Throw error if encoding character in
4112 utf8 fails.
4113
41142011-07-28 David Maus <dmaus@ictsoc.de>
4115
4116 * org-protocol.el (org-protocol-split-data)
4117 (org-protocol-open-source): Use `org-link-unescape' instead of
4118 obsolete unhex string function.
4119
41202011-07-28 David Maus <dmaus@ictsoc.de>
4121
4122 * org.el (org-link-escape, org-link-escape-chars-browser)
4123 (org-link-escape-chars): Always percent escape the percent sign.
4124
41252011-07-28 David Maus <dmaus@ictsoc.de>
4126
4127 * org.el (org-link-unescape): Simpler algorithm for replacing
4128 percent escapes.
4129 (org-link-unescape-compound): Use cond statements instead of nested
4130 if, convert hex string with string-to-number, save match data.
4131 (org-link-unescape-single-byte-sequence): Use mapconcat and
4132 string-to-number for unescaping single byte sequence.
4133
41342011-07-28 David Maus <dmaus@ictsoc.de>
4135
4136 * org.el (org-link-escape): Rename lambda argument.
4137
41382011-07-28 David Maus <dmaus@ictsoc.de>
4139
4140 * org.el (org-link-escape-chars-browser, org-link-escape-chars):
4141 Add percent sign to list of escape chars.
4142
41432011-07-28 David Maus <dmaus@ictsoc.de>
4144
4145 * org-mobile.el (org-mobile-escape-olp): Use new percent escape
4146 character table format.
4147
41482011-07-28 David Maus <dmaus@ictsoc.de>
4149
4150 * org-mobile.el (org-mobile-locate-entry): Remove obsolete
4151 argument in call to org-link-unescape.
4152
41532011-07-28 David Maus <dmaus@ictsoc.de>
4154
4155 * org-protocol.el (org-protocol-unhex-string)
4156 (org-protocol-unhex-compound)
4157 (org-protocol-unhex-single-byte-sequence): Declare obsolete and
4158 alias to respective org-link-unescape-* functions.
4159
41602011-07-28 David Maus <dmaus@ictsoc.de>
4161
4162 * org.el (org-link-unescape, org-link-unescape-compound)
4163 (org-link-unescape-single-byte-sequence): Functions moved and renamed
4164 from org-protocol.el.
4165
41662011-07-28 David Maus <dmaus@ictsoc.de>
4167
4168 * org-macs.el (org-char-to-string): Inline function to properly
4169 decode utf8 characters in Emacs 22. Moved and renamed from
4170 org-protocol.el.
4171
41722011-07-28 David Maus <dmaus@ictsoc.de>
4173
4174 * org.el (org-link-escape): New optional argument. Merge user
4175 table with default table.
4176
41772011-07-28 David Maus <dmaus@ictsoc.de>
4178
4179 * org.el (org-link-escape): Fixup doc string.
4180
41812011-07-28 David Maus <dmaus@ictsoc.de>
4182
4183 * org.el (org-link-escape-chars, org-link-escape-chars-browser):
4184 New format of percent escape table.
4185 (org-link-escape): Use new table format.
4186
41872011-07-28 David Maus <dmaus@ictsoc.de>
4188
fe7a3057 4189 * org.el (org-link-escape): New Unicode aware percent encoding
3ab2c837
BG
4190 algorithm.
4191
41922011-07-28 Sebastian Rose <sebastian_rose@gmx.de>
4193
4194 * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
4195 function. Decode hex-encoded singly byte sequences.
4196 (org-protocol-unhex-compound): Use new function if decoding sequence
fe7a3057 4197 as Unicode character failed.
3ab2c837
BG
4198
41992011-07-28 Bastien Guerry <bzg@gnu.org>
4200
7877f373 4201 * org-html.el (org-export-as-html): Expand the HTML title.
3ab2c837
BG
4202
42032011-07-28 Bastien Guerry <bzg@gnu.org>
4204
84f21110 4205 * org-publish.el (org-publish-cache-ctime-of-src): Improve
3ab2c837 4206 docstring.
84f21110
BG
4207 (org-publish-find-title): New option to explicitly reset the title
4208 in the cache.
3ab2c837
BG
4209 (org-publish-format-file-entry): Use this new option.
4210
42112011-07-28 Dan Davison <dandavison7@gmail.com>
4212
4213 * org-exp.el (org-export-preprocess-string): Set the source buffer
4214 and use `org-clone-local-variables' to get local variables from
4215 it.
4216
42172011-07-28 Dan Davison <dandavison7@gmail.com>
4218
4219 * org-exp.el (org-export-format-source-code-or-example): Allow
84f21110 4220 empty string as second element in minted/listings options.
3ab2c837
BG
4221
42222011-07-28 Dan Davison <dandavison7@gmail.com>
4223
4224 * org-exp.el (org-export-format-source-code-or-example): Support
84f21110
BG
4225 new user-customizable options.
4226 (org-export-latex-custom-lang-environments): Ensure new variable
4227 is defined.
4228 (org-export-latex-listings-options): Ensure new variable is defined.
4229 (org-export-latex-minted-options): Ensure new variable is defined.
3ab2c837
BG
4230
42312011-07-28 Bastien Guerry <bzg@gnu.org>
4232
84f21110 4233 * org-html.el (org-export-as-html): Handle the case when
3ab2c837
BG
4234 `org-export-html-validation-link' is nil to keep backward
4235 compatible with the old default value of this variable.
4236
42372011-07-28 Eric Schulte <schulte.eric@gmail.com>
4238
4239 * ob.el (org-babel-insert-result): Don't choke if indent is not a
4240 number.
4241
3ab2c837
BG
42422011-07-28 Christian Moe <mail@christianmoe.com> (tiny change)
4243
4244 * org-bbdb.el (org-bbdb-export): When a link description has been
84f21110
BG
4245 added by `org-export-normalize-links', use path instead (remove
4246 the `bbdb:' prefix).
3ab2c837
BG
4247
42482011-07-28 Bastien Guerry <bzg@gnu.org>
4249
4250 * org-ascii.el (org-export-ascii-underline): Put the level's
4251 characters in the right order, as documented by the docstring.
84f21110 4252 (org-ascii-level-start): Select the right char for underlining
3ab2c837
BG
4253 headlines.
4254
42552011-07-28 Bastien Guerry <bzg@gnu.org>
4256
84f21110 4257 * org-src.el (org-edit-src-code): Allow to edit source code from
3ab2c837
BG
4258 modes derived from Org.
4259
42602011-07-28 Niels Giesen <niels.giesen@gmail.com>
4261
4262 * org-clock.el (org-clock-clocktable-language-setup): Add list of
4263 dutch strings.
4264
42652011-07-28 Dan Davison <dandavison7@gmail.com>
4266
4267 * org-beamer.el: Mark frame as fragile when it is using minted for
4268 src block export.
4269
42702011-07-28 Bastien Guerry <bzg@gnu.org>
4271
4272 * org-agenda.el (org-agenda-date-later)
4273 (org-agenda-date-earlier): Enhance docstrings.
4274 (org-agenda-bulk-mark-regexp): Only match against headlines.
4275 Send a message when no entry is marked.
4276 (org-agenda-bulk-action): Fix bug about scattering deadlines.
4277 Send an error when trying to scatter outside an agenda or a
84f21110 4278 timeline view. Silently fail when trying to scatter sexp entries.
3ab2c837
BG
4279
42802011-07-28 Bastien Guerry <bzg@gnu.org>
4281
4282 * org-clock.el (org-clock-clocktable-language-setup): New custom
4283 variable.
4284 (org-clocktable-defaults): Set the default language.
4285 (org-clocktable-write-default): Use the new variable.
4286
42872011-07-28 Dan Davison <dandavison7@gmail.com>
4288
4289 * ob.el (org-babel-src-block-names): Don't strip text properties
4290 from search hits.
4291 (org-babel-result-names): Don't strip text properties from search
4292 hits.
4293
42942011-07-28 Dan Davison <dandavison7@gmail.com>
4295
4296 * ob-python.el (org-babel-python-evaluate-session): Pass nil as
4297 remove-echo part of META argument to
4298 `org-babel-comint-with-output'.
4299
43002011-07-28 Dan Davison <dandavison7@gmail.com>
4301
4302 * ob.el (org-babel-script-escape): Use `substring' comparison
4303 instead of regexp matching.
4304
43052011-07-28 Dan Davison <dandavison7@gmail.com>
4306
4307 * org-src.el (org-edit-src-code): When generating the code edit
4308 buffer, it is necessary for several variables to inherit their
84f21110 4309 values from the parent org buffer. These changes collect all such
3ab2c837 4310 variables together into a single association list of
84f21110
BG
4311 `(variable-name value)' pairs. In addition, a new variable is
4312 added to the list: `org-edit-src-content-indentation'. This has
4313 the effect that a buffer local value can be used for that
4314 variable.
3ab2c837
BG
4315
43162011-07-28 Dan Davison <dandavison7@gmail.com>
4317
4318 * ob-table.el (sbe): Don't truncate sbe results.
4319
43202011-07-28 Lawrence Mitchell <wence@gmx.li>
4321
4322 * org-exp.el (org-export-add-options-to-plist): Require match to
4323 start at a word-boundary.
4324
43252011-07-28 Bastien Guerry <bzg@gnu.org>
4326
4327 * org-latex.el (org-export-latex-hyperref-format): Update
4328 docstring.
4329
43302011-07-28 Tom Dye <tsd@tsdye.com>
4331
4332 * org.el: Update documentation of `org-add-link-type'.
4333
43342011-07-28 Dan Davison <dandavison7@gmail.com>
4335
4336 * org.el (org-open-at-point): Fix bug when using prefix arg to
84f21110 4337 construct `org-link-search' call. Rename prefix arg with a more
3ab2c837
BG
4338 generic name, to reflect its diverse uses in this function.
4339
43402011-07-28 Rémi Vanicat <vanicat@debian.org>
4341
84f21110 4342 * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
3ab2c837
BG
4343 (org-icalendar-date-time-format): New custom variable.
4344 (org-icalendar-use-UTC-date-timep): New function.
4345 (org-ical-ts-to-string): Use the new variable.
4346
43472011-07-28 Bastien Guerry <bzg@gnu.org>
4348
4349 * org-vm.el (org-vm-store-link): Make sure the buffer is
4350 associated with a file when trying to store an Org link.
4351
43522011-07-28 Dan Davison <dandavison7@gmail.com>
4353
4354 * ob.el (org-babel-params-from-properties): Test for
4355 "header-arg-name" and ":header-arg-name", in that order.
4356
43572011-07-28 Bastien <bastien.guerry@wikimedia.fr>
4358
84f21110
BG
4359 * org-capture.el (org-capture-templates): Document "currentfile"
4360 for capture template.
3ab2c837
BG
4361 (org-capture-templates): Allow to use currentfile for capture
4362 templates.
84f21110
BG
4363 (org-capture-set-target-location): Handle currentfile as a way to
4364 setting the capture buffer.
3ab2c837
BG
4365
43662011-07-28 Bastien Guerry <bzg@gnu.org>
4367
84f21110
BG
4368 * ob.el (org-babel-params-from-properties): Don't wrap
4369 `org-entry-get' into `condition-case'.
3ab2c837
BG
4370
43712011-07-28 Dan Davison <dandavison7@gmail.com>
4372
4373 * org.el (org-entry-get): Don't look for a property drawer if we
4374 are before the first heading in the file.
84f21110
BG
4375 (org-entry-get-with-inheritance): Don't attempt to move up the
4376 tree if we are before the first heading in the file. Also,
4377 enclose less of the function in the `save-excursion'.
3ab2c837
BG
4378
43792011-07-28 Dan Davison <dandavison7@gmail.com>
4380
4381 * ob.el (org-babel-params-from-buffer): Return desired value
4382 rather than nil from failed re search.
4383
43842011-07-28 Bastien Guerry <bzg@gnu.org>
4385
4386 * org-agenda.el (org-get-entries-from-diary): Put multiline diary
4387 entries on a single line when lines don't start with a diary time.
4388
43892011-07-28 Bastien Guerry <bzg@gnu.org>
4390
4391 * org-html.el (org-export-html-protect-char-alist): New custom
4392 variable to define characters to be HTML protected.
4393 (org-html-protect): Use the new variable.
4394
43952011-07-28 Bastien Guerry <bzg@gnu.org>
4396
84f21110 4397 * org-info.el (org-info-store-link): Use "#" to separate the info
3ab2c837 4398 file and the node.
84f21110
BG
4399 (org-info-follow-link): Use both "#" to separate the info file and
4400 the node. Continue to use ":" for backward compatibility.
3ab2c837
BG
4401
44022011-07-28 Bastien Guerry <bzg@gnu.org>
4403
4404 * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
4405 variable.
84f21110
BG
4406 (org-print-icalendar-entries): Use this new variable to prevent
4407 export of entries with a :noexport: tag.
3ab2c837
BG
4408
44092011-07-28 Bastien Guerry <bzg@gnu.org>
4410
84f21110 4411 * org-exp.el (org-export-initial-scope): New custom variable.
3ab2c837
BG
4412 (org-export): Use this new variable. If there is an active
4413 region, tell it when prompting the user for an export command.
84f21110
BG
4414 Also change the way the function handles selection of buffer and
4415 subtree export.
3ab2c837
BG
4416
44172011-07-28 Bastien Guerry <bzg@gnu.org>
4418
4419 * org-html.el (org-export-html-auto-preamble)
4420 (org-export-html-auto-postamble): Remove.
84f21110
BG
4421 (org-export-html-preamble, org-export-html-postamble): Turn into
4422 custom variables. Update the docstrings.
3ab2c837
BG
4423 (org-export-html-preamble-format)
4424 (org-export-html-postamble-format): New custom variables.
84f21110
BG
4425 (org-export-as-html): Use `org-export-html-postamble-format' and
4426 `org-export-html-preamble-format'.
4427 (org-export-html-title-format): Delete.
3ab2c837
BG
4428
44292011-07-28 Eric Schulte <schulte.eric@gmail.com>
4430
4431 * org-exp-blocks.el (org-export-blocks-format-ditaa): This
4432 function is begin deprecated in favor of begin_src blocks.
4433 (org-export-blocks-format-dot): This function is begin deprecated in
4434 favor of begin_src blocks.
4435
44362011-07-28 Eric Schulte <schulte.eric@gmail.com>
4437
4438 * ob.el (org-babel-header-arg-names): no-expand is now part of the
4439 default header argument names list.
4440
44412011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
4442
4443 * org-publish.el (org-publish-sitemap-date-format)
84f21110
BG
4444 (org-publish-sitemap-file-entry-format): New custom variables.
4445 (org-publish-projects): Use these variables to format the sitemap
3ab2c837
BG
4446 entries.
4447
44482011-07-28 Ulf Stegemann <ulf-news@zeitform.de>
4449
84f21110
BG
4450 * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
4451 from `message-mode'.
3ab2c837
BG
4452
44532011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4454
4455 * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
4456 updating the filter while the clock report is following the
4457 filter.
4458
44592011-07-28 Julien Danjou <julien@danjou.info>
4460
84f21110 4461 * org-agenda.el (org-agenda): Kill all local variables. This
3ab2c837
BG
4462 assures we are not keeping buffer variable from an old agenda view
4463 when switching to a new custom agenda.
4464
44652011-07-28 Julien Danjou <julien@danjou.info>
4466
4467 * org-crypt.el (org-encrypt-string): New function.
84f21110
BG
4468 (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
4469 cached crypted values.
3ab2c837
BG
4470 (org-decrypt-entry): Store crypted text in decrypted text.
4471
44722011-07-28 Dan Davison <dandavison7@gmail.com>
4473
4474 * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
84f21110 4475 if a non-nil result is returned.
3ab2c837
BG
4476
44772011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4478
4479 * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
4480 modified today.
4481
44822011-07-28 Bastien Guerry <bzg@gnu.org>
4483
84f21110 4484 * org.el (org-update-parent-todo-statistics): Fix bug when
3ab2c837
BG
4485 updating statistics from the column view.
4486
44872011-07-28 Bastien Guerry <bzg@gnu.org>
4488
4489 * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
4490 (org-agenda-menu): Add the new command to the menu.
4491 (org-agenda-mode-map): Add % as the keybinding for the new
4492 command.
4493
44942011-07-28 Bastien Guerry <bzg@gnu.org>
4495
4496 * org-exp.el (org-export-target-internal-links): Locally turn on
4497 `org-link-search-must-match-exact-headline' to match exact
4498 internal links.
4499
45002011-07-28 Julien Danjou <julien@danjou.info>
4501
4502 * org-faces.el (org-special-keyword): Make it inherited from
84f21110 4503 `font-lock-keyword-face'.
3ab2c837
BG
4504
45052011-07-28 Julien Danjou <julien@danjou.info>
4506
84f21110
BG
4507 * org-faces.el (org-link): Make `org-link' inherits from `link'
4508 face.
3ab2c837
BG
4509
45102011-07-28 Bastien Guerry <bzg@gnu.org>
4511
4512 * org.el (org-narrow-to-block): New function to narrow to block.
4513 Bound this function to `C-x n b'.
4514
45152011-07-28 Bastien Guerry <bzg@gnu.org>
4516
4517 * org.el (org-schedule, org-deadline): Fix bug: take care of
4518 repeating timestamps like ".+1d/3d" or "+1d 10d".
4519
45202011-07-28 Bastien Guerry <bzg@gnu.org>
4521
4522 * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
4523 to use a list of TODO keywords as the value of this variable. The
4524 agenda will show repeating stamps for entries matching these TODO
4525 keywords.
4526 (org-agenda-get-timestamps, org-agenda-get-deadlines)
4527 (org-agenda-get-scheduled): Allow the use of a list of keywords in
4528 `org-agenda-repeating-timestamp-show-all'.
4529
45302011-07-28 Bastien Guerry <bzg@gnu.org>
4531
4532 * org-latex.el (org-export-latex-emph-format): Don't use
4533 `org-export-latex-use-verb'. Remove this variable.
4534
d4423e17 45352011-07-28 Jason Dunsmore <emacs-orgmode@dunsmor.com> (tiny change)
3ab2c837 4536
84f21110 4537 * org-html.el (org-html-handle-time-stamps): Fix bug when
d4423e17 4538 exporting inactive timestamps.
3ab2c837
BG
4539
45402011-07-28 Bastien Guerry <bzg@gnu.org>
4541
4542 * org-archive.el (org-archive-save-context-info): Fix docstring
4543 typo.
4544 (org-archive-subtree-add-inherited-tags): New variable to control
4545 whether inherited tags should be appended to local tags when
4546 archiving subtrees.
4547 (org-archive-subtree): Use the new variable.
4548
45492011-07-28 Bastien Guerry <bzg@gnu.org>
4550
84f21110 4551 * org-archive.el (org-archive-save-context-info): Fix docstring.
3ab2c837
BG
4552
45532011-07-28 Julien Danjou <julien@danjou.info>
4554
4555 * org-crypt.el (org-decrypt-entry): Delete \n on top level
4556 heading. This avoids a display bug showing the heading outlined
4557 where the text is not since it does not have the outline property.
4558 Restore subtree visibility state after decryption.
4559
45602011-07-28 Julien Danjou <julien@danjou.info>
4561
84f21110
BG
4562 * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
4563 as a possible default span if it is set.
3ab2c837
BG
4564
45652011-07-28 Dan Davison <dandavison7@gmail.com>
4566
4567 * org-src.el (org-edit-src-persistent-message): Change docstring.
4568 (org-edit-src-code): Get rid of help message in echo area.
4569
4570 * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
84f21110 4571 argument to org-edit-src-code as this has been removed.
3ab2c837
BG
4572
45732011-07-28 Bastien Guerry <bzg@gnu.org>
4574
84f21110 4575 * org-latex.el (org-export-latex-emphasis-alist): Use
3ab2c837
BG
4576 \protectedtexttt for the =...= emphasis and \verb for the ~...~
4577 emphasis.
84f21110
BG
4578 (org-export-latex-use-verb): Now defaults to t.
4579 (org-export-latex-emph-format): Distinguish between =...= and
3ab2c837
BG
4580 ~...~ emphasis.
4581
3ab2c837
BG
45822011-07-28 Julien Danjou <julien@danjou.info>
4583
4584 * org.el (org-link-expand-abbrev): Allow any type of character in
4585 link expand.
4586
45872011-07-28 Dan Davison <dandavison7@gmail.com>
4588
4589 * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
4590
45912011-07-28 Dan Davison <dandavison7@gmail.com>
4592
84f21110 4593 * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
3ab2c837
BG
4594 resolving references.
4595
45962011-07-28 Bastien Guerry <bzg@gnu.org>
4597
84f21110 4598 * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
3ab2c837
BG
4599 instead of <hr> to keep w3c validator happy.
4600
46012011-07-28 Dan Davison <dandavison7@gmail.com>
4602
4603 * ob.el (org-babel-where-is-src-block-head): Detect src block if
4604 point is on a #+header line.
4605
46062011-07-28 Dan Davison <dandavison7@gmail.com>
4607
4608 * ob.el (org-babel-where-is-src-block-head): Skip over intervening
4609 #+header lines when searching for block associated with block name
4610 line.
4611
46122011-07-28 Eric Schulte <schulte.eric@gmail.com>
4613
84f21110
BG
4614 * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
4615 the more specific `org-at-item-p'.
3ab2c837
BG
4616
46172011-07-28 Eric Schulte <schulte.eric@gmail.com>
4618
4619 * org-latex.el (org-latex-default-figure-position): New defcustom
4620 for default placement of latex figures.
4621 (org-export-latex-tables): Positioning tables using the new
4622 defcustom variable.
4623 (org-export-latex-format-image): Positioning images using the new
4624 defcustom variable.
4625
46262011-07-28 Eric Schulte <schulte.eric@gmail.com>
4627
4628 * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
4629 evaluated and :file header argument is missing.
4630
46312011-07-28 Eric Schulte <schulte.eric@gmail.com>
4632
4633 * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
4634 to do anything to export code.
4635 (org-babel-exp-results): No longer returns a replacement for the
4636 code block.
4637 (org-babel-exp-inline-src-blocks): Simplified.
4638 (org-babel-exp-src-block): Removed unnecessary pluralization from
4639 function name.
4640
46412011-07-28 Eric Schulte <schulte.eric@gmail.com>
4642
4643 * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
4644 exportation of inline code blocks using normal code block
4645 execution mechanism to insert results.
4646 (org-babel-exp-results): Results exportation mechanism is unified
4647 for both inline and regular code blocks.
4648
4649 * ob.el (org-babel-where-is-src-block-result): Returns the point
4650 after an inline code block for inline code blocks.
4651
46522011-07-28 Eric Schulte <schulte.eric@gmail.com>
4653
4654 * ob.el (org-babel-insert-result): Special handling of the
4655 position of results of inline code blocks.
4656 (org-babel-examplize-region): Now able to comment inline regions.
4657
46582011-07-28 Lawrence Mitchell <wence@gmx.li>
4659
4660 * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
4661 that \\[ a = b \\] is not interpreted as a keybinding by
4662 `substitute-command-keys'.
4663
46642011-07-28 Dan Davison <dandavison7@gmail.com>
4665
4666 * org-latex.el (org-export-as-latex): Process export property list
84f21110 4667 with `org-export-process-option-filters' early in latex export.
3ab2c837
BG
4668
46692011-07-28 Julien Danjou <julien@danjou.info>
4670
84f21110
BG
4671 * org.el: Remove `org-invisible-p': `outline-invisible-p' is
4672 available in Emacs 22 and in recent XEmacs 21. Replace in various
4673 files.
3ab2c837
BG
4674
46752011-07-28 Julien Danjou <julien@danjou.info>
4676
4677 * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
84f21110 4678 it must has \\ at the end of the line. This avoid matching the
3ab2c837
BG
4679 following heading when there's no newline between the logged state
4680 and the next heading.
4681
46822011-07-28 Julien Danjou <julien@danjou.info>
4683
4684 * org-agenda.el (org-format-agenda-item): Simplify time comuting.
4685
46862011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4687
84f21110
BG
4688 * org.el (org-current-level, org-store-link, org-mark-subtree):
4689 Use `org-with-limited-levels'.
3ab2c837 4690
d4423e17 46912011-07-28 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
3ab2c837
BG
4692
4693 * org-publish.el (org-publish-get-base-files): Add sitemap file.
4694
46952011-07-28 Matt Lundin <mdl@imapmail.org>
4696
4697 * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
4698 (org-agenda-todo-ignore-scheduled): New option.
4699 (org-agenda-todo-ignore-timestamp): New option.
4700 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4701 Allow user to specify custom distance to ignore (future or past).
4702 (org-agenda-todo-custom-ignore-p): New function.
4703
47042011-07-28 Matt Lundin <mdl@imapmail.org>
4705
4706 * org-habit.el (org-habit-parse-todo) Don't parse more days than
4707 needed.
4708
47092011-07-28 Eric Schulte <schulte.eric@gmail.com>
4710
4711 * ob.el (org-babel-map-inline-src-blocks): Macro for executing
4712 code in each inline code block.
4713 (org-babel-execute-buffer): Executes inline code blocks as well as
4714 regular code blocks.
4715
47162011-07-28 Eric Schulte <schulte.eric@gmail.com>
4717
4718 * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
4719 blocks for removal.
4720
47212011-07-28 Benjamin Drieu <bdrieu@april.org> (tiny change)
4722
4723 * org-clock.el (org-clock-before-select-task-hook): New hook.
4724 (org-clock-select-task): Run new hook.
4725
47262011-07-28 Julien Danjou <julien@danjou.info>
4727
4728 * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
84f21110 4729 events with range. This display things like: <2011-01-22 Sat
3ab2c837
BG
4730 14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
4731 at 14:00 and ending at 20:00.
4732
47332011-07-28 Dan Davison <dandavison7@gmail.com>
4734
4735 * ob.el (org-babel-inline-src-block-regexp): Character preceding
4736 "src_" can now be anything as long as it is neither alphanumeric
4737 nor '-'.
4738
47392011-07-28 Dan Davison <dandavison7@gmail.com>
4740
84f21110 4741 * ob.el (org-babel-merge-params): Docstring typo.
3ab2c837
BG
4742
47432011-07-28 Dan Davison <dandavison7@gmail.com>
4744
4745 * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
4746 in the buffer.
4747
47482011-07-28 Dan Davison <dandavison7@gmail.com>
4749
4750 * ob.el (org-babel-get-src-block-info): Alter order of merge
84f21110 4751 arguments.
3ab2c837
BG
4752
47532011-07-28 Dan Davison <dandavison7@gmail.com>
4754
84f21110 4755 * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
3ab2c837
BG
4756
47572011-07-28 Eric Schulte <schulte.eric@gmail.com>
4758
4759 * ob.el (org-babel-insert-result): Ensure all parts of result
4760 wrappers end in newlines.
4761
47622011-07-28 Eric Schulte <schulte.eric@gmail.com>
4763
4764 * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
4765 optionally creates parent directories of tangle targets.
4766
47672011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4768
4769 * org-ascii.el (org-ascii-level-start): Catch the case of levels
4770 which do not have an equivalent in the list of underline
4771 characters.
4772
47732011-07-28 Eric Schulte <schulte.eric@gmail.com>
4774
4775 * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
4776 the format string used to escape arguments to shell code blocks.
4777
47782011-07-28 Julien Danjou <julien@danjou.info>
4779
4780 * org-agenda.el (org-agenda-reset-view): New function.
4781 (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
4782
47832011-07-28 Puneeth Chaganti <punchagan@gmail.com>
4784
4785 * org-exp.el (org-export-handle-include-files): Support :lines
4786 property.
84f21110
BG
4787 (org-get-file-contents): New argument lines to include specify a
4788 range of lines to include.
3ab2c837
BG
4789
47902011-07-28 Bastien Guerry <bzg@gnu.org>
4791
84f21110 4792 * org.el (org-fast-tag-selection): Fix bug when assigning keys.
3ab2c837
BG
4793
47942011-07-28 Lawrence Mitchell <wence@gmx.li>
4795
4796 * org-latex.el (org-export-latex-make-header): Export email in
4797 author line if `org-export-email-info' is non-nil.
4798
47992011-07-28 Julien Danjou <julien@danjou.info>
4800
4801 * org-agenda.el (org-agenda-goto-today): Respect current span.
4802
48032011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4804
84f21110
BG
4805 * org-complete.el (pcomplete/org-mode/link)
4806 (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
4807 before uniquifying.
3ab2c837
BG
4808
48092011-07-28 Eric Schulte <schulte.eric@gmail.com>
4810
4811 * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
4812 linking comment type
4813 (org-babel-tangle-comment-links): Returns comment links for the
9b8ba1e5 4814 source code block at point.
3ab2c837
BG
4815
48162011-07-28 Bastien Guerry <bzg@gnu.org>
4817
84f21110 4818 * org.el (org-refile-check-position): Send a more explicit message
3ab2c837
BG
4819 on how to clear the cache before refiling again.
4820
48212011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4822
4823 * org-agenda.el (org-agenda-skip-function-global): New option.
4824 (org-agenda-skip-eval): New function.
84f21110
BG
4825 (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
4826 the global skipping condition.
3ab2c837
BG
4827
48282011-07-28 David Maus <dmaus@ictsoc.de>
4829
4830 * org-html.el (org-export-as-html): Handle timestamps after
4831 handling links.
4832
48332011-07-28 Eric Schulte <schulte.eric@gmail.com>
4834
4835 * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
4836 until either a matching block is found, or the limits of the file
4837 are reached.
4838
48392011-07-28 Eric Schulte <schulte.eric@gmail.com>
4840
4841 * ob.el (org-babel-update-block-body): Literal argument to
4842 `replace-match' to allow insertion of text containing '\'.
4843
3ab2c837
BG
48442011-07-28 Eric Schulte <schulte.eric@gmail.com>
4845
4846 * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
4847 into code blocks.
4848
48492011-07-28 David Maus <dmaus@ictsoc.de>
4850
4851 * test-org-table.el
4852 (test-org-table/org-table-convert-refs-to-rc/3)
4853 (test-org-table/org-table-convert-refs-to-rc/2)
4854 (test-org-table/org-table-convert-refs-to-rc/1)
4855 (test-org-table/org-table-convert-refs-to-an/3)
4856 (test-org-table/org-table-convert-refs-to-an/2)
4857 (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
4858 table formular format conversion.
4859
48602011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4861
4862 * org.el (org-sort-entries): Fix sorting with a bold emphasis at
84f21110 4863 bol.
3ab2c837
BG
4864
48652011-07-28 Eric Schulte <schulte.eric@gmail.com>
4866
4867 * ob.el (org-babel-open-src-block-result): Must collect result
4868 *before* jumping to the result buffer.
4869
48702011-07-28 Eric Schulte <schulte.eric@gmail.com>
4871
4872 * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
4873 used after update to regexp.
4874
48752011-07-28 Eric Schulte <schulte.eric@gmail.com>
4876
4877 * ob.el (org-babel-temp-file): Ensure that
84f21110
BG
4878 `org-babel-temporary-directory' is bound before using.
4879 (org-babel-remove-temporary-directory): Safer error throwing.
3ab2c837
BG
4880
48812011-07-28 niels giesen <niels.giesen@gmail.com>
4882
4883 * org-docbook.el (org-export-docbook-finalize-table): Do literal
4884 replacements.
4885
48862011-07-28 Eric Schulte <schulte.eric@gmail.com>
4887
4888 * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
4889 resolve language names for evaluation.
4890
48912011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4892
4893 * org-capture.el (org-capture-templates): Add %f and %F escapes
4894 (org-capture): Add more information to capture property list
9b8ba1e5 4895 (org-capture-fill-template): Handle %f and %F escapes.
3ab2c837
BG
4896
48972011-07-28 David Maus <dmaus@ictsoc.de>
4898
4899 * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
4900 symlink target.
4901
49022011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4903
4904 * org.el (org-occur-next-match): New function.
4905 (org-mode): Set the variable `next-error-function'.
84f21110
BG
4906 (org-highlight-new-match): Add an `org-type' property to the
4907 overlays.
3ab2c837
BG
4908
49092011-07-28 Eric Schulte <schulte.eric@gmail.com>
4910
84f21110 4911 * ob-calc.el: No longer require `calc-trail' on XEmacs.
3ab2c837 4912
3ab2c837
BG
49132011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4914
4915 * org.el (org-modules): Add `org-eshell'.
4916
49172011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4918
84f21110
BG
4919 * org-special-blocks.el (htmlp, latexp, line): Add defvars for
4920 dynamically scoped variables.
3ab2c837 4921
84f21110 4922 * org.el (org-modules): Move `org-special-blocks' into the core
3ab2c837
BG
4923 modules section.
4924
49252011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4926
4927 * org-special-blocks.el: New file.
4928
49292011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4930
4931 * org.el (org-plist-delete): Remove duplicate definition.
4932
49332011-07-28 Bernt Hansen <bernt@norang.ca>
4934
84f21110 4935 * org-agenda.el (org-agenda-goto): Display invisible entry text.
3ab2c837
BG
4936
4937 * org-agenda.el (org-agenda-switch-to): Display invisible entry
84f21110 4938 text.
3ab2c837
BG
4939
49402011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4941
4942 * org.el (org-get-category): New optional argument FORCE-REFRESH.
4943 Automatically refresh if the property is not there.
4944 (org-entry-properties): Remove refresh - this is now done in
4945 org-get-category.
4946
4947 * org-clock.el (org-clock-insert-selection-line): Let
4948 `org-get-category' do the property refresh.
4949
4950 * org-archive.el (org-archive-subtree): Force a refresh of
4951 category properties.
4952
49532011-07-28 Julien Danjou <julien@danjou.info>
4954
4955 * org-icalendar.el (org-print-icalendar-entries): Do not manually
4956 refresh categories.
4957
49582011-07-28 Dan Davison <dandavison7@gmail.com>
4959
4960 * org.el (org-display-inline-images): Check for clear-image-cache
4961 before using it.
4962
49632011-07-28 Bernt Hansen <bernt@norang.ca>
4964
4965 * org.el: Document missing value for org-link-frame-setup.
4966
49672011-07-28 Dan Davison <dandavison7@gmail.com>
4968
4969 * ob-R.el (org-babel-R-write-object-command): Force evaluation of
4970 user code prior to the R exception-handling, so that errors in
4971 user code are unhandled.
4972
49732011-07-28 Dan Davison <dandavison7@gmail.com>
4974
4975 * org-src.el (org-src-font-lock-fontify-block): Test, early on,
4976 that a major-mode function corresponding to the language string
4977 exists.
4978
49792011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4980
7877f373 4981 * org-exp.el (org-export-mark-list-ending): Insert additional
3ab2c837
BG
4982 newline characters if end-list-marker is at a wrong position.
4983
49842011-07-28 Eric Schulte <schulte.eric@gmail.com>
4985
4986 * ob.el (org-babel-script-escape): Replace commas with spaces for
4987 better list reading when list items are packed with commas,
4988 e.g. Haskell list output.
4989
49902011-07-28 Eric Schulte <schulte.eric@gmail.com>
4991
4992 * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
4993 error reporting.
4994
49952011-07-28 Eric Schulte <schulte.eric@gmail.com>
4996
4997 * ob.el (org-babel-confirm-evaluate): Fix for the case when
4998 org-confirm-babel-evaluate is a function (used to always ask no
4999 matter what the function returns).
5000
50012011-07-28 Dan Davison <dandavison7@gmail.com>
5002
5003 * ob-R.el: Delete duplicated function.
5004
50052011-07-28 Eric Schulte <schulte.eric@gmail.com>
5006
5007 * ob.el (org-babel-execute-src-block): Removed unused flet
5008 function.
5009
50102011-07-28 Dan Davison <dandavison7@gmail.com>
5011
5012 * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
5013 signal that the intended content has been written to file.
5014
5015 * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
5016 the intended content has been written to file.
5017
5018 * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
5019 intended content has been written to file.
5020
5021 * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
5022 that the intended content has been written to file.
5023
5024 * ob-latex.el (org-babel-execute:latex): Return nil to signal that
5025 the intended content has been written to file.
5026
5027 * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
5028 that the intended content has been written to file.
5029
5030 * ob-octave.el (org-babel-execute:octave): Return result; not name
5031 of output file.
5032
5033 * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
5034 signal that the intended content has been written to file.
5035
5036 * ob-python.el (org-babel-execute:python): Return result; not name
5037 of output file.
5038
5039 * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
5040 output file.
5041
5042 * ob-sass.el (org-babel-execute:sass): Return nil if result has
9b8ba1e5 5043 been written to file.
3ab2c837
BG
5044
50452011-07-28 Dan Davison <dandavison7@gmail.com>
5046
5047 * ob-R.el (org-babel-R-graphical-output-file): New function
5048 returns the name of the output file iff R has been instructed to
5049 send graphical output to file by means of the ":results graphics"
5050 directive.
5051 (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
84f21110
BG
5052 when constructing the R code to evaluate, which may be augmented
5053 with code implementing the writing of graohical output to file.
3ab2c837
BG
5054 (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
5055 determine whether R is taking responsibility for writing output to
8350f087 5056 file; if so, this is signaled to ob.el by returning a nil result.
3ab2c837
BG
5057
50582011-07-28 Dan Davison <dandavison7@gmail.com>
5059
5060 * ob.el (org-babel-format-result): New function to format results
5061 of src block execution.
5062 (org-babel-execute-src-block): Use `org-babel-format-result' when
5063 writing to file.
84f21110
BG
5064 (org-babel-open-src-block-result): Use `org-babel-format-result'
5065 when displaying results in a buffer. Name results buffer
5066 differently.
3ab2c837
BG
5067
50682011-07-28 Dan Davison <dandavison7@gmail.com>
5069
5070 * ob.el (org-babel-execute-src-block): Avoid calling
5071 `orgtbl-to-generic' on number results.
5072
50732011-07-28 Eric Schulte <schulte.eric@gmail.com>
5074
5075 * ob.el (org-babel-execute-src-block): Allow specification of
5076 table separator with :sep header argument.
5077 (org-babel-open-src-block-result): Allow specification of table
5078 separator with :sep header argument.
5079
50802011-07-28 Dan Davison <dandavison7@gmail.com>
5081
5082 * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
5083 executing buffer (note that this handles execute subtree also).
5084
50852011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5086
84f21110 5087 * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
3ab2c837 5088 do not modify match data either.
84f21110
BG
5089 (org-inlinetask-goto-end): Small refactoring, remove
5090 case-sensitivity.
5091 (org-inlinetask-goto-beginning): Small refactoring, remove
5092 case-sensitivity.
3ab2c837
BG
5093
50942011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5095
5096 * org-capture.el (org-capture-set-target-location): Use
5097 `current-time'.
5098
50992011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5100
5101 * org-capture.el (org-capture-set-target-location): Use
5102 `current-time'.
5103
51042011-07-28 Bernt Hansen <bernt@norang.ca>
5105
5106 * org.el (org-before-first-heading-p): If point is on an org-mode
5107 heading line then we are not before the first heading.
5108
51092011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5110
5111 * org-timer.el (org-timer-continue-hook): Define the variable
5112 (org-timer-pause-or-continue): Run hook after relative timer is
5113 continued.
5114
51152011-07-28 Julien Danjou <julien@danjou.info>
5116
5117 * org-agenda.el (org-compile-prefix-format): Allow %() expression.
5118
51192011-07-28 Julien Danjou <julien@danjou.info>
5120
5121 * org-capture.el (org-capture-fill-template): Use org-eval.
5122
51232011-07-28 Julien Danjou <julien@danjou.info>
5124
5125 * org-agenda.el (org-eval): New function.
5126
51272011-07-28 Dan Davison <dandavison7@gmail.com>
5128
5129 * ob.el (org-babel-execute-src-block): With :results file, when
5130 :file is not supplied, interpret result as a file link as long as
5131 it is a string.
5132
51332011-07-28 David Maus <dmaus@ictsoc.de>
5134
5135 * org-latex.el (org-export-latex-preprocess): Don't convert link
5136 description parts that look like numeric footnote.
5137
51382011-07-28 Eric Schulte <schulte.eric@gmail.com>
5139
5140 * org-latex.el (org-export-latex-tables): Allowing specification
5141 of tabular[xy] inner environments through the ATTR_LaTeX line.
5142
51432011-07-28 Julien Danjou <julien@danjou.info>
5144
5145 * org-capture.el (org-capture-fill-template): Use
5146 `org-set-property' directly.
5147
51482011-07-28 Julien Danjou <julien@danjou.info>
5149
5150 * org-agenda.el (org-agenda-prefix-format): Add missing `search'
5151 item in docstring.
5152
51532011-07-28 Eric Schulte <schulte.eric@gmail.com>
5154
5155 * org-exp.el (org-export-string): Use `format' to construct
5156 function call to allow symbolic or string arguments.
5157
51582011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5159
5160 * org-capture.el (org-capture-place-entry):
5161 (org-capture-insert-template-here): Check tree for validity before
5162 pasting it.
5163
51642011-07-28 Julien Danjou <julien@danjou.info>
5165
5166 * org-gnus.el (org-gnus-store-link): Trim date.
5167
51682011-07-28 Julien Danjou <julien@danjou.info>
5169
5170 * org.el (org-email-link-description): Allow to retrieve email
5171 link date.
5172
51732011-07-28 Lawrence Mitchell <wence@gmx.li>
5174
84f21110
BG
5175 * org.el (org-make-target-link-regexp): `regexp-quote' target
5176 before replacing whitespace.
3ab2c837
BG
5177
51782011-07-28 Eric Schulte <schulte.eric@gmail.com>
5179
5180 * ob.el (org-babel-expand-noweb-references): Noweb references can
5181 now be resolved from the library of babel.
5182
51832011-07-28 Eric Schulte <schulte.eric@gmail.com>
5184
5185 * ob.el (org-babel-result-end): No longer leaving trailing new
5186 line after block removal.
5187
51882011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5189
5190 * org-latex.el (org-export-latex-first-lines): Anchor outline
84f21110 5191 regexp during LaTeX tree export.
3ab2c837
BG
5192
51932011-07-28 Konrad Hinsen <konrad.hinsen@fastmail.net>
5194
5195 * ob-python.el (org-babel-python-initiate-session-by-key): Make
5196 sure that py-which-bufname is initialized, as otherwise it will be
5197 overwritten the first time a Python buffer is created.
5198
51992011-07-28 Eric Schulte <schulte.eric@gmail.com>
5200
5201 * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
5202 with spaces.
5203
52042011-07-28 Eric Schulte <schulte.eric@gmail.com>
5205
5206 * ob-org.el (org-babel-execute:org): Padding code block with an
5207 empty title on LaTeX export.
5208
52092011-07-28 Matt Lundin <mdl@imapmail.org>
5210
5211 * org.el (org-entry-properties): Stop scanning for timestamps if a
5212 specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
84f21110 5213 requested and a match is found. Also, if a specific timestamp
3ab2c837
BG
5214 property is requested, do not push non-relevant timestamps onto
5215 property list.
5216
52172011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5218
5219 * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
5220 when grid is being made for today.
5221
52222011-07-28 Matt Lundin <mdl@imapmail.org>
5223
5224 * org-agenda.el (org-agenda-get-scheduled): Don't call
5225 `org-is-habit-p' until after checking for
5226 `org-agenda-skip-scheduled-if-done'.
5227
52282011-07-28 Achim Gratz <Stromeko@nexgo.de>
5229
84f21110 5230 * org.el: Remove spurious linebreak introduced by earlier patch.
3ab2c837 5231
84f21110 5232 * ob.el, ob-ref.el: Remove double fix of the same problem.
3ab2c837
BG
5233
52342011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5235
5236 * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
5237
52382011-07-28 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
5239
84f21110 5240 * org-html.el (org-export-html-mathjax-template): Displaymath
3ab2c837
BG
5241 environment and MathJax.
5242
52432011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5244
5245 * org-faces.el (org-agenda-current-time): New face.
5246
5247 * org-agenda.el (org-agenda-show-current-time-in-grid):
5248 (org-agenda-current-time-string): New options.
5249 (org-agenda-add-time-grid-maybe): Add current time to time grid.
5250
79b70037
GM
52512011-05-10 Jim Meyering <meyering@redhat.com>
5252
5253 Fix doubled-word typos.
5254 * org-agenda.el (org-agenda-entry-types): the the -> the
5255 * org-table.el (org-table-get-remote-range): or or -> or
5256 * org-wl.el (org-wl-folder-type): the the -> the
5257 * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
5258
0adf5618
SM
52592011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5260
5261 * org-src.el (org-src-switch-to-buffer):
5262 * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
5263 * org-mouse.el (org-mouse-agenda-type):
5264 * org-freemind.el (org-freemind-node-to-org):
5265 * ob-sql.el (org-babel-execute:sql):
5266 * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
5267 * ob-ref.el (org-babel-ref-resolve): Fix use of case.
5268
33383987
JB
52692011-03-07 Chong Yidong <cyd@stupidchicken.com>
5270
5271 * Version 23.3 released.
5272
01c35094
JB
52732011-03-06 Juanma Barranquero <lekktu@gmail.com>
5274
5275 * org.el (org-blank-before-new-entry, org-context-in-file-links)
5276 (org-refile-targets, org-log-repeat, org-insert-link)
5277 (org-speed-command-default-hook, org-speed-command-hook)
5278 (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
5279 Fix typos in docstrings.
5280 (org-toggle-pretty-entities): Fix typo in message.
5281
845fc5e5
JB
52822011-03-06 Juanma Barranquero <lekktu@gmail.com>
5283
5284 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
5285
b016851c
SM
52862011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5287
5288 * org-remember.el (org-remember-mode-map):
5289 * org-src.el (org-src-mode-map): Move initialization into declaration.
5290
4d789d84
SM
52912011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5292
5293 * org-remember.el (org-remember-mode):
5294 * org-capture.el (org-capture-mode): Don't run hook redundantly.
5295
12e1f328
CY
52962011-01-09 Chong Yidong <cyd@stupidchicken.com>
5297
5298 * org-faces.el (org-link): Inherit from link face.
5299 Suggested by Joakim Verona.
5300
acedf35c
CD
53012010-12-11 Tassilo Horn <tassilo@member.fsf.org>
5302
5303 * org-footnote.el (org-footnote-create-definition): Place
5304 Footnotes section before message-signature-separator also in modes
5305 derived from message-mode.
5306
53072010-12-11 Julien Danjou <julien@danjou.info>
5308
5309 * org.el (org-make-tags-matcher): Remove useless cat-p value.
5310
53112010-12-11 Julien Danjou <julien@danjou.info>
5312
5313 * org.el (org-entry-properties): Enhance docstring.
5314
53152010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5316
5317 * org-list.el (org-list-top-point-with-indent)
5318 (org-list-bottom-point-with-indent): Pay also attention to
5319 'original-indentation property of text, as blocks are put to
5320 column 0 upon exporting.
5321
53222010-12-11 Dan Davison <dandavison7@gmail.com>
5323
5324 * ob.el (org-babel-remove-temporary-directory): Handle exception
5325 with message informing of failure to remove directory.
5326
53272010-12-11 Eric Schulte <schulte.eric@gmail.com>
5328
5329 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
5330 `package' to the list of Clojure header arguments which will be read
5331 from heading properties.
5332
53332010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5334
5335 * org-inlinetask.el (org-inlinetask-export-templates): Add
01c35094 5336 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
acedf35c
CD
5337 not default as it requires an additional LaTeX package: "todonotes".
5338
53392010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5340
5341 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
5342
5343 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
5344 templates to export inline tasks.
5345
53462010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5347
5348 * org.el (org-current-level): Ignore inline tasks when getting current
5349 level of entry.
5350
53512010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5352
5353 * org.el (org-indent-line-function): Ignore drawers inside inline
5354 tasks if the line to indent isn't inside an inline task itself.
5355
53562010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5357
5358 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
5359
5360 * org-indent.el (org-indent-add-properties): Find true level of
5361 indentation wrt inline tasks.
5362
53632010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5364
5365 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
5366
5367 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
5368
5369 * org-inlinetask.el (org-inlinetask-goto-end): New function.
5370
5371 * org.el (org-mark-subtree): New command.
5372
5373 * org.el (org-speed-commands-default, org-mode-map): Make use of
5374 new command.
5375
53762010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5377
5378 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
5379 from @<span class...> so it can be removed during LaTeX export.
5380
53812010-12-11 Eric Schulte <schulte.eric@gmail.com>
5382
5383 * ob.el (org-babel-insert-result): More informative code block
5384 evaluation messages.
5385
53862010-12-11 Matt Lundin <mdl@imapmail.org>
5387
5388 * org.el (org-make-heading-search-string): Optionally limit number
5389 of lines stored in file link search strings.
01c35094 5390 (org-context-in-file-links): Add option to set to integer specifying
acedf35c
CD
5391 number of lines.
5392
53932010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5394
5395 * org-capture.el (org-capture-finalize): New prefix argument
5396 STAY-WITH-CAPTURE.
5397 (org-capture-refile): Improve docstring.
5398
53992010-12-11 Eric Schulte <schulte.eric@gmail.com>
5400
5401 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
5402 interaction engine.
5403
54042010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5405
5406 * org-agenda.el (org-agenda-list):
5407 (org-agenda-goto-today): Use `org-today'.
5408
54092010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5410
5411 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
5412 and the title/author definitions.
5413
54142010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5415
5416 * org-macs.el: Better backup definition for
5417 `with-silent-modifications'.
5418
54192010-12-11 Eric Schulte <schulte.eric@gmail.com>
5420
5421 * ob-python.el (org-babel-execute:python): Rename "prefix" to
5422 "preamble".
5423 (org-babel-python-evaluate): Rename "prefix" to "preamble".
5424 (org-babel-python-evaluate-external-process): Rename "prefix" to
5425 "preamble".
5426
54272010-12-11 Eric Schulte <schulte.eric@gmail.com>
5428
5429 * ob.el (org-babel-examplize-region): Check if `end' is a marker
5430 or a point and handle appropriately.
5431
54322010-12-11 Eric Schulte <schulte.eric@gmail.com>
5433
5434 * ob-sql.el (org-babel-execute:sql): Explicitly set field
5435 separator to \t when importing tabular data.
5436
54372010-12-11 Julien Danjou <julien@danjou.info>
5438
5439 * org-agenda.el (org-agenda-custom-commands-local-options):
5440 Allow org-agenda-span to be a symbol.
5441 (org-agenda-ndays): Make obsolete.
5442 (org-agenda-span): New variable superseding org-agenda-ndays.
5443 (org-agenda-menu): Use org-agenda-current-span.
5444 (org-agenda-current-span): New local variable storing current
5445 span.
5446 (org-agenda-list): Take a span instead of ndays as argument.
5447 This function is now responsible for computing the ndays based
5448 on span.
5449 (org-agenda-ndays-to-span): Return span only if number of days
5450 really matches.
5451 (org-agenda-span-to-ndays): New function.
5452 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
5453 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
5454 (org-agenda-later): Do not give compute a new span, use the
5455 current one.
5456 (org-agenda-day-view, org-agenda-week-view)
5457 (org-agenda-month-view, org-agenda-year-view): Stop touching
5458 org-agenda-ndays.
5459 (org-agenda-change-time-span): Only compute starting-span.
5460 (org-agenda-compute-starting-span): New function derived from
5461 the old org-agenda-compute-time-span.
5462 (org-agenda-set-mode-name): Compute mode based on
5463 org-agenda-current-span.
5464 (org-agenda-span-name): New function.
5465
54662010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
5467
5468 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
5469
54702010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5471
5472 * org-clock.el (org-quarter-to-date): Define variables.
5473 (org-clock-special-range): Defin variables. Use org-floor*.
5474 (org-clocktable-write-default): Define tcol.
5475
5476 * org-compat.el (org-floor*): New function.
5477
407277e0
GM
54782010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5479 John Wiegley <jwiegley@gmail.com>
5480
acedf35c
CD
5481 * org-complete.el: New file.
5482
54832010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5484
5485 * org-clock.el (org-clocktable-write-default): Fix the % formula.
5486
54872010-12-11 Matt Lundin <mdl@imapmail.org>
5488
407277e0 5489 * org-agenda.el (org-format-agenda-item): The value of
acedf35c
CD
5490 org-category is not converted to a string unless it is defined.
5491
54922010-12-11 Eric Schulte <schulte.eric@gmail.com>
5493
5494 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
5495 header argument through to external evaluation.
5496 (org-babel-python-evaluate): Pass the new "prefix" header argument
5497 through to external evaluation.
5498 (org-babel-python-evaluate-external-process): When specified prepend
5499 "prefix" to the file used in external evaluation.
5500
55012010-12-11 Dan Davison <dandavison7@gmail.com>
5502
5503 * ob-python.el (org-babel-python-evaluate-session): Change python
5504 module name from 'pp' to 'pprint'.
5505
55062010-12-11 Eric Schulte <schulte.eric@gmail.com>
5507
5508 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
5509 from R session output, these are often the result of variable
5510 assignments.
5511
55122010-12-11 Eric Schulte <schulte.eric@gmail.com>
5513
5514 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
5515 fix a compiler warning.
5516
55172010-12-11 Eric Schulte <schulte.eric@gmail.com>
5518
5519 * ob-eval.el (require): No longer require ob.el to allow
5520 requiring by ob.el.
5521
5522 * ob.el (ob-eval): Require ob-eval.
5523
55242010-12-11 Eric Schulte <schulte.eric@gmail.com>
5525
5526 * ob.el (org-babel-confirm-evaluate): Show code block's name when
5527 it is available during evaluation query.
5528
55292010-12-11 Eric Schulte <schulte.eric@gmail.com>
5530
5531 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
5532 code block.
5533 (org-babel-execute:sql): Use sql specific body expansion function.
5534 (org-babel-sql-expand-vars): Insert variables into a sql code block.
5535
55362010-12-11 Eric Schulte <schulte.eric@gmail.com>
5537
5538 * ob.el (org-babel-insert-result): Using markers instead of
5539 points for more robust buffer anchors.
5540
55412010-12-11 Julien Danjou <julien@danjou.info>
5542
5543 * org-capture.el: Use org-today.
5544
55452010-12-11 Julien Danjou <julien@danjou.info>
5546
5547 * org-habit.el: Use org-today.
5548
55492010-12-11 Julien Danjou <julien@danjou.info>
5550
5551 * org.el (org-auto-repeat-maybe): Use org-today.
5552
acedf35c
CD
55532010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5554
5555 * org-clock.el (org-day-of-week): New function.
5556 (org-quarter-to-date): New function.
5557 (org-clock-special-range): Implement quarters.
5558
55592010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
5560
4d789d84
SM
5561 * org.el (org-complete-tags-always-offer-all-agenda-tags):
5562 Fix docstring.
acedf35c
CD
5563
55642010-12-11 Julien Danjou <julien@danjou.info>
5565
5566 * org-agenda.el (org-format-agenda-item): Convert category to a string
01c35094 5567 if it is a symbol. This fixes the following call to
acedf35c
CD
5568 org-agenda-get-category-icon which fails if category is not a string.
5569
55702010-12-11 Eric Schulte <schulte.eric@gmail.com>
5571
5572 * ob-clojure.el: Updated requirements documentation to mention
5573 the minimum version of Clojure.
5574 (org-babel-expand-body:clojure): Fully qualified function name.
5575
55762010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5577
4d789d84 5578 * org-latex.el (org-export-latex-lists): Do not add an
acedf35c
CD
5579 unnecessary newline character after a list.
5580
4d789d84 5581 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
acedf35c
CD
5582 point is just after a non blank line.
5583
55842010-12-11 Eric Schulte <schulte.eric@gmail.com>
5585
5586 * ob.el (org-babel-examplize-region): Remove old assertion which
5587 no longer applies to the result insertion code.
5588
55892010-12-11 Eric Schulte <schulte.eric@gmail.com>
5590
5591 * ob-python.el (org-babel-execute:python): Use a :return header
5592 argument for external evaluation in which the code block body need
01c35094 5593 to be wrapped in a function.
acedf35c
CD
5594
55952010-12-11 Eric Schulte <schulte.eric@gmail.com>
5596
5597 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
5598 variable.
5599
56002010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5601
01c35094 5602 * org.el (org-edit-special): Edit formulas when in TBLMF line.
acedf35c
CD
5603
56042010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
5605
5606 * org-capture.el (org-capture-after-finalize-hook): New hook.
5607 (org-capture-finalize): Run the new hook.
5608
56092010-12-11 Eric Schulte <schulte.eric@gmail.com>
5610
5611 * ob-clojure.el (org-babel-expand-body:clojure): Support for
5612 pretty printing of Clojure code and data.
5613
56142010-12-11 Eric Schulte <schulte.eric@gmail.com>
5615
5616 * ob.el (org-babel-insert-result): No longer escape results which
5617 will be wrapped in a block.
5618
56192010-12-11 Eric Schulte <schulte.eric@gmail.com>
5620
4d789d84 5621 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
acedf35c
CD
5622 warning and added documentation string.
5623
56242010-12-11 Eric Schulte <schulte.eric@gmail.com>
5625
5626 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
5627 for all code evaluation.
5628
56292010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5630
5631 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
5632 the column as well.
5633
56342010-12-11 Eric Schulte <schulte.eric@gmail.com>
5635
5636 * ob.el (org-babel-confirm-evaluate): More descriptive message
5637 when evaluation is aborted or disabled.
5638
56392010-12-11 Eric Schulte <schulte.eric@gmail.com>
5640
5641 * ob.el (org-babel-insert-result): Responds to new "wrap" header
5642 argument.
5643 (org-babel-merge-params): Includes new "wrap" header argument in
5644 one of the results header argument exclusive groups.
5645
56462010-12-11 David Maus <dmaus@ictsoc.de>
5647
5648 * org-macs.el (with-silent-modifications): Fix condition for
5649 with-silent-modification.
5650
56512010-12-11 Eric Schulte <schulte.eric@gmail.com>
5652
5653 * ob.el (org-babel-parse-header-arguments): Stripping trailing
5654 spaces off of header arguments (even the first one).
5655
56562010-12-11 Eric Schulte <schulte.eric@gmail.com>
5657
5658 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
5659 single quotes which is the best practice.
5660 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
5661 more robust parsing of shell output.
5662
56632010-12-11 Dan Davison <dandavison7@gmail.com>
5664
5665 * org.el (org-additional-option-like-keywords): Add more keywords,
5666 and colons to some old ones.
5667
56682010-12-11 Dan Davison <dandavison7@gmail.com>
5669
5670 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
5671
56722010-12-11 Eric Schulte <schulte.eric@gmail.com>
5673
4d789d84
SM
5674 * ob-python.el (org-babel-python-table-or-string):
5675 Using `org-babel-script-escape' for reading string input from scripting
acedf35c
CD
5676 languages.
5677
56782010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
5679
5680 * org-macs.el (org-called-interactively-p): Wrap function call in
5681 with-no-warnings.
01c35094 5682 (with-silent-modifications): Declare macro for Emacs < 23.2.
acedf35c 5683
acedf35c
CD
56842010-12-11 Eric Schulte <schulte.eric@gmail.com>
5685
4d789d84 5686 * ob.el (org-babel-parse-header-arguments): Remove addition of
acedf35c
CD
5687 ":" to singleton first header arguments as it was leading to errors.
5688
acedf35c
CD
56892010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5690
5691 * org-latex.el (org-export-latex-make-header): Run the title through
5692 `org-export-latex-fontify-headline'.
5693 (org-export-latex-fontify-headline): Do the protection of math
5694 snippets also here.
5695
56962010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
5697
5698 * org-latex.el (org-export-as-latex): Sent the section title
5699 through the preprocessor.
5700
57012010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5702
5703 * org-html.el (org-html-level-start): Mark listified headings
5704 with a custom id.
5705
57062010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5707
5708 * org.el (org-open-at-point): Don't do footnote action if cursor is
5709 on a bracket link.
5710
57112010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5712
5713 * org.el (org-edit-special): Check also for TBLFM line.
5714
57152010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
5716
4d789d84 5717 * org-clock.el (org-get-clocktable): Previous patch incorrectly
01c35094 5718 required whitespace in front of #+BEGIN: and #+END:.
acedf35c
CD
5719
57202010-12-11 Dan Davison <dandavison7@gmail.com>
5721
5722 * org-src.el (org-edit-src-code): Allow region to be inherited by
5723 edit buffer when mark is one character beyond end of src block.
5724
57252010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5726
4d789d84 5727 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
acedf35c
CD
5728 checking item indentation.
5729
57302010-12-11 Eric Schulte <schulte.eric@gmail.com>
5731
4d789d84 5732 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
acedf35c
CD
5733 and now autoloading.
5734
57352010-12-11 Eric Schulte <schulte.eric@gmail.com>
5736
5737 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
5738 for testing list membership.
5739
5740 * ob.el (org-babel-read-result): Use higher level function for
5741 testing list membership.
5742 (org-babel-result-end): Use higher level function for testing list
5743 membership.
5744
57452010-12-11 Eric Schulte <schulte.eric@gmail.com>
5746
5747 * ob-sqlite.el (ob-eval): Require ob-eval for external command
5748 execution.
5749 (org-babel-execute:sqlite): No longer uses the init option for
5750 passing commands to sqlite.
5751
57522010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5753
5754 * org.el (org-indent-line-function): Drawers and blocks have no
01c35094 5755 influence on indentation of text below. Also fix indentation
acedf35c
CD
5756 problem with a block at column 0 and add a special case for
5757 literal examples.
5758
57592010-12-11 Eric Schulte <schulte.eric@gmail.com>
5760
5761 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
5762 is only evaluated once.
5763
57642010-12-11 Eric Schulte <schulte.eric@gmail.com>
5765
5766 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
5767 type of data
01c35094 5768 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
acedf35c
CD
5769
57702010-12-11 Eric Schulte <schulte.eric@gmail.com>
5771
5772 * ob-tangle.el (org-babel-load-file): Can be called interactively.
5773
57742010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5775
5776 * org-table.el (orgtbl-after-send-table-hook): New hook.
5777 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
5778 table was sent.
5779 (orgtbl-send-table): Return the number of sent tables, or nil if no
5780 sending has happened.
5781
57822010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5783
5784 * org.el (org-get-priority-function): New option.
5785 (org-get-priority): Call `org-get-priority-function' if that
5786 has been set.
5787
57882010-12-11 Dan Davison <dandavison7@gmail.com>
5789
5790 * ob-table.el (org-babel-table-truncate-at-newline): Only add
5791 "..." if there is something after the newline.
5792
57932010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
5794
5795 * org-clock.el (org-get-clocktable):
5796 (org-in-clocktable-p):
5797 (org-clocktable-shift):
01c35094 5798 (org-clocktable-steps): Fix regexp to allow for indented clock tables.
acedf35c
CD
5799
58002010-12-11 Puneeth Chaganti <punchagan@gmail.com>
5801
5802 * org-exp.el (org-export-handle-include-files): Support :minlevel
5803 property.
5804 (org-get-file-contents): New argument minlevel to demote included
5805 content.
5806
58072010-12-11 Noorul Islam <noorul@noorul.com>
5808
5809 * org-latex.el (org-export-latex-hyperref-format): New option.
4d789d84 5810 (org-export-latex-href-format): Rename the existing variable
acedf35c
CD
5811 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
5812 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
01c35094 5813 `org-export-latex-href-format'.
acedf35c
CD
5814
58152010-12-11 Eric Schulte <schulte.eric@gmail.com>
5816
5817 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
5818 buffer exists before it is used.
5819
58202010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5821
7877f373 5822 * org-exp.el (org-export-preprocess-string): Delay code block
01c35094 5823 processing a bit to allow correct list parsing in the export string.
acedf35c
CD
5824
58252010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
5826
5827 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
5828 (org-agenda-time-of-day-to-ampm): New function.
5829 (org-agenda-time-of-day-to-ampm-maybe): New function.
5830 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
5831
58322010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5833
5834 * org-faces.el (org-cycle-level-faces): New option.
5835
5836 * org.el (org-get-level-face): Honor org-cycle-level-faces.
5837
58382010-12-11 Julien Danjou <julien@danjou.info>
5839
5840 * org-agenda.el (org-agenda-today): New function.
5841 (org-agenda-get-day-face): New function.
5842 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
5843 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
5844 (org-todo-list): Use org-agenda-today.
5845 (org-get-all-dates): Use org-agenda-today.
5846 (org-agenda-day-face-function): New variable.
5847 (org-agenda-get-day-face): Use org-agenda-day-face-function.
5848
58492010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5850
5851 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
5852 in Org.
5853
58542010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5855
5856 * org-html.el (org-export-as-html): Do not treat partially
5857 protected lines as if they were fully protected.
5858
58592010-12-11 Dan Davison <dandavison7@gmail.com>
5860
407277e0 5861 * org-exp.el (org-export-format-source-code-or-example):
acedf35c 5862 Remove hard-wired configuration of minted export
01c35094 5863 (org-export-latex-minted-with-line-numbers): Remove variable.
acedf35c
CD
5864
58652010-12-11 Bastien Guerry <bzg@altern.org>
5866
5867 * org-clock.el (org-dblock-write:clocktable): Fix double
5868 reference to `link' in let construct.
5869 (org-clock-clocktable-formatter): Fix typo in docstring.
5870 (org-clocktable-write-default): Fix typo in docstring.
5871
58722010-12-11 David Maus <dmaus@ictsoc.de>
5873
5874 * org-protocol.el (org-protocol-unhex-string): Normalize percent
5875 escape sequence to upper case letters.
5876
58772010-12-11 Eric Schulte <schulte.eric@gmail.com>
5878
7877f373 5879 * ob-lob.el (org-babel-lob-get-info): Include pass-through
01c35094 5880 header arguments in results variable header argument string.
acedf35c
CD
5881
58822010-12-11 David Maus <dmaus@ictsoc.de>
5883
5884 * org-exp.el (org-export-visible): Limit search for in-buffer options
5885 beginning of first headline.
5886
58872010-12-11 David Maus <dmaus@ictsoc.de>
5888
5889 * org.el (org-open-at-point): Remove stale link handler for news:
5890 links.
5891
58922010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5893
5894 * org-clock.el (org-clocktable-write-default): Better handling of
5895 narrowing.
5896
58972010-12-11 Julien Danjou <julien@danjou.info>
5898
407277e0 5899 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
acedf35c
CD
5900
59012010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5902
7877f373 5903 * org.el (org-indent-line-function): Simplify code and remove bug that
acedf35c
CD
5904 would insert a tab at the beginning of the line when trying to
5905 indent the item.
5906
59072010-12-11 Julien Danjou <julien@danjou.info>
5908
5909 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
5910
59112010-12-11 Julien Danjou <julien@danjou.info>
5912
5913 * org-agenda.el (org-agenda-prefix-format): Insert place holder
5914 for icon.
5915 (org-agenda-category-icon-alist): New option.
5916 (org-agenda-get-category-icon): New function.
5917 (org-format-agenda-item): Support for icons.
5918 (org-compile-prefix-format): Support for icons.
5919
59202010-12-11 Julien Danjou <julien@danjou.info>
5921
5922 * org-compat.el: Create defalias for `string-match-p' and
5923 looking-at-p.
5924
59252010-12-11 Eric Schulte <schulte.eric@gmail.com>
5926
7877f373 5927 * ob-calc.el (org-babel-execute:calc): Support for variables --
01c35094 5928 converts :var variables in calc variables.
acedf35c
CD
5929
59302010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5931
01c35094 5932 * org.el (org-sparse-tree): Mention [r] in dispatch menu.
acedf35c
CD
5933
59342010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5935
5936 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
5937
59382010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5939
5940 * org-id.el (org-id-store-link): Test for org-mode before checking
5941 for IDs.
5942
acedf35c
CD
59432010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5944
5945 * org.el (org-shorten-string): New function.
5946
5947 * org-exp.el (org-export-convert-protected-spaces): New function.
4d789d84
SM
5948 (org-export-preprocess-string):
5949 Call `org-export-convert-protected-spaces' to handle new hard spaces.
acedf35c
CD
5950
59512010-12-11 David Maus <dmaus@ictsoc.de>
5952
5953 * org.el (org-narrow-to-subtree): Check for heading that ends at end
5954 of buffer.
5955
537c0c72
CD
59562010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
5957
12517c7b
CD
5958 * org-capture.el (org-capture-templates): Remove autoload from
5959 defcustom.
5960
537c0c72
CD
5961 * ob-lisp.el (slime): Don't expect slime to be present.
5962
afe98dfa
CD
59632010-11-11 Dan Davison <dandavison7@gmail.com>
5964
5965 * ob.el: `copy-sequence' suffices to copy alist; no need for
5966 `copy-tree'.
5967
59682010-11-11 Dan Davison <dandavison7@gmail.com>
5969
5970 * ob.el (org-babel-execute-src-block): If ":results file" is in
5971 effect, then ensure that the value of :file is returned as the
5972 result; don't rely on language files for this.
5973
59742010-11-11 Dan Davison <dandavison7@gmail.com>
5975
5976 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
5977 structure by side-effects of `sort'.
5978
59792010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
5980
5981 * org-list.el (org-list-bottom-point-with-indent): Do not check
5982 indentation of a non-empty blank line.
5983
5984 * org-list.el (org-sort-list): Sort a list with point anywhere
5985 inside it.
5986
59872010-11-11 Eric Schulte <schulte.eric@gmail.com>
5988
5989 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
5990 hopefully better error messages.
5991
59922010-11-11 Eric Schulte <schulte.eric@gmail.com>
5993
5994 * org.el (org-babel-load-languages): Adding calc.
5995
59962010-11-11 Dan Davison <davison@stats.ox.ac.uk>
5997
5998 * ob.el (org-babel-initiate-session): Don't resolve variable
5999 references unless prefix arg is supplied.
6000
60012010-11-11 Eric Schulte <schulte.eric@gmail.com>
6002
6003 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
6004 refers to the correct stack.
6005
60062010-11-11 Eric Schulte <schulte.eric@gmail.com>
6007
6008 * ob-calc.el: Adding the beginnings of support for calc code
6009 blocks.
6010
60112010-11-11 Eric Schulte <schulte.eric@gmail.com>
6012
6013 * ob-tangle.el (org-babel-update-block-body): Declaring function
6014 for updating code block bodies.
6015 (org-babel-spec-to-string):
6016 (org-babel-detangle): Detangle all tangled and commented code
6017 blocks in the current file back to org.
6018 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
6019 file back to the originating org-mode code block ob-tangle:
6020 detangle changes in code files back to the original org files.
6021
60222010-11-11 Eric Schulte <schulte.eric@gmail.com>
6023
6024 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
6025 (org-babel-tangle-comment-format-end): Fix typo.
6026
60272010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6028
4d789d84
SM
6029 * org-exp.el (org-export-format-source-code-or-example):
6030 Use minted for latex source code export if `org-export-latex-listings'
01c35094 6031 has the value 'minted.
afe98dfa
CD
6032
6033 * org-latex.el (org-export-latex-listings): Document special value
01c35094 6034 'minted.
afe98dfa
CD
6035
6036 * org-latex.el (org-export-latex-minted): Delete variable.
6037
60382010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6039
6040 * ob.el (org-babel-get-src-block-info): Retrieve contents of
6041 parentheses, excluding parentheses themselves.
6042
60432010-11-11 Eric Schulte <schulte.eric@gmail.com>
6044
4d789d84
SM
6045 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
6046 Fix bug in gnuplot data file assignment using user variables.
afe98dfa
CD
6047
60482010-11-11 Eric Schulte <schulte.eric@gmail.com>
6049
6050 * ob-latex.el (org-babel-execute:latex): Adding new :headers
6051 header argument for latex code blocks.
6052
60532010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6054
6055 * org-capture.el (org-capture-templates): New capture property
6056 `:kill-buffer'. (org-capture-finalize): Kill target buffer if that
6057 is desired.
6058 (org-capture-target-buffer): Remember if we have to make the
6059 buffer.
6060
60612010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6062
6063 * org-clock.el (org-dblock-write:clocktable): Fix bug when
6064 computing clock tables.
6065
60662010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6067
6068 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
6069 to caller even if no table is generated.
6070
60712010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
6072
6073 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
01c35094 6074 values from diary entries.
afe98dfa
CD
6075
6076 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
01c35094 6077 anniversaries.
afe98dfa
CD
6078
6079 * org.el (org-diary-sexp-entry): Handle lists as return values
6080 from diary entries.
6081
60822010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6083
6084 * org-capture.el (org-capture-empty-lines-before):
6085 (org-capture-empty-lines-after): Make sure the n=0 does not insert
6086 any newlines.
6087
60882010-11-11 Eric Schulte <schulte.eric@gmail.com>
6089
4d789d84 6090 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
afe98dfa
CD
6091 message when clojure binary is not found.
6092
60932010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6094
6095 * org-html.el (org-format-table-html): New argument DOCBOOK.
6096 (org-format-org-table-html): New argument DOCBOOK. When set, use
6097 align instead of class to align table fields.
6098
6099 * org-docbook.el (org-export-as-docbook): Specify the docbook
6100 argument for the table converter.
6101
61022010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6103
6104 * org-macs.el (org-called-interactively-p): New macro.
6105
6106 * org-freemind.el: No longer require 'rx.
6107 (org-freemind): New customization group, use it for all the
6108 variables.
6109 (org-export-as-freemind): Add docstring.
6110 (org-freemind-show): Improve filen naming.
6111 (org-freemind-convert-links-helper): New function.
6112 (org-freemind-bol-helper-base-indent): New variable.
6113 (org-freemind-bol-helper): New function.
6114 (org-freemind-node-css-style): New option.
6115 (org-freemind-node-pattern): New variable.
6116 (org-freemind-from-org-mode): Better docstring.
6117
61182010-11-11 David Maus <dmaus@ictsoc.de>
6119
4d789d84
SM
6120 * ob-haskell.el (org-babel-variable-assignments:haskell):
6121 Don't pass more than two arguments to mapc.
afe98dfa
CD
6122
61232010-11-11 David Maus <dmaus@ictsoc.de>
6124
6125 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
6126
61272010-11-11 David Maus <dmaus@ictsoc.de>
6128
6129 * org-footnote.el (message-signature-separator): Defvar to silence
6130 byte compiler.
6131
61322010-11-11 David Maus <dmaus@ictsoc.de>
6133
6134 * org-exp.el (org-export-string): Fix reference to wrong symbol.
6135
61362010-11-11 Jambunathan K <kjambunathan@gmail.com>
6137
6138 * org.el (org-link-search): Return 'dedicated on successful match
6139 when org-link-search-must-match-exact-headline is set to t.
6140
61412010-11-11 Daniel Clemente <n142857@gmail.com>
6142
6143 * org-html.el (org-html-make-link): Append fragment to file: links
6144 if present.
6145
61462010-11-11 Tassilo Horn <tassilo@member.fsf.org>
6147
6148 * org-footnote.el (org-footnote-create-definition)
6149 (org-footnote-goto-local-insertion-point): Add footnotes before
6150 signature when in message-mode.
6151
61522010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6153
6154 * org.el (org-display-inline-images): Improve regexp.
6155
61562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6157
6158 * org.el (org-cycle): Make sure resetting to startup visibility
6159 works after another cycle command.
6160
61612010-11-11 Eric Schulte <schulte.eric@gmail.com>
6162
6163 * org-exp.el (org-export-string): New function org-export-string
6164 can be used to convert a string of test in org-mode markup to a
6165 specified format.
6166
61672010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6168
6169 * org.el (org-display-inline-images): Allow non-ASCII characters
6170 in image file names. Save match data.
6171
61722010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6173
6174 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
6175 stamps.
6176
61772010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6178
6179 * org-exp.el (org-store-forced-table-alignment):
6180 (org-export-remove-special-table-lines): Allow the "c" cookie for
6181 table alignment.
6182
6183 * org-html.el (org-export-table-header-tags):
6184 (org-export-table-data-tags): Add another %s format for the
6185 alignment.
6186 (org-export-html-table-align-individual-fields): New option.
6187 (org-format-org-table-html): Implement field-by-field alignment
6188 and support centering.
6189 (org-format-table-table-html): Make sure the new table tag formats
6190 don't break this function.
6191
6192 * org-table.el (org-table-cookie-line-p):
6193 (org-table-align): Allow for the <c> cookie.
6194
6195 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
6196
61972010-11-11 David Maus <dmaus@ictsoc.de>
6198
6199 * org-exp.el (org-export-normalize-links): Skip normalization of
6200 plain links that are part of another link.
6201
62022010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6203
6204 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
6205
62062010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6207
4d789d84 6208 * org-indent.el (org-indent-add-properties):
cd1181db
JB
6209 Use `with-silent-modifications'.
6210 (org-indent-remove-properties): Use `with-silent-modifications'.
afe98dfa
CD
6211
62122010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6213
6214 * org-table.el (org-table-cookie-line-p): Fix indentation.
6215
6216 * org-exp.el (org-store-forced-table-alignment): New function.
4d789d84
SM
6217 (org-export-preprocess-string):
6218 Call `org-store-forced-table-alignment'.
afe98dfa
CD
6219
6220 * org-html.el (org-format-org-table-html): Use stored alignment
6221 information.
6222
62232010-11-11 Eric Schulte <schulte.eric@gmail.com>
6224
6225 * ob.el (org-babel-execute-src-block): Respects prefix argument
6226 (which forces re-calculation).
6227
62282010-11-11 Eric Schulte <schulte.eric@gmail.com>
6229
4d789d84 6230 * ob.el (org-babel-execute-src-block): Remove needless param
afe98dfa
CD
6231 sorting from ob-execute-src-block, the params are sorted already
6232 by ob-sha1-hash.
6233
62342010-11-11 Eric Schulte <schulte.eric@gmail.com>
6235
6236 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
6237 header argument level.
6238
62392010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6240
6241 * ob.el (org-babel-sha1-hash): Consider words in different order
6242 as different input.
6243
62442010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6245
6246 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
6247
62482010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6249
6250 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
6251 structure of an Org-mode table (list of lists).
6252
62532010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6254
6255 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
6256 (reference to unassigned variable `src-lang' and avoid calling
6257 org-babel-get-src-block-info twice.
6258
62592010-11-11 Eric Schulte <schulte.eric@gmail.com>
6260
6261 * ob.el (org-babel-demarcate-block): Updated to reflect the new
6262 info list contents.
6263
62642010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6265
6266 * org-src.el (org-edit-src-code): Supply non-nil argument to
6267 `org-babel-get-src-block-info' to avoid resolving variable
6268 references.
6269
62702010-11-11 Eric Schulte <schulte.eric@gmail.com>
6271
4d789d84 6272 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
afe98dfa
CD
6273 improved efficiency of org-babel-map-src-blocks.
6274
62752010-11-11 Eric Schulte <schulte.eric@gmail.com>
6276
6277 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
6278 checks that a code block will actually be tangled before
6279 collecting it's full information (a process which could involve
6280 the execution of other code blocks).
6281
62822010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6283
6284 * ob.el (org-babel-demarcate-block): Use light version of
6285 `org-babel-get-src-block-info'.
6286
62872010-11-11 Eric Schulte <schulte.eric@gmail.com>
6288
6289 * ob.el (org-babel-sha1-hash): Now handles more complex types in
6290 params.
6291
62922010-11-11 Eric Schulte <schulte.eric@gmail.com>
6293
6294 * ob.el (org-babel-execute-src-block): Generally using the new
6295 more informative params
6296 (org-babel-process-params): Don't forget the :var portion of
6297 variable assignments.
6298
62992010-11-11 Eric Schulte <schulte.eric@gmail.com>
6300
6301 * ob-table.el (sbe): Simplified to reflect to var resolution.
6302
63032010-11-11 Eric Schulte <schulte.eric@gmail.com>
6304
6305 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
6306 arguments back to their params before evaluation.
6307
63082010-11-11 Eric Schulte <schulte.eric@gmail.com>
6309
6310 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
6311 indentation.
6312
63132010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6314
6315 * ob-table.el (sbe): Use `org-babel-process-params params' instead
6316 of `org-babel-expand-variables'.
6317
63182010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6319
6320 * ob-C.el (org-babel-C-execute): Remove call to
6321 org-babel-process-params which should no longer be called from
01c35094 6322 within a language file.
afe98dfa
CD
6323
6324 * ob-R.el (org-babel-execute:R): Remove call to
6325 org-babel-process-params which should no longer be called from
6326 within a language file
6327 (org-babel-R-variable-assignments): Remove call to
6328 org-babel-process-params which should no longer be called from
01c35094 6329 within a language file.
afe98dfa
CD
6330
6331 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
6332 org-babel-process-params which should no longer be called from
01c35094 6333 within a language file.
afe98dfa
CD
6334
6335 * ob-clojure.el (org-babel-execute:clojure): Remove call to
6336 org-babel-process-params which should no longer be called from
01c35094 6337 within a language file.
afe98dfa
CD
6338
6339 * ob-dot.el (org-babel-execute:dot): Remove call to
6340 org-babel-process-params which should no longer be called from
01c35094 6341 within a language file.
afe98dfa
CD
6342
6343 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
6344 call to org-babel-process-params which should no longer be called
6345 from within a language file
6346 (org-babel-execute:emacs-lisp): Remove call to
6347 org-babel-process-params which should no longer be called from
01c35094 6348 within a language file.
afe98dfa
CD
6349
6350 * ob-haskell.el (org-babel-execute:haskell): Remove call to
6351 org-babel-process-params which should no longer be called from
01c35094 6352 within a language file.
afe98dfa
CD
6353
6354 * ob-js.el (org-babel-execute:js): Remove call to
6355 org-babel-process-params which should no longer be called from
01c35094 6356 within a language file.
afe98dfa
CD
6357
6358 * ob-lisp.el (org-babel-execute:lisp): Remove call to
6359 org-babel-process-params which should no longer be called from
01c35094 6360 within a language file.
afe98dfa
CD
6361
6362 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
6363 org-babel-process-params which should no longer be called from
01c35094 6364 within a language file.
afe98dfa
CD
6365
6366 * ob-octave.el (org-babel-execute:octave): Remove call to
6367 org-babel-process-params which should no longer be called from
01c35094 6368 within a language file.
afe98dfa
CD
6369
6370 * ob-perl.el (org-babel-execute:perl): Remove call to
6371 org-babel-process-params which should no longer be called from
01c35094 6372 within a language file.
afe98dfa
CD
6373
6374 * ob-python.el (org-babel-execute:python): Remove call to
6375 org-babel-process-params which should no longer be called from
01c35094 6376 within a language file.
afe98dfa
CD
6377
6378 * ob-ruby.el (org-babel-execute:ruby): Remove call to
6379 org-babel-process-params which should no longer be called from
01c35094 6380 within a language file.
afe98dfa
CD
6381
6382 * ob-scheme.el (org-babel-execute:scheme): Remove call to
6383 org-babel-process-params which should no longer be called from
01c35094 6384 within a language file.
afe98dfa
CD
6385
6386 * ob-screen.el (org-babel-execute:screen): Remove call to
6387 org-babel-process-params which should no longer be called from
6388 within a language file
6389 (org-babel-prep-session:screen): Remove call to
6390 org-babel-process-params which should no longer be called from
01c35094 6391 within a language file.
afe98dfa
CD
6392
6393 * ob-sh.el (org-babel-execute:sh): Remove call to
6394 org-babel-process-params which should no longer be called from
01c35094 6395 within a language file.
afe98dfa
CD
6396
6397 * ob-sql.el (org-babel-execute:sql): Remove call to
6398 org-babel-process-params which should no longer be called from
01c35094 6399 within a language file.
afe98dfa
CD
6400
6401 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
01c35094 6402 processed params.
afe98dfa
CD
6403
6404 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
01c35094 6405 processed params.
afe98dfa
CD
6406
6407 * ob-R.el (org-babel-execute:R): Remove reference to processed
6408 params.
6409
64102010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6411
6412 * ob-sql.el (org-babel-execute:sql): Use generic expansion
6413 function
6414 (org-babel-expand-body:sql): Delete function.
6415
64162010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6417
6418 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
6419 (org-babel-expand-body:sh): Delete function
6420 (org-babel-prep-session:sh): Change name of called function
6421 (org-babel-variable-assignments:sh): Change function name.
6422
64232010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6424
6425 * ob-screen.el (org-babel-execute:screen): Use generic expansion
6426 function
6427 (org-babel-expand-body:screen): Delete function
6428 (org-babel-prep-session:screen): Remove references to processed
6429 params.
6430
64312010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6432
6433 * ob-sass.el (org-babel-execute:sass): Use generic expansion
6434 function
6435 (org-babel-expand-body:sass): Delete function.
6436
64372010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6438
6439 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
6440 function
6441 (org-babel-prep-session:ruby): Use new variable assignment
6442 function
6443 (org-babel-variable-assignments:ruby): New function
6444 (org-babel-expand-body:ruby): Delete function.
6445
64462010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6447
6448 * ob-python.el (org-babel-execute:python): Use generic expansion
6449 function
6450 (org-babel-prep-session:python): Change name of called function
6451 (org-babel-variable-assignments:python): Change function name
6452 (org-babel-expand-body:python): Delete function.
6453
64542010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6455
6456 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
6457 (automatically handled by generic version).
6458
64592010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6460
6461 * ob-perl.el (org-babel-execute:perl): Use generic expansion
6462 function
6463 (org-babel-expand-body:perl): Delete function
6464 (org-babel-variable-assignments:perl): New function.
6465
64662010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6467
6468 * ob-org.el (org-babel-expand-body:org): Delete function
6469 (automatically handled by generic version).
6470
64712010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6472
6473 * ob-octave.el (org-babel-execute:octave): Use generic expansion
6474 function
6475 (org-babel-variable-assignments:octave): Change name of function
6476 (org-babel-variable-assignments:matlab): New defalias
6477 (org-babel-prep-session:octave): Change name of function
6478 (org-babel-expand-body:matlab): Delete function
6479 (org-babel-expand-body:octave): Delete function.
6480
64812010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6482
6483 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
6484 function
6485 (org-babel-variable-assignments:ocaml): New function
6486 (org-babel-expand-body:ocaml): Delete function.
6487
64882010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6489
6490 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
6491 (automatically handled by generic version).
6492
64932010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6494
6495 * ob-js.el (org-babel-execute:js): Use new variable assignment
6496 function
6497 (org-babel-expand-body:js): Delete function
6498 (org-babel-prep-session:js): Use new variable assignment function
6499 (org-babel-variable-assignments:js): New function.
6500
65012010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6502
6503 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
6504 function
6505 (org-babel-expand-body:haskell): Delete function
6506 (org-babel-prep-session:haskell): Use variable assignment function
6507 (org-babel-variable-assignments:haskell): New function.
6508
65092010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6510
6511 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
6512 assignment function
6513 (org-babel-prep-session:gnuplot): Use variable assignment function
6514 (org-babel-variable-assignments:gnuplot): New function.
6515
65162010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6517
6518 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
6519 (automatically handled by generic version).
6520
65212010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6522
6523 * ob-css.el (org-babel-expand-body:css): Delete function
6524 (automatically handled by generic version).
6525
65262010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6527
6528 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
6529 expansion function
6530 (org-babel-expand-body:asymptote): Delete function
6531 (org-babel-variable-assignments:asymptote): New function.
6532
65332010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6534
6535 * ob-R.el (org-babel-expand-body:R): Use new function
6536 `org-babel-variable-assignments:R'; don't trim body.
6537 (org-babel-execute:R): Respond to changes in
6538 `org-babel-expand-body:R'
6539 (org-babel-prep-session:R): Called function is now named
6540 `org-babel-variable-assignments:R'
6541 (org-babel-variable-assignments:R): Receives processed-params as
6542 new optional argument.
6543
65442010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6545
6546 * ob-C.el (org-babel-C-expand): Don't trim body.
6547
65482010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6549
6550 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
6551 obtaining variable references.
6552
65532010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6554
6555 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
6556 assignment lines to generic expansion command.
6557
65582010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6559
6560 * ob.el (org-babel-expand-src-block): Supply variable assignment
6561 lines to generic expansion function
6562 (org-babel-expand-body:generic): Prepend body with optional
6563 variable assignment lines.
6564
65652010-11-11 Eric Schulte <schulte.eric@gmail.com>
6566
6567 * ob-exp.el (org-babel-exp-results): Replaced old function call.
6568
65692010-11-11 Eric Schulte <schulte.eric@gmail.com>
6570
6571 * ob-lob.el (org-babel-lob-execute): Now expanding variable
6572 references before execution.
6573
65742010-11-11 Eric Schulte <schulte.eric@gmail.com>
6575
6576 * ob.el (org-babel-execute-src-block): Only sort parameters if
6577 it's required for caching.
6578
65792010-11-11 Eric Schulte <schulte.eric@gmail.com>
6580
6581 * ob-table.el (sbe): Reworking for better indentation and to
6582 integrate the new variable resolution.
6583
65842010-11-11 Eric Schulte <schulte.eric@gmail.com>
6585
6586 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
6587 variables when resolving references.
6588
65892010-11-11 Eric Schulte <schulte.eric@gmail.com>
6590
4d789d84 6591 * ob.el (org-babel-merge-params): Fix order or precedence for
afe98dfa
CD
6592 variables.
6593
65942010-11-11 Eric Schulte <schulte.eric@gmail.com>
6595
01c35094
JB
6596 * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
6597 * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
6598 (org-babel-R-variable-assignments):
6599 * ob-asymptote.el (org-babel-expand-body:asymptote)
6600 (org-babel-execute:asymptote):
6601 * ob-clojure.el (org-babel-expand-body:clojure)
6602 (org-babel-execute:clojure):
6603 * ob-css.el (org-babel-expand-body:css):
6604 * ob-ditaa.el (org-babel-expand-body:ditaa):
6605 * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
6606 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
6607 (org-babel-execute:emacs-lisp):
6608 * ob-gnuplot.el (org-babel-expand-body:gnuplot)
6609 * ob-haskell.el (org-babel-expand-body:haskell)
6610 (org-babel-execute:haskell, org-babel-load-session:haskell)
6611 (org-babel-prep-session:haskell):
6612 * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
6613 * ob-latex.el (org-babel-expand-body:latex):
6614 * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
6615 * ob-mscgen.el (org-babel-expand-body:mscgen):
6616 * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
6617 * ob-octave.el (org-babel-expand-body:matlab)
6618 (org-babel-expand-body:octave, org-babel-execute:octave)
6619 (org-babel-octave-variable-assignments):
6620 * ob-org.el (org-babel-expand-body:org):
6621 * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
6622 * ob-plantuml.el (org-babel-expand-body:plantuml):
6623 * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
6624 (org-babel-python-variable-assignments):
6625 * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
6626 * ob-sass.el (org-babel-expand-body:sass):
6627 * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
6628 * ob-screen.el (org-babel-expand-body:screen):
6629 * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
6630 (org-babel-sh-variable-assignments):
6631 * ob-sql.el (org-babel-expand-body:sql):
6632 * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
6633 * ob.el (org-babel-expand-body:generic):
6634 Remove obsoleted optional third argument.
afe98dfa
CD
6635
66362010-11-11 Eric Schulte <schulte.eric@gmail.com>
6637
6638 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
6639 calls to removed org-babel-ref-variables.
6640
66412010-11-11 Eric Schulte <schulte.eric@gmail.com>
6642
6643 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
6644 ingested code blocks.
6645
66462010-11-11 Eric Schulte <schulte.eric@gmail.com>
6647
6648 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
6649 information from within the original export file.
6650
66512010-11-11 Eric Schulte <schulte.eric@gmail.com>
6652
6653 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
6654 (this should return nil if not match found.
6655
66562010-11-11 Eric Schulte <schulte.eric@gmail.com>
6657
4d789d84
SM
6658 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
6659 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
afe98dfa
CD
6660
66612010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6662
6663 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
01c35094 6664 docstring.
afe98dfa 6665
4d789d84
SM
6666 * ob-python.el (org-babel-python-variable-assignments):
6667 Provide missing docstring.
afe98dfa
CD
6668
66692010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6670
6671 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
6672 variable assignment part out into a separate function
6673 (org-babel-octave-variable-assignments): New function constructing
6674 list of variable assignment statements
6675 (org-babel-prep-session:octave): Use new function
6676 `org-babel-octave-variable-assignments' instead of previous
6677 (incorrect) variable assignment code.
6678
66792010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6680
6681 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
6682 assignment part out into a separate function
6683 (org-babel-sh-variable-assignments): New function constructing
6684 list of variable assignment statements
6685 (org-babel-prep-session:sh): Use new function
6686 `org-babel-sh-variable-assignments' instead of previous
6687 (incorrect) variable assignment code.
6688
66892010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6690
6691 * ob-python.el (org-babel-expand-body:python): Refactor: break
6692 variable assignment part out into a separate function
6693 (org-babel-python-variable-assignments): New function constructing
6694 list of variable assignment statements
6695 (org-babel-prep-session:python): Use new function
6696 `org-babel-python-variable-assignments' instead of previous
6697 (incorrect) variable assignment code.
6698
66992010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6700
6701 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
6702 assignment part out into a separate function
6703 (org-babel-R-variable-assignments): New function constructing list
6704 of variable assignment statements
6705 (org-babel-prep-session:R): Use new function
6706 `org-babel-R-variable-assignments' instead of previous
6707 (incorrect) variable assignment code.
6708
67092010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6710
6711 * ob.el (org-babel-initiate-session): Better variable names.
6712
67132010-11-11 Eric Schulte <schulte.eric@gmail.com>
6714
4d789d84
SM
6715 * ob.el (org-number-sequence):
6716 Declared * ob-R.el (org-number-sequence): Declared.
afe98dfa
CD
6717
67182010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6719
6720 * ob.el (org-babel-map-src-blocks): Store correct value of
6721 `end-block'.
6722
67232010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6724
6725 * ob.el (org-babel-mark-block): New function to mark the body of a
6726 src block in the style of `mark-defun'.
6727
67282010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6729
6730 * org-compat.el (org-number-sequence): New function.
6731
6732 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
6733
4d789d84
SM
6734 * ob.el (org-babel-where-is-src-block-result):
6735 Use `org-number-sequence'.
afe98dfa
CD
6736 (org-babel-current-buffer-properties): Fix variable definition.
6737
6738 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
6739
6740 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
6741 version of `shell-command'.
6742
6743 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
6744 `shell-command'.
6745
67462010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6747
6748 * org-list.el (org-list-search-unenclosed-generic): Replace call
6749 to booleanp.
6750
67512010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6752
6753 * org.el (org-agenda-jump-prefer-future): New option.
6754
4d789d84
SM
6755 * org-agenda.el (org-agenda-goto-date):
6756 Use `org-agenda-jump-prefer-future'.
afe98dfa
CD
6757
67582010-11-11 Noorul Islam <noorul@noorul.com>
6759
01c35094 6760 * org-latex.el (org-export-latex-links): Replaced hard coded
afe98dfa
CD
6761 hyperref format with custom variable
6762 `org-export-latex-hyperref-format'.
6763
67642010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6765
6766 * org.el (org-insert-heading): Fix docstring.
6767
67682010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6769
6770 * org-capture.el (org-capture-place-entry): If the first line is
6771 already a headline, just stay there.
6772
67732010-11-11 Eric Schulte <schulte.eric@gmail.com>
6774
6775 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
6776 are non-nil.
6777
67782010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6779
6780 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
6781 after an entity.
6782
67832010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6784
6785 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
6786 table fields.
6787
67882010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6789
6790 * org.el (org-insert-heading): When on the headline of an inline
6791 task, insert another inline tasks.
6792
67932010-11-11 Eric Schulte <schulte.eric@gmail.com>
6794
6795 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
6796 links for blocks that will actually tangle.
6797
67982010-11-11 Eric Schulte <schulte.eric@gmail.com>
6799
6800 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
6801 in expanded shell bodies.
6802
68032010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6804
6805 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
6806 newline characters.
6807
68082010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6809
6810 * ob-sh.el (org-babel-expand-body:sh): Align code.
6811
68122010-11-11 Eric Schulte <schulte.eric@gmail.com>
6813
01c35094 6814 * ob.el (org-babel-params-from-properties): Max line with at <=80.
afe98dfa
CD
6815
68162010-11-11 Eric Schulte <schulte.eric@gmail.com>
6817
6818 * org-latex.el (org-export-latex-listings-langs): Clojure is now
6819 recognized as a lisp.
6820
68212010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6822
6823 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
6824 to interpret property as header argument value.
6825
68262010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6827
6828 * ob.el (org-babel-parse-header-arguments): Simplify reading of
6829 header arg value.
6830
68312010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6832
6833 * org-publish.el (org-publish-org-to-ascii):
6834 (org-publish-org-to-latin1):
6835 (org-publish-org-to-utf8): New functions.
6836
68372010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6838
6839 * org.el (org-insert-heading): Skip inline tasks when trying to
6840 insert a new heading after the end of the subtree.
6841
68422010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6843
6844 * org-inlinetask.el (org-inlinetask-min-level): Set customization
6845 type to integer or nil.
6846
6847 * org.el (org-insert-heading): When after an inline task, do not
6848 use level but go back to headline level before the inline task.
6849
68502010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6851
6852 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
6853
6854 * org.el (org-indent-line-function): Fix indentation of inline
6855 tasks.
6856
68572010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6858
6859 * org.el (org-activate-links): Fix customize type.
6860
68612010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6862
6863 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
6864 default option.
6865
68662010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6867
6868 * org-latex.el (org-export-latex-minted): Document pygments
6869 dependency.
6870
68712010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6872
6873 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
6874 file if encryption has been turned on.
6875 (org-mobile-copy-agenda-files): Avoid double encryption of
6876 `mobileorg.org'.
6877
68782010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6879
4d789d84
SM
6880 * org-exp.el (org-export-latex-minted-with-line-numbers):
6881 Ensure that variable is declared.
afe98dfa
CD
6882
68832010-11-11 Eric Schulte <schulte.eric@gmail.com>
6884
4d789d84 6885 * ob-python.el (org-src-preserve-indentation): Fix compiler
afe98dfa
CD
6886 warning.
6887
68882010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6889
4d789d84
SM
6890 * org-exp.el (org-export-format-source-code-or-example):
6891 Latex formatting of source code blocks using the minted package
afe98dfa
CD
6892 (org-export-plist-vars): Add :latex-minted property
6893 (org-export-latex-minted): Ensure variable is defined
6894 (org-export-latex-minted-langs): Ensure variable is defined.
6895
68962010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6897
6898 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
6899
69002010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6901
6902 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
6903
69042010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6905
6906 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
6907 when `org-src-preserve-indentation' is non-nil.
6908
69092010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6910
6911 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
6912 of blocks added to Library of Babel.
6913
69142010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6915
6916 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
6917 name.
6918
69192010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6920
4d789d84
SM
6921 * org-beamer.el (org-beamer-place-default-actions-for-lists):
6922 Fix typo in regexp.
afe98dfa
CD
6923
69242010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
6925
6926 * org-list.el (org-toggle-checkbox): Avoid some boundary error
6927 when inserting a checkbox in an empty last item of a list.
6928
69292010-11-11 David Maus <dmaus@ictsoc.de>
6930
4d789d84
SM
6931 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
6932 Query article number from file is nil by default.
afe98dfa
CD
6933
69342010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
6935
6936 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
6937
69382010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6939
6940 * org-capture.el (org-capture-place-entry): Move to `beg' before
6941 searching for `%?'.
6942
69432010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6944
6945 * org.el (org-format-latex): Fix mathjax treatment of single
6946 letters in between dollars.
6947
69482010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
6949
6950 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
6951 run.
6952
69532010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6954
6955 * org.el (org-blank-before-new-entry): Improve docstring.
6956
69572010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6958
4d789d84
SM
6959 * org-mobile.el (org-mobile-force-id-on-agenda-items):
6960 Fix docstring.
afe98dfa
CD
6961 (org-mobile-write-agenda-for-mobile): Use outline path if we do
6962 not have an ID and are not allowed to make one.
6963 (org-mobile-get-outline-path-link): New function.
6964
69652010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6966
6967 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
6968 file.
6969 (org-mobile-write-agenda-for-mobile): Use the right name, even if
6970 the file get encrypted.
6971 (org-mobile-move-capture): Only delete tempfile if it does exist.
6972
69732010-11-11 Eric Schulte <schulte.eric@gmail.com>
6974
4d789d84 6975 * ob.el (org-babel-number-p): Fix documentation string.
afe98dfa
CD
6976
69772010-11-11 Eric Schulte <schulte.eric@gmail.com>
6978
6979 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
6980 "tangle" as a positive argument for the :noweb header argument
6981 during tangling.
6982
69832010-11-11 Eric Schulte <schulte.eric@gmail.com>
6984
4d789d84 6985 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
afe98dfa
CD
6986 have links, with tests.
6987
afe98dfa
CD
69882010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6989
6990 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
6991 available.
6992 (org-export-latex-get-error): New function.
6993 (org-export-as-pdf): Give an indication of the errors that
6994 happened during processing.
6995
69962010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
6997
6998 * org-exp.el (org-export-language-setup): Fix Polish entries.
6999
70002010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7001
7002 * org.el (org-set-tags): Allow comma as a separator when
7003 specifying tags at the completion interface.
7004 (org-tags-completion-function): Allow comma as a separator when
7005 specifying tags at the completion interface.
7006
70072010-11-11 Eric Schulte <schulte.eric@gmail.com>
7008
7009 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
7010 export-file if exporting from a buffer which is not visiting a
7011 file.
7012
70132010-11-11 Eric Schulte <schulte.eric@gmail.com>
7014
7015 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
7016 name in link construction if there is a heading to follow it.
7017
70182010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7019
7020 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
7021 as an allowed extension.
7022
70232010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
7024
7025 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
7026 with zeros. Start applying face earlier.
7027
70282010-11-11 Eric Schulte <schulte.eric@gmail.com>
7029
7030 * ob.el (or): Don't create org-babel-temporary-directory in batch
7031 as it won't be removed by emacs-kill-hook
7032 (org-babel-remove-temporary-directory): Only try to remove this
7033 directory if it exists.
7034
70352010-11-11 Eric Schulte <schulte.eric@gmail.com>
7036
7037 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
7038 warning in ob.el.
7039
70402010-11-11 Eric Schulte <schulte.eric@gmail.com>
7041
7042 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
7043 the tangling message.
7044
70452010-11-11 Eric Schulte <schulte.eric@gmail.com>
7046
7047 * ob.el (org-babel-load-languages): Fixes compiler warning.
7048
70492010-11-11 Eric Schulte <schulte.eric@gmail.com>
7050
7051 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
7052 output.
7053
70542010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7055
7056 * org-ascii.el (org-export-as-ascii): Use the correct match group.
7057
70582010-11-11 Eric Schulte <schulte.eric@gmail.com>
7059
7060 * ob.el (boundp): Uncommenting defvar form for
7061 org-babel-temporary-directory
7062 (org-babel-temp-file): Now using the org-babel-temporary-directory
7063 for holding new babel temporary files
7064 (org-babel-remove-temporary-directory): Removes the babel temp dir
7065 when Emacs shutsdown
7066 (kill-emacs-hook): Now removing the babel temp dir on Emacs
7067 shutdown.
7068
70692010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7070
7071 * org-capture.el (org-capture-fill-template): Initialize history
7072 variable.
7073
70742010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7075
7076 * org-src.el (org-edit-src-code): Don't move point when generating
7077 edit buffer.
7078
70792010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7080
7081 * org-src.el (org-edit-src-code): Deal with point being in
7082 #+end_src line.
7083
70842010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7085
7086 * org-table.el (org-table-current-column): Add interactive to turn
7087 this into a command.
7088
70892010-11-11 Bernt Hansen <bernt@norang.ca>
7090
7091 * org.el (org-insert-heading): Run org-insert-heading-hook when
7092 creating the first heading in a file.
7093
70942010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7095
7096 * org.el (org-startup-with-inline-images): New option.
7097 (org-startup-options): Add new keywords inlineimages and
7098 noinlineimages.
7099 (org-mode): Inline images when this has been configured.
7100
71012010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7102
7103 * ob.el (org-babel-get-src-block-info): Remove optional
7104 HEADER-VARS-ONLY argument; further simplification.
7105
71062010-11-11 Eric Schulte <schulte.eric@gmail.com>
7107
4d789d84 7108 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
afe98dfa
CD
7109 prompt in ob-confirm-evaluate in some cases.
7110
71112010-11-11 Eric Schulte <schulte.eric@gmail.com>
7112
7113 * ob.el (org-babel-demarcate-block): Visible region and completion
7114 during language selection.
7115
71162010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7117
7118 * ob.el (org-babel-get-src-block-info): Remove comment.
7119
71202010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7121
7122 * ob.el (org-babel-get-src-block-info): Simplify function.
7123
71242010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7125
7126 * ob.el (org-babel-get-src-block-info): Form info list correctly
333f9019 7127 when parenthesized arguments are missing.
afe98dfa
CD
7128
71292010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7130
7131 * ob-exp.el (org-export-babel-evaluate): Docstring typo
7132 (org-babel-exp-code): Docstring typo.
7133
71342010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7135
4d789d84
SM
7136 * org-mobile.el (org-mobile-encryption-password):
7137 Improve docstring.
afe98dfa
CD
7138 (org-mobile-encryption-password-session): New variable.
7139 (org-mobile-encryption-password): New function.
7140 (org-mobile-check-setup):
7141 (org-mobile-encrypt-file):
7142 (org-mobile-decrypt-file): Use the new function.
7143
71442010-11-11 David Maus <dmaus@ictsoc.de>
7145
7146 * org-capture.el (org-capture-place-template): Widen to remove
7147 possible restrictions in target buffer.
7148
71492010-11-11 Jambunathan K <kjambunathan@gmail.com>
7150
4d789d84 7151 * org.el (org-speed-command-hook): Add org-speed-command-hook
afe98dfa
CD
7152 (org-babel-speed-command-hook): Hook for Babel's speed commands.
7153
71542010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7155
7156 * ob.el (org-babel-execute-buffer): Re-implement using
7157 `org-babel-map-src-blocks'.
7158
71592010-11-11 David Maus <dmaus@ictsoc.de>
7160
7161 * org-capture.el (org-capture-templates): Update doc string with
7162 new message date related escapes.
7163
71642010-11-11 David Maus <dmaus@ictsoc.de>
7165
7166 * org-wl.el (org-wl-store-link-message): Define properties %:date)
7167 (%:date-timestamp, and %:date-timestamp-inactive.
7168
7169 * org-mew.el (org-mew-store-link): Dto.
7170
7171 * org-mhe.el (org-mhe-store-link): Dto.
7172
7173 * org-rmail.el (org-rmail-store-link): Dto.
7174
7175 * org-vm.el (org-vm-store-link): Dto.
7176
71772010-11-11 David Maus <dmaus@ictsoc.de>
7178
7179 * org-wl.el (org-wl-message-field): Always get literal content of
7180 header fields.
7181
71822010-11-11 David Maus <dmaus@ictsoc.de>
7183
7184 * org-gnus.el (org-gnus-store-link): Define properties
7185 %:date-timestamp and %:date-timestamp-inactive.
7186
71872010-11-11 David Maus <dmaus@ictsoc.de>
7188
7189 * org-gnus.el (org-gnus-store-link): Handle empty date header
7190 field.
7191
71922010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
7193
01c35094
JB
7194 * org.el (org-speed-command-hook): New. Hook for installing
7195 additional speed commands. Use this for enabling speed commands on
afe98dfa
CD
7196 src blocks.
7197 (org-speed-command-default-hook): The default hook for
01c35094 7198 org-speed-command-hook. Factored out from org-self-insert-command
91af3942 7199 and mimics existing behavior.
afe98dfa
CD
7200 (org-self-insert-command): Modified to use org-speed-command-hook.
7201
72022010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7203
7204 * org-agenda.el (org-search-view): Recover spaces in search words
7205 if they were escaped with \ or inside a regexp.
7206
72072010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7208
7209 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
7210 the list of completable meta line words.
7211 (org-complete): Complete property names after #+PROPERTY.
7212
72132010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7214
7215 * ob-python.el (org-babel-python-evaluate-session): Make temp file
7216 names consistent.
7217
72182010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7219
7220 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
7221 Delete extra format argument.
7222
72232010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7224
7225 * ob-org.el (org-babel-org-export): Typo in docstring.
7226
72272010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7228
7229 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
7230 variable.
7231
72322010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7233
7234 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
7235
72362010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7237
7238 * ob.el (org-babel-process-file-name): New function
7239 (org-babel-maybe-remote-file): Delete function.
7240
72412010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7242
7243 * ob-C.el (org-babel-C-execute): Remove unused variable.
7244
72452010-11-11 David Maus <dmaus@ictsoc.de>
7246
7247 * org.el (org-make-link-string): Prevent superfluous colon.
7248
72492010-11-11 David Maus <dmaus@ictsoc.de>
7250
7251 * org.el (org-make-org-heading-search-string): Leave headline
7252 intact.
7253
72542010-11-11 David Maus <dmaus@ictsoc.de>
7255
7256 * org.el (org-make-link-string): Don't escape characters in link
7257 type.
7258
72592010-11-11 Bastien Guerry <bzg@altern.org>
7260
7261 * org-capture.el (org-capture-templates): Update docstring to
01c35094 7262 advertise %:org-date.
afe98dfa
CD
7263
72642010-11-11 Eric Schulte <schulte.eric@gmail.com>
7265
7266 * ob-dot.el (org-babel-execute:dot): Automatically specifies
7267 "-T<ext>" based on file name extension.
7268
72692010-11-11 Eric Schulte <schulte.eric@gmail.com>
7270
7271 * ob-org.el (org-babel-org-export): Raise error on nested export
7272 call.
7273
72742010-11-11 Eric Schulte <schulte.eric@gmail.com>
7275
7276 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
7277 output files.
7278
72792010-11-11 Eric Schulte <schulte.eric@gmail.com>
7280
7281 * ob.el (org-babel-demarcate-block): Better initialization of
7282 stars.
7283
72842010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7285
7286 * org-src.el (org-src-tab-acts-natively): Add customize interface.
7287
72882010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7289
4d789d84
SM
7290 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
7291 New variable allowing prevention of automatic stripping of leading and
afe98dfa
CD
7292 trailing blank lines when exiting edit buffer.
7293 (org-edit-src-exit): Respect value of
7294 `org-src-strip-leading-and-trailing-blank-lines'
4d789d84
SM
7295 (org-src-native-tab-command-maybe):
7296 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
afe98dfa
CD
7297 this function.
7298
72992010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7300
7301 * org-src.el (org-edit-src-code): If mark was inside code block
7302 then code edit buffer inherits mark with active region.
7303
73042010-11-11 Eric Schulte <schulte.eric@gmail.com>
7305
7306 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
7307
73082010-11-11 Eric Schulte <schulte.eric@gmail.com>
7309
7310 * ob.el (org-babel-demarcate-block): Better handling of empty
7311 space around demarcated area.
7312
73132010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7314
7315 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
7316 this command.
7317
73182010-11-11 David Maus <dmaus@ictsoc.de>
7319
7320 * org-gnus.el (org-gnus-open-nntp): New function.
7321
73222010-11-11 David Maus <dmaus@ictsoc.de>
7323
7324 * org-wl.el (org-wl-open-nntp): New function.
7325
73262010-11-11 David Maus <dmaus@ictsoc.de>
7327
7328 * org-wl.el (org-wl-open): Open message by numeric reference if
7329 article part is not a message id.
7330
73312010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7332
7333 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
7334 visible line.
7335
73362010-11-11 Eric Schulte <schulte.eric@gmail.com>
7337
7338 * ob.el (org-babel-demarcate-block): Interactive demarcation of
01c35094 7339 code blocks.
afe98dfa
CD
7340
7341 * ob-keys.el (org-babel-key-bindings): Key bindings for block
7342 demarcation.
7343
73442010-11-11 Bastien Guerry <bzg@altern.org>
7345
7346 * org.el (org-link-types): Add the "message" link type.
7347
73482010-11-11 David Maus <dmaus@ictsoc.de>
7349
7350 * org.el (org-link-types): Add 'message:' link type to default
7351 link types.
7352
73532010-11-11 Bastien Guerry <bzg@altern.org>
7354
7355 * org-gnus.el (org-gnus-store-link): Add the :date property to
7356 gnus links, allowing the use of %:date in capture templates.
7357
73582010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7359
7360 * org-list.el (org-cycle-list-bullet): Follow order of bullets
7361 indicated in doc-string.
7362
7363 * org-list.el (org-list-bottom-point-with-indent): List is ended
7364 when a line is less indented that the last item, not the less
7365 indented item.
7366
73672010-11-11 Eric Schulte <schulte.eric@gmail.com>
7368
7369 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
7370 original file before resolving code block parameters to ensure
7371 headline and buffer wide parameters are taken into consideration
7372 when only a narrowed portion of the file is exported.
7373
73742010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7375
7376 * org.el (org-forward-same-level): Fix docstring.
7377
73782010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
7379
7380 * org-publish.el (org-publish-attachment): Put the attachment into
7381 the right directory.
7382
73832010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
7384
7385 * org.el (org-goto-first-child): New command.
7386
73872010-11-11 Matt Lundin <mdl@imapmail.org>
7388
7389 * org-agenda.el (org-prepare-agenda): If the agenda is called from
7390 within the agenda via an elisp link, such as
7391 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
7392 of the file containing the link, since that buffer is current
7393 during org-prepare agenda (due to a with-current-buffer in
01c35094 7394 org-agenda-open-link). An additional test now ensures that the
afe98dfa
CD
7395 agenda buffer is in fact current when the buffer is erased and
7396 local variables for the agenda are set.
7397
73982010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
7399
7400 * org-exp.el (org-infile-export-plist): Define property macro.
7401
74022010-11-11 David Maus <dmaus@ictsoc.de>
7403
7404 * org-mhe.el (org-mhe-get-header): Remove possible folding white
7405 space in message header field.
7406
74072010-11-11 David Maus <dmaus@ictsoc.de>
7408
7409 * org-feed.el (org-feed): Fix typo in customization group :tag
7410 property.
7411
74122010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7413
7414 * org-latex.el (org-export-latex-tag-markup): New option.
4d789d84
SM
7415 (org-export-latex-keywords-maybe):
7416 Use `org-export-latex-tag-markup'.
afe98dfa 7417
d4423e17 74182010-11-11 Rémi Vanicat <vanicat@debian.org> (tiny change)
afe98dfa
CD
7419
7420 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
7421 (org-ical-ts-to-string): Use UTC time when requested.
7422
74232010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
7424
7425 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
7426 from 'file' to 'http'.
7427
74282010-11-11 David Maus <dmaus@ictsoc.de>
7429
7430 * org.el (org-store-log-note): Fix wrong usage
7431 of`org-adapt-indentation'.
7432
74332010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7434
7435 * org.el (org-skip-over-state-notes): Do not compute bottom point
7436 at each item.
7437
7438 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
7439 instead of moving to each item.
7440
74412010-11-11 David Maus <dmaus@ictsoc.de>
7442
7443 * org-capture.el (org-capture-templates): Small fix in doc string.
7444
74452010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
7446
4d789d84
SM
7447 * org-archive.el (org-get-local-archive-location):
7448 Use `org-carchive-location' as default.
afe98dfa
CD
7449
74502010-11-11 Eric Schulte <schulte.eric@gmail.com>
7451
01c35094 7452 * ob-C.el (org): No longer requires org.
afe98dfa
CD
7453
7454 * ob-ledger.el (org): No longer requires org.
7455
74562010-11-11 David Maus <dmaus@ictsoc.de>
7457
7458 * org.el (org-priority): Save match data before call to
7459 `read-char-exclusive'.
7460
74612010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7462
7463 * org-list.el (org-list-to-generic): Descriptions labels can be
7464 any suit of symbols, and will end at double colons.
7465
74662010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7467
7468 * org.el (org-indent-line-function): Indent past [@num] and
7469 [@start:num], consistently with what is already done with
7470 checkboxes.
7471
74722010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7473
7474 * org.el (org-store-log-note): Indent new notes to the right
7475 column. Also take `org-list-two-spaces-after-bullet-regexp' into
7476 consideration when creating the note.
7477
74782010-11-11 David Maus <dmaus@ictsoc.de>
7479
7480 * org-gnus.el (nnimap-group-overview-filename): Declare function
7481 to silence byte compiler.
7482
74832010-11-11 David Maus <dmaus@ictsoc.de>
7484
4d789d84
SM
7485 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
7486 New customization variable.
afe98dfa
CD
7487 (org-gnus-nnimap-cached-article-number): New function.
7488 (org-gnus-follow-link): Try to fetch cached article number of
7489 message-id.
7490
74912010-11-11 Eric Schulte <schulte.eric@gmail.com>
7492
7493 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
7494 first line into code blocks before export so that the first line
7495 is not interpreted as a title
7496 (org-babel-org-export): Use new dummy code block prefix.
7497
74982010-11-11 Eric Schulte <schulte.eric@gmail.com>
7499
7500 * ob.el (org-babel-insert-result): No longer throws error when
7501 inserting an empty result.
7502
75032010-11-11 Eric Schulte <schulte.eric@gmail.com>
7504
7877f373 7505 * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
afe98dfa
CD
7506
75072010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7508
4d789d84
SM
7509 * ob.el (org-babel-do-in-edit-buffer):
7510 Use `org-babel-where-is-src-block-head' to test for source block at
afe98dfa
CD
7511 point.
7512
75132010-11-11 Eric Schulte <schulte.eric@gmail.com>
7514
7515 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
01c35094 7516 `org-babel-goto-src-block-head'.
afe98dfa
CD
7517
7518 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
7519 current code block.
7520
75212010-11-11 Eric Schulte <schulte.eric@gmail.com>
7522
7523 * ob.el (org-babel-next-src-block): Now raising more informative
01c35094 7524 error when no further code blocks can be found.
afe98dfa
CD
7525 (org-babel-previous-src-block): Now raising more informative error
7526 when no previous code blocks can be found.
7527
75282010-11-11 Eric Schulte <schulte.eric@gmail.com>
7529
7530 * org-exp-blocks.el
7531 (org-export-preprocess-after-include-files-hook): Now using this
7532 hook instead of `org-export-preprocess-hook'.
7533
75342010-11-11 Eric Schulte <schulte.eric@gmail.com>
7535
01c35094 7536 * ob-plantuml.el (org-babel-execute:plantuml): ????
afe98dfa
CD
7537
75382010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7539
7540 * ob-python.el (org-babel-python-evaluate): Refactor as call to
7541 either `org-babel-python-evaluate-external-process' or
7542 `org-babel-python-evaluate-session'.
7543 (org-babel-python-evaluate-external-process): New function to
7544 handle evaluation in external process.
7545 (org-babel-python-evaluate-session): New function to handle
7546 evaluation in emacs inferior process.
7547
75482010-11-11 Eric Schulte <schulte.eric@gmail.com>
7549
7550 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
7551 or html respecting :results header arg
7552 (org-babel-org-export): Exports a string of text to an output
7553 format.
7554
75552010-11-11 Eric Schulte <schulte.eric@gmail.com>
7556
7557 * ob.el (org-babel-insert-result): Remove existing results when
7558 nil results are returned.
7559
75602010-11-11 David Maus <dmaus@ictsoc.de>
7561
7562 * org-ascii.el (org-export-as-ascii): Bind and set link path for
7563 link type specific markup function.
7564
75652010-11-11 David Maus <dmaus@ictsoc.de>
7566
7567 * org-clock.el (notifications-notify): Properly declare function
7568 to silence byte compiler.
7569
75702010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7571
7572 * org-list.el (org-insert-item): Check invisibility of point at a
7573 meaningful location.
7574
75752010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7576
7577 * org-list.el (org-list-insert-item-generic): Updating checkboxes
7578 can modifiy bottom point of a list, so make it a marker before
7579 calling `org-update-checkbox-count-maybe'.
7580
75812010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7582
7583 * org.el (org-src-fontify-natively): Set to nil by default.
7584 Supply cutomize interface.
7585
75862010-11-11 Bastien Guerry <bzg@altern.org>
7587
7588 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
7589 `org-bracket-link-analytic-regexp++' to match the link type.
7590
75912010-11-11 Eric Schulte <schulte.eric@gmail.com>
7592
7593 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
7594 `language'.
7595
75962010-11-11 Eric Schulte <schulte.eric@gmail.com>
7597
4d789d84
SM
7598 * ob-tangle.el (org-babel-tangle-comment-format-beg):
7599 Format string specifying the link-comment preceding a code block
afe98dfa
CD
7600 (org-babel-tangle-comment-format-end): Format string specifying
7601 the link-comment following a code block
7602 (org-babel-tangle-collect-blocks): Storing more information in the
7603 spec of a tangling code block
7604 (org-babel-spec-to-string): Now makes use of customizable
7605 link-comment formats.
7606
76072010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
7608
7609 * org.el (org-delete-backward-char): Check for nil overwrite-mode
7610 before inserting spaces.
7611
76122010-11-11 David Maus <dmaus@ictsoc.de>
7613
7614 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
7615 from summary of non-TODO ical entries.
7616 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
7617 exclude tags from summary of TODO ical entries.
7618
76192010-11-11 Eric Schulte <schulte.eric@gmail.com>
7620
7621 * ob.el (org-babel-map-src-blocks): Now exposes much information
7622 about the code block in the form of let-bound local variables.
7623
76242010-11-11 David Maus <dmaus@ictsoc.de>
7625
7626 * org-list.el (org-outline-regexp, org-ts-regexp)
7627 (org-ts-regexp-both, org-in-regexps-block-p)
7628 (org-level-increment, org-at-heading-p)
7629 (outline-previous-heading, org-icompleting-read)
7630 (org-time-string-to-seconds): Declare to fix compiler warning.
7631
76322010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7633
7634 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
01c35094 7635 used from an heading. Send an error when no item is in region.
afe98dfa
CD
7636
76372010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7638
7639 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
7640 ensure that edit buffer is exited.
7641
76422010-11-11 Eric Schulte <schulte.eric@gmail.com>
7643
7644 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
7645 control the amount of extra newlines inserted into tangled code
7646 (org-babel-tangle-collect-blocks): Now conditionally collects
7647 information to be used for "org" style comments
7648 (org-babel-spec-to-string): Now inserts "org" style comments, and
7649 obeys the newline configuration variable when inserting whitespace.
7650
76512010-11-11 Eric Schulte <schulte.eric@gmail.com>
7652
7653 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
7654 hook
7655 (org-babel-tangle): Calls new tangle hook.
7656
76572010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7658
7659 * org-capture.el (org-capture): Compute the length of the correct
7660 string when removing properties.
7661
76622010-11-11 Eric Schulte <schulte.eric@gmail.com>
7663
7664 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
7665 names before shell quoting.
7666
76672010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7668
7669 * org-src.el (org-src-tab-indents-natively): New variable
7670 controlling whether language-native TAB action should be performed
7671 (org-src-native-tab-command-maybe): New function to perform
7672 language-native TAB action.
7673 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
7674
76752010-11-11 Eric Schulte <schulte.eric@gmail.com>
7676
7677 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
7678 `org-plantuml-jar-path' before use.
7679
76802010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7681
7682 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
7683 language major mode buffers during fontification.
7684
76852010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7686
7687 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
01c35094 7688 match code blocks with switches and header args. Call
afe98dfa
CD
7689 `org-src-font-lock-fontify-block' for automatic fontification of
7690 code in code blocks, controlled by variable
7691 `org-src-fontify-natively'.
7692 (org-src-fontify-natively): New variable.
7693
76942010-11-11 Eric Schulte <schulte.eric@gmail.com>
7695
4d789d84 7696 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
afe98dfa
CD
7697 inf-ruby.
7698
76992010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
7700
01c35094
JB
7701 * org-html.el (org-html-make-link): (expand-file-name) removes
7702 one "/" from "///path-to-file", so add one. Anything other than
afe98dfa
CD
7703 'file' type should be exported along with the type.
7704
77052010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
7706
01c35094
JB
7707 * org.el (org-insert-subheading): Fix compiler warning
7708 (org-insert-todo-subheading): Fix compiler warning.
afe98dfa
CD
7709
77102010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7711
7712 * org-capture.el (org-capture): Remove read-only text properties
7713 from capture text.
7714 (org-capture-set-target-location): Throw an error if file+headline
7715 target does not point into a file which is in Org mode.
7716
77172010-11-11 Eric Schulte <schulte.eric@gmail.com>
7718
7719 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
7720
77212010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7722
7723 * org-src.el (org-edit-src-code): Improve docstring.
7724
77252010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7726
7727 * ob.el (org-babel-execute-src-block): Document prefix argument in
7728 docstring.
7729
77302010-11-11 Eric Schulte <schulte.eric@gmail.com>
7731
7732 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
7733 org-ditaa-jar-path with expand-file-name.
7734
77352010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7736
7737 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
7738 `org-babel-execute-src-block'.
7739
77402010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7741
7742 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
7743 [@x] syntax for list numbering.
7744
77452010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7746
7747 * org.el (org-indent-line-function): Indentation of source block
7748 is left to `org-edit-src-exit' and shouldn't be modified by
01c35094 7749 `org-indent-line-function'. Indentation of others blocks should be
afe98dfa
CD
7750 the same as the #+begin line.
7751
77522010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7753
7754 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
7755 forms on source blocks in current buffer; restore point in current
7756 buffer.
7757
77582010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7759
7760 * org-list.el (org-list-struct): Accept list boundaries as an
7761 argument in order to avoid computing `org-list-top-point' and
7762 `org-list-bottom-point' twice when indenting.
7763
77642010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7765
7766 * org-list.el (org-list-ending-method): Default value is now
7767 `both', to ensure maximum compatibility before previous
7768 implementation.
7769
77702010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7771
7772 * org-list.el (org-list-in-item-p-with-indent): Test if first line
7773 is the item beginning.
7774
7775 * org-list.el (org-list-top-point-with-indent): Test if first line
7776 is a valid list beginning.
7777
77782010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7779
7780 * org-list.el (org-list-ending-method): New customizable variable
01c35094 7781 to tell Org Mode how lists end. See docstring.
afe98dfa
CD
7782
77832010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7784
7785 * org-list.el (org-indent-item-tree): Shifting step of top-level
7786 item depends on `org-level-increment'.
7787
77882010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7789
7790 * org.el (org-indent-line-function): Indent first non blank line
7791 after a list according to current heading level.
7792
77932010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7794
4d789d84 7795 * org-docbook.el (org-export-as-docbook): Remove check for
afe98dfa
CD
7796 indentation on lines that do not start with a list bullet.
7797
7798 * org-html.el (org-export-as-html): Same thing.
7799
78002010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7801
7802 * org-list.el (org-list-bottom-point): Take into consideration
7803 that bound of search can be before true ending of the list.
7804
78052010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7806
7807 * org-list.el (org-list-struct-apply-struct): No longer shift
7808 item's body twice: one after replacing bullet and one after
7809 changing indentation.
7810
78112010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7812
4d789d84 7813 * org-list.el (org-list-struct-indent): Add code to replace
afe98dfa
CD
7814 bullets if needed when indenting.
7815
78162010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7817
7818 * org-list.el (org-list-insert-item-generic): A single item
7819 already counting blank lines in his body should be separated with
01c35094 7820 the next one by a blank line. Moreover, if user already provided
afe98dfa
CD
7821 blank lines, follow his wishes.
7822
78232010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7824
7825 * org-list.el (org-indent-item-tree): When moving top item of a
7826 *-list to column 0, only the first item had its bullet changed to
01c35094 7827 -. It now changes all items of the top-level list, as expected.
afe98dfa
CD
7828
78292010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7830
7831 * org-list.el (org-toggle-checkbox): Go to beginning of line
7832 before processing.
7833
78342010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7835
7836 * org-list.el (org-list-struct-apply-struct): Check if ancestor
7837 exists.
7838
78392010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7840
7841 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
7842 done at each item.
7843
78442010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7845
7846 * org-list.el : Removed unused variable
7847 `org-suppress-item-indentation'.
7848
7849 * org-list.el (org-renumber-ordered-list): Skip item if bullet
7850 number is already good.
7851
78522010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7853
7854 * org-list.el (org-list-automatic-rules): Doc-string reflects this
7855 change.
7856
7857 * org-list.el (org-indent-item-tree): Prevent whole list from
01c35094
JB
7858 being moved when user is not moving subtree. Thus
7859 `org-cycle-item-indentation' will not allow to move the list.
afe98dfa
CD
7860
78612010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7862
01c35094 7863 * org-list.el (org-indent-item-tree): Remove region code. It was
afe98dfa
CD
7864 prone to errors and undocumented.
7865
7866 * org-list.el (org-item-indent-positions): Better heuristics to
7867 determine what bullet the item will have when demoted.
7868
78692010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7870
7871 * org-list.el (org-list-bullet-string): First check if
7872 `org-list-two-spaces-after-bullet-regexp' isn't nil.
7873
78742010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7875
7876 * org-list.el (org-list-bullet-string): Do not modify match-data.
7877
7878 * org.el (org-toggle-item): Now working again when changing list
01c35094 7879 items into plain text. Moreover take into consideration
afe98dfa
CD
7880 `org-list-two-spaces-after-bullet-regexp'.
7881
78822010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7883
4d789d84 7884 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
afe98dfa
CD
7885 fix, and improved heuristics to determine bullet when indenting.
7886
7887 * org-list.el (org-item-indent-positions): Function now returns
7888 sane results when there are two lists separated with blank lines
7889 only.
7890
78912010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7892
7893 * org-docbook.el (org-export-as-docbook): Use override="num" in
01c35094 7894 any listitem matching [@start:num].
afe98dfa
CD
7895
7896 * org-html.el (org-export-as-html): Use value="num" in any li
01c35094 7897 matching [@start:num].
afe98dfa
CD
7898
78992010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7900
7901 * org.el (org-set-font-lock-defaults): Correct fontification for
7902 checkboxes found after [@start:?].
7903
7904 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
7905 [@start:?] when looking at a regex after a bullet.
7906
7907 * org-list.el (org-toggle-checkbox): Correct insertion of
7908 checkboxes when there is already a [@start:?] in the item.
7909
7910 * org-list.el (org-checkbox-blocked-p): Properly check if there's
7911 an unchecked item before.
7912
7913 * org-list.el (org-list-parse-list): Function handles items having
7914 both a counter and a checkbox.
7915
79162010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7917
7918 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
7919 stores both indentation and bullet when cycle started.
7920
79212010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7922
7923 * org-list.el: `org-at-description-p' renamed to
7924 `org-at-item-description-p', `org-first-list-item-p' renamed to
7925 `org-list-first-item-p', `org-end-of-item-text-before-children'
7926 renamed to `org-end-of-item-or-at-child'.
7927
79282010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7929
7930 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
7931 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
7932 before toggling a checkbox.
7933
79342010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7935
7936 * org-list.el (org-list-bullet-string): New function returning
7937 bullet concatenated with an appropriate number of white spaces.
7938
7939 * org-list.el (org-list-insert-item-generic): Insert the right
7940 bullet, with help of `org-list-bullet-string'.
7941
4d789d84
SM
7942 * org-list.el (org-indent-item-tree):
7943 Use `org-list-bullet-string'.
afe98dfa
CD
7944
7945 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
7946
7947 * org-list.el (org-toggle-checkbox): Send an error when
7948 `org-toggle-checkbox' is trying to insert a checkbox at a
7949 description item.
7950
7951 * org-list.el (org-item-re): Modified regexp so it can catch
7952 correct number of white space before item body.
7953
7954 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
7955 consideration new `org-item-re'.
7956
79572010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7958
7959 * org-list.el (org-list-insert-item-generic): The second item in a
7960 list will be separated from its predecessor with the number of
7961 blank lines separating the first item from its parent, if any, or
7962 no blank line.
7963
79642010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7965
7966 * org-list.el (org-indent-item-tree): Fix and reorder every list
7967 and sublist, from parent of list that has moved if indenting, or
7968 from list at point if outdenting.
7969
79702010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7971
7972 * org-list.el (org-indent-item-tree): Try to keep relative
01c35094 7973 position on line. It can't if point is in white spaces before
afe98dfa
CD
7974 bullet because mixed tabs and spaces make some columns
7975 unattainable.
7976
79772010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7978
7979 * org-list.el (org-cycle-item-indentation): Cycle when the whole
01c35094 7980 item only contains bullet and maybe a checkbox. Previously, TAB
afe98dfa
CD
7981 would cycle when the first line of the item was blank.
7982
79832010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7984
7985 * org-list.el (org-cycle-item-indentation): Allow a point just
7986 after a description item or a checkboxed item to start cycling.
7987
79882010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7989
4d789d84
SM
7990 * org-list.el (org-cycle-list-bullet):
7991 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
afe98dfa
CD
7992 as valid bullets when cycling.
7993
79942010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7995
7996 * org-list.el (org-cycle-item-indentation): Do return t if and
7997 only if cycling is possible and succeded.
7998
79992010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8000
8001 * org-list.el (org-indent-item-tree): When outdenting a subtree,
8002 the last item shouldn't have a children.
8003
80042010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8005
8006 * org-list.el (org-cycle-item-indentation): Cycling should play
8007 nicely with indent rule in `org-list-automatic-rules'.
8008
80092010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8010
8011 * org-list.el (org-indent-item-tree): If indent rule is activated,
8012 it should be impossible to outdent an item having children without
01c35094 8013 moving its subtree. Improved reordering of lists modified by
afe98dfa
CD
8014 cycling indentation.
8015
80162010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8017
4d789d84 8018 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
afe98dfa
CD
8019 `org-fix-bullet-type' to prevent infinite loop, and some checks
8020 already done in `org-renumber-ordered-list'.
8021
8022 * org-list.el (org-fix-bullet-type): Remove a check and call
8023 directly `org-maybe-renumber-ordered-list'.
8024
80252010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8026
8027 * org-list.el (org-indent-item-tree): It shouldn't be possible to
8028 indent the first item of a sublist (though outdent is possible) as
8029 it would break list's structure.
8030
80312010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8032
8033 * org-list.el (org-list-insert-item-generic): When local search
01c35094 8034 doesn't help, search the list globally for blank lines. Moreover,
afe98dfa
CD
8035 don't bother with new lists, and add 1 blank line.
8036
80372010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8038
4d789d84
SM
8039 * org-capture.el (org-capture-place-item):
8040 Use `org-search-forward-unenclosed' and
afe98dfa
CD
8041 `org-search-backward-unenclosed' and new variable
8042 `org-item-beginning-re'.
8043
8044 * org-list.el (org-item-beginning-re): Regexp matching beginning
8045 of an item.
8046
80472010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8048
8049 * org-list.el (org-cycle-list-bullet): Put back support for
8050 'previous argument.
8051
80522010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8053
8054 * org-list.el (org-in-item-p): Handle case when point is at an
8055 heading.
8056
8057 * org-list.el (org-list-make-subtree): Add protection when used
01c35094 8058 outside of list.
afe98dfa 8059
4d789d84 8060 * org-list.el (org-insert-item): Remove useless hack now
afe98dfa
CD
8061 `org-in-item-p' is fixed.
8062
4d789d84 8063 * org-timer.el (org-timer-item): Remove useless hack now
afe98dfa
CD
8064 `org-in-item-p' is fixed.
8065
80662010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8067
8068 * org-list.el (org-cycle-list-bullet): Prevent description items
01c35094 8069 from being numbered. String argument is also recognized now, as
afe98dfa
CD
8070 long as it is a valid bullet.
8071
80722010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8073
8074 * org-list.el (org-indent-item-tree): Moving indentation of top
8075 list item will make the whole list move.
8076
8077 * org-list.el (org-apply-on-list): Function is less sensitive to
8078 changes of indentation.
8079
80802010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8081
8082 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
8083 of the regexp.
8084
8085 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
8086
8087 * org-list.el (org-cycle-item-indentation): Allow cycling
8088 description items and checkbox items.
8089
8090 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
8091
8092 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
8093 regexp.
8094
80952010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8096
8097 * org-list.el (org-insert-item-internal): Guessing of blank lines
c5e87d10 8098 number is made by looking at neighboring items, if any.
afe98dfa
CD
8099
81002010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8101
8102 * org-list.el (org-sort-list): Add the possibility to sort timer
8103 lists with the ?t or ?T options.
8104
81052010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8106
8107 * org-list.el (org-search-unenclosed-internal): New function to
8108 handle both `org-search-forward-unenclosed' and
8109 `org-search-backward-unenclosed'.
8110
8111 * org-list.el (org-search-backward-unenclosed): Can send errors
8112 now. Removed useless usage of COUNT.
8113
8114 * org-list.el (org-search-forward-unenclosed): Can send errors
8115 now. Removed useless usage of COUNT.
8116
4d789d84
SM
8117 * org-list.el (org-update-checkbox-count):
8118 Use `org-search-forward-unenclosed' and
afe98dfa
CD
8119 `org-search-backward-unenclosed' instead of `re-search-forward'
8120 and `re-search-backward'.
8121
8122 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
8123 and `org-search-backward-unenclosed' instead of
8124 `re-search-forward' and `re-search-backward'.
8125
4d789d84
SM
8126 * org-list.el (org-list-make-subtree):
8127 Use `org-search-forward-unenclosed' and
afe98dfa
CD
8128 `org-search-backward-unenclosed' instead of `re-search-forward'
8129 and `re-search-backward'.
8130
81312010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8132
8133 * org-list.el (org-insert-item-internal): Fixes the problem when
8134 point was before the first char of the item's body.
8135
81362010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8137
01c35094
JB
8138 * org-timer.el (org-timer-item): Refactoring. Compute timer string
8139 before inserting it in the buffer.
afe98dfa 8140
4d789d84 8141 * org-timer.el (org-timer): Add an optional argument to return
afe98dfa
CD
8142 timer string instead of inserting it.
8143
81442010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8145
8146 * org-list.el (org-insert-item-internal): New function to handle
c80e3b4a 8147 positioning and contents of an item being inserted at a specific
afe98dfa
CD
8148 pos. It is not possible anymore to split a term in a description
8149 list or a checkbox when inserting a new item.
8150
8151 * org-list.el (org-insert-item): Refactored by using the new
8152 `org-insert-item-internal' function.
8153
8154 * org-timer.el (org-timer-item): Refactored by using the new
8155 `org-insert-item-internal' function.
8156
81572010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8158
8159 * org-list.el (org-list-bottom-point): Be sure to check real
8160 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
8161
8162 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
8163 end of item if we are in a list.
8164
81652010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8166
8167 * org-list.el (org-insert-item): Move before any special block in
8168 a list prior to add a new item.
8169
8170 * org-timer.el (org-timer-item): When in a timer list, insert a
01c35094
JB
8171 new timer item like `org-insert-item'. If in another list, send an
8172 error. Otherwise, start a new timer list.
afe98dfa
CD
8173
81742010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8175
8176 * org-list.el: Minor refactoring.
8177
81782010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8179
8180 * org-timer.el (org-timer-item): Insert description list item at
8181 the right column.
8182
8183 * org-list.el (org-insert-item): Insert the right number of blank
8184 lines before a relative timer.
8185
81862010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8187
8188 * org-list.el (org-insert-item): Remove restriction on latex
8189 blocks.
8190
81912010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8192
8193 * org-list.el (org-search-backward-unenclosed): Do not stop in
8194 protected places.
8195
8196 * org-list.el (org-search-forward-unenclosed): Do not stop in
8197 protected places.
8198
8199 * org-latex.el (org-export-latex-lists): Use the fact that
8200 org-search-forward do not stop anymore at protected places.
8201
82022010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8203
8204 * org-list.el (org-search-backward-unenclosed): Do not prevent
8205 list items from being inside LaTeX blocks.
8206
8207 * org-list.el (org-search-forward-unenclosed): Do not prevent list
8208 items from being inside LaTeX blocks.
8209
82102010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8211
8212 * org-list.el (org-in-item-p): Do not widen before checking if we
8213 are in item.
8214
8215 * org-list.el (org-list-send-list): We cannot count on
8216 `org-list-top-point' and `org-list-bottom-point' before buffer is
01c35094 8217 narrowed. Find bounds of list otherwise.
afe98dfa
CD
8218
82192010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8220
8221 * org-list.el (org-list-end-regexp): By default, list ending is
8222 exactly 2 blank lines.
8223
82242010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8225
8226 * org-docbook.el (org-export-as-docbook): When we find an empty
8227 line, we do not need to check for
8228 `org-empty-line-terminates-plain-lists' because we would have
8229 found end-list marker before.
8230
8231 * org-html.el (org-export-as-html): Same.
8232
82332010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8234
8235 * org-list.el (org-insert-item): Simplify count of blank lines to
8236 insert.
8237
82382010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8239
8240 * org-list.el (org-list-end-regexp): New customizable variable to
8241 define what string should end lists.
8242
8243 * org-list.el (org-list-end-re): Function is now aware of
8244 `org-list-end-regexp'.
8245
82462010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8247
8248 * org-html.el (org-export-as-html): Code cleanup.
8249
82502010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8251
8252 * org-docbook.el (org-export-as-docbook): Properly close any open
01c35094 8253 list when seeing ORG-LIST-END. Removed any reference to now
afe98dfa
CD
8254 unneeded DIDCLOSE variable.
8255
82562010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8257
8258 * org-exp.el (org-export-mark-list-ending): Fix number of blank
8259 lines inserted after a list.
8260
8261 * org-list.el (org-list-parse-list): Fix case when
8262 `org-list-end-re' would have an indentation greater than current
8263 list.
8264
82652010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8266
8267 * org-exp.el (org-export-mark-list-ending): Differentiate between
8268 export backends, and replace `org-list-end-re' by a blank line
8269 upon exporting.
8270
82712010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8272
8273 * org-html.el (org-export-as-html): Delete didclose and everything
8274 related to it, as it is no longer needed.
8275
82762010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8277
8278 * org-html.el (org-export-html-preprocess): Remove unneeded
8279 insertion of list end marker, as it is now handled by
8280 `org-export-mark-list-ending'.
8281
8282 * org-html.el (org-export-as-html): Cleaner termination of lists.
8283
8284 * org-exp.el (org-export-mark-list-ending): New function to insert
8285 specific markers at the end of lists when exporting to a backend
8286 not using `org-list-parse-list'. This function is called early in
8287 `org-export-preprocess-string', while it is still able to
8288 recognize lists.
8289
8290 * org-latex.el (org-export-latex-lists): Better search for
01c35094 8291 lists. It now only finds items not enclosed and not protected.
afe98dfa
CD
8292
82932010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8294
8295 * org-list.el: Replaced `re-search-forward' by
8296 `org-search-forward-unenclosed' where it made sense.
8297
82982010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8299
8300 * org-list.el (org-apply-to-list): Now a return value is handed at
8301 each new call of the function applied.
8302
8303 * org-list.el (org-fix-bullet-type): Use the new
8304 `org-apply-to-list' format.
8305
8306 * org-list.el (org-renumber-ordered-list): Use the new
8307 `org-apply-to-list' format.
8308
83092010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8310
8311 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
8312 correctly used.
8313
8314 * org-list.el (org-search-forward-unenclosed): Better regexp used.
8315
8316 * org-list.el (org-search-backward-unenclosed): Better regexp
8317 used.
8318
83192010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8320
8321 * org-list.el (org-sort-list): End-rec function was ill-defined.
8322
83232010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8324
8325 * org-list.el (org-search-forward-unenclosed): Fix behavior when
01c35094 8326 last occurrence was enclosed.
afe98dfa
CD
8327
8328 * org-list.el (org-search-backward-unenclosed): Fix behavior when
01c35094 8329 last occurrence was enclosed.
afe98dfa
CD
8330
83312010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8332
8333 * org.el (org-in-regexps-block-p): Fix documentation.
8334
83352010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8336
8337 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
8338
8339 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
8340
8341 * org-list.el (org-list-parse-list): Minor fix.
8342
83432010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8344
8345 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
8346 called with t argument.
8347
83482010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8349
4d789d84
SM
8350 * org-html.el (org-export-html-preprocess):
8351 Replace `org-list-end-re' by a blank line during pre-process.
afe98dfa
CD
8352
83532010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8354
8355 * org-list.el (org-list-bottom-point): No need for square brackets
8356 for `skip-chars-backward'.
8357
83582010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8359
8360 * org-html.el: Do not delete space between end of list and
8361 beginning of the following.
8362
83632010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8364
01c35094
JB
8365 * org-html.el: Preprocess buffer string and add ORG-LIST-END where
8366 needed. Lists should not end before seeing this.
afe98dfa
CD
8367
83682010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8369
8370 * org-html.el: Notice end of lists.
8371
83722010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8373
8374 * org-list.el (org-list-parse-list): Better handling of
8375 restrictions when function is called on a list with sublists.
8376
8377 * org-list.el (org-list-send-list): Find the true ending of the
8378 list being sent.
8379
8380 * org-list.el (org-list-radio-list-templates): Templates are more
8381 specific to lists.
8382
83832010-11-11 Eric Schulte <schulte.eric@gmail.com>
8384
8385 * ob-js.el (org-babel-js-eoe): Indicate end of input
8386 (org-babel-execute:js): Support for session evaluation
8387 (org-babel-prep-session:js): Fleshed out definition
8388 (org-babel-js-initiate-session): Can initiate a session using
8389 mozrepl.
8390
83912010-11-11 David Maus <dmaus@ictsoc.de>
8392
8393 * org.el (org-set-regexps-and-options): Protect escape char in
8394 `org-complex-heading-regexp-format'.
8395
83962010-11-11 Eric Schulte <schulte.eric@gmail.com>
8397
8398 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
8399 session-based evaluation
8400 (org-babel-execute:scheme): Now supports session-based evaluation
8401 (org-babel-prep-session:scheme): Now works and defines variables
8402 (org-babel-scheme-initiate-session): Now works using run-scheme
8403 from cmuscheme.
8404
84052010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8406
8407 * org.el (org-export-latex-default-packages-alist): Remove the
8408 t1enc package - this is already covered by fontenc.
8409
84102010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8411
8412 * ob.el (with-parsed-tramp-file-name): Declared
8413 (org-babel-tramp-localname): Ensure variable name exists locally.
8414
84152010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8416
8417 * ob.el (org-babel-temp-file): Don't use babel temporary directory
8418 in remote case; use make-temp-file with remote file name so that
8419 temp file is guaranteed not to exist previously on remote machine.
8420 (org-babel-tramp-localname): New function to return local name
8421 portion of possibly remote file specification.
8422
84232010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8424
8425 * ob-R.el (org-babel-R-write-object-command): New unified R
8426 command for writing results to file
8427 (org-babel-R-wrapper-method): Remove variable
8428 (org-babel-R-wrapper-lastvar): Remove variable
8429 (org-babel-R-evaluate-external-process): Use new R command
8430 (org-babel-R-evaluate-session): Use new R command.
8431
84322010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8433
8434 * ob-comint.el
8435 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
8436 to evaluate code invisibly and block until output file exists.
8437
8438 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
01c35094 8439 evaluate R code in session for :results value. Write result to
afe98dfa
CD
8440 file invisibly using new function
8441 `org-babel-comint-eval-invisibly-and-wait-for-file'.
8442
84432010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8444
8445 * org-capture.el (org-capture-fill-template): Align tags after
8446 insertion.
8447
84482010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8449
4d789d84
SM
8450 * org-exp.el (org-export-concatenate-multiline-emphasis):
8451 Ignore matches that start in a headline.
afe98dfa
CD
8452
84532010-11-11 Eric Schulte <schulte.eric@gmail.com>
8454
8455 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
8456 and out-file in shell-quote-argument.
8457
84582010-11-11 David Maus <dmaus@ictsoc.de>
8459
8460 * org-docview.el (org-docview-store-link): Use expanded macro to
8461 get current page.
8462 (doc-view-goto-page, image-mode-window-get): Declare functions for
8463 byte compiler.
8464
84652010-11-11 Eric Schulte <schulte.eric@gmail.com>
8466
7877f373 8467 * ob-scheme.el: Very preliminary support for evaluating scheme
01c35094 8468 code blocks.
afe98dfa
CD
8469
8470 * org.el (org-babel-load-languages): Adding scheme.
8471
84722010-11-11 Eric Schulte <schulte.eric@gmail.com>
8473
8474 * ob.el (require): Remove circular (require 'org).
8475
84762010-11-11 Eric Schulte <schulte.eric@gmail.com>
8477
01c35094
JB
8478 * ob-R.el (ess-make-buffer-current): Declared.
8479 (ess-ask-for-ess-directory): Declared.
8480 (ess-local-process-name): Declared.
8481 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
afe98dfa 8482
01c35094
JB
8483 * ob.el (org-edit-src-code): Fixing arguments.
8484 (org-edit-src-exit): Declared.
8485 (org-outline-overlay-data): Declared.
8486 (org-set-outline-overlay-data): Declared.
afe98dfa
CD
8487
84882010-11-11 Glenn Morris <rgm@gnu.org>
8489
8490 * ob.el: Require org when compiling.
8491 (org-save-outline-visibility): Remove macro declaration.
8492
8493 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
8494 Remove unnecessary/macro declarations.
8495
8496 * org-docview.el: Require doc-view when compiling.
8497 (doc-view-goto-page): Autoload rather than declaring.
8498 (doc-view-current-page): Remove macro declaration.
8499
8500 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
8501 (org-entry-get, org-table-import): Fix declarations.
8502 (org-match-string-no-properties): Remove declaration.
8503
8504 * ob-sh.el (org-babel-comint-in-buffer)
8505 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
8506 (org-babel-comint-with-output): Remove unnecessary declarations.
8507
8508 * ob-R.el (orgtbl-to-tsv): Fix declaration.
8509
8510 * org-list.el (org-entry-get): Fix declaration.
8511
85122010-11-11 Eric Schulte <schulte.eric@gmail.com>
8513
4d789d84 8514 * ob.el (org-babel-remove-temporary-directory): Remove explicit
afe98dfa
CD
8515 second argument.
8516
85172010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
8518
8519 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
8520 numbers.
8521
85222010-11-11 Eric Schulte <schulte.eric@gmail.com>
8523
4d789d84 8524 * org-macs.el (org-save-outline-visibility): Move from org.el.
afe98dfa
CD
8525
85262010-11-11 Eric Schulte <schulte.eric@gmail.com>
8527
8528 * ob-org.el (org-babel-default-header-args:org): Additional
8529 ":results silent" default header argument for org code blocks.
8530
85312010-11-11 Eric Schulte <schulte.eric@gmail.com>
8532
8533 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
01c35094 8534 which is now an alias to ":eval no".
afe98dfa
CD
8535
85362010-11-11 Eric Schulte <schulte.eric@gmail.com>
8537
8538 * ob.el (org-babel-remove-temporary-directory): The version of
8539 `delete-directory' found in files.el can not be assumed to be
8540 present on all versions, so this copies the recursive behavior of
8541 that command in such a way that all calls to delete-directory will
8542 also work with the built-in internal C implementation of that
8543 function. This is not overly difficult as all elements of the
8544 directory can be assumed to be files.
8545
85462010-11-11 Eric Schulte <schulte.eric@gmail.com>
8547
8548 * ob-C.el (org-babel-C-execute): Corrected arguments to
8549 org-babel-temp-file.
8550
85512010-11-11 Eric Schulte <schulte.eric@gmail.com>
8552
8553 * ob.el (org-babel-temporary-directory): Variable to hold the
8554 value of the Babel temporary directory.
8555
85562010-11-11 Aditya Siram <aditya.siram@gmail.com>
8557
8558 * ob.el (org-babel-load-in-session): Expanding noweb references
8559 when appropriate.
8560
85612010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8562
8563 * org.el (org-make-link-regexps): Modified regexp of
8564 org-plain-link-re.
8565
85662010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
8567
8568 * org-habit.el (org-habit-parse-todo): Find sr-days only if
8569 scheduled-repeat is non nil. Use 4th element of the list returned
8570 by (org-heading-components) as habit-entry. Modify the error
8571 message to be more meaningful.
8572
85732010-11-11 Eric Schulte <schulte.eric@gmail.com>
8574
8575 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
8576 ":border" header arguments which both use the "preview" latex
7877f373 8577 package to fit the resulting PDF image to the figure.
afe98dfa
CD
8578
85792010-11-11 David Maus <dmaus@ictsoc.de>
8580
8581 * org-wl.el (org-wl-store-link): Don't try to store link if point
8582 is at end of buffer.
8583
85842010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
8585
8586 * org-publish.el (org-publish-project-alist): Document the new
8587 body-only property.
8588 (org-publish-org-to): Use the body-only property.
8589
85902010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
8591
8592 * org.el (org-store-link): Return link when invoked
8593 non-interactively from an agenda buffer.
8594
85952010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
8596
8597 * org.el (org-store-link): Storing of links to headlines in
8598 indirect buffers was broken. Fix it.
8599
86002010-11-11 Aidan Kehoe <kehoea@parhasard.net>
8601
8602 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
8603 #'set-file-modes to use integer, not character syntax, avoiding
8604 compile problems with recent XEmacs.
8605
86062010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8607
8608 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
8609 forward even if there is no text to be added.
8610
86112010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8612
8613 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
8614 tags/property matcher.
8615
86162010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8617
8618 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
8619 t.
8620
86212010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8622
8623 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
8624
86252010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8626
4d789d84
SM
8627 * org-latex.el (org-export-latex-set-initial-vars):
8628 Bind `case-fold-search' to t around the search for special LaTeX setup.
afe98dfa 8629
4d789d84
SM
8630 * org-beamer.el (org-beamer-after-initial-vars):
8631 Bind `case-fold-search' to t around the search for special BEAMER
afe98dfa
CD
8632 setup.
8633
86342010-11-11 David Maus <dmaus@ictsoc.de>
8635
7877f373
JB
8636 * org-agenda.el (org-write-agenda): Delete PostScript file after
8637 creating conversion to PDF.
afe98dfa
CD
8638
86392010-11-11 David Maus <dmaus@ictsoc.de>
8640
8641 * org-agenda.el (org-write-agenda): Move require statements to
8642 proper place in evaluated lisp expression.
8643
86442010-11-11 David Maus <dmaus@ictsoc.de>
8645
8646 * org-agenda.el (org-write-agenda): Rename temporary buffer to
8647 remove dependency of `flet' macro.
8648
86492010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8650
8651 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
8652
86532010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8654
8655 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
8656 from all standard sources when executing #+lob/#+call lines.
8657
86582010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8659
8660 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
8661 separate functions
8662 (org-babel-R-evaluate-external-process): New function to handle
8663 external process evaluation
8664 (org-babel-R-evaluate-session): New function to handle session
8665 evaluation.
8666
86672010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8668
8669 * ob.el (org-babel-initiate-session): New function derived from
8670 previous `org-babel-switch-to-session'
8671 (org-babel-switch-to-session): Refactored to use new
8672 `org-babel-initiate-session'.
8673
86742010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8675
8676 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
8677 to (interactive).
8678
86792010-11-11 David Maus <dmaus@ictsoc.de>
8680
8681 * org-feed.el (org-feed-format-entry): Decode entry according to
8682 its character encoding.
8683
86842010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
8685
8686 * org-feed.el (xml-substitute-special): Declare function for byte
8687 compiler.
8688 (org-feed-unescape): Removed.
4d789d84
SM
8689 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
8690 Use `xml-substitute-special' to unescape XML entities.
afe98dfa
CD
8691
86922010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8693
8694 * ob.el (org-babel-switch-to-session): Throw error if block if
8695 :session not in effect for the block.
8696
86972010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8698
8699 * org-table.el (org-table-create-with-table.el): Align table
8700 before converting.
8701
87022010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8703
8704 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
8705 that org-src buffer is current before attempting exit.
8706
87072010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8708
8709 * org-src.el (ob-comint): Require 'ob-comint
8710 (org-src-babel-info): Define variable.
8711
87122010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8713
8714 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
8715 in the language major mode edit buffer.
8716 (org-babel-do-key-sequence-in-edit-buffer): New function to call
01c35094 8717 an arbitrary key sequence in the language major mode edit buffer.
afe98dfa
CD
8718
8719 * org-src.el (org-src-switch-to-buffer): Add new allowed value
8720 'switch-invisibly for `org-src-window-setup'.
8721
87222010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8723
8724 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
8725 is used.
8726 (org-src-do-at-code-block): New macro to evaluate lisp with point
8727 at the start of the Org code block containing the code in this
8728 edit buffer.
8729 (org-src-do-key-sequence-at-code-block): New function to execute
8730 command bound to key at the Org code block containing the code in
8731 this edit buffer.
8732
87332010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8734
8735 * ob-R.el (org-babel-R-associate-session): New function to
8736 associate R code edit buffers with ESS comint session.
8737
87382010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8739
8740 * org-src.el (org-edit-src-code): If at src block, store babel
8741 info as buffer local variable.
8742 (org-src-associate-babel-session): New function to associate code
01c35094 8743 edit buffer with comint session. Does nothing unless a
afe98dfa
CD
8744 language-specific function named
8745 `org-babel-LANG-associate-session' exists.
8746 (org-src-babel-configure-edit-buffer): New function to be called
8747 in `org-src-mode-hook'.
8748 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
8749 hook.
8750
87512010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8752
8753 * ob.el (org-babel-switch-to-session-with-code): New function to
8754 generate split frame displaying edit buffer and session.
8755
87562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8757
8758 * org.el (org-set-tags): Consider org-indent-mode when computing
8759 the tags column.
8760
87612010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8762
8763 * org-compat.el (org-looking-at-p): Only use looking-at-p when
8764 defined.
8765
87662010-11-11 David Maus <dmaus@ictsoc.de>
8767
8768 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
8769 lines directly after call to sorting filter function.
8770
87712010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8772
8773 * org.el (org-complex-heading-regexp-format): Document the
8774 variable.
8775 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
8776 to make the regular expression for matching the headline.
8777
87782010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8779
8780 * org.el (org-refile-check-position): New function.
8781 (org-goto):
8782 (org-refile-get-location): Call `org-refile-check-position'.
8783
87842010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8785
8786 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
8787 instead of equal to compare symbols.
8788
87892010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8790
4d789d84
SM
8791 * org-agenda.el (org-agenda-before-sorting-filter-function):
8792 New hook function.
8793 (org-finalize-agenda-entries):
8794 Apply `org-agenda-before-sorting-filter-function'.
afe98dfa
CD
8795
87962010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8797
8798 * org-latex.el (org-export-latex-first-lines): Do not protect meta
8799 lines that have nothing to do with babel.
8800
88012010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8802
8803 * org-capture.el (org-capture-place-template): Handle the
8804 checkitem case.
8805 (org-capture-place-item): Provide boundaries for the search to
8806 make sure we do not get a match in a different tree.
8807
88082010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8809
8810 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
8811 argument parser.
8812
88132010-11-11 Noorul Islam <noorul@noorul.com>
8814
8815 * org-latex.el (org-latex-to-pdf-process): Add output-directory
8816 option for the command pdflatex.
8817 (org-export-as-pdf): Respect directory in path of
8818 EXPORT_FILE_NAME.
8819
88202010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8821
8822 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
8823 which now means to use MathJax processing for HTML. Also allow
8824 new value `dvipng' to force the old image processing.
8825 (org-infile-export-plist): Parse for MATHJAX setup line.
8826
8827 * org-html.el (org-export-html-mathjax-options): New option.
8828 (org-export-html-mathjax-config): New function.
8829 (org-export-html-mathjax-template): New option.
8830 (org-export-html-preprocess): Call the LaTeX snippet processor
8831 with an additional argument to declare special ways of processing.
8832 (org-export-as-html): Bind the dynamical variable
8833 `org-export-have-math'. Insert the MathJax script template when
8834 it is needed by the document.
8835
8836 * org.el (org-preview-latex-fragment): Call `org-format-latex'
8837 with the additional processing argument.
8838 (org-export-have-math): New variable, for dynamic scoping.
4d789d84
SM
8839 (org-format-latex): Implement specific ways of processing.
8840 New function argument for processing type.
afe98dfa
CD
8841 (org-org-menu): Remove the entry to configure LaTeX snippet
8842 processing.
8843
88442010-11-11 Bastien Guerry <bzg@altern.org>
8845
8846 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
8847 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
8848 heading currently clocked in is not listed in the agenda, display
8849 this entry in another buffer. If there is no running clock,
8850 display a help message.
8851
88522010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8853
8854 * org-latex.el (org-export-latex-tables): Return "" instead of nil
8855 when no label is attached.
8856
88572010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8858
8859 * org-agenda.el (org-agenda-menu-show-match): New option.
8860 (org-agenda-menu-two-column): New option.
8861 (org-agenda-get-restriction-and-command): Implement dispatch menu
8862 without showing the matcher, and with two-column display.
8863
88642010-11-11 Bernt Hansen <bernt@norang.ca>
8865
8866 * org-indent.el (org-indent-mode): Fix grammar for message when
8867 mode is refused.
8868
88692010-11-11 Eric Schulte <schulte.eric@gmail.com>
8870
8871 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
8872 no previous result exists.
8873
88742010-11-11 Noorul Islam <noorul@noorul.com>
8875
8876 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
8877 warning.
8878
88792010-11-11 Noorul Islam <noorul@noorul.com>
8880
01c35094 8881 * org.el (org-set-visibility-according-to-property): Use backward
afe98dfa
CD
8882 search instead of forward, so that top hierarchy gets priority.
8883
88842010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8885
8886 * org-agenda.el (org-timeline): Allow indirect buffer.
8887
88882010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8889
8890 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
8891 (org-export-define-heading-targets-headline-hook): New hooks.
8892
8893 * org.el (org-modules): Add entry for org-wikinodes.el.
8894 (org-font-lock-set-keywords-hook): New hook.
8895 (org-open-at-point-functions): New hook.
8896 (org-find-exact-headling-in-buffer):
8897 (org-find-exact-heading-in-directory): New functions.
8898 (org-mode-flyspell-verify): Better cursor position for checking if
8899 flyspell should ignore a word.
8900
89012010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8902
8903 * org-indent.el (org-indent-remove-properties):
8904 (org-indent-add-properties): Make sure changing these properties
8905 does not trigger modification hooks.
8906
89072010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8908
8909 * org.el (org-link-search-must-match-exact-headline): New option.
8910 (org-link-search-inhibit-query): New variable.
8911 (org-link-search): Search for exact headline match in Org files.
8912
89132010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8914
8915 * ob.el (org-babel-execute-src-block-maybe): Remove check for
8916 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
8917 function `org-babel-execute-safely-maybe'.
8918
89192010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8920
8921 * ob.el (org-babel-load-in-session): Set directory in case :dir
8922 arg is in effect.
8923
89242010-11-11 Eric Schulte <schulte.eric@gmail.com>
8925
8926 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
8927 errors when we're not under of a headline.
8928
89292010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8930
8931 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
8932 write delimited text instead of save -ascii
8933 (org-babel-octave-import-elisp-from-file): Specify that data
8934 written to file is tab-delimited.
8935
89362010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8937
8938 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
8939 tab-delimited.
8940
89412010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8942
8943 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
8944 specified.
8945
89462010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8947
8948 * ob-python.el (org-babel-python-table-or-string): Fix recognition
8949 of lists and tuples.
8950
89512010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8952
4d789d84
SM
8953 * ob-octave.el (org-babel-octave-evaluate-external-process):
8954 Allow remote files.
afe98dfa
CD
8955
89562010-11-11 Juan Pechiar <pechiar@computer.org>
8957
4d789d84
SM
8958 * ob-octave.el (org-babel-octave-evaluate-external-process):
8959 Use `org-babel-octave-import-elisp-from-file' instead of
afe98dfa
CD
8960 `org-babel-eval-read-file'.
8961 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
8962 and use '%s' as format specifier instead of '%S'.
8963
89642010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8965
2f5e7c6f 8966 * ob-octave.el: Only (require 'matlab) when necessary.
01c35094 8967 (org-babel-octave-initiate-session): (require) octave-inf or matlab
2f5e7c6f
GM
8968 as appropriate.
8969 (org-babel-execute:matlab): Remove (require).
8970 (org-babel-prep-session:matlab): Remove (require).
afe98dfa
CD
8971 (org-babel-matlab-initiate-session): Remove (require).
8972
89732010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8974
8975 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
8976 list.
8977
89782010-11-11 Eric Schulte <schulte.eric@gmail.com>
8979
8980 * ob-python.el (org-babel-python-table-or-string): Can now handle
8981 VERY long result lines.
8982
89832010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8984
01c35094 8985 * org-latex.el (org-export-latex-tables): Add label if any.
afe98dfa 8986
4d789d84
SM
8987 * org-latex.el (org-export-latex-convert-table.el-table):
8988 Fix little mistake when inserting label.
afe98dfa
CD
8989
89902010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8991
4d789d84 8992 * org.el (org-cycle-internal-local): Remove an unnecessary call
afe98dfa
CD
8993 to `org-back-to-heading' that was preventing point to stay at its
8994 column when cycling visibility.
8995
89962010-11-11 Noorul Islam <noorul@noorul.com>
8997
8998 * org-capture.el (org-capture-finalize): Make messages consistent.
8999
90002010-11-11 Noorul Islam <noorul@noorul.com>
9001
9002 * org-gnus.el: Suppress compiler warning by declaring outside
9003 function nnimap-retrieve-headers-from-file.
9004
90052010-11-11 Noorul Islam <noorul@noorul.com>
9006
9007 * org-colview.el Use org-beamer-select-environment instead of
9008 org-beamer-set-environment-tag.
9009
90102010-11-11 Matt Lundin <mdl@imapmail.org>
9011
9012 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
9013 that the value of org-last-inserted-timestamp includes time range.
9014
90152010-11-11 David Maus <dmaus@ictsoc.de>
9016
9017 * org-wl.el (org-wl-store-link-message): Provide link property for
9018 message-id without angle brackets.
9019
90202010-11-11 Eric Schulte <schulte.eric@gmail.com>
9021
9022 * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
9023
90242010-11-11 Eric Schulte <schulte.eric@gmail.com>
9025
9026 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
9027 file ensuing that the latest changes on disk are represented.
9028
90292010-11-11 Eric Schulte <schulte.eric@gmail.com>
9030
9031 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
9032 arguments w/o quotes.
9033
90342010-11-11 Bernt Hansen <bernt@norang.ca>
9035
9036 * org-capture.el (org-capture-finalize): Fix clock in of
9037 interrupted task during capture finalize.
9038
90392010-11-11 Eric Schulte <schulte.eric@gmail.com>
9040
9041 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
9042 session output.
9043
90442010-11-11 Eric Schulte <schulte.eric@gmail.com>
9045
9046 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
9047 expression for matching main function.
9048
90492010-11-11 Eric Schulte <schulte.eric@gmail.com>
9050
4d789d84 9051 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
afe98dfa
CD
9052 regexp -- it wasn't matching lob lines w/o indices.
9053
90542010-11-11 Eric Schulte <schulte.eric@gmail.com>
9055
9056 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
9057 warning in org-exp.el.
9058
90592010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9060
9061 * org-publish.el (org-publish-file): Better error message if
9062 base-directory or publishing-directory are not defined.
9063
90642010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9065
9066 * org-colview.el (org-columns-display-here): Use overlays to
9067 overrule line prefix properties during column view.
9068
90692010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9070
9071 * org-agenda.el (org-agenda-filter-preset): Document the
9072 limitation for the filter preset - it can only be used for an
9073 entire agenda view, not in an individual block in a block agenda.
9074
90752010-11-11 Eric Schulte <schulte.eric@gmail.com>
9076
9077 * ob-table.el (sbe): Now able to accept range references from
9078 tables.
9079
90802010-11-11 Eric Schulte <schulte.eric@gmail.com>
9081
9082 * ob.el (org-babel-pick-name): If colnames or rownames contain a
9083 list of names, then use those directly.
9084
90852010-11-11 Eric Schulte <schulte.eric@gmail.com>
9086
4d789d84
SM
9087 * org-exp.el (org-export-format-source-code-or-example):
9088 Escape underscores in code block names on latex listings export.
afe98dfa
CD
9089
90902010-11-11 Eric Schulte <schulte.eric@gmail.com>
9091
4d789d84
SM
9092 * ob-tangle.el (org-babel-with-temp-filebuffer):
9093 Use find-file-noselect to avoid excess buffer movement.
afe98dfa
CD
9094
90952010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9096
9097 * org-html.el (org-html-should-inline-p): Only inline images if
9098 they should be.
9099
91002010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9101
9102 * org-id.el (org-id-store-link): Autoload.
9103
9104 * org.el ("org-id"): Autoload `org-id-store-link'.
9105
91062010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9107
9108 * org-html.el (org-html-should-inline-p): Only inline images if
9109 they should be.
9110
91112010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
9112
9113 * org-icalendar.el (org-icalendar-alarm-time): New option.
9114
9115 * org-icalendar.el (org-print-icalendar-entries): Timed events are
9116 exported with alarm events, a.k.a. reminders.
9117
91182010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9119
9120 * org-capture.el (org-capture-target-buffer): Throw an error if we
9121 have no target file.
9122 (org-capture-select-template): Use a default template if the user
9123 has not specified any.
9124
91252010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9126
9127 * org.el (org-modules): Add entry for org-velocity.
9128
91292010-11-11 Eric Schulte <schulte.eric@gmail.com>
9130
9131 * ob-lob.el (org-babel-lob-execute): Changing indentation to
9132 improve line length.
9133
91342010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9135
9136 * org-exp.el (org-export-handle-table-metalines): Choose a better
9137 position for checking protectedness.
9138
91392010-11-11 Eric Schulte <schulte.eric@gmail.com>
9140
9141 * org-table.el (org-table-convert-region): Don't continue csv
9142 importation which the point catches the end, this fixes an
9143 infinite loop which was caused by the (point) never catching up
9144 with the "end" marker.
9145
91462010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9147
9148 * org-macs.el (org-string-nw-p): New function.
9149
9150 * org-capture.el (org-capture-import-remember-templates):
9151 Interpret an empty string as request to use
9152 `org-default-notes-file'.
9153 (org-capture-target-buffer): If the FILE is not a (non-empty)
9154 string, use `org-default-notes-file'.
9155
91562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9157
9158 * org-capture.el (org-capture-templates): Fix customize type.
9159
91602010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9161
9162 * org-colview-xemacs.el (org-columns-compile-map):
9163 (org-columns-number-to-string):
9164 (org-columns-string-to-number): Handle estimate ranges.
9165 (org-estimate-mean-and-var): New function.
9166 (org-estimate-combine): New function.
9167 (org-estimate-print): New function.
9168 (org-string-to-estimate): New function.
9169
40b1a3a9
JB
91702010-09-25 Juanma Barranquero <lekktu@gmail.com>
9171
9172 * org.el (org-refile-targets):
9173 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
9174
e720ae53
GM
91752010-08-19 Glenn Morris <rgm@gnu.org>
9176
9177 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
9178 (org-save-outline-visibility): Move to org-macs.
9179 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
9180 (org-save-outline-visibility): Move here from org.el.
9181 (show-all): Autoload it.
9182 * ob.el: Don't require org when compiling.
9183
eeb4145e
GM
91842010-08-18 Glenn Morris <rgm@gnu.org>
9185
9186 * ob.el: Require org when compiling.
9187 (org-save-outline-visibility): Remove macro declaration.
9188 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
9189 Remove unnecessary/macro declarations.
9190 * org-docview.el: Require doc-view when compiling.
9191 (doc-view-goto-page): Autoload rather than declaring.
9192 (doc-view-current-page): Remove macro declaration.
9193
f1eee0b6
GM
91942010-08-17 Glenn Morris <rgm@gnu.org>
9195
9196 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
9197 (org-entry-get, org-table-import): Fix declarations.
9198 (org-match-string-no-properties): Remove unnecessary declaration.
9199 * ob-sh.el (org-babel-comint-in-buffer)
9200 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
9201 (org-babel-comint-with-output): Remove unnecessary declarations.
9202 * ob-R.el (orgtbl-to-tsv): Fix declaration.
9203 * org-list.el (org-entry-get): Fix declaration.
9204
86fbb8ca
CD
92052010-07-19 Eric Schulte <schulte.eric@gmail.com>
9206
9207 * ob-C.el: New file.
9208 * ob-R.el: New file.
9209 * ob-asymptote.el: New file.
9210 * ob-clojure.el: New file.
9211 * ob-comint.el: New file.
9212 * ob-css.el: New file.
9213 * ob-ditaa.el: New file.
9214 * ob-dot.el: New file.
9215 * ob-emacs-lisp.el: New file.
9216 * ob-eval.el: New file.
9217 * ob-exp.el: New file.
9218 * ob-gnuplot.el: New file.
9219 * ob-haskell.el: New file.
9220 * ob-keys.el: New file.
9221 * ob-latex.el: New file.
9222 * ob-lob.el: New file.
9223 * ob-matlab.el: New file.
9224 * ob-mscgen.el: New file.
9225 * ob-ocaml.el: New file.
9226 * ob-octave.el: New file.
9227 * ob-perl.el: New file.
9228 * ob-python.el: New file.
9229 * ob-ref.el: New file.
9230 * ob-ruby.el: New file.
9231 * ob-sass.el: New file.
9232 * ob-screen.el: New file.
9233 * ob-sh.el: New file.
9234 * ob-sql.el: New file.
9235 * ob-sqlite.el: New file.
9236 * ob-table.el: New file.
9237 * ob-tangle.el: New file.
9238 * ob.el: New file.
9239
92402010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9241
9242 * org-mks.el: New file.
9243 * org-capture.el: New file.
9244
92452010-07-19 Christian Egli <christian.egli@sbszh.ch>
9246
9247 * org-taskjuggler.el: New file.
9248
92492010-07-19 Matt Lundin <mdl@imapmail.org>
9250
a628ad9d 9251 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
86fbb8ca
CD
9252 in org-agenda-text-search-extra-files.
9253
92542010-07-19 David Maus <dmaus@ictsoc.de>
9255
a628ad9d 9256 * org-list.el (org-list-send-list): Locally bind variable `txt'.
86fbb8ca
CD
9257
92582010-07-19 Eric Schulte <schulte.eric@gmail.com>
9259
a628ad9d 9260 * org.el (org-reload): Now also reloading babel files.
86fbb8ca
CD
9261
92622010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9263
9264 * org-capture.el (org-capture-set-plist): Make sure txt is a string
9265 before calling `string-match'.
9266 (org-capture-templates): Fix customization type.
9267
92682010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9269
a628ad9d
JB
9270 * org-latex.el (org-export-latex-preprocess): Make a special case
9271 for \nbsp.
86fbb8ca
CD
9272 (org-latex-entities): Remove the entry for \nbsp.
9273 (org-latex-entities-exceptions): Variable removed.
9274
92752010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9276
9277 * org-capture.el (org-capture-refile): Do not try to manipulate
9278 bookmark list.
9279
9280 * org.el (org-refile): Use the correct bookmark here.
9281
92822010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9283
9284 * org-list.el (org-list-send-list): Parse list from its true beginning.
9285
9286 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
9287
92882010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9289
9290 * org.el (org-insert-link): Correctly determine if we should use
9291 a relative path.
9292
92932010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9294
9295 * org-list.el (org-list-radio-list-templates): Fix templates.
9296
92972010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9298
a628ad9d 9299 * org-list.el (org-list-send-list): Regexp defining the start of
86fbb8ca
CD
9300 a radio list is now on par with the one used for radio tables.
9301
93022010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9303
9304 * org-entities.el (org-entities-help): Add a headline for
9305 the user-defined entities.
9306
93072010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
9308
9309 * org-agenda.el (org-agenda-action): Document capture key and add it
9310 to the prompt.
9311
93122010-07-19 Eric Schulte <schulte.eric@gmail.com>
9313
a628ad9d 9314 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
86fbb8ca
CD
9315
93162010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9317
9318 * org-latex.el (org-export-latex-first-lines): Do not mark
a628ad9d 9319 meta lines for removal. Do not remove BABEL config lines during export.
86fbb8ca
CD
9320
93212010-07-19 David Maus <dmaus@ictsoc.de>
9322
9323 * org-capture.el (org-capture): Check if
9324 `org-capture-link-is-already-stored' is bound before evaluating.
9325
93262010-07-19 Eric Schulte <schulte.eric@gmail.com>
9327
a628ad9d 9328 * org.el: Add autoload for org-babel-do-load-languages.
86fbb8ca
CD
9329
93302010-07-19 Eric Schulte <schulte.eric@gmail.com>
9331
a628ad9d 9332 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
86fbb8ca
CD
9333
93342010-07-19 David Maus <dmaus@ictsoc.de>
9335
9336 * org-feed.el: Change indentation to match coding style
9337 guideline.
9338
93392010-07-19 David Maus <dmaus@ictsoc.de>
9340
9341 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
9342 library if necessary.
9343
93442010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9345
9346 * org-beamer.el (org-beamer-amend-header): Standardize the
9347 header cookie for the beamer extra stuff.
9348
93492010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9350
9351 * org-beamer.el (org-beamer-amend-header): Put extra header
9352 last in header.
9353
93542010-07-19 David Maus <dmaus@ictsoc.de>
9355
9356 * org-exp-blocks.el (org-export-blocks-format-ditaa)
9357 (org-export-blocks-format-dot): Remove text properties of body before
9358 calculating cache hash.
9359
93602010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9361
9362 * org-latex.el (org-export-latex-tabular-environment): New option.
9363 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
9364
93652010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9366
9367 * org-compat.el (org-version-check): New function.
9368
9369 * org-indent.el (org-indent-mode): Check for exact emacs version.
9370
93712010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9372
9373 * org-capture.el (org-capture-templates): Allow the template
9374 to come from a file or function call.
9375 (org-capture-place-entry): Get the template from file or function.
9376
93772010-07-19 David Maus <dmaus@ictsoc.de>
9378
9379 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
9380 position if target is entire file.
9381
93822010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9383
9384 * org.el (org-autoload): Autoload a few more org-table functions.
9385
93862010-07-19 Eric Schulte <schulte.eric@gmail.com>
9387
a628ad9d 9388 * org.el (org-babel-load-languages): Add ob-mscgen.
86fbb8ca
CD
9389
93902010-07-19 Eric Schulte <schulte.eric@gmail.com>
9391
a628ad9d
JB
9392 * org-latex.el (org-export-latex-tables): Format string now
9393 matches options.
86fbb8ca
CD
9394
93952010-07-19 Eric Schulte <schulte.eric@gmail.com>
9396
a628ad9d 9397 * org.el (org-babel-load-languages): This variable controls which
86fbb8ca
CD
9398 languages will be loaded by org-babel. It is customizable through
9399 the customize interface.
9400
94012010-07-19 Eric Schulte <schulte.eric@gmail.com>
9402
a628ad9d
JB
9403 * org-latex.el (org-export-latex-format-image): Update number of
9404 arguments to allow for an optional short-name.
86fbb8ca
CD
9405
94062010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9407
a628ad9d 9408 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
86fbb8ca
CD
9409
94102010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9411
4d789d84
SM
9412 * org-capture.el (org-capture-set-target-location):
9413 Store exact positions for file+regexp and file+function targets.
86fbb8ca 9414 (org-capture-place-entry, org-capture-place-item)
4d789d84
SM
9415 (org-capture-place-table-line, org-capture-place-plain-text):
9416 Respect exact positions.
86fbb8ca
CD
9417 (org-capture-finalize): Make sure we are at the beginning of a line
9418 when fixing the empty lines after the entry.
9419
94202010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9421
9422 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
9423 (org-entry-get): Pass `literal-nil' into
9424 `org-entry-get-with-inheritance'.
9425 (org-todo): React to nil values of the LOGGING property.
9426
94272010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9428
a628ad9d 9429 * org.el (org-default-notes-file): Update docstring.
86fbb8ca
CD
9430
94312010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9432
9433 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
9434
94352010-07-19 Eric Schulte <schulte.eric@gmail.com>
9436
4d789d84
SM
9437 * org-exp.el (org-export-attach-captions-and-attributes):
9438 Add a shortname attribute to caption strings under the symbol name
86fbb8ca
CD
9439 org-caption-shortn.
9440
94412010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9442
4d789d84
SM
9443 * org.el (org-switchb): Rename from `org-iswitchb'.
9444 Improve docstring.
86fbb8ca
CD
9445 (org-iswitchb): New alias.
9446 (org-ido-switchb): Make alias point to `org-switchb'.
9447
94482010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9449
4d789d84
SM
9450 * org-capture.el (org-capture-fill-template):
9451 Respect time-of-day preference in template prompt.
86fbb8ca
CD
9452
94532010-07-19 David Maus <dmaus@ictsoc.de>
9454
9455 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
9456
94572010-07-19 David Maus <dmaus@ictsoc.de>
9458
9459 * org-wl.el (org-wl-disable-folder-check): New customization
9460 variable.
9461 (org-wl-open): Disable folder check depending on
9462 `org-wl-disable-folder-check'.
9463
94642010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9465
4d789d84
SM
9466 * org-capture.el (org-capture-set-target-location):
9467 Fix file+function interpretation.
86fbb8ca
CD
9468
94692010-07-19 David Maus <dmaus@ictsoc.de>
9470
9471 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
9472 content.
9473
94742010-07-19 David Maus <dmaus@ictsoc.de>
9475
9476 * org-feed.el (xml-entity-alist): Declare variable
9477 `xml-entity-alist' for byte compiler.
9478
94792010-07-19 David Maus <dmaus@ictsoc.de>
9480
4d789d84
SM
9481 * org-feed.el (org-feed-unescape): New function.
9482 Unescape protected entities.
86fbb8ca
CD
9483 (org-feed-parse-atom-entry): Use function for atom:content
9484 type text and html.
9485
94862010-07-19 David Maus <dmaus@ictsoc.de>
9487
9488 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
9489 element names.
9490
94912010-07-19 Bernt Hansen <bernt@norang.ca>
9492
9493 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
9494 when displaying items on todays agenda date.
9495
94962010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9497
9498 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
9499 value of EXTRA.
9500
95012010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9502
4d789d84
SM
9503 * org-publish.el (org-publish-initialize-cache):
9504 Make timestamp directory, the entire path to it.
86fbb8ca
CD
9505
95062010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9507
9508 * org-exp.el (org-export-handle-comments): Make sure to check
9509 for protection in the comment line, and not in the line after it.
9510
95112010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9512
9513 * org-html.el (org-export-html-preprocess): Call org-format-latex,
9514 possibly with a protect-only argument.
9515
9516 * org.el (org-format-latex): New argument PROTECT-ONLY.
9517
95182010-07-19 Eric Schulte <schulte.eric@gmail.com>
9519
a628ad9d 9520 * org-exp.el (org-export-handle-table-metalines): This function
86fbb8ca
CD
9521 removes table specific meta-lines, now that we aren't wiping
9522 everything that looks remotely like a comment at the end of the
9523 export process we have to be sure to catch all of the specific lines
a628ad9d 9524 in org-exp.el.
86fbb8ca
CD
9525
95262010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9527
a628ad9d 9528 * org-exp.el (org-export-select-backend-specific-text): Properly
86fbb8ca
CD
9529 get rid of #+Backend and #+ATTR_Backend specifics to backends not
9530 matching the one we're exporting to.
9531
86fbb8ca
CD
95322010-07-19 Eric Schulte <schulte.eric@gmail.com>
9533
a628ad9d 9534 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
86fbb8ca 9535 option which will strip newline characters from the text of table
a628ad9d 9536 cells and replace then with "\n".
86fbb8ca
CD
9537
95382010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9539
76e3243a 9540 * org.el (org-confirm-shell-link-function)
86fbb8ca
CD
9541 (org-confirm-elisp-link-function): Limit the values that can be set by
9542 file variables.
9543
95442010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9545
9546 * org.el (org-compute-latex-and-specials-regexp): Deal with
9547 string elements by discarding them.
9548
95492010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9550
9551 * org.el (org-iswitchb): Make sure to use at least iswitchb.
9552
95532010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9554
a628ad9d
JB
9555 * org-capture.el (org-capture-position-for-last-stored)
9556 (org-capture-bookmark-last-stored-position): New functions.
86fbb8ca 9557 (org-capture-place-table-line): Better error catching.
76e3243a 9558 (org-capture-place-item, org-capture-place-entry)
4d789d84
SM
9559 (org-capture-place-plain-text):
9560 Call `org-capture-position-for-last-stored'.
86fbb8ca
CD
9561 (org-capture-finalize): Just call
9562 `org-capture-bookmark-last-stored-position'.
9563
95642010-07-19 Eric Schulte <schulte.eric@gmail.com>
9565
4d789d84
SM
9566 * org-exp.el (org-export-mark-blockquote-verse-center):
9567 Fix small bug, now grabbing match data before overwritten by looking-at
86fbb8ca 9568 this fixes a problem with remainders of #+end_quote lines appearing
a628ad9d 9569 in exported output.
86fbb8ca
CD
9570
95712010-07-19 David Maus <dmaus@ictsoc.de>
9572
9573 * org.el (org-link-frame-setup): Add customization option for
9574 Wanderlust.
9575
95762010-07-19 Eric Schulte <schulte.eric@gmail.com>
9577
a628ad9d 9578 * org-latex.el (org-export-latex-fixed-width): Now check
86fbb8ca 9579 org-example rather than org-protected on verbatim export, because by
a628ad9d 9580 default all ": " prefixed lines are marked protected.
86fbb8ca
CD
9581
95822010-07-19 Eric Schulte <schulte.eric@gmail.com>
9583
a628ad9d
JB
9584 * org-latex.el (org-export-latex-fixed-width): Check for
9585 protection before wrapping ": " lines as verbatim.
86fbb8ca
CD
9586
95872010-07-19 Eric Schulte <schulte.eric@gmail.com>
9588
a628ad9d
JB
9589 * org-exp.el (org-export-handle-comments): Check for protection
9590 before removing comments.
86fbb8ca
CD
9591
95922010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9593
9594 * org-entities.el (org-entities): Restructure the list.
9595 (org-entities-help): Turn the help output into a buffer
9596 in Org-mode, so that it becomes easier to find a symbol
9597 in the structure.
9598 (org-entities-create-table): Deal with new structure.
9599
96002010-07-19 David Maus <dmaus@ictsoc.de>
9601
9602 * org-agenda.el (org-write-agenda): Use backquotes to expand
9603 `flet' at compile time.
9604
96052010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9606
9607 * org.el (org-entry-properties): Make sure that standard property
9608 names are used even if the user has customized time keywords.
9609
96102010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9611
9612 * org-macs.el (org-not-nil): Return the value if not interpreted
9613 as nil.
9614
76e3243a 9615 * org.el (org-entry-get)
86fbb8ca
CD
9616 (org-entry-get-with-inheritance): Interpret the value "nil"
9617 as nil for properties.
9618
96192010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9620
9621 * org.el (org-switch-to-buffer-other-window): Return the buffer.
9622
96232010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9624
9625 * org-macs.el (org-not-nil): New function.
9626
9627 * org.el (org-block-todo-from-children-or-siblings-or-parent):
9628 Use `org-not-nil' to interpret a property value of nil.
9629
96302010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9631
9632 * org.el (org-truely-invisible-p): New function.
9633 (org-beginning-of-line): Use `org-truely-invisible-p'.
9634
96352010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9636
9637 * org-agenda.el (org-agenda-get-timestamps): No errors
9638 while getting TODO state.
9639 (org-agenda-highlight-todo): No error when no keyword has
9640 been matched.
9641
96422010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9643
9644 * org.el (org-timestamp-change): New optional argument UPDOWN.
9645 Use this to identify calls from org-timestamp-up/down, so that we can
9646 skip by rounding minutes in this case.
76e3243a 9647 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
86fbb8ca
CD
9648 (org-timestamp-down-day): Call org-timestamp-change with the
9649 updown argument.
9650
96512010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9652
9653 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
9654
9655 * org-capture.el: New file.
9656
9657 * org-compat.el (org-get-x-clipboard): Function moved here from
9658 remember.el.
9659
a628ad9d 9660 * org-mks.el: New file.
86fbb8ca
CD
9661
9662 * org.el (org-set-regexps-and-options): Allow statistic cookies as
9663 part of complex headlines.
9664 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
9665 OLP does not contain a file name.
9666
96672010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9668
9669 * org.el (org-mode): Set `comment-start' instead of changing the
9670 syntax of the `#' character.
9671
96722010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9673
9674 * org-exp.el (org-export-format-source-code-or-example): Mark examples
a628ad9d 9675 by a property.
86fbb8ca
CD
9676
9677 * org-html.el (org-export-html-close-lists-maybe): Check if raw
a628ad9d 9678 HTML stuff was actually made from an example.
86fbb8ca 9679
86fbb8ca
CD
96802010-07-19 Bastien Guerry <bzg@altern.org>
9681
a628ad9d 9682 * org-latex.el: Items are no longer skipped when their first line
86fbb8ca
CD
9683 ends on a protected element.
9684
a628ad9d 9685 * org-list.el: Protected environments looking like lists are not
86fbb8ca
CD
9686 exported anymore.
9687
96882010-07-19 Eric Schulte <schulte.eric@gmail.com>
9689
9690 * org-exp-blocks.el (org-export-blocks-preprocess):
a628ad9d 9691 Cleanup trailing newline after block.
86fbb8ca
CD
9692
96932010-07-19 Bastien Guerry <bzg@altern.org>
9694
a628ad9d 9695 * org-exp.el: Comment regexp now matches documentation. No more
86fbb8ca
CD
9696 protection check when deleting comments before export.
9697
96982010-07-19 Bastien Guerry <bzg@altern.org>
9699
9700 * org-exp.el (org-export-preprocess-string):
a628ad9d
JB
9701 Now using `org-export-handle-include-files-recurse' to resolve
9702 included files.
86fbb8ca
CD
9703
97042010-07-19 Bastien Guerry <bzg@altern.org>
9705
76e3243a 9706 * org-agenda.el (org-agenda-get-deadlines)
86fbb8ca 9707 (org-agenda-get-scheduled):
86fbb8ca
CD
9708 * org.el (org-time-string-to-seconds):
9709 For deadline and scheduled agenda display ignore the cyclic repeater
9710 when calculating how many days late the task is. If you have a weekly
9711 task and miss the date the agenda view will show more than a week late
9712 now instead of resetting on the cyclic repeating date. This makes it
9713 much more obvious when you missed a repeating task after the repeater.
9714
97152010-07-19 Bastien Guerry <bzg@altern.org>
9716
9717 * org-exp.el (org-export-mark-blockquote-verse-center):
9718 Consider environments that end at eob.
9719
97202010-07-19 Mikael Fornius <mfo@abc.se>
9721
9722 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
a628ad9d 9723 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
86fbb8ca
CD
9724 display correctly.
9725
97262010-07-19 Mikael Fornius <mfo@abc.se>
9727
9728 * org.el (org-at-property-p): Use save-match-data macro instead of let.
9729
97302010-07-19 Mikael Fornius <mfo@abc.se>
9731
a628ad9d 9732 * org.el (test): Remove unused test function.
86fbb8ca
CD
9733
97342010-07-19 Eric Schulte <schulte.eric@gmail.com>
9735
a628ad9d 9736 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
86fbb8ca
CD
9737
97382010-07-19 Eric Schulte <schulte.eric@gmail.com>
9739
4d789d84
SM
9740 * org-exp-blocks.el (org-export-blocks-postblock-hook):
9741 Add documentation to and turn into a defcustom.
86fbb8ca
CD
9742
97432010-07-19 Eric Schulte <schulte.eric@gmail.com>
9744
a628ad9d 9745 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
86fbb8ca
CD
9746 instead of to nil we avoid errors when :prefix1 is defined, but
9747 prefix is not.
9748
97492010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9750
9751 * org-latex.el (org-export-latex-preprocess): Environments coming
9752 from latex backend specific instructions (#+LaTeX) are already
9753 protected and won't be treated as normal environments.
9754
97552010-07-19 Bastien Guerry <bzg@altern.org>
9756
9757 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
9758
97592010-07-19 Bastien Guerry <bzg@altern.org>
9760
9761 * org-timer.el (org-timer-set-timer): Use a prefix argument.
9762 See the docstring of the function.
9763
97642010-07-19 Bastien Guerry <bzg@altern.org>
9765
c80e3b4a 9766 * org-timer.el (org-timer-set-timer): Fix bug about canceling
86fbb8ca
CD
9767 timers.
9768
97692010-07-19 David Maus <dmaus@ictsoc.de>
9770
9771 * org-w3m.el (org-w3m-copy-for-org-mode)
9772 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
9773 Get text property directly, not using macro `w3m-anchor'.
9774
97752010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9776
9777 * org.el (org-emph-re): Document the match groups.
9778
a628ad9d 97792010-07-19 Bernt Hansen <bernt@norang.ca>
86fbb8ca
CD
9780
9781 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
9782 t before calling `org-clock-out', so that that function can
9783 know its call context.
9784
97852010-07-19 Bastien Guerry <bzg@altern.org>
9786
9787 * org-timer.el (org-timer-default-timer): New variable.
9788 (org-timer-set-timer): Use the new variable. Also offer the
9789 possibility to replace the current timer by a new one.
9790
97912010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9792
9793 * org.el (org-kill-note-or-show-branches): Hide subtree before
9794 exposing the headings.
9795
97962010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9797
9798 * org.el (org-add-planning-info): Remove the empty line also
9799 if there is no whitespace at all in there.
9800
9801 * org-table.el (org-table-align): Fix alignment of strings
9802 with invisible characters.
9803
98042010-07-19 David Maus <dmaus@ictsoc.de>
9805
9806 * org.el (org-refile-cache-get): Return empty list of targets
9807 when cache was cleared.
9808 (org-clone-subtree-with-time-shift): Maybe create ID property
9809 in cloned subtrees.
9810 (org-clone-delete-id): New customization variable.
9811 (org-clone-subtree-with-time-shift): Use customization
9812 variable `org-clone-delete-id'.
9813 (org-clone-subtree-with-time-shift): Remove empty property
9814 drawer in cloned subtrees.
9815
98162010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9817
9818 * org.el (org-refile-use-cache): New option.
9819 (org-refile-cache, org-refile-markers): New variable.
9820 (org-refile-marker, org-refile-cache-clear)
9821 (org-refile-cache-check-set, org-refile-cache-put)
9822 (org-refile-cache-get): New function.
9823 (org-get-refile-targets): Use the refile cache.
9824
9825 * org-clock.el (org-clock-sum): Don't include running clock if
9826 the time block is wrong.
9827
98282010-07-19 John Wiegley <jwiegley@gmail.com>
9829
4d789d84
SM
9830 * org-clock.el (org-clock-clock-in, org-clock-in):
9831 Add parameter `start-time'.
a628ad9d 9832 (org-clock-resolve-clock): Add parameter `clock-out-time'.
86fbb8ca
CD
9833 If set, and resolve-to is a past time, then the clock out
9834 event occurs at `clock-out-time' rather than at `resolve-to'.
9835 In this case, `resolve-to' becomes the clock in time.
a628ad9d 9836 (org-clock-jump-to-current-clock): Create new global command
86fbb8ca 9837 to reveal the current clock.
a628ad9d 9838 (org-clock-resolve): Add new commands g/G and j/J, and a
86fbb8ca
CD
9839 help window describing all commands and their meaning.
9840 (org-clock-resolve-expert): New customization variable.
a628ad9d 9841 (org-find-open-clocks): Fix a bug that caused discovered
86fbb8ca 9842 clocks not to match up with the currently active clock.
a628ad9d 9843 (org-resolve-clocks): Change the argument
86fbb8ca
CD
9844 `also-non-dangling-p' to `only-dangling-p', since due to a bug
9845 this was the default behavior all along.
9846
98472010-07-19 David Maus <dmaus@ictsoc.de>
9848
9849 * org-id.el (org-id-uuid): New function. Return string with
9850 random (version 4) UUID.
9851 (org-id-method): Make 'uuid the new default value.
9852 (org-id-new): Use `org-id-uuid' if call to uuidgen program
9853 does not return a UUID.
9854
98552010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9856
9857 * org-latex.el (org-export-latex-format-image): Add support
9858 for multicolumn figures in LaTeX.
9859
98602010-07-19 David Maus <dmaus@ictsoc.de>
9861
9862 * org.el (org-clone-subtree-with-time-shift): Remove ID
9863 property of original subtree in cloned subtrees.
9864
98652010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9866
9867 * org-exp.el (org-export-format-source-code-or-example):
9868 XEmacs compatibility.
9869
9870 * org-latex.el (org-export-latex-tables): Accept comma in
9871 align string.
9872
9873 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
9874 (org-export-docbook-xslt-proc-command): Fix docstring.
9875 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
4d789d84
SM
9876 (org-export-as-docbook-pdf):
9877 Improve formatting of the xslt command.
86fbb8ca
CD
9878
9879 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
9880
9881 * org.el (org-file-contents): Improve error message.
9882 (org-set-regexps-and-options): Remove spaces at both ends.
9883
98842010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9885
4d789d84
SM
9886 * org-docbook.el (org-export-as-docbook-pdf):
9887 Improve formatting of the xslt command.
86fbb8ca
CD
9888
98892010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
9890
9891 * org-publish.el (org-publish-cache): Use one big hashmap for
9892 each project defined in `org-publish-project-alist'.
9893 (initialize-files-alist): Function removed.
a628ad9d 9894 (org-publish-validate-link): Function removed.
86fbb8ca
CD
9895 (org-publish-get-base-files): Add variable `sitemap-requested'
9896 to avoid sorting where possible.
9897 (org-publish-get-files): Function removed.
9898 (org-publish-get-project-from-filename): Make independent of
9899 file list.
9900 (org-publish-file): New argument NO-CACHE.
9901
99022010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9903
4d789d84
SM
9904 * org.el (org-beginning-of-defun, org-end-of-defun):
9905 New functions.
86fbb8ca
CD
9906 (org-mode): Install the `org-beginning-of-defun' and
9907 `org-end-of-defun' functions.
9908 (org-pretty-entities): New option.
9909 (org-toggle-pretty-entities): New command.
9910 (org-fontify-entities): New function.
9911 (org-startup-options): New keywords for pretty entities.
9912 (org-set-font-lock-defaults): Call the pretty entities
9913 function.
9914
9915 * org-latex.el (org-export-latex-keywords-maybe): Protect the
9916 TODO markup.
9917
99182010-07-19 Mikael Fornius <mfo@abc.se>
9919
9920 * org-habit.el (org-habit-build-graph): Help-echo date when
9921 mouse is over stars.
9922
99232010-07-19 Jan Böker <jan.boecker@jboecker.de>
9924
9925 * org.el (org-file-apps): Improve docstring to reflect
a628ad9d 9926 grouping matches.
86fbb8ca
CD
9927
99282010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9929
9930 * org.el (org-set-startup-visibility): Fix empty line display.
9931
9932 * org-latex.el (org-export-latex-links): Use the formatting
9933 function of the link type, if it is available.
9934
9935 * org-table.el (org-table-get-remote-range): Return to
9936 original buffer when retrieving remote reference.
9937
9938 * org.el (org-display-inline-images): Do the entire buffer,
9939 not just the narrowed region. Clear the cache.
9940 (org-display-inline-images): Match mode file paths.
9941
99422010-07-19 David Maus <dmaus@ictsoc.de>
9943
9944 * org-wl.el (org-wl-store-link-folder): Don't throw error when
9945 called on WL folder group.
9946
99472010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9948
9949 * org.el (org-replace-escapes): Make sure the cdr is not nil.
9950 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
9951 (org-mode): Revert comment syntax changes.
9952
99532010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9954
9955 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
9956 keywords, and `C-c / T' for a specific one.
9957
99582010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9959
9960 * org.el (org-mode): Fix comment syntax settings.
9961
4d789d84
SM
9962 * org-src.el (org-edit-src-allow-write-back-p):
9963 Define variable.
86fbb8ca
CD
9964
9965 * org.el (org-inline-image-overlays): New variable.
9966 (org-toggle-inline-images, org-display-inline-images)
9967 (org-remove-inline-images): New commands.
9968 (org-mode-map): Define a key for `org-toggle-inline-images'.
9969
99702010-07-19 David Maus <dmaus@ictsoc.de>
9971
4d789d84
SM
9972 * org-wl.el (org-wl-message-field): New function.
9973 Return content of header field in message entity.
86fbb8ca
CD
9974 (org-wl-store-link): Call `org-wl-store-link-folder' or
9975 `org-wl-store-link-message' depending on major-mode.
9976 (org-wl-store-link-folder): New function. Store link to
9977 Wanderlust folder.
9978 (org-wl-store-link-message): New function. Store link to
9979 Wanderlust message.
9980 (org-wl-store-link-message): Store link to message while
9981 visiting message.
9982 (org-wl-open): Don't try to jump to message when opening a
9983 folder link.
9984
99852010-07-19 David Maus <dmaus@ictsoc.de>
9986
9987 * org.el (org-replace-escapes): Avoid infinite loop when
9988 replace string contains escape sequence it replaces.
9989
99902010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9991
9992 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
9993 encryption when now key is set.
9994
99952010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9996
9997 * org-table.el (org-table-recalculate-buffer-tables)
9998 (org-table-iterate-buffer-tables): New commands.
9999
10000 * org.el (org-check-for-hidden): When there is a region, skip
10001 the check.
10002
100032010-07-19 Dan Davison <davison@stats.ox.ac.uk>
10004
10005 * org-src.el (org-edit-src-code): allow-write-back-p had
a628ad9d 10006 erroneously been omitted from let binding.
86fbb8ca
CD
10007
100082010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10009
10010 * org-agenda.el (org-sorting-choice): New sorting type alpha.
10011 (org-cmp-alpha): New defsubst.
10012 (org-em): New defsubst.
10013 (org-entries-lessp): Only compute needed comparisons.
10014
100152010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10016
10017 * org-html.el (org-format-org-table-html): Test all columns
10018 for number content.
10019
100202010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10021
4d789d84
SM
10022 * org-latex.el (org-export-latex-treat-sub-super-char):
10023 Make sure parenthesis matching is consistent.
86fbb8ca
CD
10024
10025 * org-table.el (org-table-colgroup-line-p)
10026 (org-table-cookie-line-p): New functions.
10027
10028 * org-exp.el (org-table-clean-before-export): Better tests for
10029 colgroup and cookie lines.
10030
100312010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10032
10033 * org-agenda.el (org-agenda-goto): Push a mark before changing
10034 the position.
10035
10036 * org-footnote.el (org-footnote): New group.
10037 (org-footnote-section)
10038 (org-footnote-tag-for-non-org-mode-files): Fix typos.
10039
10040 * org-list.el (org-end-of-item-text-before-children): Also do
10041 the right thing at the end of a file.
10042
4d789d84
SM
10043 * org.el (org-set-packages-alist, org-get-packages-alist):
10044 New function.
86fbb8ca
CD
10045 (org-export-latex-default-packages-alist)
10046 (org-export-latex-packages-alist): Add extra flag to
10047 each package, indicating if it should be used for snippets.
10048 (org-create-formula-image): Add the snippet argument.
10049 (org-splice-latex-header): New argument SNIPPET-P, pass it
10050 through to `org-latex-packages-to-string'.
10051 (org-latex-packages-to-string): New argument SNIPPET-P.
10052
10053 * org-latex.el (org-export-latex-make-header): Add the snippet
10054 argument.
10055
10056 * org-docbook.el (org-export-as-docbook): Implement ordered
10057 lists starting at some offset.
10058
100592010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10060
10061 * org.el (org-link-types, org-open-at-point): Add doi links.
10062
10063 * org-ascii.el (org-export-ascii-preprocess): Remove list
10064 startcounter cookies.
10065
10066 * org-list.el (org-renumber-ordered-list): Respect counter
10067 start values.
10068
10069 * org-latex.el (org-export-latex-lists): Accept ordered list
10070 item offset cookie.
10071
10072 * org-html.el (org-export-as-html): Accept ordered list
10073 item offset cookie.
10074
10075 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
10076 which messes up alignment of tags.
10077
100782010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10079
10080 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
10081 the modeline display is removed.
10082
4d789d84
SM
10083 * org-exp.el (org-export-format-drawer-function):
10084 Fix docstring.
86fbb8ca
CD
10085
10086 * org-agenda.el (org-agenda-refile): New optional argument
10087 NO-UPDATE.
10088 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
10089 is set.
10090 (org-agenda-bulk-action): Call the refile command with updates
10091 suppressed - but arrange for `org-agenda-redo' to be called at
10092 the end.
10093
10094 * org.el (org-mode): Make table mapping quiet.
10095 (org-table-map-tables): New optional argument QUIETLY.
10096
10097 * org-ascii.el (org-export-ascii-preprocess): Make table
10098 mapping quiet.
10099
4d789d84
SM
10100 * org-html.el (org-export-as-html, org-html-level-start):
10101 Change XHTML IDs to not use dots.
86fbb8ca 10102
4d789d84
SM
10103 * org-exp.el (org-export-define-heading-targets):
10104 Change XHTML IDs to not use dots.
86fbb8ca 10105
4d789d84
SM
10106 * org-docbook.el (org-export-docbook-level-start):
10107 Change XHTML IDs to not use dots.
86fbb8ca
CD
10108
10109 * org-latex.el (org-export-as-latex): Make sure that the
10110 result buffer is in latex-mode.
10111
10112 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
4d789d84
SM
10113 (org-shiftleft-final-hook, org-shiftright-final-hook):
10114 New hooks.
86fbb8ca
CD
10115
101162010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10117
10118 * org-table.el (org-table-justify-field-maybe): Make sure that
10119 inserting a value does not turn a line into a hline.
10120
101212010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10122
10123 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
10124 (org-clock-sum): Add property to selected headlines.
10125 (org-dblock-write:clocktable): Make tags matcher.
10126
10127 * org.el (org-set-autofill-regexps): XEmacs compatibility.
10128
10129 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
a628ad9d 10130 in latex class definitions.
86fbb8ca
CD
10131
10132 * org.el (org-shiftup-hook, org-shiftdown-hook)
10133 (org-shiftleft-hook, org-shiftright-hook): New hooks.
10134
10135 * org-entities.el (org-entities): Use \land and \lor for logical
10136 operators.
10137
10138 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
10139 indentation commands.
10140 (org-hidden-tree-error): New defsubst.
10141 (org-metaleft, org-metaright): Check for hidden stuff and throw an
10142 error.
10143 (org-check-for-hidden): New function.
10144
10145 * org-list.el (org-item-re): New function.
10146 (org-at-item-p): Use `org-item-re'.
10147 (org-end-of-item-text-before-children): New function.
10148 (org-outdent-item, org-indent-item): Arrange for leaving the
10149 subtree alone.
10150 (org-outdent-item-tree, org-indent-item-tree): New argument
10151 NO-SUBTREE.
10152 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
10153 to find the end for processing while ignoring the subtree.
10154
10155 * org-publish.el (org-publish-sitemap-sort-alphabetically)
10156 (org-publish-sitemap-sort-folders)
10157 (org-publish-sitemap-sort-ignore-case): New options.
10158
101592010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10160
10161 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
10162
10163 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
10164
10165 * org-publish.el (org-publish-project-alist): Update docstring.
10166 (org-publish-file-title-cache): New variable.
4d789d84
SM
10167 (org-publish-initialize-files-alist):
10168 Initialize `org-publish-initialize-files-alist' to nil.
86fbb8ca
CD
10169 (org-publish-sort-directory-files): New function.
10170 (org-publish-projects): Access the new properties.
10171 (org-publish-find-title): Use the file title cache.
10172 (org-publish-find-title): Build the file title cache.
10173 (org-publish-get-base-files-1): Sort files.
10174 (org-publish-aux-preprocess): Do not throw an error when before
10175 the first headline. Allow an empty target, meaning to link just
10176 to the file.
10177 (org-publish-index-generate-theindex.inc): Check if there is
10178 actually a target and only then add it to the link.
a628ad9d 10179 (org-publish-projects): Fix a remaining issue with the last commit.
86fbb8ca
CD
10180
10181 * org-html.el (org-export-as-html): Treat verse as open/close
10182 paragraph.
10183 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
10184 and out of lists.
10185
101862010-07-19 Dan Davison <davison@stats.ox.ac.uk>
10187
10188 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
10189 be used in a read-only mode.
a628ad9d 10190 (org-edit-src-code): Different message in read-only mode.
86fbb8ca
CD
10191
101922010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10193
10194 * org-src.el (org-edit-src-find-region-and-lang): Test for
10195 table.el as late as possible.
10196
10197 * org-colview-xemacs.el: Make sure this file is never loaded into
10198 Emacs. Remove all tests for XEmacs.
10199
10200 * org-colview.el: Make sure this file is never loaded into XEmacs.
10201
10202 * org-agenda.el (org-highlight, org-unhighlight): Use direct
10203 overlay calls.
10204
10205 * org.el (org-key): Apply the translations defined in
10206 `org-xemacs-key-equivalents'.
10207
10208 * org-mouse.el (org-mode-hook): Use `org-defkey'.
10209
10210 * org-compat.el (org-xemacs-key-equivalents): New constant.
10211
102122010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10213
10214 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
10215 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
10216 Obey `org-odd-levels-only'.
10217
10218 * org-compat.el (org-find-overlays): Use overlays-in/at.
10219
10220 * org.el (org-remove-empty-overlays-at)
10221 (org-outline-overlay-data, org-hide-block-toggle)
10222 (org-format-latex, org-context): Use overlays-in/at.
10223
10224 * org-src.el (org-edit-src-exit): Use overlays-in/at.
10225
10226 * org-agenda.el (org-agenda-mark-clocking-task)
10227 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
10228 (org-agenda-entry-text-hide)
10229 (org-agenda-fix-tags-filter-overlays-at)
10230 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
10231
10232 * org-compat.el (org-overlays-at): Function removed.
10233 (org-overlays-in): Function removed.
10234
102352010-07-19 Bastien Guerry <bzg@altern.org>
10236
10237 * org-clock.el (org-clock-set-current): Just return the headline
10238 itself, strip the TODO keyword, the priority cookie and the tags.
10239
102402010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10241
10242 * org-compat.el (org-xemacs-without-invisibility): New macro.
10243 (org-xemacs-without-invisibility): New macro.
10244 (org-indent-to-column, org-indent-line-to, org-move-to-column):
10245 Redefine using the macro `org-xemacs-without-invisibility'.
10246
10247 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
10248
10249 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
10250
10251 * org-compat.el (org-make-overlay, org-delete-overlay)
10252 (org-overlay-start, org-overlay-end, org-overlay-put)
4d789d84
SM
10253 (org-overlay-get, org-overlay-move, org-overlay-buffer):
10254 Functions removed.
86fbb8ca
CD
10255 (org-add-to-invisibility-spec): Function removed.
10256
10257 * org-html.el (org-export-as-html-and-open): Add argument to
10258 kill-buffer.
10259
10260 * org-habit.el (require): `calendar' is now required already by
10261 org.el on top level.
10262
10263 * org-clock.el (require): `calendar' is now required already by
10264 org.el on top level.
10265
10266 * org-agenda.el (require, org-timeline, org-agenda-list)
10267 (org-todo-list, org-agenda-to-appt): `calendar' is now required
10268 already by org.el on top level.
10269
10270 * org.el (org-export-latex-fix-inputenc): Declare function.
10271
10272 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
10273 variables.
10274
10275 * org.el (calendar): Require calendar now on top level in org.el
10276 and define aliases to new variables when needed.
10277 (org-read-date, org-goto-calendar): Do not bind obsolete
10278 variables.
10279
10280 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
10281 compilation warning, add comment that this cannot be done with
10282 `with-current-buffer'.
10283
10284 * org-wl.el (org-wl-open): Use `with-current-buffer'.
10285
10286 * org.el (overlay, org-remove-empty-overlays-at)
10287 (org-outline-overlay-data, org-set-outline-overlay-data)
10288 (org-show-block-all, org-hide-block-toggle)
10289 (org-highlight-new-match, org-remove-occur-highlights)
10290 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
10291 (org-read-date, org-read-date-display, org-eval-in-calendar)
10292 (org-format-latex, org-context)
10293 (org-speedbar-restriction-lock-overlay)
10294 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
10295
10296 * org-table.el (org-table-add-rectangle-overlay)
10297 (org-table-remove-rectangle-highlight)
10298 (org-table-overlay-coordinates)
10299 (org-table-toggle-coordinate-overlays): Use the normal overlay
10300 API.
10301
10302 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
10303 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
10304 normal overlay API.
10305
10306 * org-colview.el (org-columns-new-overlay)
10307 (org-columns-display-here, org-columns-remove-overlays)
10308 (org-columns-edit-value, org-columns-next-allowed-value)
10309 (org-columns-update): Use the normal overlay API.
10310
10311 * org-clock.el (org-clock-out, org-clock-cancel)
10312 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
10313 overlay API.
10314
10315 * org-agenda.el (org-agenda-mark-filtered-text)
10316 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
10317 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
10318 (org-agenda-entry-text-hide)
10319 (org-agenda-restriction-lock-overlay)
10320 (org-agenda-set-restriction-lock)
10321 (org-agenda-filter-by-tag-hide-line)
10322 (org-agenda-fix-tags-filter-overlays-at)
10323 (org-agenda-filter-by-tag-show-all, org-hl)
10324 (org-agenda-goto-calendar, org-agenda-bulk-mark)
10325 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
10326
10327 * org-freemind.el (org-freemind-from-org-mode-node)
93acd23d 10328 (org-freemind-from-org-mode)
4d789d84
SM
10329 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
10330 Use interactive-p instead of called-interactively, because this is
86fbb8ca
CD
10331 backward compatible with older Emacsen I still support..
10332
103332010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10334
10335 * org-exp.el (org-export-define-heading-targets): Fix bug in
10336 regexp finding ID and CUSTOM_ID properties.
10337
103382010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10339
4d789d84
SM
10340 * org-footnote.el (org-footnote-goto-previous-reference):
10341 Rename from `org-footnote-goto-next-reference'.
86fbb8ca
CD
10342
10343 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
10344 org-log-repeat is non-nil, or if there is clocking data in the
10345 entry.
10346
10347 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
10348
103492010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10350
10351 * org.el (org-align-all-tags): New command.
10352
103532010-07-19 David Maus <dmaus@ictsoc.de>
10354
10355 * org-wl.el (org-wl-link-remove-filter): New customizable
10356 variable. If non-nil, filter conditions are stripped when storing
10357 link to message in filter folder.
4d789d84
SM
10358 (org-wl-shimbun-prefer-web-links): New customizable variable.
10359 If non-nil, links to shimbun messages are created as web links to
86fbb8ca 10360 message source.
4d789d84
SM
10361 (org-wl-nntp-prefer-web-links): New customizable variable.
10362 If non-nil, links to nntp message are created as web links to gmane
86fbb8ca
CD
10363 or googlegroups.
10364 (org-wl-namazu-default-index): New customizable variable.
10365 Directory of namazu search index that should be used as default
10366 when opening a link in a search folder.
10367 (org-wl-folder-types): New constant. Wanderlust folder type
10368 indicators.
10369 (org-wl-folder-type): New function. Return type of Wanderlust
10370 folder.
10371 (org-wl-store-link): Create web links for shimbun or nntp messages
10372 and strip filter conditions depending on customizable variables.
10373 (org-wl-open): Open namazu search folder for message when called
10374 with prefix.
10375
103762010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10377
10378 * org.el (org-remove-if, org-remove-if-not): New functions.
10379 (org-open-file): Use internal remove-if functions.
10380
103812010-07-19 Jan Böcker <jan.boecker@jboecker.de>
10382
a628ad9d
JB
10383 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
10384 (org-file-apps-ex): Remove variable.
86fbb8ca
CD
10385 (org-open-file): Integrate org-file-apps-ex functionality back
10386 into org-file-apps, and decide whether to match a regexp against
10387 the link or the filename using org-file-apps-entry-uses-grouping-p.
10388
103892010-07-19 Jan Böcker <jan.boecker@jboecker.de>
10390
a628ad9d 10391 * org.el (org-file-apps-ex): New variable.
86fbb8ca 10392 (org-open-file): Before considering org-file-apps, first match the
4d789d84
SM
10393 regexps from org-file-apps-ex against the whole link.
10394 See docstring of org-file-apps-ex.
86fbb8ca
CD
10395
103962010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10397
4d789d84
SM
10398 * org.el (org-export-latex-default-packages-alist):
10399 Remove microtype package.
86fbb8ca
CD
10400 (org-todo-repeat-to-state): New variable.
10401 (org-auto-repeat-maybe): Allow user-selected target states.
10402 (org-default-properties): Add the new property REPEAT_TO_STATE.
10403
104042010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10405
10406 * org-mobile.el (org-mobile-check-setup): Make sure that there is
10407 a binary to compute checksums.
10408
3820f429
CD
104092010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
10410
10411 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
10412 variables.
10413
10414 * org.el (calendar): Require calendar now on top level in org.el
10415 and define aliases to new variables when needed.
10416 (org-read-date, org-goto-calendar): Do not bind obsolete
10417 variables.
10418
c50b0f11
GM
104192010-06-22 Glenn Morris <rgm@gnu.org>
10420
10421 * org-entities.el: Add explicit utf-8 coding cookie to file with
10422 utf-8 characters.
10423
6dc439cb
SM
104242010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10425
10426 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
10427
61a808e8
CY
104282010-05-07 Chong Yidong <cyd@stupidchicken.com>
10429
10430 * Version 23.2 released.
10431
365f8d85
SM
104322010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10433
10434 * org-table.el (orgtbl-setup):
10435 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
10436
56eb0904
SM
104372010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * org-table.el (orgtbl-mode): Use define-minor-mode.
10440
ed21c5c8
CD
104412010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10442
56eb0904
SM
10443 * org.el (org-insert-link): Find the link buffer on visible frames.
10444 (org-export-latex-default-packages-alist): Hyperref must be loaded
ed21c5c8
CD
10445 late.
10446 (org-open-file): More care with the new matching for file links.
10447
104482010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10449
10450 * org-latex.el (org-export-latex-preprocess): Do not yet protect
10451 defined entities - these will be taken care of later.
10452 (org-export-latex-special-chars): Post-process entity replacement.
10453 (org-export-latex-fontify-headline): Do not yet protect defined
10454 entities - these will be taken care of later.
10455 (org-export-latex-tables, org-export-latex-links): Format the
10456 caption properly.
10457
10458 * org-entities.el (org-entities-user): Fix typo.
10459
a628ad9d 10460 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
ed21c5c8
CD
10461
10462 * org-entities.el (org-entities-user): Improve docstring.
10463
104642010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10465
10466 * org-entities.el (org-macs): Require org-macs, to be sure that we
10467 have `declare-function' defined.
10468
104692010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10470
10471 * org-latex.el (org-export-latex-classes): Update docstring.
10472
10473 * org.el (org-format-latex-header): Add cookies to the header.
0235128c 10474 (org-splice-latex-header): Implement placement according to cookies.
ed21c5c8
CD
10475
104762010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10477
10478 * org-publish.el (org-publish-aux-preprocess): Control case
10479 sensitivity.
10480
104812010-04-10 Bastien Guerry <bzg@altern.org>
10482
10483 * org.el (org-splice-latex-header): Fix typo.
10484
104852010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10486
0235128c
SM
10487 * org-latex.el (org-export-latex-make-header):
10488 Use `org-splice-latex-header' to build the header.
ed21c5c8
CD
10489 (org-export-latex-classes): Update docstring.
10490
10491 * org.el (org-splice-latex-header): New function.
10492 (org-create-formula-image): Use `org-splice-latex-header' to build
10493 the header.
10494
10495 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
10496
104972010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10498
10499 * org.el (org-export-latex-packages-alist)
10500 (org-export-latex-default-packages-alist): Fix docstring to
10501 reflect the expected structure.
10502
10503 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
10504 (org-export-docbook-finalize-table): Make use of label for tables.
10505
105062010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10507
10508 * org-attach.el (org-attach-commit): Split on newlines.
10509
10510 * org.el (org-export-latex-default-packages-alist): Use list
10511 instead of cons for the entries.
10512
105132010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10514
10515 * org-entities.el (org-entity-get-representation): Catch the case
10516 that there is not entry in the list.
10517
10518 * org-mobile.el (org-mobile-use-encryption)
10519 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
10520 New options.
10521 (org-mobile-check-setup): CHeck the encryption setup.
10522 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
10523 (org-mobile-create-sumo-agenda): Use encryption code.
10524 (org-mobile-encrypt-and-move): New function.
4d789d84
SM
10525 (org-mobile-encrypt-file, org-mobile-decrypt-file):
10526 New functions.
ed21c5c8
CD
10527 (org-mobile-move-capture): Decrypt the capture file.
10528
10529 * org.el (org-entities): Require the new file.
10530 (org-export-latex-default-packages-alist): New variable.
10531 (org-complete): Use new entity code for completion.
10532 (org-create-formula-image): Use the new packages variable.
10533
10534 * org-latex.el (org-export-latex-classes): Remove the standard
10535 packages from the class headers.
10536 (org-export-latex-make-header): Use the new package variable.
10537 (org-export-latex-special-chars): Better regexp for entities, to
10538 support entity name that contain numbers.
10539 (org-export-latex-treat-backslash-char): Use the new entity code.
10540
10541 * org-html.el (org-html-do-expand): Use the new entity code.
10542
10543 * org-exp.el (org-export): Add the new export commands.
10544 (org-html-entities): Constant removed.
10545 (org-export-visible): Add the new export commands.
10546
ed21c5c8
CD
10547 * org-docbook.el (org-docbook-do-expand): Use new entity code.
10548
10549 * org-ascii.el (org-export-ascii-entities): New variable.
10550 (org-export-as-latin1, org-export-as-latin1-to-buffer)
10551 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
10552 (org-export-as-encoding): New function.
10553 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
10554 (org-ascii-replace-entities): New function.
10555
2b4aa886 105562010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4e2af782 10557 Ulf Stegemann <ulf@zeitform.de>
2b4aa886
GM
10558
10559 * org-entities.el: New file.
10560
ed21c5c8
CD
105612010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10562
10563 * org-html.el (org-html-level-start): Catch the case that target
10564 might be nil.
10565
105662010-04-10 Dan Davison <davison@stats.ox.ac.uk>
10567
10568 * org.el (org-appearance): Change Customize group variable name
10569 from org-font-lock to org-appearance, and change tag from "Org
c4cc8b9a
JB
10570 Font Lock" to "Org Appearance".
10571 (org-odd-levels-only): Change Customize group variable name.
10572 (org-level-color-stars-only): Change Customize group variable name.
10573 (org-hide-leading-stars): Change Customize group variable name.
10574 (org-hidden-keywords): Change Customize group variable name.
10575 (org-fontify-done-headline): Change Customize group variable name.
10576 (org-fontify-emphasized-text): Change Customize group variable name.
10577 (org-fontify-whole-heading-line): Change Customize group variable name.
ed21c5c8 10578 (org-highlight-latex-fragments-and-specials): Change Customize
c4cc8b9a
JB
10579 group variable name.
10580 (org-hide-emphasis-markers): Change Customize group variable name.
10581 (org-emphasis-alist): Change Customize group variable name.
ed21c5c8 10582 (org-emphasis-regexp-components): Change Customize group variable
c4cc8b9a 10583 name.
a628ad9d 10584 (org-modules): Remove mention of org-R.
ed21c5c8 10585
a628ad9d 10586 * org-faces.el (org-faces): Change Customize group variable name.
ed21c5c8
CD
10587
105882010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10589
10590 * org-agenda.el (org-diary-last-run-time): New variable.
a628ad9d 10591 (org-diary): Prepare agenda buffers only if last call was some
ed21c5c8
CD
10592 time ago.
10593
10594 * org-html.el (org-export-html-preprocess): Replace \ref macros
10595 with a link.
10596 (org-format-org-table-html): Add the label as an anchor.
10597
10598 * org-docbook.el (org-export-docbook-format-image): Do some
10599 formatting on captions.
10600
10601 * org-latex.el (org-export-latex-tables, org-export-latex-links):
10602 Do some formatting on captions.
10603
10604 * org-html.el (org-export-html-format-image)
10605 (org-format-org-table-html): Do some formatting on captions.
10606
106072010-04-10 Dan Davison <davison@stats.ox.ac.uk>
10608
a628ad9d 10609 * org.el (org-hidden-keywords): New customizable variable. This is
ed21c5c8
CD
10610 a list of symbols specifying which of the special keywords #+DATE,
10611 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
10612 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
91af3942 10613 implementing new faces and hiding behavior.
ed21c5c8 10614
c4cc8b9a
JB
10615 * org-faces.el (org-document-title): New face for #+TITLE lines.
10616 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
a628ad9d
JB
10617 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
10618 keywords.
ed21c5c8
CD
10619
106202010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10621
10622 * org-publish.el (org-publish-sanitize-plist): New function to
10623 rename "index" properties to "sitemap". Do this renaming
10624 globally.
10625 (org-publish-with-aux-preprocess-maybe): New macro.
10626 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
10627 macro.
10628 (org-publish-aux-preprocess)
10629 (org-publish-index-generate-theindex.inc): New function.
10630
106312010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10632
10633 * org-table.el (org-table-align): Interpret <N> at fixed width,
10634 not as maximum width.
10635
106362010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10637
4d789d84
SM
10638 * org-exp.el (org-export-author-info, org-export-email-info):
10639 Fix docstrings.
ed21c5c8 10640
a628ad9d 10641 * org-beamer.el (org-beamer-select-environment): Rename from
ed21c5c8
CD
10642 `org-beamer-set-environment-tag'. Improve docstring.
10643
10644 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
10645 problem with odd levels.
10646
10647 * org-ascii.el (org-export-as-ascii): Export email only if the
10648 author wants it.
10649
10650 * org-docbook.el (org-export-as-docbook): Export email only if the
10651 author wants it.
10652
10653 * org-html.el (org-export-as-html): Export email only if the
10654 author wants it.
10655
10656 * org-exp.el (org-export-email-info): New option.
10657 (org-export-plist-vars): Add entry for `org-export-email'.
10658
106592010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10660
10661 * org-table.el (org-table-goto-line): Fix typo.
10662
106632010-04-10 Mikael Fornius <mfo@abc.se>
10664
10665 * org.el (org-agenda-files): Typo.
10666 (org-read-agenda-file-list): Add optional argument to help
10667 `org-store-new-agenda-file-list' to remember un-expanded file
10668 names. Expand file names relative to `org-directory'.
10669 (org-store-new-agenda-file-list): Keep un-expanded file names when
10670 saving, if available.
10671 (org-agenda-files): Update documentation.
10672
106732010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10674
10675 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
10676 a buffer with no file name attached.
10677
10678 * org.el (org-log-refile): New option.
10679 (org-log-note-headings): Add a heading for refiling.
10680 (org-startup-options): Add keywords for logging of the refile
10681 action.
10682 (org-refile): Add logging action.
10683 (org-add-log-note): Allow for refiling action.
10684
10685 * org-agenda.el (org-agenda-bulk-action): Make sure
10686 `org-log-refile' is not `note' during a bulk action.
10687
106882010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10689
10690 * org.el (org-map-dblocks): Use save-excursion to remember the
10691 position.
10692
10693 * org-attach.el (org-attach-commit): Remove dependence on xargs.
10694 (org-attach-delete-one): Commit after deleting a file.
10695
10696 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
10697 borders for strike-through emphasis.
10698
10699 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
10700 handling of odd levels.
10701
10702 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
10703 and `future' values.
10704 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
10705 Handle `past' and `future' values.
10706
10707 * org.el (org-read-agenda-file-list): Interpret file names
10708 relative to org-directory and allow environment variables and
10709 "~".
10710
10711 * org-latex.el (org-export-latex-special-chars): Allow a
10712 parenthesis before an exponent or subscript.
10713
107142010-04-10 Dan Davison <davison@stats.ox.ac.uk>
10715
10716 * org-src.el (org-edit-src-exit): When returning from code edit
10717 buffer, if code block is hidden, leave point at start of
a628ad9d 10718 #+begin_src line.
ed21c5c8
CD
10719
107202010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10721
10722 * org.el (org-insert-heading): Do not remove all spaces if the
10723 headline is empty.
10724
10725 * org-indent.el (org-indent): Fix group name.
10726
107272010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10728
10729 * org-table.el (org-table-goto-column): Fix forcing a non-existing
10730 column.
10731 (org-table-get, org-table-put, org-table-goto-line)
10732 (org-table-current-line): New functions.
10733
107342010-04-10 Jan Böcker <jan.boecker@jboecker.de>
10735
10736 * org.el (org-open-file): Allow regular expressions in
10737 org-file-apps to capture link parameters using groups. In a
10738 command string to be executed, the parameters can be referenced
10739 using %1, %2, etc. Lisp forms can access them using
10740 (match-string n link).
10741 (org-apps-regexp-alist): Adopt the created regexp, as this is now
10742 matched against a file: link instead of the file name.
10743
107442010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10745
10746 * org-crypt.el (org-reveal-start-hook): Add a decryption function
10747 to this hook.
4d789d84
SM
10748 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
10749 Add docstrings.
ed21c5c8
CD
10750
10751 * org.el (org-point-at-end-of-empty-headline)
10752 (org-level-increment, org-get-previous-line-level): New function.
10753 (org-cycle-level): Rewritten to be independent of when this
10754 function is called.
10755 (org-in-regexps-block-p): New function.
10756 (org-reveal-start-hook): New hook.
10757 (org-reveal): Run new hook.
10758
107592010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10760
10761 * org-latex.el (org-export-latex-keywords): Start a new paragraph
10762 after time keywords, do not add "\newline".
10763
10764 * org-html.el (org-export-as-html): Avoid double # in href.
10765
10766 * org.el (org-refile-get-location): Catch an invalid target
10767 specification.
10768
107692010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10770
10771 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
10772 Make sure the behavior regarding to extracting time is
10773 consistent.
10774
107752010-04-10 Stephen Eglen <stephen@gnu.org>
10776
4d789d84
SM
10777 * org-agenda.el (org-agenda-insert-diary-extract-time):
10778 New variable.
ed21c5c8
CD
10779 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
10780 variable rather than `org-agenda-search-headline-for-time'.
10781
107822010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10783
10784 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
10785
107862010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10787
10788 * org.el (org-adaptive-fill-regexp-backup): New variable.
10789 (org-set-autofill-regexps): Store a backup of
10790 `adaptive-fill-regexp'.
10791 (org-adaptive-fill-function): Fix filling of comments and ordered
a628ad9d 10792 lists. If there is no other match, till try adaptive fill.
ed21c5c8
CD
10793
107942010-04-10 John Wiegley <jwiegley@gmail.com>
10795
a628ad9d 10796 * org-agenda.el (org-agenda-include-deadlines): Add new
ed21c5c8
CD
10797 customization variable to determine whether unscheduled tasks
10798 should appear in the agenda solely because of their deadline.
10799 Default to true, which was the previous behavior (it just wasn't
10800 configurable).
10801 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
10802 the agenda to show/hide deadline tasks.
a628ad9d 10803 (org-agenda-menu): Add menu option for show/hide deadlines.
ed21c5c8
CD
10804 (org-agenda-list): Make the agenda list sensitive to the value of
10805 `org-agenda-include-deadlines'.
10806 (org-agenda-toggle-deadlines): New function to toggle the value of
10807 `org-agenda-include-deadlines' and repaint the modeline
10808 indicators.
10809 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
10810 modeline if deadline tasks are being displayed.
10811
108122010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10813
10814 * org-table.el (org-table-eval-formula): Replace $# and @# by
10815 current column and row number.
10816
108172010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10818
10819 * org.el (org-set-property, org-delete-property): Go back to
10820 prompting for the property.
10821
10822 * org-latex.el (org-export-latex-make-header): Fully process
10823 author line.
10824 (org-export-latex-fontify-headline): Allow several arguments, not
10825 just one.
10826 (org-export-latex-fix-inputenc): Catch the error when
10827 `latexenc-coding-system-to-inputenc' is not defined.
10828
10829 * org-agenda.el (org-agenda-skip-if-todo): New function.
10830 (org-agenda-skip-if): Add conditions for TODO keywords.
10831 (org-agenda-skip-if): Document the new todo conditions.
10832
108332010-04-10 Mikael Fornius <mfo@abc.se>
10834
10835 * org.el (org-at-property-p): Check if we are inside a property
10836 drawer not just any drawer.
10837 (org-set-property, org-delete-property): When cursor is on a
10838 property key value pair do not prompt for property name instead
10839 use name at cursor.
10840 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
10841 on the first line of a property drawer.
10842 (org-property-end-re): Spell check.
10843
108442010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10845
10846 * org-exp.el (org-export-attach-captions-and-attributes): Add the
10847 properties to the entire table, in case the first line is
10848 removed.
10849
10850 * org-archive.el (org-archive-reversed-order): New option.
10851 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
10852 option `org-archive-reversed-order'.
10853
108542010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10855
10856 * org-agenda.el (org-agenda-entry-types): New variable.
10857 (org-agenda-list): Use `org-agenda-entry-types'.
10858 (org-agenda-custom-commands-local-options): Support for setting
10859 `org-agenda-entry-types' as an option.
10860 (org-diary): Shift some documentation from here to the variable
10861 `org-agenda-entry-types'.
10862
108632010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10864
10865 * org-latex.el (org-export-latex-make-header): Apply macros in
10866 author field.
10867
10868 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
10869 (org-clock-select-task, org-clock-notify-once-if-expired)
10870 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
10871 (org-clock-out-if-current, org-clock-save): Use the new functions.
10872
108732010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10874
10875 * org-docbook.el (org-export-as-docbook): Remove unnecessary
10876 newline.
10877 (org-export-as-docbook): Remove unnecessary newline.
10878 (org-export-as-docbook): Fix problem with double footnote
10879 reference in one place.
10880
4d789d84
SM
10881 * org-exp.el (org-export-format-source-code-or-example):
10882 Remove unnecessary newline.
ed21c5c8
CD
10883
10884 * org.el (org-deadline, org-schedule): Allow rescheduling entries
10885 with repeaters.
10886
10887 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
10888 function calls that look like references.
10889
10890 * org.el (org-open-at-point): Get link abbreviations from
10891 reference buffer.
10892
108932010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10894
10895 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
10896 as a reference.
10897
108982010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10899
10900 * org.el (org-link-unescape): Solve issue with lower-case escapes.
10901
109022010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10903
4d789d84
SM
10904 * org-latex.el (org-export-latex-classes):
10905 Add \usepackage{latexsym} to all classes.
ed21c5c8
CD
10906
109072010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10908
10909 * org-html.el (org-export-as-html): Do not allow protected lines
10910 into the table of contents.
10911
10912 * org-latex.el (org-export-latex-special-chars): Find subsequent
10913 occurrences of special characters.
10914 (org-export-latex-tables): Do not convert table-like stuff that is
10915 protected.
10916
109172010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10918
10919 * org-list.el (org-toggle-checkbox): No errors when updating
10920 checkbox count fails because there is no heading.
10921
109222010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10923
4d789d84
SM
10924 * org-clock.el (org-clock-report-include-clocking-task):
10925 New option.
ed21c5c8
CD
10926 (org-clock-sum): Add the current clocking task.
10927
109282010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10929
10930 * org.el (org-cycle): Print a message when in a table.el table.
10931 (org-edit-special): Recognize the table.el context.
10932 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
10933
10934 * org-src.el (org-at-table.el-p): Declare.
10935 (org-edit-src-code): Handle a special case for table.el editing.
10936 (org-edit-src-find-region-and-lang): Recognize the table.el
10937 context.
10938
10939 * org-latex.el (org-export-latex-tables): Convert table.el
10940 tables.
10941 (org-export-latex-convert-table.el-table): New function.
10942
10943 * org-html.el (org-html-expand): Fix table.el export.
10944
10945 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
10946 headings.
10947
10948 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
10949 table for the id locations.
10950
10951 * org.el (org-read-date-analyze): Match American-style dates, like
10952 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
10953 current year when reading ISO and American dates.
10954
109552010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10956
10957 * org.el (org-face-from-face-or-color): New function.
10958 (org-get-todo-face, org-font-lock-add-priority-faces)
10959 (org-get-tag-face): Use `org-face-from-face-or-color'.
10960
4d789d84
SM
10961 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
10962 Allow simple colors as values.
ed21c5c8
CD
10963 (org-faces-easy-properties): New option.
10964
10965 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
10966 restricted, as an agenda mode.
10967 (org-agenda-fontify-priorities): Allow simple colors as values.
10968
109692010-04-10 Bastien Guerry <bzg@altern.org>
10970
a628ad9d 10971 * org-timer.el (org-timer-current-timer): Rename from
ed21c5c8 10972 `org-timer-last-timer'.
a628ad9d 10973 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
ed21c5c8
CD
10974 (org-timer-cancel-timer, org-timer-show-remaining-time)
10975 (org-timer-set-timer): Update to use only one timer.
10976
10977 * org.el (org-set-property): Remove useless space in the prompt.
10978
109792010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10980
10981 * org-html.el (org-export-html-style-default): Add a default style
10982 for textareas.
10983
4d789d84
SM
10984 * org-exp.el (org-export-format-source-code-or-example):
10985 Fix textarea tag.
ed21c5c8
CD
10986
109872010-04-10 Bastien Guerry <bzg@altern.org>
10988
10989 * org-clock.el (org-clock-current-task): New variable to store
10990 last clocked in task.
10991 (org-clock-set-current, org-clock-delete-current): New functions.
10992
109932010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10994
10995 * org-remember.el (org-remember-apply-template): Extend comment.
10996 (org-remember-handler): Implement clock sibling filing.
10997
109982010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10999
11000 * org-publish.el (org-publish-all, org-publish-current-file)
11001 (org-publish-current-project): When called with prefix argument
11002 FORCE, also rebuild the validation file list.
11003
11004 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
11005 section headings.
11006
110072010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11008
11009 * org-html.el (org-export-as-html-and-open): Kill product buffer
11010 if the user wants that.
11011
11012 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
11013 if the user wants that.
11014
4d789d84
SM
11015 * org-exp.el (org-export-kill-product-buffer-when-displayed):
11016 New option.
ed21c5c8
CD
11017
11018 * org-agenda.el (org-batch-agenda-csv): Use the time property
11019 instead of the `time-of-day' property.
11020
110212010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11022
11023 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
11024 (org-timer-pause-hook, org-timer-set-hook)
11025 (org-timer-cancel-hook): New hooks.
11026 (org-timer-start): Run `org-timer-start-hook'.
11027 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
11028 (org-timer-stop): Run `org-timer-stop-hook'.
11029 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
11030
110312010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11032
11033 * org.el (org-reveal): Double prefix arg shows the subtree of the
11034 parent.
11035
110362010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11037
11038 * org-agenda.el (org-search-view): Fix bug with searching full
11039 words in headlines in search view.
11040 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
11041 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
11042 scheduled (if the user configures it so.
11043
110442010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11045
11046 * org.el (org-hide-archived-subtrees): Don't jump to end of
11047 subtree if the match was not in a headline.
11048 (org-inside-latex-macro-p): Allow more complex arguments.
11049 (org-emphasize): Protect against use at end of buffer.
11050
110512010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11052
11053 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
11054 text properties.
11055
110562010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11057
11058 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
11059 values.
11060 (org-agenda-todo-ignore-scheduled)
11061 (org-agenda-todo-ignore-deadlines): More control with different
11062 allowed values.
11063 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
11064 Honor the new option settings.
11065
110662010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11067
11068 * org.el (org-get-location): Make sure the selection buffer is
11069 shown in the current frame.
11070
4d789d84
SM
11071 * org-ascii.el (org-export-ascii-table-widen-columns):
11072 New option.
ed21c5c8
CD
11073 (org-export-ascii-preprocess): Realign tables to remove narrowing
11074 if `org-export-ascii-table-widen-columns' is set.
11075
11076 * org-table.el (org-table-do-narrow): New variable.
11077 (org-table-align): Narrow only if `org-table-do-narrow' is t.
11078
11079 * org.el (org-deadline, org-schedule): Allow updating if the
11080 relevant time stamp does not have a repeater, i.e. do not require
11081 that no time stamp has a repeater.
11082
11083 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
11084 new white space before the tags.
11085
11086 * org-latex.el (org-export-as-latex): Do nit require the buffer to
11087 be visiting a file when only exporting to a buffer or string.
11088 (org-export-latex-fix-inputenc): Only save the buffer is there is
11089 a file name attached to it.
11090
110912010-04-10 Dan Davison <davison@stats.ox.ac.uk>
11092
a628ad9d 11093 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
ed21c5c8
CD
11094
110952010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11096
4d789d84
SM
11097 * org.el (org-fontify-meta-lines-and-blocks):
11098 Honor `org-fontify-quote-and-verse-blocks'.
ed21c5c8
CD
11099
11100 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
11101
111022010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11103
11104 * org.el (org-open-at-point): Also check for text property
11105 org-linked-text before offering collected links.
11106
111072010-04-10 Stephen Eglen <stephen@gnu.org>
11108
11109 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
11110 Optionally extract time specification from text and add to the
11111 timestamp.
11112
111132010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11114
11115 * org-exp.el (org-html-entities): Fix typo.
11116
11117 * org-latex.el (org-export-latex-make-header): Use \providecommand
11118 to make sure the \alert macro is defined.
11119
11120 * org.el (org-format-latex-signal-error)
11121 (org-create-formula-image): Use `org-format-latex-signal-error'.
11122
111232010-04-10 Stephen Eglen <stephen@gnu.org>
11124
11125 * org.el (org-store-link): For dired buffers, use
11126 default-directory as link name if dired-get-filename returns
11127 nil.
11128
111292010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11130
11131 * org-exp.el (org-export-concatenate-multiline-links): The for
11132 protectedness at beginning of match.
11133
11134 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
11135 AUTO as a coding system, instead default to utf8.
11136
111372010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11138
11139 * org.el (org-block-todo-from-children-or-siblings-or-parent)
11140 (org-block-todo-from-checkboxes): Respect the local variable
11141 value when deciding if blocking should be active.
11142
11143 * org-latex.el (org-export-latex-make-header): Define the align
11144 macro if it is not yet defined.
11145
4d789d84
SM
11146 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
11147 Call `org-insert-heading' with the INVISIBLE-OK argument.
ed21c5c8 11148
4d789d84
SM
11149 * org-mac-message.el (org-mac-message-insert-flagged):
11150 Call `org-insert-heading' with the INVISIBLE-OK argument.
ed21c5c8 11151
a628ad9d 11152 * org.el (org-insert-heading): New argument INVISIBLE-OK.
ed21c5c8
CD
11153
11154 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
11155 prompt message.
11156
11157 * org-html.el (org-html-level-start): Use the
11158 `html-container-class' text property to set an additional class
11159 for an outline container.
11160
4d789d84
SM
11161 * org-exp.el (org-export-remember-html-container-classes):
11162 New function.
11163 (org-export-preprocess-string):
11164 Call `org-export-remember-html-container-classes'.
ed21c5c8
CD
11165
11166 * org.el (org-cycle): Mention level cycling in the docstring.
11167 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
11168
11169 * org-remember.el (org-remember-apply-template): Do file insertion
11170 first.
11171
111722010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11173
11174 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
11175 problem with mis-aligned graphs when showing habits.
11176
111772010-04-10 Mikael Fornius <mfo@abc.se>
11178
11179 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
a628ad9d
JB
11180 when assigning. Begin using numerical characters when all in name
11181 is used up. This is to spare alphanumeric characters for better
ed21c5c8
CD
11182 match with other keywords.
11183
111842010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11185
11186 * org-exp.el (org-export-preprocess-hook): Improve documentation.
11187
11188 * org-latex.el (org-export-latex-preprocess): More consistent
11189 conversion and protection of the words LaTeX and TeX.
11190 (org-export-latex-fontify-headline, org-export-latex-preprocess):
11191 Allow angle brackets in commands, for beamer.
11192
111932010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11194
11195 * org-clock.el (org-clock-in): Improve the look of the clock line
11196 by formatting links.
11197
111982010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11199
11200 * org-latex.el (org-export-latex-classes): Use AUTO as the place
11201 holder string for the coding system. And improve the
11202 documentation.
11203 (org-export-latex-fix-inputenc): Only modify the coding system if
11204 it is given by the placeholder AUTO.
11205
112062010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11207
11208 * org-clock.el (org-task-overrun-text): New option.
11209 (org-task-overrun, org-clock-update-period): New variables.
4d789d84
SM
11210 (org-clock-get-clock-string, org-clock-update-mode-line):
11211 Mark overrun clock.
ed21c5c8
CD
11212 (org-clock-notify-once-if-expired): Check if clock is overrun.
11213
11214 * org-faces.el: New face `org-mode-line-clock-overrun'.
11215
112162010-04-10 Jan Böcker <jan.boecker@jboecker.de>
11217
11218 * org.el (org-narrow-to-subtree): Position the end of the narrowed
11219 region before the line with the next heading, to prevent the user
11220 from prepending text to the next headline.
11221
112222010-04-10 Stephen Eglen <stephen@gnu.org>
11223
4d789d84
SM
11224 * org-agenda.el (org-get-time-of-day):
11225 Use org-agenda-time-leading-zero to allow leading zero (rather than
ed21c5c8
CD
11226 space) for times.
11227
112282010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11229
11230 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
11231 org-datetree.el is loaded.
11232
a628ad9d 11233 * org-datetree.el: Autoload `org-datetree-find-day-create'.
ed21c5c8
CD
11234
11235 * org-latex.el (org-export-latex-hyperref-format): New option.
11236 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
11237
112382010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11239
11240 * org-ctags.el (org-ctags-enable): Change order of functions.
11241 (org-ctags-create-tags): Add wildcard to file name expansion.
11242
112432010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11244
11245 * org.el (org-entry-properties): Fix some important bugs.
11246
112472010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11248
11249 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
11250 the table is not explicitly given.
11251
112522010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11253
11254 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
11255 as value.
11256 (org-clock-out-if-current): Work with the new list value of
11257 `org-clock-out-when-done'.
11258 (org-clock-out, org-clock-out-if-current): Avoid circular logic
11259 between clocking out and state changes.
11260
11261 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
11262
11263 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
11264 accident protect a character that is before a backslash.
11265
2b4aa886
GM
112662010-04-10 Paul Sexton <eeeickythump@gmail.com>
11267
11268 * org-ctags.el: New file.
11269
ed21c5c8
CD
112702010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11271
4d789d84
SM
11272 * org-agenda.el (org-diary-class):
11273 Use `org-order-calendar-date-args'.
ed21c5c8
CD
11274
11275 * org.el (org-order-calendar-date-args): New function.
11276
11277 * org-exp.el (org-export-target-internal-links): Check for
11278 protectedness after the first bracket.
11279
11280 * org.el (org-entry-properties): Don't match wrong-case TODO
11281 keywords.
11282
11283 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
11284 Document that ARG is passed through to remove the date.
4d789d84
SM
11285 (org-agenda-bulk-action): Accept prefix arg and pass it on.
11286 Do not read a date when the user has given a `C-u' prefix.
ed21c5c8
CD
11287
112882010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11289
11290 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
11291 tags are hidden.
11292
112932010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11294
11295 * org-latex.el (org-export-latex-fix-inputenc): New function.
11296 (org-export-latex-inputenc-alist): New option.
11297
11298 * org-exp.el (org-export): New key SPC to publish enclosing
11299 subtree.
11300
113012010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11302
11303 * org-indent.el (org-indent-add-properties): Catch case when there
11304 is no headline in the buffer.
11305
113062010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11307
11308 * org-exp.el (org-html-entities): Add checkmark symbol.
11309
11310 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
11311 verbatim code for ASCII export.
11312
11313 * org.el (org-update-statistics-cookies): Also see checkboxes in
11314 ordered lists.
11315
113162010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11317
11318 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
11319 key.
11320
11321 * org-beamer.el (org-beamer-amend-header): Change the location
11322 where `org-beamer-header-extra' is inserted.
11323
11324 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
11325 just for computing this regexp.
11326
113272010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11328
11329 * org-beamer.el (org-beamer-frame-default-options): New option.
11330 (org-beamer-sectioning): Use default options if the user does not
11331 have defined any.
11332 (org-beamer-fix-toc): Put a frame around the table of contents.
11333
4d789d84
SM
11334 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
11335 Make sure case-folding works well when processing comment stuff.
ed21c5c8
CD
11336
11337 * org-latex.el (org-export-latex-after-save-hook): New hook.
11338 (org-export-as-latex): Run the new hook.
11339
113402010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11341
11342 * org-beamer.el (org-beamer-environments-default): Add the note
11343 environments.
11344 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
11345 lines and collect and combine the content.
11346 (org-beamer-after-initial-vars): Check for note tags and make sure
11347 they will be seen like a property.
11348
11349 * org.el (org-offer-links-in-entry): Fix bug when there is a
11350 single link.
11351
11352 * org-exp.el (org-export): Make sure the mark is activated, also
11353 when `transient-mark-mode' is off.
11354
11355 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
11356 (org-agenda-search-view-search-words-only): Obsolete variable, is
11357 now an alias for `org-agenda-search-view-always-boolean'.
11358 (org-agenda-search-view-force-full-words): New option.
11359 (org-search-view): Improve docstring, and implement a better logic
11360 for Boolean and phrase searches.
11361 (org-agenda-last-search-view-search-was-boolean): New variable.
11362 (org-agenda-manipulate-query): Consider the type of the last
11363 search when modifying the search string.
11364
113652010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11366
11367 * org-latex.el (org-export-as-latex): Do the first letbind in the
11368 right moment.
11369
11370 * org-agenda.el (org-get-entries-from-diary): Add the new face to
11371 these entries.
11372
11373 * org-faces.el (org-agenda-diary): New face.
11374
11375 * org.el (org-make-link-regexps): Allow regexp-special characters
11376 in link types.
11377 (org-open-file): When in-emacs is `system', also force system
11378 opening, like when the value was `(16)'.
11379 (org-update-statistics-cookies): Handle entries without children.
11380
11381 * org-exp.el
11382 (org-export-preprocess-before-normalizing-links-hook): New hook.
11383 (org-export-preprocess-string): Run the new hook.
11384
11385 * org.el (org-offer-links-in-entry): Make RET open all links.
11386
11387 * org-html.el (org-export-as-html): Remove any leftover display
11388 properties in the html file.
11389
11390 * org-wl.el (org-wl-store-link): Work-around for format bug with
11391 text properties.
11392
11393 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
11394 invisibility while adding the graphs.
11395
113962010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11397
11398 * org-remember.el (org-select-remember-template): Use C letter to
11399 customize remember templates.
11400
11401 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
11402 Move cursor to next visible line.
11403
114042010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11405
11406 * org-beamer.el (org-beamer-sectioning): Leave columns environment
11407 by specifying 0 or 1 for column width.
11408 (org-beamer-column-widths): Make 0 stand for 0.0.
11409
114102010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11411
11412 * org-exp.el (org-export-mark-radio-links): Don't match inside
11413 <<target>>.
11414
11415 * org.el (org-format-latex-header-extra): New variable.
11416 (org-format-latex): Set org-format-latex-header-extra from
11417 in-buffer stuff.
11418 (org-format-latex): Add org-format-latex-header-extra to the
11419 variables on which image creation depends.
11420 (org-create-formula-image): Add the header stuff from in-buffer
11421 settings.
11422 (org-read-date-analyze): Base the analysis for future preference
11423 on NOW, not on the default date.
11424
11425 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
11426 for TODO keyword in inline tasks.
11427
11428 * org.el (org-log-note-headings): New headings for removing
11429 deadline or scheduling date.
11430 (org-deadline, org-schedule): Arrange for logging when removing a
11431 date.
11432 (org-add-log-note): Handle deadline and scheduling removal.
11433
114342010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11435
11436 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
11437
114382010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11439
11440 * org-agenda.el (org-diary-class): New function.
11441
114422010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11443
11444 * org-latex.el (org-export-latex-preprocess): Do process the text
11445 of a radio target.
11446
114472010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11448
11449 * org.el (org-entry-properties): Add TIMESTAMP properties back
11450 in.
11451
114522010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11453
11454 * org.el (org-all-time-keywords): New variable.
11455 (org-set-regexps-and-options): Set `org-all-time-keywords'.
11456 (org-entry-blocked-p): New function.
11457 (org-special-properties): Add BLOCKED as a new special property.
11458 (org-entry-properties): New optional argument SPECIFIC, only parse
11459 for this property when it is specified.
11460 (org-entry-get): Pass a SPECIFIC argument to
11461 `org-entry-properties'.
11462
11463 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
11464
114652010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11466
11467 * org-latex.el (org-export-latex-tables): No forced line end if
11468 there is no caption.
11469
114702010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11471
11472 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
11473 package.
11474
11475 * org-latex.el (org-export-latex-tables): Only add a caption when
58179cce 11476 macro is in longtable environments if one has been defined.
ed21c5c8
CD
11477
11478 * org-html.el (org-export-as-html): Only take title from buffer if
11479 not exporting body-only.
11480
11481 * org-latex.el (org-export-latex-preprocess): Better version of
11482 the regular expression for protecting LaTeX macros.
11483 (org-export-latex-preprocess): Start searching for macros to
11484 protect from beginning of buffer.
11485
11486 * org-exp.el (org-export-target-internal-links): Check for
11487 protectedness earlier in the string.
11488
11489 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
11490 case sensitively.
11491
11492 * org-id.el (org-id-store-link): Match TODO keywords case
11493 sensitively.
11494
11495 * org.el (org-heading-components, org-get-outline-path)
11496 (org-display-outline-path): Match TODO keywords case sensitively.
11497
11498 * org-latex.el (org-export-as-latex): Ignore read-only
11499 properties.
11500
11501 * org-exp.el (org-export-preprocess-string): Remove any
11502 `read-only' properties.
11503
11504 * org-agenda.el (org-agenda-inactive-leader): New option.
11505 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
11506 (org-tags-view): Prompt for matcher if MATCH is an empty string.
11507 (org-todo-list): Prompt for matcher if ARG is an empty string.
11508
115092010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11510
11511 * org.el (org-open-link-functions): New hook.
11512 (org-open-at-point): Run `org-open-link-functions'.
11513
115142010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11515
11516 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
11517 stamps as well.
11518
11519 * org.el (org-inhibit-startup-visibility-stuff): New variable.
11520 (org-mode): Don't do startup visibility if inhibited.
4d789d84
SM
11521 (org-outline-overlay-data, org-set-outline-overlay-data):
11522 New functions.
ed21c5c8
CD
11523 (org-save-outline-visibility): New macro.
11524 (org-log-note-headings): Document that one should not change the
11525 `state' note format.
11526
115272010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11528
11529 * org.el (org-make-link-regexps): Capture link path into a group.
11530
115312010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11532
11533 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
11534 the options plist.
11535
115362010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11537
11538 * org.el (org-startup-with-beamer-mode): New option.
11539 (org-property-changed-functions)
11540 (org-property-allowed-value-functions): New hooks.
11541 (org-entry-put, org-property-get-allowed-values): Run the new
11542 hooks.
11543 (org-property-next-allowed-value): Run the new hooks.
11544
11545 * org-exp.el (org-export-select-backend-specific-text): Add the
11546 special beamer tags.
11547
2b4aa886 11548 * org-beamer.el: New file.
ed21c5c8
CD
11549
11550 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
4d789d84
SM
11551 (org-export-as-latex):
11552 Run `org-export-latex-after-initial-vars-hook'.
ed21c5c8 11553 (org-export-latex-format-toc-function)
4d789d84
SM
11554 (org-export-latex-make-header):
11555 Call `org-export-latex-format-toc-function'.
ed21c5c8
CD
11556
11557 * org.el (org-fill-template): Make template searches case sensitive.
11558
11559 * org-exp.el (org-export): Use "1" as a sign to export only the
11560 subtree.
11561
4d789d84
SM
11562 * org-colview-xemacs.el (org-columns-edit-value):
11563 Use org-unrestricted property.
ed21c5c8 11564
4d789d84
SM
11565 * org-colview.el (org-columns-edit-value):
11566 Use org-unrestricted property.
ed21c5c8
CD
11567
11568 * org.el (org-compute-property-at-point): Set org-unrestricted
11569 text property if the list contains ":ETC".
4d789d84
SM
11570 (org-insert-property-drawer):
11571 Use org-unrestricted property.
ed21c5c8
CD
11572
11573 * org-exp.el
11574 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
4d789d84
SM
11575 (org-export-preprocess-string):
11576 Run `org-export-preprocess-before-selecting-backend-code-hook'.
ed21c5c8
CD
11577
11578 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
11579
4d789d84
SM
11580 * org-latex.el (org-export-region-as-latex):
11581 Run `org-export-first-hook'.
ed21c5c8
CD
11582
11583 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
11584
4d789d84
SM
11585 * org-docbook.el (org-export-as-docbook):
11586 Run `org-export-first-hook'.
ed21c5c8
CD
11587
11588 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
11589
11590 * org-exp.el (org-export-first-hook): New hook.
11591
115922010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11593
11594 * org-list.el (org-previous-item): Exit at the beginning of the
11595 buffer.
11596
11597 * org-id.el (org-id-locations-save): Only write the id locations
11598 if any are defined.
11599
11600 * org-archive.el (org-archive-all-done): Make this work in a file
11601 with org-odd-levels-only set.
11602
11603 * org.el (org-get-refile-targets): Catch the case when a buffer
11604 has no file.
11605
11606 * org-latex.el (org-export-as-latex): Cleanup forced line ends
11607 where they are not needed.
11608 (org-export-latex-subcontent): Remove unnecessary newlines.
11609
116102010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11611
11612 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
11613 (org-export-latex-fontify): Fix regexp bug that takes special
11614 care of protecting the right boundary characters in emphasis
11615 matches.
11616 (org-export-latex-preprocess): Allow multiple arguments to latex
11617 macros.
11618
11619 * org.el (org-make-link-regexps): Use John Gruber's regexp for
11620 urls.
11621
11622 * org-macs.el (org-re): Interpret :punct: in regexps.
11623
4d789d84
SM
11624 * org-exp.el (org-export-replace-src-segments-and-examples):
11625 Also take the final newline after the END line.
ed21c5c8
CD
11626
11627 * org.el (org-clean-visibility-after-subtree-move): Only fix
11628 entries that are not entirely invisible already.
11629 (org-insert-link): Respect org-link-file-path-type for
11630 "docview:" links in addition to "file:" links.
11631
116322010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11633
4d789d84
SM
11634 * org-exp.el (org-export-format-source-code-or-example):
11635 Avoid additional extra white lines in LaTeX.
ed21c5c8
CD
11636
11637 * org-list.el (org-list-parse-list): Leave empty lines after the
11638 list, don't consider them as part of the list.
11639
11640 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
11641 searches.
11642
11643 * org-clock.el (org-clock-select-task): Convert integer to
11644 character for XEmacs.
11645
116462010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11647
11648 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
11649 compatible.
11650
116512010-04-10 Tassilo Horn <tassilo@member.fsf.org>
11652
4d789d84
SM
11653 * org.el (org-complete-tags-always-offer-all-agenda-tags):
11654 New variable.
ed21c5c8
CD
11655 (org-set-tags): Use it.
11656
116572010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11658
4d789d84
SM
11659 * org-list.el (org-empty-line-terminates-plain-lists):
11660 Update docstring.
ed21c5c8
CD
11661
11662 * org.el (org-format-latex): Fix link creation for processed latex
11663 snippets.
11664
116652010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11666
11667 * org-footnote.el (org-footnote-normalize): Protect replacement
11668 text.
11669
11670 * org.el (org-inside-latex-macro-p): Save match data.
11671
116722010-04-10 Jan Böcker <jan.boecker@jboecker.de>
11673
11674 * org-docview.el: New file.
11675
116762010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11677
11678 * org-latex.el (org-export-latex-class-options): New variable.
11679 (org-export-latex-set-initial-vars): Use the class options.
11680
11681 * org.el (org-forward-same-level): Stop at headings that start
11682 with an invisible character.
11683 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
11684
116852010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11686
11687 * org-footnote.el (org-footnote-normalize): Don't take optional
11688 arguments in LaTeX macros as footnotes.
11689
11690 * org.el (org-inside-latex-macro-p): New function.
11691
11692 * org-latex.el (org-latex-to-pdf-process): Change customization
11693 group to `org-export-pdf'.
11694
11695 * org-agenda.el (org-agenda-get-blocks): Look at time string also
11696 on days after the first one.
11697
11698 * org.el (org-insert-heading): Also check for item before assuming
11699 before-first-heading condition.
11700
11701 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
11702 (org-export-pdf-logfiles): New option.
11703 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
11704 (org-export-pdf-logfiles): Fix customization type.
11705
11706 * org.el (org-insert-link): Improve error message when there is no
11707 default link to select with RET.
11708
11709 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
11710 parameter list.
11711
117122010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11713
11714 * org-latex.el (org-export-latex-parse-global)
11715 (org-export-latex-parse-content)
4d789d84
SM
11716 (org-export-latex-parse-subcontent):
11717 Use `org-re-search-forward-unprotected'.
ed21c5c8
CD
11718 (org-export-as-pdf): Remove log files produced by XeTeX.
11719
11720 * org-macs.el (org-re-search-forward-unprotected): New function.
11721
117222010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
11723
11724 * org-colview.el (org-agenda-colview-summarize): Sort out some
11725 confusion between properties and titles, which resulted in
11726 agenda summaries not working if a title was set for a column.
11727
117282010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11729
11730 * org-mobile.el (org-mobile-agendas): New option.
11731 (org-mobile-sumo-agenda-command): Select the right agendas.
11732
11733 * org-latex.el (org-export-latex-format-image): Preserve the
11734 original-indentation property.
11735
117362010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11737
11738 * org-clock.el (org-clock-insert-selection-line): Catch error when
11739 an old tasks no longer exists.
11740
11741 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
11742 (org-export-as-pdf): Don't remove the old PDF file before making
11743 the new one.
11744
11745 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
11746 (org-mouse-context-menu): Use `org-looking-back'.
11747
11748 * org.el (org-cycle-level): Use `org-looking-back'.
11749
4d789d84
SM
11750 * org-list.el (org-cycle-item-indentation):
11751 Use `org-looking-back'.
ed21c5c8
CD
11752
11753 * org-compat.el (org-looking-back): New function.
11754
11755 * org.el (org-insert-heading): Catch before-first-headline when
11756 inserting a headline.
11757
117582010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11759
11760 * org-latex.el (org-export-latex-format-image): Indent figure
11761 environment, so that it does not interrupt plain list.
11762
11763 * org.el (org-open-at-point): Allow long link descriptions.
11764
117652010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11766
11767 * org-html.el (org-export-as-html): Remove empty lines at the
11768 beginning of the exported text.
11769
eba5b4dd
CY
117702010-03-12 Chong Yidong <cyd@stupidchicken.com>
11771
11772 * org.el (org): Remove from hypermedia group.
11773
288f9fc0
CY
117742010-03-10 Chong Yidong <cyd@stupidchicken.com>
11775
11776 * Branch for 23.2.
11777
adad7a44
CY
117782010-02-15 Chong Yidong <cyd@stupidchicken.com>
11779
11780 * org-freemind.el (org-freemind-from-org-mode-node)
93acd23d 11781 (org-freemind-from-org-mode)
adad7a44
CY
11782 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
11783 Pass arg to called-interactively-p.
11784
d1f18ec0
JB
117852010-01-14 Juanma Barranquero <lekktu@gmail.com>
11786
11787 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
11788 Fix typos in docstrings.
11789
db4a7382
JB
117902010-01-01 Juanma Barranquero <lekktu@gmail.com>
11791
11792 * org.el (org-get-outline-path, org-speed-command-help):
11793 Fix typos in error messages.
11794
364bc556
JL
117952009-12-14 Juri Linkov <juri@jurta.org>
11796
11797 * org-html.el (org-export-html-style-include-default):
11798 Put `safe-local-variable booleanp' on
11799 `org-export-html-style-include-default' instead of mistakenly
11800 duplicate `org-export-html-style'.
11801
5dec9555
CD
118022009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
11803
4d789d84
SM
11804 * org-agenda.el (org-agenda-diary-entry-in-org-file):
11805 Rebuild agenda after adding new entry.
5dec9555
CD
11806
11807 * org-datetree.el (org-datetree-find-day-create): Fix regular
11808 expression.
11809
11810 * org.el (org-display-outline-path): Use a format specifier for
11811 message, to avoid problems with heading containing `%'.
11812
11813 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
11814 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
11815 (org-agenda-fix-displayed-tags): New function.
11816 (org-agenda-do-context-action): Just call
11817 `org-display-outline-path', without piping the result through
11818 `message'.
11819
11820 * org-latex.el (org-export-latex-preprocess): Protect secondary
11821 footnote references.
11822
11823 * org-indent.el (org-indent-initialize): Avoid empty strings as
11824 line prefixes.
11825
11826 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
11827 hat checking for the mark does not throw an error.
11828 (org-agenda-diary-entry-in-org-file): Catch the case that there is
11829 not `day' text property in the cursor line.
11830
11831 * org.el (org-sort-entries-or-items): Make sure that the final
11832 entry has a newline before doing the sorting.
11833
11834 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
11835 property at the beginning of the line.
11836
11837 * org.el (org-make-link-string): Don't allow a description with
11838 only white space.
11839
11840 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
11841 (org-agenda-insert-diary-as-top-level): New function.
4d789d84
SM
11842 (org-agenda-add-entry-to-org-agenda-diary-file):
11843 Call `org-agenda-insert-diary-as-top-level'.
5dec9555
CD
11844
11845 * org.el (org-occur-in-agenda-files): Make sure none of the
11846 buffers is narrowed.
11847 (org-activate-plain-links): Add the face property here.
11848 (org-set-font-lock-defaults): Do not add the face to plain links,
11849 the activator function does this.
11850
11851 * org-habit.el (org-is-habit-p): Add doc string.
11852
11853 * org-archive.el (org-archive-subtree-default-with-confirmation):
11854 Autoload.
11855
11856 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
11857 after match optional (happens at the end of a line...).
11858
11859 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
11860 for special blocks.
11861
11862 * org-faces.el (org-copy-face): Set lisp indentation.
11863 (org-quote, org-verse): New faces.
11864
11865 * org-agenda.el (org-agenda-remove-date): Remove variable.
11866
11867 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
11868
11869 * org-html.el (org-export-as-html): Move the home/up link into
11870 the content div.
11871
11872 * org.el (org-export-latex-packages-alist): Option definition
11873 moved here from org-latex.el.
11874
11875 * org-html.el (org-export-html-home/up-format): Add an ID to the
11876 up/home div.
11877
11878 * org-wl.el (org-wl-store-link): Handle the case that
11879 `wl-use-petname' is set.
11880
11881 * org.el (org-set-effort): Improve prompt.
11882 (org-get-outline-path): Widen to get full path.
11883 (org-compact-display-after-subtree-move): Function removed.
11884
118852009-11-20 Eric Schulte <schulte.eric@gmail.com>
11886
11887 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
11888 hash keys to cache and re-use images generated by the
11889 org-exp-blocks interface to ditaa and dot.
11890
11891 * org.el (org-format-latex): Latex images are now saved to files
11892 named by the sha1 hash of the latex source text avoiding
11893 regeneration of identical images.
11894
1bcdebed
CD
118952009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
11896
11897 * org-latex.el (org-export-as-latex): Add the :drawers property.
11898
118992009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
11900
11901 * org.el (org-speed-commands-user): Allow documentation headlines.
11902 (org-speed-commands-default): Organize the value of this constant
11903 with descriptive headlines.
11904 (org-print-speed-command): Output the headlines.
11905
119062009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
11907
11908 * org-agenda.el (org-agenda-show-outline-path): New option.
11909 (org-agenda-do-context-action): New function.
4d789d84
SM
11910 (org-agenda-next-line, org-agenda-previous-line):
11911 Use `org-agenda-do-context-action'.
1bcdebed
CD
11912
11913 * org.el (org-use-speed-commands): Allow function value.
11914 (org-speed-commands-default): Make headline motion safe, so that
11915 these commands always end on a headline.
11916 (org-speed-commands-default): New key `v' for `org-agenda'.
11917 (org-speed-move-safe): New function.
11918 (org-self-insert-command): Use the function value of
11919 `org-use-speed-commands'.
11920 (org-get-outline-path): Improve docstring.
11921 (org-format-outline-path): New function.
11922 (org-display-outline-path): New function.
11923
119242009-11-15 John Wiegley <jwiegley@gmail.com>
11925
11926 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
11927 a string, use that to find the LOGBOOK drawer.
11928
68a1b090
GM
119292009-11-15 Glenn Morris <rgm@gnu.org>
11930
11931 * org-agenda.el (org-datetree-find-date-create)
11932 (org-habit-get-priority):
11933 * org.el (org-format-agenda-item): Fix declarations.
11934
8bfe682a
CD
119352009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11936
11937 * org.el (org-clone-subtree-with-time-shift): Make it work at the
11938 end of the buffer.
11939
11940 * org-mobile.el (org-mobile-write-checksums): Specify coding
11941 system.
11942 (org-mobile-timestamp-buffer): Keep local variable/mode line at
11943 beginning of buffer.
11944
11945 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
11946
11947 * org.el (org-block-todo-from-children-or-siblings-or-parent)
11948 (org-block-todo-from-checkboxes): Do not block changes to a nil
11949 TODO state.
11950
119512009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
11952
11953 * org-habit.el (org-habit-parse-todo): Indicate which habit is
11954 wrongly set up in the error messages.
11955
11956 * org-colview.el (org-columns-display-here): Don't try to
11957 calculate values if the underlying property is not set.
11958 (org-columns-string-to-number): Convert age strings back into
11959 fractional days.
11960 (org-agenda-colview-summarize): Handle extended summary types
11961 properly.
11962
11963 * org-colview-xemacs.el (org-columns-display-here): Don't try to
11964 calculate values if the underlying property is not set.
11965 (org-columns-string-to-number): Convert age strings back into
11966 fractional days.
11967 (org-agenda-colview-summarize): Handle extended summary types
11968 properly.
11969
119702009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11971
11972 * org-exp.el (org-export-format-drawer-function): New variable.
11973 (org-export-format-drawer): New function.
11974 (org-export-preprocess-string): Pass the backend as a parameter to
11975 `org-export-remove-or-extract-drawers'.
11976 (org-export-remove-or-extract-drawers): New parameter BACKEND.
11977
11978 * org-protocol.el (org-protocol-char-to-string): New defsubst.
11979
119802009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11981
11982 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
11983 message when no block is selected.
11984
11985 * org-latex.el (org-export-latex-links): Check for protectedness
11986 in the last matched character, not after the match.
11987
4d789d84
SM
11988 * org-datetree.el (org-datetree-find-date-create):
11989 Respect restriction when KEEP-RESTRICTION is set.
8bfe682a
CD
11990 (org-datetree-file-entry-under): New function.
11991 (org-datetree-cleanup): New command.
11992
119932009-11-13 Dan Davison <davison@stats.ox.ac.uk>
11994
11995 * org-src.el (org-edit-src-code): New optional argument context
11996 allows calling functions to avoid altering the saved window
11997 configuration.
11998 (org-edit-src-exit): Do not restore window configuration when this
11999 function is used in the context of saving the edit buffer.
12000
120012009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12002
12003 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
12004 instances to switching to with-current-buffer, because these seem
12005 to cause problems - no idea why.
12006
12007 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
12008 Require diary-lib for (diary-date-display-form).
12009
120102009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12011
12012 * org.el (org-log-reschedule, org-log-redeadline): New options.
12013 (org-log-note-headings): Add templates for rescheduling and
12014 deadline changing.
12015 (org-startup-options): Add in-buffer settings for logging changing
12016 schedule and deadline time stamps.
12017 (org-deadline, org-schedule): Check for existing date and arrange
12018 for logging if the user requests it.
12019 (org-add-log-note): Prepare proper note buffers for rescheduling
12020 and deadline changes.
12021
120222009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12023
12024 * org-agenda.el (org-agenda-diary-entry-in-org-file)
12025 (org-agenda-add-entry-to-org-agenda-diary-file)
12026 (org-agenda-insert-diary-make-new-entry): New functions.
4d789d84
SM
12027 (org-agenda-diary-entry):
12028 Call `org-agenda-diary-entry-in-org-file' when appropriate.
8bfe682a
CD
12029
12030 * org.el (org-calendar-insert-diary-entry-key): New option.
12031 (org-agenda-diary-file): New option.
12032 ("calendar"): Install our insertion function in the calendar.
12033
12034 * org-remember.el (org-datetree): Require.
12035 (org-remember-templates): Add new positioning option.
12036 (org-remember-reference-date): New variable.
12037 (org-remember-apply-template): Store the reference date in a local
12038 variable.
12039 (org-remember-handler): Implement date tree positioning of entries.
12040
12041 * org-datetree.el: New file.
12042
12043 * org-latex.el (org-export-latex-preprocess): Protect targets in
12044 verbatim emphasis.
12045
12046 * org-html.el (org-export-as-html): Protect targets in verbatim
12047 emphasis.
12048
12049 * org-docbook.el (org-export-as-docbook): Protect targets in
12050 verbatim emphasis.
12051
120522009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12053
12054 * org-clock.el (org-show-notification): Handle messages that
12055 contain a percent character.
12056
12057 * org-remember.el (org-remember-apply-template): Turn of partial
12058 completion.
12059
12060 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
12061 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
12062
12063 * org.el (org-indent-mode): Define variable already in org.el.
12064 (org-unfontify-region): Remove line-prefix and wrap-prefix
12065 properties only if org-indent-mode is active.
12066
120672009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12068
12069 * org-icalendar.el (org-print-icalendar-entries): Save match data
12070 around call to verify function.
12071 (org-print-icalendar-entries): Add a call to the verification
12072 function.
12073
12074 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
12075 save-restrivtion' form.
12076
120772009-11-13 Dan Davison <davison@stats.ox.ac.uk>
12078
4d789d84
SM
12079 * org-exp.el (org-export-format-source-code-or-example):
12080 Restrict scope of preserve-indentp to the let binding.
a628ad9d 12081 (org-src): Require org-src, since org-src-preserve-indentation is used.
8bfe682a
CD
12082
120832009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12084
12085 * org-timer.el (org-timer-set-timer): Set variables
12086 org-timer-timer[123] correctly.
12087
8bfe682a
CD
12088 * org-mobile.el (org-mobile-files-alist): Make it work when
12089 `agenda-archives' is included in
12090 `org-agenda-text-search-extra-files'.
12091 (org-mobile-push): Restore agenda after mobile push.
12092
120932009-11-13 John Wiegley <jwiegley@gmail.com>
12094
12095 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
12096 way the amount of idle time is presented in the minibuffer.
12097
120982009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12099
4d789d84
SM
12100 * org-icalendar.el (org-print-icalendar-entries):
12101 Use org-icalendar-verify-function only if non-nil.
8bfe682a
CD
12102
12103 * org.el (org-refile): Refile to clock only if the prefix arg is
12104 2.
12105 (org-sparse-tree): Fix docstring to be in line with prompt.
4d789d84
SM
12106 (org-update-parent-todo-statistics):
12107 Call `org-after-todo-statistics-hook' on each level.
8bfe682a
CD
12108
121092009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12110
12111 * org-remember.el (org-remember-apply-template): Make sure the
12112 buffer exists.
12113
121142009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12115
12116 * org.el (org-tab-ind-state): New variable.
12117 (org-cycle-level): New function.
12118 (org-cycle-level-after-item/entry-creation): New option.
12119 (org-flag-subtree): New function.
12120 (org-hide-archived-subtrees): Call `org-flag-subtree'.
12121 (org-set-effort): Indexed access.
12122
12123 * org-list.el (org-cycle-item-indentation): New function.
12124
12125 * org.el (org-refile): Make prefix argument 2 refile to current
12126 clock.
12127 (org-priority): Interpret action `remove' as call to remove the
12128 priority cookie.
12129
12130 * org-remember.el (org-remember-apply-template): Don't depend on
12131 buffer name being like file name.
12132
121332009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12134
12135 * org-clock.el (org-clock-play-sound): Expand file in
12136 org-clock-sound, to allow ~ for home.
12137
4d789d84
SM
12138 * org-remember.el (org-remember-handler):
12139 Set text-before-node-creation even if this already looks like a node,
8bfe682a
CD
12140 because the string might be needed on non-org-mode target files.
12141
12142 * org-agenda.el (org-agenda-open-link): Make this work in agenda
12143 clocktables.
12144 (org-agenda-switch-to): Follow a link at point if
12145 org-return-follows-link' is set and there is nothing else to do in
12146 this line.
12147
121482009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12149
a628ad9d 12150 * org-colview-xemacs.el: Add in changes from org-colview.el.
8bfe682a
CD
12151
121522009-11-13 Dan Davison <davison@stats.ox.ac.uk>
12153
12154 * org-exp-blocks.el: Modify split separator regexp to avoid empty
12155 strings.
12156
121572009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12158
12159 * org-colview.el (org-columns-new): Make this work with the new
12160 operators.
12161 (org-columns-store-format): Make this work with the new operators.
12162
121632009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12164
12165 * org-src.el (org-src-preserve-indentation): Document that this
12166 variable is also used during export.
12167
4d789d84
SM
12168 * org-exp.el (org-export-format-source-code-or-example):
12169 Preserve indentation if a block has a -i option, or if
8bfe682a
CD
12170 `org-src-preserve-indentation' is set.
12171
4d789d84
SM
12172 * org-exp-blocks.el (org-export-blocks-preprocess):
12173 Preserve indentation if a block has a -i option, or if
8bfe682a
CD
12174 `org-src-preserve-indentation' is set.
12175
121762009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12177
12178 * org.el (org-mode-map): Define the new archiving keys.
12179 (org-speed-commands-default): Define an archiving key in the speed
12180 command map.
12181 (org-org-menu): Improve the menu structure concerning archiving.
12182
12183 * org-archive.el (org-archive-subtree-default-with-confirmation):
12184 New command.
12185
12186 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
12187 (org-agenda-menu): Add the new archiving commands to the menu.
12188 (org-agenda-archive-default)
12189 (org-agenda-archive-default-with-confirmation): New commands.
4d789d84
SM
12190 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
12191 Just call `org-agenda-archive-with'.
8bfe682a
CD
12192 (org-agenda-archive-with): New function.
12193
12194 * org-table.el (org-table-convert-region): Inert spaces around "|"
12195 to avoid line beginnings like "|-1" which will be mistaken as
12196 hlines.
12197
121982009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12199
12200 * org.el (org-offer-links-in-entry): Return nil if there are no
12201 links, t if a link has been selected.
12202 (org-open-at-point): Open attachment directory when called in the
12203 headline and there are no links in the entry body.
12204 (org-speed-commands-default): Add "o" for open-at-point as a speed
12205 command.
12206
12207 * org-attach.el (org-attach-reveal): Optional prefix arg
12208 IF-EXISTS, which avoids creating the attachment directory if it
12209 does not yet exist.
12210
4d789d84
SM
12211 * org-agenda.el (org-agenda, org-run-agenda-series):
12212 Evaluate MATCH.
8bfe682a
CD
12213
122142009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12215
12216 * org.el ("abbrev"): Work with abbrev tables only after they have
12217 been loaded.
12218
12219 * org-list.el (org-list-send-list): Fix bug related to match
12220 data.
12221
12222 * org-latex.el (org-export-latex-fontify): Apply verbatim
12223 emphasis.
12224 (org-export-latex-make-header): Insert \obeylines if line breaks
12225 should be preserved.
12226
12227 * org-exp.el (org-export-protect-verbatim): Add an
12228 `org-verbatim-emph' property to such text.
12229
122302009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12231
12232 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
12233 (org-print-icalendar-entries): Skip entries where the timestamp is
12234 not a deadline and not scheduled, if the user requests that.
12235
12236 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
12237 before an opening quote.
12238
12239 * org-archive.el (org-archive-subtree): Keep archive after
12240 archiving something.
12241
12242 * org-id.el (org-id-update-id-locations): Add archive files if
12243 that is required by `org-id-extra-files'.
12244
122452009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12246
12247 * org-src.el (org-src-window-setup): New option.
12248 (org-src-switch-to-buffer): New function.
12249 (org-edit-src-exit): Add optional argument CONTEXT and use it to
12250 restore window configuration.
12251 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
12252 Call `org-src-switch-to-buffer'.
12253
12254 * org.el (org-default-properties): Add STYLE property.
12255 (org-files-list): Use the function call to get the files.
12256 (org-additional-option-like-keywords): Add SETUPFILE to completion
12257 list.
12258
122592009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12260
12261 * org-table.el (org-table-convert-region): Correctly interpret
12262 quoting in csv import.
12263
12264 * org.el (org-icompleting-read): Make iswitchb completion work
12265 with lists and tables.
12266
12267 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
12268 while pushing the mobile agenda.
12269
122702009-11-13 John Wiegley <jwiegley@gmail.com>
12271
12272 * org-clock.el
12273 (org-clock-auto-clock-resolution): Now takes three values: nil, t
12274 and `when-no-clock-is-running'.
12275 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
12276 whether or not to resolve Org buffers on clock in.
12277
122782009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12279
12280 * org-colview.el (org-format-time-period): Function to format
12281 times in fractional days for display.
12282 (org-columns-display-here): Add support for showing a calculated
12283 value in place of the property.
12284 (org-columns): Set `org-columns-time' to the current time so time
12285 difference calculations will work.
12286 (org-columns-time): Use to store the current time when column view
12287 is displayed, so all time differences will use the same reference
12288 point.
12289 (org-columns-compile-map): There is now an extra position in each
12290 entry specifying the function to use to calculate the displayed
c4cc8b9a 12291 value for the non-calculated properties in the column.
8bfe682a
CD
12292 (org-columns-compute-all): Set `org-columns-time' to the current
12293 time so time difference calculations will work.
12294 (org-columns-compute): Handle column operators where the values
12295 used are calculated from the underlying property.
c4cc8b9a 12296 (org-columns-number-to-string): Handle the 'age' column format.
8bfe682a 12297 (org-columns-string-to-number): Correct the function name (was
5ce6e4f4 12298 org-column...). Add support for the 'age' column format.
8bfe682a
CD
12299 (org-columns-compile-format): Support the additional parameter in
12300 org-columns-compile-map.
12301
123022009-11-13 Bastien Guerry <bzg@altern.org>
12303
12304 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
12305 variable.
12306
123072009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12308
12309 * org-clock.el (org-clock-has-been-used): New variable.
12310 (org-clock-in): Set `org-clock-has-been-used'.
12311 (org-clock-save): Save only if clock data has been used or created
12312 during this session.
12313
123142009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12315
12316 * org-clock.el (org-clock-persist): New value, to store only the
12317 clock history.
12318 (org-clock-save): Don't save the clock if only the history should
12319 be stored.
12320 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
12321 when restoring a saved clock.
12322
123232009-11-13 John Wiegley <jwiegley@gmail.com>
12324
4d789d84
SM
12325 * org-clock.el (org-clock-display, org-clock-put-overlay):
12326 Use `org-time-clock-use-fractional'.
8bfe682a
CD
12327
12328 * org.el (org-time-clocksum-use-fractional)
12329 (org-time-clocksum-fractional-format): Two new customizable
12330 variables which allow the user to select fractional times (1.25
12331 instead of 1:25) in the `org-clock-display' report.
12332
123332009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12334
12335 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
12336 New option.
12337
12338 * org.el (org-tag-alist): Fix customization type.
12339
123402009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12341
12342 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
12343 Make sure the regexp search can fail without throwing an error.
12344 (org-mobile-apply): Save the inbox buffer after removing
12345 successfully applied changes.
12346
123472009-11-13 John Wiegley <jwiegley@gmail.com>
12348
12349 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
12350 time is reported after the user comes back (but before they
12351 resolve time).
12352
12353 * org.el (org-get-repeat): Change so that this function can be
12354 called with either `org-scheduled-string' or
12355 `org-deadline-string'.
12356
a628ad9d 12357 * org-clock.el (org-clock-auto-clock-resolution): Rename from
8bfe682a
CD
12358 `org-clock-disable-clock-resolution', since negatives don't sound
12359 good in customization variables.
12360 (org-clock-in): Don't use the auto-resolution logic if the user is
12361 clocking into a different task while an active clock is running.
12362 This then allows the default behavior of clocking out of the open
12363 task and then into the new task.
12364
12365 * org.el (org-modules): Made this variable more consistent, since
12366 it was referring to Org, OrgMode and Org-mode, whereas the docs
12367 for the variable always refer to Org-mode.
12368
123692009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12370
12371 * org.el (org-repeat-re): The changed org-repeat-re no longer
5ce6e4f4 12372 matched simple +2d type repeaters. Fix it so it does.
8bfe682a
CD
12373
123742009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12375
12376 * org-latex.el (org-export-latex-preprocess): Protect the vspace
12377 macro in the VERSE environment.
12378
123792009-11-13 John Wiegley <jwiegley@gmail.com>
12380
12381 * org-habit.el (org-habit-get-priority): A new function that
12382 determines the relative priority of a habit, based on how long
12383 past its scheduled date it is, and how near the deadline is.
12384
12385 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
12386 using `org-habit-get-priority'.
12387
12388 * org-habit.el (org-habit-build-graph): Start displaying colors
12389 from the first scheduled date, if that date is earlier than the
12390 first completion date.
12391
12392 * org-habit.el: Changed all "color" variables to faces, and made
12393 them appropriate for light and dark backgrounds.
12394
12395 * org-habit.el (org-habit-duration-to-days): Made this function
12396 more general.
12397 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
12398
a628ad9d 12399 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
8bfe682a
CD
12400 habits, since they don't use DEADLINE anymore.
12401
12402 * org.el (org-repeat-re, org-display-custom-time)
a628ad9d 12403 (org-timestamp-change): Extend to support the new ".+N/N"
8bfe682a
CD
12404 syntax, used for habits.
12405
a628ad9d 12406 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
8bfe682a
CD
12407 variable reference.
12408
12409 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
12410 modeline when habits are being displayed (if that module is being
12411 loaded).
12412
124132009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12414
12415 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
12416 idle time using the xscreensaver extension.
12417 (org-user-idle-seconds): Use X11 idle time if available.
12418
124192009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12420
12421 * org-agenda.el (org-agenda-next-line): New command.
12422 (org-agenda-previous-line): New commands.
4d789d84
SM
12423 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
12424 New commands.
8bfe682a
CD
12425 (org-agenda-follow-mode): Do the follow immediately if the mode is
12426 turned on here.
12427 (previous-line, next-line): Replace keys with the corresponding
12428 org functions.
12429 (org-agenda-mode-map): Bind backspace and delete to the scrolling
12430 command.
12431
12432 * org.el (org-icompleting-read): Turn off partial completion mode
12433 for the duration of this completion round.
12434
12435 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
12436 macros in author lines and similar stuff.
12437
12438 * org.el (org-file-tags): Fix docstring.
12439 (org-get-buffer-tags): Add the #+FILETAGS tags.
a628ad9d 12440 ("ecb"): Make ecb show context after jumping into an Org file.
8bfe682a
CD
12441
124422009-11-13 John Wiegley <johnw@newartisans.com>
12443
12444 * org-agenda.el (org-finalize-agenda): Draw habit consistency
12445 graphs after everything else in the buffer has been setup.
12446
124472009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12448
12449 * org-mobile.el (org-mobile-apply): Count success and failure.
12450
12451 * org.el (org-indent-line-function): Fix regexp replace problem.
12452
124532009-11-13 John Wiegley <johnw@newartisans.com>
12454
4d789d84
SM
12455 * org-clock.el (org-clock-disable-clock-resolution):
12456 New customization variable that disable automatic clock resolution on
8bfe682a
CD
12457 clock in.
12458 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
12459 not automatically resolve anything. This is does not affect
12460 idle-time resolution, however, if `org-clock-idle-time' is set.
12461
124622009-11-13 John Wiegley <johnw@newartisans.com>
12463
12464 * org-habit.el: New file, which implements code to build a "habit
12465 consistency graph".
12466
12467 * org-agenda.el (org-agenda-get-deadlines)
12468 (org-agenda-get-scheduled): Display consistency graphs when
12469 outputting habits into the agenda. The graphs are always relative
12470 to the current time.
a628ad9d 12471 (org-format-agenda-item): Add new parameter `habitp', which
8bfe682a
CD
12472 indicates whether we are formatting a habit or not. Do not
12473 display "extra" leading information if habitp is true.
12474
a628ad9d 12475 * org.el (org-repeat-re): Improve regexp to include .+ and ++
8bfe682a
CD
12476 leaders for repeat strings.
12477 (org-get-repeat): Now takes a string parameter `tagline', so the
12478 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
12479
124802009-11-13 John Wiegley <johnw@newartisans.com>
12481
4d789d84
SM
12482 * org-agenda.el (org-agenda-auto-exclude-function):
12483 New customization variable for allowing the user to create an "auto
8bfe682a
CD
12484 exclusion" filter for doing context-aware auto tag filtering.
12485 (org-agenda-filter-by-tag): Changes to support the use of
01c35094 12486 `org-agenda-auto-exclude-function'. See the new manual addition.
8bfe682a
CD
12487
124882009-11-13 John Wiegley <johnw@newartisans.com>
12489
12490 * org.el (org-files-list): Don't attempt to return a file name for
12491 Org buffers which have no associated file.
12492
a628ad9d 12493 * org-agenda.el (org-agenda-do-action): Fix a typo.
8bfe682a
CD
12494
124952009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12496
12497 * org-mobile.el (org-mobile-locate-entry): Interpret files
12498 relative to org-directory.
12499 (org-mobile-inbox-for-pull): Document the best location for this
12500 file.
12501 (org-mobile-check-setup): Verify `org-directory'.
12502 (org-mobile-create-index-file): Sort the files to be listed in
12503 index.org.
12504
125052009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12506
12507 * org.el (org-fast-tag-selection): Add a way to display a
5ce6e4f4 12508 description for a tag group. This is done by adding a string to
8bfe682a
CD
12509 either the startgroup or endgroup cell.
12510
125112009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12512
12513 * org-clock.el (org-clock-resolve, org-resolve-clocks)
12514 (org-emacs-idle-seconds): Use `org-float-time' instead of
a628ad9d 12515 `time-to-seconds'.
8bfe682a
CD
12516
125172009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12518
12519 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
12520 type.
12521
12522 * org.el (org-pre-cycle-hook): Document that `empty' can also be
12523 the value of ARG when doing local cycling.
12524
125252009-11-13 John Wiegley <johnw@newartisans.com>
12526
12527 * org-clock.el (org-clock-resolve-clock): If keeping or
12528 subtracting time results in a clock out at a time in the past, and
12529 if the resolution occurred due to idleness or invoking `M-x
12530 org-resolve-clocks', remember that past moment in time. On the
12531 next clock in, the user will be prompted to see if they want to
12532 back-date their new clock to then.
12533 (org-clock-resolve): Do not jump the user to the location of a
484eaeac 12534 dangling clock if the resolution is occurring due to an idle
8bfe682a
CD
12535 timeout. In that case there is typically only one dangling clock,
12536 the active one, and there is no value gained by shuffling their
12537 windows around to show it to them. Being prompted to resolve an
12538 idle clock should be as inobtrusive as possible.
12539 (org-resolve-clocks-if-idle): New function that resolves only the
12540 currently active clock if the user has exceeded the time returned
12541 by `org-user-idle-seconds', based on the value of
12542 `org-clock-idle-time'.
c4cc8b9a 12543 (org-clock-in): If, after resolving clocks, (???)
8bfe682a
CD
12544 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
12545
12546 * org-clock.el (org-clock-resolve-clock): New function that
12547 resolves a clock to a specific time, closing or resuming as need
12548 be, and possibly even starting a new clock.
12549 (org-clock-resolve): New function used by `org-resolve-clocks'
4d789d84
SM
12550 that sets up for the call to `org-clock-resolve-clock'.
12551 It determines the time to resolve to based on a single-character
8bfe682a
CD
12552 selection from the user to either keep time, subtract away time or
12553 cancel the clock.
12554 (org-resolve-clocks): New user command which resolves dangling
12555 clocks -- that is, open but not active -- anywhere in the file
12556 list returned by `org-files-list'.
12557 (org-clock-in): Automatically resolve dangling clocks whenever a
12558 user clocks in.
12559 (org-clock-cancel): If the user cancels the solely clock in a
12560 LOGBOOK, remove the empty drawer.
12561
12562 * org-clock.el (org-clock-idle-time): New user customizable option
12563 for detecting whether the user has left a clock idle. Note: it is
12564 only used in this commit to test whether it's worthwhile to check
12565 OS X to get the Mac user's current idle time. If the Emacs idle
12566 time is less than the value, the user hasn't been away long enough
12567 to be worth checking (a more expensive test than just getting
12568 Emacs idle time).
12569 (org-user-idle-seconds, org-mac-idle-seconds)
12570 (org-emacs-idle-seconds): This three functions, in conjunction
12571 with the user customization variable `org-clock-idle-time', return
12572 the number of seconds (as a floating point) that the user has been
12573 away from their Emacs (or, if running on OS X, their computer).
12574
12575 * org-clock.el (org-find-open-clocks): New function that returns a
12576 list of all open clocks in the given FILE. Note that each clock
12577 it returns is a cons cell of the format (MARKER . START-TIME).
12578 This "clock" value is used by several of the new clock module
12579 utility functions.
12580 (org-is-active-clock): New inline function which tests whether the
12581 given clock value is the same as the currently active clock.
12582 Returns non-nil if this is the case.
12583 (org-with-clock-position): New macro that evaluates FORMS with
12584 point in the buffer and at the position of the given clock.
12585 Changes to the current clock are global.
12586 (org-with-clock): New macro that evaluates FORMS with point in the
12587 buffer and at the position of the given clock. However, changes
12588 to the current clock are local and have no effect on the user's
12589 active clock. This allows, for example, far any clock to be
c80e3b4a 12590 canceled without canceling the active clock.
8bfe682a
CD
12591 (org-clock-clock-in): New inline function that switches the active
12592 clock to the given clock. If either the argument RESUME, or the
12593 global `org-clock-in-resume', are non-nil, it will resume a clock
12594 that was previously left open.
12595 (org-clock-clock-out): New inline function that clocks out the
12596 given clock value without affecting the currently active clock.
12597 (org-clock-clock-cancel): New inline function that cancels the
12598 given clock value without affecting the currently active clock.
12599
12600 * org-clock.el (org-clock-in): Before creating
12601 `org-clock-mode-line-timer', check to make sure an older timer is
12602 not currently running.
12603 (org-clock-out): Accept new third parameter `at-time', which
12604 permits a clock to be clocked out at a specific time. Note that
12605 no attempt is made to verify that the clock out time is later than
12606 the clock in time.
12607
12608 * org.el (org-files-list): New utility function for returning a
12609 list of all open org-mode buffers, plus all files used to build
12610 the agenda buffer. Note that not all the files will necessarily
12611 be visited by a buffer at time of call.
12612 (org-entry-beginning-position): Like the function
12613 `line-beginning-position', this inline function returns the
12614 beginning position of the current heading/entry.
12615 (org-entry-end-position): Like the function `line-end-position',
12616 this inline function returns the end position of the current
12617 heading/entry.
12618
126192009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12620
12621 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
12622 a header line.
12623
126242009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12625
12626 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
12627
126282009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12629
12630 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
12631 entries that have no tags.
12632 (org-agenda-search-view): New customize group.
12633 (org-agenda-search-view-search-words-only): New option.
12634 (org-search-view): Implement substring search.
12635
126362009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12637
12638 * org.el (org-outline-level): Add doc string.
12639
126402009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12641
12642 * org-inlinetask.el (org-inlinetask-export): Re-introduce
12643 variable.
12644 (org-inlinetask-export-handler): Only export inline task if the
12645 user option calls for it.
12646
126472009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12648
12649 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
12650 END if present.
12651
126522009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12653
12654 * org-latex.el (org-export-latex-tables): Don't format in
12655 protected regions.
12656
126572009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12658
12659 * org-src.el (org-edit-src-code)
4d789d84
SM
12660 (org-edit-src-find-region-and-lang, org-edit-src-exit):
12661 Handle macro editing.
8bfe682a
CD
12662
12663 * org-agenda.el (org-prefix-category-max-length): New variable.
12664 (org-format-agenda-item): Use `org-prefix-category-max-length'.
12665 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
12666
126672009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12668
12669 * org-mobile.el (org-mobile-create-index-file): Improve the
12670 listing of tags and todo keywords.
12671
12672 * org-latex.el (org-export-latex-format-image): New function.
12673 (org-export-latex-links): Use `org-export-latex-format-image'.
12674
126752009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12676
12677 * org-inlinetask.el (org-inlinetask-get-current-indentation)
12678 (org-inlinetask-remove-terminator): New functions.
12679 (org-inlinetask-export-handler): Terminate the description list.
12680
12681 * org-exp.el (org-export-select-backend-specific-text): Remove the
12682 region markers.
12683
a628ad9d 12684 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
8bfe682a
CD
12685 tasks without content.
12686
12687 * org-clock.el: Make sure the clock-in target position does not
12688 move to a different node by widening the buffer.
12689
12690 * org-html.el (org-export-html-format-image): Wrap image into
12691 figure div only when there is a caption.
12692
12693 * org-archive.el (org-archive-mark-done): Change default value to
12694 nil.
12695
126962009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12697
12698 * org.el (org-context): Call `bobp', not `eobp'.
12699
12700 * org-clock.el (org-clock-cancel): Remove quotes from marker
12701 variables.
12702
12703 * org.el (org-read-date-prefer-future): New allowed value `time'.
12704 (org-read-date-analyze): Shift day to tomorrow depending on time
12705 entered and value of `org-read-date-prefer-future'.
12706
81ad75af
SM
127072009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 * org.el (org-version, org-get-refile-targets, org-refile)
12710 (org-store-log-note, org-diary-to-ical-string)
12711 (org-speedbar-set-agenda-restriction):
12712 * org-publish.el (org-publish-find-title):
12713 * org-plot.el (org-plot/gnuplot):
12714 * org-mouse.el (org-mouse-do-remotely):
12715 * org-mobile.el (org-mobile-move-capture):
12716 * org-mac-message.el (org-mac-message-insert-flagged):
12717 * org-latex.el (org-replace-region-by-latex):
12718 * org-docbook.el (org-replace-region-by-docbook):
12719 * org-clock.el (org-clock-out, org-clock-cancel):
12720 * org-bibtex.el (org-execute-file-search-in-bibtex):
12721 Use with-current-buffer.
12722
04e65fdb
JB
127232009-10-04 Juanma Barranquero <lekktu@gmail.com>
12724
12725 * org.el (org-directory, org-map-entries):
12726 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
12727
8d642074
CD
127282009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12729
12730 * org.el (org-set-tags-to): New command.
12731
12732 * org-latex.el (org-export-latex-set-initial-vars): Also check in
12733 the plist.
12734
12735 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
12736 keyword.
12737
12738 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
12739
127402009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12741
12742 * org-inlinetask.el (org-inlinetask-export): Option removed.
12743 (org-inlinetask-export-handler): Better export.
12744
12745 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
12746 (org-export-as-xoxo): Run the new hook.
12747
12748 * org-html.el (org-export-html-final-hook): New hook.
12749 (org-export-as-html): Run the new hook.
12750
12751 * org-docbook.el (org-export-docbook-final-hook): New hook.
12752 (org-export-as-docbook): Run the new hook.
12753
12754 * org-ascii.el (org-export-ascii-final-hook): New hook.
12755 (org-export-as-ascii): Run the new hook.
12756
12757 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
12758 space character as the character before the ^/_.
12759 (org-export-latex-final-hook): New hook.
12760 (org-export-as-latex): Run `org-export-latex-final-hook'.
12761
127622009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12763
12764 * org-macs.el (org-if-unprotected-at): Fix docstring.
12765
12766 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
12767 text in the prefix (if category is a link).
12768
12769 * org-latex.el (org-export-latex-preprocess): Deal properly with
12770 empty lines in verse environments.
12771
12772 * org.el (org-format-latex-header): Inline fullpage.sty.
12773
12774 * org-footnote.el (org-footnote-create-definition): Reveal context
12775 to add a new footnote definition.
12776
12777 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
12778 org-table-recalculate when cursor is in TBLFM line.
12779
12780 * org-list.el (org-renumber-ordered-list): Fix cursor position
12781 when bullet length has changed.
12782
127832009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12784
12785 * org.el (org-format-latex): Mention `org-format-latex-options' in
12786 the docstring.
12787
127882009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12789
12790 * org.el (org-agenda-get): New function.
12791
12792 * org-agenda.el (org-agenda-post-command-hook): No longer move
12793 point away from end of line.
12794 (org-agenda-add-entry-text, org-agenda-collect-markers)
12795 (org-finalize-agenda, org-agenda-mark-clocking-task)
12796 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
12797 (org-agenda-entry-text-show, org-agenda-highlight-todo)
12798 (org-agenda-compare-effort, org-agenda-filter-apply)
12799 (org-agenda-later, org-agenda-change-time-span)
12800 (org-agenda-post-command-hook, org-agenda-show-priority)
12801 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
12802 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
12803 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
12804 (org-agenda-open-link, org-agenda-copy-local-variable)
12805 (org-agenda-switch-to, org-agenda-check-no-diary)
12806 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
12807 (org-agenda-add-note, org-agenda-change-all-lines)
12808 (org-agenda-priority, org-agenda-set-tags)
12809 (org-agenda-set-property, org-agenda-set-effort)
12810 (org-agenda-toggle-archive-tag, org-agenda-date-later)
12811 (org-agenda-show-new-time, org-agenda-date-prompt)
12812 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
12813 (org-agenda-clock-in, org-agenda-bulk-mark)
4d789d84
SM
12814 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
12815 Use `org-get-at-bol'.
8d642074
CD
12816
12817 * org-colview.el (org-columns-display-here)
4d789d84
SM
12818 (org-columns-edit-allowed, org-agenda-columns):
12819 Use `org-get-at-bol'.
8d642074
CD
12820
128212009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12822
12823 * org.el (org-special-ctrl-a/e): Improve documentation and
12824 customize type.
12825 (org-end-of-line): Don't jump to after the ellipsis.
12826 (org-mode-map): Bind <home> and <end> as well.
12827
128282009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12829
12830 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
12831 space after #+ as comments.
12832 (org-open-at-point): Run `org-follow-link-hook' always.
12833
12834 * org-latex.el (org-export-latex-emph-format): Use better commands
12835 to insert special characters in verbatim snippets.
12836
128372009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12838
12839 * org-faces.el (org-copy-face): New function. Use it to create
12840 various faces formerly created by using `copy-face'.
12841
12842 * org-agenda.el (org-prepare-agenda): Don't officially mark this
12843 window dedicated.
12844 (org-agenda-quit): Kill the frame containing the agenda window if
12845 that frame was created for the agenda.
12846
128472009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12848
12849 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
12850 stamp in the agenda.
12851
128522009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12853
4d789d84
SM
12854 * org-agenda.el (org-prepare-agenda):
12855 Reset `org-drawers-for-agenda'.
8d642074
CD
12856 (org-prepare-agenda): Uniquify list of drawers.
12857
12858 * org.el (org-complex-heading-regexp-format): New variable.
4d789d84
SM
12859 (org-set-regexps-and-options):
12860 Define `org-complex-heading-regexp-format'.
8d642074
CD
12861 (org-drawers-for-agenda): New variable.
12862 (org-map-entries): Bind `org-drawers-for-agenda'.
12863 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
12864
12865 * org-remember.el (org-go-to-remember-target)
12866 (org-remember-handler): Use `org-complex-heading-regexp-format'.
12867
128682009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12869
12870 * org-agenda.el (org-agenda-highlight-todo): Fix text property
12871 problem.
12872
12873 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
12874 always with `invisible-ok'.
12875 (org-store-link): No error when there is nothing to link to in the
12876 agenda.
12877
12878 * org-list.el (org-update-checkbox-count): Insert changed cookie
12879 before the old, to avoid problems with invisibility at the end of
12880 the line.
12881 (org-update-checkbox-count): Insert changed cookie before the old,
12882 to avoid problems with invisibility at the end of the line.
12883
12884 * org.el (org-sort-entries-or-items): Include the final newline.
12885 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
12886 lines for fontification.
12887 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
12888 (org-prepare-dblock): Store the current indentation of the BEGIN
12889 line.
12890 (org-update-dblock): Apply the indentation of the begin line to
12891 the rest of the block.
12892 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
12893 (org-startup-folded): New allowed value `showeverything'.
12894 (org-startup-options): Add STARTUP keyword `showeverything'.
12895 (org-set-startup-visibility): Respect value `showeverything' in
12896 org-startup-folded.
12897
128982009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12899
12900 * org.el (org-closest-date): Fix issue with past preference.
12901
12902 * org-archive.el (org-archive-set-tag)
12903 (org-archive-subtree-default): New commands.
12904
4d789d84
SM
12905 * org-clock.el (org-clock-clocktable-default-properties):
12906 New option.
12907 (org-clock-report):
12908 Use `org-clock-clocktable-default-properties'.
8d642074
CD
12909
129102009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12911
12912 * org.el (org-iswitchb-completing-read): Fix typo.
12913
12914 * org-crypt.el: New file.
12915
12916 * org.el: Add an entry for org-crypt.
12917
129182009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12919
12920 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
12921 consistency.
12922 (org-batch-store-agenda-views): New function.
12923 (org-agenda-title-append): Define variable.
12924 (org-write-agenda): New export to Org files.
12925 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
12926 (org-agenda): Allow to keep the restricted file list if a special
12927 variable is bound to t.
12928 (org-agenda): Define a special agenda view for working on flagged
12929 entries.
12930 (org-agenda-get-restriction-and-command): List the new agenda
12931 view.
12932 (org-agenda-show-the-flagging-note): New command.
12933 (org-agenda-mode-map): New key `?' for looking at the flagging
12934 note.
12935
12936 * org.el (org-autoload): Autoload org-mobile.el.
12937 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
12938
12939 * org-mobile.el: New file.
12940
12941 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
12942
129432009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12944
12945 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
12946 statements.
12947 (org-table-get-remote-range): Match indented #+TBLNAME
12948 statements.
12949
12950 * org.el (org-convert-to-odd-levels)
12951 (org-convert-to-oddeven-levels): Work also correctly if the file
12952 is in outline-mode.
12953
129542009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12955
12956 * org.el (org-store-link): When in agenda buffer, link to
12957 referenced entry.
12958 (org-add-planning-info): Remove spaces at eol.
12959
12960 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
12961 property.
12962
129632009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12964
12965 * org-latex.el (org-export-latex-first-lines): Fix problem with
12966 LaTeX export of first line and selected subtree.
12967
12968 * org.el (org-shifttab): Interpret arg differently when using only
12969 odd levels.
12970
129712009-10-01 Bastien Guerry <bzg@altern.org>
12972
a628ad9d 12973 * org.el (org-check-agenda-file): Use a more explicit message.
8d642074
CD
12974
129752009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12976
12977 * org-exp.el (org-export-remove-special-table-lines): Don't remove
12978 normal lines.
12979
129802009-10-01 Bastien Guerry <bzg@altern.org>
12981
12982 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
12983 prompt in the temporary window.
12984
12985 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
12986 prefix for marked entries in the agenda view.
12987
5ce6e4f4 129882009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
8d642074
CD
12989
12990 * org.el (outline-end-of-subtree): Bugfix: advise this function in
12991 a way that prevents any trailing character from being displayed.
12992
129932009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12994
12995 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
12996 menu.
12997
12998 * org-exp.el (org-export-remove-special-table-lines): Remove bad
12999 slow regexp match.
13000
130012009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
13002
13003 * org-latex.el (org-export-latex-preprocess): Do not protect in
13004 the LaTeX header.
13005
13006 * org-src.el (org-edit-src-save): Save window setup while saving.
13007 (org-edit-src-code): Use new buffer name construction scheme.
13008
130092009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
13010
4d789d84
SM
13011 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
13012 New variable.
8d642074
CD
13013 (org-agenda-entry-text-cleanup-hook): New hook.
13014 (org-agenda-get-some-entry-text): Remove matches of
13015 `org-agenda-entry-text-exclude-regexps' and run the hook
13016 `org-agenda-entry-text-cleanup-hook'.
13017
13018 * org.el (org-offer-links-in-entry): New argument ZERO to
13019 implement a link with index zero.
13020 (org-cycle-show-empty-lines): Not keep empty line under header
13021 hidden.
13022 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
13023 to nil for special completion.
13024 (org-store-link): Don't error before the first heading.
13025
13026 * org-agenda.el (org-agenda-open-link): Pass the prefix to
13027 `org-offer-links-in-entry'.
13028
130292009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
13030
13031 * org-agenda.el (org-agenda-quit): Provide the window argument for
13032 `window-dedicated-p', Emacs 22 needs it.
13033 (org-format-agenda-item): If the category is a link, arrange for
13034 invisible text to replaced with spaces.
13035 (org-compile-prefix-format): Add the extra space.
13036 (org-prefix-category-length): New variable.
13037
13038 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
13039 references from TOC lines.
13040
13041 * org.el (org-selected-window): New variable.
13042
13043 * org-table.el (org-table-edit-formulas): Remember the selected
13044 window.
13045 (org-table-fedit-finish, org-table-fedit-abort): Select the window
13046 that was originally selected.
13047
13048 * org-exp.el (org-export-preprocess-apply-macros): Scan the
13049 expansion of a macro for more macro definitions.
13050
13051 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
13052 invisibility overlay starts on the newline.
13053
b15c31c7
GM
130542009-10-01 Glenn Morris <rgm@gnu.org>
13055
13056 * org-agenda.el (calendar-check-holidays):
13057 * org-exp.el (org-agenda-skip):
13058 * org-list.el (outline-back-to-heading):
13059 * org-wl.el (wl-summary-goto-folder-subr):
13060 * org.el (iswitchb-mode, remember, remember-buffer-desc)
13061 (remember-finalize, remember-save-after-remembering, remember-register)
13062 (remember-buffer, remember-handler-functions)
13063 (remember-annotation-functions): Remove unused declarations.
13064
13065 * org.el (iswitchb-read-buffer): Fix declaration.
13066
9d459fc5
GM
130672009-09-30 Glenn Morris <rgm@gnu.org>
13068
13069 * org-compat.el (w32-focus-frame):
13070 * org-exp-blocks.el (R):
13071 * org-exp.el (htmlize-buffer):
13072 * org-protocol.el (server-edit):
13073 * org-table.el (org-format-org-table-html):
13074 * org.el (org-indent-mode): Fix declarations.
13075
13076 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
13077 free variable `fun'.
13078
baf0cb84
JB
130792009-09-29 Juanma Barranquero <lekktu@gmail.com>
13080
13081 * org-agenda.el (org-agenda-restore-windows-after-quit):
13082 Fix typo in docstring.
13083
f924a367
JB
130842009-09-23 Juanma Barranquero <lekktu@gmail.com>
13085
13086 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
13087 (org-shiftselect-error, org-ctrl-c-ctrl-c):
13088 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
13089 * org-attach.el (org-attach-check-absolute-path):
13090 * org-docbook.el (org-export-as-docbook):
13091 * org-html.el (org-export-as-html):
13092 * org-id.el (org-id-update-id-locations):
13093 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
13094 Fix typos in error messages.
13095
52e5311b
SM
130962009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13097
13098 * org-ascii.el: Require CL for the `loop' macro.
13099
fc226b2f
CD
131002009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
13101
13102 * org-gnus.el (require): Wrap (require gnus-sum) into
8bdd66dc 13103 eval-when-compile.
fc226b2f 13104
94db5327
CD
131052009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
13106
53e31a31
CD
13107 * org-protocol.el (org-protocol-store-link)
13108 (org-protocol-remember, org-protocol-open-source): Remove autoload
13109 cookies again.
13110
40ba71a5
CD
13111 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
13112 referencing the start of the line.
13113
94db5327
CD
13114 * org-gnus.el: Remove unnecessary declare-function forms.
13115 (gnus-sum): Always require gnus-sum.
13116
54a0dee5
CD
131172009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13118
13119 * org-protocol.el (org-protocol-store-link)
13120 (org-protocol-remember, org-protocol-open-source): Add autoloads.
13121
13122 * org-compat.el (org-float-time): New function.
13123
13124 * org.el (org-clock-update-time-maybe)
13125 (org-sort-entries-or-items, org-do-sort)
13126 (org-evaluate-time-range, org-time-string-to-seconds)
13127 (org-closed-in-range): Use `org-float-time'.
13128
13129 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
8bdd66dc 13130 (org-timer-seconds): Use `org-float-time'.
54a0dee5
CD
13131
13132 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
13133 (org-clock-sum, org-dblock-write:clocktable)
8bdd66dc 13134 (org-clocktable-steps): Use `org-float-time'.
54a0dee5
CD
13135
13136 * org-agenda.el (org-agenda-last-marker-time)
8bdd66dc 13137 (org-agenda-new-marker, org-diary): Use `org-float-time'.
54a0dee5
CD
13138
13139 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
13140 function.
13141
13142 * org-exp.el (org-get-file-contents): Only protect lines that
13143 really need it.
13144
13145 * org-html.el (require): Require cl for compilation.
13146
8bdd66dc 13147 * org.el: Avoid using `default-major-mode'.
54a0dee5
CD
13148
13149 * org-plot.el (require): Require CL only at compile time.
13150
13151 * org-exp.el (require): Require CL only at compile time.
13152
13153 * org-agenda.el (org-agenda-quit): When the agenda window is
13154 dedicated, remove other windows before exiting, so that the frame
13155 really will be killed.
13156
13157 * org-exp.el (org-export-handle-include-files): Reset START and
13158 END for each loop cycle.
13159
131602009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13161
4d789d84
SM
13162 * org.el (org-eval-in-calendar):
13163 Use `org-select-frame-set-input-focus'.
54a0dee5
CD
13164
13165 * org-compat.el (org-select-frame-set-input-focus): New function.
13166
13167 * org.el (org-update-statistics-cookies): New function.
13168 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
13169
131702009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13171
13172 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
13173 after the local variables are set.
13174
13175 * org-latex.el (org-export-latex-protect-amp): New function.
13176 (org-export-latex-links): Protect link ampersands in tables.
13177
13178 * org-exp.el (org-export-select-backend-specific-text): Match in
13179 two steps, to avoid regexp problems.
13180
13181 * org.el (org-offer-links-in-entry): Improve working with many and
13182 duplicate links.
13183
13184 * org-agenda.el (org-agenda-show-1): Make more consistent with
13185 normal cycling.
13186 (org-agenda-cycle-show): Make more consistent with normal cycling.
13187
13188 * org-gnus.el (org-gnus-store-link): Restore the linking to a
13189 website.
13190
131912009-09-02 Bastien Guerry <bzg@altern.org>
13192
13193 * org-latex.el (org-export-latex-first-lines): Bugfix.
13194
131952009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13196
13197 * org-clock.el (org-clock-modify-effort-estimate): Emit message
13198 about new effort.
13199
13200 * org.el (org-set-effort): New function.
13201 (org-mode-map): New key for effort setting command.
13202
13203 * org-agenda.el (org-agenda): Keep window setup when calling
13204 agenda from within agenda window.
13205 (org-agenda-mode-map): New keys for effort setting commands.
13206 (org-agenda-menu): Add effort setting commands to menu.
13207 (org-agenda-set-property, org-agenda-set-effort): New functions.
13208
4d789d84
SM
13209 * org-latex.el (org-export-latex-tables):
13210 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
54a0dee5
CD
13211 the first column has been removed.
13212
132132009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13214
13215 * org.el (org-remove-timestamp-with-keyword): Only remove in
13216 entry, not in subtree.
13217
13218 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
13219 emacs lisp.
13220
13221 * org.el (org-open-at-point): When on headline, offer all strings
13222 in entry.
13223
13224 * org-remember.el (org-remember-templates): Documentation fix.
13225
13226 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
13227 `org-get-last-sibling' instead of the outline versions of these
13228 functions.
13229 (org-get-last-sibling): New function.
13230 (org-refile): Use `org-get-next-sibling' instead of the outline
13231 version of this function.
4d789d84
SM
13232 (org-clean-visibility-after-subtree-move):
13233 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
54a0dee5
CD
13234 outline versions of these functions.
13235
132362009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13237
13238 * org-agenda.el (org-prepare-agenda): When creating a new frame
13239 for the agenda, make the window dedicated.
13240
13241 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
13242
13243 * org-table.el (org-table-align): Change the order of reinsertion
13244 and deletion, to avoid problems with overlays following the table.
13245
13246 * org.el (org-parse-time-string): Better error message.
13247 (org-show-subtree): Use org-end-of-subtree.
13248
13249 * org-macs.el (org-goto-line): New defsubst.
13250
13251 * org.el (org-open-file, org-change-tag-in-region)
13252 (org-fast-tag-show-exit): Don't use `goto-line'.
13253
13254 * org-table.el (org-table-align, org-table-insert-column)
13255 (org-table-delete-column, org-table-move-column)
13256 (org-table-sort-lines, org-table-copy-region)
13257 (org-table-paste-rectangle, org-table-wrap-region)
13258 (org-table-get-specials, org-table-rotate-recalc-marks)
13259 (org-table-get-range, org-table-recalculate)
13260 (org-table-edit-formulas, org-table-fedit-convert-buffer)
4d789d84
SM
13261 (org-table-show-reference, org-table-highlight-rectangle):
13262 Don't use `goto-line'.
54a0dee5
CD
13263
13264 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
13265 (org-edit-src-exit): Don't use `goto-line'.
13266
13267 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
13268
13269 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
13270 Don't use `goto-line'.
13271
13272 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
13273
13274 * org-colview.el (org-columns, org-columns-redo)
13275 (org-agenda-columns): Don't use `goto-line'.
13276
4d789d84
SM
13277 * org-colview-xemacs.el (org-columns, org-agenda-columns):
13278 Don't use `goto-line'.
54a0dee5
CD
13279
13280 * org-agenda.el (org-agenda-mode): Force visual line motion off.
13281 (org-agenda-add-entry-text-maxlines): Improve docstring.
13282 (org-agenda-start-with-entry-text-mode): New option.
13283 (org-agenda-entry-text-maxlines): New option.
13284 (org-agenda-entry-text-mode): New variable.
13285 (org-agenda-mode): Set initial value of
13286 `org-agenda-entry-text-mode'.
13287 (org-agenda-mode-map): Add the `E' key.
13288 (org-agenda-menu): Add entry text mode to the menu.
13289 (org-agenda-get-some-entry-text): Fix line count bug.
13290 (org-finalize-agenda): Apply entry text mode if appropriate.
13291 (org-agenda-entry-text-show-here): New function.
13292 (org-agenda-entry-text-show): New function.
13293 (org-agenda-entry-text-hide): New function.
13294 (org-agenda-view-mode-dispatch): Add entry text mode to the view
13295 key menu.
13296 (org-agenda-entry-text-mode): New command.
13297 (org-agenda-set-mode-name): Add entry text mode to the mode line
13298 string.
13299 (org-agenda-undo, org-agenda-get-restriction-and-command)
13300 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
13301 `goto-line'.
13302
133032009-09-02 Bernt Hansen <bernt@norang.ca>
13304
13305 * org-clock.el (org-notify): Bugfix.
13306
133072009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13308
13309 * org-agenda.el (org-agenda-open-link): Handle multiple links and
13310 check for after-string.
13311
13312 * org-gnus.el (org-gnus-store-link): Simplify.
13313
13314 * org.el (org-latex-regexps): Don't add extra empty lines for
13315 display formulas.
13316
133172009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13318
13319 * org-agenda.el (org-agenda-get-some-entry-text): New function.
4d789d84
SM
13320 (org-agenda-add-entry-text):
13321 Use `org-agenda-get-some-entry-text'.
54a0dee5
CD
13322
13323 * org.el (org-cycle-separator-lines): Update docstring.
13324 (org-cycle-show-empty-lines): Handle negative values for
13325 `org-cycle-show-empty-lines'.
13326
13327 * org-exp.el (org-export-protect-sub-super): New function.
13328 (org-export-normalize-links): Protect the url of plain links from
13329 supscript and superscript processing.
13330
13331 * org-remember.el (org-remember-escaped-%): New function.
13332 (org-remember-apply-template): Use `org-remember-escaped-%' to
13333 detect escaped % signs.
13334
133352009-09-02 Bastien Guerry <bzg@altern.org>
13336
13337 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
13338 sound when showing the notification.
13339
13340 * org-clock.el (org-notify): New function.
13341 (org-clock-notify-once-if-expired): Use `org-notify'.
13342
13343 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
13344 and `gnus-article-mode' separately.
13345 (gnus-summary-article-header): Fix the declare-function.
13346
133472009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13348
4d789d84
SM
13349 * org-exp.el (org-export-format-source-code-or-example):
13350 Translate language.
54a0dee5 13351
c4cc8b9a 13352 * org-src.el (org-src-lang-modes): New variable.
54a0dee5
CD
13353 (org-edit-src-code): Translate language.
13354
13355 * org-exp.el (org-export-format-source-code-or-example): Deal wit
13356 the new structure of the `org-export-latex-listings-langs'
13357 variable.
13358
13359 * org-latex.el (org-export-latex-listings-langs): Change structure
13360 of the variable from plist to alist.
13361
133622009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13363
13364 * org.el (org-in-commented-line): New function.
13365
133662009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13367
13368 * org.el (org-hide-block-toggle): Make folded blocks searchable.
13369
8bdd66dc 133702009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
54a0dee5
CD
13371
13372 * org.el (org-flag-drawer): More useful error.
13373
133742009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13375
4d789d84
SM
13376 * org-remember.el (org-remember-apply-template):
13377 Use org-icompleting-read.
54a0dee5
CD
13378
13379 * org-publish.el (org-publish): Use org-icompleting-read.
13380
13381 * org-colview.el (org-columns-edit-value, org-columns-new)
13382 (org-insert-columns-dblock): Use org-icompleting-read.
13383
13384 * org-colview-xemacs.el (org-columns-edit-value)
4d789d84
SM
13385 (org-columns-new, org-insert-columns-dblock):
13386 Use org-icompleting-read.
54a0dee5 13387
4d789d84
SM
13388 * org-attach.el (org-attach-delete-one, org-attach-open):
13389 Use org-icompleting-read.
54a0dee5
CD
13390
133912009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13392
13393 * org.el (org-hierarchical-todo-statistics): Improve docstring.
13394 (org-version): Return the version text.
13395 (org-org-menu): Add a menu entry for the new bug reporter.
13396 (org-submit-bug-report): New command.
13397
4d789d84
SM
13398 * org-list.el (org-hierarchical-checkbox-statistics):
13399 Improve docstring.
54a0dee5
CD
13400
13401 * org.el (org-emphasis-regexp-components): Add "`" to set of
13402 pre-emphasis characters.
13403
13404 * org-latex.el (org-export-latex-classes): Always include the soul
13405 package.
13406 (org-export-latex-emphasis-alist): Use \st for strikethough.
13407
4d789d84
SM
13408 * org-exp-blocks.el (org-export-blocks-preprocess):
13409 Use `indent-code-rigidly' to indent.
54a0dee5 13410
4d789d84
SM
13411 * org-agenda.el (org-agenda-get-restriction-and-command):
13412 Remove properties only if MATCH really is a string.
54a0dee5
CD
13413
134142009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13415
4d789d84
SM
13416 * org-latex.el (org-export-latex-packages-alist):
13417 Fix customization type.
54a0dee5
CD
13418
13419 * org.el (org-create-formula-image): Also use
13420 `org-export-latex-packages-alist'.
13421
13422 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
13423 (org-export-as-html): Format footnotes correctly.
13424
134252009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13426
13427 * org.el (org-fast-tag-selection): Avoid text properties on tags
13428 in the alist.
13429
4d789d84
SM
13430 * org-agenda.el (org-agenda-get-restriction-and-command):
13431 Avoid text properties on the match element.
54a0dee5
CD
13432
134332009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13434
13435 * org.el (org-set-regexps-and-options): Make sure the list of done
13436 keywords is not invalid.
13437
13438 * org-exp.el (org-export-interpolate-newlines): New function.
13439
134402009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13441
13442 * org.el (org-format-latex): Avoid nested overlays.
13443
13444 * org-latex.el (org-export-latex-listings-langs): Add a few more
13445 languages.
13446
13447 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
13448 ignore newlines and space before the first macro argument.
13449
13450 * org-latex.el (org-export-latex-tables): Remove save-excursion
13451 around `org-table-align'.
13452
134532009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13454
4d789d84
SM
13455 * org.el (org-export-html-special-string-regexps):
13456 Definition moved into org.el.
54a0dee5
CD
13457
13458 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
13459 in macro calls.
13460
134612009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13462
13463 * org-latex.el (org-export-latex-listings)
13464 (org-export-latex-listings-langs): New options.
13465
4d789d84
SM
13466 * org-exp.el (org-export-format-source-code-or-example):
13467 Use listing package if requested by the user.
54a0dee5
CD
13468
134692009-09-02 Bastien Guerry <bzg@altern.org>
13470
13471 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
13472 command before actually switching to a buffer.
13473
134742009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13475
13476 * org-exp.el (org-get-file-contents): Only quote org lines when
13477 the markup is src or example.
13478
13479 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
c4cc8b9a 13480 New option.
54a0dee5
CD
13481 (org-agenda-get-day-entries): Remember deadline results and pass
13482 them on into the function getting the scheduling information.
13483 (org-agenda-get-scheduled): Accept deadline results as parameters
13484 and maybe skip some entries.
13485 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
13486
13487 * org.el (org-insert-heading): When respecting content, do not
13488 convert current line to headline.
13489
4d789d84
SM
13490 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
13491 Also cheeeeeck the hd marker.
54a0dee5
CD
13492 (org-clock-in): Also set the hd marker.
13493 (org-clock-out): Also set the hd marker.
13494 (org-clock-cancel): Reset markers.
13495
13496 * org.el (org-clock-hd-marker): New marker.
13497
13498 * org-faces.el (org-agenda-clocking): New face.
13499
13500 * org-agenda.el (org-agenda-mark-clocking-task): New function.
a628ad9d 13501 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
54a0dee5
CD
13502
13503 * org.el (org-modules): Add org-track.el.
13504
13505 * org-agenda.el (org-agenda-bulk-marked-p): New function.
4d789d84
SM
13506 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
13507 Use `org-agenda-bulk-marked-p'.
54a0dee5
CD
13508 (org-agenda-bulk-toggle): New command.
13509
135102009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13511
13512 * org.el (org-move-subtree-down): Hide subtree if it was folded,
13513 not just the body.
13514
13515 * org-remember.el (org-remember-finalize): Avoid buffer-modified
13516 messages.
13517
14acf2f5
SM
135182009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13519
13520 * org-html.el (org-export-as-html):
13521 * org-docbook.el (org-export-as-docbook):
13522 Use (default-value 'major-mode) instead of default-major-mode.
13523
7f25cb00
CD
135242009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
13525
13526 * org-docbook.el: Add arch-tag.
13527
8bdd66dc 13528 * org-exp-blocks.el: Add arch-tag.
7f25cb00 13529
8bdd66dc 13530 * org-id.el: Add arch-tag.
7f25cb00 13531
8bdd66dc 13532 * org-indent.el: Add arch-tag.
7f25cb00 13533
8bdd66dc 13534 * org-inlinetask.el: Add arch-tag.
7f25cb00 13535
8bdd66dc 13536 * org-protocol.el: Add arch-tag.
7f25cb00 13537
c8d0cf5c
CD
135382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13539
13540 * org.el (org-create-formula-image): Remove the -E option for
13541 dvipng.
13542
13543 * org-exp.el (org-default-export-plist): Respect #+BIND.
13544 (org-export-confirm-letbind): New function.
13545
13546 * org.el (org-paste-subtree): Test the kill ring entry if it is
13547 going to be used.
13548 (org-copy-subtree): Use `org-forward-same-level'.
13549 (org-forward-same-level): Respect the `invisibe-ok' arg for
13550 back-to-heading.
13551
135522009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13553
13554 * org.el (org-table-map-tables): Make sure cursor is back at table
13555 beginning after funcall.
13556
13557 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
13558 handled before children, and do not error if an entry is not
13559 found, probably because it hase been remove when the parent was
13560 archived or refiled.
13561
13562 * org.el (org-ido-completing-read): Accept straight lists for
13563 completion as well as alists.
13564
3e344045 13565 * org-timer.el (org-timer-cancel-timers): Rename from
c8d0cf5c
CD
13566 `org-timer-cancel-timers'.
13567
13568 * org.el (org-cycle-internal-local): Fix problem with finding next
13569 invisible line.
13570
135712009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13572
4d789d84
SM
13573 * org-list.el (org-list-send-list):
13574 Call `org-list-goto-true-beginning' instead of
c8d0cf5c
CD
13575 `org-list-find-true-beginning', which does not exist.
13576
13577 * org-timer.el (org-timer-reset-timers): Use `mapc'.
13578 (org-timer-set-timer): Do not assign to heading.
13579
13580 * org-id.el (org-id-open): Quote function name.
13581
13582 * org-macs.el (org-unmodified): Turn off recording undo
13583 information while running inside the macro.
13584
13585 * org-table.el (org-table-export): Also work in file-less
13586 buffers.
13587
13588 * org.el (org-startup-indented): New option.
13589 (org-startup-options): Add new options indent and noindent.
13590 (org-unfontify-region): Remove line-prefix and wrap-prefix
13591 properties.
4d789d84
SM
13592 (org-after-demote-entry-hook, org-after-promote-entry-hook):
13593 New hooks.
c8d0cf5c
CD
13594 (org-promote, org-demote): Run the new hooks.
13595
13596 * org-table.el (org-table-align): Replace leading \n as well.
13597
13598 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
13599 and `line-wrap' text properties.
13600
13601 * org-compat.el (org-kill-new): New function.
13602
13603 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
13604 `line-wrap' text properties.
13605
13606 * org-indent.el: New file.
13607
136082009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13609
13610 * org.el (org-provide-todo-statistics): Tweak docstring.
13611
13612 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
13613
136142009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13615
13616 * org-exp.el (org-export-as-org): Insert the "-source" string
13617 before the extension.
13618
13619 * org.el (org-read-date): Make sure the calendar is in the current
13620 frame.
13621 (org-set-emph-re): Remove the ? from the post-match.
13622 (org-emphasis-regexp-components): Add backslash to the
13623 postmatch class.
13624 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
13625 optional so that also lines at the end of the buffers will still
13626 be matched as headlines.
13627
13628 * org-table.el (org-table-error-on-row-ref-crossing-hline):
13629 Variable made obsolete.
13630 (org-table-relative-ref-may-cross-hline): New option.
13631 (org-table-find-row-type): Honow the new option
13632 `org-table-relative-ref-may-cross-hline'.
13633
136342009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13635
4d789d84
SM
13636 * org-table.el (org-table-cut-region, org-table-copy-region):
13637 Work on single field if no active region.
c8d0cf5c
CD
13638
136392009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13640
13641 * org-latex.el (org-export-latex-make-header): Only insert title
13642 if one is defined.
13643
13644 * org.el (org-make-options-regexp): Allow empty values.
13645
136462009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13647
13648 * org.el (org-cycle-internal-local): Improved version of finding
13649 next visible line.
13650 (org-cycle-hide-drawers): Only hide drawers if this is really
13651 necessary.
13652 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
13653 org-version of this function in Org-mode. We use advice to
13654 implement this change, so that future changes to this function in
13655 outline.el wil be handled properly.
13656 (org-forward-same-level, org-backward-same-level): New commands.
13657
136582009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13659
13660 * org.el (org-remove-empty-overlays-at)
cd1181db 13661 (org-clean-visibility-after-subtree-move): New functions.
c8d0cf5c
CD
13662 (org-move-subtree-down): Simplify cleanup of display.
13663
136642009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13665
13666 * org-mac-message.el (org-mac-message-get-links): Improve
13667 docstring. Make argument SELECT-OR-FLAGGED optional, default to
13668 "s". Fix the return value.
13669 (org-mac-message-insert-flagged): Simplify.
13670
13671 * org.el (org-refile-get-location): Tamper with refile history o
13672 that history contains compete matches instead of the entered
13673 string.
13674
136752009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13676
13677 * org.el (org-store-link): Never store a link to an inline task.
13678
4d789d84
SM
13679 * org-footnote.el (org-footnote-goto-local-insertion-point):
13680 Skip inline tasks when positioning footnotes.
c8d0cf5c
CD
13681
13682 * org.el (org-refile): Remove the END line when archiving an
13683 inline task that does have an END line.
13684
13685 * org-archive.el (org-archive-subtree): Remove the END line when
13686 archiving an inline task that does have an END line.
13687
13688 * org-macs.el (org-with-limited-levels): New macro.
13689 (org-get-limited-outline-regexp): New function.
13690
13691 * org-exp.el (org-export-format-source-code-or-example): Fix bug
13692 that did not enumerate first line.
13693 (org-export-mark-radio-links): Skip matches in links.
13694
136952009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13696
13697 * org.el (org-activate-plain-links): Make single-match.
13698 (org-adapt-indentation): Fix docstring.
13699
13700 * org-macs.el (org-unmodified): Turn of modification hooks while
13701 running this macro.
13702
137032009-08-06 Bastien Guerry <bzg@altern.org>
13704
13705 * org.el (org-adapt-indentation): Slightly improve the docstring.
13706 (org-occur): Sends an error when the user inputs an empty string.
13707 (org-priority): Bugfix: the tag alignement should happen within
13708 save-excursion.
13709
137102009-08-06 Bastien Guerry <bzg@altern.org>
13711
13712 * org.el (org-make-link-regexps): Don't exclude parentheses from
c4cc8b9a 13713 `org-plain-link-re'.
c8d0cf5c 13714 (org-cycle-internal-local): When locally cycling, switch directly
c4cc8b9a 13715 from CHILDREN to FOLDED if there is no subtree.
c8d0cf5c
CD
13716 (org-cycle): Update the docstring to document the new behavior of
13717 `org-cycle-internal-local'.
13718
8bdd66dc 137192009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
c8d0cf5c
CD
13720
13721 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
13722 an abbreviated format for days.
13723
137242009-08-06 Bastien Guerry <bzg@altern.org>
13725
4d789d84
SM
13726 * org-protocol.el (org-protocol-default-template-key):
13727 New option.
c8d0cf5c
CD
13728
13729 * org.el (org-refile): Bugfix: save-excursion before reading the
13730 refile target, otherwise cursor moves might confuse `org-refile'.
13731
13732 * org.el (org-toggle-heading): Bugfix: correctly convert list
13733 items before the first headline.
13734
13735 * org.el (org-provide-todo-statistics): Allow a list of TODO
13736 keywords to compute statistics against headlines containing a
13737 keyword from this list.
13738 (org-update-parent-todo-statistics): Possibly use the new allowed
13739 value of `org-provide-todo-statistics'.
13740
137412009-08-06 Bastien Guerry <bzg@altern.org>
13742
13743 * org-timer.el: Add autoload cookie.
13744
13745 * org.el (org-occur-link-in-agenda-files): New function.
13746
13747 * org-timer.el (org-timer-last-timer): New variable.
13748
13749 * org-agenda.el (org-agenda-mode-map): New key for
13750 org-timer-set-timer called from the agenda.
13751
13752 * org.el (org-mode-map): New key for org-timer-set-timer.
13753
13754 * org-timer.el (org-timer-reset-timers)
4d789d84
SM
13755 (org-timer-show-remaining-time, org-timer-set-timer):
13756 New functions.
c8d0cf5c
CD
13757
13758 * org-clock.el (org-show-notification): Update the docstring.
13759
13760 * org.el (org-provide-todo-statistics): Allow new value
13761 'all-headlines for this option, which includes entries with no
13762 TODO keywords in the todo statistics.
13763 (org-update-parent-todo-statistics): Possibly use the new
13764 'all-headline value from `org-provide-todo-statistics'.
13765
137662009-08-06 Bastien Guerry <bzg@altern.org>
13767
13768 * org-clock.el (org-dblock-write:clocktable): Add a new option
13769 :timestamp which allows display of timestamps in clock reports.
13770
13771 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
13772 list to a subtree, preserving the structure of the list.
13773 (org-set-emph-re): Make the last element optional in the regexp.
13774 This regexp now matches an emphasized string at the end of a line.
13775
13776 * org-list.el (org-list-goto-true-beginning)
13777 (org-list-make-subtree, org-list-make-subtrees): New functions.
13778
13779 * org.el (org-eval-in-calendar): Select the right frame.
13780 (org-save-frame-excursion): Remove this macro.
13781
137822009-08-06 Bastien Guerry <bzg@altern.org>
13783
13784 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
13785 trying to find the beginning of a list.
13786
13787 * org-exp.el (org-get-file-contents): Use a new argument: markup.
13788 When present, tell org-get-file-contents not to protect org-like
13789 lines.
13790
13791 * org-id.el (org-id-uuid-program): New option to set the name of
13792 the uuidgen program.
13793 (org-id-method): Use `org-id-uuid-program'.
13794 (org-id-new): Use `org-id-uuid-program'.
13795
137962009-08-06 Bastien Guerry <bzg@altern.org>
13797
13798 * org-exp.el (org-export-number-lines): Allow whitespace in code
13799 references. Allow the -r switch to remove the references in the
13800 source code even when the lines are not numbered: the labels can
13801 be explicit enough.
13802
13803 * org.el (org-fontify-whole-heading-line): New option.
13804 (org-set-font-lock-defaults): Use the new option.
13805
13806 * org-clock.el (org-show-notification-handler): New option.
13807 (org-show-notification): Use the new option.
13808
138092009-08-06 Bastien Guerry <bzg@altern.org>
13810
13811 * org.el (org-eval-in-calendar): Fix a bug about calendar
13812 navigation when `calendar-setup' value is 'calendar-only.
13813
138142009-08-06 Bastien Guerry <bzg@altern.org>
13815
13816 * org.el (orgstruct++-mode): Fix typo in docstring.
13817 (org-insert-link): Clean up: (or (...)) => (...)
13818 (org-insert-link): Use TAB for stored links completion.
13819
138202009-08-06 Bastien Guerry <bzg@altern.org>
13821
13822 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
13823 building the list of targets.
13824
4d789d84
SM
13825 * org-remember.el (org-remember-delete-empty-lines-at-end):
13826 New option.
c8d0cf5c
CD
13827 (org-remember-handler): Use the new option.
13828
138292009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
13830
13831 * org.el (org-tags-sort-function): New option for sorting tags.
13832 (org-set-tags): Use the new option to sort tags.
13833
13834 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
13835 premature deletion of the data when using org-plot in a script.
13836
138372009-08-06 Bastien Guerry <bzg@altern.org>
13838
13839 * org-clock.el (org-clock-in-prepare-hook): New hook.
13840 (org-clock-in): Use this new hook.
13841
138422009-08-06 Bastien Guerry <bzg@altern.org>
13843
c7015153 13844 * org.el (org-special-ctrl-a/e): Explicitly bind the value
c8d0cf5c
CD
13845 'reversed for this option to the "true line boundary first"
13846 behavior.
13847 (org-tags-match-list-sublevels): Document the 'indented value for
13848 this variable.
13849
13850 * org-latex.el (org-export-latex-first-lines): Fix problem with
13851 publishing the region.
13852
4d789d84
SM
13853 * org-exp.el (org-export-format-source-code-or-example):
13854 Fix bad line numbering when exporting examples in HTML.
c8d0cf5c
CD
13855
138562009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
13857
13858 * org-colview.el (org-format-time-period): Formats a time in
13859 fractional days as days, hours, mins, seconds.
13860 (org-columns-display-here): Add special handling for SINCE and
13861 SINCE_IA to format for display.
13862
13863 * org.el (org-time-since): Add a function to get the time since an
13864 org timestamp.
13865 (org-entry-properties): Add two new special properties: SINCE and
f924a367 13866 SINCE_IA. These give the time since any active or inactive
c8d0cf5c
CD
13867 timestamp in an entry.
13868 (org-special-properties): Add SINCE, SINCE_IA.
13869 (org-tags-sort-function): Add custom declaration for tags
13870 sorting function.
8bdd66dc 13871 (org-set-tags): Sort tags if org-tags-sort-function is set.
c8d0cf5c
CD
13872
138732009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13874
13875 * org-clock.el (org-clock-goto): Find hidden headlines as well.
13876
13877 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
13878
13879 * org-plot.el (org-plot/add-options-to-plist): Add timeind
13880 option.
13881
138822009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13883
13884 * org-publish.el (org-publish-remove-all-timestamps): New function.
13885 (org-publish-all): Remove all timestamp files if `org-publish-all'
13886 is called with a prefix argument.
13887
13888 * org-list.el (org-indent-item): Fix typo.
13889 (org-item-indent-positions): Normalize ordered bullet.
13890
138912009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13892
13893 * org-macs.el (org-set-local): Make a local variable, do not make
13894 the variable buffer-local!
13895
13896 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
13897
13898 * org-exp.el (org-infile-export-plist): Read BIND lines.
13899 (org-install-letbind): New function.
4d789d84
SM
13900 (org-export-as-org, org-export-preprocess-string):
13901 Call `org-install-letbind'.
c8d0cf5c
CD
13902
13903 * org-list.el (org-list-demote-modify-bullet): New option.
13904 (org-first-list-item-p): Save point.
13905 (org-fix-bullet-type): New optional argument FORCE-BULLET.
13906 (org-indent-item): Honor `org-list-demote-modify-bullet'.
13907 (org-item-indent-positions): Return bullet types along with
13908 indentation.
13909
139102009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13911
13912 * org.el (org-show-entry): Hide drawers.
13913
139142009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13915
13916 * org-footnote.el (org-footnote-auto-adjust): New option.
13917 (org-footnote-auto-adjust-maybe): New function.
4d789d84
SM
13918 (org-footnote-new, org-footnote-delete):
13919 Call `org-footnote-auto-adjust-maybe'.
c8d0cf5c
CD
13920
13921 * org.el (org-startup-options): Add new footnote-related
13922 keywords.
13923
13924 * org-publish.el (org-publish-timestamp-filename): Additional
13925 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
13926 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
13927 TRUE-PUB-DIR. Pass them through to
13928 `org-publish-timestamp-filename'.
13929 (org-publish-update-timestamp): Additional arguments PUB-DIR and
13930 PUB-FUNC, which are included in the hash.
13931 (org-publish-file): Delay timestamp test until the publishing
13932 function is known.
13933
139342009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13935
13936 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
13937 setting the deadline.
13938
13939 * org.el (org-read-date-final-answer): New variable.
13940 (org-read-date): Store the final answer string, including the date
13941 from the calendar, for reuse by agenda bulk commands.
13942
13943 * org-publish.el (org-publish-attachment): Fix publishing of
13944 attachments.
13945
13946 * org-latex.el (org-export-latex-quotation-marks): Fix export of
13947 quotation makrs in parenthesis.
13948 (org-remove-initial-hash): New function.
13949 (org-export-latex-preprocess): Fix bug with infinite loop if
13950 environment is not properly closed.
13951
13952 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
13953 when indented.
13954
13955 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
13956 highlight also when indented.
13957
139582009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13959
13960 * org-footnote.el (org-footnote-renumber-fn:N): New command.
13961 (org-footnote-action): Offer renumbering.
13962
13963 * org.el (org-cycle): Honor the `integrate' value of
13964 org-cycle-include-plain-lists'.
13965
13966 * org-list.el (org-cycle-include-plain-lists): New allowed value
13967 `internal'. Improve the docstring.
13968
13969 * org.el (org-set-autofill-regexps): Improve the paragraph-start
13970 regexp to work better with LaTeX commands.
13971
139722009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13973
13974 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
13975 and eps extensions.
13976
139772009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13978
13979 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
13980 loaded.
13981
13982 * org.el (org-map-entries): No longer force
13983 `org-tags-match-list-sublevels' to t during a todo-only tags
13984 search.
13985
139862009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13987
13988 * org-latex.el (org-export-latex-low-levels): Allow user-defined
13989 environment.
13990 (org-export-latex-subcontent): Handle user-defined environment.
13991
13992 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
13993 the View dispatcher.
13994
13995 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
13996 `make-overlay'.
13997
13998 * org-latex.el (org-export-as-pdf): Protect match data during call
13999 to shell-quote-argument.
14000
14001 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
14002 (org-agenda-view-mode-dispatch): New function.
14003
140042009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14005
14006 * org-agenda.el (org-agenda-mode): Reset list of marks.
14007 (org-agenda-mode-map): Define new keys for refile and bulk action.
14008 (org-agenda-menu): Add menu itesm for refile and bulk action.
14009 (org-agenda-refile): New function.
14010 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
14011 (org-agenda-marked-entries): New variable.
14012 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
14013 (org-agenda-remove-all-bulk-action-marks)
14014 (org-agenda-bulk-action): New functions/commands.
14015
140162009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14017
14018 * org-exp.el (org-get-file-contents): Protect org-like lines in
14019 included files.
14020 (org-export-format-source-code-or-example): Remove newlines.
14021
14022 * org-latex.el (org-export-latex-links): Check for no-description
14023 marking.
14024
14025 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
14026 argument separator back to comma.
14027 (org-export-normalize-links): Mark links without description.
14028
140292009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14030
14031 * org-exp.el (org-infile-export-plist): Fix bug in macro
14032 processing.
14033
14034 * org-agenda.el (org-agenda-clock-out): Update line after clocking
14035 out.
14036 (org-agenda-highlight-todo): Fix bug with highlighting.
14037
140382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14039
14040 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
14041 new alignment strings.
14042
14043 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
14044 command list.
14045 (org-table-align): Check for forced align type.
14046
14047 * org.el (org-self-insert-command): Add yas/expand to command
14048 list.
14049
14050 * org-clock.el (org-clock-in-hook): New hook.
14051 (org-clock-in): Run `org-clock-in-hook.
14052 (org-clock-out-hook): New hook.
14053 (org-clock-out): Run `org-clock-out-hook.
14054 (org-clock-cancel-hook): New hook.
14055 (org-clock-cancel): Run `org-clock-cancel-hook.
14056 (org-clock-goto-hook): New hook.
14057 (org-clock-goto): Run `org-clock-goto-hook.
14058
140592009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14060
14061 * org.el (org-store-link): Better default description for link to
14062 Org-mode headline.
14063
14064 * org-exp.el (org-export-generic): Autoload the generic exporter
14065 function.
14066 (org-export): Implement the `g' key for the generic exporter.
14067
140682009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14069
14070 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
14071 and for zbacktab'.
14072
14073 * org-exp.el (org-infile-export-plist): Get macros also from
14074 #+SETUPFILE.
14075
140762009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14077
14078 * org-colview.el (org-columns-capture-view): Protect vertical bars
14079 in column values.
14080 (org-columns-capture-view): Exclude comment and archived trees.
14081
4d789d84
SM
14082 * org-colview-xemacs.el (org-columns-capture-view):
14083 Protect vertical bars in column values.
c8d0cf5c
CD
14084 (org-columns-capture-view): Exclude comment and archived trees.
14085
14086 * org.el (org-quote-vert): New function.
14087
14088 * org-latex.el (org-export-latex-verbatim-wrap): New option.
14089
4d789d84
SM
14090 * org-exp.el (org-export-format-source-code-or-example):
14091 Use `org-export-latex-verbatim-wrap'.
c8d0cf5c
CD
14092
14093 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
14094 time stamps.
14095
646bcdd7 140962009-08-06 Eric Schulte <schulte.eric@gmail.com>
c8d0cf5c
CD
14097
14098 * org-exp-blocks.el: New file.
14099
646bcdd7
GM
141002009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14101
c8d0cf5c
CD
14102 * org-remember.el (org-remember-templates): Allow the headline
14103 element to be a function.
14104 (org-remember-apply-template): If the headline is a function, call
14105 it to get the true function.
14106
14107 * org-clock.el (org-clock-menu): New function.
14108 (org-clock-update-mode-line): Update help string.
14109 (org-clock-modify-effort-estimate): New function.
14110 (org-clock-mark-default-task): New function.
14111
14112 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
14113 minutes as input.
14114 (org-org-menu): Add new clocking stuff.
14115 (org-clock-is-active): New function.
14116
141172009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14118
14119 * org.el (org-open-non-existing-files): Improve docstring.
14120
141212009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14122
4d789d84
SM
14123 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
14124 New option.
c8d0cf5c
CD
14125 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
14126
14127 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
14128
14129 * org-list.el (org-get-checkbox-statistics-face): Use the new
14130 faces.
14131
14132 * org-faces.el (org-checkbox-statistics-todo)
14133 (org-checkbox-statistics-done): New faces.
14134
141352009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14136
14137 * org-latex.el (org-export-latex-use-verb): New variable.
14138 (org-export-latex-emph-format): Prefer \texttt over \verb when
14139 org-export-latex-use-verb is set.
14140
141412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14142
14143 * org-remember.el (org-remember-handler): Abort remember if the
14144 buffer is empty.
14145
4d789d84
SM
14146 * org-exp.el (org-export-format-source-code-or-example):
14147 Run `org-src-mode-hook'.
c8d0cf5c
CD
14148
141492009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14150
14151 * org.el (org-indent-line-function): Fix indentation of +#end lines.
14152
141532009-08-06 Tassilo Horn <tassilo@member.fsf.org>
14154
14155 * org-gnus.el (org-gnus-store-link): Require message.el in
14156 org-gnus-store-link.
14157
141582009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14159
646bcdd7 14160 * org-src.el: New file, split out of org.el.
c8d0cf5c
CD
14161
14162 * org-macs.el (org-replace-match-keep-properties): New function.
14163
4d789d84
SM
14164 * org-exp.el (org-export-mark-blockquote-verse-center):
14165 Better preprocessing of center and quote and verse blocks.
c8d0cf5c
CD
14166
14167 * org-list.el (org-list-end): Respect the stored "original"
14168 indentation when determining the end of the list.
14169
14170 * org-exp.el (org-export-replace-src-segments-and-examples):
14171 Remember indentation correctly.
14172
141732009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14174
14175 * org-clock.el (org-clock-update-mode-line): Apply face
14176 org-mode-line-clock.
14177
14178 * org-faces.el (org-mode-line-clock): New face.
14179
141802009-08-06 Tassilo Horn <tassilo@member.fsf.org>
14181
14182 * org-gnus.el (org-gnus-store-link): Fix bug where
14183 `org-gnus-store-link' used wrong subject when called in an article
14184 buffer. Patch provided by fengli AT gmail DOT com.
14185
141862009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14187
4d789d84
SM
14188 * org-exp.el (org-export-format-source-code-or-example):
14189 Remember the original indentation of source code snippets and examples.
c8d0cf5c
CD
14190
14191 * org-latex.el (org-export-as-latex): Relocate the table of
14192 contents.
14193
14194 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
14195
14196 * org-agenda.el (org-run-agenda-series): Scope global options also
14197 when creating the agenda buffer.
14198
141992009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14200
14201 * org.el (org-adapt-indentation): Improve documentation.
14202 (org-insert-property-drawer): Respect org-adapt-indentation when
14203 inserting the drawer.
14204 (org-remove-flyspell-overlays-in): New function.
14205 (org-do-emphasis-faces, org-activate-plain-links)
14206 (org-activate-code, org-fontify-meta-lines-and-blocks)
14207 (org-activate-angle-links, org-activate-footnote-links)
14208 (org-activate-bracket-links, org-activate-dates)
14209 (org-activate-target-links, org-activate-tags): Remove flyspell
14210 overlays.
14211
142122009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14213
14214 * org.el (org-edit-src-save): New function.
14215
14216 * org-clock.el (org-clock-out-switch-to-state): New option.
14217 (org-clock-out): Honor `org-clock-out-switch-to-state'.
14218
14219 * org-compat.el (org-compatible-face): Improve macro.
14220
14221 * org.el (org-global-properties-fixed): Add default for
14222 CLOCK_MODELINE_TOTAL.
14223
76e3243a
JB
14224 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
14225 and tend.
c8d0cf5c
CD
14226 (org-clock-sum-current-item): Optional argument TSTART, pass it to
14227 org-clock-sum.
14228 (org-clock-get-sum-start): New function.
14229
14230 * org.el (org-startup-options): New keywords blockhide and
14231 blockshow.
14232 (org-mode): Add new invisibility spec.
14233 (org-set-startup-visibility): Hide block on startup if so
14234 desired.
14235 (org-hide-block-startup): New option.
14236 (org-block-regexp): New constant.
14237 (org-hide-block-overlays): New variable.
14238 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
14239 (org-show-block-all, org-hide-block-toggle-maybe)
14240 (org-hide-block-toggle): New functions.
14241 (org-edit-src-exit): Do not quote lines starting with # and no +
14242 behind it.
14243 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
14244 entry.
14245
142462009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14247
14248 * org.el (org-buffer-property-keys): Add Effort property for
14249 completion.
14250
142512009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14252
14253 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
14254 when retrieving total clocked time in the subtree.
14255
14256 * org.el (org-quoting-blocks): New variable.
14257
142582009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14259
14260 * org-table.el (org-table-store-formulas)
14261 (org-table-get-stored-formulas, org-table-fix-formulas)
14262 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
14263 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
14264
4d789d84
SM
14265 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
14266 Allow indented #+TBLFM line.
c8d0cf5c 14267
4d789d84
SM
14268 * org-footnote.el (org-footnote-goto-local-insertion-point):
14269 Allow indented #+TBLFM line.
c8d0cf5c
CD
14270
14271 * org-colview.el (org-dblock-write:columnview): Allow indented
14272 #+TBLFM line.
14273
4d789d84
SM
14274 * org-colview-xemacs.el (org-dblock-write:columnview):
14275 Allow indented #+TBLFM line.
c8d0cf5c
CD
14276
14277 * org-clock.el (org-dblock-write:clocktable): Allow indented
14278 #+TBLFM line.
14279
142802009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14281
4d789d84
SM
14282 * org-exp.el (org-export-format-source-code-or-example):
14283 Make editing indented blocks work correctly.
c8d0cf5c
CD
14284
14285 * org.el (org-edit-src-nindent): New variable.
14286 (org-edit-src-code, org-edit-fixed-width-region)
4d789d84
SM
14287 (org-edit-src-find-region-and-lang, org-edit-src-exit):
14288 Make editing indented blocks work correctly.
c8d0cf5c
CD
14289
142902009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14291
4d789d84
SM
14292 * org-exp.el (org-export-replace-src-segments-and-examples):
14293 Find indented blocks.
c8d0cf5c
CD
14294 (org-export-format-source-code-or-example): Fix indentation of
14295 blocks.
14296 (org-export-remove-indentation): New function.
14297 (org-export-select-backend-specific-text): Allow backend-specific
14298 code to be indented.
14299 (org-export-mark-blockquote-verse-center): Allow markers to be
14300 indented.
14301
14302 * org.el (org-fontify-meta-lines): New function.
14303 (org-set-font-lock-defaults): Call the new fontification
14304 function.
14305
c4cc8b9a 14306 * org-faces.el (org-meta-line): New face.
8bdd66dc 14307 (org-block): New face.
c8d0cf5c
CD
14308
143092009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14310
14311 * org.el (org-treat-insert-todo-heading-as-state-change)
4d789d84
SM
14312 (org-treat-S-cursor-todo-selection-as-state-change):
14313 New variables.
14314 (org-insert-todo-heading):
14315 Honor `org-treat-insert-todo-heading-as-state-change'.
14316 (org-shiftright, org-shiftleft):
14317 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
c8d0cf5c
CD
14318 (org-inhibit-logging): New variable.
14319
143202009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14321
4d789d84
SM
14322 * org-agenda.el (org-remove-subtree-entries-from-agenda):
14323 Reduce range for marker position checking.
c8d0cf5c
CD
14324
14325 * org-latex.el (org-export-latex-first-lines): Fix bug when
14326 exporting a region.
14327
143282009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14329
14330 * org-exp.el (org-export-push-to-kill-ring): Protect using
14331 x-set-selection, because that does not always work.
14332
14333 * org-agenda.el (org-agenda-list): Apply the new face
14334 `org-agenda-date-today'.
14335
14336 * org-faces.el (org-agenda-date-today): New face.
14337
143382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14339
14340 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
14341 creating appointments.
14342
14343 * org-latex.el (org-export-latex-low-levels): Fix customization
14344 type.
14345
4d789d84
SM
14346 * org.el (org-priority, org-shiftup, org-shiftdown):
14347 Disable priority commands.
c8d0cf5c
CD
14348
14349 * org-agenda.el (org-agenda-priority): Disable priority commands.
14350
14351 * org.el (org-enable-priority-commands): New option.
14352
14353 * org-colview-xemacs.el (org-columns-compute)
14354 (org-columns-number-to-string): Fix problems with empty fields.
14355
14356 * org-colview.el (org-columns-compute)
14357 (org-columns-number-to-string): Fix problems with empty fields.
14358
14359 * org-exp.el (org-export-push-to-kill-ring): New function.
14360 (org-export-copy-to-kill-ring): New option.
14361
4d789d84
SM
14362 * org-latex.el (org-export-as-latex):
14363 Call `org-export-push-to-kill-ring'.
c8d0cf5c 14364
4d789d84
SM
14365 * org-exp.el (org-export-show-temporary-export-buffer):
14366 New option.
c8d0cf5c 14367
4d789d84
SM
14368 * org-latex.el (org-export-as-latex):
14369 Use `org-export-show-temporary-export-buffer'.
c8d0cf5c 14370
4d789d84
SM
14371 * org-exp.el (org-export-show-temporary-export-buffer):
14372 New option.
c8d0cf5c
CD
14373 (org-export-push-to-kill-ring): New function.
14374
14375 * org-colview.el (org-columns-compile-map): New variable.
14376 (org-columns-new, org-columns-compute)
14377 (org-columns-number-to-string, org-columns-uncompile-format)
14378 (org-columns-compile-format): Implement new operators.
14379
143802009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14381
14382 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
14383
14384 * org-list.el (org-update-checkbox-count): Make property
14385 dependent.
14386
14387 * org.el (org-hierarchical-todo-statistics): New option.
3e344045 14388 (org-update-parent-todo-statistics): Modify to handle recursive
c8d0cf5c
CD
14389 statistics.
14390
143912009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14392
14393 * org-publish.el (org-publish): Make this function behave
14394 correctly in interactive use when called with a prefix argument.
14395
14396 * org.el (org-todo-statistics-hook): New hook.
14397 (org-update-parent-todo-statistics): Use new hook.
14398 (org-log-into-drawer): New function.
14399 (org-add-log-setup): Use the new `org-log-into-drawer' function to
14400 determine if we should be logging into a drawer.
14401 (org-log-into-drawer): Update docstring.
14402 (org-default-properties): Add LOG_INTO_DRAWER as a property.
14403
14404 * org-list.el (org-checkbox-statistics-hook): New hook.
14405 (org-update-checkbox-count-maybe): Use new hook.
14406
144072009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14408
14409 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
fe7a3057 14410 better buffer-generating mechanism.
c8d0cf5c
CD
14411 (org-edit-src-find-buffer): New function.
14412
14413 * org-icalendar.el (org-print-icalendar-entries): Don't check for
14414 archive tag, this is already done by `org-agenda-skip'.
14415 data while constructing lost of tags.
14416
144172009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14418
14419 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
14420 as argument separator in macros.
14421
144222009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14423
14424 * org.el (org-after-sorting-entries-or-items-hook): New hook.
14425 (org-sort-entries-or-items): Run the new hook.
14426 (org-after-refile-insert-hook): New hook.
14427 (org-refile): Run `org-after-refile-insert-hook'.
14428
14429 * org-agenda.el (org-agenda-get-progress): Never take time of day
14430 from headline when displaying progress.
14431
14432 * org-latex.el (org-export-latex-complex-heading-re): New variable.
14433 (org-export-as-latex): Force the correct regexp in the
14434 preprocessor buffer.
4d789d84
SM
14435 (org-export-latex-set-initial-vars):
14436 Set `org-export-latex-complex-heading-re'.
c8d0cf5c
CD
14437
14438 * org-agenda.el (org-agenda-start-with-log-mode): New option.
14439 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
14440
144412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14442
14443 * org-latex.el (org-export-latex-tables-centered): New option.
14444 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
14445
14446 * org-exp.el (org-export-as-org): New command.
14447 (org-export-as-org): New command.
14448
14449 * org-publish.el (org-publish-org-to-org): New function.
14450
144512009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14452
14453 * org.el (org-yank): Just call `org-yank-generic'.
14454 (org-yank-generic): New function, containing the formaer
14455 functionality of `org-yank'.
14456
14457 * org-latex.el (org-export-latex-not-done-keywords)
14458 (org-export-latex-done-keywords): New variables.
14459 (org-export-latex-todo-keyword-markup): New option.
14460 (org-export-latex-set-initial-vars): Remember the TODO keywords.
14461 (org-export-latex-keywords-maybe): Apply the TODO markup.
14462
144632009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14464
14465 * org-exp.el (org-infile-export-plist): Add more default macros.
14466 (org-export-preprocess-apply-macros): Process macro arguments.
14467
144682009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14469
a628ad9d 14470 * org-icalendar.el (org-icalendar-include-todo): New allowed value
c8d0cf5c
CD
14471 `unblocked'.
14472 (org-print-icalendar-entries): Respect the new value of
14473 `org-icalendar-include-todo'.
14474
14475 * org.el (org-link-try-special-completion)
14476 (org-file-complete-link): New functions.
14477 (org-insert-link): Add special completion support for some link
14478 types.
14479
14480 * org-bbdb.el (org-bbdb-complete-link): New function.
14481
144822009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14483
14484 * org-list.el (org-update-checkbox-count): Allow recursive
14485 statistics.
14486 (org-hierarchical-checkbox-statistics): New option.
14487
14488 * org.el (org-cycle): Remove erraneous space character.
14489
14490 * org-icalendar.el (org-icalendar-timezone): Initialize from
14491 environment.
14492
144932009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14494
14495 * org.el (org-autoload): Fix autoloading of ascii export
14496 functions.
14497 (org-modules): Add org-special-blocks.
14498
144992009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14500
14501 * org-icalendar.el (org-start-icalendar-file): Use the new option.
14502 (org-ical-timezone): New option.
14503
14504 * org-exp.el (org-export-get-coderef-format): Use the description
14505 is present.
14506
14507 * org.el (org-sort-entries-or-items): Improve docstring, and make
14508 better implementation for time sorting.
14509
145102009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14511
14512 * org.el (org-edit-src-persistent-message): New option.
14513 (org-edit-src-code, org-edit-fixed-width-region): Use the new
14514 option.
14515
14516 * org-clock.el (org-clock-insert-selection-line): Fix prefious
14517 patch.
14518
4d789d84
SM
14519 * org.el (org-edit-src-code, org-edit-fixed-width-region):
14520 Use separate buffer instead of indirect buffer to edit source code.
c8d0cf5c
CD
14521 (org-edit-src-exit): Make this function work with the new setup.
14522
14523 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
14524 are properly fontified before shown in the selection menu.
14525
14526 * org.el (org-fontify-like-in-org-mode): New function.
14527
14528 * org-latex.el (org-export-latex-links): Use the property list to
14529 retrieve the default image attributes.
14530
14531 * org-exp.el (org-export-plist-vars): Add a new option.
14532
145332009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14534
14535 * org-exp.el (org-export, org-export-visible): Support ASCII
c4cc8b9a 14536 export to buffer.
c8d0cf5c
CD
14537 (org-export-normalize-links): Do not protect the description if it
14538 is explicitly given.
14539
3e344045 14540 * org-list.el (org-reset-checkbox-state-subtree): Move here from
c8d0cf5c 14541 org-checklist.el.
4d789d84
SM
14542 (org-reset-checkbox-state-subtree):
14543 Call `org-reset-checkbox-state-subtree'.
c8d0cf5c
CD
14544
14545 * org-remember.el (org-select-remember-template): For the
14546 selection of a valid template.
14547
14548 * org-latex.el (org-export-region-as-latex): Supply the
14549 force-no-subtree argument.
14550 (org-export-as-latex): Provide better limits when exporting the
14551 first line. When exporting to string, we still want the first
14552 lines.
14553 (org-export-latex-first-lines): New argument END, to force the end
14554 of the region.
14555 (org-export-region-as-latex): Use the property list.
01c35094 14556 (org-export-as-latex): ????
c8d0cf5c
CD
14557
14558 * org-colview-xemacs.el (org-columns-remove-overlays)
14559 (org-columns): Fix call to `local-variable-p'.
14560
145612009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14562
14563 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
14564 (org-export-latex-preprocess): Run the new hook.
14565
14566 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
14567 (org-export-preprocess-string): Run the new hook.
14568
145692009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14570
14571 * org-macs.el (org-check-external-command): New defsubst.
14572
14573 * org.el (org-mode-map): New key for reload.
14574 (org-format-latex): Better error message when external programs
14575 are not available.
14576
14577 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
14578
14579 * org.el (org-sort-entries-or-items): Explicit sorting function
14580 for priorities, needed for XEmacs compatibility.
14581
14582 * org-remember.el (org-remember-apply-template): Improve auto-save
14583 behavior.
14584
145852009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14586
14587 * org-latex.el (org-export-latex-preprocess): Also protect
14588 environments ending in a star.
14589
14590 * org-list.el (org-at-item-p): Fix regular expression.
14591
145922009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14593
14594 * org.el (org-end-of-subtree): Improve speed.
14595
14596 * org-agenda.el (org-agenda-get-timestamps)
14597 (org-agenda-get-progress, org-agenda-get-deadlines)
14598 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
14599 in particular, wait as long as possible to collect the tags.
14600 (org-stuck-projects): Improve docstring.
14601
14602 * org.el (org-store-link): No errors when getting custom id before
14603 first headline.
14604 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
14605
146062009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14607
14608 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
14609
14610 * org-protocol.el: Remove dependency on url.el.
4d789d84
SM
14611 (org-protocol-unhex-compound, org-protocol-open-source):
14612 Remove dependency on url.el.
c8d0cf5c 14613
4d789d84
SM
14614 * org-latex.el (org-export-as-pdf):
14615 Use `org-latex-to-pdf-process'.
c8d0cf5c
CD
14616
146172009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14618
14619 * org-latex.el (org-latex-to-pdf-process): New option.
14620
14621 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
14622 New option.
4d789d84
SM
14623 (org-agenda-get-timestamps):
14624 Honor `org-agenda-skip-additional-timestamps-same-entry'.
c8d0cf5c
CD
14625
14626 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
14627 (org-clock-goto): Find recent task only if
14628 `org-clock-goto-may-find-recent-task' allows it.
14629
14630 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
14631 drawers, and drawers that are missing the :END: line.
14632
146332009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14634
14635 * org-clock.el (org-clock-goto): Go to recently clocked task if no
14636 clock is running.
14637
146382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14639
14640 * org.el (org-update-parent-todo-statistics): Check for
14641 STATISTICS_FROM property.
14642
14643 * org-list.el (org-update-checkbox-count): Check for
14644 STATISTICS_FROM property.
14645
14646 * org.el (org-tab-first-hook)
14647 (org-tab-after-check-for-table-hook)
14648 (org-tab-after-check-for-cycling-hook): New hooks.
4d789d84
SM
14649 (org-cycle-internal-global, org-cycle-internal-local):
14650 New functions, split out from `org-cycle'.
c8d0cf5c
CD
14651 (org-cycle): Call the new hooks.
14652
146532009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14654
14655 * org-exp.el (org-export-preprocess-string): Reset the list of
14656 preferred targets for each run of the preprocessor.
14657
4d789d84
SM
14658 * org.el (org-refile-target-verify-function):
14659 Improve documentation.
c8d0cf5c
CD
14660 (org-get-refile-targets): Respect point being moved by the
14661 verification function.
14662
4d789d84
SM
14663 * org-latex.el (org-export-latex-timestamp-keyword-markup):
14664 New option.
c8d0cf5c
CD
14665 (org-export-latex-keywords): Use new option.
14666
14667 * org.el (org-rear-nonsticky-at): New defsubst.
14668 (org-activate-plain-links, org-activate-angle-links)
14669 (org-activate-footnote-links, org-activate-bracket-links)
14670 (org-activate-dates, org-activate-target-links)
14671 (org-activate-tags): Place the rear-nonsticky properties at the
14672 correct location.
14673
146742009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14675
14676 * org-protocol.el (server-edit): Declare `server-edit'.
4d789d84
SM
14677 (org-protocol-unhex-string, org-protocol-unhex-compound):
14678 New functions.
c8d0cf5c
CD
14679 (org-protocol-check-filename-for-protocol): Call `server-edit'.
14680
14681 * org.el (org-default-properties): New default properteis for
14682 completion.
14683
14684 * org-exp.el (org-export-add-subtree-options): Add new properties
14685 for subtree export.
14686
146872009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14688
14689 * org-id.el (org-id-get-with-outline-path-completion): Turn off
14690 org-refile-target-verify-function for the duration of the command.
14691
14692 * org.el (org-link-to-org-use-id): New possible value
14693 `create-if-interactive-and-no-custom-id'.
14694 (org-store-link): Use custom IDs.
14695 (org-link-search): Find custom ID properties from #link.
14696 (org-default-properties): Add CUSTOM_ID for property completion.
14697 (org-refile-target-verify-function): New option.
14698 (org-goto): Turn off org-refile-target-verify-function
14699 for the duration of the command.
14700
147012009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14702
14703 * org-exp.el (org-export-preferred-target-alist): New variable.
14704 (org-export-define-heading-targets): Find the new CUSTOM_ID
14705 property.
14706 (org-export-target-internal-links): Target the custom ids when
14707 possible.
14708
14709 * org-latex.el (org-export-latex-preprocess): Better regexp for
14710 matching latex macros with arguments.
14711
147122009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14713
14714 * org-remember.el (org-remember-handler): Allow filing to non-org
14715 files.
14716
8bdd66dc 147172009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
c8d0cf5c
CD
14718
14719 * org-table.el (org-table-fix-formulas): Do not change references
14720 to remote tables.
14721 (org-table-get-remote-range): Convert standard coordinates to RC
14722 format.
14723
14724 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
14725
147262009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14727
14728 * org-compat.el (org-sha1-string): Function removed.
14729
14730 * org.el (org-refile-allow-creating-parent-nodes): New option.
14731 (org-refile-get-location): New argument NEW-NODES.
14732 (org-refile): Call `org-refile-get-location' with the new
14733 argument.
14734 (org-refile-get-location): Arrange for adding a new child.
14735 (org-refile-new-child): New function.
14736
14737 * org-clock.el: Fix a number of docstrings.
14738 (org-clock-find-position): New argument
14739 FIND-UNCLOSED to make the function find an unclosed clock in the
14740 entry.
14741 (org-clock-in): Call `org-clock-find-position' with the new
14742 argument if we might be resuming a clock.
14743
147442009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14745
14746 * org-latex.el (org-export-latex-display-custom-times): New variable.
14747 (org-export-latex-timestamp-markup): New option.
14748 (org-export-latex-set-initial-vars): Remember the local value of
14749 `org-display-custom-times'.
14750 (org-export-latex-content): Process time stamps.
14751 (org-export-latex-time-stamps): New function.
14752
14753 * org-macs.el (org-maybe-intangible): Add intangible property
14754 again to invisible text.
14755
147562009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14757
14758 * org-exp.el (org-default-export-plist): Handle undefined
14759 variables.
14760
147612009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14762
53964682 14763 * org.el (org-sort-entries-or-items): Match TODO keywords
c8d0cf5c
CD
14764 case-sensitively, when sorting.
14765 (org-priority): Do not match TODO keywords with wrong case.
14766
147672009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14768
14769 * org.el (org-todo): Honor the NOBLOCKING property.
14770
14771 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
14772 NOBLOCKING property.
14773
8bdd66dc 14774 * org.el (org-scan-tags): Fix bug in tag scanner.
c8d0cf5c
CD
14775
147762009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14777
14778 * org.el (org-modules): Mark obsolete packages.
14779
14780 * org-html.el: New file, split out from org-exp.el.
14781
14782 * org-icalendar.el: New file, split out from org-exp.el.
14783
14784 * org-xoxo.el: New file, split out from org-exp.el.
14785
14786 * org-ascii.el: New file, split out from org-exp.el.
14787
147882009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14789
14790 * org-compat.el (org-find-library-name): New function.
14791
14792 * org.el (org-pre-cycle-hook): New hook.
14793 (org-cycle): Call the new hook in appropriate places.
14794 (org-reload): Only reload files that have been loaded before.
14795
147962009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14797
14798 * org.el (org-set-font-lock-defaults): Enforxe space or line end
14799 after todo keyword.
14800 (org-todo): When changing TODO state, do matching
14801 case-sensitively.
14802 (org-map-continue-from): New variable.
14803 (org-scan-tags): Respect values in `org-map-continue-from'.
14804 (org-reload): Make XEmacs compatible.
14805
148062009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14807
14808 * org-protocol.el (org-protocol-flatten-greedy): New function.
14809 (org-protocol-flatten): New function.
14810
14811 * org.el (org-open-link-from-string): Pass reference buffer to
14812 `org-open-at-point'.
14813 (org-open-at-point): New optional argument `reference-buffer'.
14814
148152009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14816
14817 * org.el (org-scan-tags): Make tag scan find headline in first
14818 line, 2nd attempt.
14819 (org-get-refile-targets): Add the naked file name.
14820 (org-refile): Store as top-level entry when only file name was
14821 given.
14822
14823 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
14824
14825 * org.el (org-block-todo-from-children-or-siblings-or-parent):
3e344045 14826 Rename from org-block-todo-from-children-or-siblings, and
c8d0cf5c
CD
14827 enhanced to look for the parent's status as well.
14828
14829 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
14830 (org-agenda-get-progress): Add first notes line to log entry if so
14831 desired.
14832
148332009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14834
14835 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
14836 (org-agenda-cleanup-fancy-diary): Call the new hook.
14837
14838 * org-remember.el (org-remember-apply-template): Take the default
14839 for the annotation from the :annotation property.
14840
14841 * org-mac-message.el (org-mac-message-get-link): Remove the
14842 quotes.
14843 (org-mac-message-get-link): Return the result.
14844
148452009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14846
14847 * org.el (org-refile-get-location): Add file name only if not
14848 already included in outline path.
14849
14850 * org-faces.el (org-n-level-faces): Fix customization type from
14851 number to integer.
14852
14853 * org-exp.el (org-export-headline-levels): Fix customization type
14854 from number to integer.
14855
14856 * org-agenda.el (org-agenda-confirm-kill)
14857 (org-agenda-custom-commands-local-options)
14858 (org-timeline-show-empty-dates, org-agenda-ndays)
4d789d84
SM
14859 (org-agenda-start-on-weekday, org-scheduled-past-days):
14860 Fix customization type from number to integer.
c8d0cf5c
CD
14861
148622009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14863
14864 * org-protocol.el: Declare some functions.
14865
4d789d84
SM
14866 * org-agenda.el (org-agenda-compare-effort):
14867 Honor `org-sort-agenda-noeffort-is-high'.
c8d0cf5c
CD
14868 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
14869 (org-agenda-compare-effort): Implement the "?" operator for
14870 finding entries without effort setting.
14871
14872 * org.el (org-extract-attributes-from-string): New function.
14873
14874 * org-exp.el (org-export-splice-attributes): New function.
14875
646bcdd7
GM
148762009-08-06 Bastien Guerry <bzg@altern.org>
14877 Daniel M German <dmg@uvic.org>
14878 Sebastian Rose <sebastian_rose@gmx.de>
14879 Ross Patterson <me@rpatterson.net>
14880
14881 * org-protocol.el: New file.
14882
148832009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
14884
14885 * org-docbook.el: New file.
14886
c8d0cf5c
CD
148872009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14888
646bcdd7 14889 * org-mouse.el: XEmacs compatibility fixes.
c8d0cf5c 14890
c4cc8b9a 14891 * org.el (org-modules): Add org-inlinetasks.el.
c8d0cf5c
CD
14892 (org-cycle): Implement limiting level on cycling.
14893 (org-move-subtree-down): Fix bug with swapping subtrees at end of
14894 buffer.
14895
14896 * org-inlinetask.el: New file.
14897
c8d0cf5c
CD
14898 * org.el (org-emphasis-regexp-components): Allow braces in
14899 emphasis pre and post match.
14900
a628ad9d 14901 * org-footnote.el (org-footnote-normalize): When only sorting, do
c8d0cf5c
CD
14902 not insert inline notes at the end.
14903
14904 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
14905
c8d0cf5c
CD
149062009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14907
14908 * org.el (org-reftex-citation): New command.
14909
149102009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14911
14912 * org-agenda.el (org-agenda-cmp-user-defined): New option.
14913 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
14914 sorting options.
14915 (org-entries-lessp): Apply the new sorting option.
14916
14917 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
14918 blocker code, when an older sibling has children.
14919
14920 * org-mac-message.el (org-mac-message-get-link): Improve getting
14921 links from multiple selected messages.
14922
149232009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14924
14925 * org-remember.el (org-remember-finalize): Do not set buffer file
14926 name to nil.
14927 (org-remember-handler): Mark buffer as unmodified.
14928 (org-remember-handler): Delete backup file and show message about
14929 remaining backup files.
14930 (org-remember-auto-remove-backup-files): New option.
14931
14932 * org.el (org-store-link): Use buffer name as link description in
14933 w3-mode buffers.
14934 (org-ido-switchb): Fix argument bug for completion.
14935
14936 * org-remember.el (org-remember-apply-template): Set local
14937 variable `auto-save-visited-file-name' instead of global one.
14938
149392009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14940
14941 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
14942 (org-agenda-get-todos): Mark file tags as inherited.
14943 (org-agenda-list): Always search diary lines for a time.
14944
149452009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14946
14947 * org-feed.el: New file.
14948
14949 * org-exp.el (org-export-as-html): Close local lists depending on
14950 indentation, also when starting a table.
14951
14952 * org-remember.el (org-remember-backup-directory)
14953 (org-remember-backup-name): New internal variable.
14954
149552009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14956
14957 * org-clock.el (org-clock-out-if-current): Make buffer detection
14958 work in indirect buffers as well.
14959
14960 * org.el (org-emphasis-regexp-components): Add the exxclamation
14961 mark to the post-emphasis characters.
14962
149632009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14964
14965 * org.el (org-read-date-minibiffer-septup-hook): New hook.
14966 (org-read-date): Run the new hook.
14967
14968 * org-mac-message.el (org-mac-flagged-mail): New group.
14969 (org-mac-mail-account): New variable.
4d789d84
SM
14970 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
14971 New commands.
c8d0cf5c
CD
14972
14973 * org-remember.el (org-remember-backup-directory): New variable.
14974 (org-remember-apply-template): Write file to backup directory.
14975
149762009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14977
14978 * org-mouse.el (org-mouse-todo-menu): New function.
14979 (org-mouse-todo-keywords): Function removed.
14980 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
14981
14982 * org-table.el (org-table-beginning-of-field)
c4cc8b9a 14983 (org-table-end-of-field): New commands.
4d789d84
SM
14984 (org-table-previous-field, org-table-beginning-of-field):
14985 Better error messages.
c8d0cf5c
CD
14986 (orgtbl-setup): Include `M-a' and `M-e'.
14987
4d789d84
SM
14988 * org.el (org-backward-sentence, org-forward-sentence):
14989 New commands.
c8d0cf5c 14990
4d789d84
SM
14991 * org-colview.el (org-colview-initial-truncate-line-value):
14992 New variable.
c8d0cf5c
CD
14993 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
14994 (org-columns): Remember the value of `truncate-lines'.
14995
14996 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
14997 New variable.
14998 (org-columns-remove-overlays): Restore the value of
14999 `truncate-lines'.
15000 (org-columns): Remember the value of `truncate-lines'.
15001
15002 * org.el (org-columns-skip-arrchived-trees): New option.
15003
15004 * org-agenda.el (org-agenda-export-html-style): Define color for
15005 org-agenda-done face.
15006 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
15007 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
15008
15009 * org.el (org-scan-tags): Use the new face.
15010
15011 * org-faces.el (org-agenda-done): New face.
15012
15013 * org.el (org-scan-tags): Test the value org
15014 `org-tags-match-list-sublevels'.
15015 (org-tags-match-list-sublevels): New allowed value: indented.
15016
15017 * org-latex.el (org-export-latex-make-header): Apply macros
15018 in header.
15019
15020 * org-exp.el (org-export-apply-macros-in-string): New function.
15021
15022 * org-latex.el (org-export-latex-list-parameters): Fix bug
15023 with the definition of a checked box.
15024
15025 * org-clock.el (org-clock-find-position): Fix drawer indentations.
15026
15027 * org-latex.el (org-export-latex-low-levels): More options
15028 for how to process lower levels in LaTeX.
15029 (org-export-latex-subcontent): Better treatment for lists as a
15030 means of publishing lower levels.
15031
150322009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15033
15034 * org.el (org-set-font-lock-defaults): Use new checkbox face.
15035
15036 * org-faces.el (org-checkbox): New face.
15037
15038 * org-exp.el (org-export-html-preprocess): Only create LaTeX
15039 fragement images if there is an export file.
15040
150412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15042
15043 * org-agenda.el (org-stuck-projects): Document that the subtree of
15044 projects that are not stuck will now be searched for stuck
15045 sub-projects.
15046 (org-agenda-skip-entry-when-regexp-matches)
15047 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
4d789d84
SM
15048 (org-agenda-list-stuck-projects):
15049 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
c8d0cf5c 15050
4d789d84
SM
15051 * org-latex.el (org-export-latex-preprocess):
15052 Improve export of verses.
c8d0cf5c
CD
15053
15054 * org-exp.el (org-export-as-html): Implement centering as a div
15055 rather than a paragraph. Do a better job with line-end in verse
15056 environments.
15057
150582009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15059
15060 * org.el (org-open-at-point): Fix tags searches by mouse click.
15061
150622009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15063
15064 * org-latex.el (org-export-latex-preprocess): Implement the
15065 centering markup.
15066
4d789d84
SM
15067 * org-exp.el (org-export-mark-blockquote-verse-center):
15068 Rename from `org-export-mark-blockquote-and-verse'.
c8d0cf5c
CD
15069 (org-export-as-html): Implement the centering markup.
15070
15071 * org-latex.el (org-export-latex-tables): Fix vertical
15072 lines in tables.
15073
150742009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15075
15076 * org.el (org-read-date-history): New variable.
15077 (org-read-date): Use new history variable.
15078 (org-toggle-heading): Fix bug when used before first headline.
15079 (org-store-log-note): Remove drawer if empty while note is
15080 aborted.
15081 (org-remove-empty-drawer-at): New function.
15082 (org-check-after-date): New command.
15083 (org-sparse-tree): New sparse tree command "a".
15084
15085 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
15086
150872009-08-06 Bastien Guerry <bzg@altern.org>
15088
15089 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
15090 column and a space, not only a column.
15091
150922009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15093
4d789d84
SM
15094 * org-latex.el (org-export-latex-emphasis-alist):
15095 Better defaults for verbose emphasis.
c8d0cf5c
CD
15096 (org-export-latex-emph-format): New function.
15097 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
15098
15099 * org-agenda.el (org-agenda-menu): Add new commands to menu.
15100 (org-agenda-do-date-later, org-agenda-do-date-earlier)
15101 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
4d789d84
SM
15102 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
15103 New commands.
c8d0cf5c
CD
15104
15105 * org.el (org-timestamp-change): Move end-time along with start
15106 time.
15107
151082009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15109
15110 * org-exp.el (org-export-target-internal-links)
15111 (org-export-as-html): Protect links specified as #name.
15112
151132009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15114
15115 * org.el (org-clone-subtree-with-time-shift): New command.
15116
15117 * org-latex.el (org-export-latex-special-chars)
15118 (org-export-latex-treat-sub-super-char): Fix subscript export.
15119
15120 * org-exp.el (org-create-multibrace-regexp): Do not add
15121 backslashes to the class.
15122
151232009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15124
15125 * org-colview.el (org-columns-map): Better functions for moving up
15126 and down a row, even if `truncate-line' is nil.
15127
15128 * org.el (org-insert-todo-heading): Make sure the keyword is
15129 inserted at the correct position.
15130
15131 * org-publish.el (org-publish-project-alist)
15132 (org-publish-projects, org-publish-org-index): Change default anme
15133 for the index of file names to "sitemap.org".
15134
4d789d84
SM
15135 * org-latex.el (org-export-latex-tables):
15136 Use `org-split-string', for Emacs 21 compatibility.
c8d0cf5c
CD
15137
151382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15139
15140 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
15141
151422009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15143
15144 * org-exp.el (org-export-page-description)
15145 (org-export-page-keywords): New variables.
15146 (org-export-plist-vars): Add entries for :keywords and
15147 :description.
15148 (org-infile-export-plist): Parse for new keywords.
c4cc8b9a 15149 (org-get-current-options): Add new keywords.
c8d0cf5c
CD
15150 (org-export-as-html): Publish description and keywords.
15151
4d789d84
SM
15152 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
15153 New option.
15154 (org-agenda-add-entry-text):
15155 Honor `org-agenda-add-entry-text-descriptive-links'.
c8d0cf5c
CD
15156
15157 * org-latex.el (org-export-latex-preprocess): Make all
15158 external preprocess functions use a PARAMETER arg.
15159
15160 * org-exp.el (org-export-preprocess-string)
15161 (org-export-select-backend-specific-text)
15162 (org-export-format-source-code-or-example)
15163 (org-format-org-table-html): Support docbook export.
15164 (org-export-preprocess-string): Make all external preprocess
15165 functions use a PARAMETER arg.
15166
151672009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15168
15169 * org-exp.el (org-export-html-style-include-scripts): New option.
15170 (org-export-plist-vars): Add new option
15171 `org-export-html-style-include-scripts'.
15172 (org-export-as-html): Honor new option
15173 `org-export-html-style-include-scripts'.
4d789d84
SM
15174 (org-export-html-scripts, org-export-html-style-default):
15175 Fix xml issues with the Safari browser.
c8d0cf5c
CD
15176
151772009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15178
15179 * org-publish.el (org-publish-attachment): Only copy file when the
15180 directories differ.
15181
151822009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15183
15184 * org-clock.el (org-clocktable-steps): Use inactive time stamps
15185 for clocktable steps.
15186
15187 * org.el (org-additional-option-like-keywords): Add two more
15188 keywords.
15189
151902009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15191
4d789d84
SM
15192 * org-exp.el (org-export-format-source-code-or-example):
15193 Mark temporary buffer unmodified, so that it will be killed even if
c8d0cf5c
CD
15194 mode like message mode has decided to assign a file name.
15195
15196 * org.el (org-scan-tags): Improve tag inheritance.
15197 (org-scan-tags, org-make-tags-matcher): Make tag comparison
15198 case-sensitive.
15199 (org-scan-tags): Use the internal tags list instead of creating it
15200 from scratch.
15201 (org-trust-scanner-tags, org-scanner-tags): New variables.
15202 (org-scan-tags): Set `org-scanner-tags'.
15203 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
15204 (org-map-entries): Document the possible speedup using scanner
15205 tags.
15206
152072009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15208
15209 * org.el (org-add-planning-info): Fix bug with looking for keyword
15210 only at column 0.
15211
4d789d84
SM
15212 * org-agenda.el (org-agenda-custom-commands-local-options):
15213 Add option for tags filter preset.
c8d0cf5c
CD
15214 (org-prepare-agenda): Store filter preset as a property on the
15215 filter variable.
15216 (org-finalize-agenda): Call the filter, if there is a preset.
15217 (org-agenda-filter-by-tag): Filter again after clearing the
15218 filter, when there still is a preset.
15219 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
15220 Include the preset filter.
15221 (org-agenda-redo): Apply the filter again, also the preset filter.
15222
15223 * org-exp.el (org-export-as-html): Use IDs in the correct way.
15224
cd1181db 15225 * org.el (org-uuidgen-p): New function.
c8d0cf5c
CD
15226
15227 * org-agenda.el (org-agenda-fontify-priorities): New default value
15228 `cookies'.
3e344045 15229 (org-agenda-fontify-priorities): Rename from
c8d0cf5c
CD
15230 org-fontify-priorities.
15231
4d789d84
SM
15232 * org.el (org-set-font-lock-defaults):
15233 Call `org-font-lock-add-priority-faces'.
c8d0cf5c
CD
15234 (org-font-lock-add-priority-faces): New function.
15235
04e65fdb 15236 * org-faces.el (org-set-tag-faces): New option.
c8d0cf5c
CD
15237 (org-priority-faces): New variable.
15238
15239 * org-exp.el (org-export-as-html): Add a "content" div around the
15240 entire content of the body tag.
15241 (org-export-html-get-bibliography): New function.
15242 (org-export-html-validation-link): New variable.
15243 (org-export-as-html): Add validation link to exported page.
15244
3e344045 15245 * org.el (org-match-sparse-tree): Rename from
c8d0cf5c
CD
15246 `org-tags-sparse-tree'.
15247 (org-tags-sparse-tree): New alias.
15248
152492009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15250
15251 * org.el (org-get-valid-level): Catch the case where the level
15252 change is nil.
15253
15254 * org-clock.el (org-clock-find-position): Better indentation of
15255 new clock drawers.
15256
152572009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15258
15259 * org-agenda.el (org-agenda-quit): Delete window only when the
15260 frame-setup was not `current-window'.
15261
15262 * org.el (org-tag-persistent-alist): New option.
15263 (org-startup-options): Add keyword `noptag'.
15264 (org-fast-todo-selection): Handle :newline correctly.
15265 (org-set-tags): Handle :newline correctly.
15266 (org-fast-tag-selection): Handle :newline correctly.
15267
152682009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15269
15270 * org-exp.el (org-export-as-ascii): Reverse link buffer before
15271 outputting it.
15272 (org-export-ascii-push-links): Fix bug with pussing links into the
15273 export buffer.
15274
152752009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15276
15277 * org-archive.el (org-archive-subtree): Do not add 1 to level if
15278 pasting at top level.
15279
15280 * org-bbdb.el: Improve documentation.
15281
152822009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15283
15284 * org-list.el (org-insert-item): Only consider insert empty lines
15285 is `org-empty-line-terminates-plain-lists' is not nil.
15286
15287 * org.el (org-blank-before-new-entry): Mention the dependence on
15288 `org-empty-line-terminates-plain-lists' in the docstring.
15289
4d789d84
SM
15290 * org-publish.el (org-publish-get-project-from-filename):
15291 New optional argument UP. Only find the top project if UP is set.
c8d0cf5c
CD
15292 (org-publish-current-project): Find the top encloding project.
15293
15294 * org-agenda.el (org-agenda-before-write-hook)
15295 (org-agenda-add-entry-text-maxlines): New options.
15296 (org-write-agenda): Run the new hook in the temporary buffer.
15297 (org-agenda-add-entry-text): New function.
15298 (org-write-agenda): Implement PDF export, using ps2pdf.
15299
15300 * org.el (org-global-properties-fixed, org-global-properties):
15301 Improve documentation string.
15302
15303 * org-exp.el (org-export-ascii-links-to-notes): New option.
15304 (org-export-as-ascii): Handle links better.
4d789d84
SM
15305 (org-export-ascii-wrap, org-export-ascii-push-links):
15306 New functions.
c8d0cf5c
CD
15307
153082009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15309
15310 * org-agenda.el (org-agenda): Make prefix arg optional.
15311 (org-agenda-search-headline-for-time): New option.
4d789d84
SM
15312 (org-format-agenda-item):
15313 Honor `org-agenda-search-headline-for-time'.
c8d0cf5c
CD
15314
15315 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
15316 characters.
15317
15318 * org.el (org-self-insert-cluster-for-undo): New option.
15319 (org-self-insert-command): Cluster undo for 20 characters.
15320 (org-self-insert-command-undo-counter): New variable.
15321
153222009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15323
15324 * org-exp.el (org-export-as-html): Fix problem with closing colone
15325 example.
15326
153272009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15328
15329 * org-latex.el (org-export-as-latex)
15330 (org-export-latex-first-lines): Avoid modification flag when
15331 adding or removing text properties.
15332 (org-export-latex-fontify): Catch error when org-emph-alist has
15333 entries that are not defined for LaTeX export.
15334
a628ad9d 15335 * org-export-latex.el: Rename to org-latex.el.
c8d0cf5c 15336
a628ad9d 15337 * org-latex.el: Rename from org-export-latex.el.
c8d0cf5c
CD
15338
15339 * org.el (orgstruct++-mode): New function.
15340 (turn-on-orgstruct++): Call `orgstruct++-mode'.
15341 (org-context-p): Allow detecting item context after the first line
15342 of an item.
15343 (orgstruct-make-binding): Detect if item-body context should be
15344 seen.
15345 (orgstruct-is-++): New variable.
15346 (org-add-planning-info): Catch the case when there is no planning
15347 info yet and the call does not want to add anything, only maybe
15348 tries to remove something.
15349 (org-special-ctrl-a/e): All value to be a cons cell with separate
04e65fdb 15350 settings for `C-a' and `C-e'.
c8d0cf5c
CD
15351 (org-beginning-of-line, org-end-of-line): Honor separate values
15352 for `C-a' and `C-e'.
15353
153542009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15355
15356 * org.el (org-reload): New command.
15357
a5a79894
TH
153582009-06-05 Tassilo Horn <tassilo@member.fsf.org>
15359
15360 * org-gnus.el (org-gnus-store-link): Fix bug where
15361 org-gnus-store-link used wrong subject when called in an article
15362 buffer. Patch provided by fengli AT gmail DOT com.
15363
1f82c9ed
GM
153642009-03-13 D. Goel <deego3@gmail.com>
15365
15366 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
15367 replace ls by (values-list ls).
15368
9148fdd0
CD
153692009-02-20 Carsten Dominik <dominik@science.uva.nl>
15370
15371 * org-remember.el (org-remember-apply-template): Turn off ido for
15372 this completion.
15373
15374 * org.el (org-priority): Also find invisible headings, for remote
15375 editing.
15376 (org-completing-read-no-ido): New function.
15377 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
15378
15379 * org-colview.el (org-columns-edit-value): No special treatment of
15380 prefix arg.
15381
7b96ff9a
CD
153822009-02-19 Carsten Dominik <dominik@science.uva.nl>
15383
4d789d84
SM
15384 * org.el (org-block-todo-from-children-or-siblings):
15385 Use `org-up-heading-all' so that this will work correctly with hidden
7b96ff9a
CD
15386 property drawers and entries.
15387 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
15388 falling back to normal, default command.
15389 (org-get-location): Temporarily turn off special behavior.
15390
41342c80
GM
153912009-02-13 Glenn Morris <rgm@gnu.org>
15392
15393 * org-rmail.el (rmail-show-message): Restore argument list to the
15394 declaration now that this functions behaves in Emacs 23 as in 22.
15395
576e334d
GM
153962009-02-12 Glenn Morris <rgm@gnu.org>
15397
15398 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
15399
154002009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
15401
15402 * org-footnote.el (org-footnote-action): Fix doc typo.
15403
0b91aef0
CD
154042009-02-06 Carsten Dominik <dominik@science.uva.nl>
15405
ee9d4ebe
CD
15406 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
15407 text before first headline.
7297ca6d
CD
15408 (org-export-remove-or-extract-drawers): Fix regular expression for
15409 extracting drawers.
ee9d4ebe 15410
0b91aef0
CD
15411 * org.el (org-format-latex): Stop LaTeX fragment processing in
15412 protected examples.
15413
c82c35fc
GM
154142009-02-05 Glenn Morris <rgm@gnu.org>
15415
15416 * org-rmail.el (rmail-show-message): Update declaration.
15417 (rmail-buffer, rmail-view-buffer): Declare.
15418 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
15419
cc6dbcb7
CD
154202009-02-04 Carsten Dominik <dominik@science.uva.nl>
15421
15422 * org.el (org-return-follows-link): Revert setting
15423 `org-return-follows-link' to t by default.
15424
20106e31
CD
154252009-02-02 Carsten Dominik <dominik@science.uva.nl>
15426
15427 * org.el (org-cycle-global-at-bob): Fix typo.
15428
15429 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
15430
5ace2fe5
CD
154312009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
15432
15433 * org.el (org-mode): Make dependence stuff work more reliably.
15434 (org-update-parent-todo-statistics): Fix bug with updating
15435 statistics cookie.
15436 (org-yank-adjusted-subtrees, org-return-follows-link)
15437 (org-use-fast-todo-selection, org-tags-column): New default
15438 setting for variables.
15439
15440 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
15441 ~ as verbatim delimiters, to avoid table bug.
15442 (org-export-latex-classes): Remove the a4paper option from the
15443 default styles.
15444
15445 * org-exp.el (org-export-html-format-image): New argument
15446 PAR-OPEN, to fix XHTM validation bug.
15447 (org-export-as-html): Pass par-open to
15448 `org-export-html-format-image'.
15449 (org-export-html-footnotes-section): Use a more consistent id for
15450 footnotes.
15451
15452 * org-agenda.el (org-agenda-sorting-strategy)
15453 (org-agenda-tags-column): New default setting for variables, based
15454 on a poll what typical uses use.
15455 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
15456 setting the blocked tag.
15457
72d06d81
CD
154582009-01-31 Carsten Dominik <dominik@science.uva.nl>
15459
15460 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
15461 only checking for blocks.
15462
8bdd66dc
JB
15463 * org-exp.el (org-export-html-footnotes-section): Make the div id
15464 consistent.
72d06d81 15465
4d789d84
SM
15466 * org-export-latex.el (org-export-latex-classes):
15467 Remove paper size option from LaTeX classes.
72d06d81 15468
6c817206
CD
154692009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
15470
15471 * org.el (org-enforce-todo-checkbox-dependencies): New option.
15472 (org-block-todo-from-checkboxes): New function.
ee7683eb 15473 (org-todo): Make triple prefix arg circumvent blocking.
6c817206 15474
6f3e2af6
GM
154752009-01-30 Glenn Morris <rgm@gnu.org>
15476
805b5d9c
GM
15477 * org-list.el (org-empty-line-terminates-plain-lists)
15478 (org-toggle-checkbox): Doc fixes.
15479
6f3e2af6
GM
15480 * org-table.el (org-table-clean-before-export): Fix declaration.
15481
a2a2e7fb
CD
154822009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
15483
15484 * org-timer.el (org-timer): Provide the timer feature.
15485
15486 * org.el (org-require-autoloaded-modules): Add a few more files to
15487 the list of autoloaded modules.
15488
15489 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
15490
15491 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
15492 drawers that are unprotected.
15493 (org-export-html-format-image): Make sure inlined LaTeX fragment
15494 images remain inlined.
15495
15496 * org.el (org-toggle-ordered-property): New function.
15497 (org-mode-map): Add a key for `org-toggle-ordered-property'.
15498 (org-org-menu): Add menu entries for TODO dependencies.
15499
15500 * org.el (org-default-properties): Add ORDERED to the default
15501 properties, to get completion support for it.
15502
15503 * org-list.el (org-update-checkbox-count): Update more than one cookie.
15504
15505 * org.el (org-update-parent-todo-statistics): Update more than one
15506 cookie.
15507
d6685abc
CD
155082009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
15509
15510 * org-agenda.el (org-agenda-get-todos): Start search from correct
15511 position.
15512
15513 * org.el (org-fast-todo-selection): Make sure TODO selection does
15514 not change buffer position.
15515
15516 * org-list.el (org-toggle-checkbox): Implement adding or removing
15517 checkboxes from line or region when called with a prefix
15518 argument.
15519
15520 * org-rmail.el (org-rmail-store-link): Protect the call to
15521 `rmail-narrow-to-non-pruned-header'.
15522
15523 * org-clock.el (org-clock-special-range): Fix week display in
15524 clock tables.
15525
15526 * org-exp.el (org-get-current-options): Fix bug when in indirect
15527 buffer.
15528
15529 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
15530 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
15531 (org-agenda-dim-blocked-tasks): New function.
15532
15533 * org.el (org-enforce-todo-dependencies): New option.
15534 (org-block-todo-from-children-or-siblings): New function.
15535
15536 * org-faces.el (org-agenda-dimmed-todo-face): New face.
15537
65c439fd
CD
155382009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
15539
15540 * org.el (org-todo): Return correct state type even if the blocker
15541 throws an error.
3e344045 15542 (org-modifier-cursor-error): Rename from
65c439fd
CD
15543 `org-shiftcursor-error'.
15544 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
15545 (org-shiftmetadown): Call `org-modifier-cursor-error'.
15546
15547 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
15548 to get real errors from the blocker hook.
15549
4d789d84
SM
15550 * org.el (org-shiftselect-error, org-call-for-shift-select):
15551 New functions.
65c439fd
CD
15552 (org-set-visibility-according-to-property): Turn off the setting
15553 of `org-show-entry-below', to avoid overruling a FOLDED visibility
15554 property.
15555
15556 * org.el (org-support-shift-select): New option.
15557 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
15558 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
15559 selection outside contexts.
15560
15561 * org-list.el (org-at-item-bullet-p): New function.
15562
15563 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
15564 variables.
15565
15566 * org-footnote.el (org-footnote-normalize): Remove unnecessary
15567 variable.
4d789d84
SM
15568 (org-insert-footnote-reference-near-definition):
15569 Remove unnecessary let form.
65c439fd 15570
1e4f816a
CD
155712009-01-26 Carsten Dominik <dominik@science.uva.nl>
15572
4d789d84
SM
15573 * org-export-latex.el (org-export-as-latex):
15574 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
3c9ebe55
CD
15575 (org-export-latex-first-lines): New parameter OPT-PLIST.
15576
1e4f816a
CD
15577 * org.el (org-yank): Tell `delete-selection-mode' about
15578 `org-yank'.
15579
15580 * org-faces.el (org-clock-overlay): Fix face definition.
15581
4d789d84
SM
15582 * org-export-latex.el (org-export-latex-first-lines):
15583 Pass timestamp and footnote parameters to the preprocessor.
1e4f816a
CD
15584
15585 * org-exp.el (org-export-remove-timestamps): Do not remove time
15586 stamps inside tables.
15587
0bd48b37
CD
155882009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15589
15590 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
15591
4d789d84
SM
15592 * org.el (org-agenda-tags-todo-honor-ignore-options):
15593 Declare variable.
0bd48b37 15594
c5e87d10 15595 * org-table.el (org-table-insert-hline): Fix typo in function call
0bd48b37
CD
15596 to `backward-char'.
15597
15598 * org-exp.el (org-export-as-html): Remove the initial space from
15599 colon examples.
15600
4d789d84
SM
15601 * org.el (org-scan-tags):
15602 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
0bd48b37 15603
4d789d84
SM
15604 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
15605 New customization groups.
0bd48b37
CD
15606 (org-agenda-tags-todo-honor-ignore-options): New option.
15607 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
15608 New function.
4d789d84
SM
15609 (org-agenda-get-todos):
15610 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
0bd48b37
CD
15611
156122009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15613
4d789d84
SM
15614 * org-exp.el (org-export-format-source-code-or-example):
15615 Escape HTML characters also in examples that anre not treated with
0bd48b37
CD
15616 htmlize. Also, just switch to EXAMPLE processing if we do not
15617 have a good version of htmlize.
15618
15619 * org-rmail.el: Fix copyright notice.
15620
15621 * org.el (org-activate-footnote-links): Improve footnote link
15622 highlighting.
15623
15624 * org-footnote.el (org-footnote-normalize): Fix finding the end of
15625 a footnote definition at the end of the file.
15626
15627 * org-table.el (org-table-get-specials): Add an imagined hline at
15628 the end of the table. This can be useful for references that want
15629 to go to the end of the table. Also fix bug when computing last
15630 row constants, in tables that do not start right at the right
15631 margin.
15632 (org-table-eval-formula): Match and replace remove references.
15633 (org-table-formula-substitute-names): Make sure that names inside
15634 a "remote" call are left alone, the will be replaced later when
15635 the remote call is handled.
15636 (org-table-convert-refs-to-rc): Do not convert things that might
15637 look like a reference, but are really part of an ID or namei n a
15638 remote reference.
15639 (org-table-get-remote-range): New function.
15640
156412009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15642
15643 * org-faces.el (org-clock-overlay): Fix bug in face definition.
15644
15645 * org-clock.el (org-clock-put-overlay): Use new face instead of
15646 `secondary-selection'.
15647
15648 * org-faces.el (org-clock-overlay): New face.
15649
156502009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15651
15652 * org-exp.el (org-get-current-options): Include the option for
15653 publishing time stamps.
15654
3e344045 15655 * org.el (org-toggle-heading): Rename from
0bd48b37
CD
15656 `org-toggel-region-headings'.
15657 No longer needs a region defined, but will use it if there is one.
3e344045 15658 (org-ctrl-c-star): Simplify, relying more on the internal
0bd48b37 15659 workings of `org-toggle-heading'.
3e344045 15660 (org-toggle-item): Rename from `org-toggle-region-items'.
0bd48b37 15661 No longer needs a region defined, but will use it if there is one.
3e344045 15662 (org-ctrl-c-minus): Simplify, relying more on the inernal
0bd48b37
CD
15663 workings of `org-toggle-item'.
15664
15665 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
15666 environment detection. Also, do real changes only in unprotected
15667 places.
15668
156692009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15670
4d789d84
SM
15671 * org-export-latex.el (org-export-latex-quotation-marks):
15672 Use `org-if-unprotected-1'.
0bd48b37
CD
15673 (org-export-latex-set-initial-vars): Check for class definition in
15674 property.
15675
15676 * org-macs.el (org-if-unprotected-1): New macro.
15677
156782009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15679
15680 * org-compat.el (org-count-lines): New function.
15681
4d789d84
SM
15682 * org-exp.el (org-export-format-source-code-or-example):
15683 Handle switches related to text areas.
0bd48b37
CD
15684
15685 * org.el (org-activate-footnote-links): Don't allow match inside a
15686 link.
15687
15688 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
15689
15690 * org-export-latex.el (org-export-latex-links): Keep a relative
15691 path relative also after export.
15692
15693 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
15694
15695 * org.el (org-make-tags-matcher): Never use IDO for completing the
15696 tags matcher match string.
15697 (org-completing-read): Also remove the special biding for "?".
15698
15699 * org-attach.el (org-attach-allow-inheritance): New option.
15700 (org-attach-inherited): New variable.
15701 (org-attach-dir): Handle properties related to the attachment
15702 directory.
15703 (org-attach-check-absolute-path): New function.
15704 (org-attach-set-directory, org-attach-set-inherit): New commands.
15705 (org-attach): Accommodate the new commands in the dispatcher.
15706
157072009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15708
15709 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
15710 `window-full-width-p'.
15711
15712 * org-exp.el (org-export-as-html): Only check for images files
8bdd66dc 15713 that really can be inlined.
0bd48b37
CD
15714
15715 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
15716 list of extensions to be a parameter.
15717
4d789d84
SM
15718 * org-exp.el (org-export-html-inline-image-extensions):
15719 New variable.
0bd48b37 15720
4d789d84
SM
15721 * org-agenda.el (org-prepare-agenda):
15722 Use `org-agenda-block-separator'.
0bd48b37
CD
15723 (org-agenda-block-separator): New option.
15724
157252009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15726
4d789d84
SM
15727 * org-export-latex.el (org-export-latex-tables):
15728 Call `org-table-clean-before-export' with the new optional argument.
0bd48b37
CD
15729
15730 * org-exp.el (org-table-clean-before-export): New optional
15731 parameter MAYBE-QUOTED, allows for quoted characters like \# in
15732 first column.
15733
157342009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15735
15736 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
15737 histograms.
15738
4d789d84
SM
15739 * org-colview.el (org-colview-construct-allowed-dates):
15740 Better error catching when a date/time property does not have allowed
0bd48b37
CD
15741 values defined.
15742
15743 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
15744 Better error catching when a date/time property does not have
15745 allowed values defined.
15746
157472009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15748
15749 * org.el (org-map-entries): Restore point and restriction after
15750 `org-map-entries'.
15751
157522009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15753
15754 * org.el (org-time=, org-time<, org-time<=, org-time>)
15755 (org-time>=, org-time<>): Make sure both values are dates.
15756
157572009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15758
15759 * org-archive.el (org-extract-archive-heading): Allow %s for file
15760 name also in achive location heading.
15761
157622009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15763
15764 * org-archive.el (org-add-archive-files): Uniquify the list before
15765 returning it.
15766
157672009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15768
4d789d84
SM
15769 * org-compat.el (org-fit-window-to-buffer):
15770 Use `window-full-width-p'.
0bd48b37
CD
15771
15772 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
15773 space after the colon in short examples.
15774
15775 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
15776 enforce a space after the colon. However, we also allow lines
15777 that are *only* a colon.
15778 (org-export-as-html): Enforce the space after the colon in short
15779 examples.
15780 (org-export-preprocess-string): Do the colon example protection
15781 earlier.
15782 (org-export-remove-timestamps): Do not check for protection at the
15783 end of the line.
15784
157852009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15786
15787 * org.el (org-format-latex-options): Add new matcher for single
15788 letters between dollars.
15789 (org-get-header): Function removed.
15790 (org-heading-components): New function.
15791
15792 * org-exp.el (org-export-define-heading-targets): Record ID's also
15793 as alternative targets.
15794 (org-export-as-html): Interpret "id:" links to other files by
15795 preserving the relative path.
15796
15797 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
15798 is nil.
15799
15800 * org-exp.el (org-export-normalize-links): Protect the main link,
15801 to avoid special character processing.
15802
15803 * org-export-latex.el (org-export-latex-special-keyword-regexp):
15804 New variable.
15805 (org-export-latex-special-string-regexps): Variable removed.
15806 (org-export-latex-keywords): Use the new regexp.
15807
15808 * org-exp.el (org-export-handle-include-files): Fetch switches and
15809 put them into the BEGIN statement.
15810
15811 * org-timer.el (org-timer-mode-line-string): New variable.
15812
3e344045 15813 * org-clock.el (org-clock-mode-line-map): Rename from
0bd48b37 15814 `org-clock-mode-map'.
3e344045
SM
15815 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
15816 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
15817 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
15818 (org-clock-remove-overlays): Rename from
0bd48b37
CD
15819 `org-remove-clock-overlays'.
15820
15821 * org-timer.el (org-timer-pause-or-continue): Implement stopping
15822 and mode line display.
15823 (org-timer-stop): New command.
15824 (org-timer-seconds): Return correct time when timer is paused.
15825 (org-timer-mode-line-timer): New variable.
4d789d84
SM
15826 (org-timer-set-mode-line, org-timer-update-mode-line):
15827 New functions.
0bd48b37 15828
8bdd66dc 15829 * org.el (org-insert-heading): Handle new value `auto' for
0bd48b37
CD
15830 `org-blank-before-new-entry'.
15831 (org-org-menu): Add new items for timer functions.
15832
15833 * org-list.el (org-insert-item): Handle new value `auto' for
15834 `org-blank-before-new-entry'.
15835
15836 * org.el (org-blank-before-new-entry): New value `auto', made
15837 default.
15838
158392009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15840
15841 * org-exp.el (org-export-normalize-links): If the link is also
15842 used as the description, protect the description.
15843
158442009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15845
15846 * org.el (org-closest-date): Fix bug with yearly repeats, in
15847 combination with preference of the past as it is used for deadline
15848 and scheduling search.
15849
15850 * org-exp.el (org-html-handle-time-stamps): No longer check for
15851 the `org-export-with-timestamps' option, because the preprocesser
15852 has taken care of this already.
15853
15854 * org.el (org-entry-properties): Catch the case when this is
15855 called in a non-org-mode file.
15856
15857 * org-export-latex.el (org-export-latex-remove-from-headlines):
15858 Variable made obsolete, also LaTeX export now uses the standard
15859 variables.
15860 (org-export-as-latex): Add the timestamps parameter to the
15861 preprocessor parameter list.
15862 (org-export-latex-content): Export the remaining keywords without
15863 considering to remove them.
15864 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
15865 Use bold font instead of tt font for the keywords.
15866 (org-export-latex-fontify-headline): Format headlines, assuming
15867 that all keywords still present should be published.
15868 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
15869 publish what ever remains of the time stamps.
15870 (org-export-latex-list-parameters): New option.
15871 (org-export-latex-lists): Pass additional parameters to the list
15872 converter.
15873
15874 * org-exp.el (org-export-preprocess-string): Remove clock lines
15875 and timestamps already in the preprocesor.
4d789d84
SM
15876 (org-export-remove-timestamps, org-export-remove-clock-lines):
15877 New functions.
0bd48b37
CD
15878 (org-export-as-ascii, org-export-as-html): Add the timestamps
15879 parameter to the preprocessor parameter list.
15880
15881 * org-list.el (org-list-parse-list): Parse for checkboxes.
15882 (org-list-to-generic): Introduce and handle new parameters :cbon
15883 and :cboff.
4d789d84
SM
15884 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
15885 Add optional parameter PARAMS.
0bd48b37 15886
4d789d84
SM
15887 * org-export-latex.el (org-export-latex-special-chars):
15888 Fix problems with interpreting dollar signs.
0bd48b37
CD
15889 (org-inside-latex-math-p): New function.
15890 (org-export-latex-preprocess): Protect all the math fragments.
15891
15892 * org.el (org-latex-regexps): Allow a dash after a dollar.
15893
15894 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
15895 mark after copying.
15896
15897 * org-agenda.el (org-run-agenda-series): Have series options set
15898 when finalizing the agenda.
15899
4d789d84
SM
15900 * org-exp.el (org-export-format-source-code-or-example):
15901 Protect the converted examples.
0bd48b37
CD
15902
15903 * org.el (org-set-regexps-and-options): Fix the regexp
15904 `org-complex-heading-regexp'.
15905
159062009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15907
15908 * org.el (org-edit-src-get-label-format): New function.
15909 (org-coderef-label-format): New option.
15910 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
15911 a label format specification and make sure it is used in the edit
15912 buffer.
15913 (org-edit-src-get-label-format): New function.
15914 (org-store-link): Handle new coderef formats.
15915 (org-link-search): Handle new coderef formats.
15916
15917 * org-footnote.el (org-footnote-create-definition)
15918 (org-footnote-goto-local-insertion-point): Make footnote insertion
15919 work correctly when the "Footnotes" headline is the last line in
15920 the buffer.
15921
15922 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
15923 the location.
15924
159252009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15926
15927 * org-w3m.el (org-w3m): New customization group.
15928 (org-w3m-deactivate-mark): New option.
15929 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
15930 option say not to.
15931
159322009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15933
15934 * org.el (org-set-font-lock-defaults): Trigger footnote
15935 fontification.
15936 (org-activate-footnote-links): New function.
15937 (org-activate-links): New entry `footnote'.
15938
15939 * org-faces.el (org-footnote): New face.
15940
159412009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15942
15943 * org-macs.el (org-re): Handle the [:word:] class.
15944
4d789d84
SM
15945 * org-exp.el (org-export-preprocess-string):
15946 Call `org-export-protect-colon-examples'.
3e344045 15947 (org-export-protect-colon-examples): Rename from
0bd48b37
CD
15948 `org-export-protect-examples', and scope limited to lines starting
15949 with a colon.
15950
159512009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15952
15953 * org-exp.el (org-export-preprocess-string): Move the preprocess
15954 hook to after turning on Org-mode.
15955 (org-export-preprocess-after-include-files-hook)
15956 (org-export-preprocess-after-tree-selection-hook)
15957 (org-export-preprocess-before-backend-specifics-hook)
15958 (org-export-preprocess-final-hook): New hooks.
15959 (org-export-preprocess-string): Run the new hooks.
15960
15961 * org.el (org-ctrl-c-minus): Fix indentation for new items.
15962
15963 * org-footnote.el: New file.
15964
15965 * org.el (org-footnote): Require footnote code.
15966 (org-startup-options): Add new footnote options.
15967 (org-mode-map): New keybindig for footnotes.
15968 (org-ctrl-c-ctrl-c): Add function at footnotes.
15969 (org-org-menu): New menu entries for footnotes.
15970
15971 * org-export-latex.el (org-export-as-latex): Pass footnote
15972 variable to preprocessor.
15973 (org-export-latex-preprocess): Treat multiple references to a
15974 footnote.
15975
4d789d84
SM
15976 * org-exp.el (org-export-preprocess-string):
15977 Call `org-footnote-normalize'.
0bd48b37
CD
15978 (org-export-as-ascii, org-export-as-html): Pass footnote variable
15979 to preprocessor.
15980 (org-export-as-html): Treat multiple references to a footnote.
15981
159822009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15983
15984 * org-export-latex.el (org-export-latex-links): Handle coderef
15985 links.
15986
15987 * org.el (org-bracket-link-analytic-regexp++): New variable.
4d789d84
SM
15988 (org-make-link-regexps):
15989 Initialize `org-bracket-link-analytic-regexp++'.
0bd48b37
CD
15990 (org-store-link): Implement special case in edit-src buffer.
15991 (org-insert-link): No use of ide to insert stored links.
15992 (org-link-search): Implement special case for coderefs.
15993
15994 * org-exp.el (org-export-html-scripts): New constant.
15995 (org-export-html-style-default): Add a new style for highlighted
15996 code.
15997 (org-export-code-refs): New variable.
15998 (org-export-preprocess-string): Initialize `org-export-code-refs'.
15999 Call `org-export-replace-src-segments-and-examples'
16000 No longer call `org-export-protect-examples'.
16001 (org-export-target-internal-links): Take care of coderef targets.
16002 (org-export-last-code-line-counter-value): New variable.
3e344045 16003 (org-export-replace-src-segments-and-examples): Rename from
0bd48b37 16004 `org-export-replace-src-segments', and modified.
3e344045 16005 (org-export-format-source-code-or-example): Rename from
0bd48b37
CD
16006 `org-export-format-source-code'.
16007 (org-export-number-lines): New function.
16008 (org-export-as-ascii, org-export-as-html): Handle coderef links.
16009
bd5e4c2b
GM
160102009-01-23 Glenn Morris <rgm@gnu.org>
16011
16012 * org-rmail.el (rmail-narrow-to-non-pruned-header):
16013 Remove declaration of deleted function.
16014
0e47efc5
GM
160152009-01-16 Glenn Morris <rgm@gnu.org>
16016
4d789d84
SM
16017 * org-mouse.el (org-mouse-show-context-menu):
16018 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
0e47efc5
GM
16019 mouse-major-mode-menu.
16020
bb31cb31
CD
160212008-12-23 Carsten Dominik <dominik@science.uva.nl>
16022
16023 * org-remember.el (org-remember-handler): Safer way to get a new
16024 buffer accessing the target file.
16025
16026 * org.el (org-refile-get-location): Handle case of current buffer
16027 not having a file associated with it.
16028
830334b1
CD
160292008-12-22 Carsten Dominik <dominik@science.uva.nl>
16030
16031 * org-table.el (org-table-get-formula): Only ask to overwrite
16032 field formula if there really is one.
16033
6671980f
CD
160342008-12-21 Carsten Dominik <dominik@science.uva.nl>
16035
16036 * org-export-latex.el (org-export-latex-make-header): Double the
16037 commenting % in the time stamp format.
e9aab93b
CD
16038 (org-export-latex-special-chars): Handle case where there is no
16039 match group 3.
6671980f 16040
a11ac4ae
CD
160412008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
16042
4d789d84
SM
16043 * org.el (org-get-refile-targets, org-refile-get-location):
16044 Use expanded file name to improve comparison.
a11ac4ae
CD
16045
160462008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
16047
16048 * org.el (org-scan-tags): Rescan for tags, to get the correct
16049 upcase/downcase stuff. This slows things down for now, but it
16050 works.
16051 (org-mode): Make sure the tag-faces regexp is initialized.
16052
16053 * org-export-latex.el (org-export-latex-links): Fix bug with
16054 undefined label.
16055
4d789d84
SM
16056 * org-table.el (org-table-get-specials):
16057 Set `org-table-current-last-data-line'.
a11ac4ae
CD
16058 (org-table-current-last-data-line): New variable.
16059 (org-table-insert-column, org-table-delete-column)
4d789d84
SM
16060 (org-table-move-column, org-table-fix-formulas):
16061 Call `org-table-fix-formulas' a second time to fix the $LR references.
a11ac4ae
CD
16062 (org-table-get-specials): Add the $LR references to the tables.
16063 (org-table-get-formula): Do not offer last-row names as LHS of
16064 formulas.
16065
16066 * org.el (org-store-link): Capture link description from
16067 `org-id-store-link'.
16068
16069 * org-exp.el (org-export-html-format-image): Add the / to the end
16070 of the <img> tag.
16071 (org-export-format-source-code): Surround example by empty lines,
16072 to make sure it will not be inside a paragraph.
16073
16074 * org.el (org-ido-switchb): New function.
16075
160762008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
16077
16078 * org-agenda.el (org-agenda-show): New prefix argument
16079 FULL-ENTRY.
16080
16081 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
16082 argument.
16083
fd8d5da9
GM
160842008-12-20 Glenn Morris <rgm@gnu.org>
16085
16086 * org.el (org-org-menu): Fix some more menu entries.
16087
bd67cbf0
CD
160882008-12-18 Carsten Dominik <dominik@science.uva.nl>
16089
d21d2e9a
CD
16090 * org-table.el (org-table-get-specials): Revert introduction of @0
16091 as reference of the last table row, because of conflicts.
16092
bd67cbf0
CD
16093 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
16094 argument, get the current tags directly.
16095 (org-agenda-set-tags): Leave getting current tags to
16096 `org-agenda-change-all-lines'.
16097
521beede
CD
160982008-12-17 Carsten Dominik <dominik@science.uva.nl>
16099
16100 * org.el (org-org-menu): Do not quote the set-tags command.
16101
ff28a0bd
CD
161022008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
16103
16104 * Fix typos in comments and docstrings throughout Org-mode.
16105
16106 * org.el (org-get-outline-path): Fix bug if level is not given.
16107
f0131492 16108 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
ff28a0bd 16109
8265647f
CD
161102008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16111
16112 * org.el (org-refile): Avoid refiling to within the region to be
16113 refiled.
16114
4d789d84
SM
16115 * org-export-latex.el (org-export-latex-special-chars):
16116 Replace special characters also in tables.
8265647f
CD
16117
16118 * org-agenda.el (org-agenda-change-all-lines): New argument
16119 FORCE-TAGS.
f0131492 16120 (org-agenda-set-tags): Get the new tags and pass them to
8265647f
CD
16121 `org-format-agenda-item'.
16122
161232008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16124
16125 * org-export-latex.el (org-export-latex-classes): Add longable as
16126 a default package to all classes.
16127 (org-export-latex-tables): Handle the longtable attribute and the
16128 align attribute.
16129
16130 * org-table.el (orgtbl-to-generic): Handle tables that start with
16131 a hline.
16132
16133 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
16134 \verb for colde-like snippets.
16135 (org-export-as-latex): Fix issues with region export.
16136
16137 * org.el (org-up-heading-safe): Speed up function by using a
16138 direct regexp search.
16139 (org-olpa): New variable.
16140 (org-get-outline-path): Speed-up path constructions in cases where
16141 this is possible because the entire hierarchy is scanned anyway.
16142 (org-refile-get-location): Don't compare the truenames of files,
16143 this is too slow.
16144 (org-goto-max-level): New option.
16145 (org-goto): Use `org-goto-max-level'.
16146
161472008-12-16 Tassilo Horn <tassilo@member.fsf.org>
16148
16149 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
16150 Strip angle brackets from message-ids in the former and don't do
16151 it in the latter.
16152 (org-gnus-follow-link): Open summary reliable, even if the last
16153 messages were deleted, and handle empty groups, too.
16154
161552008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16156
16157 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
16158 instead of \texttt for the =...= and ~===~ emphasis environments.
16159 (org-export-as-latex): Remove any old :org-license-to-kill text
16160 properties.
16161 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
16162 (org-export-latex-make-header): Add some hard space after the
16163 table of contents.
4d789d84
SM
16164 (org-export-latex-first-lines): Accept RBEG argument.
16165 Mark exported text so that it will be excuded in further steps.
8265647f
CD
16166
16167 * org-table.el (org-table-get-specials): Make @0 reference the
16168 last line in a table.
16169 (org-table-recalculate): Improve docstring.
16170
161712008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16172
16173 * org.el (org-log-done): Fix docstring.
16174
161752008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16176
16177 * org-exp.el (org-export-html-format-image): Fix bugs.
16178
16179 * org-export-latex.el (org-export-latex-tables)
16180 (org-export-latex-links): Implement attribute, label, and caption
16181 handling.
16182
16183 * org-exp.el (org-export-html-style-default): Add style
16184 definitions for the figure div.
4d789d84
SM
16185 (org-export-preprocess-string, org-export-as-html):
16186 Implement attribute, label, and caption handling.
8265647f
CD
16187 (org-export-attach-captions-and-attributes): New function.
16188 (org-export-html-format-image): New function.
16189 (org-format-org-table-html): Implement attribute, label, and
16190 caption handling.
16191
16192 * org.el (org-find-text-property-in-string): New function.
16193 (org-extract-attributes): Use the property org-attr instead of
16194 org-attrobutes, because this property is now set with the #+ATTR
16195 lines.
16196
161972008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16198
16199 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
16200 the case that FROM is nil.
16201
16202 * org.el (org-before-first-heading-p): New function.
16203
162042008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16205
16206 * org-exp.el (org-export-as-html): Do not add a space before
16207 enforces line breaks.
16208 (org-export-as-html): Close paragraph before blockquote and verse
16209 tags.
16210
162112008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16212
16213 * org-id.el (org-id-locations-file): Wrap file name with
16214 `convert-standard-filename'.
16215 (org-id-files): New variable.
16216 (org-id-use-hash): New option.
16217 (org-id-update-id-locations): Also search in all files current
16218 listed in `org-id-files'. Convert the resulting alist to a hash
16219 if the user customation says so.
16220 (org-id-locations-save): Handle he case if `org-id-locations' is a
16221 hash.
16222 (org-id-locations-load): Convert the alist to a hash.
16223 (org-id-add-location): Handle the hast case.
16224 (kill-emacs-hook): Make sure id locations are saved when Emacs is
16225 exited.
16226 (org-id-hash-to-alist, org-id-alist-to-hash)
16227 (org-id-paste-tracker): New functions.
243de2b4
CD
16228
162292008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16230
16231 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
16232 bindings of calendar variables.
16233
3e344045 16234 * org-table.el (org-table-find-row-type): Rename from
243de2b4 16235 `org-find-row-type'.
3e344045 16236 (org-table-rewrite-old-row-references): Rename from
243de2b4 16237 `org-rewrite-old-row-references'.
3e344045
SM
16238 (org-table-shift-refpart): Rename from `org-shift-refpart'.
16239 (org-table-cleanup-narrow-column-properties): Rename from
243de2b4
CD
16240 `org-cleanup-narrow-column-properties'.
16241
162422008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16243
16244 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
16245 for better error messages.
16246 (org-table-get-descriptor-line): Supply the new arguments to
16247 `org-find-row-type'.
16248 (org-table-error-on-row-ref-crossing-hline): New option.
16249
16250 * org.el (org-target-link-regexp): Make buffer-local.
16251 (org-move-subtree-down): Fix bug with trees at beginning of
16252 buffer.
16253
162542008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16255
16256 * org-faces.el (org-set-tag-faces): New function.
16257 (org-tags-special-faces-re): New variable.
16258
16259 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
16260
16261 * org-faces.el (org-tag-faces): New option.
16262 (org-tag): Mention `org-tag-faces' in the docstring.
16263
162642008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16265
16266 * org-exp.el (org-export-html-style-default): Implement new
16267 quoting.
16268
16269 * org-jsinfo.el (org-infojs-template): Implement new quoting.
16270
16271 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
16272 command to the `w3m-minor-mode-map'.
16273
4d789d84
SM
16274 * org-archive.el (org-archive-to-archive-sibling):
16275 Protect `this-command' to avoid appending kills during archiving.
243de2b4
CD
16276
16277 * org-exp.el (org-export-with-priority): New variable.
16278 (org-export-add-options-to-plist): Use `org-export-plist-vars'
16279 instead of internal list of strings and properties.
16280 (org-print-icalendar-entries): Retrieve the location property with
16281 inheritance.
16282
162832008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16284
16285 * org-exp.el (org-export-with-todo-keywords): New option.
16286 (org-export-plist-vars): Include also the keys for the #+OPTIONS
16287 line.
16288 (org-default-export-plist, org-export-add-options-to-plist)
16289 (org-export-as-ascii, org-export-as-html): Use the new structure
16290 of `org-export-plist-vars'.
16291
16292 * org.el (org-map-entries): Return all values.
16293
162942008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16295
16296 * org.el (org-matcher-time): Recognize more special values.
16297
16298 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
16299
163002008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16301
16302 * org.el (org-tags-exclude-from-inheritance): New option.
4d789d84
SM
16303 (org-tag-inherit-p, org-remove-uniherited-tags):
16304 Respect `org-tags-exclude-from-inheritance'.
243de2b4
CD
16305
16306 * org-agenda.el (org-agenda-show-inherited-tags): New option.
16307 (org-format-agenda-item): Add inherited tags to the agenda line
16308 string, and make sure that properties are kept when downcasing the
16309 tags list.
16310 (org-agenda-add-inherited-tags): New function.
16311 (org-downcase-keep-props): New function.
16312
16313 * org.el (org-scan-tags): Mark inherited tags with a text
16314 property.
16315 (org-get-tags-at): Mark inherited tags with a text property.
16316 (org-add-prop-inherited): New function.
16317
16318 * org-agenda.el (org-agenda-add-inherited-tags): New function.
16319 (org-agenda-show-inherited-tags): New option.
16320
163212008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16322
16323 * org.el (org-modules): Add org-w3m to the default modules.
16324
16325 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
16326 orgtbl-mode.
16327 (orgtabl-create-or-convert-from-region): New command.
16328
16329 * org-exp.el (org-export-as-ascii): Remove the handling of
16330 targets.
16331 (org-export-ascii-preprocess): Handle targets already in this
16332 function.
16333
163342008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16335
16336 * org-timer.el (org-timer-start-time): Define this variable.
16337 (org-timer-item): Make argument optional.
16338
16339 * org-list.el (org-insert-item): Automatically insert a timer item
16340 if the current list is a timer list.
16341
16342 * org-timer.el: New file.
16343
16344 * org-publish.el (org-publish-org-index): Only exclude the index
16345 file in the main directory from being added to the site-map.
16346 (org-publish-get-project-from-filename): If the current project is
16347 a component, start publishing from the parent project.
16348
163492008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16350
16351 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
16352
16353 * org-publish.el (org-publish-org-index): Improve removal of
16354 temporary buffers.
16355
d95a8199
CD
163562008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
16357
16358 * org-agenda.el (org-get-closed): Re-apply changes
16359 accidentially overwritten by last commit to Emacs.
16360
16361 * org.el (org-outline-path-complete-in-steps): New option.
4d789d84
SM
16362 (org-refile-get-location):
16363 Honor `org-outline-path-complete-in-steps'.
d95a8199
CD
16364 (org-agenda-change-all-lines, org-tags-sparse-tree)
16365 (org-time-string-to-absolute, org-small-year-to-year)
16366 (org-link-escape): Re-apply changes accidentially overwritten
16367 by last commit to Emacs.
16368
770f39cf
CD
163692008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16370
16371 * org-clock.el (org-dblock-write:clocktable): Make sure the
16372 clocktable sees the first line.
16373 (org-clock-in): Warn if the clock cannot be resumed.
16374
163752008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16376
16377 * org.el (org-open-at-point): Fix mixup about interactive and
16378 non-interactive elisp links.
16379
163802008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16381
16382 * org-exp.el (org-export-preprocess-string): Allow one comment
16383 line before the first headline to always be included. This is
16384 to not miss a commented target.
16385
4d789d84
SM
16386 * org-mouse.el (org-mouse-insert-item):
16387 Call `org-indent-to-column' instead of `indent-to', for XEmacs
770f39cf
CD
16388 compatibility.
16389
16390 * org.el (org-refile-targets): Fix customize definition so
16391 that it works also in XEmacs.
16392 (org-fixup-indentation): Call `org-indent-to-column' instead
16393 of `indent-to', for XEmacs compatibility.
16394
163952008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
16396
16397 * org-mew.el (org-mew-store-link): Get the correct case folder
16398 for refiled messages.
16399
164002008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16401
16402 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
16403 line break indicators.
16404
16405 * org.el (org-ido-completing-read): Remove the "i:" prefix for
16406 ido-completion propts.
16407
164082008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16409
4d789d84
SM
16410 * org-remember.el (org-remember-apply-template):
16411 Use `org-substring-no-properties'.
770f39cf
CD
16412
16413 * org-compat.el (org-substring-no-properties): New function.
16414
4d789d84
SM
16415 * org-remember.el (org-remember-apply-template):
16416 Use `org-substring-no-properties' for compatibility.
770f39cf 16417
4d789d84
SM
16418 * org-list.el (org-list-two-spaces-after-bullet-regexp):
16419 New option.
16420 (org-fix-bullet-type):
16421 Respect `org-list-two-spaces-after-bullet-regexp'.
770f39cf
CD
16422
16423 * org-clock.el (org-clock-load): Clean up the code.
16424
16425 * org.el (org-adaptive-fill-function): Allow two spaces after
16426 "1." as a list bullet.
16427
164282008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16429
16430 * org-clock.el (org-clock-save, org-clock-load): Check for
16431 live buffers, existing files, and buffer file names to ensure
16432 consistent information.
16433 (org-clock-persist): Make `clock' a special value of this
16434 variable, and improve docstring.
16435
16436 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
16437 (org-get-string-indentation): Adapt indentation when the bullet
16438 width changes.
16439
164402008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16441
16442 * org-remember.el (org-remember-finalize): Make interactive.
16443 (org-remember-kill): New command.
16444 (org-remember-finish-immediately): Call `org-remember-finalize'
16445 directly.
16446 (org-remember-finalize): Make `org-remember-finalize' an interactive
16447 function.
16448
164492008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16450
16451 * org-remember.el (org-remember-apply-template): No ido completion
16452 for free prompts in remember templates.
16453 (org-remember-before-finalize-hook): New hook.
16454 (org-remember-mode): New minor mode.
16455 (org-remember-apply-template): Turn on `org-remember-mode'.
16456
770f39cf
CD
16457 * org-remember.el (org-remember-apply-template): Fix the way how
16458 the list of allowed properties is retrieved from the target file.
16459
16460 * org.el (org-insert-link): Improve file link matching.
16461
164622008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16463
16464 * org-colview.el (org-columns-display-here): New argument
16465 DATELINE, to trigger using the new face.
16466 (org-agenda-colview-summarize): Call `org-columns-display-here'
16467 with the new argument.
16468
16469 * org-faces.el (org-agenda-column-dateline): New face.
16470
16471 * org-publish.el (org-publish-org-index): Use index-title at page
16472 title, not as section.
16473
16474 * org-exp.el (org-export-html-format-desc): Respect the
16475 org-protect property.
16476 (org-export-as-html): Protect image specifiers that are in the
16477 description part of a link.
16478
16479 * org.el (org-sort-entries-or-items, org-completing-read)
16480 (org-refile-get-location, org-olpath-completing-read, org-todo)
16481 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
16482 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
16483 (org-set-property, org-delete-property)
16484 (org-delete-property-globally): Use `org-ido-completing-read'.
16485
4d789d84
SM
16486 * org-remember.el (org-remember-apply-template):
16487 Use `org-ido-completing-read'.
770f39cf
CD
16488
16489 * org-publish.el (org-publish): Use `org-ido-completing-read'.
16490
16491 * org-colview.el (org-columns-edit-value, org-columns-new)
16492 (org-insert-columns-dblock): Use `org-ido-completing-read'.
16493
16494 * org-colview-xemacs.el (org-columns-edit-value)
4d789d84
SM
16495 (org-columns-new, org-insert-columns-dblock):
16496 Use `org-ido-completing-read'.
770f39cf 16497
4d789d84
SM
16498 * org-attach.el (org-attach-delete-one, org-attach-open):
16499 Use `org-ido-completing-read'.
770f39cf 16500
4d789d84
SM
16501 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
16502 Use `org-ido-completing-read'.
770f39cf
CD
16503
16504 * org.el (org-time-today): New function.
16505 (org-matcher-time): Use `org-time-today'. Add special treatment
16506 for "<tomorrow>" and "<yesterday>".
16507 (org-ido-completing-read): New function.
16508 (org-completion-use-ido): New option.
16509
16510 * org-exp.el (org-export-format-source-code): Fix bug in require
16511 htmlize code.
16512 (org-export-target-internal-links): Fix bug in search for text
16513 property.
16514
165152008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16516
4d789d84 16517 * org-export-latex.el (org-export-latex-subcontent):
c7015153 16518 Interpret target aliases as additional labels.
770f39cf
CD
16519
16520 * org-exp.el (org-export-target-aliases): New variable.
16521 (org-export-preprocess-string)
16522 (org-export-handle-invisible-targets): Fill the alias alist.
16523 (org-export-as-html): Remove the &nbsp; from the anchor, and also
16524 assign an id.
91af3942 16525 (org-html-level-start): Insert the target aliases as additional
770f39cf
CD
16526 anchors.
16527
16528 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
16529 picture area.
16530
165312008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16532
16533 * org.el (org-open-at-mouse): Ensure correct link abbreviations
16534 when following a link with the mouse from the agenda.
16535
16536 * org-exp.el (org-export-as-html): Avoid lone </div> when no
16537 headlines are created.
16538
165392008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16540
16541 * org.el (org-link-translation-function): New option.
16542 (org-open-at-point): Call `org-link-translation-function' if
16543 non-nil.
16544 (org-translate-link): New function.
16545 (org-translate-link-from-planner): New function.
16546 (org-open-at-point): Allow interactive commands in elisp links.
16547
16548 * org-exp.el (org-icalendar-cleanup-string): Restore the old
16549 iCalendar quoting. The new one seems to caus problems with
16550 applications.
16551
16552 * org.el (org-yank): Set `this-command' to `yank', so that
16553 `yank-pop' will work.
16554
165552008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16556
16557 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
16558 compliance as far as quoting is concerned.
16559
16560 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
16561 hexified version of the tag.
16562
16563 * org-vm.el (org-vm-follow-link): Require `vm-search'.
16564
4d789d84
SM
16565 * org.el (org-up-heading-safe, org-forward-same-level):
16566 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
770f39cf
CD
16567 (org-back-to-heading): New wrapper around outline-back-to-heading,
16568 with a useful error message telling where the error happened.
16569
16570 * org-list.el (org-update-checkbox-count): Always call
16571 `org-back-to-heading' instead of `outline-back-to-heading'.
16572
16573 * org-exp.el (org-export-as-html): Make sure that each <img> tag
16574 has an `alt' attribute, to ensure XHTML validation.
16575
165762008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16577
16578 * org-publish.el (org-publish-attachment): Allow publishing to
16579 overwrite attachment files.
16580
16581 * org-agenda.el (org-agenda-timerange-leaders): New option.
16582 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
16583
16584 * org.el (org-edit-src-exit): Untabify ASCII image before
16585 returning.
16586
dcbfa92b
GM
165872008-11-19 Glenn Morris <rgm@gnu.org>
16588
16589 * org.el, org-mouse.el (org-agenda-change-all-lines):
16590 Fix declaration.
16591
0dade8aa
CD
165922008-11-18 Carsten Dominik <dominik@science.uva.nl>
16593
16594 * org.el ("speedbar"): Only show context if the file really is an
16595 org-mode buffer.
16596
062552e7
JB
165972008-11-17 Juanma Barranquero <lekktu@gmail.com>
16598
16599 * org.el (org-time-string-to-absolute, org-small-year-to-year)
16600 (org-tags-sparse-tree): Fix typos in docstrings.
16601
4389931e
CD
166022008-11-15 Carsten Dominik <dominik@science.uva.nl>
16603
d7dbaa7d 16604 * org-publish.el (org-publish-attachment): Allow copy-file to
4389931e
CD
16605 overwrite files.
16606
2cc7988b
GM
166072008-11-13 Glenn Morris <rgm@gnu.org>
16608
16609 * org-agenda.el (org-get-closed): Fix alias.
16610
7173f311 166112008-11-12 Juanma Barranquero <lekktu@gmail.com>
fb8df73b 16612
7173f311 16613 * org.el (org-link-escape): Fix typo in docstring.
fb8df73b
CD
16614
166152008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16616
16617 * org.el (org-yank): Make any prefix force normal yanking.
16618 Suppress folding if text would be swallowed into a folded
16619 subtree.
16620 (org-yank-folded-subtrees, org-yank): Docstring updates.
16621
16622 * org-agenda.el (org-agenda-compare-effort): Treat no effort
16623 defined as 0.
16624
16625 * org-exp.el (org-export-language-setup): Add Catalan and
16626 Esperanto language entries.
16627
166282008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16629
16630 * org.el (org-refile): Allow refiling of entire regions.
16631
16632 * org-clock.el (org-clock-time%): New function.
16633
16634 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
16635 retrieve property values.
16636
166372008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16638
16639 * org-agenda.el (org-agenda-list): Handle the value `only' of
16640 org-agenda-show-log'.
16641 (org-agenda-log-mode): Interpret a double prefix arg.
16642
166432008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16644
16645 * org-exp.el (org-export-html-footnotes-section): New variable.
16646 (org-export-as-html): Use `org-export-html-footnotes-section' to
16647 insert the footnotes.
16648 (org-export-language-setup): Add "Footnotes" to language words.
16649
166502008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16651
16652 * org.el (org-yank): Fix bug when not inserting a subtree.
16653
166542008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16655
16656 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
16657 instead of `vm-beginning-of-message'.
16658
16659 * org.el (org-make-link-regexps): Make sure that links to gnus can
16660 contain brackets.
16661
166622008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16663
16664 * org-attach.el (org-attach-dir): Remove duplicate ID creation
16665 code.
16666
16667 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
16668 shell output.
16669
16670 * org.el (org-link-abbrev-alist): Improve customization type.
16671
4d789d84
SM
16672 * org-attach.el (org-attach-expand-link, org-attach-expand):
16673 New functions.
fb8df73b 16674
3e344045 16675 * org-agenda.el (org-agenda-get-progress): Rename from
fb8df73b
CD
16676 `org-get-closed'. Implement searching for state changes as well.
16677 (org-agenda-log-mode-items): New option.
16678 (org-agenda-log-mode): New option prefix argument, interpreted as
16679 request to show all possible progress info.
16680 (org-agenda-get-day-entries): Call `org-get-progress' instead of
16681 `org-get-closed'.
16682 (org-agenda-set-mode-name): Handle the more complex log mode
16683 settings.
16684 (org-get-closed): New alias, pointing to `org-get-progress'.
16685
166862008-11-12 Carsten Dominik <dominik@science.uva.nl>
16687
16688 * org.el (org-file-apps-defaults-gnu)
16689 (org-file-apps-defaults-macosx)
16690 (org-file-apps-defaults-windowsnt): Add an entry defining the
16691 system command.
16692 (org-file-apps): Allow `system' as key and value.
16693 (org-open-at-point): Explain the effect of a double prefix arg.
16694 (org-open-file): If the argument `in-emacs' is (16),
16695 i.e. corresponding to a double prefix argument, try to open the
16696 file externally.
16697
166982008-11-12 Carsten Dominik <dominik@science.uva.nl>
16699
16700 * org.el (org-insert-link): Abbreviate absolute files names in
16701 links. Also, fix a bug in which the double C-u prefix would not
16702 be honored.
16703
167042008-11-12 Carsten Dominik <dominik@science.uva.nl>
16705
16706 * org.el (org-insert-heading): If buffer does not end with a
16707 newline, add one if necessary to insert headline correctly.
16708
16709 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
16710 paragraphs, not inside.
16711
4d789d84
SM
16712 * org.el (org-todo):
16713 Quote `org-agenda-headline-snapshot-before-repeat'.
fb8df73b
CD
16714
16715 * org-exp.el (org-export-as-html): Fully process link descriptions.
16716 (org-export-html-format-desc): New function.
16717 (org-export-as-html): Collect footnotes into the correct basket.
16718 (org-html-protect): No longer protect quotations marks here, this
16719 goes wrong.
16720
16721 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
16722 BEG.
16723
16724 * org-compat.el (org-fit-window-to-buffer): New function (not
16725 really, a preliminary and incomplete version was present earlier,
16726 but not used).
16727
4d789d84
SM
16728 * org.el (org-fast-todo-selection, org-fast-tag-selection):
16729 Use `org-fit-window-to-buffer'.
fb8df73b
CD
16730
16731 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
16732
16733 * org-agenda.el (org-agenda-get-restriction-and-command)
4d789d84
SM
16734 (org-fit-agenda-window, org-agenda-convert-date):
16735 Use `org-fit-window-to-buffer'.
fb8df73b
CD
16736
16737 * org-exp.el (org-export-as-html): Process href links through
16738 `org-export-html-format-href'.
16739 (org-export-html-format-href): New function.
16740
16741 * org-agenda.el (org-agenda-todo): Update only the current
16742 headline if this is a repeated TODO, marked done for today.
16743 (org-agenda-change-all-lines): New argument JUST-THIS, to change
16744 only the current line.
16745
16746 * org.el (org-todo): Take a snapshot of the headline if the
16747 repeater might change it.
16748
167492008-11-12 Carsten Dominik <dominik@science.uva.nl>
16750
16751 * org-publish.el (org-publish-find-title): Remove buffers visited
16752 only for extracting the title.
16753
16754 * org-exp.el (org-export-html-style)
16755 (org-export-html-style-default): Mark style definitions as
16756 unparsed CDATA.
16757
4d789d84
SM
16758 * org-publish.el (org-publish-validate-link):
16759 Function re-introduced.
fb8df73b
CD
16760
167612008-11-12 Charles Sebold <csebold@gmail.com>
16762
16763 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
16764 property.
16765 (org-plot-quote-timestamp-field): New function.
16766 (org-plot-quote-tsv-field): Call timestamp field function when
16767 necessary rather than just quoting as a string.
16768 (org-plot/gnuplot-to-data): Pass in timefmt property.
16769 (org-plot/gnuplot-script): Supports timefmt property.
16770 (org-plot/gnuplot): Checks for timestamp column before checking
16771 for text index column.
16772
167732008-11-12 Carsten Dominik <dominik@science.uva.nl>
16774
16775 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
16776
16777 * org-publish.el (org-publish-org-index): Create a section in the
16778 index file.
16779 (org-publish-org-index): Stop linking to directories.
16780
16781 * org.el (org-emphasis-alist): Use span instead of <u> to
16782 underline text.
16783
16784 * org-exp.el (org-export-as-html): Make sure <p> is closed before
16785 <pre> sections.
16786
167872008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
16788
16789 * org-jsinfo.el (org-infojs-template): Remove language attribute
16790 from script tag.
16791
167922008-11-12 Carsten Dominik <dominik@science.uva.nl>
16793
16794 * org-agenda.el (org-agenda-remove-marked-text): New function.
16795 (org-agenda-mark-filtered-text)
16796 (org-agenda-unmark-filtered-text): New functions.
a628ad9d 16797 (org-write-agenda): Remove filtered text.
fb8df73b
CD
16798
16799 * org.el (org-make-tags-matcher): Give access to TODO "property"
16800 without speed penalty.
16801
168022008-11-12 Carsten Dominik <dominik@science.uva.nl>
16803
16804 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
16805 option.
16806 (org-store-link-props): Make sure adding to the plist works
16807 correctly.
16808
16809 * org-gnus.el (org-gnus-no-new-news): New function.
16810 (org-gnus-follow-link): Allow the article ID to be a message-id,
16811 in addition to allowing article numbers. Message IDs make much
16812 more roubust links.
16813 (org-gnus-store-link): Use message-id to create link.
16814
168152008-11-12 Carsten Dominik <dominik@science.uva.nl>
16816
16817 * org.el (org-emphasize): Reverse the selection array.
16818 (org-emphasis-alist): Set <code> tags for the verbatim
16819 environment.
16820
16821 * org-remember.el (org-remember-handler): Fix bug with
16822 prefix-related changing of the note storage target.
16823
16824 * org-exp.el (org-print-icalendar-entries): Make the exported
16825 priorities compatible with RFC 2445.
16826
16827 * org-clock.el (org-clock-save): Insert time stamp without
16828 dependence on time-stamp.el.
16829
168302008-11-12 Carsten Dominik <dominik@science.uva.nl>
16831
16832 * org.el ("saveplace"): If saveplace puts point into an invisible
16833 location, make it visible.
16834 (org-make-tags-matcher): Allow inactive time stamps in time
16835 comparisons.
16836 (org-yank-adjusted-subtrees): New option.
16837 (org-yank): Incorporate adjusting trees.
16838 (org-paste-subtree): New argument FOR-YANK which will cause
16839 insertion at point without backing up over white lines, and leave
16840 point at the end of the inserted text. Also if the cursor is
16841 at the beginning of a headline, use the same level or the inserted
16842 tree.
16843
16844 * org-publish.el (org-publish-get-base-files-1): Deal correctly
8bdd66dc 16845 with broken symlinks.
fb8df73b
CD
16846
168472008-11-12 Carsten Dominik <dominik@science.uva.nl>
16848
16849 * org-exp.el (org-export-select-tags, org-get-current-options):
16850 Fix typo.
16851
ed08ccb4
GM
168522008-11-06 Glenn Morris <rgm@gnu.org>
16853
49ace7fb
GM
16854 * org-publish.el (org-publish-attachment): Use copy-file rather than
16855 eshell/cp.
ed08ccb4 16856
40ac2137
JB
168572008-11-04 Juanma Barranquero <lekktu@gmail.com>
16858
16859 * org.el (org-columns-modify-value-for-display-function):
16860 * org-table.el (org-table-convert-region): Fix typos in docstrings.
16861
9fc10007
GM
168622008-10-28 Glenn Morris <rgm@gnu.org>
16863
16864 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
16865
16866 * org-list.el (outline-next-heading, outline-back-to-heading):
16867 Fix declarations.
16868
71d35b24
CD
168692008-10-26 Carsten Dominik <dominik@science.uva.nl>
16870
16871 * org-agenda.el (org-format-agenda-item)
16872 (org-agenda-filter-make-matcher): Make sure tags are stored and
9b8ba1e5 16873 compared downcased.
71d35b24
CD
16874
168752008-10-26 Carsten Dominik <dominik@science.uva.nl>
16876
16877 * org.el (org-insert-todo-heading): Fix bug with force-heading
16878 argument.
16879
168802008-10-26 Carsten Dominik <dominik@science.uva.nl>
16881
16882 * org-exp.el (org-export-as-ascii): Handle the case that we are
16883 bulishing from an indirect buffer.
16884
16885 * org-table.el (org-table-copy-down): Fix bug with time stamp
16886 increment.
16887
16888 * org-mouse.el (org-mouse-features): New option.
16889 (org-mode-hook): Turn on features depending on
16890 `org-mouse-features'.
16891
16892 * org.el (org-insert-heading-respect-content): Force heading
16893 creation.
a628ad9d 16894 (org-insert-heading): Keep the folding state of the heading before
71d35b24
CD
16895 the inserted one.
16896
168972008-10-26 Carsten Dominik <dominik@science.uva.nl>
16898
16899 * org-archive.el (org-archive-to-archive-sibling): Handle top
16900 level headlines better.
16901
169022008-10-26 Bastien Guerry <bzg@altern.org>
16903
4d789d84
SM
16904 * org-export-latex.el (org-export-latex-classes):
16905 Add \usepackage{graphicx} to the default list of packages.
71d35b24
CD
16906
169072008-10-26 Carsten Dominik <dominik@science.uva.nl>
16908
3e344045 16909 * org-agenda.el (org-agenda-filter): Rename from
71d35b24
CD
16910 `org-agenda-filter-tags'.
16911
169122008-10-26 Carsten Dominik <dominik@science.uva.nl>
16913
16914 * org.el (org-entry-properties): Add CATEGORY property, iven if it
16915 is not defined as a property in this entry.
16916 (org-add-log-note): Mask prefix argument when immediately storing
16917 the note.
16918
4d789d84
SM
16919 * org-agenda.el (org-agenda-filter-effort-default-operator):
16920 New option.
71d35b24
CD
16921
169222008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
16923
16924 * org.el (org-add-log-setup): Bugfix; code to find insertion point
16925 after drawers was skipping ahead one line too many, so notes were
16926 inserted after the first note instead of before it.
16927
169282008-10-26 Carsten Dominik <dominik@science.uva.nl>
16929
01c35094 16930 * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
71d35b24
CD
16931 New variables.
16932 (org-prepare-agenda): Reset the filter tags.
16933 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
16934 Show filter tags in mode line.
16935
16936 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
16937 formatter.
16938
16939 * org-export-latex.el (org-latex-entities-regexp): New constant.
16940 (org-export-as-pdf): Use two calls to `shell-command'.
16941
169422008-10-26 Carsten Dominik <dominik@science.uva.nl>
16943
16944 * org-export-latex.el (org-export-latex-treat-sub-super-char):
16945 Honor the {} value of the subsuperscript setting. Make sure that
16946 longer subsuperscripts are typeset in a roman font.
16947
16948 * org.el (org-clock-update-time-maybe): Compute negative clock
16949 intervals correctly.
16950
169512008-10-26 Carsten Dominik <dominik@science.uva.nl>
16952
4d789d84
SM
16953 * org.el (org-add-log-setup):
16954 Respect `org-log-state-notes-insert-after-drawers'.
71d35b24
CD
16955 (org-log-state-notes-insert-after-drawers): New option.
16956 (org-todo-trigger-tag-changes): New function.
16957 (org-todo): Call `org-todo-trigger-tag-changes'.
16958
169592008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
16960
88dbda51 16961 * org.el (org-add-log-setup): Only skip drawers if they are
71d35b24
CD
16962 immediately after the scheduling keywords.
16963
16964 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
c4cc8b9a 16965 function.
71d35b24
CD
16966 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
16967 call it with the current todo state to get the state to switch to
16968 when clocking in.
16969 (org-clock-in): Use org-indent-line-function to indent clock lines.
16970 (org-clock-find-position): Fix indentation of empty clock drawers.
16971
169722008-10-26 Carsten Dominik <dominik@science.uva.nl>
16973
16974 * org-publish.el (org-publish-org-to): Handle case when
16975 org-export-to-pdf does return a file name, not a buffer.
16976 (org-publish-org-to-pdf): New function.
16977
16978 * org-export-latex.el (org-export-as-pdf)
16979 (org-export-as-pdf-and-open): New commands.
16980
16981 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
16982 forms as ranges.
16983
16984 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
16985 things in protexted regions.
16986
169872008-10-26 Carsten Dominik <dominik@science.uva.nl>
16988
4d789d84
SM
16989 * org-export-latex.el (org-export-latex-preprocess):
16990 Improve quoting of LaTeX environments.
71d35b24 16991
34767325
EZ
169922008-10-19 Eli Zaretskii <eliz@gnu.org>
16993
646bcdd7
GM
16994 * org.el (org-default-notes-file):
16995 * org-publish.el (org-publish-timestamp-directory):
34767325
EZ
16996 * org-id.el (org-id-locations-file): Run file names that begin
16997 with a period thru `convert-standard-filename'.
16998
a3c1e192
CD
169992008-10-12 Carsten Dominik <dominik@science.uva.nl>
17000
17001 * org-plot.el: Switch coding system to unix.
17002
646bcdd7
GM
170032008-10-12 John Wiegley <johnw@newartisans.com>
17004
17005 * org-attach.el: New file.
17006
621f83e4
CD
170072008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
17008
17009 * org.el (org-edit-fixed-width-region): Exclude final newline from
17010 picture area.
17011
17012 * org-export-latex.el (org-export-latex-subcontent): Add labels to
17013 sections, to make internal links work.
17014 (org-export-latex-fontify-headline): Do not remove all text
17015 properties, to make sure that target properties survive this
17016 process.
17017
17018 * org-exp.el (org-export-preprocess-string): Change sequence of
17019 modifications, to make sure links are prepared before the LaTeX
17020 conversions do happen.
17021
3e344045 17022 * org-attach.el (org-attach-delete-all): Rename from
621f83e4
CD
17023 `org-attch-delete'. Add a security query before deleting the
17024 entire directory. New optional argument FORCE can overrule the
17025 security query.
17026 (org-attach-delete-one): New command.
17027
17028 * org-attach.el (org-attach-file-list): Fix bug with directory.
17029
17030 * org.el (org-apps-regexp-alist): New function.
17031 (org-file-apps): Add auto-mode to the default value.
17032 (org-open-file): Use the new structure of org-file-apps.
17033
17034 * org-attach.el (org-attach): Support the new keys.
17035 (org-attach-method): New option.
17036
17037 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
17038 March.
17039
17040 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
17041 of the list value o `org-use-tag-inheritance'.
17042
17043 * org-attach.el (org-attach-auto-tag): New option.
17044 (org-attach-tag, org-attach-untag): New functions.
4d789d84
SM
17045 (org-attach-attach, org-attach-new, org-attach-sync):
17046 Call `org-attach-tag'.
621f83e4
CD
17047 (org-attach-delete): Call `org-attach-untag'.
17048
621f83e4
CD
17049 * org-table.el (orgtbl-self-insert-command): Make this work for
17050 the keypad as well.
17051
17052 * org.el (org-add-log-setup): Limit searc for drawers to entry
17053 text, not to subtree.
17054
17055 * org-clock.el (org-clock-heading-for-remember): New variable.
17056 (org-clock-in): Set `org-clock-heading-for-remember'.
17057
f44d8669 170582008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
621f83e4
CD
17059
17060 * org-remember.el (org-remember-apply-template): Add new
17061 expansions: %k, %K for currently clocked task and a link to the
17062 currently clocked task, and %< to file notes in the currently
17063 clocked task.
17064
170652008-10-12 Carsten Dominik <dominik@science.uva.nl>
17066
17067 * org-export-latex.el (org-export-latex-make-header): Also insert
17068 the content of the property :latex-header-extra.
17069
17070 * org-exp.el (org-infile-export-plist): Put the content of
17071 #+LATEX_HEADER: into the property :latex-header-extra.
17072
4d789d84
SM
17073 * org-colview.el (org-columns-get-format-and-top-level):
17074 Remove resetting the marker.
621f83e4
CD
17075
17076 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
17077 Remove resetting the marker.
17078
17079 * org.el (org-entry-property-inherited-from): Improve docstring.
17080 (org-entry-get-with-inheritance): Reset marker before starting the
17081 search.
17082
17083 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
17084
17085 * org.el (org-entry-get-multivalued-property)
4d789d84
SM
17086 (org-entry-protect-space, org-entry-restore-space):
17087 New functions.
7877f373 17088 (org-file-apps-defaults-macosx): Let PostScript files be opened by
621f83e4
CD
17089 preview.
17090 (org-time-stamp-inactive): Call `org-time-stamp'.
cd1181db 17091 (org-time-stamp): New argument `inactive'. Also edit inactive
f924a367 17092 stamps. Convert time stamp type.
621f83e4
CD
17093 (org-open-file): Interpret the `default' value for the `command'
17094 in `org-file-apps'.
17095
17096 * org-id.el (org-id-int-to-b36-one-digit)
17097 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3e344045 17098 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
621f83e4
CD
17099 b36.
17100
17101 * org-id.el (org-id-reverse-string): New function.
17102 (org-id-new): Use `org-id-reverse-string' to make sure the
17103 beginning chars of the ID are mutating fast. This allows to use a
17104 directory structure to spread things better.
3e344045 17105 (org-id-prefix): Change default to nil.
621f83e4
CD
17106
17107 * org-list.el (org-move-item-down, org-move-item-up): Remember and
17108 restore the column of the cursor position.
17109
17110 * org-remember.el (org-remember-apply-template): Remove properties
17111 from `initial'.
17112
17113 * org-wl.el (org-wl-open): Remove useless call to
17114 `wl-thread-open-all'.
17115
17116 * org-remember.el (org-remember-handler): Fix bug with `bottom'
17117 location.
17118
17119 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
17120 `org-bbdb-anniversaries'.
17121
4d789d84
SM
17122 * org.el (org-get-next-sibling, org-forward-same-level):
17123 New functions, similar to the outline versions, but invisible headings
621f83e4
CD
17124 are OK.
17125
171262008-10-12 Bastien Guerry <bzg@altern.org>
17127
17128 * org.el (org-auto-repeat-maybe): Insert a space between
17129 the timestamp's type and the timestamp itself.
17130
171312008-10-12 Carsten Dominik <dominik@science.uva.nl>
17132
17133 * org-table.el (org-table-sum): Do not format the result with %g,
17134 it does rounding when there are too many digits.
17135
17136 * org.el (org-map-entries): Protect the keyword-selecting variables.
17137
171382008-10-12 Bastien Guerry <bzg@altern.org>
17139
17140 * org-agenda.el (org-agenda-to-appt): Make sure the function check
17141 against all agenda files.
17142
171432008-10-12 Carsten Dominik <dominik@science.uva.nl>
646bcdd7 17144 Bastien Guerry <bzg@altern.org>
621f83e4
CD
17145
17146 * org-list.el: New file, aggregating list functions from org.el
17147 and org-export-latex.el.
17148
646bcdd7
GM
171492008-10-12 Carsten Dominik <dominik@science.uva.nl>
17150
621f83e4
CD
17151 * org.el (org-edit-src-region-extra): New option.
17152
17153 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
17154 time before 1am.
17155
171562008-10-12 Bastien Guerry <bzg@altern.org>
17157
17158 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
17159
f44d8669 171602008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
621f83e4
CD
17161
17162 * org-plot.el (org-plot/gnuplot): Make tables starting with a
17163 hline work correctly.
17164 (org-plot/gnuplot-script): Put commas at the end of each script
17165 line.
17166
17167 * org.el (org-get-refile-targets): Replace links with their
c4cc8b9a 17168 descriptions.
621f83e4
CD
17169 (org-imenu-get-tree): Replace links with their descriptions.
17170
17171 * org-remember.el (org-remember-apply-template): Add a new
17172 expansion for adding properties to remember items.
17173
17174 * org.el (org-add-log-setup): Skip over drawers (properties,
17175 clocks etc) when adding notes.
17176
a628ad9d 17177 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
621f83e4
CD
17178 items as well as the start and end times.
17179
17180 * org-compat.el (org-get-x-clipboard-compat): Add a compat
17181 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
17182
17183 * org-remember.el (org-get-x-clipboard): Use the compat
17184 function to get clipboard values when x-selection-value is
f924a367 17185 unavailable. Use substring-no-properties instead of
621f83e4
CD
17186 set-text-properties to remove text properties from the clipboard
17187 value.
17188
76e3243a 17189 * org-clock.el (org-update-mode-line): Support limiting the
621f83e4 17190 modeline clock string, and display the full todo value in the
f924a367 17191 tooltip. Set a local keymap so mouse-3 on the clock string goes to
621f83e4
CD
17192 the currently clocked task.
17193 (org-clock-string-limit): Add a custom value for the maximum
17194 length of the clock string in the modeline.
8bdd66dc 17195 (org-clock-mode-map): Add a keymap for the modeline string.
621f83e4
CD
17196
171972008-10-12 Carsten Dominik <dominik@science.uva.nl>
17198
17199 * org-compat.el (org-propertize): New function.
17200
172012008-10-12 Bastien Guerry <bzg@altern.org>
17202
a628ad9d 17203 * org-export-latex.el (org-export-latex-tables): Protect exported
621f83e4
CD
17204 tables from further special chars conversion.
17205 (org-export-latex-preprocess): Preserve LaTeX environments.
17206 (org-list-parse-list): Parse descriptive lists.
17207 (org-list-to-generic, org-list-to-latex, org-list-to-html)
17208 (org-list-to-texinfo): Export descriptive lists.
17209 (org-quote-chars): Remove.
17210 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
17211 (org-export-latex-list-beginning-re): Rename to
c4cc8b9a 17212 `org-list-beginning-re'.
8bdd66dc 17213 (org-list-item-begin): Rename to `org-list-item-beginning'.
621f83e4 17214
646bcdd7
GM
172152008-10-12 Eric Schulte <schulte.eric@gmail.com>
17216
17217 * org-plot.el: New file.
17218
621f83e4
CD
172192008-10-12 Carsten Dominik <dominik@science.uva.nl>
17220
17221 * org.el (org-refile): Allow refiling to the last entry in the
17222 buffer.
17223 (org-get-tags-at): Fix bug when inheritance is turned off.
17224
17225 * org.el (org-indent-line-function): No longer check for src
17226 regions, this is too much overhead.
17227
17228 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
17229 matching.
17230
17231 * org.el (org-scan-tags): Make sure that tags matching is not case
17232 sensitive. TODO keyword matching is case sensitive, however, to
17233 avoid confusion with similar words that are not meant to be
17234 keywords.
17235
17236 * org.el (org-get-local-tags-at): New function.
17237 (org-get-local-tags): New function.
17238
17239 * org-exp.el (org-export-get-categories): New function.
17240
17241 * org-agenda.el (org-sorting-choice)
17242 (org-agenda-sorting-strategy, org-agenda-get-todos)
17243 (org-agenda-get-timestamps, org-agenda-get-deadlines)
17244 (org-agenda-get-scheduled, org-agenda-get-blocks)
17245 (org-entries-lessp): Implement sorting by TODO state.
17246 (org-cmp-todo-state): New defsubst.
17247
4d789d84
SM
17248 * org-colview.el (org-colview-construct-allowed-dates):
17249 New function.
17250 (org-columns-next-allowed-value):
17251 Use `org-colview-construct-allowed-dates'.
621f83e4 17252
4d789d84
SM
17253 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
17254 New function.
17255 (org-columns-next-allowed-value):
17256 Use `org-colview-construct-allowed-dates'.
621f83e4
CD
17257
17258 * org.el (org-protect-slash): New function.
17259 (org-get-refile-targets): Use `org-protect-slash'.
17260
17261 * org-agenda.el (org-global-tags-completion-table): New variable.
17262
17263 * org-exp.el (org-export-handle-export-tags): New function.
4d789d84
SM
17264 (org-export-preprocess-string):
17265 Call `org-export-handle-export-tags'.
621f83e4 17266
621f83e4
CD
17267 * org-publish.el (org-publish-expand-components): Function removed.
17268 (org-publish-expand-projects): Allow components to have components.
17269
17270 * org.el (org-indent-line-function): Do not indent in regions that
17271 are external source code.
17272 (org-yank-and-fold-if-subtree): New function.
17273
17274 * org-agenda.el (org-agenda-todayp): New function.
4d789d84
SM
17275 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17276 Use `org-agenda-todayp'.
621f83e4
CD
17277
17278 * org.el (org-insert-heading-respect-content)
17279 (org-insert-todo-heading-respect-content): New commands.
17280 (org-insert-heading-respect-content): New option.
17281 (org-insert-heading): Respect `org-insert-heading-respect-content'.
17282
17283 * org-clock.el (org-clock-find-position): Make sure the note after
17284 the clock line gets moved into the new clock drawer.
17285
17286 * org-id.el (org-id-new): New option.
17287
17288 * org-table.el (org-table-copy-down): Avoid overflow during
17289 increment. Use prefix argument 0 to temporarily disable the
17290 increment.
17291
17292 * org-exp.el (org-export-as-html): Do not turn on the major mode
17293 if the buffer will be killed anyway.
17294 (org-get-current-options): Exclude the #+TEXT field.
17295 (org-export-as-html): Make sure text before the first headline is
17296 a paragraph.
17297
17298 * org-publish.el (org-publish-org-to): Tell the exporter that this
17299 buffer will be killed, so it is not necessary to do major mode
17300 initialization.
17301
17302 * org-archive.el (org-archive-to-archive-sibling): Show empty
17303 lines after folding the archive sibling.
17304
17305 * org.el (org-log-note-extra): New variable.
17306
173072008-10-12 Bastien Guerry <bzg@altern.org>
17308
3e344045 17309 * org.el (org-additional-option-like-keywords): Add keywords for
621f83e4
CD
17310 the _QUOTE, _VERSE and _SRC environments.
17311
17312 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
17313 exporting _QUOTE and _VERSE environments.
17314
173152008-10-12 Carsten Dominik <dominik@science.uva.nl>
17316
17317 * org-agenda.el (org-agenda-filter-by-tag): New command.
17318
17319 * org-exp.el (org-get-current-options): Remove angular brackets
17320 from the date entry.
17321
17322 * org.el (org-edit-fixed-width-region): New function.
17323 (org-edit-fixed-width-region): Also try
17324 `org-edit-fixed-width-region'.
17325 (org-edit-fixed-width-region-mode): New option.
c7015153 17326 (org-activate-code): Only interpret lines starting with colon
621f83e4
CD
17327 plus a space as example lines.
17328
17329 * org-remember.el (org-remember-templates): Add nil instead of
17330 empty strings to fix the length of remember templates.
17331
17332 * org-table.el (org-calc-default-modes): Fix the time format for
17333 calc, from 12 hour to 24 hour clock.
17334
17335 * org-agenda.el (org-agenda-get-deadlines)
17336 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
17337 entries that are pre-warnings of deadlines or reminders.
17338
17339 * org.el (org-sort-entries-or-items): Make numeric and alpha
17340 comparisons ignore any TODO keyword and priority cookie.
17341
17342 * org-remember.el (org-remember-handler): Reinterpretation of the
17343 prefix argument.
17344
17345 * org-agenda.el (org-agenda-get-scheduled): Use new
17346 `org-scheduled' face.
17347
17348 * org-faces.el (org-scheduled): New face.
17349
17350 * org-wl.el (org-wl-open): Remove incorrect declaration.
17351
17352 * org-gnus.el (org-gnus-store-link): Support for :to information
17353 in gnus links.
17354
3e344045 17355 * org-exp.el (org-export-as-html): Fix typo in creator
621f83e4
CD
17356 information.
17357 (org-export-protect-examples): New parameter indent. Insert extra
17358 spaces only when this parameter is specified.
17359 (org-export-preprocess-string): Call `org-export-protect-examples'
17360 with an indentation parameter when exporting to ASCII.
17361
17362 * org-remember.el (org-remember-templates)
17363 (org-remember-apply-template): Allow the file component to be a
17364 function.
17365
3e344045 17366 * org.el (org-goto-local-search-headings): Rename from
621f83e4
CD
17367 `org-goto-local-search-forward-headings'. Added the possibility
17368 to search backwards.
17369
17370 * org-export-latex.el (org-export-latex): New customization
17371 group.
17372
17373 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
17374
17375 * org-exp.el (org-html-do-expand): Allow {} to terminate
8bdd66dc 17376 tex macro.
621f83e4
CD
17377
17378 * org.el (org-buffer-list): Select buffers based on major mode,
17379 not on file name.
17380
17381 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
17382 face property.
17383
4d789d84
SM
17384 * org-colview.el (org-columns-display-here):
17385 Use `org-columns-modify-value-for-display-function'.
621f83e4 17386
4d789d84
SM
17387 * org-colview-xemacs.el (org-columns-display-here):
17388 Use `org-columns-modify-value-for-display-function'.
621f83e4
CD
17389
17390 * org.el (org-columns-modify-value-for-display-function): New option.
17391
621f83e4
CD
17392 * org-publish.el (org-publish-file): Make sure the directory match
17393 for the publishing directory works correctly.
17394
17395 * org-agenda.el (org-agenda-execute-calendar-command)
17396 (org-agenda-diary-entry): Additional optional argument.
17397
173982008-07-24 Carsten Dominik <dominik@science.uva.nl>
17399
17400 * org-exp.el (org-export-as-html): Add attributes also in mailto
17401 and ftp links.
17402
17403 * org.el (org-autoload): Add `org-dblock-write:columnview'.
17404
79e43d6e
GM
174052008-08-11 Glenn Morris <rgm@gnu.org>
17406
17407 * org-mac-message.el (do-applescript): Fix declaration.
17408
5c94b31c
GM
174092008-08-10 Glenn Morris <rgm@gnu.org>
17410
17411 * org-exp.el (org-export-as-html): Let-bind `i'.
17412
17413 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
17414 (org-extract-attributes): Let-bind `key', `value'.
17415 (org-make-tags-matcher): Let-bind `time-p'.
17416
0eafa5a7
CD
174172008-07-27 Carsten Dominik <dominik@science.uva.nl>
17418
17419 * org-install.el: New file.
17420
ad9c4a78
CD
174212008-07-26 Carsten Dominik <dominik@science.uva.nl>
17422
17423 * org-exp.el (org-export-html-style)
17424 (org-export-html-style-extra): Declare as safe-local-variable.
17425
0627c265
CD
174262008-07-25 Carsten Dominik <dominik@science.uva.nl>
17427
17428 * org-publish.el (org-publish-file): Use the true name of the
17429 file.
17430
17431 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
17432 instead of :style.
17433
17434 * org-exp.el (org-export-plist-vars)
17435 (org-export-add-options-to-plist): Handle creator setting flag.
17436 (org-export-as-html): Handle attributes also for ftp and mailto
17437 links.
17438
17439 * org-agenda.el (org-agenda-diary-entry)
17440 (org-agenda-execute-calendar-command): Cater for the second
17441 argument of `calendar-cursor-to-date'.
17442
2c3ad40d
CD
174432008-07-24 Carsten Dominik <dominik@science.uva.nl>
17444
4d789d84
SM
17445 * org-exp.el (org-export-region-as-html, org-export-as-html):
17446 Make sure that calls from `org-export-region-as-html' do not do the
2c3ad40d
CD
17447 special check for a subtree.
17448
17449 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
17450
4d789d84
SM
17451 * org.el (org-open-file):
17452 Use `org-open-directory-means-index-dot-org'.
2c3ad40d
CD
17453 (org-open-directory-means-index-dot-org): New option.
17454
17455 * org.el (org-make-link-string): Remove link attributes from
17456 description.
10d1d0af 17457 (org-open-at-point): Remove link attributes before using the path.
2c3ad40d
CD
17458
17459 * org-exp.el (org-export-as-html): Handle link attributes.
17460
17461 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
17462
17463 * org-table.el (org-table-to-lisp): New function.
17464
17465 * org.el (org-narrow-to-subtree): Do not include the final newline
17466 into the narrowed region.
17467
4d789d84
SM
17468 * org-agenda.el (org-agenda-custom-commands-local-options):
17469 Fix bug with user-define skipping condition.
2c3ad40d 17470
3e344045 17471 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
2c3ad40d
CD
17472
17473 * org-exp.el (org-export-html-style-default): Automatic overflow
17474 handling for pre fields.
17475 (org-export-as-ascii, org-export-as-html): Change default format
17476 for time stamp.
17477
17478 * org-table.el (org-table-export): Offer completion for translator
17479 functions, and do not require a heading above the table.
17480
17481 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
17482 Cater for the case of a list starting in the first line of the
17483 buffer.
17484
17485 * org-publish.el (org-publish-find-title): Bug fix.
17486 (org-publish-org-index): Implement new :index-style option.
17487
4d789d84
SM
17488 * org-publish.el (org-publish-timestamp-filename):
17489 Use SHA1-encoded file names in the timestamp directory.
2c3ad40d
CD
17490
17491 * org-publish.el (org-publish-needed-p): Be verbose about files
17492 published and files skipped.
17493
17494 * org-exp.el (org-export-preprocess-string): Swap link
10d1d0af 17495 normalization and internal link targeting.
2c3ad40d
CD
17496
17497 * org-publish.el (org-publish-needed-p): Create timestamp
17498 directory when it does not exist.
17499
17500 * org-clock.el (org-clock-out-when-done): Doc fix.
17501
17502 * org.el (org-agenda-skip-unavailable-files): Doc fix.
17503
17504 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
17505 Ignore case when searching for the COMMENT cookie at export time.
17506
17507 * org-exp.el (org-get-file-contents)
17508 (org-get-and-remove-property): New functions.
17509 (org-export-handle-include-files): Handle the new prefix options.
17510 (org-export-as-html): Fix the verse environment.
17511
17512 * org.el (org-time=, org-time<, org-time<=, org-time>)
17513 (org-time>=, org-time<>, org-2ft): New functions.
10d1d0af 17514 (org-op-to-function): Also provide for the time testing functions.
2c3ad40d
CD
17515
17516 * org-exp.el (org-export-html-style-default): New constant.
17517
17518 * org-exp.el (org-export-html-style-extra): New variable.
17519 (org-export-splice-style): New function.
17520
17521 * org-exp.el (org-export-plist-vars, org-export-as-html):
17522 Implement `org-export-creator-info'.
17523 (org-export-creator-info): New option.
17524
17525 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
17526 (org-property-drawer-re, org-clock-drawer-re): New constants.
17527
17528 * org-exp.el (org-icalendar-use-deadline)
17529 (org-icalendar-use-scheduled): New options.
17530 (org-icalendar-include-todo): Default changed to t.
17531 (org-print-icalendar-entries): Implement better utilization of
17532 scheduling and deadline time stamps.
17533 (org-export-target-internal-links, org-export-as-html): Allow file
17534 lines without the "file:" prefix if the file path is an absolute
17535 path or starts with ".".
17536
10d1d0af 17537 * org-clock.el (org-clocktable-shift): Also understand yesterday,
2c3ad40d 17538 lastweek etc.
10d1d0af 17539 (org-clock-special-range): Also understand yesterday, lastweek etc.
2c3ad40d
CD
17540
17541 * org.el (org-agenda-skip-archived-trees): Docstring now
17542 discourages using this.
17543 (org-scan-tags): Check for org-agenda-archives-mode.
17544 (org-map-entries): Make sure org-agenda-archives-mode is nil.
17545 (org-agenda-files): Functionality of second arg changed.
17546
c4cc8b9a 17547 * org-agenda.el (org-agenda-archives-mode): New variable.
2c3ad40d
CD
17548 (org-write-agenda, org-prepare-agenda, org-agenda-list)
17549 (org-search-view, org-todo-list, org-tags-view)
17550 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
17551 `ifmode' argument.
17552 (org-agenda-quit): Reset the archives mode.
17553 (org-agenda-archives-mode): New command.
17554 (org-agenda-set-mode-name): Include archives info.
17555
17556 * org.el (org-paste-subtree): Make sure the yanked headline is
17557 visible if it was yanked at a visible point.
17558 (org-move-item-up): Fix the bug with moving white space at the end
17559 of the item.
17560 (org-show-empty-lines-in-parent): New function.
17561
ff759a98
JL
175622008-07-19 Juri Linkov <juri@jurta.org>
17563
17564 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
17565 new keymap `narrow-map' instead of binding "\C-xns".
17566
cf7241c8
JB
175672008-07-02 Juanma Barranquero <lekktu@gmail.com>
17568
17569 * org.el (org-agenda-skip-unavailable-files):
17570 * org-clock.el (org-clock-out-when-done): Doc fixes.
17571
2530ae2a
GM
175722008-06-18 Glenn Morris <rgm@gnu.org>
17573
17574 * org.el (org-map-entries): Let-bind `file'.
17575
b349f79f
CD
175762008-06-17 Carsten Dominik <dominik@science.uva.nl>
17577
17578 * org-colview.el (org-columns-next-allowed-value): Bug fix.
17579
17580 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
17581
17582 * org-agenda.el (org-agenda-get-closed): Get the end time into the
17583 agenda prefix as well.
17584
17585 * org-publish.el (org-publish-org-index): Make a properly indented
17586 list.
17587
17588 * org.el (org-calendar-agenda-action-key): New option.
17589 (org-get-cursor-date): New function.
17590 (org-mark-entry-for-agenda-action): New command.
17591 (org-overriding-default-time): New variable.
17592 (org-read-date): Respect `org-overriding-default-time'.
17593
17594 * org-remember.el (org-remember-apply-template): Respect the
cf7241c8 17595 overriding default time.
b349f79f
CD
17596
17597 * org-agenda.el (org-agenda-action-marker): New variable.
17598 (org-agenda-action): New command.
17599 (org-agenda-do-action): New function.
17600
176012008-06-17 Carsten Dominik <dominik@science.uva.nl>
17602
17603 * org.el (org-schedule, org-deadline): Protect scheduled and
e4920bc9 17604 deadline tasks against changes that accidentally remove the
b349f79f
CD
17605 repeater. Also show a message with the new date when done.
17606
176072008-06-17 Carsten Dominik <dominik@science.uva.nl>
17608
17609 * org.el (org-beginning-of-line): Cater for the case when there
17610 are tags but no headline text.
17611 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
17612 it set.
17613
176142008-06-17 Carsten Dominik <dominik@science.uva.nl>
17615
17616 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
17617 the return value is nil instead of "nil" when there is no match.
17618
17619 * org-exp.el (org-insert-centered): Use fill-column instead of
17620 80.
17621 (org-export-as-ascii): Use string-width to measure the width of
17622 the heading.
17623
17624 * org.el (org-diary-to-ical-string): No longer kill buffer
17625 FROMBUF, this is now done by the caller.
17626
17627 * org-exp.el (org-print-icalendar-entries): Move the call to
17628 `org-diary-to-ical-string' out of the loop, and kill the buffer
17629 afterwords.
17630
4d789d84
SM
17631 * org-remember.el (org-remember-visit-immediately):
17632 Position cursor after moving to the note.
b349f79f
CD
17633 (org-remember-apply-template): Use a text property to record the
17634 cursor position.
17635 (org-remember-handler): Align tags after pasting the note.
17636
176372008-06-17 Carsten Dominik <dominik@science.uva.nl>
17638
17639 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
17640
17641 * org-agenda.el (org-agenda-open-link): If there is an
17642 org-bbdb-name property in the current line, jump to that bbdb
17643 entry.
17644
17645 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
17646 text property, so that the agenda knows where this entry comes
17647 from.
17648
3e344045 17649 * org-agenda.el (org-agenda-clock-in): Fix bug in the
b349f79f
CD
17650 interaction between clocking-in from the agenda, and automatic
17651 task state switching.
17652
10d1d0af 17653 * org-macs.el (org-with-point-at): Bug fix in macro definition.
b349f79f
CD
17654
17655 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
17656 zmacs-region stays after this command in XEmacs.
17657
176582008-06-17 Carsten Dominik <dominik@science.uva.nl>
17659
17660 * org.el (org-scan-tags): Allow new values for ACTION parameter.
17661
17662 * org-remember.el (org-remember-templates): Fix bug in
17663 customization type definition.
17664
17665 * org.el (org-map-entries): New function.
17666
176672008-06-17 Carsten Dominik <dominik@science.uva.nl>
17668
17669 * org-agenda.el (org-agenda-skip-comment-trees): New option.
17670 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
17671
176722008-06-17 Carsten Dominik <dominik@science.uva.nl>
17673
17674 * org-remember.el (org-jump-to-target-location): New variable.
4d789d84
SM
17675 (org-remember-apply-template):
17676 Set `org-remember-apply-template' if requested by template.
b349f79f
CD
17677 (org-remember-handler): Start an idle timer to jump to
17678 remember location.
17679
17680 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
17681
17682 * org.el (org-set-regexps-and-options): Fix bug with parsing of
17683 file tags.
17684 (org-get-tags-at): Add the content of `org-file-tags'.
17685
17686 * org-exp.el (org-export-handle-comments): Fix bug with several
17687 comment lines after each other.
17688 (org-number-to-roman, org-number-to-counter): New functions.
17689 (org-export-section-number-format): New option.
17690
176912008-06-17 Carsten Dominik <dominik@science.uva.nl>
17692
17693 * org-exp.el (org-export-protect-examples): Catch the case of a
17694 missing end_example line.
17695
17696 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
17697 `org-file-tags' to nil.
17698
17699 * org-colview.el (org-columns-next-allowed-value): Handle next
17700 argument NTH to directly select a value.
17701
17702 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
17703 argument NTH to directly select a value.
17704
177052008-06-17 Carsten Dominik <dominik@science.uva.nl>
17706
17707 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
17708
177092008-06-17 Carsten Dominik <dominik@science.uva.nl>
17710
17711 * org.el (org-columns-ellipses): New option.
17712
177132008-06-17 Carsten Dominik <dominik@science.uva.nl>
17714
17715 * org-colview.el (org-columns-add-ellipses): New function.
17716 (org-columns-compact-links): New function.
17717 (org-columns-cleanup-item): Call `org-columns-compact-links'.
17718 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
17719 when in agenda.
3e344045 17720 (org-columns-edit-value): Fix bug with editing values from
b349f79f
CD
17721 agenda column view.
17722 (org-columns-redo): Also redo the agenda itself.
17723
177242008-06-17 Carsten Dominik <dominik@science.uva.nl>
17725
4d789d84
SM
17726 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
17727 New option.
b349f79f
CD
17728
17729 * org-colview.el (org-agenda-columns-cleanup-item): New function.
17730
3e344045 17731 * org-exp.el (org-export-ascii-preprocess): Rename from
b349f79f
CD
17732 `org-export-ascii-clean-string'.
17733 (org-export-kill-licensed-text)
17734 (org-export-define-heading-targets)
17735 (org-export-handle-invisible-targets)
17736 (org-export-target-internal-links)
17737 (org-export-remove-or-extract-drawers)
17738 (org-export-remove-archived-trees)
17739 (org-export-protect-quoted-subtrees)
17740 (org-export-protect-verbatim, org-export-protect-examples)
17741 (org-export-select-backend-specific-text)
17742 (org-export-mark-blockquote-and-verse)
17743 (org-export-remove-comment-blocks-and-subtrees)
17744 (org-export-handle-comments, org-export-mark-radio-links)
17745 (org-export-remove-special-table-lines)
17746 (org-export-normalize-links)
17747 (org-export-concatenate-multiline-links)
17748 (org-export-concatenate-multiline-emphasis): New functions,
10d1d0af 17749 obtained from spliting the export preprocessor.
b349f79f
CD
17750
17751 * org-table.el (org-table-recalculate): Improve error message if
17752 the row number is invalid.
17753
177542008-06-17 Carsten Dominik <dominik@science.uva.nl>
17755
17756 * org-archive.el (org-archive-save-context-info): Fix bugs in
17757 customization setup and docstring.
17758
3e344045 17759 * org-exp.el (org-export-html-style): Change the size of in the
b349f79f
CD
17760 <pre> element to 90%.
17761
177622008-06-17 Carsten Dominik <dominik@science.uva.nl>
17763
17764 * org.el (org-find-src-example-start): Function removed.
17765 (org-edit-src-find-region-and-lang): New function.
17766
177672008-06-17 Carsten Dominik <dominik@science.uva.nl>
17768
17769 * org.el (org-edit-src-exit): New function.
17770 (org-exit-edit-mode): New minor mode.
17771
17772 * org-exp.el (org-export-preprocess-string): Fix bug with removing
17773 comment-like lines from protected examples.
17774
17775 * org.el (org-edit-src-example, org-find-src-example-start)
17776 (org-protect-source-example, org-edit-special): New functions.
17777
177782008-06-17 Carsten Dominik <dominik@science.uva.nl>
17779
17780 * org-publish.el (org-publish-project-alist): Fix typo in
17781 docstring.
17782 (org-publish-project-alist): Handle :index-title property.
17783
177842008-06-17 Carsten Dominik <dominik@science.uva.nl>
17785
17786 * org-export-latex.el (org-export-as-latex): Make sure region
17787 bounds are correct. Parse subtree properties relating to export.
17788
17789 * org-exp.el (org-export-add-options-to-plist): New function.
17790 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
17791
177922008-06-17 Carsten Dominik <dominik@science.uva.nl>
17793
17794 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
17795 EXPORT_TITLE.
17796
17797 * org-exp.el (org-export-get-title-from-subtree)
17798 (org-export-as-ascii, org-export-as-html): Make sure the original
3e344045 17799 region-beginning and region-end are used, even after moving point.
b349f79f
CD
17800 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
17801 property.
17802
17803 * org-remember.el (org-remember-last-stored-marker): New variable.
17804 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
17805 (org-remember-handler): Also use marker to remember
17806 last-stored position.
17807
17808 * org.el (org-goto-marker-or-bmk): New function.
17809
178102008-06-17 Carsten Dominik <dominik@science.uva.nl>
17811
3e344045 17812 * org.el (org-file-properties): Rename from `org-local-properties'.
b349f79f
CD
17813 (org-scan-tags): Take file tags into account.
17814 (org-tags-match-list-sublevels): Default changed to t.
17815
3e344045 17816 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
b349f79f
CD
17817
17818 * org.el (org-update-parent-todo-statistics): New function.
17819
17820 * org-exp.el (org-icalendar-store-UID): New option.
17821 (org-icalendar-force-UID): Option removed.
17822 (org-print-icalendar-entries): IMplement UIDs.
17823
178242008-06-17 Carsten Dominik <dominik@science.uva.nl>
17825
17826 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
17827
178282008-06-17 Carsten Dominik <dominik@science.uva.nl>
17829
17830 * org-faces.el (org-column): Document how this face is being used
062f2cfc 17831 and why sometimes the background faces shine through.
b349f79f
CD
17832
17833 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
17834
17835 * org-publish.el (org-publish-attachment): Create publishing
17836 directory if it does not yet exist.
17837
17838 * org-table.el (org-calc-default-modes): Change default number
17839 format to (float 8).
17840
17841 * org.el (org-olpath-completing-read): New function.
17842 (org-time-clocksum-format): New option.
17843 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
17844
17845 * org-clock.el (org-clock-display, org-clock-out)
17846 (org-update-mode-line): Use `org-time-clocksum-format'.
17847
4d789d84
SM
17848 * org-colview-xemacs.el (org-columns-number-to-string):
17849 Use `org-time-clocksum-format'.
b349f79f 17850
4d789d84
SM
17851 * org-colview.el (org-columns-number-to-string):
17852 Use `org-time-clocksum-format'.
b349f79f
CD
17853
178542008-06-17 Carsten Dominik <dominik@science.uva.nl>
17855
17856 * org-id.el: New file, move from contrib to core.
17857
17858 * org-exp.el (org-icalendar-force-UID): New option.
17859
178602008-06-17 Carsten Dominik <dominik@science.uva.nl>
17861
17862 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
3e344045 17863 shifted by one day if there is a date range without an end time.
b349f79f
CD
17864
17865 * org.el (org-try-structure-completion): New function.
17866
178672008-06-17 Carsten Dominik <dominik@science.uva.nl>
17868
17869 * org.el (org-set-font-lock-defaults): Improve fontification of
17870 description lists.
17871 (org-insert-item): Handle description lists.
17872 (org-adaptive-fill-function): Improve auto indentation in
17873 description lists.
17874
17875 * org-exp.el (org-export-as-html, org-export-preprocess-string):
17876 Implement VERSE environment.
17877 (org-export-preprocess-string): Implement the COMMENT
17878 environment.
17879
4d789d84
SM
17880 * org-export-latex.el (org-export-latex-preprocess):
17881 Implement VERSE environment.
b349f79f
CD
17882
178832008-06-17 Carsten Dominik <dominik@science.uva.nl>
17884
17885 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
17886 option.
17887
178882008-06-17 Carsten Dominik <dominik@science.uva.nl>
17889
17890 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
17891
17892 * org.el (org-quote-csv-field): New functions.
17893
17894 * org-table.el (org-table-export-default-format): Remove :splice
17895 from default format, we get the same effect by not specifying
17896 :tstart and :tend.
17897 (org-table-export): Improve setup, distinguish better between
17898 interactive and non-interactive use, allow specifying the format
17899 on the fly, better protection against wrong file names.
17900 (orgtbl-to-generic): Fix documentation. Do not require :tstart
17901 and :tend when :splice is omitted.
17902
179032008-06-17 Carsten Dominik <dominik@science.uva.nl>
17904
17905 * org-clock.el (org-clock-select-task): Make sure the selection
17906 letters are 1-9 and A-Z, no special characters.
17907
179082008-06-17 Carsten Dominik <dominik@science.uva.nl>
17909
17910 * org-exp.el (org-export-htmlize): New group.
17911 (org-export-htmlize-output-type)
17912 (org-export-htmlize-css-font-prefix): New options.
17913 (org-export-htmlize-region-for-paste): New function.
17914 (org-export-htmlize-generate-css): New command.
17915
179162008-06-17 Carsten Dominik <dominik@science.uva.nl>
17917
17918 * org.el (org-set-visibility-according-to-property): New function.
17919 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
17920 and compute the regular expressions, and update font-lock.
17921 (org-property-re): Allow a dash in property names.
17922
17923 * org-archive.el (org-extract-archive-file): Insert the file name
17924 without the path into the format, to allow the location format to
17925 contain a subdirectory.
17926
17927 * org-agenda.el (org-agenda-post-command-hook): If point is at end
17928 of buffer, and the `org-agenda-type' property undefined, use the
17929 value from the character before.
17930
17931 * org.el (org-add-planning-info): Don't let indentation for
17932 would-be timestamp become extra whitespace at the end of headline.
17933
179342008-06-17 Carsten Dominik <dominik@science.uva.nl>
17935
4d789d84
SM
17936 * org.el (org-remove-double-quotes, org-file-contents):
17937 New functions.
b349f79f
CD
17938
17939 * org-exp.el (org-infile-export-plist): Also parse the
17940 contents of #+SETUPFILE files, recursively.
17941
17942 * org.el (org-set-regexps-and-options): Also parse the
17943 contents of #+SETUPFILE files, recursively.
17944
17945 * org-exp.el (org-export-handle-include-files): New function.
4d789d84
SM
17946 (org-export-preprocess-string):
17947 Call `org-export-handle-include-files'.
b349f79f
CD
17948
17949 * org.el (org-delete-property-globally)
17950 (org-delete-property, org-set-property): Ignore case during
17951 completion.
17952 (org-set-property): Use `org-completing-read' instead of
17953 `completing-read'.
17954
17955 * org.el (org-complete-expand-structure-template): New,
17956 experimental function.
17957 (org-structure-template-alist): New, experimental option.
17958 (org-complete): Call `org-complete-expand-structure-template'.
17959
f0131492 179602008-06-17 Bastien Guerry <bzg@altern.org>
b349f79f 17961
3e344045
SM
17962 * org-export-latex.el (org-export-latex-preprocess):
17963 Add support for blockquotes.
b349f79f
CD
17964
179652008-06-17 Carsten Dominik <dominik@science.uva.nl>
17966
17967 * org.el (org-read-date-analyze): Catch the case where only a
17968 weekday is given.
17969
179702008-06-17 Carsten Dominik <dominik@science.uva.nl>
17971
17972 * org.el (org-set-font-lock-defaults): Make the description
17973 tag bold.
17974
4d789d84
SM
17975 * org-exp.el (org-export-as-html, org-close-li):
17976 Implement description lists.
b349f79f 17977
f0131492 179782008-06-17 Jason Riedy <jason@acm.org>
b349f79f
CD
17979
17980 * org-table.el (*orgtbl-default-fmt*): New variable.
17981 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
17982 when there is no other fmt available.
17983
17984 (orgtbl-to-generic): Allow an explicitly nil :tstart or
17985 :tend to suppress the appropriate string.
17986
17987 (orgtbl-to-orgtbl): New function for translating to another orgtbl
17988 table.
17989
179902008-06-17 Carsten Dominik <dominik@science.uva.nl>
17991
17992 * org.el (org-read-date-analyze): "." as an alias for "+0" in
17993 read date.
17994
17995 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
17996 New function.
17997
17998 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
17999 New function.
18000
180012008-06-17 Carsten Dominik <dominik@science.uva.nl>
18002
18003 * org-clock.el (org-clock-find-position): Don't include notes
18004 into clock drawer.
18005
18006 * org-archive.el (org-archive-subtree): No longer remove an
18007 extra line after cutting the subtree. `org-cut-subtree' already
18008 takes care of this.
18009
18010 * org-remember.el (org-remember-handler): Only kill the target
18011 buffer if it does not contain the running clock.
18012
18013 * org.el (org-markers-to-move): New variable.
18014 (org-save-markers-in-region, org-check-and-save-marker)
18015 (org-reinstall-markers-in-region): New function.
18016 (org-move-subtree-down, org-copy-subtree): Remember relative
18017 marker positions before cutting.
18018 (org-move-subtree-down, org-paste-subtree): Restore relative
18019 marker positions after pasting.
18020
18021 * org-remember.el (org-remember-clock-out-on-exit): New option.
18022 (org-remember-finalize): Clock out only if the setting in
18023 `org-remember-clock-out-on-exit' requires it.
18024 (org-remember-handler): Do the cleanup in the buffer, to make sure
18025 that the clock marker remains in tact.
18026
180272008-06-17 Carsten Dominik <dominik@science.uva.nl>
18028
18029 * org-clock.el (org-clock-goto): Widen buffer if necessary.
18030 (org-clock-in): Make sure that also tasks outside the narrowed
18031 region will be clocked in correctly.
18032 (org-clock-insert-selection-line): Widen the buffer so that we can
18033 find the correct task heading.
18034
18035 * org.el (org-base-buffer): New function.
18036
01c35094 18037 * org-exp.el (org-icalendar-cleanup-string): Make sure ","
b349f79f
CD
18038 and ";" are escaped.
18039 (org-print-icalendar-entries): Also apply
18040 `org-icalendar-cleanup-string' to the headline, not only to the
18041 summary property.
18042
180432008-06-17 Carsten Dominik <dominik@science.uva.nl>
18044
18045 * org-exp.el (org-export-preprocess-hook): New hook.
3e344045 18046 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
b349f79f
CD
18047
18048 * org.el (org-font-lock-hook): New variable.
18049 (org-font-lock-hook): New function.
18050 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
18051
2530ae2a
GM
18052;; Local Variables:
18053;; coding: utf-8
18054;; add-log-time-zone-rule: t
18055;; End:
18056
73b0cd50 18057 Copyright (C) 2008-2011 Free Software Foundation, Inc.
2530ae2a
GM
18058
18059 This file is part of GNU Emacs.
18060
18061 GNU Emacs is free software: you can redistribute it and/or modify
18062 it under the terms of the GNU General Public License as published by
18063 the Free Software Foundation, either version 3 of the License, or
18064 (at your option) any later version.
18065
18066 GNU Emacs is distributed in the hope that it will be useful,
18067 but WITHOUT ANY WARRANTY; without even the implied warranty of
18068 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18069 GNU General Public License for more details.
18070
18071 You should have received a copy of the GNU General Public License
18072 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.