Mercurial > emacs
comparison lisp/org/ChangeLog @ 100447:f84c0729a0e9
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Tue, 16 Dec 2008 13:23:17 +0000 |
parents | 032aa24b2125 |
children | 022a6a6d35ab |
comparison
equal
deleted
inserted
replaced
100446:8a63963e517e | 100447:f84c0729a0e9 |
---|---|
1 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> | |
2 | |
3 * org.el (org-refile): Avoid refiling to within the region to be | |
4 refiled. | |
5 | |
6 * org-export-latex.el (org-export-latex-special-chars): Replace | |
7 special characters also in tables. | |
8 | |
9 * org-agenda.el (org-agenda-change-all-lines): New argument | |
10 FORCE-TAGS. | |
11 (org-agenda-set-tags): Cet the new tags and pas them to | |
12 `org-format-agenda-item'. | |
13 | |
14 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> | |
15 | |
16 * org-export-latex.el (org-export-latex-classes): Add longable as | |
17 a default package to all classes. | |
18 (org-export-latex-tables): Handle the longtable attribute and the | |
19 align attribute. | |
20 | |
21 * org-table.el (orgtbl-to-generic): Handle tables that start with | |
22 a hline. | |
23 | |
24 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to | |
25 \verb for colde-like snippets. | |
26 (org-export-as-latex): Fix issues with region export. | |
27 | |
28 * org.el (org-up-heading-safe): Speed up function by using a | |
29 direct regexp search. | |
30 (org-olpa): New variable. | |
31 (org-get-outline-path): Speed-up path constructions in cases where | |
32 this is possible because the entire hierarchy is scanned anyway. | |
33 (org-refile-get-location): Don't compare the truenames of files, | |
34 this is too slow. | |
35 (org-goto-max-level): New option. | |
36 (org-goto): Use `org-goto-max-level'. | |
37 | |
38 2008-12-16 Tassilo Horn <tassilo@member.fsf.org> | |
39 | |
40 * org-gnus.el (org-gnus-article-link, org-gnus-article-link): | |
41 Strip angle brackets from message-ids in the former and don't do | |
42 it in the latter. | |
43 (org-gnus-follow-link): Open summary reliable, even if the last | |
44 messages were deleted, and handle empty groups, too. | |
45 | |
46 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> | |
47 | |
48 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb | |
49 instead of \texttt for the =...= and ~===~ emphasis environments. | |
50 (org-export-as-latex): Remove any old :org-license-to-kill text | |
51 properties. | |
52 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'. | |
53 (org-export-latex-make-header): Add some hard space after the | |
54 table of contents. | |
55 (org-export-latex-first-lines): Accept RBEG argument. Mark | |
56 exported text so that it will be excuded in further steps. | |
57 | |
58 * org-table.el (org-table-get-specials): Make @0 reference the | |
59 last line in a table. | |
60 (org-table-recalculate): Improve docstring. | |
61 | |
62 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> | |
63 | |
64 * org.el (org-log-done): Fix docstring. | |
65 | |
66 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> | |
67 | |
68 * org-exp.el (org-export-html-format-image): Fix bugs. | |
69 | |
70 * org-export-latex.el (org-export-latex-tables) | |
71 (org-export-latex-links): Implement attribute, label, and caption | |
72 handling. | |
73 | |
74 * org-exp.el (org-export-html-style-default): Add style | |
75 definitions for the figure div. | |
76 (org-export-preprocess-string, org-export-as-html): Implement | |
77 attribute, label, and caption handling. | |
78 (org-export-attach-captions-and-attributes): New function. | |
79 (org-export-html-format-image): New function. | |
80 (org-format-org-table-html): Implement attribute, label, and | |
81 caption handling. | |
82 | |
83 * org.el (org-find-text-property-in-string): New function. | |
84 (org-extract-attributes): Use the property org-attr instead of | |
85 org-attrobutes, because this property is now set with the #+ATTR | |
86 lines. | |
87 | |
88 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> | |
89 | |
90 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for | |
91 the case that FROM is nil. | |
92 | |
93 * org.el (org-before-first-heading-p): New function. | |
94 | |
95 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> | |
96 | |
97 * org-exp.el (org-export-as-html): Do not add a space before | |
98 enforces line breaks. | |
99 (org-export-as-html): Close paragraph before blockquote and verse | |
100 tags. | |
101 | |
102 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> | |
103 | |
104 * org-id.el (org-id-locations-file): Wrap file name with | |
105 `convert-standard-filename'. | |
106 (org-id-files): New variable. | |
107 (org-id-use-hash): New option. | |
108 (org-id-update-id-locations): Also search in all files current | |
109 listed in `org-id-files'. Convert the resulting alist to a hash | |
110 if the user customation says so. | |
111 (org-id-locations-save): Handle he case if `org-id-locations' is a | |
112 hash. | |
113 (org-id-locations-load): Convert the alist to a hash. | |
114 (org-id-add-location): Handle the hast case. | |
115 (kill-emacs-hook): Make sure id locations are saved when Emacs is | |
116 exited. | |
117 (org-id-hash-to-alist, org-id-alist-to-hash) | |
118 (org-id-paste-tracker): New functions. | |
1 | 119 |
2 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> | 120 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> |
3 | 121 |
4 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let | 122 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let |
5 bindings of calendar variables. | 123 bindings of calendar variables. |