Carsten Dominik
fde28dbdb1
Remove language attribute from script tag.
...
This did cause validation problems.
2008-11-01 13:55:59 +01:00
Carsten Dominik
b52b4159dc
Removed filtered text from the exported agenda.
2008-11-01 13:48:54 +01:00
Carsten Dominik
e3be5a3c08
Speed-up access to TODO keywords during tag searches.
...
Using a property-like expression like TODO="NEXT" it a tag
search now bypasses the property API and is therefore fast.
2008-10-31 09:11:52 +01:00
Carsten Dominik
75402a383e
Fix bug when testing CLOSED property.
2008-10-29 17:42:58 +01:00
Carsten Dominik
c6455acf3f
New function org-fit-window-to-buffer.
...
This function only does its job if no side-by-side
window would be affected as well. Also, if
fit-window-to-buffer is not defined, use
shrink-window-if-larger-than-buffer instead.
2008-10-29 14:55:22 +01:00
Carsten Dominik
17c55f1b10
Make gnus links use message-id.
2008-10-29 09:54:15 +01:00
Carsten Dominik
8f00f6226f
Set HTML tags for ~verbatim~ emphasis.
2008-10-28 20:29:28 +01:00
Carsten Dominik
f116b0f325
Merge branch 'for-carsten' of git://git.norang.ca/org-mode
2008-10-28 20:10:00 +01:00
Carsten Dominik
13d2cb4638
Fix bug with redirecting remember target using prefix arguments.
2008-10-28 18:12:56 +01:00
Bernt Hansen
cbc72efe27
Fix typo and documentation for remember filing to clocking functions
2008-10-28 12:03:01 -04:00
Carsten Dominik
73d6659faa
Allow to turn off the default style.
2008-10-28 16:35:51 +01:00
Carsten Dominik
cff8571c31
Fix priority bug in icalendar export.
2008-10-28 15:39:45 +01:00
Carsten Dominik
99572d93b2
Bug fixes.
2008-10-28 09:52:52 +01:00
Carsten Dominik
7c40034fd8
Remove the dependence on time-stamp.el.
2008-10-28 09:46:42 +01:00
Carsten Dominik
07657f3e80
Yank adjusted trees.
...
When yanking a cut/copied subtree or a series of trees, even
the nomal yank key `C-y' does now adjust the level of the tree
to make it fit into the current outline position, without
loosing its identity, and without swallowing other subtrees.
This uses the command `org-past-subtree'. An additional
change in that command has been implemented: Normally, this
command picks the right outline level from the surrounding
*visible* headlines, and uses the smaller on. So it the
cursor is between a level 4 and a level 3 headline, the tree
will be pasted as level 3. Now, if the cursor is actually
*at* the beginning of a headline, the level of that headline
will be used. So lets say you have a tree like this:
* Level one
** Level two
(1)
(2)* Level one again
with (1) and (2) indicating possible cursor positions for the
insertion. When at (1), the tree will be pasted as level 2.
When at (2), it will be pasted as level 1.
If you do not like `C-y' to behave like this, configure the
variable `org-yank-adjusted-subtrees'.
Thanks to Samuel Wales for this idea and a partial implementation.
2008-10-28 09:07:56 +01:00
Carsten Dominik
8cc9b150c8
Implement automatic level adjustment for yanked subtrees.
2008-10-28 08:49:37 +01:00
Carsten Dominik
67070b0289
Initial documentation of the new clock features.
2008-10-28 07:36:33 +01:00
James TD Smith
6ca2053982
Add clock persistence.
...
Clock-related data are saved when exiting emacs ands restored when emacs
is restarted. The data saved include the contents of `org-clock-history',
and the running clock, if there is one.
To use this, you will need to add
(require 'org-clock)
(org-clock-persistence-insinuate)
to your .emacs and either add
(setq org-clock-persist t)
(setq org-clock-in-resume t)
or set those options to t in custom.
This patch requires the clock resume patch.
Add missing blank line to changelog
2008-10-27 23:04:25 +00:00
James TD Smith
a70426f115
Add clock resuming.
...
If the option `org-clock-resume' is t, and the first clock line in an entry is is
open, clocking into that task resumes the clock from that time.
2008-10-27 23:03:10 +00:00
Carsten Dominik
407a84af1b
Yank subtree back in a level-adjusted way.
...
Now C-y does insert subtrees intelligently.
2008-10-27 17:57:53 +01:00
Carsten Dominik
2eb3594c5f
Allow inactive time stamps in time comparisons.
2008-10-27 12:14:37 +01:00
Carsten Dominik
3a9dc0c5ea
Unhide locations visited by saveplace.el
2008-10-27 09:41:37 +01:00
Carsten Dominik
8c022e1b72
Fix lockfile/symlink problem in org-publish.
...
Richard Riley and Sebastian Rose hunted down this bug.
2008-10-27 07:44:12 +01:00
Carsten Dominik
0df8bfb77c
Fix site-map directory bug.
...
Report and patch by Sebastian Rose.
2008-10-26 07:45:13 +01:00
Carsten Dominik
1f892af3e6
Fix typo.
2008-10-26 06:58:28 +01:00
Carsten Dominik
523cf1fe31
Release 6.10c.
2008-10-25 12:56:42 +02:00
Carsten Dominik
3794f574e2
Release 6.10b.
2008-10-25 12:54:49 +02:00
Carsten Dominik
d374f9e217
Fix bug in tags filter related to case-sensitive comparisons.
2008-10-25 12:40:13 +02:00
Carsten Dominik
88d4405e86
Release 6.10a.
2008-10-24 23:16:42 +02:00
Carsten Dominik
037a85ae67
Fix typo.
2008-10-24 23:04:18 +02:00
Carsten Dominik
4aac89f137
Indicate that org-goto depends on the isearch settings.
2008-10-24 23:01:58 +02:00
Carsten Dominik
57cc56654f
Fix typos.
...
Patch by Chris Gray.
2008-10-24 22:50:36 +02:00
Carsten Dominik
896f0a5e33
Doc fixes regarding URLs.
...
Patch by Erik Schulte.
2008-10-24 22:38:53 +02:00
Carsten Dominik
2569aee1d3
Cleanup some typos in ChangeLog.
...
Patch by James TD Smith.
2008-10-24 07:03:15 +02:00
Bernt Hansen
dfdb0e677e
Fix typo: ODO -> TODO on the org reference card
2008-10-23 15:26:51 -04:00
Bernt Hansen
8d0b6556bf
Update orgcard.txt for 6.10
2008-10-23 15:26:06 -04:00
Bernt Hansen
3d929760f1
Update documentation: C-c C-x r is not C-c C-x i
2008-10-23 15:25:46 -04:00
Carsten Dominik
8b25d171b2
remove leftover string in list of changes.
2008-10-23 09:34:46 +02:00
Carsten Dominik
794839f1da
Release 6.10.
2008-10-23 09:19:43 +02:00
Carsten Dominik
742c689a36
Update list of changes in preparation of release.
2008-10-23 08:35:47 +02:00
Carsten Dominik
6b10b1931b
Fix typo.
2008-10-23 07:09:54 +02:00
Carsten Dominik
78d2d64353
Bug fix.
...
Patch from Peter Jones.
2008-10-23 07:07:01 +02:00
Carsten Dominik
c13dbec3c4
Fix documentation about the deps parameter in org-plot.
...
Patch by Eric Schulte.
2008-10-22 18:08:59 +02:00
Carsten Dominik
e22ac452ad
Fix ASCII export bug when exporting from indirect buffer.
2008-10-22 17:37:24 +02:00
Carsten Dominik
7d30bd5c47
Fixed bug with timestamp increment during S-RET copy in tables.
2008-10-22 17:29:27 +02:00
Carsten Dominik
b7db897e6d
Moving toward the 6.10 release.
2008-10-22 09:57:42 +02:00
Carsten Dominik
722cbe8f5f
Make some features of org-mouse optional.
...
New variable org-mouse-features.
2008-10-22 09:41:15 +02:00
Carsten Dominik
61cf8cd7ac
Modify behavior at headling insertion.
...
C-RET now always inserts a heading, never an item.
The folding state of the heading before the newly inserted one
is preserved.
Patch by Peter Jones.
2008-10-22 07:53:22 +02:00
Carsten Dominik
69bf8ef2b4
Fix bug with sibling archiving on top level.
2008-10-21 22:29:03 +02:00
Carsten Dominik
5f432e324c
Fix parenthesis bug.
2008-10-21 20:15:09 +02:00