comparison lisp/ChangeLog @ 87842:3a98637489f5

(doc-view-pdf/ps->png): Make sure we a have a valid cwd. (doc-view-insert-image): Do something if the image is missing. (doc-view-mode): Don't use file-remote-p.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 18 Jan 2008 20:09:26 +0000
parents 67fdf2f2bb15
children 3bd7c8c8bbe7
comparison
equal deleted inserted replaced
87841:f76850f6a776 87842:3a98637489f5
1 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
4 (doc-view-insert-image): Do something if the image is missing.
5 (doc-view-mode): Don't use file-remote-p.
6
1 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr> 7 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
2 8
3 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): 9 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
4 Fixed. 10 (org-export-latex-special-chars): Convert "..." in \ldots
5 (org-export-latex-special-chars): Convert "..." in \ldots
6 and skip tables. 11 and skip tables.
7 (org-export-latex-fontify-headline): Changed parameter name. 12 (org-export-latex-fontify-headline): Change parameter name.
8 (org-export-as-latex): Handle export of subtrees. 13 (org-export-as-latex): Handle export of subtrees.
9 (org-export-latex-make-header): New argument TITLE. 14 (org-export-latex-make-header): New argument TITLE.
10 (org-export-latex-content): New argument EXCLUDE-LIST. 15 (org-export-latex-content): New argument EXCLUDE-LIST.
11 (org-list-parse-list): New name for org-export-latex-parse-list. 16 (org-list-parse-list): New name for org-export-latex-parse-list.
12 (org-export-latex-make-header): New name for 17 (org-export-latex-make-header): New name for
13 org-export-latex-make-preamble. 18 org-export-latex-make-preamble.
14 (org-list-to-generic): New name of org-export-list-to-generic. 19 (org-list-to-generic): New name of org-export-list-to-generic.
15 (org-list-to-latex): New name of org-export-list-to-latex. 20 (org-list-to-latex): New name of org-export-list-to-latex.
16 (org-list-item-begin, org-list-end, org-list-insert-radio-list) 21 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
17 (org-list-send-list, org-list-to-texinfo) 22 (org-list-send-list, org-list-to-texinfo)
18 (org-list-to-html): New functions. 23 (org-list-to-html): New functions.
19 (org-export-latex-tables-column-borders) 24 (org-export-latex-tables-column-borders)
20 (org-export-latex-default-class, org-export-latex-classes) 25 (org-export-latex-default-class, org-export-latex-classes)
21 (org-export-latex-classes-sectioning) 26 (org-export-latex-classes-sectioning)
22 (org-list-radio-list-templates): New options. 27 (org-list-radio-list-templates): New options.
23 (org-export-latex-header): New variable. 28 (org-export-latex-header): New variable.
24 (org-latex-entities): New constant. 29 (org-latex-entities): New constant.
25 (org-export-latex-default-sectioning, org-export-latex-preamble) 30 (org-export-latex-default-sectioning, org-export-latex-preamble)
26 (org-export-latex-prepare-text-option) 31 (org-export-latex-prepare-text-option)
27 (org-export-latex-get-sectioning): Remove. 32 (org-export-latex-get-sectioning): Remove.
28 33
29 2008-01-18 Carsten Dominik <dominik@science.uva.nl> 34 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
30 35
33 38
34 * textmodes/org.el (org-export-with-special-strings): New option. 39 * textmodes/org.el (org-export-with-special-strings): New option.
35 (org-export-html-convert-special-strings): New function. 40 (org-export-html-convert-special-strings): New function.
36 (org-html-do-expand): `org-export-html-convert-special-strings' 41 (org-html-do-expand): `org-export-html-convert-special-strings'
37 added to the list of conversion. 42 added to the list of conversion.
38 (org-infile-export-plist, org-get-current-options): Added support 43 (org-infile-export-plist, org-get-current-options): Add support
39 for "-" in the #+OPTION line to let user switch on/off special 44 for "-" in the #+OPTION line to let user switch on/off special
40 strings conversion. 45 strings conversion.
41 (org-export-plist-vars): New :html-table-tag property. 46 (org-export-plist-vars): New :html-table-tag property.
42 (org-export-as-html, org-format-org-table-html) 47 (org-export-as-html, org-format-org-table-html)
43 (org-format-table-table-html) Use the :html-table-tag property 48 (org-format-table-table-html) Use the :html-table-tag property
44 instead of the `org-export-html-table-tag' global value. 49 instead of the `org-export-html-table-tag' global value.
45 (org-additional-option-like-keywords): Added "TBLFM". 50 (org-additional-option-like-keywords): Add "TBLFM".
46 (org-entry-properties): Include the CLOCKSUM special property. 51 (org-entry-properties): Include the CLOCKSUM special property.
47 (org-columns-edit-value): Do not allow to edit the special 52 (org-columns-edit-value): Do not allow to edit the special
48 CLOCKSUM property. 53 CLOCKSUM property.
49 (org-flag-drawer): Use the original value of `outline-regexp'. 54 (org-flag-drawer): Use the original value of `outline-regexp'.
50 (org-remember-handler): Add invisible-ok flag to call to 55 (org-remember-handler): Add invisible-ok flag to call to
86 (org-agenda-set-restriction-lock, org-agenda-remove-restriction-lock) 91 (org-agenda-set-restriction-lock, org-agenda-remove-restriction-lock)
87 (org-agenda-maybe-redo): New functions. 92 (org-agenda-maybe-redo): New functions.
88 (org-agenda-restriction-lock): New face. 93 (org-agenda-restriction-lock): New face.
89 (org-agenda-restriction-lock-overlay) 94 (org-agenda-restriction-lock-overlay)
90 (org-speedbar-restriction-lock-overlay): New variables. 95 (org-speedbar-restriction-lock-overlay): New variables.
91 (org-open-at-point): Removed obsolete way to do redirection in 96 (org-open-at-point): Remove obsolete way to do redirection in
92 shell links. 97 shell links.
93 (org-imenu-and-speedbar): New customization group. 98 (org-imenu-and-speedbar): New customization group.
94 (org-entry-properties): Return keyword-less time strings. 99 (org-entry-properties): Return keyword-less time strings.
95 (org-clock-heading-function): New option. 100 (org-clock-heading-function): New option.
96 (org-clock-in): Use `org-clock-heading-function'. 101 (org-clock-in): Use `org-clock-heading-function'.
112 `org-verbatim-re'. 117 `org-verbatim-re'.
113 (org-cleaned-string-for-export): Protect verbatim elements. 118 (org-cleaned-string-for-export): Protect verbatim elements.
114 (org-verbatim-re): New variable. 119 (org-verbatim-re): New variable.
115 (org-hide-emphasis-markers): New option. 120 (org-hide-emphasis-markers): New option.
116 (org-additional-option-like-keywords): Add new keywords. 121 (org-additional-option-like-keywords): Add new keywords.
117 (org-get-entry): Renamed from `org-get-cleaned-entry'. 122 (org-get-entry): Rename from `org-get-cleaned-entry'.
118 (org-icalendar-cleanup-string): New function for quoting icalendar text. 123 (org-icalendar-cleanup-string): New function for quoting icalendar text.
119 (org-agenda-skip-scheduled-if-done): New option. 124 (org-agenda-skip-scheduled-if-done): New option.
120 (org-agenda-get-scheduled, org-agenda-get-blocks): 125 (org-agenda-get-scheduled, org-agenda-get-blocks):
121 Use `org-agenda-skip-scheduled-if-done'. 126 Use `org-agenda-skip-scheduled-if-done'.
122 (org-prepare-agenda-buffers): Allow buffers as arguments. 127 (org-prepare-agenda-buffers): Allow buffers as arguments.
123 (org-entry-properties): Add CATEGORY as a special property. 128 (org-entry-properties): Add CATEGORY as a special property.
124 (org-use-property-inheritance): Allow a list of properties as a value. 129 (org-use-property-inheritance): Allow a list of properties as a value.
125 (org-eval-in-calendar): No longer update the prompt. 130 (org-eval-in-calendar): No longer update the prompt.
126 (org-read-date-popup-calendar): Renamed from 131 (org-read-date-popup-calendar): Rename from
127 `org-popup-calendar-for-date-prompt'. 132 `org-popup-calendar-for-date-prompt'.
128 (org-read-date-display-live): New variable. 133 (org-read-date-display-live): New variable.
129 (org-read-date-display): New function. 134 (org-read-date-display): New function.
130 (org-read-date-analyze): New function. 135 (org-read-date-analyze): New function.
131 (org-remember-apply-template): Define `remember-finalize' if it is 136 (org-remember-apply-template): Define `remember-finalize' if it is