Mercurial > emacs
comparison lisp/ChangeLog @ 92873:5a857c8b2f88
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Thu, 13 Mar 2008 08:57:53 +0000 |
parents | 3ff23628bcb9 |
children | 205d5577a95e |
comparison
equal
deleted
inserted
replaced
92872:00b30bac18c2 | 92873:5a857c8b2f88 |
---|---|
1 2008-03-13 Carsten Dominik <dominik@science.uva.nl> | 1 2008-03-13 Carsten Dominik <dominik@science.uva.nl> |
2 | |
3 * textmodes/org-publish.el: (org-publish-expand-components): | |
4 Remove null projects from the list of components. | |
5 (org-publish-attachment): Bugfix: handle the mandatory argument | |
6 pub-dir. Removed unused retrieval of the :publishing-directory | |
7 property. | |
8 (org-publish-file): Bugfix: when using a relative directory as the | |
9 publishing directory, convert it to a directory filename. | |
10 (org-publish-project): New alias. | |
11 (org-publish-get-files): Protect against empty p. | |
12 (org-publish-file): Send an error when file is not part of any | |
13 project. | |
14 (org-publish-file): Offer to refresh the list of files in known | |
15 project when the current file is not part of any project. | |
16 (org-publish-before-export-hook) | |
17 (org-publish-after-export-hook): New hooks. | |
18 (org-publish-org-to): Use new hooks and kill buffers. | |
19 (org-publish-file): Remove the code for killing buffers. | |
20 (org-publish-initialize-files-alist): Use interactive. | |
21 (org-publish-file): If the publishing function creates a new | |
22 buffer, kill it after publishing. | |
23 (org-publish-timestamp-filename): Protect ":" in file name path | |
24 under windows. | |
2 | 25 |
3 * textmodes/org-export-latex.el (org-export-as-latex): Revert the | 26 * textmodes/org-export-latex.el (org-export-as-latex): Revert the |
4 change that killed the LaTeX buffer. | 27 change that killed the LaTeX buffer. |
5 | 28 |
6 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch | 29 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch |