Index: Allow index entries before the first headline
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blob4d59a067ab22174b81a72f1d92502a70bacd189f
1 2010-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-publish.el (org-publish-project-alist): Update docstring.
4         (org-publish-file-title-cache): New variable.
5         (org-publish-initialize-files-alist): Initialize
6         `org-publish-initialize-files-alist' to nil.
7         (org-publish-sort-directory-files): New function.
8         (org-publish-projects): Access the new properties.
9         (org-publish-find-title): Use the file title cache.
10         (org-publish-find-title): Build the file title cache.
11         (org-publish-get-base-files-1): Sort files.
12         (org-publish-aux-preprocess): Do not throw an error when before
13         the first headline.  Allow an empty target, meaning to link just
14         to the file.
15         (org-publish-index-generate-theindex.inc): Check if there is
16         actually a target and only then add it to the link.
18         * org-html.el (org-export-as-html): Treat verse as open/close
19         paragraph.
20         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
21         and out of lists.
23 2010-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
25         * org-src.el (org-edit-src-find-region-and-lang): Test for
26         table.el as late as possible.
28         * org-colview-xemacs.el: Make sure this file is never loaded into
29         Emacs.  Remove all tests for XEmacs.
31         * org-colview.el: Make sure this file is never loaded into XEmacs.
33         * org-agenda.el (org-highlight, org-unhighlight): Use direct
34         overlay calls.
36         * org.el (org-key): Apply the translations defined in
37         `org-xemacs-key-equivalents'.
39         * org-mouse.el (org-mode-hook): Use `org-defkey'.
41         * org-compat.el (org-xemacs-key-equivalents): New constant.
43 2010-04-20  Carsten Dominik  <carsten.dominik@gmail.com>
45         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
46         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
47         Obey `org-odd-levels-only'.
49         * org-compat.el (org-find-overlays): Use overlays-in/at.
51         * org.el (org-remove-empty-overlays-at)
52         (org-outline-overlay-data, org-hide-block-toggle)
53         (org-format-latex, org-context): Use overlays-in/at.
55         * org-src.el (org-edit-src-exit): Use overlays-in/at.
57         * org-agenda.el (org-agenda-mark-clocking-task)
58         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
59         (org-agenda-entry-text-hide)
60         (org-agenda-fix-tags-filter-overlays-at)
61         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
63         * org-compat.el (org-overlays-at): Function removed.
64         (org-overlays-in): Function removed.
66 2010-04-19  Bastien Guerry  <bzg@altern.org>
68         * org-clock.el (org-clock-set-current): Just return the headline
69         itself, strip the TODO keyword, the priority cookie and the tags.
71 2010-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
73         * org-compat.el (org-xemacs-without-invisibility): New macro.
74         (org-xemacs-without-invisibility): New macro.
75         (org-indent-to-column, org-indent-line-to, org-move-to-column):
76         Redefine using the macro `org-xemacs-without-invisibility'.
78         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
80         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
82         * org-compat.el (org-make-overlay, org-delete-overlay)
83         (org-overlay-start, org-overlay-end, org-overlay-put)
84         (org-overlay-get, org-overlay-move, org-overlay-buffer): Functions
85         removed.
86         (org-add-to-invisibility-spec): Function removed.
88         * org-html.el (org-export-as-html-and-open): Add argument to
89         kill-buffer.
91         * org-habit.el (require): `calendar' is now required already by
92         org.el on top level.
94         * org-clock.el (require): `calendar' is now required already by
95         org.el on top level.
97         * org-agenda.el (require, org-timeline, org-agenda-list)
98         (org-todo-list, org-agenda-to-appt): `calendar' is now required
99         already by org.el on top level.
101         * org.el (org-export-latex-fix-inputenc): Declare function.
103         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
104         variables.
106         * org.el (calendar): Require calendar now on top level in org.el
107         and define aliases to new variables when needed.
108         (org-read-date, org-goto-calendar): Do not bind obsolete
109         variables.
111         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
112         compilation warning, add comment that this cannot be done with
113         `with-current-buffer'.
115         * org-wl.el (org-wl-open): Use `with-current-buffer'.
117         * org.el (overlay, org-remove-empty-overlays-at)
118         (org-outline-overlay-data, org-set-outline-overlay-data)
119         (org-show-block-all, org-hide-block-toggle)
120         (org-highlight-new-match, org-remove-occur-highlights)
121         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
122         (org-read-date, org-read-date-display, org-eval-in-calendar)
123         (org-format-latex, org-context)
124         (org-speedbar-restriction-lock-overlay)
125         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
127         * org-table.el (org-table-add-rectangle-overlay)
128         (org-table-remove-rectangle-highlight)
129         (org-table-overlay-coordinates)
130         (org-table-toggle-coordinate-overlays): Use the normal overlay
131         API.
133         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
134         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
135         normal overlay API.
137         * org-colview.el (org-columns-new-overlay)
138         (org-columns-display-here, org-columns-remove-overlays)
139         (org-columns-edit-value, org-columns-next-allowed-value)
140         (org-columns-update): Use the normal overlay API.
142         * org-clock.el (org-clock-out, org-clock-cancel)
143         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
144         overlay API.
146         * org-agenda.el (org-agenda-mark-filtered-text)
147         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
148         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
149         (org-agenda-entry-text-hide)
150         (org-agenda-restriction-lock-overlay)
151         (org-agenda-set-restriction-lock)
152         (org-agenda-filter-by-tag-hide-line)
153         (org-agenda-fix-tags-filter-overlays-at)
154         (org-agenda-filter-by-tag-show-all, org-hl)
155         (org-agenda-goto-calendar, org-agenda-bulk-mark)
156         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
158         * org-freemind.el (org-freemind-from-org-mode-node)
159         (org-freemind-from-org-mode, )
160         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
161         interactive-p instead of called-interactively, because this is
162         backward compatible with older Emacsen I still support..
164 2010-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
166         * org-exp.el (org-export-define-heading-targets): Fix bug in
167         regexp finding ID and CUSTOM_ID properties.
169 2010-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
171         * org-footnote.el (org-footnote-goto-previous-reference): Renamed
172         from `org-footnote-goto-next-reference'.
174         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
175         org-log-repeat is non-nil, or if there is clocking data in the
176         entry.
178         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
180 2010-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
182         * org.el (org-align-all-tags): New command.
184 2010-04-13  David Maus  <dmaus@ictsoc.de>
186         * org-wl.el (org-wl-link-remove-filter): New customizable
187         variable.  If non-nil, filter conditions are stripped when storing
188         link to message in filter folder.
189         (org-wl-shimbun-prefer-web-links): New customizable variable.  If
190         non-nil, links to shimbun messages are created as web links to
191         message source.
192         (org-wl-nntp-prefer-web-links): New customizable variable.  If
193         non-nil, links to nntp message are created as web links to gmane
194         or googlegroups.
195         (org-wl-namazu-default-index): New customizable variable.
196         Directory of namazu search index that should be used as default
197         when opening a link in a search folder.
198         (org-wl-folder-types): New constant.  Wanderlust folder type
199         indicators.
200         (org-wl-folder-type): New function.  Return type of Wanderlust
201         folder.
202         (org-wl-store-link): Create web links for shimbun or nntp messages
203         and strip filter conditions depending on customizable variables.
204         (org-wl-open): Open namazu search folder for message when called
205         with prefix.
207 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
209         * org.el (org-remove-if, org-remove-if-not): New functions.
210         (org-open-file): Use internal remove-if functions.
212 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
214         * org.el (org-file-apps-entry-match-against-dlink-p): new function.
215         (org-file-apps-ex): remove variable.
216         (org-open-file): Integrate org-file-apps-ex functionality back
217         into org-file-apps, and decide whether to match a regexp against
218         the link or the filename using org-file-apps-entry-uses-grouping-p.
220 2010-04-09  Jan Böcker  <jan.boecker@jboecker.de>
222         * org.el (org-file-apps-ex): new variable.
223         (org-open-file): Before considering org-file-apps, first match the
224         regexps from org-file-apps-ex against the whole link. See
225         docstring of org-file-apps-ex.
227 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
229         * org.el (org-export-latex-default-packages-alist): Remove
230         microtype package.
231         (org-todo-repeat-to-state): New variable.
232         (org-auto-repeat-maybe): Allow user-selected target states.
233         (org-default-properties): Add the new property REPEAT_TO_STATE.
235 2010-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
237         * org-mobile.el (org-mobile-check-setup): Make sure that there is
238         a binary to compute checksums.
240 2010-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
242         * org.el (org-insert-link): Find the link buffer on visible
243         frames.
244         (org-export-latex-default-packages-alist): hyperref must be loaded
245         late.
247 2010-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
249         * org-latex.el (org-export-latex-preprocess): Do not yet protect
250         defined entities - these will be taken care of later.
251         (org-export-latex-special-chars): Post-process entity replacement.
252         (org-export-latex-fontify-headline): Do not yet protect defined
253         entities - these will be taken care of later.
254         (org-export-latex-tables, org-export-latex-links): Format the
255         caption properly.
257         * org-entities.el (org-entities-user): Fix typo.
259         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords
261         * org-entities.el (org-entities-user): Improve docstring.
263 2010-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
265         * org-entities.el (org-macs): Require org-macs, to be sure that we
266         have `declare-function' defined.
268 2010-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
270         * org-latex.el (org-export-latex-classes): Update docstring.
272         * org.el (org-format-latex-header): Add cookies to the header.
273         (org-splice-latex-header): Implement placement according to
274         cookies.
276 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
278         * org-publish.el (org-publish-aux-preprocess): Control case
279         sensitivity.
281 2010-04-04  Bastien Guerry  <bzg@altern.org>
283         * org.el (org-splice-latex-header): Fix typo.
285 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
287         * org-latex.el (org-export-latex-make-header): Use
288         `org-splice-latex-header' to build the header.
289         (org-export-latex-classes): Update docstring.
291         * org.el (org-splice-latex-header): New function.
292         (org-create-formula-image): Use `org-splice-latex-header' to build
293         the header.
295         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
297 2010-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
299         * org.el (org-export-latex-packages-alist)
300         (org-export-latex-default-packages-alist): Fix docstring to
301         reflect the expected structure.
303         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
304         (org-export-docbook-finalize-table): Make use of label for tables.
306 2010-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
308         * org-attach.el (org-attach-commit): Split on newlines.
310         * org.el (org-export-latex-default-packages-alist): Use list
311         instead of cons for the entries.
313 2010-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
315         * org-entities.el (org-entity-get-representation): Catch the case
316         that there is not entry in the list.
318         * org-mobile.el (org-mobile-use-encryption)
319         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
320         New options.
321         (org-mobile-check-setup): CHeck the encryption setup.
322         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
323         (org-mobile-create-sumo-agenda): Use encryption code.
324         (org-mobile-encrypt-and-move): New function.
325         (org-mobile-encrypt-file, org-mobile-decrypt-file): New
326         functions.
327         (org-mobile-move-capture): Decrypt the capture file.
329         * org.el (org-entities): Require the new file.
330         (org-export-latex-default-packages-alist): New variable.
331         (org-complete): Use new entity code for completion.
332         (org-create-formula-image): Use the new packages variable.
334         * org-latex.el (org-export-latex-classes): Remove the standard
335         packages from the class headers.
336         (org-export-latex-make-header): Use the new package variable.
337         (org-export-latex-special-chars): Better regexp for entities, to
338         support entity name that contain numbers.
339         (org-export-latex-treat-backslash-char): Use the new entity code.
341         * org-html.el (org-html-do-expand): Use the new entity code.
343         * org-exp.el (org-export): Add the new export commands.
344         (org-html-entities): Constant removed.
345         (org-export-visible): Add the new export commands.
347         * org-entities.el: New file.
349         * org-docbook.el (org-docbook-do-expand): Use new entity code.
351         * org-ascii.el (org-export-ascii-entities): New variable.
352         (org-export-as-latin1, org-export-as-latin1-to-buffer)
353         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
354         (org-export-as-encoding): New function.
355         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
356         (org-ascii-replace-entities): New function.
358 2010-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
360         * org-html.el (org-html-level-start): Catch the case that target
361         might be nil.
363 2010-03-31  Dan Davison  <davison@stats.ox.ac.uk>
365         * org.el (org-appearance): Change Customize group variable name
366         from org-font-lock to org-appearance, and change tag from "Org
367         Font Lock" to "Org Appearance"
368         (org-odd-levels-only): Change Customize group variable name
369         (org-level-color-stars-only): Change Customize group variable name
370         (org-hide-leading-stars): Change Customize group variable name
371         (org-hidden-keywords): Change Customize group variable name
372         (org-fontify-done-headline): Change Customize group variable name
373         (org-fontify-emphasized-text): Change Customize group variable name
374         (org-fontify-whole-heading-line): Change Customize group variable name
375         (org-highlight-latex-fragments-and-specials): Change Customize
376         group variable name
377         (org-hide-emphasis-markers): Change Customize group variable name
378         (org-emphasis-alist): Change Customize group variable name
379         (org-emphasis-regexp-components): Change Customize group variable
380         name
381         (org-modules): Remove mention of org-R
383         * org-faces.el (org-faces): Change Customize group variable name
385 2010-03-29  Carsten Dominik  <carsten.dominik@gmail.com>
387         * org-agenda.el (org-diary-last-run-time): New variable.
388         (org-diary): prepare agenda buffers only if last call was some
389         time ago.
391         * org-html.el (org-export-html-preprocess): Replace \ref macros
392         with a link.
393         (org-format-org-table-html): Add the label as an anchor.
395         * org-docbook.el (org-export-docbook-format-image): Do some
396         formatting on captions.
398         * org-latex.el (org-export-latex-tables, org-export-latex-links):
399         Do some formatting on captions.
401         * org-html.el (org-export-html-format-image)
402         (org-format-org-table-html): Do some formatting on captions.
404 2010-03-28  Dan Davison  <davison@stats.ox.ac.uk>
406         * org.el (org-hidden-keywords): New customizable variable. This is
407         a list of symbols specifying which of the special keywords #+DATE,
408         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
409         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
410         implementing new faces and hiding behaviour.
412         * org-faces.el (org-document-title): New face for #+TITLE lines
413         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
414         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords
416 2010-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
418         * org-publish.el (org-publish-sanitize-plist): New function to
419         rename "index" properties to "sitemap".  Do this renaming
420         globally.
421         (org-publish-with-aux-preprocess-maybe): New macro.
422         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
423         macro.
424         (org-publish-aux-preprocess)
425         (org-publish-index-generate-theindex.inc): New function.
427 2010-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
429         * org-table.el (org-table-align): Interpret <N> at fixed width,
430         not as maximum width.
432 2010-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
434         * org-exp.el (org-export-author-info, org-export-email-info): Fix
435         docstrings.
437         * org-beamer.el (org-beamer-select-environment): Renamed from
438         `org-beamer-set-environment-tag'.  Improve docstring.
440         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
441         problem with odd levels.
443         * org-ascii.el (org-export-as-ascii): Export email only if the
444         author wants it.
446         * org-docbook.el (org-export-as-docbook): Export email only if the
447         author wants it.
449         * org-html.el (org-export-as-html): Export email only if the
450         author wants it.
452         * org-exp.el (org-export-email-info): New option.
453         (org-export-plist-vars): Add entry for `org-export-email'.
455 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
457         * org-table.el (org-table-goto-line): Fix typo.
459 2010-03-25  Mikael Fornius  <mfo@abc.se>
461         * org.el (org-agenda-files): Typo.
462         (org-read-agenda-file-list): Add optional argument to help
463         `org-store-new-agenda-file-list' to remember un-expanded file
464         names.  Expand file names relative to `org-directory'.
465         (org-store-new-agenda-file-list): Keep un-expanded file names when
466         saving, if available.
467         (org-agenda-files): Update documentation.
469 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
471         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
472         a buffer with no file name attached.
474         * org.el (org-log-refile): New option.
475         (org-log-note-headings): Add a heading for refiling.
476         (org-startup-options): Add keywords for logging of the refile
477         action.
478         (org-refile): Add logging action.
479         (org-add-log-note): Allow for refiling action.
481         * org-agenda.el (org-agenda-bulk-action): Make sure
482         `org-log-refile' is not `note' during a bulk action.
484 2010-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
486         * org.el (org-map-dblocks): Use save-excursion to remember the
487         position.
489         * org-attach.el (org-attach-commit): Remove dependence on xargs.
490         (org-attach-delete-one): Commit after deleting a file.
492         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
493         borders for strike-through emphasis.
495         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
496         handling of odd levels.
498         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
499         and `future' values.
500         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
501         Handle `past' and `future' values.
503         * org.el (org-read-agenda-file-list): Interpret file names
504         relative to org-directory and allow environment variables and
505         "~".
507         * org-latex.el (org-export-latex-special-chars): Allow a
508         parenthesis before an exponent or subscript.
510 2010-03-23  Dan Davison  <davison@stats.ox.ac.uk>
512         * org-src.el (org-edit-src-exit): When returning from code edit
513         buffer, if code block is hidden, leave point at start of
514         #+begin_src line
516 2010-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
518         * org.el (org-insert-heading): Do not remove all spaces if the
519         headline is empty.
521         * org-indent.el (org-indent): Fix group name.
523 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
525         * org-table.el (org-table-goto-column): Fix forcing a non-existing
526         column.
527         (org-table-get, org-table-put, org-table-goto-line)
528         (org-table-current-line): New functions.
530 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
532         * org-crypt.el (org-reveal-start-hook): Add a decryption function
533         to this hook.
534         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
535         docstrings.
537         * org.el (org-point-at-end-of-empty-headline)
538         (org-level-increment, org-get-previous-line-level): New function.
539         (org-cycle-level): Rewritten to be independent of when this
540         function is called.
541         (org-in-regexps-block-p): New function.
542         (org-reveal-start-hook): New hook.
543         (org-reveal): Run new hook.
545 2010-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
547         * org-latex.el (org-export-latex-keywords): Start a new paragraph
548         after time keywords, do not add "\newline".
550         * org-html.el (org-export-as-html): Avoid double # in href.
552         * org.el (org-refile-get-location): Catch an invalid target
553         specification.
555 2010-03-18  Carsten Dominik  <carsten.dominik@gmail.com>
557         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
558         Make sure the behavior regarding to extracting time is
559         consistent.
561 2010-03-17  Stephen Eglen  <stephen@gnu.org>
563         * org-agenda.el (org-agenda-insert-diary-extract-time): New
564         variable.
565         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
566         variable rather than `org-agenda-search-headline-for-time'.
568 2010-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
570         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
572 2010-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
574         * org.el (org-adaptive-fill-regexp-backup): New variable.
575         (org-set-autofill-regexps): Store a backup of
576         `adaptive-fill-regexp'.
577         (org-adaptive-fill-function): Fix filling of comments and ordered
578         lists. If there is no other match, till try adaptive fill.
580 2010-03-15  John Wiegley  <jwiegley@gmail.com>
582         * org-agenda.el (org-agenda-include-deadlines): Added new
583         customization variable to determine whether unscheduled tasks
584         should appear in the agenda solely because of their deadline.
585         Default to true, which was the previous behavior (it just wasn't
586         configurable).
587         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
588         the agenda to show/hide deadline tasks.
589         (org-agenda-menu): Added menu option for show/hide deadlines.
590         (org-agenda-list): Make the agenda list sensitive to the value of
591         `org-agenda-include-deadlines'.
592         (org-agenda-toggle-deadlines): New function to toggle the value of
593         `org-agenda-include-deadlines' and repaint the modeline
594         indicators.
595         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
596         modeline if deadline tasks are being displayed.
598 2010-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
600         * org-table.el (org-table-eval-formula): Replace $# and @# by
601         current column and row number.
603 2010-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
605         * org.el (org-set-property, org-delete-property): Go back to
606         prompting for the property.
608         * org-latex.el (org-export-latex-make-header): Fully process
609         author line.
610         (org-export-latex-fontify-headline): Allow several arguments, not
611         just one.
612         (org-export-latex-fix-inputenc): Catch the error when
613         `latexenc-coding-system-to-inputenc' is not defined.
615         * org-agenda.el (org-agenda-skip-if-todo): New function.
616         (org-agenda-skip-if): Add conditions for TODO keywords.
617         (org-agenda-skip-if): Document the new todo conditions.
619 2010-03-11  Mikael Fornius  <mfo@abc.se>
621         * org.el (org-at-property-p): Check if we are inside a property
622         drawer not just any drawer.
623         (org-set-property, org-delete-property): When cursor is on a
624         property key value pair do not prompt for property name instead
625         use name at cursor.
626         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
627         on the first line of a property drawer.
628         (org-property-end-re): Spell check.
630 2010-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
632         * org-exp.el (org-export-attach-captions-and-attributes): Add the
633         properties to the entire table, in case the first line is
634         removed.
636         * org-archive.el (org-archive-reversed-order): New option.
637         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
638         option `org-archive-reversed-order'.
640 2010-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
642         * org-agenda.el (org-agenda-entry-types): New variable.
643         (org-agenda-list): Use `org-agenda-entry-types'.
644         (org-agenda-custom-commands-local-options): Support for setting
645         `org-agenda-entry-types' as an option.
646         (org-diary): Shift some documentation from here to the variable
647         `org-agenda-entry-types'.
649 2010-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
651         * org-latex.el (org-export-latex-make-header): Apply macros in
652         author field.
654         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
655         (org-clock-select-task, org-clock-notify-once-if-expired)
656         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
657         (org-clock-out-if-current, org-clock-save): Use the new functions.
659 2010-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
661         * org-docbook.el (org-export-as-docbook): Remove unnecessary
662         newline.
663         (org-export-as-docbook): Remove unnecessary newline.
664         (org-export-as-docbook): Fix problem with double footnote
665         reference in one place.
667         * org-exp.el (org-export-format-source-code-or-example): Remove
668         unnecessary newline.
670         * org.el (org-deadline, org-schedule): Allow rescheduling entries
671         with repeaters.
673         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
674         function calls that look like references.
676         * org.el (org-open-at-point): Get link abbreviations from
677         reference buffer.
679 2010-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
681         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
682         as a reference.
684 2010-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
686         * org.el (org-link-unescape): Solve issue with lower-case escapes.
688 2010-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
690         * org-latex.el (org-export-latex-classes): Add
691         \usepackage{latexsym} to all classes.
693 2010-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
695         * org-html.el (org-export-as-html): Do not allow protected lines
696         into the table of contents.
698         * org-latex.el (org-export-latex-special-chars): Find subsequent
699         occurrences of special characters.
700         (org-export-latex-tables): Do not convert table-like stuff that is
701         protected.
703 2010-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
705         * org-list.el (org-toggle-checkbox): No errors when updating
706         checkbox count fails because there is no heading.
708 2010-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
710         * org-clock.el (org-clock-report-include-clocking-task): New
711         option.
712         (org-clock-sum): Add the current clocking task.
714 2010-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
716         * org.el (org-cycle): Print a message when in a table.el table.
717         (org-edit-special): Recognize the table.el context.
718         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
720         * org-src.el (org-at-table.el-p): Declare.
721         (org-edit-src-code): Handle a special case for table.el editing.
722         (org-edit-src-find-region-and-lang): Recognize the table.el
723         context.
725         * org-latex.el (org-export-latex-tables): Convert table.el
726         tables.
727         (org-export-latex-convert-table.el-table): New function.
729         * org-html.el (org-html-expand): Fix table.el export.
731         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
732         headings.
734         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
735         table for the id locations.
737         * org.el (org-read-date-analyze): Match American-style dates, like
738         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
739         current year when reading ISO and American dates.
741 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
743         * org.el (org-face-from-face-or-color): New function.
744         (org-get-todo-face, org-font-lock-add-priority-faces)
745         (org-get-tag-face): Use `org-face-from-face-or-color'.
747         * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
748         simple colors as values.
749         (org-faces-easy-properties): New option.
751         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
752         restricted, as an agenda mode.
753         (org-agenda-fontify-priorities): Allow simple colors as values.
755 2010-02-25  Bastien Guerry  <bzg@altern.org>
757         * org-timer.el (org-timer-current-timer): Renamed from
758         `org-timer-last-timer'.
759         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
760         (org-timer-cancel-timer, org-timer-show-remaining-time)
761         (org-timer-set-timer): Update to use only one timer.
763         * org.el (org-set-property): Remove useless space in the prompt.
765 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
767         * org-html.el (org-export-html-style-default): Add a default style
768         for textareas.
770         * org-exp.el (org-export-format-source-code-or-example): Fix
771         textarea tag.
773 2010-02-24  Bastien Guerry  <bzg@altern.org>
775         * org-clock.el (org-clock-current-task): New variable to store
776         last clocked in task.
777         (org-clock-set-current, org-clock-delete-current): New functions.
779 2010-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
781         * org-remember.el (org-remember-apply-template): Extend comment.
782         (org-remember-handler): Implement clock sibling filing.
784 2010-02-23  Carsten Dominik  <carsten.dominik@gmail.com>
786         * org-publish.el (org-publish-all, org-publish-current-file)
787         (org-publish-current-project): When called with prefix argument
788         FORCE, also rebuild the validation file list.
790         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
791         section headings.
793 2010-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
795         * org-html.el (org-export-as-html-and-open): Kill product buffer
796         if the user wants that.
798         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
799         if the user wants that.
801         * org-exp.el (org-export-kill-product-buffer-when-displayed): New
802         option.
804         * org-agenda.el (org-batch-agenda-csv): Use the time property
805         instead of the `time-of-day' property.
807 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
809         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
810         (org-timer-pause-hook, org-timer-set-hook)
811         (org-timer-cancel-hook): New hooks.
812         (org-timer-start): Run `org-timer-start-hook'.
813         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
814         (org-timer-stop): Run `org-timer-stop-hook'.
815         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
817 2010-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
819         * org.el (org-reveal): Double prefix arg shows the subtree of the
820         parent.
822 2010-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
824         * org-agenda.el (org-search-view): Fix bug with searching full
825         words in headlines in search view.
826         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
827         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
828         scheduled (if the user configures it so.
830 2010-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
832         * org.el (org-hide-archived-subtrees): Don't jump to end of
833         subtree if the match was not in a headline.
834         (org-inside-latex-macro-p): Allow more complex arguments.
835         (org-emphasize): Protect against use at end of buffer.
837 2010-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
839         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
840         text properties.
842 2010-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
844         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
845         values.
846         (org-agenda-todo-ignore-scheduled)
847         (org-agenda-todo-ignore-deadlines): More control with different
848         allowed values.
849         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
850         Honor the new option settings.
852 2010-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
854         * org.el (org-get-location): Make sure the selection buffer is
855         shown in the current frame.
857         * org-ascii.el (org-export-ascii-table-widen-columns): New
858         option.
859         (org-export-ascii-preprocess): Realign tables to remove narrowing
860         if `org-export-ascii-table-widen-columns' is set.
862         * org-table.el (org-table-do-narrow): New variable.
863         (org-table-align): Narrow only if `org-table-do-narrow' is t.
865         * org.el (org-deadline, org-schedule): Allow updating if the
866         relevant time stamp does not have a repeater, i.e. do not require
867         that no time stamp has a repeater.
869         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
870         new white space before the tags.
872         * org-latex.el (org-export-as-latex): Do nit require the buffer to
873         be visiting a file when only exporting to a buffer or string.
874         (org-export-latex-fix-inputenc): Only save the buffer is there is
875         a file name attached to it.
877 2010-02-09  Dan Davison  <davison@stats.ox.ac.uk>
879         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
881 2010-02-08  Carsten Dominik  <carsten.dominik@gmail.com>
883         * org.el (org-fontify-meta-lines-and-blocks): Honor
884         `org-fontify-quote-and-verse-blocks'.
886         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
888 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
890         * org.el (org-open-at-point): Also check for text property
891         org-linked-text before offering collected links.
893 2010-02-03  Stephen Eglen  <stephen@gnu.org>
895         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
896         Optionally extract time specification from text and add to the
897         timestamp.
899 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
901         * org-exp.el (org-html-entities): Fix typo.
903         * org-latex.el (org-export-latex-make-header): Use \providecommand
904         to make sure the \alert macro is defined.
906         * org.el (org-format-latex-signal-error)
907         (org-create-formula-image): Use `org-format-latex-signal-error'.
909 2010-02-02  Stephen Eglen  <stephen@gnu.org>
911         * org.el (org-store-link): For dired buffers, use
912         default-directory as link name if dired-get-filename returns
913         nil.
915 2010-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
917         * org-exp.el (org-export-concatenate-multiline-links): The for
918         protectedness at beginning of match.
920         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
921         AUTO as a coding system, instead default to utf8.
923 2010-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
925         * org.el (org-block-todo-from-children-or-siblings-or-parent)
926         (org-block-todo-from-checkboxes): Respect the local variable
927         value when deciding if blocking should be active.
929         * org-latex.el (org-export-latex-make-header): Define the align
930         macro if it is not yet defined.
932         * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
933         `org-insert-heading' with the INVISIBLE-OK argument.
935         * org-mac-message.el (org-mac-message-insert-flagged): Call
936         `org-insert-heading' with the INVISIBLE-OK argument.
938         * org.el (org-insert-heading):  New argument INVISIBLE-OK.
940         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
941         prompt message.
943         * org-html.el (org-html-level-start): Use the
944         `html-container-class' text property to set an additional class
945         for an outline container.
947         * org-exp.el (org-export-remember-html-container-classes): New
948         function.
949         (org-export-preprocess-string): Call
950         `org-export-remember-html-container-classes'.
952         * org.el (org-cycle): Mention level cycling in the docstring.
953         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
955         * org-remember.el (org-remember-apply-template): Do file insertion
956         first.
958 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
960         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
961         problem with mis-aligned graphs when showing habits.
963 2010-01-28  Mikael Fornius  <mfo@abc.se>
965         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
966         when assigning. Begin using numerical characters when all in name
967         is used up. This is to spare alphanumeric characters for better
968         match with other keywords.
970 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
972         * org-exp.el (org-export-preprocess-hook): Improve documentation.
974         * org-latex.el (org-export-latex-preprocess): More consistent
975         conversion and protection of the words LaTeX and TeX.
976         (org-export-latex-fontify-headline, org-export-latex-preprocess):
977         Allow angle brackets in commands, for beamer.
979 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
981         * org-clock.el (org-clock-in): Improve the look of the clock line
982         by formatting links.
984 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
986         * org-latex.el (org-export-latex-classes): Use AUTO as the place
987         holder string for the coding system.  And improve the
988         documentation.
989         (org-export-latex-fix-inputenc): Only modify the coding system if
990         it is given by the placeholder AUTO.
992 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
994         * org-clock.el (org-task-overrun-text): New option.
995         (org-task-overrun, org-clock-update-period): New variables.
996         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
997         overrun clock.
998         (org-clock-notify-once-if-expired): Check if clock is overrun.
1000         * org-faces.el: New face `org-mode-line-clock-overrun'.
1002 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
1004         * org.el (org-narrow-to-subtree): Position the end of the narrowed
1005         region before the line with the next heading, to prevent the user
1006         from prepending text to the next headline.
1008 2010-01-20  Stephen Eglen  <stephen@gnu.org>
1010         * org-agenda.el (org-get-time-of-day): Use
1011         org-agenda-time-leading-zero to allow leading zero (rather than
1012         space) for times.
1014 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1016         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
1017         org-datetree.el is loaded.
1019         * org-datetree.el: autoload `org-datetree-find-day-create'
1021         * org-latex.el (org-export-latex-hyperref-format): New option.
1022         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
1024 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1026         * org-ctags.el (org-ctags-enable): Change order of functions.
1027         (org-ctags-create-tags): Add wildcard to file name expansion.
1029 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1031         * org.el (org-entry-properties): Fix some important bugs.
1033 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1035         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
1036         the table is not explicitly given.
1038 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
1040         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
1041         as value.
1042         (org-clock-out-if-current): Work with the new list value of
1043         `org-clock-out-when-done'.
1044         (org-clock-out, org-clock-out-if-current): Avoid circular logic
1045         between clocking out and state changes.
1047         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
1049         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
1050         accident protect a character that is before a backslash.
1052 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1054         * org-agenda.el (org-diary-class): Use
1055         `org-order-calendar-date-args'.
1057         * org.el (org-order-calendar-date-args): New function.
1059         * org-exp.el (org-export-target-internal-links): Check for
1060         protectedness after the first bracket.
1062         * org.el (org-entry-properties): Don't match wrong-case TODO
1063         keywords.
1065         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
1066         Document that ARG is passed through to remove the date.
1067         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
1068         not read a date when the user has given a `C-u' prefix.
1070 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1072         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
1073         tags are hidden.
1075 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1077         * org-latex.el (org-export-latex-fix-inputenc): New function.
1078         (org-export-latex-inputenc-alist): New option.
1080         * org-exp.el (org-export): New key SPC to publish enclosing
1081         subtree.
1083 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1085         * org-indent.el (org-indent-add-properties): Catch case when there
1086         is no headline in the buffer.
1088 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1090         * org-exp.el (org-html-entities): Add checkmark symbol.
1092         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
1093         verbatim code for ASCII export.
1095         * org.el (org-update-statistics-cookies): Also see checkboxes in
1096         ordered lists.
1098 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1100         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
1101         key.
1103         * org-beamer.el (org-beamer-amend-header): Change the location
1104         where `org-beamer-header-extra' is inserted.
1106         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
1107         just for computing this regexp.
1109 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1111         * org-beamer.el (org-beamer-frame-default-options): New option.
1112         (org-beamer-sectioning): Use default options if the user does not
1113         have defined any.
1114         (org-beamer-fix-toc): Put a frame around the table of contents.
1116         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
1117         sure case-folding works well when processing comment stuff.
1119         * org-latex.el (org-export-latex-after-save-hook): New hook.
1120         (org-export-as-latex): Run the new hook.
1122 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1124         * org-beamer.el (org-beamer-environments-default): Add the note
1125         environments.
1126         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
1127         lines and collect and combine the content.
1128         (org-beamer-after-initial-vars): Check for note tags and make sure
1129         they will be seen like a property.
1131         * org.el (org-offer-links-in-entry): Fix bug when there is a
1132         single link.
1134         * org-exp.el (org-export): Make sure the mark is activated, also
1135         when `transient-mark-mode' is off.
1137         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
1138         (org-agenda-search-view-search-words-only): Obsolete variable, is
1139         now an alias for `org-agenda-search-view-always-boolean'.
1140         (org-agenda-search-view-force-full-words): New option.
1141         (org-search-view): Improve docstring, and implement a better logic
1142         for Boolean and phrase searches.
1143         (org-agenda-last-search-view-search-was-boolean): New variable.
1144         (org-agenda-manipulate-query): Consider the type of the last
1145         search when modifying the search string.
1147 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1149         * org-latex.el (org-export-as-latex): Do the first letbind in the
1150         right moment.
1152         * org-agenda.el (org-get-entries-from-diary): Add the new face to
1153         these entries.
1155         * org-faces.el (org-agenda-diary): New face.
1157         * org.el (org-make-link-regexps): Allow regexp-special characters
1158         in link types.
1159         (org-open-file): When in-emacs is `system', also force system
1160         opening, like when the value was `(16)'.
1161         (org-update-statistics-cookies): Handle entries without children.
1163         * org-exp.el
1164         (org-export-preprocess-before-normalizing-links-hook): New hook.
1165         (org-export-preprocess-string): Run the new hook.
1167         * org.el (org-offer-links-in-entry): Make RET open all links.
1169         * org-html.el (org-export-as-html): Remove any leftover display
1170         properties in the html file.
1172         * org-wl.el (org-wl-store-link): Work-around for format bug with
1173         text properties.
1175         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
1176         invisibility while adding the graphs.
1178 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1180         * org-remember.el (org-select-remember-template): Use C letter to
1181         customize remember templates.
1183         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
1184         Move cursor to next visible line.
1186 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1188         * org-beamer.el (org-beamer-sectioning): Leave columns environment
1189         by specifying 0 or 1 for column width.
1190         (org-beamer-column-widths): Make 0 stand for 0.0.
1192 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1194         * org-exp.el (org-export-mark-radio-links): Don't match inside
1195         <<target>>.
1197         * org.el (org-format-latex-header-extra): New variable.
1198         (org-format-latex): Set org-format-latex-header-extra from
1199         in-buffer stuff.
1200         (org-format-latex): Add org-format-latex-header-extra to the
1201         variables on which image creation depends.
1202         (org-create-formula-image): Add the header stuff from in-buffer
1203         settings.
1204         (org-read-date-analyze): Base the analysis for future preference
1205         on NOW, not on the default date.
1207         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
1208         for TODO keyword in inline tasks.
1210         * org.el (org-log-note-headings): New headings for removing
1211         deadline or scheduling date.
1212         (org-deadline, org-schedule): Arrange for logging when removing a
1213         date.
1214         (org-add-log-note): Handle deadline and scheduling removal.
1216 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1218         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
1220 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
1222         * org-agenda.el (org-diary-class): New function.
1224 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
1226         * org-latex.el (org-export-latex-preprocess): Do process the text
1227         of a radio target.
1229 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1231         * org.el (org-entry-properties): Add TIMESTAMP properties back
1232         in.
1234 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1236         * org.el (org-all-time-keywords): New variable.
1237         (org-set-regexps-and-options): Set `org-all-time-keywords'.
1238         (org-entry-blocked-p): New function.
1239         (org-special-properties): Add BLOCKED as a new special property.
1240         (org-entry-properties): New optional argument SPECIFIC, only parse
1241         for this property when it is specified.
1242         (org-entry-get): Pass a SPECIFIC argument to
1243         `org-entry-properties'.
1245         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
1247 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1249         * org-latex.el (org-export-latex-tables): No forced line end if
1250         there is no caption.
1252 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1254         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
1255         package.
1257         * org-latex.el (org-export-latex-tables): Only add a caption when
1258         macro in in longtable environments if one has been defined.
1260         * org-html.el (org-export-as-html): Only take title from buffer if
1261         not exporting body-only.
1263         * org-latex.el (org-export-latex-preprocess): Better version of
1264         the regular expression for protecting LaTeX macros.
1265         (org-export-latex-preprocess): Start searching for macros to
1266         protect from beginning of buffer.
1268         * org-exp.el (org-export-target-internal-links): Check for
1269         protectedness earlier in the string.
1271         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
1272         case sensitively.
1274         * org-id.el (org-id-store-link): Match TODO keywords case
1275         sensitively.
1277         * org.el (org-heading-components, org-get-outline-path)
1278         (org-display-outline-path): Match TODO keywords case sensitively.
1280         * org-latex.el (org-export-as-latex): Ignore read-only
1281         properties.
1283         * org-exp.el (org-export-preprocess-string): Remove any
1284         `read-only' properties.
1286         * org-agenda.el (org-agenda-inactive-leader): New option.
1287         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
1288         (org-tags-view): Prompt for matcher if MATCH is an empty string.
1289         (org-todo-list): Prompt for matcher if ARG is an empty string.
1291 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1293         * org.el (org-open-link-functions): New hook.
1294         (org-open-at-point): Run `org-open-link-functions'.
1296 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
1298         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
1299         stamps as well.
1301         * org.el (org-inhibit-startup-visibility-stuff): New variable.
1302         (org-mode): Don't do startup visibility if inhibited.
1303         (org-outline-overlay-data, org-set-outline-overlay-data): New
1304         functions.
1305         (org-save-outline-visibility): New macro.
1306         (org-log-note-headings): Document that one should not change the
1307         `state' note format.
1309 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
1311         * org.el (org-make-link-regexps): Capture link path into a group.
1313 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1315         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
1316         the options plist.
1318 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1320         * org.el (org-startup-with-beamer-mode): New option.
1321         (org-property-changed-functions)
1322         (org-property-allowed-value-functions): New hooks.
1323         (org-entry-put, org-property-get-allowed-values): Run the new
1324         hooks.
1325         (org-property-next-allowed-value): Run the new hooks.
1327         * org-exp.el (org-export-select-backend-specific-text): Add the
1328         special beamer tags.
1330         * org-beamer.el
1331         (org-export-preprocess-before-selecting-backend-code-hook): New
1332         file.
1334         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
1335         (org-export-as-latex): Run
1336         `org-export-latex-after-initial-vars-hook'.
1337         (org-export-latex-format-toc-function)
1338         (org-export-latex-make-header): Call
1339         `org-export-latex-format-toc-function'.
1341         * org.el (org-fill-template): Make template searches case sensitive.
1343         * org-exp.el (org-export): Use "1" as a sign to export only the
1344         subtree.
1346         * org-colview-xemacs.el (org-columns-edit-value): Use
1347         org-unrestricted property.
1349         * org-colview.el (org-columns-edit-value):  Use
1350         org-unrestricted property.
1352         * org.el (org-compute-property-at-point): Set org-unrestricted
1353         text property if the list contains ":ETC".
1354         (org-insert-property-drawer):  Use
1355         org-unrestricted property.
1357         * org-exp.el
1358         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
1359         (org-export-preprocess-string): Run
1360         `org-export-preprocess-before-selecting-backend-code-hook'.
1362         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
1364         * org-latex.el (org-export-region-as-latex): Run
1365         `org-export-first-hook'.
1367         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
1369         * org-docbook.el (org-export-as-docbook): Run
1370         `org-export-first-hook'.
1372         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
1374         * org-exp.el (org-export-first-hook): New hook.
1376 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1378         * org-list.el (org-previous-item): Exit at the beginning of the
1379         buffer.
1381         * org-id.el (org-id-locations-save): Only write the id locations
1382         if any are defined.
1384         * org-archive.el (org-archive-all-done): Make this work in a file
1385         with org-odd-levels-only set.
1387         * org.el (org-get-refile-targets): Catch the case when a buffer
1388         has no file.
1390         * org-latex.el (org-export-as-latex): Cleanup forced line ends
1391         where they are not needed.
1392         (org-export-latex-subcontent): Remove unnecessary newlines.
1394 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
1396         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
1397         (org-export-latex-fontify): Fix regexp bug that takes special
1398         care of protecting the right boundary characters in emphasis
1399         matches.
1400         (org-export-latex-preprocess): Allow multiple arguments to latex
1401         macros.
1403         * org.el (org-make-link-regexps): Use John Gruber's regexp for
1404         urls.
1406         * org-macs.el (org-re): Interpret :punct: in regexps.
1408         * org-exp.el (org-export-replace-src-segments-and-examples): Also
1409         take the final newline after the END line.
1411         * org.el (org-clean-visibility-after-subtree-move): Only fix
1412         entries that are not entirely invisible already.
1413         (org-insert-link): Respect org-link-file-path-type for
1414         "docview:" links in addition to "file:" links.
1416 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1418         * org-exp.el (org-export-format-source-code-or-example): Avoid
1419         additional extra white lines in LaTeX.
1421         * org-list.el (org-list-parse-list): Leave empty lines after the
1422         list, don't consider them as part of the list.
1424         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
1425         searches.
1427         * org-clock.el (org-clock-select-task): Convert integer to
1428         character for XEmacs.
1430 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1432         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
1433         compatible.
1435 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
1437         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
1438         variable.
1439         (org-set-tags): Use it.
1441 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
1443         * org-list.el (org-empty-line-terminates-plain-lists): Update
1444         docstring.
1446         * org.el (org-format-latex): Fix link creation for processed latex
1447         snippets.
1449 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1451         * org-footnote.el (org-footnote-normalize): Protect replacement
1452         text.
1454         * org.el (org-inside-latex-macro-p): Save match data.
1456 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
1458         * org-docview.el: New file.
1460 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1462         * org-latex.el (org-export-latex-class-options): New variable.
1463         (org-export-latex-set-initial-vars): Use the class options.
1465         * org.el (org-forward-same-level): Stop at headings that start
1466         with an invisible character.
1467         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
1469 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1471         * org-footnote.el (org-footnote-normalize): Don't take optional
1472         arguments in LaTeX macros as footnotes.
1474         * org.el (org-inside-latex-macro-p): New function.
1476         * org-latex.el (org-latex-to-pdf-process): Change customization
1477         group to `org-export-pdf'.
1479         * org-agenda.el (org-agenda-get-blocks): Look at time string also
1480         on days after the first one.
1482         * org.el (org-insert-heading): Also check for item before assuming
1483         before-first-heading condition.
1485         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
1486         (org-export-pdf-logfiles): New option.
1487         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
1488         (org-export-pdf-logfiles): Fix customization type.
1490         * org.el (org-insert-link): Improve error message when there is no
1491         default link to select with RET.
1493         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
1494         parameter list.
1496 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1498         * org-latex.el (org-export-latex-parse-global)
1499         (org-export-latex-parse-content)
1500         (org-export-latex-parse-subcontent): Use
1501         `org-re-search-forward-unprotected'.
1502         (org-export-as-pdf): Remove log files produced by XeTeX.
1504         * org-macs.el (org-re-search-forward-unprotected): New function.
1506 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
1508         * org-colview.el (org-agenda-colview-summarize): Sort out some
1509         confusion between properties and titles, which resulted in
1510         agenda summaries not working if a title was set for a column.
1512 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1514         * org-mobile.el (org-mobile-agendas): New option.
1515         (org-mobile-sumo-agenda-command): Select the right agendas.
1517         * org-latex.el (org-export-latex-format-image): Preserve the
1518         original-indentation property.
1520 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1522         * org-clock.el (org-clock-insert-selection-line): Catch error when
1523         an old tasks no longer exists.
1525         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
1526         (org-export-as-pdf): Don't remove the old PDF file before making
1527         the new one.
1529         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
1530         (org-mouse-context-menu): Use `org-looking-back'.
1532         * org.el (org-cycle-level): Use `org-looking-back'.
1534         * org-list.el (org-cycle-item-indentation): Use
1535         `org-looking-back'.
1537         * org-compat.el (org-looking-back): New function.
1539         * org.el (org-insert-heading): Catch before-first-headline when
1540         inserting a headline.
1542 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1544         * org-latex.el (org-export-latex-format-image): Indent figure
1545         environment, so that it does not interrupt plain list.
1547         * org.el (org-open-at-point): Allow long link descriptions.
1549 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1551         * org-html.el (org-export-as-html): Remove empty lines at the
1552         beginning of the exported text.
1553 ;; Local Variables:
1554 ;; coding: utf-8
1555 ;; add-log-time-zone-rule: t
1556 ;; End:
1558     Copyright (C) 2008  Free Software Foundation, Inc.
1560   This file is part of GNU Emacs.
1562   GNU Emacs is free software: you can redistribute it and/or modify
1563   it under the terms of the GNU General Public License as published by
1564   the Free Software Foundation, either version 3 of the License, or
1565   (at your option) any later version.
1567   GNU Emacs is distributed in the hope that it will be useful,
1568   but WITHOUT ANY WARRANTY; without even the implied warranty of
1569   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1570   GNU General Public License for more details.
1572   You should have received a copy of the GNU General Public License
1573   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1575 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c