Carsten Dominik
d89284b240
Release 6.16
2008-12-20 11:16:01 +01:00
Carsten Dominik
fcad0fbc4e
Refile: Compare expanded file names
...
When refiling to the current file, the completion commands do not show
the file name. This was broken because I had switched from comparing
truenames to normal names. Now I am using expanded names, this is fast
and works well.
2008-12-20 11:10:12 +01:00
Carsten Dominik
e092a5ba91
Integrate changes from downstream Emacs.
2008-12-20 09:56:52 +01:00
Carsten Dominik
9c042e68e8
Faces: Force initialization of the tags-faces-regexp.
...
When `org-tag-faces' is set too late, the regexp
is not initialized properly. This patch makes sure it is
initializes anyway.
2008-12-19 21:36:06 +01:00
Carsten Dominik
9ac252830d
Agenda view: Make sure tags have the correct case.
...
Reported by Wanrong Lin.
2008-12-19 18:46:25 +01:00
Carsten Dominik
9011bd9303
Fix some small bugs.
2008-12-19 18:36:53 +01:00
Carsten Dominik
dadc9a1af1
Tables: Implement last-row references.
...
After the failed implementation of `@0' as a reference for the last
line, this is a second attempt to provide such references. I would
have liked to allow `@last' as the reference, that would have been
beautiful. However, too many regular expressions directly search for
`@' followed by a number, so this is too hard to implement.
Therefore, I am now turning the last row into a row of implicitly
named fields. From now on, $LR1, $LR2,... can be used to refer to
fields in the last row. These names may also appear on the left hand
side of formulas.
2008-12-19 18:28:58 +01:00
Carsten Dominik
14ef6932e4
Store link: Capture description for ID links.
...
Creating links with org-store-link in org files did not capture the
link description (the headline). Fixed with this patch. Report by
F.D. Friedrichs.
2008-12-19 16:40:12 +01:00
Carsten Dominik
c668817bf3
Revert "HTML export: Remove the name attribute from anchors that do not need it."
...
This reverts commit 642620ebb3
.
2008-12-19 15:06:47 +01:00
Carsten Dominik
642620ebb3
HTML export: Remove the name attribute from anchors that do not need it.
2008-12-19 12:50:36 +01:00
Carsten Dominik
1b655ff4af
Fix problem with <pre> of source code inside a paragraph.
2008-12-19 12:46:46 +01:00
Carsten Dominik
db2485cb41
Fix invalid <img> tag.
2008-12-19 12:38:17 +01:00
Carsten Dominik
952c6b9901
Version number to 6.15trans.
2008-12-19 09:14:00 +01:00
Carsten Dominik
326b22bf6c
Add mode documentation about transient-mark-mode.
...
Patch by Robert Goldman.
2008-12-19 09:13:17 +01:00
Carsten Dominik
a53ea4e72b
New command org-ido-iswitchb.
...
Patch by Chris Leyon.
2008-12-19 06:14:55 +01:00
Carsten Dominik
076987217a
Fix bug with export of ditaa blocks.
...
Patch by Sebastian Rose.
2008-12-19 05:58:53 +01:00
Carsten Dominik
8ff0c60894
Release 6.15f
2008-12-18 23:38:53 +01:00
Carsten Dominik
3a930aa8fa
Improve the docstring of org-refile-targets.
2008-12-18 23:07:14 +01:00
Carsten Dominik
0805d7ec9f
Reverse the introduction of @0 as a reference to the last row.
2008-12-18 23:05:21 +01:00
Carsten Dominik
9cd1518bad
Allow to view full entry from agenda.
...
A prefix argument to the `org-agenda-show' command is now interpreted
to make sure the entire entry is made visible in the other window, not
only the headline.
2008-12-18 09:22:21 +01:00
Carsten Dominik
f796043bf1
Add a COMPARE-FUNC argument to the internal sorting routine.
...
Patch by John Wiegley.
2008-12-18 09:14:13 +01:00
Carsten Dominik
2075b26a92
Pushing version number to 6.15trans.
2008-12-18 09:04:15 +01:00
Carsten Dominik
ff8ef0aa14
Fix bug with updating agenda lines with correct tags.
...
Updating agenda lines did display tags incorrectly, because it used
the list of tags available as a property to remake the list. However,
that list contains down-cased versions of the tags, because all the
filtering in the agenda does ignore case in tags.
This patch implements a fresh scan for the tags each time a line is
updated, and in this way fixes the problem. It also reverses a
previous attempt to fix a similar problem.
2008-12-18 09:03:06 +01:00
Carsten Dominik
821c4304c6
Fix bug in menu, for tags-setting command.
2008-12-18 00:34:11 +01:00
Carsten Dominik
0c9218bfa4
Add .nosearch file to the doc/ subdirectory.
...
This is to make sure that no conflicts arise if people put the
while distribution onto the Lisp path.
2008-12-17 17:25:31 +01:00
Carsten Dominik
0570da725d
Emacs 23 will ship with at least Org-mode 6.15d.
2008-12-17 13:41:49 +01:00
Carsten Dominik
020c9cb3bf
Fix typos and grammatical issues in the documentation.
2008-12-17 12:10:24 +01:00
Carsten Dominik
ec702aa4ba
Release 6.15d.
2008-12-17 11:52:55 +01:00
Carsten Dominik
181235f605
Release 6.15c.
2008-12-17 09:59:25 +01:00
Carsten Dominik
d41340b1a0
Fix typo with variable name.
...
The variable `org-agenda-overriding-columns-format' was, in one place,
called `org-overriding-columns-format'.
2008-12-17 09:52:46 +01:00
Carsten Dominik
9029d93e3a
Release 6.15b.
2008-12-17 09:18:32 +01:00
Carsten Dominik
db6004ae1d
Fix some additional typos.
2008-12-17 09:08:06 +01:00
Bernt Hansen
3f57ccf0f0
Fix typos and whitespace in org-w3m.el
2008-12-16 12:26:25 -05:00
Bernt Hansen
298b9cb489
Fix typos in org-timer.el
2008-12-16 12:26:25 -05:00
Bernt Hansen
03e0c6395b
Fix typos in org-table.el
2008-12-16 12:26:25 -05:00
Bernt Hansen
d30eb5cb46
Whitespace
2008-12-16 12:26:24 -05:00
Bernt Hansen
0bd50f307c
Fix typos in org-remember.el
2008-12-16 12:22:54 -05:00
Bernt Hansen
bc1380560b
Fix typo in org-publish.el
2008-12-16 12:22:54 -05:00
Bernt Hansen
b6e867a160
Whitespace
2008-12-16 12:22:53 -05:00
Bernt Hansen
c3f7a9008a
Fix typo in org-plot.el
2008-12-16 12:21:26 -05:00
Bernt Hansen
9ae9d151d4
Whitespace
2008-12-16 12:21:24 -05:00
Bernt Hansen
20a9ad7af9
Fix typos in org-mouse.el
2008-12-16 12:20:22 -05:00
Bernt Hansen
48af653457
Whitespace
2008-12-16 12:20:21 -05:00
Bernt Hansen
56dd882da8
Whitespace
2008-12-16 12:18:41 -05:00
Bernt Hansen
f5c00176ef
Fix typo in org-macs.el
2008-12-16 12:17:21 -05:00
Bernt Hansen
bf96c51056
Fix typos in org-list.el
2008-12-16 12:17:21 -05:00
Bernt Hansen
2955681573
Whitespace
2008-12-16 12:17:15 -05:00
Bernt Hansen
837eea9108
Fix typos in org-jsinfo.el
2008-12-16 12:17:15 -05:00
Bernt Hansen
3bd1132c86
Whitespace
2008-12-16 12:13:55 -05:00
Bernt Hansen
2528ec0a6d
Fix comment typo in org-irc.el
2008-12-16 12:13:55 -05:00