org-mode/lisp
Carsten Dominik 0eaf3cce4d Speed-up cycling in buffers with *many* siblings, and *many* drawers
For this we took another look at when drawers actually have to be
hidden again and found that CONTENTS view does not need it, and that
CHILDREN view only needs it before the first child.

The second speed-up comes from advising outline-end-of-subtree to use
the Org version when in org-mode.

The third speed-up comes from using a better way to find the next
visible line, using `next-single-char-property-change'.

Finally, `org-forward-same-level' and `org-backward-same-level' are
faster versions of their outline equivalents and are now bound to
`C-c C-f' and `C-c C-b'.
2009-07-23 11:27:34 +02:00
..
ChangeLog Speed-up cycling in buffers with *many* siblings, and *many* drawers 2009-07-23 11:27:34 +02:00
ChangeLog.01 Split ChangeLog file into parts. 2008-05-08 08:16:38 +02:00
org-agenda.el Agenda bulk commands: Add Schedule and Deadline 2009-07-02 17:10:03 +02:00
org-archive.el Keep compiler happy 2009-07-20 09:16:28 +02:00
org-ascii.el Export: General mechanism for local settings 2009-07-06 17:00:03 +02:00
org-attach.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-bbdb.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-bibtex.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-clock.el Fix bug in org-narrow-to-subtree, which could lead to clock errors 2009-07-08 14:29:18 +02:00
org-colview-xemacs.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-colview.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-compat.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-docbook.el Export: General mechanism for local settings 2009-07-06 17:00:03 +02:00
org-exp-blocks.el Fix bug. 2009-06-27 09:22:00 +02:00
org-exp.el Export: Ignore radio matches in links 2009-07-19 08:35:31 +02:00
org-faces.el Fix some face docstrings. 2009-06-28 20:28:13 +02:00
org-feed.el Feeds: Fix org-feed when retrieve-method is curl or wget 2009-06-30 19:39:17 +02:00
org-footnote.el Inline tasks: Play along with archiving, refiling, and footnotes, store link. 2009-07-19 09:47:13 +02:00
org-gnus.el Don't use next-line in lisp code if possible 2009-07-07 15:14:05 +02:00
org-html.el HTML export: Show UP and HOME links if defined 2009-07-07 13:20:25 +02:00
org-icalendar.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-id.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-info.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-inlinetask.el Keep compiler happy 2009-07-20 09:16:28 +02:00
org-irc.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-jsinfo.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-latex.el Fix problems with sub and superscript in LaTeX export 2009-07-09 06:29:51 +02:00
org-list.el Make bullet modification work for ordered lists as well 2009-07-07 13:52:17 +02:00
org-mac-message.el Fix problems in org-mac-message.el 2009-07-20 09:09:42 +02:00
org-macs.el Keep compiler happy 2009-07-20 09:16:28 +02:00
org-mew.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-mhe.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-mouse.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-plot.el org-plot.el: fix bug 2009-07-08 07:50:48 +02:00
org-protocol.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-publish.el Make publishing a little less noisy 2009-07-08 10:09:05 +02:00
org-remember.el Fix typos 2009-07-06 22:30:39 +02:00
org-rmail.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-src.el Examples: Untabify before re-inserting into Org 2009-07-06 16:08:49 +02:00
org-table.el Tables: Allow #+TABNAME to be indented 2009-07-02 09:10:20 +02:00
org-timer.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-vm.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-w3m.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-wl.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org-xoxo.el Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
org.el Speed-up cycling in buffers with *many* siblings, and *many* drawers 2009-07-23 11:27:34 +02:00