0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-12 12:40:12 +00:00
org-mode/lisp
Carsten Dominik cb1bbaf244 Don't keep buffers visited during index publishing.
The index generation of org-publish does briefly visit all files in
order to extract the correct page title.  Visiting is necessary,
because the title may be set by the first line in the buffer, by a
Before this patch, this would cause the generation of a large number
of buffers, one for each file mentioned in the index.  This patch
arranges for these buffers to be removed again.  However, buffers
which were already present will not be removed.

There is still one open problem:  The files to be published are
visited twice, one for publishing them, a second time for creating the
index.  Visiting causes some overhead, and we would like to limit this
overhead.  For now, however, this is not done.
2008-11-02 17:13:25 +01:00
..
ChangeLog Don't keep buffers visited during index publishing. 2008-11-02 17:13:25 +01:00
ChangeLog.01 Split ChangeLog file into parts. 2008-05-08 08:16:38 +02:00
org-agenda.el Removed filtered text from the exported agenda. 2008-11-01 13:48:54 +01:00
org-archive.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-attach.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-bbdb.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-bibtex.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-clock.el Bug fixes. 2008-10-28 09:52:52 +01:00
org-colview-xemacs.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-colview.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-compat.el New function org-fit-window-to-buffer. 2008-10-29 14:55:22 +01:00
org-exp.el Mark style definitions as unparsed CDATA. 2008-11-02 17:01:50 +01:00
org-export-latex.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-faces.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-gnus.el Make gnus links use message-id. 2008-10-29 09:54:15 +01:00
org-id.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-info.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-irc.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-jsinfo.el Remove language attribute from script tag. 2008-11-01 13:55:59 +01:00
org-list.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-mac-message.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-macs.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-mew.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-mhe.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-mouse.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-plot.el org-plot and timestamps 2008-11-02 08:01:13 +01:00
org-publish.el Don't keep buffers visited during index publishing. 2008-11-02 17:13:25 +01:00
org-remember.el Merge branch 'for-carsten' of git://git.norang.ca/org-mode 2008-10-28 20:10:00 +01:00
org-rmail.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-table.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-vm.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-wl.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org.el Fix problems with heading creation when subtree is hidden. 2008-11-02 08:43:18 +01:00