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
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
2569aee1d3
Cleanup some typos in ChangeLog.
...
Patch by James TD Smith.
2008-10-24 07:03:15 +02:00
Carsten Dominik
794839f1da
Release 6.10.
2008-10-23 09:19:43 +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
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
Carsten Dominik
e630e2c559
Fix bug.
2008-10-21 18:57:03 +02:00
Carsten Dominik
6b76356beb
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2008-10-21 18:22:46 +02:00
Carsten Dominik
337d2f2762
Fix a giant, horrible bug in org-publish.
...
When publishing, org was more or less trying to export random files.
2008-10-21 18:21:52 +02:00
Carsten Dominik
b4f50fc988
Minor changes, to keep the compiler happy.
2008-10-21 17:54:04 +02:00
Bastien Guerry
8ba8432e46
Added \usepackage{graphicx} to the list of default packages.
2008-10-21 10:57:52 +02:00
Carsten Dominik
2dc6b163c2
Fixed bugs in filtering, and made filtering persist through agenda refresh.
2008-10-21 07:53:01 +02:00
Carsten Dominik
a086743480
Merge branch 'filtering'
...
Conflicts:
lisp/ChangeLog
2008-10-20 23:32:22 +02:00
Carsten Dominik
aead878b46
Implement narrowing existing agenda filters, and effort filters.
2008-10-20 23:01:23 +02:00
Carsten Dominik
713328eb60
Intermediate
2008-10-20 09:38:23 +02:00
Carsten Dominik
c7ff3d46e1
Fix bug with missing state notes when calling org-todo with prefix arg.
...
Reported by Robert Goldman.
2008-10-20 08:21:41 +02:00
Carsten Dominik
24d80b3928
Add CATEGORY as an retrievable entry property.
2008-10-20 08:10:13 +02:00
Carsten Dominik
a6e5bc531d
Fix bug in positioning notes.
...
Patch by James Smith.
2008-10-20 07:47:16 +02:00
Carsten Dominik
666d64ba82
Include changes from downstream Emacs.
2008-10-19 20:55:36 +02:00
Carsten Dominik
2f3e5eaa2b
Fix bug with table tag in table html export.
...
Reported by
2008-10-18 18:04:38 +02:00
Carsten Dominik
a669549843
Make PDF export work under windows.
2008-10-18 15:21:02 +02:00
Carsten Dominik
79e0ca32d2
The the problem of partial name matches with LaTeX entities.
2008-10-18 10:44:41 +02:00
Carsten Dominik
25b227e5ca
Fix sub/superscript issues in LaTeX export.
2008-10-17 19:32:30 +02:00
Carsten Dominik
9197aa42b0
Better format for negative time ranges.
2008-10-17 08:37:06 +02:00
Carsten Dominik
a0d9ca6c52
Autoload the new export commands.
2008-10-17 08:36:46 +02:00
Carsten Dominik
b19428d110
Bind variable sign.
2008-10-17 07:25:25 +02:00
Carsten Dominik
c9c61151a1
Autoload the org-publish-project alias.
2008-10-17 07:23:26 +02:00
Carsten Dominik
fe57640127
Compute negative clock intervals correctly.
...
Patch by Chris Leyton.
2008-10-17 07:22:58 +02:00
Carsten Dominik
07f51279b2
Make drawer skipping for note insertion more sensible.
2008-10-16 18:35:17 +02:00
Carsten Dominik
f70127dd3f
Allow org-clock-in-switch-to-state to be a function.
...
Allow org-clock-in-switch-to-state to be a function. This lets you have
different clocked in states for different TODO keyword sets, for example
(defun ahkt-clock-state (state)
(cond ((string= state "TOREAD") "READING")
((string= state "TOWATCH") "WATCHING")
(t state)))
Also fix indentation on clock lines, and empty clock drawers when they are
inserted.
2008-10-16 18:26:43 +02:00
Carsten Dominik
0fc4cdd17d
Fixed typo.
2008-10-16 16:50:28 +02:00
Carsten Dominik
55b4aa403a
Setting tags is now on `C-c C-q'.
...
C-c C-c still works with the cursor in a headline,
but I wanted a special binding as the default, mainly
in order to be able to set tags in a remember buffer.
2008-10-16 14:04:04 +02:00
Carsten Dominik
329a7a7d34
Implement tag changes triggered automatically by TODO state changes.
2008-10-16 09:54:30 +02:00
Carsten Dominik
a1d3086419
New option `org-log-state-notes-insert-after-drawers'.
...
Default is nil.
2008-10-16 06:49:55 +02:00