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
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
Carsten Dominik
52fa7f817b
Add commands to export to PDF.
...
This works by creating LaTeX first, and then processing it.
2008-10-15 17:21:52 +02:00
Carsten Dominik
fd4df45133
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2008-10-15 13:12:03 +02:00
Carsten Dominik
491702483a
Fix table parsing bug.
2008-10-15 13:11:48 +02:00
Bastien Guerry
b9c707b844
Added arch-tags from upstream Emacs for org-plot.el, org-list.el and org-attach.el
2008-10-15 10:20:24 +02:00
Carsten Dominik
f0340c404a
*** empty log message ***
2008-10-15 09:18:03 +02:00
Carsten Dominik
926054b3e5
Fix bug with LaTeX lists export in protected regions.
2008-10-15 09:17:43 +02:00
Carsten Dominik
b9f84eca4c
require cl in org-agenda.el.
2008-10-14 20:45:31 +02:00
Carsten Dominik
10fc47f234
Make note about case-fold-search
2008-10-14 18:41:58 +02:00
Carsten Dominik
16e030620a
Improve environment quoting for LaTeX export.
2008-10-14 18:11:01 +02:00
Carsten Dominik
f3dda5ba2c
Fix infinite loop when rescheduling from agenda with tags filtering.
2008-10-14 16:50:02 +02:00
Carsten Dominik
0cfc76df3f
Allow sections to be represented as environments in LaTeX export.
2008-10-13 07:26:05 +02:00
Carsten Dominik
a5b97f431e
Set coding system of org-plot to unix.
2008-10-12 15:25:56 +02:00
Carsten Dominik
4574d894ce
Release 6.09a.
2008-10-12 07:36:18 +02:00
Carsten Dominik
5fc664d683
Documentation updates.
2008-10-10 20:59:57 +02:00
Carsten Dominik
5515343107
New default for `org-file-apps'.
...
The new default asks to open all those files in Emacs, for which
`auto-mode-alist' does contain an entry. The reasoning is that
Org-mode users are Emacs users and probably like to use exactly
this setup. The only exception configured as such by default is
that files with html or xhtml extensions will be opened using
the system default, most likely a browser.
2008-10-10 13:07:36 +02:00
Carsten Dominik
d6542dba1a
Merge branch 'fix-latex-internal-links'
...
Conflicts:
lisp/ChangeLog
2008-10-10 11:43:21 +02:00
Carsten Dominik
5b6a8a55e8
Fix problems with internal links for LateX export.
2008-10-10 11:42:01 +02:00
Carsten Dominik
76bc40a6e3
Keep artist-mode editing from eating empty lines.
2008-10-10 08:50:23 +02:00
Carsten Dominik
1e3198b821
intermediate
2008-10-10 08:46:05 +02:00
Carsten Dominik
5ebc1a7982
Release 6.09.
2008-10-09 13:18:25 +02:00
Carsten Dominik
82f1c863ee
Cleaning up attachment support.
...
Among other things, introduce a security query before deleting
the entire attachment directory. And add a new method to delete
a single attachment.
2008-10-09 12:19:43 +02:00
Carsten Dominik
b0ce57d27d
Fix bug with getting list of attachments.
2008-10-08 14:59:14 +02:00
Carsten Dominik
6fe6819fa4
Make recording attachment list in property optional.
2008-10-08 12:46:40 +02:00
Carsten Dominik
1da27893e9
Make strings in `org-file-apps' being interpreted as regexps.
...
Also, a new way to make org-file-apps direct all files for
which Emacs has a major mode to be edited by Emacs itself.
2008-10-08 12:46:09 +02:00
Carsten Dominik
57e912c275
Push version number to 6.09pre01.
2008-10-07 15:45:58 +02:00
Carsten Dominik
8518c9ed81
Allow different methods to get an attachment into the directory.
...
Supported methods are copy, link, and move.
2008-10-07 14:28:21 +02:00
Carsten Dominik
5548357d71
Fix bug with anniversaries in org-bbdb.el.
2008-10-06 20:45:02 +02:00
Carsten Dominik
dc71bfc007
Fix reverse interpretation of the list value o `org-use-tag-inheritance'.
2008-10-06 18:53:51 +02:00
Carsten Dominik
2d33de3600
Tag entries that have attachments.
2008-10-06 09:38:50 +02:00
Carsten Dominik
4c55b885d5
Documentation fixes.
2008-10-05 12:57:01 +02:00
Carsten Dominik
e195a3ee4b
Release 6.08a.
2008-10-05 08:31:54 +02:00
Carsten Dominik
c0292f955e
Release 6.08.
2008-10-05 08:27:53 +02:00
Carsten Dominik
37fe05df9c
Remove left-over debugging code.
2008-10-05 07:34:01 +02:00
Carsten Dominik
e71f9d0a62
Make the keypad work with orgtbl-mode.
2008-10-04 15:49:27 +02:00
Carsten Dominik
7b7ad51618
Fix bug with title extraction during export when first line is headline.
2008-10-03 11:51:42 +02:00
Carsten Dominik
e9a39cf1cd
Merge branch 'latex-preamble'
...
Conflicts:
lisp/ChangeLog
2008-10-02 23:56:49 +02:00
Carsten Dominik
8d8403399e
Fix bug that could push note into a child.
...
Reported by Bernt Hansen.
2008-10-02 18:15:46 +02:00
Carsten Dominik
be1a210045
Merge branch 'jd7'
2008-10-02 18:07:45 +02:00
Carsten Dominik
2a8dac9f70
Store remember notes under the current clock entry with `C-2 C-c C-c'.
...
Patch from James TD Smith, but modified.
2008-10-02 18:07:12 +02:00
Carsten Dominik
20364d043a
Implement #+LATEX_HEADER special.
...
Proposed by Austin Frank and apparently also by Russel Adams.
2008-10-02 15:00:14 +02:00
Carsten Dominik
7c0e0189f0
Fix property inheritance marker.
...
Now the function that retrieves a property with inheritance makes
sure that this function does not point anywhere if there was
no match.
2008-10-01 21:31:24 +02:00
Carsten Dominik
0ec6021080
Fix bug.
2008-10-01 12:44:50 +02:00
Carsten Dominik
c50a7b312f
Intermediate.
2008-10-01 12:43:55 +02:00
Carsten Dominik
b1d5e6c62d
Allow multiple #+STYLE lines in the buffer.
2008-10-01 11:41:00 +02:00
Carsten Dominik
d043e31182
Integrate John Wiegley's org-attach.el.
2008-10-01 09:25:18 +02:00
Carsten Dominik
46246169bf
When moving items, keep the column position.
...
Reported by Rainer Stengele.
2008-09-29 12:46:15 +02:00
Carsten Dominik
d5b9c3e04f
Remove properties from `initial' text in remember.
...
This is to make sure that no bad properties end up in the remember buffer.
Report by Richard Riley.
2008-09-29 08:27:13 +02:00
Carsten Dominik
f640c8982a
Remove useless call to `wl-thread-open-all'.
2008-09-27 17:55:51 +02:00
Carsten Dominik
7b122d4342
Now really fix the bottom bug.....
2008-09-27 07:56:45 +02:00
Carsten Dominik
4e6b862560
Fix bug with remember template `bottom' location.
...
Reported by Ethan Blanton.
2008-09-27 07:44:43 +02:00
Carsten Dominik
7e7d79d60a
Require bbdb in `org-bbdb-anniversaries'.
2008-09-26 18:38:27 +02:00
Carsten Dominik
fcff45bc35
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
...
Conflicts:
lisp/ChangeLog
2008-09-26 18:28:45 +02:00
Carsten Dominik
b1e7ec5010
Fix bug with updating parent statistics when children are hidden.
...
Report by Charles Sebold.
2008-09-26 17:06:17 +02:00
Bastien Guerry
0e0f5bba8c
Cleaner message when repeating an entry.
2008-09-25 11:27:36 +02:00
Carsten Dominik
45cee29929
Fix bug, Patch by Bernt Hansen.
2008-09-24 19:21:54 +02:00
Carsten Dominik
7b54d28c30
Avoid rounding errors whe summing table columns.
2008-09-24 17:33:10 +02:00
Carsten Dominik
990a549370
Protect keyword-selecting variabels during mapping.
2008-09-24 16:31:56 +02:00
Carsten Dominik
68faba083f
Remove testing code.
2008-09-24 13:01:51 +02:00
Carsten Dominik
5512533560
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2008-09-23 23:30:10 +02:00
Carsten Dominik
1ca9628125
Make org-remember work in a minimal even if remember.el is not available.
2008-09-23 23:29:19 +02:00
Bastien Guerry
ff52989cd4
Make sure org-agenda-to-app checks all files.
2008-09-23 09:37:38 +02:00
Carsten Dominik
0ee4410452
Minor fixes.
2008-09-23 08:13:32 +02:00
Carsten Dominik
f0f34d4985
Split out org-list.el from org.el and org-export-latex.el.
2008-09-23 08:03:13 +02:00
Carsten Dominik
6f86eb35a5
New option `org-edit-src-region-extra'.
2008-09-23 04:53:21 +02:00
Carsten Dominik
f26330fdc5
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
...
Conflicts:
lisp/ChangeLog
2008-09-22 10:02:14 +02:00
Carsten Dominik
a8741db759
Fix bug in appointment generation for appointments before 1am.
...
Reported by Richard Riley.
2008-09-22 08:40:32 +02:00
Bastien Guerry
a8a499ed2d
Removed buggy reference to org-quote-chars.
2008-09-22 08:30:27 +02:00
Carsten Dominik
575c5523b1
Fix bug with agend autoloads.
2008-09-22 06:03:36 +02:00
Carsten Dominik
a7febf233e
Make plotting work for tables starting with hline.
2008-09-22 05:56:34 +02:00
Carsten Dominik
d670d20af2
Simplyfy links in imenu and refile display.
...
Patch by James TD Smith.
2008-09-21 21:39:28 +02:00
Carsten Dominik
d6d72b3436
Merge branch 'js'
2008-09-21 08:34:45 +02:00
Carsten Dominik
feab6c1348
Change version number to 6.08-pre01
2008-09-21 08:34:23 +02:00
Carsten Dominik
a8b3081610
Release 6.07b.
2008-09-21 08:26:30 +02:00
Carsten Dominik
7e0dbb6191
New escape for remember templates to add properties.
...
Patch by James TD Smith.
2008-09-21 08:05:33 +02:00
Carsten Dominik
8892d9a4bc
Skip all drawers when adding a note.
...
Patch by James TD Smith.
2008-09-21 07:57:16 +02:00
Carsten Dominik
bd8cbef200
Show resulting clocked time in agenda display.
...
Patch by James TD Smith.
2008-09-21 07:41:49 +02:00
Carsten Dominik
c9bf924246
Get x-clipboard in a way that is compatible with Emacs 21.
2008-09-21 07:35:39 +02:00
Carsten Dominik
e6630ed359
Limit length of clock string and make it clickable.
...
Patch from James TD Smith.
2008-09-21 07:35:01 +02:00
Bastien Guerry
e3ded815b6
Update ChangeLog.
...
(Okay, I always forget that C-x v v in Emacs does only
commit on a file per file basis. I should really use
the command line when committing several files.)
2008-09-20 14:50:02 +02:00
Bastien Guerry
10a9556db5
Fix bug about list delimitation.
...
A list now ends when a line contains an indentation that is shorter than
the expected indentation of an item for this list.
`org-export-latex-list-beginning-re' renamed to `org-list-beginning-re'
and `org-list-item-begin' renamed to `org-list-item-beginning'.
Some code clean up: silent checkdoc, fix typos.
2008-09-20 14:45:11 +02:00
Carsten Dominik
66373c350d
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2008-09-20 12:33:05 +02:00
Carsten Dominik
43e6633a15
Fix bug with tag inheritance.
...
This bug caused (org-get-tags-at) to return no tags at all
when inheritance was turned off, even if the entry
does have local tags.
2008-09-20 12:32:35 +02:00
Bastien Guerry
b5d5a21b1b
Updated the Changelog to reflect last changes on org-export-latex.el
2008-09-20 12:14:01 +02:00
Carsten Dominik
6697584704
Fix refiling to the last entry in the buffer.
2008-09-20 06:55:40 +02:00
Bastien Guerry
57d80846b3
Implement export of descriptive lists.
...
Prevent special chars from being converted when in a LaTeX
environment. Fix a bug about conversion of "&" conversion
in tables.
2008-09-19 21:48:47 +02:00
Carsten Dominik
b777e88fd6
Release 6.07a.
2008-09-19 16:19:32 +02:00
Carsten Dominik
08e7428858
Revert the change to `org-indent-line-function'.
...
This change was to avoid indentation in source code regions,
but the overhead is too large.
2008-09-19 16:14:09 +02:00
Carsten Dominik
df098ce3f2
Improve documentation of `org-agenda-fontify-priorities'.
...
This was a patch by Rafael Laboissiere.
2008-09-19 16:10:09 +02:00
Carsten Dominik
58325c8df0
Bug fixes.
2008-09-19 12:40:15 +02:00
Carsten Dominik
1448aa2449
Bind some variables.
2008-09-19 08:30:22 +02:00
Carsten Dominik
194faab2b6
Bumping up the version number to 6.07.
2008-09-19 08:25:13 +02:00
Carsten Dominik
04419cca3d
Make sure tags matching is case-insensitive.
2008-09-19 08:07:50 +02:00
Carsten Dominik
17bdd57209
Fix docstrings in org-plot.el.
2008-09-18 18:26:11 +02:00
Carsten Dominik
07a6432d52
Fixing final issue with org-plot.el.
...
Eric Schulte sent me a new version.
2008-09-18 18:22:08 +02:00
Carsten Dominik
f3d15d8b7c
Fixing typos.
2008-09-18 17:57:10 +02:00