Carsten Dominik
11baa7cf77
Make M-left and M-right affect only the item, not its children
...
This behavior is now parallel to the treatment of outline nodes.
This commit also introduces another change. When an outline node or a
plain list item is folded by outline and contains hidden children,
M-left/right will refuse to act on this item. You must either open
the tree, or use the subtree commands M-S-left and M-S-right.
Based on a patch by Matti De Craene, but significantly modified after
a discussion involving Bernt Hansen and others.
2010-04-23 10:26:15 +02:00
Carsten Dominik
e0ca9a5bdf
More work on simplifying compatibility code
2010-04-21 09:18:12 +02:00
Carsten Dominik
56ba0892e5
Simplify XEmacs key bindings
2010-04-21 08:38:09 +02:00
Carsten Dominik
1ac063248f
Revert "Call org-reveal after refiling"
...
This reverts commit a30955b050
.
2010-04-20 15:37:39 +02:00
Carsten Dominik
c6ea2a1457
Use overlay-in and overlay-at instead of compatibility functions
2010-04-20 12:17:06 +02:00
Carsten Dominik
97e20048b2
Use `add-to-invisibility-spec' directly
2010-04-18 19:41:05 +02:00
Carsten Dominik
b35b9914e6
Revert "Use `add-to-invisibility-spec' directly"
...
This reverts commit c2e5b13a2d
.
2010-04-18 19:38:10 +02:00
Carsten Dominik
c2e5b13a2d
Use `add-to-invisibility-spec' directly
2010-04-18 19:26:30 +02:00
Carsten Dominik
354b6a0c3b
Declare a function
2010-04-18 16:50:12 +02:00
Carsten Dominik
8bd9308662
No linger bind obsolete calendar variables
2010-04-18 16:49:58 +02:00
Carsten Dominik
f45e6a28b1
Use the normal overlay API, not Org's one
2010-04-18 16:49:58 +02:00
Carsten Dominik
88149c2390
intermediate
2010-04-18 15:06:16 +02:00
Carsten Dominik
84f72287cc
Fix typo
2010-04-18 08:12:47 +02:00
Carsten Dominik
5ef02b0c1d
Minor fix
2010-04-17 07:39:59 +02:00
Carsten Dominik
43bf1bbbd7
Push version number to 6.35trans
2010-04-15 12:24:55 +02:00
Carsten Dominik
12e73e58af
Only record LAST_REPEAT if it makes sense.
...
The definition of "makes sense is here:
- either the user is logging repeats (org-log-repeat)
- or the entry contains clock data, in which case the LAST_REPEAT is
needed to display clocking time properly.
Request by Dan Griswold, with some support from Bernt Hansen
2010-04-14 13:49:03 +02:00
Carsten Dominik
9cfebf0842
New command to align all tags
2010-04-13 09:05:00 +02:00
Carsten Dominik
bad2d177e9
Minor fix
2010-04-13 03:46:34 +02:00
Carsten Dominik
ada4127536
Remove dependency on cl-seq.el
2010-04-12 18:56:43 +02:00
Carsten Dominik
4b475bcd11
Merge commit 'jan/org-file-apps-ex'
...
Conflicts:
lisp/ChangeLog
2010-04-12 18:45:58 +02:00
Carsten Dominik
436302c1a2
Fix XEmacs compatibility
2010-04-12 18:37:51 +02:00
Carsten Dominik
32340d0389
Make the repeater target state configurable
...
The target state can now be fixed locally with the REPEAT_TO_STATE
property, or globally with the variable `org-todo-repeat-to-state'.
This was a request by John Wiegley.
2010-04-12 12:02:56 +02:00
Carsten Dominik
33e5924ba4
Remove microtype package from the defaults
2010-04-12 09:11:03 +02:00
Jan Böcker
dfda58d720
org-open-file: match against dlink only if the command to be executed actually seems to use the subexpression matches as parameters.
...
This does not try to determine if a subexpression match is
actually used in the case of a custom lisp form.
2010-04-10 12:46:45 +02:00
Jan Böcker
6deb088a5c
org-open-file: decide whether to match against filename or whole link based on wether the regexp makes use of grouping
2010-04-10 12:22:55 +02:00
Jan Böcker
447552b81b
fix typo
2010-04-09 23:03:39 +02:00
Jan Böcker
55dee1d251
Match regexps in the new variable org-file-apps-ex against the whole link.
2010-04-09 21:15:56 +02:00
Jan Böcker
db2056e92a
Revert "Allow regexps in org-file-apps to capture link parameters using groups"
...
This reverts commit 75563bf71e
.
Conflicts:
lisp/ChangeLog
lisp/org.el
2010-04-09 21:15:14 +02:00
Jan Böcker
cd70e85522
Revert "Improve file opening when matching links"
...
This reverts commit 39c91ba24a
.
2010-04-09 21:15:14 +02:00
Carsten Dominik
6f3026edf1
Release 6.35g
2010-04-08 20:15:15 +02:00
Carsten Dominik
39c91ba24a
Improve file opening when matching links
...
This patch tries to remove some of the adverse effects of Jan Bkers patch
2010-04-08 15:57:17 +02:00
Carsten Dominik
a589c7a22e
Release 6.35f
2010-04-08 10:36:32 +02:00
Carsten Dominik
1d317701f6
Make the hyperref package last in the list
2010-04-08 10:35:58 +02:00
Carsten Dominik
2e362d1123
Fix frame selection for framepop
...
Patch by Lluis
2010-04-08 09:16:54 +02:00
Carsten Dominik
50e5924d8a
Release 6.35e
2010-04-07 16:33:52 +02:00
Carsten Dominik
27ca5916e5
Two more tweaks to LaTeX setup.
...
Will this ever end???
2010-04-07 16:33:22 +02:00
Carsten Dominik
f722763f8a
Release 6.35d
2010-04-07 16:26:42 +02:00
Carsten Dominik
d65ed03be6
Update copyright notices and fix wrong version tags
2010-04-07 16:26:10 +02:00
Carsten Dominik
33fbdf0522
Minor fixes
2010-04-07 13:41:40 +02:00
Carsten Dominik
cafbe1d038
Release 6.35c
2010-04-07 08:58:25 +02:00
Carsten Dominik
1e10e35390
Remove one extra textcomp package
2010-04-07 08:57:55 +02:00
Carsten Dominik
9a21870521
More LaTeX fixes
2010-04-07 08:35:14 +02:00
Carsten Dominik
b213c0f31e
Release 6.35b
2010-04-07 07:54:14 +02:00
Carsten Dominik
b385c98d26
Fix some problems with the new LaTeX setup
2010-04-07 07:52:43 +02:00
Carsten Dominik
08d0d2fa20
Release 6.35
2010-04-06 09:16:36 +02:00
Carsten Dominik
f2b8c25e7a
More details about LaTeX setup
2010-04-05 15:10:22 +02:00
Carsten Dominik
15b7347953
Keep byte compiler happy
2010-04-04 22:26:27 +02:00
Bastien Guerry
1ad6b5b864
Fix typo in `org-splice-latex-header'.
2010-04-04 16:19:49 +02:00
Carsten Dominik
00afe22952
Specify the position where the packages are inserted in the LaTeX header.
2010-04-04 08:37:03 +02:00
Carsten Dominik
f4950af543
More rephrasing of the changes in LaTeX export
2010-04-04 02:12:48 +02:00